@explorer-1/vue 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/components.d.ts +3 -2
  2. package/dist/explorer-1-vue.js +4868 -4791
  3. package/dist/explorer-1-vue.umd.cjs +12 -12
  4. package/dist/src/components/BlockCardGrid/BlockCardGrid.stories.d.ts +60 -0
  5. package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +33 -0
  6. package/dist/src/components/{BlockCard/BlockCard.stories.d.ts → BlockCardGridItem/BlockCardGridItem.stories.d.ts} +18 -4
  7. package/dist/src/components/{BlockCardGroup/BlockCardGroup.vue.d.ts → BlockCardGridItem/BlockCardGridItem.vue.d.ts} +10 -12
  8. package/dist/src/components/{BlockCard/BlockCard.vue.d.ts → BlockCardGridItem/BlockCardGridItemElement.vue.d.ts} +20 -14
  9. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +1 -0
  10. package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +1 -0
  11. package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +1 -0
  12. package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +1 -0
  13. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +60 -0
  14. package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +2 -3
  15. package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +1 -0
  16. package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +11 -0
  17. package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +9 -0
  18. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +1 -0
  19. package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +36 -0
  20. package/dist/src/interfaces.d.ts +6 -2
  21. package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +8 -0
  22. package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +3 -0
  23. package/dist/src/templates/edu/PageEduResourceArticle/PageEduResourceArticle.stories.d.ts +1 -0
  24. package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts +60 -0
  25. package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +29 -2
  26. package/dist/style.css +1 -1
  27. package/package.json +1 -1
  28. package/src/components/DetailHeadline/DetailHeadline.stories.js +1 -0
  29. package/src/components/DetailHeadline/DetailHeadline.vue +12 -2
  30. package/src/templates/PageNewsDetail/PageNewsDetail.stories.js +1 -0
  31. package/src/templates/PageNewsDetail/PageNewsDetail.vue +1 -0
  32. package/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.js +1 -0
  33. package/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue +2 -0
  34. package/src/templates/edu/PageEduResourceArticle/PageEduResourceArticle.stories.js +2 -0
  35. package/src/templates/edu/PageEduResourceArticle/PageEduResourceArticle.vue +1 -0
  36. package/dist/src/components/BlockCardGroup/BlockCardGroup.stories.d.ts +0 -32
@@ -1,39 +1,39 @@
1
- (function($,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue"),require("lodash")):typeof define=="function"&&define.amd?define(["exports","vue","lodash"],t):($=typeof globalThis<"u"?globalThis:$||self,t($.Explorer1Vue={},$.Vue,$.lodash))})(this,function($,t,Pl){"use strict";var ue=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ke(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var hs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ue,function(){var a=1e3,o=6e4,s=36e5,i="millisecond",r="second",l="minute",c="hour",d="day",h="week",m="month",p="quarter",f="year",u="date",k="Invalid Date",E=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,g=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,y={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(L){var v=["th","st","nd","rd"],P=L%100;return"["+L+(v[(P-20)%10]||v[P]||v[0])+"]"}},_=function(L,v,P){var S=String(L);return!S||S.length>=v?L:""+Array(v+1-S.length).join(P)+L},V={s:_,z:function(L){var v=-L.utcOffset(),P=Math.abs(v),S=Math.floor(P/60),B=P%60;return(v<=0?"+":"-")+_(S,2,"0")+":"+_(B,2,"0")},m:function L(v,P){if(v.date()<P.date())return-L(P,v);var S=12*(P.year()-v.year())+(P.month()-v.month()),B=v.clone().add(S,m),z=P-B<0,O=v.clone().add(S+(z?-1:1),m);return+(-(S+(P-B)/(z?B-O:O-B))||0)},a:function(L){return L<0?Math.ceil(L)||0:Math.floor(L)},p:function(L){return{M:m,y:f,w:h,d,D:u,h:c,m:l,s:r,ms:i,Q:p}[L]||String(L||"").toLowerCase().replace(/s$/,"")},u:function(L){return L===void 0}},x="en",N={};N[x]=y;var I="$isDayjsObject",T=function(L){return L instanceof D||!(!L||!L[I])},A=function L(v,P,S){var B;if(!v)return x;if(typeof v=="string"){var z=v.toLowerCase();N[z]&&(B=z),P&&(N[z]=P,B=z);var O=v.split("-");if(!B&&O.length>1)return L(O[0])}else{var U=v.name;N[U]=v,B=U}return!S&&B&&(x=B),B||!S&&x},b=function(L,v){if(T(L))return L.clone();var P=typeof v=="object"?v:{};return P.date=L,P.args=arguments,new D(P)},C=V;C.l=A,C.i=T,C.w=function(L,v){return b(L,{locale:v.$L,utc:v.$u,x:v.$x,$offset:v.$offset})};var D=function(){function L(P){this.$L=A(P.locale,null,!0),this.parse(P),this.$x=this.$x||P.x||{},this[I]=!0}var v=L.prototype;return v.parse=function(P){this.$d=function(S){var B=S.date,z=S.utc;if(B===null)return new Date(NaN);if(C.u(B))return new Date;if(B instanceof Date)return new Date(B);if(typeof B=="string"&&!/Z$/i.test(B)){var O=B.match(E);if(O){var U=O[2]-1||0,K=(O[7]||"0").substring(0,3);return z?new Date(Date.UTC(O[1],U,O[3]||1,O[4]||0,O[5]||0,O[6]||0,K)):new Date(O[1],U,O[3]||1,O[4]||0,O[5]||0,O[6]||0,K)}}return new Date(B)}(P),this.init()},v.init=function(){var P=this.$d;this.$y=P.getFullYear(),this.$M=P.getMonth(),this.$D=P.getDate(),this.$W=P.getDay(),this.$H=P.getHours(),this.$m=P.getMinutes(),this.$s=P.getSeconds(),this.$ms=P.getMilliseconds()},v.$utils=function(){return C},v.isValid=function(){return this.$d.toString()!==k},v.isSame=function(P,S){var B=b(P);return this.startOf(S)<=B&&B<=this.endOf(S)},v.isAfter=function(P,S){return b(P)<this.startOf(S)},v.isBefore=function(P,S){return this.endOf(S)<b(P)},v.$g=function(P,S,B){return C.u(P)?this[S]:this.set(B,P)},v.unix=function(){return Math.floor(this.valueOf()/1e3)},v.valueOf=function(){return this.$d.getTime()},v.startOf=function(P,S){var B=this,z=!!C.u(S)||S,O=C.p(P),U=function(ct,he){var Ye=C.w(B.$u?Date.UTC(B.$y,he,ct):new Date(B.$y,he,ct),B);return z?Ye:Ye.endOf(d)},K=function(ct,he){return C.w(B.toDate()[ct].apply(B.toDate("s"),(z?[0,0,0,0]:[23,59,59,999]).slice(he)),B)},Z=this.$W,oe=this.$M,ne=this.$D,De="set"+(this.$u?"UTC":"");switch(O){case f:return z?U(1,0):U(31,11);case m:return z?U(1,oe):U(0,oe+1);case h:var lt=this.$locale().weekStart||0,on=(Z<lt?Z+7:Z)-lt;return U(z?ne-on:ne+(6-on),oe);case d:case u:return K(De+"Hours",0);case c:return K(De+"Minutes",1);case l:return K(De+"Seconds",2);case r:return K(De+"Milliseconds",3);default:return this.clone()}},v.endOf=function(P){return this.startOf(P,!1)},v.$set=function(P,S){var B,z=C.p(P),O="set"+(this.$u?"UTC":""),U=(B={},B[d]=O+"Date",B[u]=O+"Date",B[m]=O+"Month",B[f]=O+"FullYear",B[c]=O+"Hours",B[l]=O+"Minutes",B[r]=O+"Seconds",B[i]=O+"Milliseconds",B)[z],K=z===d?this.$D+(S-this.$W):S;if(z===m||z===f){var Z=this.clone().set(u,1);Z.$d[U](K),Z.init(),this.$d=Z.set(u,Math.min(this.$D,Z.daysInMonth())).$d}else U&&this.$d[U](K);return this.init(),this},v.set=function(P,S){return this.clone().$set(P,S)},v.get=function(P){return this[C.p(P)]()},v.add=function(P,S){var B,z=this;P=Number(P);var O=C.p(S),U=function(oe){var ne=b(z);return C.w(ne.date(ne.date()+Math.round(oe*P)),z)};if(O===m)return this.set(m,this.$M+P);if(O===f)return this.set(f,this.$y+P);if(O===d)return U(1);if(O===h)return U(7);var K=(B={},B[l]=o,B[c]=s,B[r]=a,B)[O]||1,Z=this.$d.getTime()+P*K;return C.w(Z,this)},v.subtract=function(P,S){return this.add(-1*P,S)},v.format=function(P){var S=this,B=this.$locale();if(!this.isValid())return B.invalidDate||k;var z=P||"YYYY-MM-DDTHH:mm:ssZ",O=C.z(this),U=this.$H,K=this.$m,Z=this.$M,oe=B.weekdays,ne=B.months,De=B.meridiem,lt=function(he,Ye,sn,na){return he&&(he[Ye]||he(S,z))||sn[Ye].slice(0,na)},on=function(he){return C.s(U%12||12,he,"0")},ct=De||function(he,Ye,sn){var na=he<12?"AM":"PM";return sn?na.toLowerCase():na};return z.replace(g,function(he,Ye){return Ye||function(sn){switch(sn){case"YY":return String(S.$y).slice(-2);case"YYYY":return C.s(S.$y,4,"0");case"M":return Z+1;case"MM":return C.s(Z+1,2,"0");case"MMM":return lt(B.monthsShort,Z,ne,3);case"MMMM":return lt(ne,Z);case"D":return S.$D;case"DD":return C.s(S.$D,2,"0");case"d":return String(S.$W);case"dd":return lt(B.weekdaysMin,S.$W,oe,2);case"ddd":return lt(B.weekdaysShort,S.$W,oe,3);case"dddd":return oe[S.$W];case"H":return String(U);case"HH":return C.s(U,2,"0");case"h":return on(1);case"hh":return on(2);case"a":return ct(U,K,!0);case"A":return ct(U,K,!1);case"m":return String(K);case"mm":return C.s(K,2,"0");case"s":return String(S.$s);case"ss":return C.s(S.$s,2,"0");case"SSS":return C.s(S.$ms,3,"0");case"Z":return O}return null}(he)||O.replace(":","")})},v.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},v.diff=function(P,S,B){var z,O=this,U=C.p(S),K=b(P),Z=(K.utcOffset()-this.utcOffset())*o,oe=this-K,ne=function(){return C.m(O,K)};switch(U){case f:z=ne()/12;break;case m:z=ne();break;case p:z=ne()/3;break;case h:z=(oe-Z)/6048e5;break;case d:z=(oe-Z)/864e5;break;case c:z=oe/s;break;case l:z=oe/o;break;case r:z=oe/a;break;default:z=oe}return B?z:C.a(z)},v.daysInMonth=function(){return this.endOf(m).$D},v.$locale=function(){return N[this.$L]},v.locale=function(P,S){if(!P)return this.$L;var B=this.clone(),z=A(P,S,!0);return z&&(B.$L=z),B},v.clone=function(){return C.w(this.$d,this)},v.toDate=function(){return new Date(this.valueOf())},v.toJSON=function(){return this.isValid()?this.toISOString():null},v.toISOString=function(){return this.$d.toISOString()},v.toString=function(){return this.$d.toUTCString()},L}(),M=D.prototype;return b.prototype=M,[["$ms",i],["$s",r],["$m",l],["$H",c],["$W",d],["$M",m],["$y",f],["$D",u]].forEach(function(L){M[L[1]]=function(v){return this.$g(v,L[0],L[1])}}),b.extend=function(L,v){return L.$i||(L(v,D,b),L.$i=!0),b},b.locale=A,b.isDayjs=T,b.unix=function(L){return b(1e3*L)},b.en=N[x],b.Ls=N,b.p={},b})})(hs);var ms=hs.exports;const X=ke(ms);var ps={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ue,function(){return function(a,o,s){s.updateLocale=function(i,r){var l=s.Ls[i];if(l)return(r?Object.keys(r):[]).forEach(function(c){l[c]=r[c]}),l}}})})(ps);var zl=ps.exports;const Al=ke(zl);var fs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ue,function(){var a={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"};return function(o,s,i){var r=s.prototype,l=r.format;i.en.formats=a,r.format=function(c){c===void 0&&(c="YYYY-MM-DDTHH:mm:ssZ");var d=this.$locale().formats,h=function(m,p){return m.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(f,u,k){var E=k&&k.toUpperCase();return u||p[k]||a[k]||p[E].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(g,y,_){return y||_.slice(1)})})}(c,d===void 0?{}:d);return l.call(this,h)}}})})(fs);var Ol=fs.exports;const Fl=ke(Ol);var us={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ue,function(){var a={year:0,month:1,day:2,hour:3,minute:4,second:5},o={};return function(s,i,r){var l,c=function(p,f,u){u===void 0&&(u={});var k=new Date(p),E=function(g,y){y===void 0&&(y={});var _=y.timeZoneName||"short",V=g+"|"+_,x=o[V];return x||(x=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:g,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:_}),o[V]=x),x}(f,u);return E.formatToParts(k)},d=function(p,f){for(var u=c(p,f),k=[],E=0;E<u.length;E+=1){var g=u[E],y=g.type,_=g.value,V=a[y];V>=0&&(k[V]=parseInt(_,10))}var x=k[3],N=x===24?0:x,I=k[0]+"-"+k[1]+"-"+k[2]+" "+N+":"+k[4]+":"+k[5]+":000",T=+p;return(r.utc(I).valueOf()-(T-=T%1e3))/6e4},h=i.prototype;h.tz=function(p,f){p===void 0&&(p=l);var u=this.utcOffset(),k=this.toDate(),E=k.toLocaleString("en-US",{timeZone:p}),g=Math.round((k-new Date(E))/1e3/60),y=r(E,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(15*-Math.round(k.getTimezoneOffset()/15)-g,!0);if(f){var _=y.utcOffset();y=y.add(u-_,"minute")}return y.$x.$timezone=p,y},h.offsetName=function(p){var f=this.$x.$timezone||r.tz.guess(),u=c(this.valueOf(),f,{timeZoneName:p}).find(function(k){return k.type.toLowerCase()==="timezonename"});return u&&u.value};var m=h.startOf;h.startOf=function(p,f){if(!this.$x||!this.$x.$timezone)return m.call(this,p,f);var u=r(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return m.call(u,p,f).tz(this.$x.$timezone,!0)},r.tz=function(p,f,u){var k=u&&f,E=u||f||l,g=d(+r(),E);if(typeof p!="string")return r(p).tz(E);var y=function(N,I,T){var A=N-60*I*1e3,b=d(A,T);if(I===b)return[A,I];var C=d(A-=60*(b-I)*1e3,T);return b===C?[A,b]:[N-60*Math.min(b,C)*1e3,Math.max(b,C)]}(r.utc(p,k).valueOf(),g,E),_=y[0],V=y[1],x=r(_).utcOffset(V);return x.$x.$timezone=E,x},r.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},r.tz.setDefault=function(p){l=p}}})})(us);var Hl=us.exports;const ql=ke(Hl);var gs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ue,function(){return function(a,o){var s=o.prototype,i=s.format;s.format=function(r){var l=this,c=this.$locale();if(!this.isValid())return i.bind(this)(r);var d=this.$utils(),h=(r||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(m){switch(m){case"Q":return Math.ceil((l.$M+1)/3);case"Do":return c.ordinal(l.$D);case"gggg":return l.weekYear();case"GGGG":return l.isoWeekYear();case"wo":return c.ordinal(l.week(),"W");case"w":case"ww":return d.s(l.week(),m==="w"?1:2,"0");case"W":case"WW":return d.s(l.isoWeek(),m==="W"?1:2,"0");case"k":case"kk":return d.s(String(l.$H===0?24:l.$H),m==="k"?1:2,"0");case"X":return Math.floor(l.$d.getTime()/1e3);case"x":return l.$d.getTime();case"z":return"["+l.offsetName()+"]";case"zzz":return"["+l.offsetName("long")+"]";default:return m}});return i.bind(this)(h)}}})})(gs);var jl=gs.exports;const Rl=ke(jl);var Gl={exports:{}};(function(e,n){(function(a,o){e.exports=o(ms)})(ue,function(a){function o(r){return r&&typeof r=="object"&&"default"in r?r:{default:r}}var s=o(a),i={name:"en-gb",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("_"),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("_"),weekStart:1,yearStart:4,relativeTime:{future:"in %s",past:"%s ago",s:"a few 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"},formats:{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"},ordinal:function(r){var l=["th","st","nd","rd"],c=r%100;return"["+r+(l[(c-20)%10]||l[c]||l[0])+"]"}};return s.default.locale(i,null,!0),i})})(Gl),X.extend(Fl),X.extend(Al),X.updateLocale("en",{monthsShort:["Jan.","Feb.","March","April","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec."]}),X.extend(ql),X.extend(Rl);const Ul={displayDate(e,n,a="en"){if(e){const o=X(e).locale(a);let s;switch(n){case"DateTime":s=o.format("MMM D YYYY, HH:mm");break;case"Date":s=o.format("MMM D YYYY");break;case"Time":s=o.format("HH:mm");break;case"MonthAndYear":s=o.format("MMM YYYY");break;case"Day":s=o.format("D");break;default:s=o.format("ll")}return s}}};var Wl=!1;function rn(e,n,a){return Array.isArray(e)?(e.length=Math.max(e.length,n),e.splice(n,1,a),a):(e[n]=a,a)}function aa(e,n){if(Array.isArray(e)){e.splice(n,1);return}delete e[n]}/*!
1
+ (function($,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue"),require("lodash")):typeof define=="function"&&define.amd?define(["exports","vue","lodash"],t):($=typeof globalThis<"u"?globalThis:$||self,t($.Explorer1Vue={},$.Vue,$.lodash))})(this,function($,t,Ol){"use strict";var ge=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ke(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var aa={exports:{}},ps;function fs(){return ps||(ps=1,function(e,n){(function(a,o){e.exports=o()})(ge,function(){var a=1e3,o=6e4,s=36e5,i="millisecond",r="second",l="minute",c="hour",d="day",h="week",m="month",p="quarter",f="year",u="date",b="Invalid Date",E=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,g=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,y={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(D){var v=["th","st","nd","rd"],P=D%100;return"["+D+(v[(P-20)%10]||v[P]||v[0])+"]"}},_=function(D,v,P){var S=String(D);return!S||S.length>=v?D:""+Array(v+1-S.length).join(P)+D},V={s:_,z:function(D){var v=-D.utcOffset(),P=Math.abs(v),S=Math.floor(P/60),C=P%60;return(v<=0?"+":"-")+_(S,2,"0")+":"+_(C,2,"0")},m:function D(v,P){if(v.date()<P.date())return-D(P,v);var S=12*(P.year()-v.year())+(P.month()-v.month()),C=v.clone().add(S,m),z=P-C<0,O=v.clone().add(S+(z?-1:1),m);return+(-(S+(P-C)/(z?C-O:O-C))||0)},a:function(D){return D<0?Math.ceil(D)||0:Math.floor(D)},p:function(D){return{M:m,y:f,w:h,d,D:u,h:c,m:l,s:r,ms:i,Q:p}[D]||String(D||"").toLowerCase().replace(/s$/,"")},u:function(D){return D===void 0}},M="en",N={};N[M]=y;var I="$isDayjsObject",T=function(D){return D instanceof x||!(!D||!D[I])},A=function D(v,P,S){var C;if(!v)return M;if(typeof v=="string"){var z=v.toLowerCase();N[z]&&(C=z),P&&(N[z]=P,C=z);var O=v.split("-");if(!C&&O.length>1)return D(O[0])}else{var U=v.name;N[U]=v,C=U}return!S&&C&&(M=C),C||!S&&M},w=function(D,v){if(T(D))return D.clone();var P=typeof v=="object"?v:{};return P.date=D,P.args=arguments,new x(P)},k=V;k.l=A,k.i=T,k.w=function(D,v){return w(D,{locale:v.$L,utc:v.$u,x:v.$x,$offset:v.$offset})};var x=function(){function D(P){this.$L=A(P.locale,null,!0),this.parse(P),this.$x=this.$x||P.x||{},this[I]=!0}var v=D.prototype;return v.parse=function(P){this.$d=function(S){var C=S.date,z=S.utc;if(C===null)return new Date(NaN);if(k.u(C))return new Date;if(C instanceof Date)return new Date(C);if(typeof C=="string"&&!/Z$/i.test(C)){var O=C.match(E);if(O){var U=O[2]-1||0,K=(O[7]||"0").substring(0,3);return z?new Date(Date.UTC(O[1],U,O[3]||1,O[4]||0,O[5]||0,O[6]||0,K)):new Date(O[1],U,O[3]||1,O[4]||0,O[5]||0,O[6]||0,K)}}return new Date(C)}(P),this.init()},v.init=function(){var P=this.$d;this.$y=P.getFullYear(),this.$M=P.getMonth(),this.$D=P.getDate(),this.$W=P.getDay(),this.$H=P.getHours(),this.$m=P.getMinutes(),this.$s=P.getSeconds(),this.$ms=P.getMilliseconds()},v.$utils=function(){return k},v.isValid=function(){return this.$d.toString()!==b},v.isSame=function(P,S){var C=w(P);return this.startOf(S)<=C&&C<=this.endOf(S)},v.isAfter=function(P,S){return w(P)<this.startOf(S)},v.isBefore=function(P,S){return this.endOf(S)<w(P)},v.$g=function(P,S,C){return k.u(P)?this[S]:this.set(C,P)},v.unix=function(){return Math.floor(this.valueOf()/1e3)},v.valueOf=function(){return this.$d.getTime()},v.startOf=function(P,S){var C=this,z=!!k.u(S)||S,O=k.p(P),U=function(ct,me){var Ye=k.w(C.$u?Date.UTC(C.$y,me,ct):new Date(C.$y,me,ct),C);return z?Ye:Ye.endOf(d)},K=function(ct,me){return k.w(C.toDate()[ct].apply(C.toDate("s"),(z?[0,0,0,0]:[23,59,59,999]).slice(me)),C)},Z=this.$W,oe=this.$M,ne=this.$D,De="set"+(this.$u?"UTC":"");switch(O){case f:return z?U(1,0):U(31,11);case m:return z?U(1,oe):U(0,oe+1);case h:var lt=this.$locale().weekStart||0,on=(Z<lt?Z+7:Z)-lt;return U(z?ne-on:ne+(6-on),oe);case d:case u:return K(De+"Hours",0);case c:return K(De+"Minutes",1);case l:return K(De+"Seconds",2);case r:return K(De+"Milliseconds",3);default:return this.clone()}},v.endOf=function(P){return this.startOf(P,!1)},v.$set=function(P,S){var C,z=k.p(P),O="set"+(this.$u?"UTC":""),U=(C={},C[d]=O+"Date",C[u]=O+"Date",C[m]=O+"Month",C[f]=O+"FullYear",C[c]=O+"Hours",C[l]=O+"Minutes",C[r]=O+"Seconds",C[i]=O+"Milliseconds",C)[z],K=z===d?this.$D+(S-this.$W):S;if(z===m||z===f){var Z=this.clone().set(u,1);Z.$d[U](K),Z.init(),this.$d=Z.set(u,Math.min(this.$D,Z.daysInMonth())).$d}else U&&this.$d[U](K);return this.init(),this},v.set=function(P,S){return this.clone().$set(P,S)},v.get=function(P){return this[k.p(P)]()},v.add=function(P,S){var C,z=this;P=Number(P);var O=k.p(S),U=function(oe){var ne=w(z);return k.w(ne.date(ne.date()+Math.round(oe*P)),z)};if(O===m)return this.set(m,this.$M+P);if(O===f)return this.set(f,this.$y+P);if(O===d)return U(1);if(O===h)return U(7);var K=(C={},C[l]=o,C[c]=s,C[r]=a,C)[O]||1,Z=this.$d.getTime()+P*K;return k.w(Z,this)},v.subtract=function(P,S){return this.add(-1*P,S)},v.format=function(P){var S=this,C=this.$locale();if(!this.isValid())return C.invalidDate||b;var z=P||"YYYY-MM-DDTHH:mm:ssZ",O=k.z(this),U=this.$H,K=this.$m,Z=this.$M,oe=C.weekdays,ne=C.months,De=C.meridiem,lt=function(me,Ye,sn,na){return me&&(me[Ye]||me(S,z))||sn[Ye].slice(0,na)},on=function(me){return k.s(U%12||12,me,"0")},ct=De||function(me,Ye,sn){var na=me<12?"AM":"PM";return sn?na.toLowerCase():na};return z.replace(g,function(me,Ye){return Ye||function(sn){switch(sn){case"YY":return String(S.$y).slice(-2);case"YYYY":return k.s(S.$y,4,"0");case"M":return Z+1;case"MM":return k.s(Z+1,2,"0");case"MMM":return lt(C.monthsShort,Z,ne,3);case"MMMM":return lt(ne,Z);case"D":return S.$D;case"DD":return k.s(S.$D,2,"0");case"d":return String(S.$W);case"dd":return lt(C.weekdaysMin,S.$W,oe,2);case"ddd":return lt(C.weekdaysShort,S.$W,oe,3);case"dddd":return oe[S.$W];case"H":return String(U);case"HH":return k.s(U,2,"0");case"h":return on(1);case"hh":return on(2);case"a":return ct(U,K,!0);case"A":return ct(U,K,!1);case"m":return String(K);case"mm":return k.s(K,2,"0");case"s":return String(S.$s);case"ss":return k.s(S.$s,2,"0");case"SSS":return k.s(S.$ms,3,"0");case"Z":return O}return null}(me)||O.replace(":","")})},v.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},v.diff=function(P,S,C){var z,O=this,U=k.p(S),K=w(P),Z=(K.utcOffset()-this.utcOffset())*o,oe=this-K,ne=function(){return k.m(O,K)};switch(U){case f:z=ne()/12;break;case m:z=ne();break;case p:z=ne()/3;break;case h:z=(oe-Z)/6048e5;break;case d:z=(oe-Z)/864e5;break;case c:z=oe/s;break;case l:z=oe/o;break;case r:z=oe/a;break;default:z=oe}return C?z:k.a(z)},v.daysInMonth=function(){return this.endOf(m).$D},v.$locale=function(){return N[this.$L]},v.locale=function(P,S){if(!P)return this.$L;var C=this.clone(),z=A(P,S,!0);return z&&(C.$L=z),C},v.clone=function(){return k.w(this.$d,this)},v.toDate=function(){return new Date(this.valueOf())},v.toJSON=function(){return this.isValid()?this.toISOString():null},v.toISOString=function(){return this.$d.toISOString()},v.toString=function(){return this.$d.toUTCString()},D}(),L=x.prototype;return w.prototype=L,[["$ms",i],["$s",r],["$m",l],["$H",c],["$W",d],["$M",m],["$y",f],["$D",u]].forEach(function(D){L[D[1]]=function(v){return this.$g(v,D[0],D[1])}}),w.extend=function(D,v){return D.$i||(D(v,x,w),D.$i=!0),w},w.locale=A,w.isDayjs=T,w.unix=function(D){return w(1e3*D)},w.en=N[M],w.Ls=N,w.p={},w})}(aa)),aa.exports}var Fl=fs();const X=ke(Fl);var us={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ge,function(){return function(a,o,s){s.updateLocale=function(i,r){var l=s.Ls[i];if(l)return(r?Object.keys(r):[]).forEach(function(c){l[c]=r[c]}),l}}})})(us);var Hl=us.exports;const ql=ke(Hl);var gs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ge,function(){var a={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"};return function(o,s,i){var r=s.prototype,l=r.format;i.en.formats=a,r.format=function(c){c===void 0&&(c="YYYY-MM-DDTHH:mm:ssZ");var d=this.$locale().formats,h=function(m,p){return m.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(f,u,b){var E=b&&b.toUpperCase();return u||p[b]||a[b]||p[E].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(g,y,_){return y||_.slice(1)})})}(c,d===void 0?{}:d);return l.call(this,h)}}})})(gs);var jl=gs.exports;const Rl=ke(jl);var ys={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ge,function(){var a={year:0,month:1,day:2,hour:3,minute:4,second:5},o={};return function(s,i,r){var l,c=function(p,f,u){u===void 0&&(u={});var b=new Date(p),E=function(g,y){y===void 0&&(y={});var _=y.timeZoneName||"short",V=g+"|"+_,M=o[V];return M||(M=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:g,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:_}),o[V]=M),M}(f,u);return E.formatToParts(b)},d=function(p,f){for(var u=c(p,f),b=[],E=0;E<u.length;E+=1){var g=u[E],y=g.type,_=g.value,V=a[y];V>=0&&(b[V]=parseInt(_,10))}var M=b[3],N=M===24?0:M,I=b[0]+"-"+b[1]+"-"+b[2]+" "+N+":"+b[4]+":"+b[5]+":000",T=+p;return(r.utc(I).valueOf()-(T-=T%1e3))/6e4},h=i.prototype;h.tz=function(p,f){p===void 0&&(p=l);var u=this.utcOffset(),b=this.toDate(),E=b.toLocaleString("en-US",{timeZone:p}),g=Math.round((b-new Date(E))/1e3/60),y=r(E,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(15*-Math.round(b.getTimezoneOffset()/15)-g,!0);if(f){var _=y.utcOffset();y=y.add(u-_,"minute")}return y.$x.$timezone=p,y},h.offsetName=function(p){var f=this.$x.$timezone||r.tz.guess(),u=c(this.valueOf(),f,{timeZoneName:p}).find(function(b){return b.type.toLowerCase()==="timezonename"});return u&&u.value};var m=h.startOf;h.startOf=function(p,f){if(!this.$x||!this.$x.$timezone)return m.call(this,p,f);var u=r(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return m.call(u,p,f).tz(this.$x.$timezone,!0)},r.tz=function(p,f,u){var b=u&&f,E=u||f||l,g=d(+r(),E);if(typeof p!="string")return r(p).tz(E);var y=function(N,I,T){var A=N-60*I*1e3,w=d(A,T);if(I===w)return[A,I];var k=d(A-=60*(w-I)*1e3,T);return w===k?[A,w]:[N-60*Math.min(w,k)*1e3,Math.max(w,k)]}(r.utc(p,b).valueOf(),g,E),_=y[0],V=y[1],M=r(_).utcOffset(V);return M.$x.$timezone=E,M},r.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},r.tz.setDefault=function(p){l=p}}})})(ys);var Gl=ys.exports;const Ul=ke(Gl);var bs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ge,function(){return function(a,o){var s=o.prototype,i=s.format;s.format=function(r){var l=this,c=this.$locale();if(!this.isValid())return i.bind(this)(r);var d=this.$utils(),h=(r||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(m){switch(m){case"Q":return Math.ceil((l.$M+1)/3);case"Do":return c.ordinal(l.$D);case"gggg":return l.weekYear();case"GGGG":return l.isoWeekYear();case"wo":return c.ordinal(l.week(),"W");case"w":case"ww":return d.s(l.week(),m==="w"?1:2,"0");case"W":case"WW":return d.s(l.isoWeek(),m==="W"?1:2,"0");case"k":case"kk":return d.s(String(l.$H===0?24:l.$H),m==="k"?1:2,"0");case"X":return Math.floor(l.$d.getTime()/1e3);case"x":return l.$d.getTime();case"z":return"["+l.offsetName()+"]";case"zzz":return"["+l.offsetName("long")+"]";default:return m}});return i.bind(this)(h)}}})})(bs);var Wl=bs.exports;const Yl=ke(Wl);var Kl={exports:{}};(function(e,n){(function(a,o){e.exports=o(fs())})(ge,function(a){function o(r){return r&&typeof r=="object"&&"default"in r?r:{default:r}}var s=o(a),i={name:"en-gb",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("_"),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("_"),weekStart:1,yearStart:4,relativeTime:{future:"in %s",past:"%s ago",s:"a few 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"},formats:{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"},ordinal:function(r){var l=["th","st","nd","rd"],c=r%100;return"["+r+(l[(c-20)%10]||l[c]||l[0])+"]"}};return s.default.locale(i,null,!0),i})})(Kl),X.extend(Rl),X.extend(ql),X.updateLocale("en",{monthsShort:["Jan.","Feb.","March","April","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec."]}),X.extend(Ul),X.extend(Yl);const Zl={displayDate(e,n,a="en"){if(e){const o=X(e).locale(a);let s;switch(n){case"DateTime":s=o.format("MMM D YYYY, HH:mm");break;case"Date":s=o.format("MMM D YYYY");break;case"Time":s=o.format("HH:mm");break;case"MonthAndYear":s=o.format("MMM YYYY");break;case"Day":s=o.format("D");break;default:s=o.format("ll")}return s}}};var Xl=!1;function rn(e,n,a){return Array.isArray(e)?(e.length=Math.max(e.length,n),e.splice(n,1,a),a):(e[n]=a,a)}function oa(e,n){if(Array.isArray(e)){e.splice(n,1);return}delete e[n]}/*!
2
2
  * pinia v2.1.7
3
3
  * (c) 2023 Eduardo San Martin Morote
4
4
  * @license MIT
5
- */let It;const ln=e=>It=e,Yl=process.env.NODE_ENV!=="production"?Symbol("pinia"):Symbol();function Ke(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var xt;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(xt||(xt={}));const oa=typeof window<"u",sa=(process.env.NODE_ENV!=="production"||!1)&&process.env.NODE_ENV!=="test"&&oa;function ys(e,n){for(const a in n){const o=n[a];if(!(a in e))continue;const s=e[a];Ke(s)&&Ke(o)&&!t.isRef(o)&&!t.isReactive(o)?e[a]=ys(s,o):e[a]=o}return e}const bs=()=>{};function ks(e,n,a,o=bs){e.push(n);const s=()=>{const i=e.indexOf(n);i>-1&&(e.splice(i,1),o())};return!a&&t.getCurrentScope()&&t.onScopeDispose(s),s}function dt(e,...n){e.slice().forEach(a=>{a(...n)})}const Kl=e=>e();function ia(e,n){e instanceof Map&&n instanceof Map&&n.forEach((a,o)=>e.set(o,a)),e instanceof Set&&n instanceof Set&&n.forEach(e.add,e);for(const a in n){if(!n.hasOwnProperty(a))continue;const o=n[a],s=e[a];Ke(s)&&Ke(o)&&e.hasOwnProperty(a)&&!t.isRef(o)&&!t.isReactive(o)?e[a]=ia(s,o):e[a]=o}return e}const Zl=process.env.NODE_ENV!=="production"?Symbol("pinia:skipHydration"):Symbol();function Xl(e){return!Ke(e)||!e.hasOwnProperty(Zl)}const{assign:ge}=Object;function _s(e){return!!(t.isRef(e)&&e.effect)}function $s(e,n,a,o){const{state:s,actions:i,getters:r}=n,l=a.state.value[e];let c;function d(){!l&&(process.env.NODE_ENV==="production"||!o)&&(a.state.value[e]=s?s():{});const h=process.env.NODE_ENV!=="production"&&o?t.toRefs(t.ref(s?s():{}).value):t.toRefs(a.state.value[e]);return ge(h,i,Object.keys(r||{}).reduce((m,p)=>(process.env.NODE_ENV!=="production"&&p in h&&console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${p}" in store "${e}".`),m[p]=t.markRaw(t.computed(()=>{ln(a);const f=a._s.get(e);return r[p].call(f,f)})),m),{}))}return c=ra(e,d,n,a,o,!0),c}function ra(e,n,a={},o,s,i){let r;const l=ge({actions:{}},a);if(process.env.NODE_ENV!=="production"&&!o._e.active)throw new Error("Pinia destroyed");const c={deep:!0};process.env.NODE_ENV!=="production"&&!Wl&&(c.onTrigger=b=>{d?f=b:d==!1&&!I._hotUpdating&&(Array.isArray(f)?f.push(b):console.error("🍍 debuggerEvents should be an array. This is most likely an internal Pinia bug."))});let d,h,m=[],p=[],f;const u=o.state.value[e];!i&&!u&&(process.env.NODE_ENV==="production"||!s)&&(o.state.value[e]={});const k=t.ref({});let E;function g(b){let C;d=h=!1,process.env.NODE_ENV!=="production"&&(f=[]),typeof b=="function"?(b(o.state.value[e]),C={type:xt.patchFunction,storeId:e,events:f}):(ia(o.state.value[e],b),C={type:xt.patchObject,payload:b,storeId:e,events:f});const D=E=Symbol();t.nextTick().then(()=>{E===D&&(d=!0)}),h=!0,dt(m,C,o.state.value[e])}const y=i?function(){const{state:C}=a,D=C?C():{};this.$patch(M=>{ge(M,D)})}:process.env.NODE_ENV!=="production"?()=>{throw new Error(`🍍: Store "${e}" is built using the setup syntax and does not implement $reset().`)}:bs;function _(){r.stop(),m=[],p=[],o._s.delete(e)}function V(b,C){return function(){ln(o);const D=Array.from(arguments),M=[],L=[];function v(B){M.push(B)}function P(B){L.push(B)}dt(p,{args:D,name:b,store:I,after:v,onError:P});let S;try{S=C.apply(this&&this.$id===e?this:I,D)}catch(B){throw dt(L,B),B}return S instanceof Promise?S.then(B=>(dt(M,B),B)).catch(B=>(dt(L,B),Promise.reject(B))):(dt(M,S),S)}}const x=t.markRaw({actions:{},getters:{},state:[],hotState:k}),N={_p:o,$id:e,$onAction:ks.bind(null,p),$patch:g,$reset:y,$subscribe(b,C={}){const D=ks(m,b,C.detached,()=>M()),M=r.run(()=>t.watch(()=>o.state.value[e],L=>{(C.flush==="sync"?h:d)&&b({storeId:e,type:xt.direct,events:f},L)},ge({},c,C)));return D},$dispose:_},I=t.reactive(process.env.NODE_ENV!=="production"||sa?ge({_hmrPayload:x,_customProperties:t.markRaw(new Set)},N):N);o._s.set(e,I);const A=(o._a&&o._a.runWithContext||Kl)(()=>o._e.run(()=>(r=t.effectScope()).run(n)));for(const b in A){const C=A[b];if(t.isRef(C)&&!_s(C)||t.isReactive(C))process.env.NODE_ENV!=="production"&&s?rn(k.value,b,t.toRef(A,b)):i||(u&&Xl(C)&&(t.isRef(C)?C.value=u[b]:ia(C,u[b])),o.state.value[e][b]=C),process.env.NODE_ENV!=="production"&&x.state.push(b);else if(typeof C=="function"){const D=process.env.NODE_ENV!=="production"&&s?C:V(b,C);A[b]=D,process.env.NODE_ENV!=="production"&&(x.actions[b]=C),l.actions[b]=C}else process.env.NODE_ENV!=="production"&&_s(C)&&(x.getters[b]=i?a.getters[b]:C,oa&&(A._getters||(A._getters=t.markRaw([]))).push(b))}if(ge(I,A),ge(t.toRaw(I),A),Object.defineProperty(I,"$state",{get:()=>process.env.NODE_ENV!=="production"&&s?k.value:o.state.value[e],set:b=>{if(process.env.NODE_ENV!=="production"&&s)throw new Error("cannot set hotState");g(C=>{ge(C,b)})}}),process.env.NODE_ENV!=="production"&&(I._hotUpdate=t.markRaw(b=>{I._hotUpdating=!0,b._hmrPayload.state.forEach(C=>{if(C in I.$state){const D=b.$state[C],M=I.$state[C];typeof D=="object"&&Ke(D)&&Ke(M)?ys(D,M):b.$state[C]=M}rn(I,C,t.toRef(b.$state,C))}),Object.keys(I.$state).forEach(C=>{C in b.$state||aa(I,C)}),d=!1,h=!1,o.state.value[e]=t.toRef(b._hmrPayload,"hotState"),h=!0,t.nextTick().then(()=>{d=!0});for(const C in b._hmrPayload.actions){const D=b[C];rn(I,C,V(C,D))}for(const C in b._hmrPayload.getters){const D=b._hmrPayload.getters[C],M=i?t.computed(()=>(ln(o),D.call(I,I))):D;rn(I,C,M)}Object.keys(I._hmrPayload.getters).forEach(C=>{C in b._hmrPayload.getters||aa(I,C)}),Object.keys(I._hmrPayload.actions).forEach(C=>{C in b._hmrPayload.actions||aa(I,C)}),I._hmrPayload=b._hmrPayload,I._getters=b._getters,I._hotUpdating=!1})),sa){const b={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach(C=>{Object.defineProperty(I,C,ge({value:I[C]},b))})}return o._p.forEach(b=>{if(sa){const C=r.run(()=>b({store:I,app:o._a,pinia:o,options:l}));Object.keys(C||{}).forEach(D=>I._customProperties.add(D)),ge(I,C)}else ge(I,r.run(()=>b({store:I,app:o._a,pinia:o,options:l})))}),process.env.NODE_ENV!=="production"&&I.$state&&typeof I.$state=="object"&&typeof I.$state.constructor=="function"&&!I.$state.constructor.toString().includes("[native code]")&&console.warn(`[🍍]: The "state" must be a plain object. It cannot be
5
+ */let It;const ln=e=>It=e,Jl=process.env.NODE_ENV!=="production"?Symbol("pinia"):Symbol();function Ke(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var xt;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(xt||(xt={}));const sa=typeof window<"u",ia=(process.env.NODE_ENV!=="production"||!1)&&process.env.NODE_ENV!=="test"&&sa;function ks(e,n){for(const a in n){const o=n[a];if(!(a in e))continue;const s=e[a];Ke(s)&&Ke(o)&&!t.isRef(o)&&!t.isReactive(o)?e[a]=ks(s,o):e[a]=o}return e}const _s=()=>{};function $s(e,n,a,o=_s){e.push(n);const s=()=>{const i=e.indexOf(n);i>-1&&(e.splice(i,1),o())};return!a&&t.getCurrentScope()&&t.onScopeDispose(s),s}function dt(e,...n){e.slice().forEach(a=>{a(...n)})}const Ql=e=>e();function ra(e,n){e instanceof Map&&n instanceof Map&&n.forEach((a,o)=>e.set(o,a)),e instanceof Set&&n instanceof Set&&n.forEach(e.add,e);for(const a in n){if(!n.hasOwnProperty(a))continue;const o=n[a],s=e[a];Ke(s)&&Ke(o)&&e.hasOwnProperty(a)&&!t.isRef(o)&&!t.isReactive(o)?e[a]=ra(s,o):e[a]=o}return e}const ec=process.env.NODE_ENV!=="production"?Symbol("pinia:skipHydration"):Symbol();function tc(e){return!Ke(e)||!e.hasOwnProperty(ec)}const{assign:ye}=Object;function ws(e){return!!(t.isRef(e)&&e.effect)}function Bs(e,n,a,o){const{state:s,actions:i,getters:r}=n,l=a.state.value[e];let c;function d(){!l&&(process.env.NODE_ENV==="production"||!o)&&(a.state.value[e]=s?s():{});const h=process.env.NODE_ENV!=="production"&&o?t.toRefs(t.ref(s?s():{}).value):t.toRefs(a.state.value[e]);return ye(h,i,Object.keys(r||{}).reduce((m,p)=>(process.env.NODE_ENV!=="production"&&p in h&&console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${p}" in store "${e}".`),m[p]=t.markRaw(t.computed(()=>{ln(a);const f=a._s.get(e);return r[p].call(f,f)})),m),{}))}return c=la(e,d,n,a,o,!0),c}function la(e,n,a={},o,s,i){let r;const l=ye({actions:{}},a);if(process.env.NODE_ENV!=="production"&&!o._e.active)throw new Error("Pinia destroyed");const c={deep:!0};process.env.NODE_ENV!=="production"&&!Xl&&(c.onTrigger=w=>{d?f=w:d==!1&&!I._hotUpdating&&(Array.isArray(f)?f.push(w):console.error("🍍 debuggerEvents should be an array. This is most likely an internal Pinia bug."))});let d,h,m=[],p=[],f;const u=o.state.value[e];!i&&!u&&(process.env.NODE_ENV==="production"||!s)&&(o.state.value[e]={});const b=t.ref({});let E;function g(w){let k;d=h=!1,process.env.NODE_ENV!=="production"&&(f=[]),typeof w=="function"?(w(o.state.value[e]),k={type:xt.patchFunction,storeId:e,events:f}):(ra(o.state.value[e],w),k={type:xt.patchObject,payload:w,storeId:e,events:f});const x=E=Symbol();t.nextTick().then(()=>{E===x&&(d=!0)}),h=!0,dt(m,k,o.state.value[e])}const y=i?function(){const{state:k}=a,x=k?k():{};this.$patch(L=>{ye(L,x)})}:process.env.NODE_ENV!=="production"?()=>{throw new Error(`🍍: Store "${e}" is built using the setup syntax and does not implement $reset().`)}:_s;function _(){r.stop(),m=[],p=[],o._s.delete(e)}function V(w,k){return function(){ln(o);const x=Array.from(arguments),L=[],D=[];function v(C){L.push(C)}function P(C){D.push(C)}dt(p,{args:x,name:w,store:I,after:v,onError:P});let S;try{S=k.apply(this&&this.$id===e?this:I,x)}catch(C){throw dt(D,C),C}return S instanceof Promise?S.then(C=>(dt(L,C),C)).catch(C=>(dt(D,C),Promise.reject(C))):(dt(L,S),S)}}const M=t.markRaw({actions:{},getters:{},state:[],hotState:b}),N={_p:o,$id:e,$onAction:$s.bind(null,p),$patch:g,$reset:y,$subscribe(w,k={}){const x=$s(m,w,k.detached,()=>L()),L=r.run(()=>t.watch(()=>o.state.value[e],D=>{(k.flush==="sync"?h:d)&&w({storeId:e,type:xt.direct,events:f},D)},ye({},c,k)));return x},$dispose:_},I=t.reactive(process.env.NODE_ENV!=="production"||ia?ye({_hmrPayload:M,_customProperties:t.markRaw(new Set)},N):N);o._s.set(e,I);const A=(o._a&&o._a.runWithContext||Ql)(()=>o._e.run(()=>(r=t.effectScope()).run(n)));for(const w in A){const k=A[w];if(t.isRef(k)&&!ws(k)||t.isReactive(k))process.env.NODE_ENV!=="production"&&s?rn(b.value,w,t.toRef(A,w)):i||(u&&tc(k)&&(t.isRef(k)?k.value=u[w]:ra(k,u[w])),o.state.value[e][w]=k),process.env.NODE_ENV!=="production"&&M.state.push(w);else if(typeof k=="function"){const x=process.env.NODE_ENV!=="production"&&s?k:V(w,k);A[w]=x,process.env.NODE_ENV!=="production"&&(M.actions[w]=k),l.actions[w]=k}else process.env.NODE_ENV!=="production"&&ws(k)&&(M.getters[w]=i?a.getters[w]:k,sa&&(A._getters||(A._getters=t.markRaw([]))).push(w))}if(ye(I,A),ye(t.toRaw(I),A),Object.defineProperty(I,"$state",{get:()=>process.env.NODE_ENV!=="production"&&s?b.value:o.state.value[e],set:w=>{if(process.env.NODE_ENV!=="production"&&s)throw new Error("cannot set hotState");g(k=>{ye(k,w)})}}),process.env.NODE_ENV!=="production"&&(I._hotUpdate=t.markRaw(w=>{I._hotUpdating=!0,w._hmrPayload.state.forEach(k=>{if(k in I.$state){const x=w.$state[k],L=I.$state[k];typeof x=="object"&&Ke(x)&&Ke(L)?ks(x,L):w.$state[k]=L}rn(I,k,t.toRef(w.$state,k))}),Object.keys(I.$state).forEach(k=>{k in w.$state||oa(I,k)}),d=!1,h=!1,o.state.value[e]=t.toRef(w._hmrPayload,"hotState"),h=!0,t.nextTick().then(()=>{d=!0});for(const k in w._hmrPayload.actions){const x=w[k];rn(I,k,V(k,x))}for(const k in w._hmrPayload.getters){const x=w._hmrPayload.getters[k],L=i?t.computed(()=>(ln(o),x.call(I,I))):x;rn(I,k,L)}Object.keys(I._hmrPayload.getters).forEach(k=>{k in w._hmrPayload.getters||oa(I,k)}),Object.keys(I._hmrPayload.actions).forEach(k=>{k in w._hmrPayload.actions||oa(I,k)}),I._hmrPayload=w._hmrPayload,I._getters=w._getters,I._hotUpdating=!1})),ia){const w={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach(k=>{Object.defineProperty(I,k,ye({value:I[k]},w))})}return o._p.forEach(w=>{if(ia){const k=r.run(()=>w({store:I,app:o._a,pinia:o,options:l}));Object.keys(k||{}).forEach(x=>I._customProperties.add(x)),ye(I,k)}else ye(I,r.run(()=>w({store:I,app:o._a,pinia:o,options:l})))}),process.env.NODE_ENV!=="production"&&I.$state&&typeof I.$state=="object"&&typeof I.$state.constructor=="function"&&!I.$state.constructor.toString().includes("[native code]")&&console.warn(`[🍍]: The "state" must be a plain object. It cannot be
6
6
  state: () => new MyClass()
7
- Found in store "${I.$id}".`),u&&i&&a.hydrate&&a.hydrate(I.$state,u),d=!0,h=!0,I}function cn(e,n,a){let o,s;const i=typeof n=="function";if(typeof e=="string")o=e,s=i?a:n;else if(s=e,o=e.id,process.env.NODE_ENV!=="production"&&typeof o!="string")throw new Error('[🍍]: "defineStore()" must be passed a store id as its first argument.');function r(l,c){const d=t.hasInjectionContext();if(l=(process.env.NODE_ENV==="test"&&It&&It._testing?null:l)||(d?t.inject(Yl,null):null),l&&ln(l),process.env.NODE_ENV!=="production"&&!It)throw new Error(`[🍍]: "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?
7
+ Found in store "${I.$id}".`),u&&i&&a.hydrate&&a.hydrate(I.$state,u),d=!0,h=!0,I}function cn(e,n,a){let o,s;const i=typeof n=="function";if(typeof e=="string")o=e,s=i?a:n;else if(s=e,o=e.id,process.env.NODE_ENV!=="production"&&typeof o!="string")throw new Error('[🍍]: "defineStore()" must be passed a store id as its first argument.');function r(l,c){const d=t.hasInjectionContext();if(l=(process.env.NODE_ENV==="test"&&It&&It._testing?null:l)||(d?t.inject(Jl,null):null),l&&ln(l),process.env.NODE_ENV!=="production"&&!It)throw new Error(`[🍍]: "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?
8
8
  See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.
9
- This will fail in production.`);l=It,l._s.has(o)||(i?ra(o,n,s,l):$s(o,s,l),process.env.NODE_ENV!=="production"&&(r._pinia=l));const h=l._s.get(o);if(process.env.NODE_ENV!=="production"&&c){const m="__hot:"+o,p=i?ra(m,n,s,l,!0):$s(m,ge({},s),l,!0);c._hotUpdate(p),delete l.state.value[m],l._s.delete(m)}if(process.env.NODE_ENV!=="production"&&oa){const m=t.getCurrentInstance();if(m&&m.proxy&&!c){const p=m.proxy,f="_pStores"in p?p._pStores:p._pStores={};f[o]=h}}return h}return r.$id=o,r}let Jl="Store";function Te(...e){return process.env.NODE_ENV!=="production"&&Array.isArray(e[0])&&(console.warn(`[🍍]: Directly pass all stores to "mapStores()" without putting them in an array:
9
+ This will fail in production.`);l=It,l._s.has(o)||(i?la(o,n,s,l):Bs(o,s,l),process.env.NODE_ENV!=="production"&&(r._pinia=l));const h=l._s.get(o);if(process.env.NODE_ENV!=="production"&&c){const m="__hot:"+o,p=i?la(m,n,s,l,!0):Bs(m,ye({},s),l,!0);c._hotUpdate(p),delete l.state.value[m],l._s.delete(m)}if(process.env.NODE_ENV!=="production"&&sa){const m=t.getCurrentInstance();if(m&&m.proxy&&!c){const p=m.proxy,f="_pStores"in p?p._pStores:p._pStores={};f[o]=h}}return h}return r.$id=o,r}let nc="Store";function Te(...e){return process.env.NODE_ENV!=="production"&&Array.isArray(e[0])&&(console.warn(`[🍍]: Directly pass all stores to "mapStores()" without putting them in an array:
10
10
  Replace
11
11
  mapStores([useAuthStore, useCartStore])
12
12
  with
13
13
  mapStores(useAuthStore, useCartStore)
14
- This will fail in production if not fixed.`),e=e[0]),e.reduce((n,a)=>(n[a.$id+Jl]=function(){return a(this.$pinia)},n),{})}const Ql=cn("curatedGallery",{state:()=>({showGridView:void 0}),actions:{updateView(e){this.showGridView=e}},persist:!0}),ve=cn("header",{state:()=>({headerTransparent:!1,highlightPrimary:!0,globalChildren:null,secondaryNav:null}),actions:{makeTransparent(e){this.headerTransparent=e},updateHighlightPrimary(e){this.highlightPrimary=e},updateGlobalChildren(e){this.globalChildren=e},updateSecondary(e){this.secondaryNav=e}}}),Ze=cn("theme",{state:()=>({theme:null}),actions:{setTheme(e){this.theme=e}},getters:{isEdu(e){return e.theme==="ThemeEdu"}}}),ec=cn("search",{state:()=>({showSidebar:void 0,showGridView:void 0,showSidebarForGalleries:void 0,showGridViewForGalleries:void 0,showGridViewForPodcasts:void 0}),actions:{updateSidebar(e){this.showSidebar=e},updateGridView(e){this.showGridView=e},updateSidebarForGalleries(e){this.showSidebarForGalleries=e},updateGridViewForGalleries(e){this.showGridViewForGalleries=e},updateGridViewForPodcasts(e){this.showGridViewForPodcasts=e}},persist:!0});/*!
14
+ This will fail in production if not fixed.`),e=e[0]),e.reduce((n,a)=>(n[a.$id+nc]=function(){return a(this.$pinia)},n),{})}const ac=cn("curatedGallery",{state:()=>({showGridView:void 0}),actions:{updateView(e){this.showGridView=e}},persist:!0}),ve=cn("header",{state:()=>({headerTransparent:!1,highlightPrimary:!0,globalChildren:null,secondaryNav:null}),actions:{makeTransparent(e){this.headerTransparent=e},updateHighlightPrimary(e){this.highlightPrimary=e},updateGlobalChildren(e){this.globalChildren=e},updateSecondary(e){this.secondaryNav=e}}}),Ze=cn("theme",{state:()=>({theme:null}),actions:{setTheme(e){this.theme=e}},getters:{isEdu(e){return e.theme==="ThemeEdu"}}}),oc=cn("search",{state:()=>({showSidebar:void 0,showGridView:void 0,showSidebarForGalleries:void 0,showGridViewForGalleries:void 0,showGridViewForPodcasts:void 0}),actions:{updateSidebar(e){this.showSidebar=e},updateGridView(e){this.showGridView=e},updateSidebarForGalleries(e){this.showSidebarForGalleries=e},updateGridViewForGalleries(e){this.showGridViewForGalleries=e},updateGridViewForPodcasts(e){this.showGridViewForPodcasts=e}},persist:!0});/*!
15
15
  * vue-router v4.3.3
16
16
  * (c) 2024 Eduardo San Martin Morote
17
17
  * @license MIT
18
- */var ws;(function(e){e.pop="pop",e.push="push"})(ws||(ws={}));var Cs;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Cs||(Cs={})),Symbol(process.env.NODE_ENV!=="production"?"navigation failure":"");var Bs;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Bs||(Bs={})),Symbol(process.env.NODE_ENV!=="production"?"router view location matched":""),Symbol(process.env.NODE_ENV!=="production"?"router view depth":""),Symbol(process.env.NODE_ENV!=="production"?"router":"");const tc=Symbol(process.env.NODE_ENV!=="production"?"route location":"");Symbol(process.env.NODE_ENV!=="production"?"router view location":"");function la(){return t.inject(tc)}const Xe=()=>{const e=ve();e&&e.makeTransparent(!0)},ht=e=>e.title?e.title:e.linkPage?e.linkPage.title:"",dn=e=>{if(e.linkPage&&e.linkPage.url)return e.linkPage.url;if(e.path){const n="http://localhost:3000";if(e.path.startsWith(n+"/missions?")||e.path.startsWith(n+"/news?"))return e.path.replace(n,"");if(e.path.startsWith("/"))return e.path}},ca=e=>{ve().updateGlobalChildren(e)},da=e=>{ve().updateSecondary(e)},Es=e=>{ve().updateHighlightPrimary(e)},mt=e=>{const n=la(),a=n?n.path:null,o=e,s=o?o.endsWith("/")?o:o+"/":null;return a&&o&&s?a===o?!0:a.startsWith(s):!1},se=e=>{let n="";if(Object.keys(e).some(function(o){return!!o.startsWith("screen")})){const o=[];for(const[s,i]of Object.entries(e))s.startsWith("screen")&&typeof i=="object"&&i.url&&i.width&&o.push(`${i.url} ${i.width}w`);n=o.join(", ")}return n},ha=e=>{if(e.externalLink)return e.externalLink;if(e.document)return e.document.url},ma=e=>{const n="https://www.jpl.nasa.gov";return e.startsWith("http")?e:n+e},nc=(e,n)=>{if(e&&e.original){let a=e.title;n&&(a=n);let o=e.credit;return e.detailUrl&&(o=""),[{title:a,url:e.original,detailUrl:e.detailUrl,credit:o}]}return!1},ac=e=>{const n=[],a=Object.keys(e).map(o=>e[o]);if(e){for(const o of a)for(const s of Object.values(o))s&&s.original!==void 0&&n.push({title:s.title,url:s.original,detailUrl:s.detailUrl,credit:s.credit});return n}else return!1},hn=(e,n)=>{const a=X(e);let o=a.format("D");const s=a.format("MMM YYYY");if(n){const i=X(n);a.format("MM")===i.format("MM")&&a.format("ll")!==i.format("ll")&&(o=`${o}-${i.format("D")}`)}return{day:o,monthAndYear:s}},pt=(e,n)=>{const a=X(e);let o=a.format("ll");if(n){const s=X(n);a.format("YYYY")!==s.format("YYYY")?o=`${a.format("ll")} - ${s.format("ll")}`:a.format("MM")!==s.format("MM")?o=`${a.format("MMM D")} - ${s.format("ll")}`:s.diff(a,"hour")>=24&&a.format("ll")!==s.format("ll")&&(o=`${a.format("MMM D")}-${s.format("D")}, ${a.format("YYYY")}`)}return o},pa=(e,n,a)=>{const o=X(e);let s="";if(n){const i=X(n);i.diff(o,"hour")<=24&&i.diff(o,"day")===0&&(a?o.format("a")===i.format("a")?s=`${o.format("h:mm")}-${i.format("h:mm a z")}`:s=`${o.format("h:mm a")} - ${i.format("h:mm a z")}`:s=`${o.format("h:mm a z")}`)}return s},oc=t.defineComponent({name:"IconCaret"}),w=(e,n)=>{const a=e.__vccOpts||e;for(const[o,s]of n)a[o]=s;return a},sc={class:"IconCaret",width:"8",height:"14",viewBox:"0 0 8 14",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},ic=[t.createElementVNode("path",{d:"M7.864 7.004L1.5 13.368.086 11.954l4.948-4.95-4.948-4.95L1.5.64l6.364 6.364z",fill:"currentColor"},null,-1)];function rc(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",sc,ic)}const _e=w(oc,[["render",rc]]),lc=t.defineComponent({name:"MixinAnimationCaret",components:{IconCaret:_e},props:{passedWrapperClass:{type:String||null,required:!1,default:""},arrowClass:{type:String,required:!1,default:""},color:{type:String,required:!1,default:"text-primary"},marginLeft:{type:String,default:"ml-1",required:!1},inline:{type:Boolean,default:!1,required:!1}},computed:{computedClass(){let e="";return this.passedWrapperClass&&(e=e+" "+this.passedWrapperClass),this.inline&&(e=e+" caret-inline"),e}}}),cc={class:"arrow"},dc={class:"arrow-fixed"};function hc(e,n,a,o,s,i){const r=_e;return t.openBlock(),t.createElementBlock("span",{class:t.normalizeClass(["MixinAnimationCaret",e.computedClass])},[t.createElementVNode("span",null,[t.renderSlot(e.$slots,"default")]),t.createElementVNode("span",{class:t.normalizeClass(["arrow-wrapper",[e.arrowClass,e.color,e.marginLeft]]),"aria-hidden":"true"},[t.createElementVNode("span",cc,[t.createVNode(r)]),t.createElementVNode("span",dc,[t.createVNode(r)])],2)],2)}const fa=w(lc,[["render",hc]]),Ss={primary:"text-subtitle text-action can-hover:hover:text-action-dark",secondary:"text-subtitle text-action can-hover:hover:text-action-dark",default:"-default underline text-action can-hover:hover:text-action-dark",none:""},mc={primary:"text-subtitle text-primary can-hover:hover:text-primary-dark",secondary:"text-subtitle text-primary can-hover:hover:text-primary-dark",default:"-default underline text-primary can-hover:hover:text-primary-dark",none:""},pc=t.defineComponent({name:"BaseLink",components:{MixinAnimationCaret:fa},props:{variant:{type:String,required:!1,default:"default",validator:e=>Object.keys(Ss).includes(e)},to:{type:[String,Object],default:void 0},exact:{type:Boolean,default:!1},href:{type:String,default:void 0},title:{type:String,default:void 0},ariaLabel:{type:String,default:""},linkClass:{type:String,default:""},target:{type:String,required:!1,default:void 0},externalTargetBlank:{type:Boolean,required:!1,default:!1},caret:{type:Boolean,required:!1,default:!1},caretWrapperClass:{type:String,default:""},caretClass:{type:String,default:""},caretInline:{type:Boolean,required:!1,default:!1},caretColor:{type:String,required:!1,default:""},caretMarginLeft:{type:String,required:!1,default:""},usePrimaryColor:{type:Boolean,required:!1,default:!1}},emits:["linkClicked","specificLinkClicked"],computed:{computedVariants(){return this.usePrimaryColor?mc:Ss},computedClass(){let e=this.computedVariants[this.variant];return(this.to||this.href)&&(e=e+" cursor-pointer"),this.linkClass&&(e=e+" "+this.linkClass),e},theTarget(){if(this.target)return this.target;if(this.href&&this.externalTargetBlank)return"_blank"},theRel(){if(this.theTarget==="_blank")return"noopener"}},methods:{clickEvent(){var e;(e=this.$root)==null||e.$emit("linkClicked"),this.$emit("specificLinkClicked")}}}),fc=["href","target","rel","aria-label","title"];function uc(e,n,a,o,s,i){const r=fa,l=t.resolveComponent("nuxt-link");return t.openBlock(),t.createElementBlock("div",null,[e.to?(t.openBlock(),t.createBlock(l,{key:0,class:t.normalizeClass(["group",e.computedClass]),to:e.to,target:e.theTarget,rel:e.theRel,"aria-label":e.ariaLabel,title:e.title,exact:e.exact,onClick:n[0]||(n[0]=c=>e.clickEvent())},{default:t.withCtx(()=>[e.caretInline&&e.caret?(t.openBlock(),t.createBlock(r,{key:0,inline:"",class:t.normalizeClass(e.caretWrapperClass),"arrow-class":e.caretClass,color:e.caretColor,"margin-left":e.caretMarginLeft},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["class","arrow-class","color","margin-left"])):e.variant==="primary"||e.caret?(t.openBlock(),t.createBlock(r,{key:1,class:t.normalizeClass(e.caretWrapperClass),"arrow-class":e.caretClass,color:e.caretColor,"margin-left":e.caretMarginLeft},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["class","arrow-class","color","margin-left"])):t.renderSlot(e.$slots,"default",{key:2})]),_:3},8,["class","to","target","rel","aria-label","title","exact"])):e.href?(t.openBlock(),t.createElementBlock("a",{key:1,href:e.href,class:t.normalizeClass(["group",e.computedClass]),target:e.theTarget,rel:e.theRel,"aria-label":e.ariaLabel,title:e.title,onClick:n[1]||(n[1]=c=>e.clickEvent())},[e.caretInline&&e.caret?(t.openBlock(),t.createBlock(r,{key:0,inline:"",class:t.normalizeClass(e.caretWrapperClass),"arrow-class":e.caretClass,color:e.caretColor,"margin-left":e.caretMarginLeft},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["class","arrow-class","color","margin-left"])):e.variant==="primary"||e.caret?(t.openBlock(),t.createBlock(r,{key:1,class:t.normalizeClass(e.caretWrapperClass),"arrow-class":e.caretClass,color:e.caretColor,"margin-left":e.caretMarginLeft},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["class","arrow-class","color","margin-left"])):t.renderSlot(e.$slots,"default",{key:2})],10,fc)):t.createCommentVNode("",!0)])}const F=w(pc,[["render",uc]]),gc=t.defineComponent({name:"IconExternal"}),yc={class:"IconExternal",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},bc=[t.createElementVNode("path",{d:"M7 2v2H2v12h12v-5h2v7H0V2h7zm11-2v8h-2V3.413l-8.243 8.244-1.414-1.414L14.585 2H10V0h8z",fill:"currentColor"},null,-1)];function kc(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",yc,bc)}const ye=w(gc,[["render",kc]]),Vs={MI_KM:{imperial:{label:"Miles",abbr:"MI",toOther:1*1.609344},metric:{label:"Kilometers",abbr:"KM",toOther:1/1.609344}},LB_KG:{imperial:{label:"Pounds",abbr:"LB",toOther:1/2.205},metric:{label:"Kilograms",abbr:"KG",toOther:1*2.205}},G_OZ:{imperial:{label:"Ounces",abbr:"OZ",toOther:1/.0352739331766097},metric:{label:"Grams",abbr:"G",toOther:1*.0352739331766097}},M_FT:{imperial:{label:"Feet",abbr:"FT",toOther:1*.3048},metric:{label:"Meters",abbr:"M",toOther:1/.3048}},MS_FS:{imperial:{label:"Feet per second",abbr:"FT/S",toOther:1*.3048},metric:{label:"Meters per second",abbr:"M/S",toOther:1/.3048}}},_c=t.defineComponent({name:"BaseUnitToggle",props:{unitPair:{type:String,required:!0,validator:e=>!!Vs[e]},value:{type:Number,required:!0},secondValue:{type:Number,required:!1},valueSystem:{type:String,required:!0},inline:{type:Boolean,default:!1}},data(){return{selectedSystem:"imperial"}},computed:{unitConfig(){return Vs[this.unitPair]},formattedValue(){var a;let e;this.secondValue?e=this.valueSystem===this.selectedSystem?this.value:this.secondValue:e=this.valueSystem===this.selectedSystem?this.value:this.value*this.unitConfig[this.valueSystem].toOther;const n=((a=this.value.toString().split(".")[1])==null?void 0:a.length)||0;return e.toLocaleString("en-US",{minimumFractionDigits:n,maximumFractionDigits:n})}},mounted(){window.localStorage&&window.localStorage.getItem("selectedSystem")==="metric"&&(this.selectedSystem="metric")},methods:{setSystem(){try{window.localStorage&&window.localStorage.setItem("selectedSystem",this.selectedSystem)}catch(e){console.error(e)}}}}),$c={class:"BaseUnitToggle"},wc={class:"sr-only"},Cc=["aria-label"],Bc={class:"unit","aria-hidden":"true"},Ec=t.createElementVNode("span",{class:"select-none","aria-hidden":"true"},"|",-1),Sc=["aria-label"],Vc={class:"unit","aria-hidden":"true"};function Nc(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",$c,[t.createElementVNode("p",wc,t.toDisplayString(e.formattedValue)+" "+t.toDisplayString(e.unitConfig[e.selectedSystem].label),1),t.renderSlot(e.$slots,"default",{formattedValue:e.formattedValue},()=>[t.createTextVNode(t.toDisplayString(e.formattedValue),1)]),t.createElementVNode("fieldset",{class:t.normalizeClass(["text-body-xs inline-block",{"lg:block":!e.inline}]),"aria-label":"Change Unit"},[t.createElementVNode("label",{class:"cursor-pointer","aria-label":e.unitConfig.imperial.label},[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":n[0]||(n[0]=r=>e.selectedSystem=r),class:"sr-only",type:"radio",value:"imperial",onChange:n[1]||(n[1]=(...r)=>e.setSystem&&e.setSystem(...r))},null,544),[[t.vModelRadio,e.selectedSystem]]),t.createElementVNode("span",Bc,t.toDisplayString(e.unitConfig.imperial.abbr),1)],8,Cc),Ec,t.createElementVNode("label",{class:"cursor-pointer","aria-label":e.unitConfig.metric.label},[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":n[2]||(n[2]=r=>e.selectedSystem=r),class:"sr-only",type:"radio",value:"metric",onChange:n[3]||(n[3]=(...r)=>e.setSystem&&e.setSystem(...r))},null,544),[[t.vModelRadio,e.selectedSystem]]),t.createElementVNode("span",Vc,t.toDisplayString(e.unitConfig.metric.abbr),1)],8,Sc)],2)])}const Pe=w(_c,[["render",Nc]]),Tc=t.defineComponent({name:"AsteroidWatchWidget",components:{BaseLink:F,IconExternal:ye,BaseUnitToggle:Pe},props:{nextCloseApproaches:{type:Array,required:!1}}}),Ic={key:0,"aria-label":"Next 5 Earth Approaches within 7.5 million kilometers",class:"AsteroidWatchWidget overflow-hidden"},xc={class:"gap-y-10 lg:col-end-9 grid grid-cols-11 col-start-1 col-end-11 gap-6"},Mc={key:0,class:"lg:col-span-3 lg:row-span-2 lg:text-left gap-y-8 col-span-11 -ml-8 text-center"},Lc=["srcset"],Dc=["src"],vc={class:"text-subtitle mt-4 text-center"},Pc={class:"lg:col-span-3 col-span-full"},zc=t.createElementVNode("p",{class:"label text-subtitle text-jpl-red"},"Approximate Size",-1),Ac={class:"text-stats-xl"},Oc={class:"lg:col-span-5 col-span-full"},Fc=t.createElementVNode("p",{class:"label text-subtitle text-jpl-red"},"Closest Earth Approach",-1),Hc={class:"text-stats-xl"},qc={key:1,class:"lg:col-span-3 col-span-full"},jc=t.createElementVNode("p",{class:"label text-subtitle text-jpl-red"},"Name",-1),Rc={class:"flex flex-nowrap items-center"},Gc={key:2,class:"lg:col-span-4 col-span-full"},Uc=t.createElementVNode("p",{class:"label text-subtitle text-jpl-red"},"Date",-1);function Wc(e,n,a,o,s,i){var d;const r=Pe,l=ye,c=F;return(d=e.nextCloseApproaches)!=null&&d.length?(t.openBlock(),t.createElementBlock("section",Ic,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.nextCloseApproaches,(h,m)=>(t.openBlock(),t.createElementBlock("div",{key:m,class:"MixedBleedGrid lg:pl-0 pl-4"},[t.createElementVNode("div",{class:t.normalizeClass([m===0?"bg-gray-light":"border-b border-gray-light-mid","lg:block col-start-indent-col-2 col-end-indent-col-3 hidden"])},null,2),t.createElementVNode("div",{class:t.normalizeClass([m===0?"bg-gray-light":"border-b border-gray-light-mid","text-gray-dark col-start-indent-col-3 col-end-container lg:py-12 lg:px-0 text-body-lg px-8 py-10 pr-0"])},[t.createElementVNode("div",xc,[h.comparisonImage&&h.comparisonImage.image&&h.comparisonImage.image.src?(t.openBlock(),t.createElementBlock("div",Mc,[t.createElementVNode("picture",null,[h.comparisonImage.image.webp?(t.openBlock(),t.createElementBlock("source",{key:0,srcset:h.comparisonImage.image.webp.url,type:"image/webp"},null,8,Lc)):t.createCommentVNode("",!0),t.createElementVNode("img",{loading:"lazy",class:"mx-auto bg-white rounded-full",src:h.comparisonImage.image.src.url,width:"160",height:"160",alt:""},null,8,Dc)]),t.createElementVNode("p",vc,t.toDisplayString(h.comparisonImage.text),1)])):t.createCommentVNode("",!0),t.createElementVNode("div",Pc,[zc,t.createVNode(r,{"unit-pair":"M_FT",value:parseFloat(h.sizeFeet),"value-system":"imperial"},{default:t.withCtx(p=>[t.createElementVNode("span",Ac,t.toDisplayString(p.formattedValue),1)]),_:2},1032,["value"])]),t.createElementVNode("div",Oc,[Fc,t.createVNode(r,{"unit-pair":"MI_KM",value:parseFloat(h.distanceMiles),"second-value":parseFloat(h.distanceKilometers),"value-system":"imperial"},{default:t.withCtx(p=>[t.createElementVNode("span",Hc,t.toDisplayString(p.formattedValue),1)]),_:2},1032,["value","second-value"])]),h.name?(t.openBlock(),t.createElementBlock("div",qc,[jc,t.createVNode(c,{variant:"none",href:h.externalLink,"external-target-blank":""},{default:t.withCtx(()=>[t.createElementVNode("span",Rc,[t.createElementVNode("span",null,t.toDisplayString(h.name),1),t.createVNode(l,{class:"text-jpl-red ml-3 text-lg"})])]),_:2},1032,["href"])])):t.createCommentVNode("",!0),h.date?(t.openBlock(),t.createElementBlock("div",Gc,[Uc,t.createTextVNode(" "+t.toDisplayString(e.$filters.displayDate(h.date)),1)])):t.createCommentVNode("",!0)])],2),t.createElementVNode("div",{class:t.normalizeClass([m===0?"bg-gray-light":"","col-start-container-end col-end-bleed sm:block hidden"])},null,2)]))),128))])):t.createCommentVNode("",!0)}const Yc=w(Tc,[["render",Wc]]),Ns={primary:"-primary",secondary:"-secondary",dark:"-dark",social:"-social"},Kc=t.defineComponent({name:"BaseButton",props:{variant:{type:String,required:!1,default:"primary",validator:e=>Object.keys(Ns).includes(e)},compact:{type:Boolean,default:!1,required:!1},blockClasses:{type:String,required:!1,default:"inline-block"},disabled:{type:Boolean,default:!1,required:!1},ariaLabel:{type:String,default:"",required:!1},to:{type:[String,Object],required:!1,default:void 0},href:{type:String,required:!1,default:void 0}},emits:["click"],computed:{tag(){return this.disabled?"button":this.to?"nuxt-link":this.href?"a":"button"},theHref(){if(this.tag==="nuxt-link")return this.to;if(this.tag==="a")return this.href},variantClass(){let e=Ns[this.variant];return!this.$slots.default&&this.$slots.icon?e=e+" -icon-only":this.compact&&(e=e+" -compact"),this.blockClasses&&(e=e+" "+this.blockClasses),e}}}),Zc={class:"label block"};function Xc(e,n,a,o,s,i){return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.tag),{class:t.normalizeClass(["BaseButton text-contrast-none",e.variantClass]),"aria-label":e.ariaLabel,disabled:e.disabled,href:e.theHref,to:e.to?e.to:void 0,onClick:n[0]||(n[0]=r=>e.$emit("click"))},{default:t.withCtx(()=>[t.createElementVNode("span",Zc,[t.renderSlot(e.$slots,"default"),t.renderSlot(e.$slots,"icon"),t.renderSlot(e.$slots,"afterIcon")])]),_:3},8,["class","aria-label","disabled","href","to"])}const R=w(Kc,[["render",Xc]]),Jc=t.defineComponent({name:"IconDropdown"}),Qc={class:"IconDropdown",width:"12",height:"8",viewBox:"0 0 12 8",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},ed=[t.createElementVNode("path",{d:"M.343 2L1.757.586 6 4.828 10.243.586 11.657 2 6 7.657.343 2z",fill:"currentColor"},null,-1)];function td(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Qc,ed)}const Mt=w(Jc,[["render",td]]);function nd(e){var n=typeof e;return e!=null&&(n=="object"||n=="function")}var ft=nd,ad=typeof ue=="object"&&ue&&ue.Object===Object&&ue,Ts=ad,od=Ts,sd=typeof self=="object"&&self&&self.Object===Object&&self,id=od||sd||Function("return this")(),Ie=id,rd=Ie,ld=function(){return rd.Date.now()},cd=ld,dd=/\s/;function hd(e){for(var n=e.length;n--&&dd.test(e.charAt(n)););return n}var md=hd,pd=md,fd=/^\s+/;function ud(e){return e&&e.slice(0,pd(e)+1).replace(fd,"")}var gd=ud,yd=Ie,bd=yd.Symbol,mn=bd,Is=mn,xs=Object.prototype,kd=xs.hasOwnProperty,_d=xs.toString,Lt=Is?Is.toStringTag:void 0;function $d(e){var n=kd.call(e,Lt),a=e[Lt];try{e[Lt]=void 0;var o=!0}catch{}var s=_d.call(e);return o&&(n?e[Lt]=a:delete e[Lt]),s}var wd=$d,Cd=Object.prototype,Bd=Cd.toString;function Ed(e){return Bd.call(e)}var Sd=Ed,Ms=mn,Vd=wd,Nd=Sd,Td="[object Null]",Id="[object Undefined]",Ls=Ms?Ms.toStringTag:void 0;function xd(e){return e==null?e===void 0?Id:Td:Ls&&Ls in Object(e)?Vd(e):Nd(e)}var Dt=xd;function Md(e){return e!=null&&typeof e=="object"}var ut=Md,Ld=Dt,Dd=ut,vd="[object Symbol]";function Pd(e){return typeof e=="symbol"||Dd(e)&&Ld(e)==vd}var pn=Pd,zd=gd,Ds=ft,Ad=pn,vs=NaN,Od=/^[-+]0x[0-9a-f]+$/i,Fd=/^0b[01]+$/i,Hd=/^0o[0-7]+$/i,qd=parseInt;function jd(e){if(typeof e=="number")return e;if(Ad(e))return vs;if(Ds(e)){var n=typeof e.valueOf=="function"?e.valueOf():e;e=Ds(n)?n+"":n}if(typeof e!="string")return e===0?e:+e;e=zd(e);var a=Fd.test(e);return a||Hd.test(e)?qd(e.slice(2),a?2:8):Od.test(e)?vs:+e}var Rd=jd,Gd=ft,ua=cd,Ps=Rd,Ud="Expected a function",Wd=Math.max,Yd=Math.min;function Kd(e,n,a){var o,s,i,r,l,c,d=0,h=!1,m=!1,p=!0;if(typeof e!="function")throw new TypeError(Ud);n=Ps(n)||0,Gd(a)&&(h=!!a.leading,m="maxWait"in a,i=m?Wd(Ps(a.maxWait)||0,n):i,p="trailing"in a?!!a.trailing:p);function f(N){var I=o,T=s;return o=s=void 0,d=N,r=e.apply(T,I),r}function u(N){return d=N,l=setTimeout(g,n),h?f(N):r}function k(N){var I=N-c,T=N-d,A=n-I;return m?Yd(A,i-T):A}function E(N){var I=N-c,T=N-d;return c===void 0||I>=n||I<0||m&&T>=i}function g(){var N=ua();if(E(N))return y(N);l=setTimeout(g,k(N))}function y(N){return l=void 0,p&&o?f(N):(o=s=void 0,r)}function _(){l!==void 0&&clearTimeout(l),d=0,o=c=s=l=void 0}function V(){return l===void 0?r:y(ua())}function x(){var N=ua(),I=E(N);if(o=arguments,s=this,c=N,I){if(l===void 0)return u(c);if(m)return clearTimeout(l),l=setTimeout(g,n),f(c)}return l===void 0&&(l=setTimeout(g,n)),r}return x.cancel=_,x.flush=V,x}var Zd=Kd,Xd=Zd,Jd=ft,Qd="Expected a function";function e2(e,n,a){var o=!0,s=!0;if(typeof e!="function")throw new TypeError(Qd);return Jd(a)&&(o="leading"in a?!!a.leading:o,s="trailing"in a?!!a.trailing:s),Xd(e,n,{leading:o,maxWait:n,trailing:s})}var t2=e2;const zs=ke(t2),n2=t.defineComponent({name:"BackToTop",components:{BaseButton:R,IconDropdown:Mt},props:{threshold:{type:Number,required:!1,default:300},scrollTo:{type:Number,required:!1,default:0}},data(){return{showBackToTop:!1,scrollHandler:null}},mounted(){this.scrollHandler=zs(this.onScroll,100),window.addEventListener("scroll",this.scrollHandler,{passive:!0})},beforeUnmount(){this.scrollHandler&&window.removeEventListener("scroll",this.scrollHandler)},methods:{onScroll(){this.showBackToTop=window.scrollY>this.threshold,this.showBackToTop&&this.scrollHandler&&window.removeEventListener("scroll",this.scrollHandler)},scrollToTop(){window.scrollTo({top:this.scrollTo,behavior:"smooth"}),this.$emit("click")}}}),a2=t.createElementVNode("span",{class:"label-text"},"Back to top",-1);function o2(e,n,a,o,s,i){const r=Mt,l=R;return e.showBackToTop?(t.openBlock(),t.createBlock(l,{key:0,variant:"primary",class:"BackToTop z-60",compact:"",onClick:e.scrollToTop},{default:t.withCtx(()=>[t.createVNode(r),a2]),_:1},8,["onClick"])):t.createCommentVNode("",!0)}const s2=w(n2,[["render",o2]]),i2=t.defineComponent({name:"IconVolume"}),r2={class:"IconVolume",width:"60",height:"60",viewBox:"0 0 480 512",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},l2=[t.createElementVNode("path",{fill:"currentColor","fill-rule":"evenodd",d:"M342.91 193.57c-7.81-3.8-17.5-.48-21.34 7.5-3.81 7.97-.44 17.53 7.53 21.34C343.22 229.2 352 242.06 352 256c0 13.94-8.78 26.8-22.9 33.58-7.97 3.81-11.34 13.38-7.53 21.34 3.86 8.05 13.54 11.29 21.34 7.5C368.25 306.28 384 282.36 384 256s-15.75-50.29-41.09-62.43zM231.81 64c-5.91 0-11.92 2.18-16.78 7.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c4.87 4.87 10.88 7.05 16.78 7.05 12.33 0 24.19-9.52 24.19-24.02V88.02C256 73.51 244.13 64 231.81 64zM224 404.67L139.31 320H32V192h107.31L224 107.33v297.34zm256-148.68c0-66.12-34.02-126.62-88.81-157.87-7.69-4.38-17.59-1.78-22.04 5.89-4.45 7.66-1.77 17.44 5.96 21.86 44.77 25.55 72.61 75.4 72.61 130.12s-27.84 104.58-72.61 130.12c-7.72 4.42-10.4 14.2-5.96 21.86 4.3 7.38 14.06 10.44 22.04 5.89C445.98 382.62 480 322.12 480 255.99z"},null,-1)];function c2(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",r2,l2)}const ga=w(i2,[["render",c2]]),d2=t.defineComponent({name:"IconMute"}),h2={class:"IconMute",width:"60",height:"60",viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},m2=[t.createElementVNode("path",{fill:"currentColor","fill-rule":"evenodd",d:"M454.63 256l55.03-55.03c3.12-3.12 3.12-8.19 0-11.31l-11.31-11.31c-3.12-3.12-8.19-3.12-11.31 0L432 233.37l-55.03-55.03c-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.31L409.37 256l-55.03 55.03c-3.12 3.12-3.12 8.19 0 11.31l11.31 11.31c3.12 3.12 8.19 3.12 11.31 0L432 278.63l55.03 55.03c3.12 3.12 8.19 3.12 11.31 0l11.31-11.31c3.12-3.12 3.12-8.19 0-11.31L454.63 256zM231.81 64c-5.91 0-11.92 2.18-16.78 7.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c4.87 4.87 10.88 7.05 16.78 7.05 12.33 0 24.19-9.52 24.19-24.02V88.02C256 73.51 244.13 64 231.81 64zM224 404.67l-75.32-75.3-9.37-9.37H32V192h107.31l9.37-9.37 75.32-75.3v297.34z"},null,-1)];function p2(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",h2,m2)}const ya=w(d2,[["render",p2]]),f2=t.defineComponent({name:"IconForwardTen"}),u2={class:"IconForwardTen",width:"30",height:"35",viewBox:"0 0 30 35",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},g2=[t.createElementVNode("path",{d:"M9.41854 27.1118H11.7865V16.1198H9.89854L6.60254 18.3278L7.54654 19.9918L9.41854 18.8238V27.1118Z",fill:"currentColor","fill-rule":"evenodd"},null,-1),t.createElementVNode("path",{d:"M18.6672 27.3038C21.5632 27.3038 23.6112 24.9518 23.6112 21.6078C23.6112 18.2798 21.5632 15.9278 18.6672 15.9278C15.7712 15.9278 13.7392 18.2798 13.7392 21.6078C13.7392 24.9518 15.7712 27.3038 18.6672 27.3038ZM18.6672 25.1598C17.1952 25.1598 16.1552 23.6718 16.1552 21.6078C16.1552 19.5438 17.1952 18.0718 18.6672 18.0718C20.1552 18.0718 21.1792 19.5438 21.1792 21.6078C21.1792 23.6718 20.1552 25.1598 18.6672 25.1598Z",fill:"currentColor","fill-rule":"evenodd"},null,-1),t.createElementVNode("path",{d:"M14.6897 0.184982L14.2786 0.596053C13.9909 0.883802 14.032 1.33598 14.2786 1.58262L18.8415 6.14551C14.032 4.9534 8.68805 6.18662 4.98841 9.96847C-0.643259 15.6001 -0.602151 24.767 5.02952 30.3165C10.6612 35.9481 19.7459 35.907 25.3775 30.2754C27.9673 27.6856 29.406 24.2737 29.6116 20.8618C29.6116 20.4508 29.2827 20.1219 28.8716 20.1219H28.2961C27.9673 20.1219 27.5973 20.4097 27.6384 20.7796C27.474 23.7393 26.2408 26.6168 23.9799 28.8777C19.1292 33.7284 11.2778 33.7695 6.38605 28.8777C1.57652 24.0682 1.49431 16.1756 6.38605 11.2839C9.75683 7.91311 14.6897 6.92654 18.9648 8.24197L14.2786 12.9282C13.9909 13.2159 14.032 13.6681 14.2786 13.9147L14.6897 14.3258C14.9774 14.6136 15.3885 14.6136 15.6763 14.3258L22.2534 7.74868C22.5 7.50204 22.5411 7.04986 22.2534 6.76211L15.6763 0.184982C15.4296 -0.0616606 14.9363 -0.0616606 14.6897 0.184982Z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function y2(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",u2,g2)}const ba=w(f2,[["render",y2]]),b2=t.defineComponent({name:"IconRewindTen"}),k2={class:"IconRewindTen",width:"30",height:"35",viewBox:"0 0 30 35",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},_2=[t.createElementVNode("g",{fill:"currentColor","fill-rule":"evenodd"},[t.createElementVNode("path",{d:"m8.41854 27.1118h2.36796v-10.992h-1.88796l-3.296 2.208.944 1.664 1.872-1.168z",fill:"currentColor","fill-rule":"evenodd"}),t.createElementVNode("path",{d:"m17.6672 27.3038c2.896 0 4.944-2.352 4.944-5.696 0-3.328-2.048-5.68-4.944-5.68s-4.928 2.352-4.928 5.68c0 3.344 2.032 5.696 4.928 5.696zm0-2.144c-1.472 0-2.512-1.488-2.512-3.552s1.04-3.536 2.512-3.536c1.488 0 2.512 1.472 2.512 3.536s-1.024 3.552-2.512 3.552z",fill:"currentColor","fill-rule":"evenodd"}),t.createElementVNode("path",{d:"m20.0853.839157c-.2034-.352419-.6508-.429745-.9529-.255343l-8.0553 4.650736c-.3524.20347-.4588.60053-.2554.95295l4.6508 8.0553c.1744.3021.6005.4588.9529.2554l.5035-.2907c.3021-.1744.4297-.6509.2553-.953l-3.3427-5.78972c4.4699-.16412 8.9794 2.06555 11.3919 6.24422 3.4299 5.9408 1.3368 13.5935-4.5536 16.9944-5.9911 3.4589-13.59349 1.3368-16.99434-4.5537-1.62775-2.8193-2.07419-5.9179-1.46699-8.8194.13546-.3467-.14742-.7204-.46507-.8055l-.55589-.1489c-.397067-.1064-.799833.1261-.906226.5232-.684529 3.3488-.177867 7.0168 1.682426 10.2389 3.95313 6.847 12.71759 9.238 19.64399 5.3062 6.847-3.9531 9.2593-12.797 5.2771-19.6944-2.5947-4.61052-7.4374-7.18482-12.3625-7.22778l5.5884-3.22645c.302-.1744.4297-.65088.2553-.95296z",fill:"currentColor","fill-rule":"evenodd"})],-1)];function $2(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",k2,_2)}const ka=w(b2,[["render",$2]]),w2=t.defineComponent({name:"IconPause"}),C2={class:"IconPause",width:"60",height:"60",viewBox:"0 0 60 60",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},B2=[t.createElementVNode("path",{fill:"currentColor",transform:"matrix(-1 0 0 1 54 6)","fill-rule":"evenodd",d:"M12 38h8V10h-8v28zm16-28v28h8V10h-8z5"},null,-1)];function E2(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",C2,B2)}const _a=w(w2,[["render",E2]]),S2=t.defineComponent({name:"IconPlay"}),V2={class:"IconPlay",width:"60",height:"60",viewBox:"0 0 60 60",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},N2=[t.createElementVNode("path",{fill:"currentColor",transform:"matrix(-1 0 0 1 64 0)","fill-rule":"evenodd",d:"M42 17L22 30 42 43z"},null,-1)];function T2(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",V2,N2)}const Je=w(S2,[["render",T2]]),I2=10,x2=()=>"xxxxxxxx-xxxx-4xxx".replace(/[xy]/g,function(e){const n=Math.random()*16|0;return(e==="x"?n:n&3|8).toString(16)}),As=e=>{const n=new Date(e*1e3).toISOString().substr(11,8);return n.indexOf("00:")===0?n.substr(3):n},M2=t.defineComponent({name:"BaseAudio",components:{IconPlay:Je,IconPause:_a,IconVolume:ga,IconMute:ya,IconRewindTen:ka,IconForwardTen:ba},props:{file:{type:String,default:null},autoPlay:{type:Boolean,default:!1}},data(){return{firstPlay:!0,isMuted:!1,loaded:!1,playing:!1,paused:!0,progressStyle:"",currentTime:"00:00",uuid:"0",audio:void 0,totalDuration:0,hideVolumeSlider:!1,volumeValue:I2}},computed:{duration(){return this.audio?As(this.totalDuration):""},playerId(){return"player-"+this.uuid}},mounted(){this.uuid=x2(),this.audio=this.getAudio(),this.init()},beforeUnmount(){this.audio&&(this.audio.removeEventListener("timeupdate",this._handlePlayingUI),this.audio.removeEventListener("loadeddata",this._handleLoaded),this.audio.removeEventListener("pause",this._handlePlayPause),this.audio.removeEventListener("play",this._handlePlayPause))},methods:{setPosition:function(n){if(this.audio){const a=n.target;if(this.paused||n.target.tagName==="SPAN")return;const o=a.getBoundingClientRect(),s=(n.clientX-o.left)/o.width;this.audio.currentTime=this.audio.duration*s}},updateVolume(){this.audio&&(this.hideVolumeSlider=!1,this.audio.volume=this.volumeValue/100,this.volumeValue/100>0&&(this.isMuted=this.audio.muted=!1),this.volumeValue/100===0&&(this.isMuted=this.audio.muted=!0))},toggleVolume(){this.hideVolumeSlider=!0},stop(){this.audio&&(this.playing=!1,this.paused=!0,this.audio.pause(),this.audio.currentTime=0)},play(){var e;this.playing&&!this.paused||this.audio&&(this.paused=!1,this.audio.play(),this.playing=!0,(e=this.$root)==null||e.$emit("play",this.uuid))},forward(e){return this.audio?this.audio.currentTime+=e:void 0},rewind(e){return this.audio?this.audio.currentTime-=e:void 0},pause(){this.audio&&(this.paused=!this.paused,this.paused?this.audio.pause():this.audio.play())},pauseOthers(e){this.audio&&this.uuid!==e&&(this.paused=!0,this.audio.pause())},toggleMute(){this.audio&&(this.isMuted=!this.isMuted,this.audio.muted=this.isMuted,this.volumeValue=this.isMuted?0:100)},_handleLoaded(){if(this.audio&&this.audio.readyState>=2)this.autoPlay&&this.play(),this.loaded=!0,this.totalDuration=this.audio.duration;else throw new Error("Failed to load audio file")},_handlePlayingUI(e){if(this.audio){const n=this.audio.currentTime,a=n/this.totalDuration*100;this.progressStyle=`width: ${a}%;`,this.currentTime=As(n)}},_handlePlayPause(e){this.audio&&e.type==="play"&&this.firstPlay&&(this.audio.currentTime=0,this.firstPlay&&(this.firstPlay=!1)),e.type==="pause"&&this.playing===!1&&(this.progressStyle="width:0%",this.currentTime="00:00",this.paused=!0)},_handleEnded(){this.paused=this.playing=!1},init(){this.audio&&(this.audio.addEventListener("timeupdate",this._handlePlayingUI),this.audio.addEventListener("loadeddata",this._handleLoaded),this.audio.addEventListener("pause",this._handlePlayPause),this.audio.addEventListener("play",this._handlePlayPause),this.audio.addEventListener("ended",this._handleEnded))},getAudio(){return this.$el.querySelectorAll("audio")[0]}}}),L2={class:"BaseAudio"},D2={class:"BaseAudio__stage sm:pr-5"},v2={class:"BaseAudio__player w-full select-none"},P2={class:"flex flex-row w-full"},z2={class:"z-30 text-sm md:text-base"},A2={class:"flex flex-col w-full z-20"},O2={class:"flex flex-row text-white"},F2={class:"flex flex-row justify-between w-full py-1.5 px-3"},H2={class:"BaseAudio__playback-time-current text-sm md:text-base pr-1 md:pr-3 text-left"},q2={key:0,class:"BaseAudio__rewind-forward animate-fadeIn"},j2={class:"BaseAudio__playback-time-total"},R2=["id","src"];function G2(e,n,a,o,s,i){const r=Je,l=_a,c=ka,d=ba,h=ya,m=ga;return t.openBlock(),t.createElementBlock("div",L2,[t.createElementVNode("div",D2,[t.createElementVNode("div",v2,[t.createElementVNode("div",P2,[t.createElementVNode("div",z2,[e.paused?(t.openBlock(),t.createElementBlock("button",{key:0,class:"cursor-pointer",title:"Play","aria-label":"Play",onClick:n[0]||(n[0]=p=>e.play())},[t.createVNode(r,{class:"bg-jpl-red text-white"})])):(t.openBlock(),t.createElementBlock("button",{key:1,class:"cursor-pointer",title:"Pause","aria-label":"Pause",onClick:n[1]||(n[1]=p=>e.pause())},[t.createVNode(l,{class:"bg-jpl-red text-white"})]))]),t.createElementVNode("div",A2,[t.createElementVNode("div",{class:"BaseAudio__playback-time-wrapper cursor-pointer relative inline-block w-full border-t border-jpl-red bg-gray-mid-dark bg-opacity-25 h-2",title:"Playback Position",onClick:n[2]||(n[2]=(...p)=>e.setPosition&&e.setPosition(...p))},[e.playing?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle(e.progressStyle),class:"BaseAudio__playback-time-indicator bg-jpl-red transition-all transform-gpu duration-50 absolute top-0 left-0 bottom-0 h-2"},null,4)):t.createCommentVNode("",!0)]),t.createElementVNode("div",O2,[t.createElementVNode("div",F2,[t.createElementVNode("span",H2,t.toDisplayString(e.currentTime),1),e.playing?(t.openBlock(),t.createElementBlock("div",q2,[t.createElementVNode("button",{class:"cursor-pointer",title:"Rewind","aria-label":"Rewind 10 seconds",onClick:n[3]||(n[3]=p=>e.rewind(10))},[t.createVNode(c)]),t.createElementVNode("button",{class:"cursor-pointer",title:"Fast Forward","aria-label":"Fast-forward 10 seconds",onClick:n[4]||(n[4]=p=>e.forward(10))},[t.createVNode(d)])])):t.createCommentVNode("",!0),t.createElementVNode("span",j2,t.toDisplayString(e.duration),1)]),t.createElementVNode("div",{class:t.normalizeClass(["BaseAudio__extern-wrapper flex flex-row",e.playing?"-mt-1.5 sm:-mt-0.5 md:mt-0 lg:-mt-0.5":"-mt-1.5 sm:mt-0.5 md:mt-1 lg:mt-1.5"])},[e.isMuted?(t.openBlock(),t.createElementBlock("button",{key:0,class:"cursor-pointer",title:"Unmute","aria-label":"Unmute",onClick:n[5]||(n[5]=p=>e.toggleMute())},[t.createVNode(h)])):(t.openBlock(),t.createElementBlock("button",{key:1,class:"cursor-pointer",title:"Mute","aria-label":"Mute",onClick:n[6]||(n[6]=p=>e.toggleMute())},[t.createVNode(m)]))],2)])])])]),t.createElementVNode("audio",{id:e.playerId,ref:"player",src:e.file,preload:"auto",class:"hidden min-w-full left-0 right-0"},null,8,R2)]),t.createElementVNode("a",{class:"volume-toggle absolute right-5 -bottom-4",title:"Volume",onMouseover:n[7]||(n[7]=p=>e.toggleVolume())},null,32)])}const vt=w(M2,[["render",G2]]),U2=t.defineComponent({name:"BaseCheckboxGroup",props:{group:{type:String,default:null,required:!1},heading:{type:String,default:null,required:!1},subHeading:{type:String,default:null,required:!1},title:{type:String,default:null,required:!1},options:{type:Array,default:null,required:!1}}}),W2={class:"BaseCheckboxGroup"},Y2={key:0,class:"text-lg font-semibold text-gray-900"},K2={key:1,class:"text-lg pt-4 pb-2 pr-4"},Z2={class:"mt-4"},X2={key:0,class:"sr-only"},J2={key:1,class:"space-y-4 mb-2 pb-5"},Q2={class:"flex items-center h-5"},e1=["id","aria-describedby","name","alt","value"],t1={class:"mb-1"},n1=["for"],a1={key:0,class:"font-semibold"},o1={key:1},s1=["id"];function i1(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",W2,[e.heading?(t.openBlock(),t.createElementBlock("label",Y2,t.toDisplayString(e.heading),1)):t.createCommentVNode("",!0),e.subHeading?(t.openBlock(),t.createElementBlock("p",K2,t.toDisplayString(e.subHeading),1)):t.createCommentVNode("",!0),t.createElementVNode("fieldset",Z2,[e.title?(t.openBlock(),t.createElementBlock("legend",X2,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.options?(t.openBlock(),t.createElementBlock("div",J2,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.options,r=>(t.openBlock(),t.createElementBlock("div",{key:r.id,class:"relative flex items-start"},[t.createElementVNode("div",Q2,[t.createElementVNode("input",{id:`${e.group}_${r.id}`,"aria-describedby":r.text?`${e.group}_${r.id}_description`:void 0,name:r.name,alt:r.alt,value:r.value,type:"checkbox",class:"h-5 w-5 mt-0.5"},null,8,e1)]),t.createElementVNode("div",t1,[t.createElementVNode("label",{for:`${e.group}_${r.id}`,class:"ml-3 block text-md text-gray-700"},[r.title?(t.openBlock(),t.createElementBlock("span",a1,t.toDisplayString(r.title),1)):t.createCommentVNode("",!0),r.text?(t.openBlock(),t.createElementBlock("span",o1," - ")):t.createCommentVNode("",!0),r.text?(t.openBlock(),t.createElementBlock("span",{key:2,id:`${e.group}_${r.id}_description`,class:"font-light"},t.toDisplayString(r.text),9,s1)):t.createCommentVNode("",!0)],8,n1)])]))),128))])):t.createCommentVNode("",!0)])])}const $a=w(U2,[["render",i1]]),r1={h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},l1=t.defineComponent({name:"BaseHeading",props:{level:{type:String,required:!1,default:"h2"},size:{type:String,required:!1,default:""}},computed:{computedTag(){return this.level?this.level:this.size||"h2"},computedClass(){return this.size?r1[this.size]:""}}});function c1(e,n,a,o,s,i){return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.computedTag),{class:t.normalizeClass(e.computedClass)},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["class"])}const G=w(l1,[["render",c1]]),Os={none:"object-none",contain:"object-contain",cover:"object-cover",fill:"object-fill",scaleDown:"object-scale-down"},d1=t.defineComponent({name:"BaseImage",props:{imageClass:{type:String,required:!1},objectFitClass:{type:String,required:!1,default:"contain",validator:e=>Object.keys(Os).includes(e)},src:{type:String,required:!0},srcset:{type:String,required:!1,default:""},alt:{type:String},width:{type:[Number,String]},height:{type:[Number,String]},loading:{type:String,required:!1,default:"lazy"}},data(){return{lazyNative:!0}},computed:{computedClass(){let e="";return this.imageClass&&(e=e+" "+this.imageClass),this.objectFitClass&&(e=e+" "+Os[this.objectFitClass]),this.lazyNative||(e=e+" lazyload"),e}},mounted(){this.featureDetectImageLazyLoad()},methods:{featureDetectImageLazyLoad(){if("loading"in HTMLImageElement.prototype){const e=this.$refs.BaseImage?this.$refs.BaseImage:null;this.lazyNative=!0,e&&e.dataset.src&&(e.src=e.dataset.src),e&&e.dataset.srcset&&(e.srcset=e.dataset.srcset)}else this.lazyNative=!1},imageFailed(){console.log("Image failed to load.")}}}),h1=["data-src","data-srcset","alt","width","height","loading"];function m1(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",null,[e.src?(t.openBlock(),t.createElementBlock("img",{key:0,ref:"BaseImage",class:t.normalizeClass(["BaseImage",e.computedClass]),"data-src":e.src,"data-srcset":e.srcset,alt:e.alt,width:e.width,height:e.height,loading:e.loading,"data-chromatic":"ignore",onError:n[0]||(n[0]=(...r)=>e.imageFailed&&e.imageFailed(...r))},null,42,h1)):t.createCommentVNode("",!0)])}const q=w(d1,[["render",m1]]),p1=t.defineComponent({name:"BaseImageCaption",components:{BaseLink:F},props:{data:{type:Object,required:!0,default:void 0}}}),f1={key:0,class:"BaseImageCaption text-body-sm"},u1={class:"inline mr-2"},g1=["innerHTML"],y1={key:0,class:"inline"};function b1(e,n,a,o,s,i){const r=F;return e.data?(t.openBlock(),t.createElementBlock("div",f1,[t.createElementVNode("div",u1,[t.createElementVNode("div",{class:"the-caption-text inline",innerHTML:e.data.caption},null,8,g1),e.data.credit?(t.openBlock(),t.createElementBlock("span",y1," Credit: "+t.toDisplayString(e.data.credit),1)):t.createCommentVNode("",!0)]),e.data.detailUrl?(t.openBlock(),t.createBlock(r,{key:0,class:"inline-block",variant:"default",to:e.data.detailUrl},{default:t.withCtx(()=>[t.createTextVNode(" Full Image Details ")]),_:1},8,["to"])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const ie=w(p1,[["render",b1]]),Fs={none:"aspect-ratio-none",portrait:"aspect-ratio-four-five",square:"aspect-ratio-square","1:1":"aspect-ratio-one-one","2:1":"aspect-ratio-two-one","2:3":"aspect-ratio-two-three","3:2":"aspect-ratio-three-two","4:3":"aspect-ratio-four-three","4:5":"aspect-ratio-four-five","7:8":"aspect-ratio-seven-eight","8:7":"aspect-ratio-eight-seven","9:16":"aspect-ratio-nine-sixteen","12:9":"aspect-ratio-twelve-nine","16:7":"aspect-ratio-sixteen-seven","16:9":"aspect-ratio-sixteen-nine","21:9":"aspect-ratio-twentyone-nine"},k1=t.defineComponent({name:"BaseImagePlaceholder",props:{darkMode:{type:Boolean,required:!1,default:!0},transparentMode:{type:Boolean,required:!1,default:!1},noLogo:{type:Boolean,default:!1},aspectRatio:{type:String,default:"none",validator:e=>Object.keys(Fs).includes(e)},responsiveAspectRatio:{type:String,required:!1}},computed:{computedClass(){let e="";return this.aspectRatio&&(e=e+Fs[this.aspectRatio]),this.responsiveAspectRatio&&(e=`${e} ${this.responsiveAspectRatio}`),this.transparentMode?e=e+" transparent-theme":this.darkMode?e=e+" dark-theme":e=e+" light-theme",this.noLogo&&(e=e+" no-logo"),e}}});function _1(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("div",{class:t.normalizeClass("BaseImagePlaceholder "+e.computedClass)},[t.renderSlot(e.$slots,"default",{},void 0,!0),t.renderSlot(e.$slots,"lightbox",{},void 0,!0)],2)])}const j=w(k1,[["render",_1],["__scopeId","data-v-29efd36e"]]),$1=t.defineComponent({name:"IconCloseLightbox"}),w1={class:"IconCloseLightbox",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},C1=[t.createElementVNode("path",{d:"M12 10.6L6.6 5.2 5.2 6.6l5.4 5.4-5.4 5.4 1.4 1.4 5.4-5.4 5.4 5.4 1.4-1.4-5.4-5.4 5.4-5.4-1.4-1.4-5.4 5.4z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function B1(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",w1,C1)}const wa=w($1,[["render",B1]]),E1=t.defineComponent({name:"BaseLightboxCloseButton",components:{IconCloseLightbox:wa},mounted(){this.focusButton()},methods:{clickHandler(){this.$emit("click")},focusButton(){this.$refs.lightboxCloseButton.focus()}}}),S1={class:"icon"};function V1(e,n,a,o,s,i){const r=wa;return t.openBlock(),t.createElementBlock("button",{ref:"lightboxCloseButton","aria-label":"Close Lightbox",class:"BaseLightboxCloseButton text-5xl",onClick:n[0]||(n[0]=t.withModifiers(l=>e.clickHandler(),["prevent"]))},[t.createElementVNode("span",S1,[t.createVNode(r)])],512)}const N1=w(E1,[["render",V1]]),T1=t.defineComponent({name:"IconExpand"}),I1={class:"IconExpand",width:"60",height:"60",viewBox:"0 0 60 60",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},x1=[t.createElementVNode("path",{d:"M48 37v11H37v-2h9v-9h2zm-34 0v9h9v2H12V37h2zm9-25v2h-9v9h-2V12h11zm25 0v11h-2v-9h-9v-2h11z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function M1(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",I1,x1)}const Pt=w(T1,[["render",M1]]),L1=t.defineComponent({name:"BaseLightboxOpenButton",components:{IconExpand:Pt},methods:{clickHandler(){this.$emit("click")}}}),D1={class:"icon"};function v1(e,n,a,o,s,i){const r=Pt;return t.openBlock(),t.createElementBlock("div",{ref:"LightboxOpenButton",class:"BaseLightboxOpenButton","aria-label":"Open in Lightbox",onClick:n[1]||(n[1]=t.withModifiers(l=>e.clickHandler(),["prevent"]))},[t.createElementVNode("button",{"aria-label":"Open in Lightbox",class:"BaseButton -primary -icon-only",onClick:n[0]||(n[0]=t.withModifiers(l=>e.clickHandler(),["prevent"]))},[t.createElementVNode("span",D1,[t.createVNode(r)])])],512)}const P1=w(L1,[["render",v1]]),z1=t.defineComponent({name:"BaseModalDialog",components:{BaseButton:R,BaseHeading:G},props:{bgClose:{type:Boolean,default:!1}},methods:{closeModal(){this.$emit("close")},bgCloseModal(){this.bgClose&&this.closeModal()}}}),A1=t.createElementVNode("div",null,"Default content",-1),O1={class:"text-right"};function F1(e,n,a,o,s,i){const r=G,l=R;return t.openBlock(),t.createElementBlock("div",{class:"bg-gray-dark fixed top-0 left-0 z-50 flex w-full h-full overflow-auto bg-opacity-75",onClick:n[1]||(n[1]=(...c)=>e.bgCloseModal&&e.bgCloseModal(...c))},[t.createElementVNode("div",{class:"relative w-full max-w-xl p-8 m-auto bg-white",onClick:n[0]||(n[0]=t.withModifiers(()=>{},["stop"]))},[e.$slots.modalHeader?(t.openBlock(),t.createBlock(r,{key:0,level:"h2",size:"h3",class:"border-gray-light-mid pb-4 mb-4 border-b"},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"modalHeader")]),_:3})):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default",{},()=>[A1]),t.createElementVNode("div",O1,[t.createVNode(l,{class:"mt-4",onClick:e.closeModal},{default:t.withCtx(()=>[t.createTextVNode(" close ")]),_:1},8,["onClick"])])])])}const Hs=w(z1,[["render",F1]]),H1=t.defineComponent({name:"BaseModal",components:{BaseModalDialog:Hs},props:{bgClose:{type:Boolean,default:!1}},data(){return{showModal:!1}},methods:{openModal(){this.showModal=!0,document.body.classList.add("overflow-hidden")},closeModal(){this.showModal=!1,document.body.classList.remove("overflow-hidden")}}});function q1(e,n,a,o,s,i){const r=Hs;return t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("span",{onClick:n[0]||(n[0]=l=>e.openModal())},[t.renderSlot(e.$slots,"modalTrigger",{},()=>[t.createTextVNode(" Open Modal ")],!0)]),t.withDirectives(t.createVNode(r,{"bg-close":e.bgClose,onClose:n[1]||(n[1]=l=>e.closeModal())},{modalHeader:t.withCtx(()=>[t.renderSlot(e.$slots,"modalHeader",{},void 0,!0)]),default:t.withCtx(()=>[t.renderSlot(e.$slots,"default",{},void 0,!0)]),_:3},8,["bg-close"]),[[t.vShow,e.showModal]])])}const j1=w(H1,[["render",q1],["__scopeId","data-v-10e1fd9e"]]),R1=t.defineComponent({name:"BasePlaceholder"}),G1={class:"BasePlaceholder"},U1=[t.createStaticVNode('<div class="border-bottom grid w-full grid-cols-12 mb-10"><div class="col-span-9 pr-5"><div class="bg-gray-light-mid animate-loading w-64 h-4 rounded-lg"></div><div class="bg-gray-light-mid animate-loading w-56 h-4 mt-5 rounded-lg"></div><div class="bg-gray-light-mid animate-loading pr-14 w-full h-4 mt-6 rounded-lg"></div><div class="bg-gray-light-mid animate-loading pr-14 w-5/6 h-4 mt-3 rounded-lg"></div><div class="bg-gray-light-mid animate-loading pr-14 w-1/2 h-4 mt-3 rounded-lg"></div><div class="bg-gray-light-mid animate-loading pr-14 w-30 h-4 mt-4 rounded-lg"></div></div><div class="flex justify-end col-span-3"><div class="animate-loading h-38 w-38 rounded-none"></div></div></div><hr class="text-gray-light-mid mb-10">',2)];function W1(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",G1,U1)}const Y1=w(R1,[["render",W1]]),K1=t.defineComponent({name:"BaseRadioGroup",props:{group:{type:String,default:null,required:!1},preselected:{type:String,default:null,required:!1},heading:{type:String,default:null,required:!1},subHeading:{type:String,default:null,required:!1},title:{type:String,default:null,required:!1},options:{type:Array,default:null,required:!1}}}),Z1={class:"BaseRadioGroup"},X1={key:0,class:"text-lg font-semibold text-gray-900"},J1={key:1,class:"text-lg pt-4 pb-2 pr-4"},Q1={class:"mt-4"},eh={key:0,class:"sr-only"},th={key:1,class:"space-y-4 mb-2 pb-5"},nh=["id","aria-describedby","name","alt","value","checked"],ah=["for"],oh={key:0,class:"font-semibold"},sh={key:1},ih=["id"];function rh(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",Z1,[e.heading?(t.openBlock(),t.createElementBlock("label",X1,t.toDisplayString(e.heading),1)):t.createCommentVNode("",!0),e.subHeading?(t.openBlock(),t.createElementBlock("p",J1,t.toDisplayString(e.subHeading),1)):t.createCommentVNode("",!0),t.createElementVNode("fieldset",Q1,[e.title?(t.openBlock(),t.createElementBlock("legend",eh,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.options?(t.openBlock(),t.createElementBlock("div",th,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.options,r=>(t.openBlock(),t.createElementBlock("div",{key:r.id,class:"flex items-center"},[t.createElementVNode("input",{id:`${e.group}_${r.id}`,"aria-describedby":r.text?`${e.group}_${r.id}_description`:void 0,name:r.name,alt:r.alt,value:r.value,type:"radio",checked:r.id===e.preselected,class:"h-5 w-5"},null,8,nh),t.createElementVNode("label",{for:`${e.group}_${r.id}`,class:"ml-3 block text-md text-gray-700"},[r.title?(t.openBlock(),t.createElementBlock("span",oh,t.toDisplayString(r.title),1)):t.createCommentVNode("",!0),r.text?(t.openBlock(),t.createElementBlock("span",sh," - ")):t.createCommentVNode("",!0),r.text?(t.openBlock(),t.createElementBlock("span",{key:2,id:`${e.group}_${r.id}_description`,class:"font-light"},t.toDisplayString(r.text),9,ih)):t.createCommentVNode("",!0)],8,ah)]))),128))])):t.createCommentVNode("",!0)])])}const Ca=w(K1,[["render",rh]]),lh=t.defineComponent({name:"BaseSwimlane",props:{words:{type:Array,default:()=>["Artists","Communicators","Designers","Disruptors","Dreamers","Educators","Engineers","Innovators","Inventors","Makers","Problem Solvers","Roboticists","Scientists","Software Engineers","Thinkers","Visualizers"]},rows:{type:Number,default:1},scale:{type:Number,default:1},transitionDuration:{type:Number,default:1e3},transitionDelay:{type:Number,default:500},transition:{type:String,default:"ease-out"},pauseOnHover:{type:Boolean,default:!0}},data(){return{list:[],listTop:0,isPaused:!1,isMovingBackwards:!1}},computed:{listCount(){return this.list.length},fontSize(){return 16*this.scale},itemHeight(){return this.fontSize*1.5},listHeight(){return this.itemHeight*this.listCount},listParentHeight(){return this.itemHeight*this.rows},itemStyle(){return`font-size: ${this.fontSize}px;
18
+ */var Cs;(function(e){e.pop="pop",e.push="push"})(Cs||(Cs={}));var Es;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Es||(Es={})),Symbol(process.env.NODE_ENV!=="production"?"navigation failure":"");var Ss;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Ss||(Ss={})),Symbol(process.env.NODE_ENV!=="production"?"router view location matched":""),Symbol(process.env.NODE_ENV!=="production"?"router view depth":""),Symbol(process.env.NODE_ENV!=="production"?"router":"");const sc=Symbol(process.env.NODE_ENV!=="production"?"route location":"");Symbol(process.env.NODE_ENV!=="production"?"router view location":"");function ca(){return t.inject(sc)}const Xe=()=>{const e=ve();e&&e.makeTransparent(!0)},ht=e=>e.title?e.title:e.linkPage?e.linkPage.title:"",dn=e=>{if(e.linkPage&&e.linkPage.url)return e.linkPage.url;if(e.path){const n="http://localhost:3000";if(e.path.startsWith(n+"/missions?")||e.path.startsWith(n+"/news?"))return e.path.replace(n,"");if(e.path.startsWith("/"))return e.path}},da=e=>{ve().updateGlobalChildren(e)},ha=e=>{ve().updateSecondary(e)},Vs=e=>{ve().updateHighlightPrimary(e)},mt=e=>{const n=ca(),a=n?n.path:null,o=e,s=o?o.endsWith("/")?o:o+"/":null;return a&&o&&s?a===o?!0:a.startsWith(s):!1},se=e=>{let n="";if(Object.keys(e).some(function(o){return!!o.startsWith("screen")})){const o=[];for(const[s,i]of Object.entries(e))s.startsWith("screen")&&typeof i=="object"&&i.url&&i.width&&o.push(`${i.url} ${i.width}w`);n=o.join(", ")}return n},ma=e=>{if(e.externalLink)return e.externalLink;if(e.document)return e.document.url},pa=e=>{const n="https://www.jpl.nasa.gov";return e.startsWith("http")?e:n+e},ic=(e,n)=>{if(e&&e.original){let a=e.title;n&&(a=n);let o=e.credit;return e.detailUrl&&(o=""),[{title:a,url:e.original,detailUrl:e.detailUrl,credit:o}]}return!1},rc=e=>{const n=[],a=Object.keys(e).map(o=>e[o]);if(e){for(const o of a)for(const s of Object.values(o))s&&s.original!==void 0&&n.push({title:s.title,url:s.original,detailUrl:s.detailUrl,credit:s.credit});return n}else return!1},hn=(e,n)=>{const a=X(e);let o=a.format("D");const s=a.format("MMM YYYY");if(n){const i=X(n);a.format("MM")===i.format("MM")&&a.format("ll")!==i.format("ll")&&(o=`${o}-${i.format("D")}`)}return{day:o,monthAndYear:s}},pt=(e,n)=>{const a=X(e);let o=a.format("ll");if(n){const s=X(n);a.format("YYYY")!==s.format("YYYY")?o=`${a.format("ll")} - ${s.format("ll")}`:a.format("MM")!==s.format("MM")?o=`${a.format("MMM D")} - ${s.format("ll")}`:s.diff(a,"hour")>=24&&a.format("ll")!==s.format("ll")&&(o=`${a.format("MMM D")}-${s.format("D")}, ${a.format("YYYY")}`)}return o},fa=(e,n,a)=>{const o=X(e);let s="";if(n){const i=X(n);i.diff(o,"hour")<=24&&i.diff(o,"day")===0&&(a?o.format("a")===i.format("a")?s=`${o.format("h:mm")}-${i.format("h:mm a z")}`:s=`${o.format("h:mm a")} - ${i.format("h:mm a z")}`:s=`${o.format("h:mm a z")}`)}return s},lc=t.defineComponent({name:"IconCaret"}),B=(e,n)=>{const a=e.__vccOpts||e;for(const[o,s]of n)a[o]=s;return a},cc={class:"IconCaret",width:"8",height:"14",viewBox:"0 0 8 14",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},dc=[t.createElementVNode("path",{d:"M7.864 7.004L1.5 13.368.086 11.954l4.948-4.95-4.948-4.95L1.5.64l6.364 6.364z",fill:"currentColor"},null,-1)];function hc(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",cc,dc)}const _e=B(lc,[["render",hc]]),mc=t.defineComponent({name:"MixinAnimationCaret",components:{IconCaret:_e},props:{passedWrapperClass:{type:String||null,required:!1,default:""},arrowClass:{type:String,required:!1,default:""},color:{type:String,required:!1,default:"text-primary"},marginLeft:{type:String,default:"ml-1",required:!1},inline:{type:Boolean,default:!1,required:!1}},computed:{computedClass(){let e="";return this.passedWrapperClass&&(e=e+" "+this.passedWrapperClass),this.inline&&(e=e+" caret-inline"),e}}}),pc={class:"arrow"},fc={class:"arrow-fixed"};function uc(e,n,a,o,s,i){const r=_e;return t.openBlock(),t.createElementBlock("span",{class:t.normalizeClass(["MixinAnimationCaret",e.computedClass])},[t.createElementVNode("span",null,[t.renderSlot(e.$slots,"default")]),t.createElementVNode("span",{class:t.normalizeClass(["arrow-wrapper",[e.arrowClass,e.color,e.marginLeft]]),"aria-hidden":"true"},[t.createElementVNode("span",pc,[t.createVNode(r)]),t.createElementVNode("span",fc,[t.createVNode(r)])],2)],2)}const ua=B(mc,[["render",uc]]),Ns={primary:"text-subtitle text-action can-hover:hover:text-action-dark",secondary:"text-subtitle text-action can-hover:hover:text-action-dark",default:"-default underline text-action can-hover:hover:text-action-dark",none:""},gc={primary:"text-subtitle text-primary can-hover:hover:text-primary-dark",secondary:"text-subtitle text-primary can-hover:hover:text-primary-dark",default:"-default underline text-primary can-hover:hover:text-primary-dark",none:""},yc=t.defineComponent({name:"BaseLink",components:{MixinAnimationCaret:ua},props:{variant:{type:String,required:!1,default:"default",validator:e=>Object.keys(Ns).includes(e)},to:{type:[String,Object],default:void 0},exact:{type:Boolean,default:!1},href:{type:String,default:void 0},title:{type:String,default:void 0},ariaLabel:{type:String,default:""},linkClass:{type:String,default:""},target:{type:String,required:!1,default:void 0},externalTargetBlank:{type:Boolean,required:!1,default:!1},caret:{type:Boolean,required:!1,default:!1},caretWrapperClass:{type:String,default:""},caretClass:{type:String,default:""},caretInline:{type:Boolean,required:!1,default:!1},caretColor:{type:String,required:!1,default:""},caretMarginLeft:{type:String,required:!1,default:""},usePrimaryColor:{type:Boolean,required:!1,default:!1}},emits:["linkClicked","specificLinkClicked"],computed:{computedVariants(){return this.usePrimaryColor?gc:Ns},computedClass(){let e=this.computedVariants[this.variant];return(this.to||this.href)&&(e=e+" cursor-pointer"),this.linkClass&&(e=e+" "+this.linkClass),e},theTarget(){if(this.target)return this.target;if(this.href&&this.externalTargetBlank)return"_blank"},theRel(){if(this.theTarget==="_blank")return"noopener"}},methods:{clickEvent(){var e;(e=this.$root)==null||e.$emit("linkClicked"),this.$emit("specificLinkClicked")}}}),bc=["href","target","rel","aria-label","title"];function kc(e,n,a,o,s,i){const r=ua,l=t.resolveComponent("nuxt-link");return t.openBlock(),t.createElementBlock("div",null,[e.to?(t.openBlock(),t.createBlock(l,{key:0,class:t.normalizeClass(["group",e.computedClass]),to:e.to,target:e.theTarget,rel:e.theRel,"aria-label":e.ariaLabel,title:e.title,exact:e.exact,onClick:n[0]||(n[0]=c=>e.clickEvent())},{default:t.withCtx(()=>[e.caretInline&&e.caret?(t.openBlock(),t.createBlock(r,{key:0,inline:"",class:t.normalizeClass(e.caretWrapperClass),"arrow-class":e.caretClass,color:e.caretColor,"margin-left":e.caretMarginLeft},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["class","arrow-class","color","margin-left"])):e.variant==="primary"||e.caret?(t.openBlock(),t.createBlock(r,{key:1,class:t.normalizeClass(e.caretWrapperClass),"arrow-class":e.caretClass,color:e.caretColor,"margin-left":e.caretMarginLeft},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["class","arrow-class","color","margin-left"])):t.renderSlot(e.$slots,"default",{key:2})]),_:3},8,["class","to","target","rel","aria-label","title","exact"])):e.href?(t.openBlock(),t.createElementBlock("a",{key:1,href:e.href,class:t.normalizeClass(["group",e.computedClass]),target:e.theTarget,rel:e.theRel,"aria-label":e.ariaLabel,title:e.title,onClick:n[1]||(n[1]=c=>e.clickEvent())},[e.caretInline&&e.caret?(t.openBlock(),t.createBlock(r,{key:0,inline:"",class:t.normalizeClass(e.caretWrapperClass),"arrow-class":e.caretClass,color:e.caretColor,"margin-left":e.caretMarginLeft},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["class","arrow-class","color","margin-left"])):e.variant==="primary"||e.caret?(t.openBlock(),t.createBlock(r,{key:1,class:t.normalizeClass(e.caretWrapperClass),"arrow-class":e.caretClass,color:e.caretColor,"margin-left":e.caretMarginLeft},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["class","arrow-class","color","margin-left"])):t.renderSlot(e.$slots,"default",{key:2})],10,bc)):t.createCommentVNode("",!0)])}const F=B(yc,[["render",kc]]),_c=t.defineComponent({name:"IconExternal"}),$c={class:"IconExternal",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},wc=[t.createElementVNode("path",{d:"M7 2v2H2v12h12v-5h2v7H0V2h7zm11-2v8h-2V3.413l-8.243 8.244-1.414-1.414L14.585 2H10V0h8z",fill:"currentColor"},null,-1)];function Bc(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",$c,wc)}const be=B(_c,[["render",Bc]]),Ts={MI_KM:{imperial:{label:"Miles",abbr:"MI",toOther:1*1.609344},metric:{label:"Kilometers",abbr:"KM",toOther:1/1.609344}},LB_KG:{imperial:{label:"Pounds",abbr:"LB",toOther:1/2.205},metric:{label:"Kilograms",abbr:"KG",toOther:1*2.205}},G_OZ:{imperial:{label:"Ounces",abbr:"OZ",toOther:1/.0352739331766097},metric:{label:"Grams",abbr:"G",toOther:1*.0352739331766097}},M_FT:{imperial:{label:"Feet",abbr:"FT",toOther:1*.3048},metric:{label:"Meters",abbr:"M",toOther:1/.3048}},MS_FS:{imperial:{label:"Feet per second",abbr:"FT/S",toOther:1*.3048},metric:{label:"Meters per second",abbr:"M/S",toOther:1/.3048}}},Cc=t.defineComponent({name:"BaseUnitToggle",props:{unitPair:{type:String,required:!0,validator:e=>!!Ts[e]},value:{type:Number,required:!0},secondValue:{type:Number,required:!1},valueSystem:{type:String,required:!0},inline:{type:Boolean,default:!1}},data(){return{selectedSystem:"imperial"}},computed:{unitConfig(){return Ts[this.unitPair]},formattedValue(){var a;let e;this.secondValue?e=this.valueSystem===this.selectedSystem?this.value:this.secondValue:e=this.valueSystem===this.selectedSystem?this.value:this.value*this.unitConfig[this.valueSystem].toOther;const n=((a=this.value.toString().split(".")[1])==null?void 0:a.length)||0;return e.toLocaleString("en-US",{minimumFractionDigits:n,maximumFractionDigits:n})}},mounted(){window.localStorage&&window.localStorage.getItem("selectedSystem")==="metric"&&(this.selectedSystem="metric")},methods:{setSystem(){try{window.localStorage&&window.localStorage.setItem("selectedSystem",this.selectedSystem)}catch(e){console.error(e)}}}}),Ec={class:"BaseUnitToggle"},Sc={class:"sr-only"},Vc=["aria-label"],Nc={class:"unit","aria-hidden":"true"},Tc=t.createElementVNode("span",{class:"select-none","aria-hidden":"true"},"|",-1),Ic=["aria-label"],xc={class:"unit","aria-hidden":"true"};function Mc(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",Ec,[t.createElementVNode("p",Sc,t.toDisplayString(e.formattedValue)+" "+t.toDisplayString(e.unitConfig[e.selectedSystem].label),1),t.renderSlot(e.$slots,"default",{formattedValue:e.formattedValue},()=>[t.createTextVNode(t.toDisplayString(e.formattedValue),1)]),t.createElementVNode("fieldset",{class:t.normalizeClass(["text-body-xs inline-block",{"lg:block":!e.inline}]),"aria-label":"Change Unit"},[t.createElementVNode("label",{class:"cursor-pointer","aria-label":e.unitConfig.imperial.label},[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":n[0]||(n[0]=r=>e.selectedSystem=r),class:"sr-only",type:"radio",value:"imperial",onChange:n[1]||(n[1]=(...r)=>e.setSystem&&e.setSystem(...r))},null,544),[[t.vModelRadio,e.selectedSystem]]),t.createElementVNode("span",Nc,t.toDisplayString(e.unitConfig.imperial.abbr),1)],8,Vc),Tc,t.createElementVNode("label",{class:"cursor-pointer","aria-label":e.unitConfig.metric.label},[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":n[2]||(n[2]=r=>e.selectedSystem=r),class:"sr-only",type:"radio",value:"metric",onChange:n[3]||(n[3]=(...r)=>e.setSystem&&e.setSystem(...r))},null,544),[[t.vModelRadio,e.selectedSystem]]),t.createElementVNode("span",xc,t.toDisplayString(e.unitConfig.metric.abbr),1)],8,Ic)],2)])}const Pe=B(Cc,[["render",Mc]]),Lc=t.defineComponent({name:"AsteroidWatchWidget",components:{BaseLink:F,IconExternal:be,BaseUnitToggle:Pe},props:{nextCloseApproaches:{type:Array,required:!1}}}),Dc={key:0,"aria-label":"Next 5 Earth Approaches within 7.5 million kilometers",class:"AsteroidWatchWidget overflow-hidden"},vc={class:"gap-y-10 lg:col-end-9 grid grid-cols-11 col-start-1 col-end-11 gap-6"},Pc={key:0,class:"lg:col-span-3 lg:row-span-2 lg:text-left gap-y-8 col-span-11 -ml-8 text-center"},zc=["srcset"],Ac=["src"],Oc={class:"text-subtitle mt-4 text-center"},Fc={class:"lg:col-span-3 col-span-full"},Hc=t.createElementVNode("p",{class:"label text-subtitle text-jpl-red"},"Approximate Size",-1),qc={class:"text-stats-xl"},jc={class:"lg:col-span-5 col-span-full"},Rc=t.createElementVNode("p",{class:"label text-subtitle text-jpl-red"},"Closest Earth Approach",-1),Gc={class:"text-stats-xl"},Uc={key:1,class:"lg:col-span-3 col-span-full"},Wc=t.createElementVNode("p",{class:"label text-subtitle text-jpl-red"},"Name",-1),Yc={class:"flex flex-nowrap items-center"},Kc={key:2,class:"lg:col-span-4 col-span-full"},Zc=t.createElementVNode("p",{class:"label text-subtitle text-jpl-red"},"Date",-1);function Xc(e,n,a,o,s,i){var d;const r=Pe,l=be,c=F;return(d=e.nextCloseApproaches)!=null&&d.length?(t.openBlock(),t.createElementBlock("section",Dc,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.nextCloseApproaches,(h,m)=>(t.openBlock(),t.createElementBlock("div",{key:m,class:"MixedBleedGrid lg:pl-0 pl-4"},[t.createElementVNode("div",{class:t.normalizeClass([m===0?"bg-gray-light":"border-b border-gray-light-mid","lg:block col-start-indent-col-2 col-end-indent-col-3 hidden"])},null,2),t.createElementVNode("div",{class:t.normalizeClass([m===0?"bg-gray-light":"border-b border-gray-light-mid","text-gray-dark col-start-indent-col-3 col-end-container lg:py-12 lg:px-0 text-body-lg px-8 py-10 pr-0"])},[t.createElementVNode("div",vc,[h.comparisonImage&&h.comparisonImage.image&&h.comparisonImage.image.src?(t.openBlock(),t.createElementBlock("div",Pc,[t.createElementVNode("picture",null,[h.comparisonImage.image.webp?(t.openBlock(),t.createElementBlock("source",{key:0,srcset:h.comparisonImage.image.webp.url,type:"image/webp"},null,8,zc)):t.createCommentVNode("",!0),t.createElementVNode("img",{loading:"lazy",class:"mx-auto bg-white rounded-full",src:h.comparisonImage.image.src.url,width:"160",height:"160",alt:""},null,8,Ac)]),t.createElementVNode("p",Oc,t.toDisplayString(h.comparisonImage.text),1)])):t.createCommentVNode("",!0),t.createElementVNode("div",Fc,[Hc,t.createVNode(r,{"unit-pair":"M_FT",value:parseFloat(h.sizeFeet),"value-system":"imperial"},{default:t.withCtx(p=>[t.createElementVNode("span",qc,t.toDisplayString(p.formattedValue),1)]),_:2},1032,["value"])]),t.createElementVNode("div",jc,[Rc,t.createVNode(r,{"unit-pair":"MI_KM",value:parseFloat(h.distanceMiles),"second-value":parseFloat(h.distanceKilometers),"value-system":"imperial"},{default:t.withCtx(p=>[t.createElementVNode("span",Gc,t.toDisplayString(p.formattedValue),1)]),_:2},1032,["value","second-value"])]),h.name?(t.openBlock(),t.createElementBlock("div",Uc,[Wc,t.createVNode(c,{variant:"none",href:h.externalLink,"external-target-blank":""},{default:t.withCtx(()=>[t.createElementVNode("span",Yc,[t.createElementVNode("span",null,t.toDisplayString(h.name),1),t.createVNode(l,{class:"text-jpl-red ml-3 text-lg"})])]),_:2},1032,["href"])])):t.createCommentVNode("",!0),h.date?(t.openBlock(),t.createElementBlock("div",Kc,[Zc,t.createTextVNode(" "+t.toDisplayString(e.$filters.displayDate(h.date)),1)])):t.createCommentVNode("",!0)])],2),t.createElementVNode("div",{class:t.normalizeClass([m===0?"bg-gray-light":"","col-start-container-end col-end-bleed sm:block hidden"])},null,2)]))),128))])):t.createCommentVNode("",!0)}const Jc=B(Lc,[["render",Xc]]),Is={primary:"-primary",secondary:"-secondary",dark:"-dark",social:"-social"},Qc=t.defineComponent({name:"BaseButton",props:{variant:{type:String,required:!1,default:"primary",validator:e=>Object.keys(Is).includes(e)},compact:{type:Boolean,default:!1,required:!1},blockClasses:{type:String,required:!1,default:"inline-block"},disabled:{type:Boolean,default:!1,required:!1},ariaLabel:{type:String,default:"",required:!1},to:{type:[String,Object],required:!1,default:void 0},href:{type:String,required:!1,default:void 0}},emits:["click"],computed:{tag(){return this.disabled?"button":this.to?"nuxt-link":this.href?"a":"button"},theHref(){if(this.tag==="nuxt-link")return this.to;if(this.tag==="a")return this.href},variantClass(){let e=Is[this.variant];return!this.$slots.default&&this.$slots.icon?e=e+" -icon-only":this.compact&&(e=e+" -compact"),this.blockClasses&&(e=e+" "+this.blockClasses),e}}}),ed={class:"label block"};function td(e,n,a,o,s,i){return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.tag),{class:t.normalizeClass(["BaseButton text-contrast-none",e.variantClass]),"aria-label":e.ariaLabel,disabled:e.disabled,href:e.theHref,to:e.to?e.to:void 0,onClick:n[0]||(n[0]=r=>e.$emit("click"))},{default:t.withCtx(()=>[t.createElementVNode("span",ed,[t.renderSlot(e.$slots,"default"),t.renderSlot(e.$slots,"icon"),t.renderSlot(e.$slots,"afterIcon")])]),_:3},8,["class","aria-label","disabled","href","to"])}const R=B(Qc,[["render",td]]),nd=t.defineComponent({name:"IconDropdown"}),ad={class:"IconDropdown",width:"12",height:"8",viewBox:"0 0 12 8",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},od=[t.createElementVNode("path",{d:"M.343 2L1.757.586 6 4.828 10.243.586 11.657 2 6 7.657.343 2z",fill:"currentColor"},null,-1)];function sd(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",ad,od)}const Mt=B(nd,[["render",sd]]);function id(e){var n=typeof e;return e!=null&&(n=="object"||n=="function")}var ft=id,rd=typeof ge=="object"&&ge&&ge.Object===Object&&ge,xs=rd,ld=xs,cd=typeof self=="object"&&self&&self.Object===Object&&self,dd=ld||cd||Function("return this")(),Ie=dd,hd=Ie,md=function(){return hd.Date.now()},pd=md,fd=/\s/;function ud(e){for(var n=e.length;n--&&fd.test(e.charAt(n)););return n}var gd=ud,yd=gd,bd=/^\s+/;function kd(e){return e&&e.slice(0,yd(e)+1).replace(bd,"")}var _d=kd,$d=Ie,wd=$d.Symbol,mn=wd,Ms=mn,Ls=Object.prototype,Bd=Ls.hasOwnProperty,Cd=Ls.toString,Lt=Ms?Ms.toStringTag:void 0;function Ed(e){var n=Bd.call(e,Lt),a=e[Lt];try{e[Lt]=void 0;var o=!0}catch{}var s=Cd.call(e);return o&&(n?e[Lt]=a:delete e[Lt]),s}var Sd=Ed,Vd=Object.prototype,Nd=Vd.toString;function Td(e){return Nd.call(e)}var Id=Td,Ds=mn,xd=Sd,Md=Id,Ld="[object Null]",Dd="[object Undefined]",vs=Ds?Ds.toStringTag:void 0;function vd(e){return e==null?e===void 0?Dd:Ld:vs&&vs in Object(e)?xd(e):Md(e)}var Dt=vd;function Pd(e){return e!=null&&typeof e=="object"}var ut=Pd,zd=Dt,Ad=ut,Od="[object Symbol]";function Fd(e){return typeof e=="symbol"||Ad(e)&&zd(e)==Od}var pn=Fd,Hd=_d,Ps=ft,qd=pn,zs=NaN,jd=/^[-+]0x[0-9a-f]+$/i,Rd=/^0b[01]+$/i,Gd=/^0o[0-7]+$/i,Ud=parseInt;function Wd(e){if(typeof e=="number")return e;if(qd(e))return zs;if(Ps(e)){var n=typeof e.valueOf=="function"?e.valueOf():e;e=Ps(n)?n+"":n}if(typeof e!="string")return e===0?e:+e;e=Hd(e);var a=Rd.test(e);return a||Gd.test(e)?Ud(e.slice(2),a?2:8):jd.test(e)?zs:+e}var Yd=Wd,Kd=ft,ga=pd,As=Yd,Zd="Expected a function",Xd=Math.max,Jd=Math.min;function Qd(e,n,a){var o,s,i,r,l,c,d=0,h=!1,m=!1,p=!0;if(typeof e!="function")throw new TypeError(Zd);n=As(n)||0,Kd(a)&&(h=!!a.leading,m="maxWait"in a,i=m?Xd(As(a.maxWait)||0,n):i,p="trailing"in a?!!a.trailing:p);function f(N){var I=o,T=s;return o=s=void 0,d=N,r=e.apply(T,I),r}function u(N){return d=N,l=setTimeout(g,n),h?f(N):r}function b(N){var I=N-c,T=N-d,A=n-I;return m?Jd(A,i-T):A}function E(N){var I=N-c,T=N-d;return c===void 0||I>=n||I<0||m&&T>=i}function g(){var N=ga();if(E(N))return y(N);l=setTimeout(g,b(N))}function y(N){return l=void 0,p&&o?f(N):(o=s=void 0,r)}function _(){l!==void 0&&clearTimeout(l),d=0,o=c=s=l=void 0}function V(){return l===void 0?r:y(ga())}function M(){var N=ga(),I=E(N);if(o=arguments,s=this,c=N,I){if(l===void 0)return u(c);if(m)return clearTimeout(l),l=setTimeout(g,n),f(c)}return l===void 0&&(l=setTimeout(g,n)),r}return M.cancel=_,M.flush=V,M}var e2=Qd,t2=e2,n2=ft,a2="Expected a function";function o2(e,n,a){var o=!0,s=!0;if(typeof e!="function")throw new TypeError(a2);return n2(a)&&(o="leading"in a?!!a.leading:o,s="trailing"in a?!!a.trailing:s),t2(e,n,{leading:o,maxWait:n,trailing:s})}var s2=o2;const Os=ke(s2),i2=t.defineComponent({name:"BackToTop",components:{BaseButton:R,IconDropdown:Mt},props:{threshold:{type:Number,required:!1,default:300},scrollTo:{type:Number,required:!1,default:0}},data(){return{showBackToTop:!1,scrollHandler:null}},mounted(){this.scrollHandler=Os(this.onScroll,100),window.addEventListener("scroll",this.scrollHandler,{passive:!0})},beforeUnmount(){this.scrollHandler&&window.removeEventListener("scroll",this.scrollHandler)},methods:{onScroll(){this.showBackToTop=window.scrollY>this.threshold,this.showBackToTop&&this.scrollHandler&&window.removeEventListener("scroll",this.scrollHandler)},scrollToTop(){window.scrollTo({top:this.scrollTo,behavior:"smooth"}),this.$emit("click")}}}),r2=t.createElementVNode("span",{class:"label-text"},"Back to top",-1);function l2(e,n,a,o,s,i){const r=Mt,l=R;return e.showBackToTop?(t.openBlock(),t.createBlock(l,{key:0,variant:"primary",class:"BackToTop z-60",compact:"",onClick:e.scrollToTop},{default:t.withCtx(()=>[t.createVNode(r),r2]),_:1},8,["onClick"])):t.createCommentVNode("",!0)}const c2=B(i2,[["render",l2]]),d2=t.defineComponent({name:"IconVolume"}),h2={class:"IconVolume",width:"60",height:"60",viewBox:"0 0 480 512",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},m2=[t.createElementVNode("path",{fill:"currentColor","fill-rule":"evenodd",d:"M342.91 193.57c-7.81-3.8-17.5-.48-21.34 7.5-3.81 7.97-.44 17.53 7.53 21.34C343.22 229.2 352 242.06 352 256c0 13.94-8.78 26.8-22.9 33.58-7.97 3.81-11.34 13.38-7.53 21.34 3.86 8.05 13.54 11.29 21.34 7.5C368.25 306.28 384 282.36 384 256s-15.75-50.29-41.09-62.43zM231.81 64c-5.91 0-11.92 2.18-16.78 7.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c4.87 4.87 10.88 7.05 16.78 7.05 12.33 0 24.19-9.52 24.19-24.02V88.02C256 73.51 244.13 64 231.81 64zM224 404.67L139.31 320H32V192h107.31L224 107.33v297.34zm256-148.68c0-66.12-34.02-126.62-88.81-157.87-7.69-4.38-17.59-1.78-22.04 5.89-4.45 7.66-1.77 17.44 5.96 21.86 44.77 25.55 72.61 75.4 72.61 130.12s-27.84 104.58-72.61 130.12c-7.72 4.42-10.4 14.2-5.96 21.86 4.3 7.38 14.06 10.44 22.04 5.89C445.98 382.62 480 322.12 480 255.99z"},null,-1)];function p2(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",h2,m2)}const ya=B(d2,[["render",p2]]),f2=t.defineComponent({name:"IconMute"}),u2={class:"IconMute",width:"60",height:"60",viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},g2=[t.createElementVNode("path",{fill:"currentColor","fill-rule":"evenodd",d:"M454.63 256l55.03-55.03c3.12-3.12 3.12-8.19 0-11.31l-11.31-11.31c-3.12-3.12-8.19-3.12-11.31 0L432 233.37l-55.03-55.03c-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.31L409.37 256l-55.03 55.03c-3.12 3.12-3.12 8.19 0 11.31l11.31 11.31c3.12 3.12 8.19 3.12 11.31 0L432 278.63l55.03 55.03c3.12 3.12 8.19 3.12 11.31 0l11.31-11.31c3.12-3.12 3.12-8.19 0-11.31L454.63 256zM231.81 64c-5.91 0-11.92 2.18-16.78 7.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c4.87 4.87 10.88 7.05 16.78 7.05 12.33 0 24.19-9.52 24.19-24.02V88.02C256 73.51 244.13 64 231.81 64zM224 404.67l-75.32-75.3-9.37-9.37H32V192h107.31l9.37-9.37 75.32-75.3v297.34z"},null,-1)];function y2(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",u2,g2)}const ba=B(f2,[["render",y2]]),b2=t.defineComponent({name:"IconForwardTen"}),k2={class:"IconForwardTen",width:"30",height:"35",viewBox:"0 0 30 35",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},_2=[t.createElementVNode("path",{d:"M9.41854 27.1118H11.7865V16.1198H9.89854L6.60254 18.3278L7.54654 19.9918L9.41854 18.8238V27.1118Z",fill:"currentColor","fill-rule":"evenodd"},null,-1),t.createElementVNode("path",{d:"M18.6672 27.3038C21.5632 27.3038 23.6112 24.9518 23.6112 21.6078C23.6112 18.2798 21.5632 15.9278 18.6672 15.9278C15.7712 15.9278 13.7392 18.2798 13.7392 21.6078C13.7392 24.9518 15.7712 27.3038 18.6672 27.3038ZM18.6672 25.1598C17.1952 25.1598 16.1552 23.6718 16.1552 21.6078C16.1552 19.5438 17.1952 18.0718 18.6672 18.0718C20.1552 18.0718 21.1792 19.5438 21.1792 21.6078C21.1792 23.6718 20.1552 25.1598 18.6672 25.1598Z",fill:"currentColor","fill-rule":"evenodd"},null,-1),t.createElementVNode("path",{d:"M14.6897 0.184982L14.2786 0.596053C13.9909 0.883802 14.032 1.33598 14.2786 1.58262L18.8415 6.14551C14.032 4.9534 8.68805 6.18662 4.98841 9.96847C-0.643259 15.6001 -0.602151 24.767 5.02952 30.3165C10.6612 35.9481 19.7459 35.907 25.3775 30.2754C27.9673 27.6856 29.406 24.2737 29.6116 20.8618C29.6116 20.4508 29.2827 20.1219 28.8716 20.1219H28.2961C27.9673 20.1219 27.5973 20.4097 27.6384 20.7796C27.474 23.7393 26.2408 26.6168 23.9799 28.8777C19.1292 33.7284 11.2778 33.7695 6.38605 28.8777C1.57652 24.0682 1.49431 16.1756 6.38605 11.2839C9.75683 7.91311 14.6897 6.92654 18.9648 8.24197L14.2786 12.9282C13.9909 13.2159 14.032 13.6681 14.2786 13.9147L14.6897 14.3258C14.9774 14.6136 15.3885 14.6136 15.6763 14.3258L22.2534 7.74868C22.5 7.50204 22.5411 7.04986 22.2534 6.76211L15.6763 0.184982C15.4296 -0.0616606 14.9363 -0.0616606 14.6897 0.184982Z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function $2(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",k2,_2)}const ka=B(b2,[["render",$2]]),w2=t.defineComponent({name:"IconRewindTen"}),B2={class:"IconRewindTen",width:"30",height:"35",viewBox:"0 0 30 35",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},C2=[t.createElementVNode("g",{fill:"currentColor","fill-rule":"evenodd"},[t.createElementVNode("path",{d:"m8.41854 27.1118h2.36796v-10.992h-1.88796l-3.296 2.208.944 1.664 1.872-1.168z",fill:"currentColor","fill-rule":"evenodd"}),t.createElementVNode("path",{d:"m17.6672 27.3038c2.896 0 4.944-2.352 4.944-5.696 0-3.328-2.048-5.68-4.944-5.68s-4.928 2.352-4.928 5.68c0 3.344 2.032 5.696 4.928 5.696zm0-2.144c-1.472 0-2.512-1.488-2.512-3.552s1.04-3.536 2.512-3.536c1.488 0 2.512 1.472 2.512 3.536s-1.024 3.552-2.512 3.552z",fill:"currentColor","fill-rule":"evenodd"}),t.createElementVNode("path",{d:"m20.0853.839157c-.2034-.352419-.6508-.429745-.9529-.255343l-8.0553 4.650736c-.3524.20347-.4588.60053-.2554.95295l4.6508 8.0553c.1744.3021.6005.4588.9529.2554l.5035-.2907c.3021-.1744.4297-.6509.2553-.953l-3.3427-5.78972c4.4699-.16412 8.9794 2.06555 11.3919 6.24422 3.4299 5.9408 1.3368 13.5935-4.5536 16.9944-5.9911 3.4589-13.59349 1.3368-16.99434-4.5537-1.62775-2.8193-2.07419-5.9179-1.46699-8.8194.13546-.3467-.14742-.7204-.46507-.8055l-.55589-.1489c-.397067-.1064-.799833.1261-.906226.5232-.684529 3.3488-.177867 7.0168 1.682426 10.2389 3.95313 6.847 12.71759 9.238 19.64399 5.3062 6.847-3.9531 9.2593-12.797 5.2771-19.6944-2.5947-4.61052-7.4374-7.18482-12.3625-7.22778l5.5884-3.22645c.302-.1744.4297-.65088.2553-.95296z",fill:"currentColor","fill-rule":"evenodd"})],-1)];function E2(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",B2,C2)}const _a=B(w2,[["render",E2]]),S2=t.defineComponent({name:"IconPause"}),V2={class:"IconPause",width:"60",height:"60",viewBox:"0 0 60 60",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},N2=[t.createElementVNode("path",{fill:"currentColor",transform:"matrix(-1 0 0 1 54 6)","fill-rule":"evenodd",d:"M12 38h8V10h-8v28zm16-28v28h8V10h-8z5"},null,-1)];function T2(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",V2,N2)}const $a=B(S2,[["render",T2]]),I2=t.defineComponent({name:"IconPlay"}),x2={class:"IconPlay",width:"60",height:"60",viewBox:"0 0 60 60",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},M2=[t.createElementVNode("path",{fill:"currentColor",transform:"matrix(-1 0 0 1 64 0)","fill-rule":"evenodd",d:"M42 17L22 30 42 43z"},null,-1)];function L2(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",x2,M2)}const Je=B(I2,[["render",L2]]),D2=10,v2=()=>"xxxxxxxx-xxxx-4xxx".replace(/[xy]/g,function(e){const n=Math.random()*16|0;return(e==="x"?n:n&3|8).toString(16)}),Fs=e=>{const n=new Date(e*1e3).toISOString().substr(11,8);return n.indexOf("00:")===0?n.substr(3):n},P2=t.defineComponent({name:"BaseAudio",components:{IconPlay:Je,IconPause:$a,IconVolume:ya,IconMute:ba,IconRewindTen:_a,IconForwardTen:ka},props:{file:{type:String,default:null},autoPlay:{type:Boolean,default:!1}},data(){return{firstPlay:!0,isMuted:!1,loaded:!1,playing:!1,paused:!0,progressStyle:"",currentTime:"00:00",uuid:"0",audio:void 0,totalDuration:0,hideVolumeSlider:!1,volumeValue:D2}},computed:{duration(){return this.audio?Fs(this.totalDuration):""},playerId(){return"player-"+this.uuid}},mounted(){this.uuid=v2(),this.audio=this.getAudio(),this.init()},beforeUnmount(){this.audio&&(this.audio.removeEventListener("timeupdate",this._handlePlayingUI),this.audio.removeEventListener("loadeddata",this._handleLoaded),this.audio.removeEventListener("pause",this._handlePlayPause),this.audio.removeEventListener("play",this._handlePlayPause))},methods:{setPosition:function(n){if(this.audio){const a=n.target;if(this.paused||n.target.tagName==="SPAN")return;const o=a.getBoundingClientRect(),s=(n.clientX-o.left)/o.width;this.audio.currentTime=this.audio.duration*s}},updateVolume(){this.audio&&(this.hideVolumeSlider=!1,this.audio.volume=this.volumeValue/100,this.volumeValue/100>0&&(this.isMuted=this.audio.muted=!1),this.volumeValue/100===0&&(this.isMuted=this.audio.muted=!0))},toggleVolume(){this.hideVolumeSlider=!0},stop(){this.audio&&(this.playing=!1,this.paused=!0,this.audio.pause(),this.audio.currentTime=0)},play(){var e;this.playing&&!this.paused||this.audio&&(this.paused=!1,this.audio.play(),this.playing=!0,(e=this.$root)==null||e.$emit("play",this.uuid))},forward(e){return this.audio?this.audio.currentTime+=e:void 0},rewind(e){return this.audio?this.audio.currentTime-=e:void 0},pause(){this.audio&&(this.paused=!this.paused,this.paused?this.audio.pause():this.audio.play())},pauseOthers(e){this.audio&&this.uuid!==e&&(this.paused=!0,this.audio.pause())},toggleMute(){this.audio&&(this.isMuted=!this.isMuted,this.audio.muted=this.isMuted,this.volumeValue=this.isMuted?0:100)},_handleLoaded(){if(this.audio&&this.audio.readyState>=2)this.autoPlay&&this.play(),this.loaded=!0,this.totalDuration=this.audio.duration;else throw new Error("Failed to load audio file")},_handlePlayingUI(e){if(this.audio){const n=this.audio.currentTime,a=n/this.totalDuration*100;this.progressStyle=`width: ${a}%;`,this.currentTime=Fs(n)}},_handlePlayPause(e){this.audio&&e.type==="play"&&this.firstPlay&&(this.audio.currentTime=0,this.firstPlay&&(this.firstPlay=!1)),e.type==="pause"&&this.playing===!1&&(this.progressStyle="width:0%",this.currentTime="00:00",this.paused=!0)},_handleEnded(){this.paused=this.playing=!1},init(){this.audio&&(this.audio.addEventListener("timeupdate",this._handlePlayingUI),this.audio.addEventListener("loadeddata",this._handleLoaded),this.audio.addEventListener("pause",this._handlePlayPause),this.audio.addEventListener("play",this._handlePlayPause),this.audio.addEventListener("ended",this._handleEnded))},getAudio(){return this.$el.querySelectorAll("audio")[0]}}}),z2={class:"BaseAudio"},A2={class:"BaseAudio__stage sm:pr-5"},O2={class:"BaseAudio__player w-full select-none"},F2={class:"flex flex-row w-full"},H2={class:"z-30 text-sm md:text-base"},q2={class:"flex flex-col w-full z-20"},j2={class:"flex flex-row text-white"},R2={class:"flex flex-row justify-between w-full py-1.5 px-3"},G2={class:"BaseAudio__playback-time-current text-sm md:text-base pr-1 md:pr-3 text-left"},U2={key:0,class:"BaseAudio__rewind-forward animate-fadeIn"},W2={class:"BaseAudio__playback-time-total"},Y2=["id","src"];function K2(e,n,a,o,s,i){const r=Je,l=$a,c=_a,d=ka,h=ba,m=ya;return t.openBlock(),t.createElementBlock("div",z2,[t.createElementVNode("div",A2,[t.createElementVNode("div",O2,[t.createElementVNode("div",F2,[t.createElementVNode("div",H2,[e.paused?(t.openBlock(),t.createElementBlock("button",{key:0,class:"cursor-pointer",title:"Play","aria-label":"Play",onClick:n[0]||(n[0]=p=>e.play())},[t.createVNode(r,{class:"bg-jpl-red text-white"})])):(t.openBlock(),t.createElementBlock("button",{key:1,class:"cursor-pointer",title:"Pause","aria-label":"Pause",onClick:n[1]||(n[1]=p=>e.pause())},[t.createVNode(l,{class:"bg-jpl-red text-white"})]))]),t.createElementVNode("div",q2,[t.createElementVNode("div",{class:"BaseAudio__playback-time-wrapper cursor-pointer relative inline-block w-full border-t border-jpl-red bg-gray-mid-dark bg-opacity-25 h-2",title:"Playback Position",onClick:n[2]||(n[2]=(...p)=>e.setPosition&&e.setPosition(...p))},[e.playing?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle(e.progressStyle),class:"BaseAudio__playback-time-indicator bg-jpl-red transition-all transform-gpu duration-50 absolute top-0 left-0 bottom-0 h-2"},null,4)):t.createCommentVNode("",!0)]),t.createElementVNode("div",j2,[t.createElementVNode("div",R2,[t.createElementVNode("span",G2,t.toDisplayString(e.currentTime),1),e.playing?(t.openBlock(),t.createElementBlock("div",U2,[t.createElementVNode("button",{class:"cursor-pointer",title:"Rewind","aria-label":"Rewind 10 seconds",onClick:n[3]||(n[3]=p=>e.rewind(10))},[t.createVNode(c)]),t.createElementVNode("button",{class:"cursor-pointer",title:"Fast Forward","aria-label":"Fast-forward 10 seconds",onClick:n[4]||(n[4]=p=>e.forward(10))},[t.createVNode(d)])])):t.createCommentVNode("",!0),t.createElementVNode("span",W2,t.toDisplayString(e.duration),1)]),t.createElementVNode("div",{class:t.normalizeClass(["BaseAudio__extern-wrapper flex flex-row",e.playing?"-mt-1.5 sm:-mt-0.5 md:mt-0 lg:-mt-0.5":"-mt-1.5 sm:mt-0.5 md:mt-1 lg:mt-1.5"])},[e.isMuted?(t.openBlock(),t.createElementBlock("button",{key:0,class:"cursor-pointer",title:"Unmute","aria-label":"Unmute",onClick:n[5]||(n[5]=p=>e.toggleMute())},[t.createVNode(h)])):(t.openBlock(),t.createElementBlock("button",{key:1,class:"cursor-pointer",title:"Mute","aria-label":"Mute",onClick:n[6]||(n[6]=p=>e.toggleMute())},[t.createVNode(m)]))],2)])])])]),t.createElementVNode("audio",{id:e.playerId,ref:"player",src:e.file,preload:"auto",class:"hidden min-w-full left-0 right-0"},null,8,Y2)]),t.createElementVNode("a",{class:"volume-toggle absolute right-5 -bottom-4",title:"Volume",onMouseover:n[7]||(n[7]=p=>e.toggleVolume())},null,32)])}const vt=B(P2,[["render",K2]]),Z2=t.defineComponent({name:"BaseCheckboxGroup",props:{group:{type:String,default:null,required:!1},heading:{type:String,default:null,required:!1},subHeading:{type:String,default:null,required:!1},title:{type:String,default:null,required:!1},options:{type:Array,default:null,required:!1}}}),X2={class:"BaseCheckboxGroup"},J2={key:0,class:"text-lg font-semibold text-gray-900"},Q2={key:1,class:"text-lg pt-4 pb-2 pr-4"},e1={class:"mt-4"},t1={key:0,class:"sr-only"},n1={key:1,class:"space-y-4 mb-2 pb-5"},a1={class:"flex items-center h-5"},o1=["id","aria-describedby","name","alt","value"],s1={class:"mb-1"},i1=["for"],r1={key:0,class:"font-semibold"},l1={key:1},c1=["id"];function d1(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",X2,[e.heading?(t.openBlock(),t.createElementBlock("label",J2,t.toDisplayString(e.heading),1)):t.createCommentVNode("",!0),e.subHeading?(t.openBlock(),t.createElementBlock("p",Q2,t.toDisplayString(e.subHeading),1)):t.createCommentVNode("",!0),t.createElementVNode("fieldset",e1,[e.title?(t.openBlock(),t.createElementBlock("legend",t1,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.options?(t.openBlock(),t.createElementBlock("div",n1,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.options,r=>(t.openBlock(),t.createElementBlock("div",{key:r.id,class:"relative flex items-start"},[t.createElementVNode("div",a1,[t.createElementVNode("input",{id:`${e.group}_${r.id}`,"aria-describedby":r.text?`${e.group}_${r.id}_description`:void 0,name:r.name,alt:r.alt,value:r.value,type:"checkbox",class:"h-5 w-5 mt-0.5"},null,8,o1)]),t.createElementVNode("div",s1,[t.createElementVNode("label",{for:`${e.group}_${r.id}`,class:"ml-3 block text-md text-gray-700"},[r.title?(t.openBlock(),t.createElementBlock("span",r1,t.toDisplayString(r.title),1)):t.createCommentVNode("",!0),r.text?(t.openBlock(),t.createElementBlock("span",l1," - ")):t.createCommentVNode("",!0),r.text?(t.openBlock(),t.createElementBlock("span",{key:2,id:`${e.group}_${r.id}_description`,class:"font-light"},t.toDisplayString(r.text),9,c1)):t.createCommentVNode("",!0)],8,i1)])]))),128))])):t.createCommentVNode("",!0)])])}const wa=B(Z2,[["render",d1]]),h1={h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},m1=t.defineComponent({name:"BaseHeading",props:{level:{type:String,required:!1,default:"h2"},size:{type:String,required:!1,default:""}},computed:{computedTag(){return this.level?this.level:this.size||"h2"},computedClass(){return this.size?h1[this.size]:""}}});function p1(e,n,a,o,s,i){return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.computedTag),{class:t.normalizeClass(e.computedClass)},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["class"])}const G=B(m1,[["render",p1]]),Hs={none:"object-none",contain:"object-contain",cover:"object-cover",fill:"object-fill",scaleDown:"object-scale-down"},f1=t.defineComponent({name:"BaseImage",props:{imageClass:{type:String,required:!1},objectFitClass:{type:String,required:!1,default:"contain",validator:e=>Object.keys(Hs).includes(e)},src:{type:String,required:!0},srcset:{type:String,required:!1,default:""},alt:{type:String},width:{type:[Number,String]},height:{type:[Number,String]},loading:{type:String,required:!1,default:"lazy"}},data(){return{lazyNative:!0}},computed:{computedClass(){let e="";return this.imageClass&&(e=e+" "+this.imageClass),this.objectFitClass&&(e=e+" "+Hs[this.objectFitClass]),this.lazyNative||(e=e+" lazyload"),e}},mounted(){this.featureDetectImageLazyLoad()},methods:{featureDetectImageLazyLoad(){if("loading"in HTMLImageElement.prototype){const e=this.$refs.BaseImage?this.$refs.BaseImage:null;this.lazyNative=!0,e&&e.dataset.src&&(e.src=e.dataset.src),e&&e.dataset.srcset&&(e.srcset=e.dataset.srcset)}else this.lazyNative=!1},imageFailed(){console.log("Image failed to load.")}}}),u1=["data-src","data-srcset","alt","width","height","loading"];function g1(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",null,[e.src?(t.openBlock(),t.createElementBlock("img",{key:0,ref:"BaseImage",class:t.normalizeClass(["BaseImage",e.computedClass]),"data-src":e.src,"data-srcset":e.srcset,alt:e.alt,width:e.width,height:e.height,loading:e.loading,"data-chromatic":"ignore",onError:n[0]||(n[0]=(...r)=>e.imageFailed&&e.imageFailed(...r))},null,42,u1)):t.createCommentVNode("",!0)])}const q=B(f1,[["render",g1]]),y1=t.defineComponent({name:"BaseImageCaption",components:{BaseLink:F},props:{data:{type:Object,required:!0,default:void 0}}}),b1={key:0,class:"BaseImageCaption text-body-sm"},k1={class:"inline mr-2"},_1=["innerHTML"],$1={key:0,class:"inline"};function w1(e,n,a,o,s,i){const r=F;return e.data?(t.openBlock(),t.createElementBlock("div",b1,[t.createElementVNode("div",k1,[t.createElementVNode("div",{class:"the-caption-text inline",innerHTML:e.data.caption},null,8,_1),e.data.credit?(t.openBlock(),t.createElementBlock("span",$1," Credit: "+t.toDisplayString(e.data.credit),1)):t.createCommentVNode("",!0)]),e.data.detailUrl?(t.openBlock(),t.createBlock(r,{key:0,class:"inline-block",variant:"default",to:e.data.detailUrl},{default:t.withCtx(()=>[t.createTextVNode(" Full Image Details ")]),_:1},8,["to"])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const ie=B(y1,[["render",w1]]),qs={none:"aspect-ratio-none",portrait:"aspect-ratio-four-five",square:"aspect-ratio-square","1:1":"aspect-ratio-one-one","2:1":"aspect-ratio-two-one","2:3":"aspect-ratio-two-three","3:2":"aspect-ratio-three-two","4:3":"aspect-ratio-four-three","4:5":"aspect-ratio-four-five","7:8":"aspect-ratio-seven-eight","8:7":"aspect-ratio-eight-seven","9:16":"aspect-ratio-nine-sixteen","12:9":"aspect-ratio-twelve-nine","16:7":"aspect-ratio-sixteen-seven","16:9":"aspect-ratio-sixteen-nine","21:9":"aspect-ratio-twentyone-nine"},B1=t.defineComponent({name:"BaseImagePlaceholder",props:{darkMode:{type:Boolean,required:!1,default:!0},transparentMode:{type:Boolean,required:!1,default:!1},noLogo:{type:Boolean,default:!1},aspectRatio:{type:String,default:"none",validator:e=>Object.keys(qs).includes(e)},responsiveAspectRatio:{type:String,required:!1}},computed:{computedClass(){let e="";return this.aspectRatio&&(e=e+qs[this.aspectRatio]),this.responsiveAspectRatio&&(e=`${e} ${this.responsiveAspectRatio}`),this.transparentMode?e=e+" transparent-theme":this.darkMode?e=e+" dark-theme":e=e+" light-theme",this.noLogo&&(e=e+" no-logo"),e}}});function C1(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("div",{class:t.normalizeClass("BaseImagePlaceholder "+e.computedClass)},[t.renderSlot(e.$slots,"default",{},void 0,!0),t.renderSlot(e.$slots,"lightbox",{},void 0,!0)],2)])}const j=B(B1,[["render",C1],["__scopeId","data-v-29efd36e"]]),E1=t.defineComponent({name:"IconCloseLightbox"}),S1={class:"IconCloseLightbox",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},V1=[t.createElementVNode("path",{d:"M12 10.6L6.6 5.2 5.2 6.6l5.4 5.4-5.4 5.4 1.4 1.4 5.4-5.4 5.4 5.4 1.4-1.4-5.4-5.4 5.4-5.4-1.4-1.4-5.4 5.4z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function N1(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",S1,V1)}const Ba=B(E1,[["render",N1]]),T1=t.defineComponent({name:"BaseLightboxCloseButton",components:{IconCloseLightbox:Ba},mounted(){this.focusButton()},methods:{clickHandler(){this.$emit("click")},focusButton(){this.$refs.lightboxCloseButton.focus()}}}),I1={class:"icon"};function x1(e,n,a,o,s,i){const r=Ba;return t.openBlock(),t.createElementBlock("button",{ref:"lightboxCloseButton","aria-label":"Close Lightbox",class:"BaseLightboxCloseButton text-5xl",onClick:n[0]||(n[0]=t.withModifiers(l=>e.clickHandler(),["prevent"]))},[t.createElementVNode("span",I1,[t.createVNode(r)])],512)}const M1=B(T1,[["render",x1]]),L1=t.defineComponent({name:"IconExpand"}),D1={class:"IconExpand",width:"60",height:"60",viewBox:"0 0 60 60",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},v1=[t.createElementVNode("path",{d:"M48 37v11H37v-2h9v-9h2zm-34 0v9h9v2H12V37h2zm9-25v2h-9v9h-2V12h11zm25 0v11h-2v-9h-9v-2h11z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function P1(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",D1,v1)}const Pt=B(L1,[["render",P1]]),z1=t.defineComponent({name:"BaseLightboxOpenButton",components:{IconExpand:Pt},methods:{clickHandler(){this.$emit("click")}}}),A1={class:"icon"};function O1(e,n,a,o,s,i){const r=Pt;return t.openBlock(),t.createElementBlock("div",{ref:"LightboxOpenButton",class:"BaseLightboxOpenButton","aria-label":"Open in Lightbox",onClick:n[1]||(n[1]=t.withModifiers(l=>e.clickHandler(),["prevent"]))},[t.createElementVNode("button",{"aria-label":"Open in Lightbox",class:"BaseButton -primary -icon-only",onClick:n[0]||(n[0]=t.withModifiers(l=>e.clickHandler(),["prevent"]))},[t.createElementVNode("span",A1,[t.createVNode(r)])])],512)}const F1=B(z1,[["render",O1]]),H1=t.defineComponent({name:"BaseModalDialog",components:{BaseButton:R,BaseHeading:G},props:{bgClose:{type:Boolean,default:!1}},methods:{closeModal(){this.$emit("close")},bgCloseModal(){this.bgClose&&this.closeModal()}}}),q1=t.createElementVNode("div",null,"Default content",-1),j1={class:"text-right"};function R1(e,n,a,o,s,i){const r=G,l=R;return t.openBlock(),t.createElementBlock("div",{class:"bg-gray-dark fixed top-0 left-0 z-50 flex w-full h-full overflow-auto bg-opacity-75",onClick:n[1]||(n[1]=(...c)=>e.bgCloseModal&&e.bgCloseModal(...c))},[t.createElementVNode("div",{class:"relative w-full max-w-xl p-8 m-auto bg-white",onClick:n[0]||(n[0]=t.withModifiers(()=>{},["stop"]))},[e.$slots.modalHeader?(t.openBlock(),t.createBlock(r,{key:0,level:"h2",size:"h3",class:"border-gray-light-mid pb-4 mb-4 border-b"},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"modalHeader")]),_:3})):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"default",{},()=>[q1]),t.createElementVNode("div",j1,[t.createVNode(l,{class:"mt-4",onClick:e.closeModal},{default:t.withCtx(()=>[t.createTextVNode(" close ")]),_:1},8,["onClick"])])])])}const js=B(H1,[["render",R1]]),G1=t.defineComponent({name:"BaseModal",components:{BaseModalDialog:js},props:{bgClose:{type:Boolean,default:!1}},data(){return{showModal:!1}},methods:{openModal(){this.showModal=!0,document.body.classList.add("overflow-hidden")},closeModal(){this.showModal=!1,document.body.classList.remove("overflow-hidden")}}});function U1(e,n,a,o,s,i){const r=js;return t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("span",{onClick:n[0]||(n[0]=l=>e.openModal())},[t.renderSlot(e.$slots,"modalTrigger",{},()=>[t.createTextVNode(" Open Modal ")],!0)]),t.withDirectives(t.createVNode(r,{"bg-close":e.bgClose,onClose:n[1]||(n[1]=l=>e.closeModal())},{modalHeader:t.withCtx(()=>[t.renderSlot(e.$slots,"modalHeader",{},void 0,!0)]),default:t.withCtx(()=>[t.renderSlot(e.$slots,"default",{},void 0,!0)]),_:3},8,["bg-close"]),[[t.vShow,e.showModal]])])}const W1=B(G1,[["render",U1],["__scopeId","data-v-10e1fd9e"]]),Y1=t.defineComponent({name:"BasePlaceholder"}),K1={class:"BasePlaceholder"},Z1=[t.createStaticVNode('<div class="border-bottom grid w-full grid-cols-12 mb-10"><div class="col-span-9 pr-5"><div class="bg-gray-light-mid animate-loading w-64 h-4 rounded-lg"></div><div class="bg-gray-light-mid animate-loading w-56 h-4 mt-5 rounded-lg"></div><div class="bg-gray-light-mid animate-loading pr-14 w-full h-4 mt-6 rounded-lg"></div><div class="bg-gray-light-mid animate-loading pr-14 w-5/6 h-4 mt-3 rounded-lg"></div><div class="bg-gray-light-mid animate-loading pr-14 w-1/2 h-4 mt-3 rounded-lg"></div><div class="bg-gray-light-mid animate-loading pr-14 w-30 h-4 mt-4 rounded-lg"></div></div><div class="flex justify-end col-span-3"><div class="animate-loading h-38 w-38 rounded-none"></div></div></div><hr class="text-gray-light-mid mb-10">',2)];function X1(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",K1,Z1)}const J1=B(Y1,[["render",X1]]),Q1=t.defineComponent({name:"BaseRadioGroup",props:{group:{type:String,default:null,required:!1},preselected:{type:String,default:null,required:!1},heading:{type:String,default:null,required:!1},subHeading:{type:String,default:null,required:!1},title:{type:String,default:null,required:!1},options:{type:Array,default:null,required:!1}}}),eh={class:"BaseRadioGroup"},th={key:0,class:"text-lg font-semibold text-gray-900"},nh={key:1,class:"text-lg pt-4 pb-2 pr-4"},ah={class:"mt-4"},oh={key:0,class:"sr-only"},sh={key:1,class:"space-y-4 mb-2 pb-5"},ih=["id","aria-describedby","name","alt","value","checked"],rh=["for"],lh={key:0,class:"font-semibold"},ch={key:1},dh=["id"];function hh(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",eh,[e.heading?(t.openBlock(),t.createElementBlock("label",th,t.toDisplayString(e.heading),1)):t.createCommentVNode("",!0),e.subHeading?(t.openBlock(),t.createElementBlock("p",nh,t.toDisplayString(e.subHeading),1)):t.createCommentVNode("",!0),t.createElementVNode("fieldset",ah,[e.title?(t.openBlock(),t.createElementBlock("legend",oh,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.options?(t.openBlock(),t.createElementBlock("div",sh,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.options,r=>(t.openBlock(),t.createElementBlock("div",{key:r.id,class:"flex items-center"},[t.createElementVNode("input",{id:`${e.group}_${r.id}`,"aria-describedby":r.text?`${e.group}_${r.id}_description`:void 0,name:r.name,alt:r.alt,value:r.value,type:"radio",checked:r.id===e.preselected,class:"h-5 w-5"},null,8,ih),t.createElementVNode("label",{for:`${e.group}_${r.id}`,class:"ml-3 block text-md text-gray-700"},[r.title?(t.openBlock(),t.createElementBlock("span",lh,t.toDisplayString(r.title),1)):t.createCommentVNode("",!0),r.text?(t.openBlock(),t.createElementBlock("span",ch," - ")):t.createCommentVNode("",!0),r.text?(t.openBlock(),t.createElementBlock("span",{key:2,id:`${e.group}_${r.id}_description`,class:"font-light"},t.toDisplayString(r.text),9,dh)):t.createCommentVNode("",!0)],8,rh)]))),128))])):t.createCommentVNode("",!0)])])}const Ca=B(Q1,[["render",hh]]),mh=t.defineComponent({name:"BaseSwimlane",props:{words:{type:Array,default:()=>["Artists","Communicators","Designers","Disruptors","Dreamers","Educators","Engineers","Innovators","Inventors","Makers","Problem Solvers","Roboticists","Scientists","Software Engineers","Thinkers","Visualizers"]},rows:{type:Number,default:1},scale:{type:Number,default:1},transitionDuration:{type:Number,default:1e3},transitionDelay:{type:Number,default:500},transition:{type:String,default:"ease-out"},pauseOnHover:{type:Boolean,default:!0}},data(){return{list:[],listTop:0,isPaused:!1,isMovingBackwards:!1}},computed:{listCount(){return this.list.length},fontSize(){return 16*this.scale},itemHeight(){return this.fontSize*1.5},listHeight(){return this.itemHeight*this.listCount},listParentHeight(){return this.itemHeight*this.rows},itemStyle(){return`font-size: ${this.fontSize}px;
19
19
  height: ${this.itemHeight}px;`},listStyle(){return`height: ${this.listHeight}px;
20
20
  transition-delay: ${this.transitionDelay}ms;
21
21
  transition-duration: ${this.transitionDuration}ms;
22
22
  transition-timing-function: ${this.transition};
23
23
  will-change: transform;
24
- transform: translateY(${this.listTop}px)`},listParentStyle(){return`height: ${this.listParentHeight}px;`}},watch:{words(e){this.list=e}},created(){this.list=this.words},mounted(){setTimeout(this.updateState,this.transitionDelay)},methods:{updateState(){this.listCount<=this.rows||this.isPaused||(this.isMovingBackwards?this.listTop+=this.itemHeight:this.listTop-=this.itemHeight,this.listTop<this.rows*this.itemHeight-this.listHeight&&(this.listTop=0),this.timeOutId=window.setTimeout(()=>{this.updateState()},this.transitionDuration+this.transitionDelay))},toggleAnimation(){this.pauseOnHover&&(this.isPaused=!this.isPaused,this.isPaused?clearTimeout(this.timeOutId):this.updateState())}}}),ch=["innerHTML"];function dh(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.listParentStyle),class:"BaseSwimlane",onMouseenter:n[0]||(n[0]=(...r)=>e.toggleAnimation&&e.toggleAnimation(...r)),onMouseleave:n[1]||(n[1]=(...r)=>e.toggleAnimation&&e.toggleAnimation(...r))},[t.createElementVNode("ul",{style:t.normalizeStyle(e.listStyle)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.list,(r,l)=>(t.openBlock(),t.createElementBlock("li",{key:l,style:t.normalizeStyle(e.itemStyle),innerHTML:r},null,12,ch))),128))],4)],36)}const hh=w(lh,[["render",dh],["__scopeId","data-v-681f5a36"]]),mh=t.createElementVNode("span",{class:"sr-only"},".",-1),Ba=t.defineComponent({__name:"BaseTag",props:{variant:{default:"primary"},size:{default:"md"}},setup(e){const n={primary:"bg-primary border-primary",secondary:"bg-secondary border-secondary",action:"bg-action border-action"},a={sm:"text-xs uppercase border-t-2 py-1 px-2.5",md:"text-base capitalize border-t py-1 px-3",lg:"text-lg capitalize border-t py-1 px-3"},o=e;return(s,i)=>(t.openBlock(),t.createElementBlock("p",{class:t.normalizeClass([`${n[o.variant]} ${a[o.size]}`,"ThemeVariantLight text-contrast-none inline-block text-white font-bold edu:font-extrabold rounded-full leading-tight m-0"])},[t.renderSlot(s.$slots,"default"),mh],2))}});var qs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ue,function(){var a,o,s=1e3,i=6e4,r=36e5,l=864e5,c=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,d=31536e6,h=2628e6,m=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,p={years:d,months:h,days:l,hours:r,minutes:i,seconds:s,milliseconds:1,weeks:6048e5},f=function(N){return N instanceof V},u=function(N,I,T){return new V(N,T,I.$l)},k=function(N){return o.p(N)+"s"},E=function(N){return N<0},g=function(N){return E(N)?Math.ceil(N):Math.floor(N)},y=function(N){return Math.abs(N)},_=function(N,I){return N?E(N)?{negative:!0,format:""+y(N)+I}:{negative:!1,format:""+N+I}:{negative:!1,format:""}},V=function(){function N(T,A,b){var C=this;if(this.$d={},this.$l=b,T===void 0&&(this.$ms=0,this.parseFromMilliseconds()),A)return u(T*p[k(A)],this);if(typeof T=="number")return this.$ms=T,this.parseFromMilliseconds(),this;if(typeof T=="object")return Object.keys(T).forEach(function(L){C.$d[k(L)]=T[L]}),this.calMilliseconds(),this;if(typeof T=="string"){var D=T.match(m);if(D){var M=D.slice(2).map(function(L){return L!=null?Number(L):0});return this.$d.years=M[0],this.$d.months=M[1],this.$d.weeks=M[2],this.$d.days=M[3],this.$d.hours=M[4],this.$d.minutes=M[5],this.$d.seconds=M[6],this.calMilliseconds(),this}}return this}var I=N.prototype;return I.calMilliseconds=function(){var T=this;this.$ms=Object.keys(this.$d).reduce(function(A,b){return A+(T.$d[b]||0)*p[b]},0)},I.parseFromMilliseconds=function(){var T=this.$ms;this.$d.years=g(T/d),T%=d,this.$d.months=g(T/h),T%=h,this.$d.days=g(T/l),T%=l,this.$d.hours=g(T/r),T%=r,this.$d.minutes=g(T/i),T%=i,this.$d.seconds=g(T/s),T%=s,this.$d.milliseconds=T},I.toISOString=function(){var T=_(this.$d.years,"Y"),A=_(this.$d.months,"M"),b=+this.$d.days||0;this.$d.weeks&&(b+=7*this.$d.weeks);var C=_(b,"D"),D=_(this.$d.hours,"H"),M=_(this.$d.minutes,"M"),L=this.$d.seconds||0;this.$d.milliseconds&&(L+=this.$d.milliseconds/1e3,L=Math.round(1e3*L)/1e3);var v=_(L,"S"),P=T.negative||A.negative||C.negative||D.negative||M.negative||v.negative,S=D.format||M.format||v.format?"T":"",B=(P?"-":"")+"P"+T.format+A.format+C.format+S+D.format+M.format+v.format;return B==="P"||B==="-P"?"P0D":B},I.toJSON=function(){return this.toISOString()},I.format=function(T){var A=T||"YYYY-MM-DDTHH:mm:ss",b={Y:this.$d.years,YY:o.s(this.$d.years,2,"0"),YYYY:o.s(this.$d.years,4,"0"),M:this.$d.months,MM:o.s(this.$d.months,2,"0"),D:this.$d.days,DD:o.s(this.$d.days,2,"0"),H:this.$d.hours,HH:o.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:o.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:o.s(this.$d.seconds,2,"0"),SSS:o.s(this.$d.milliseconds,3,"0")};return A.replace(c,function(C,D){return D||String(b[C])})},I.as=function(T){return this.$ms/p[k(T)]},I.get=function(T){var A=this.$ms,b=k(T);return b==="milliseconds"?A%=1e3:A=b==="weeks"?g(A/p[b]):this.$d[b],A||0},I.add=function(T,A,b){var C;return C=A?T*p[k(A)]:f(T)?T.$ms:u(T,this).$ms,u(this.$ms+C*(b?-1:1),this)},I.subtract=function(T,A){return this.add(T,A,!0)},I.locale=function(T){var A=this.clone();return A.$l=T,A},I.clone=function(){return u(this.$ms,this)},I.humanize=function(T){return a().add(this.$ms,"ms").locale(this.$l).fromNow(!T)},I.valueOf=function(){return this.asMilliseconds()},I.milliseconds=function(){return this.get("milliseconds")},I.asMilliseconds=function(){return this.as("milliseconds")},I.seconds=function(){return this.get("seconds")},I.asSeconds=function(){return this.as("seconds")},I.minutes=function(){return this.get("minutes")},I.asMinutes=function(){return this.as("minutes")},I.hours=function(){return this.get("hours")},I.asHours=function(){return this.as("hours")},I.days=function(){return this.get("days")},I.asDays=function(){return this.as("days")},I.weeks=function(){return this.get("weeks")},I.asWeeks=function(){return this.as("weeks")},I.months=function(){return this.get("months")},I.asMonths=function(){return this.as("months")},I.years=function(){return this.get("years")},I.asYears=function(){return this.as("years")},N}(),x=function(N,I,T){return N.add(I.years()*T,"y").add(I.months()*T,"M").add(I.days()*T,"d").add(I.hours()*T,"h").add(I.minutes()*T,"m").add(I.seconds()*T,"s").add(I.milliseconds()*T,"ms")};return function(N,I,T){a=T,o=T().$utils(),T.duration=function(C,D){var M=T.locale();return u(C,{$l:M},D)},T.isDuration=f;var A=I.prototype.add,b=I.prototype.subtract;I.prototype.add=function(C,D){return f(C)?x(this,C,1):A.bind(this)(C,D)},I.prototype.subtract=function(C,D){return f(C)?x(this,C,-1):b.bind(this)(C,D)}}})})(qs);var ph=qs.exports;const fh=ke(ph);var js={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ue,function(){return function(a,o,s){var i=function(r,l){if(!l||!l.length||l.length===1&&!l[0]||l.length===1&&Array.isArray(l[0])&&!l[0].length)return null;var c;l.length===1&&l[0].length>0&&(l=l[0]),c=(l=l.filter(function(h){return h}))[0];for(var d=1;d<l.length;d+=1)l[d].isValid()&&!l[d][r](c)||(c=l[d]);return c};s.max=function(){var r=[].slice.call(arguments,0);return i("isAfter",r)},s.min=function(){var r=[].slice.call(arguments,0);return i("isBefore",r)}}})})(js);var uh=js.exports;const gh=ke(uh);X.extend(fh),X.extend(gh);const Rs=e=>{const n=X().millisecond(0),a=X.max(e,n),o=X.min(e,n);return a?X.duration(a.diff(o)):void 0},Ea={years:{shortLabel:"Yrs",longLabel:"Years"},months:{shortLabel:"Mos",longLabel:"Months"},days:{shortLabel:"Days",longLabel:"Days"},hours:{shortLabel:"Hrs",longLabel:"Hours"},minutes:{shortLabel:"Mins",longLabel:"Minutes"},seconds:{shortLabel:"Secs",longLabel:"Seconds"}},yh=t.defineComponent({name:"BaseTimer",props:{targetDateTime:{type:String,required:!0},selectedUnits:{type:Array,required:!1,validator:e=>e.every(n=>!!Ea[n])},inline:{type:Boolean,required:!1,default:!1},countdown:{type:Boolean,required:!1,default:!1}},data(){return{diff:void 0,interval:void 0}},computed:{selectedUnitsComputed(){if(!this.selectedUnits||this.selectedUnits.length===0){const e=["years","months","days","hours","minutes","seconds"];let n=[];return e.forEach(a=>this.unitSignificant(a)?n.push(a):n),n.length<=3?["hours","minutes","seconds"]:(n=n.slice(0,3),n)}return this.selectedUnits},isPast(){if(this.targetDateTime){const e=X(new Date);if(X(new Date(this.targetDateTime.replace(/\s+/g,"T"))).millisecond(0).isBefore(e))return!0}return!1}},mounted(){const e=X(new Date(this.targetDateTime.replace(/\s+/g,"T"))).millisecond(0);this.diff=Rs(e),(this.selectedUnitsComputed.includes("seconds")||this.selectedUnitsComputed.includes("minutes"))&&(this.interval=setInterval(()=>{var o;this.diff=Rs(e),((o=this.diff)==null?void 0:o.as("seconds"))===0&&clearInterval(this.interval)},1e3))},beforeUnmount(){clearInterval(this.interval)},methods:{shortLabel(e){var n;return((n=Ea[e])==null?void 0:n.shortLabel)||e},longLabel(e){var n;return((n=Ea[e])==null?void 0:n.longLabel)||e},unitSignificant(e){var a;if(this.diff===null)return!1;const n=(a=this.diff)==null?void 0:a.get(e);return!!(n&&n>0||this.checkOtherUnits(e))},checkOtherUnits(e){if(this.diff){if(e==="seconds"){if(this.diff.get("minutes")>0||this.diff.get("hours")>0||this.diff.get("days")>0||this.diff.get("months")>0||this.diff.get("years")>0)return!0}else if(e==="minutes"){if(this.diff.get("hours")>0||this.diff.get("days")>0||this.diff.get("months")>0||this.diff.get("years")>0)return!0}else if(e==="hours"){if(this.diff.get("days")>0||this.diff.get("months")>0||this.diff.get("years")>0)return!0}else if(e==="days"){if(this.diff.get("months")>0||this.diff.get("years")>0)return!0}else if(e==="months"&&this.diff.get("years")>0)return!0}return!1},unitValue(e){var a;if(this.diff===null)return"";const n=(a=this.diff)==null?void 0:a.get(e);return n==null?void 0:n.toString().padStart(2,"0")}}}),bh=["hidden"],kh={key:0},_h={class:"unit text-body-xs uppercase"};function $h(e,n,a,o,s,i){return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.diff?"time":"div"),{class:t.normalizeClass(["BaseTimer whitespace-nowrap",{"-inline":e.inline}]),datetime:e.diff?e.diff.toISOString():null},{default:t.withCtx(()=>[t.createElementVNode("span",{hidden:!!e.diff},"Loading…",8,bh),t.createElementVNode("span",{class:t.normalizeClass(["transition-opacity duration-500 ease-in-out opacity-0",{"opacity-100":e.diff,"flex justify-between":e.inline}])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.selectedUnitsComputed,(r,l)=>(t.openBlock(),t.createElementBlock("span",{key:r},[l!==0?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass(["text-stats-xl text-stats-separator",{"block invisible -mt-6 md:inline md:visible md:mt-0":e.selectedUnitsComputed.length>=4&&r==="hours"}])}," : ",2)):t.createCommentVNode("",!0),t.createElementVNode("span",{class:t.normalizeClass(["inline-block align-top",r==="seconds"?"text-left":"text-center"]),"aria-hidden":"true"},[t.createElementVNode("span",{class:t.normalizeClass(["text-stats-xl",{"text-seconds":r==="seconds"}]),"data-chromatic":"ignore"},[e.countdown&&e.isPast?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode("00")],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.unitValue(r)),1)],64))],2),e.inline?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("br",kh)),t.createElementVNode("span",_h,t.toDisplayString(e.shortLabel(r)),1)],2)]))),128))],2)]),_:1},8,["datetime","class"])}const ze=w(yh,[["render",$h]]),wh=t.defineComponent({name:"BaseVideo",components:{BaseImagePlaceholder:j},props:{data:{type:Object,required:!1},autoplay:{type:Boolean,default:!1}}}),Ch={key:0,class:"BaseVideo"},Bh=["width","height","loop","muted","playsinline","autoplay","controls"],Eh=["src"],Sh=["src"],Vh=["src"],Nh=t.createElementVNode("p",null,"Your browser cannot play the provided video file(s).",-1);function Th(e,n,a,o,s,i){const r=j;return e.data?(t.openBlock(),t.createElementBlock("div",Ch,[t.createVNode(r,{"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[t.createElementVNode("video",{width:e.data.width,height:e.data.height,loop:e.autoplay,muted:e.autoplay,playsinline:e.autoplay,autoplay:e.autoplay,controls:!e.autoplay},[e.data.fileWebm?(t.openBlock(),t.createElementBlock("source",{key:0,src:e.data.fileWebm,type:"video/webm"},null,8,Eh)):t.createCommentVNode("",!0),e.data.file?(t.openBlock(),t.createElementBlock("source",{key:1,src:e.data.file,type:"video/mp4"},null,8,Sh)):t.createCommentVNode("",!0),e.data.fileOgg?(t.openBlock(),t.createElementBlock("source",{key:2,src:e.data.fileOgg,type:"video/ogg"},null,8,Vh)):t.createCommentVNode("",!0),Nh],8,Bh)]),_:1})])):t.createCommentVNode("",!0)}const Sa=w(wh,[["render",Th]]),Ih=t.defineComponent({name:"BlockAnchor",props:{data:{type:Object,required:!1}}}),xh=["id"];function Mh(e,n,a,o,s,i){return e.data&&e.data.anchorId?(t.openBlock(),t.createElementBlock("span",{key:0,id:e.data.anchorId,class:"BlockAnchor"},null,8,xh)):t.createCommentVNode("",!0)}const Va=w(Ih,[["render",Mh]]),Gs={"col-1":"lg:col-start-1 lg:col-end-13","col-2":"lg:col-start-2 lg:col-end-12","col-3":"lg:col-start-3 lg:col-end-11","col-4":"md:col-start-3 md:col-end-11 lg:col-start-4 lg:col-end-10"},Lh=t.defineComponent({name:"LayoutHelper",props:{indent:{type:String,required:!1,default:"col-1",validator:e=>Object.keys(Gs).includes(e)}},computed:{theWidth(){return Gs[this.indent]}}}),Dh={class:"LayoutHelper BaseGrid container mx-auto"};function vh(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",Dh,[t.createElementVNode("div",{class:t.normalizeClass(e.theWidth+" col-start-1 col-end-13 lg:px-0 px-4 relative")},[t.renderSlot(e.$slots,"default")],2)])}const ee=w(Lh,[["render",vh]]),Ph=t.defineComponent({name:"BlockAudio",components:{BaseAudio:vt,LayoutHelper:ee,BaseImage:q,BaseImagePlaceholder:j},props:{data:{type:Object,required:!1}}}),zh={class:"BlockAudio"},Ah={class:"bg-gray-dark flex flex-row justify-start w-full max-h-48 bg-gradient-to-b lg:bg-gradient-to-l from-transparent lg:from-transparent-w50 to-black lg:to-transparent-black-75"},Oh={key:1,class:"mr-auto w-full flex flex-col pt-2.5 px-3.5 sm:px-5 justify-center"};function Fh(e,n,a,o,s,i){const r=q,l=j,c=vt,d=ee;return t.openBlock(),t.createElementBlock("div",zh,[e.data?(t.openBlock(),t.createBlock(d,{key:0,indent:"col-2"},{default:t.withCtx(()=>[t.createElementVNode("div",Ah,[e.data.thumbnailImage&&e.data.thumbnailImage.src?(t.openBlock(),t.createBlock(l,{key:0,class:"w-16 sm:w-24 lg:w-48 flex-shrink-0 BlockAudio-thumbnail","aspect-ratio":"1:1"},{default:t.withCtx(()=>[t.createVNode(r,{"object-fit-class":"cover",src:e.data.thumbnailImage.src.url,width:e.data.thumbnailImage.src.width,height:e.data.thumbnailImage.src.height,alt:e.data.thumbnailImage.alt},null,8,["src","width","height","alt"])]),_:1})):t.createCommentVNode("",!0),e.data.uploadedMedia?(t.openBlock(),t.createElementBlock("div",Oh,[t.createVNode(c,{file:e.data.uploadedMedia.file},null,8,["file"])])):t.createCommentVNode("",!0)])]),_:1})):t.createCommentVNode("",!0)])}const Hh=w(Ph,[["render",Fh]]),qh=t.defineComponent({name:"BlockCard",components:{BaseImagePlaceholder:j,BaseImage:q,BaseHeading:G},props:{type:{type:String,required:!1,default:"Factoid"},title:{type:String,required:!1,default:void 0},text:{type:String,required:!1,default:void 0},image:{type:Object,required:!1,default:void 0}},computed:{theSrcSet(){return this.image?se(this.image)?se(this.image):this.image.srcSet:void 0}}}),jh={key:0,class:"h-auto"},Rh={class:"px-6 py-6 ThemeVariantLight"},Gh={class:"text-primary text-subtitle"},Uh=t.createElementVNode("hr",{"aria-hidden":"true",class:"bg-primary text-primary w-8 h-2px border-0 my-2"},null,-1),Wh={class:"text-body-sm"};function Yh(e,n,a,o,s,i){const r=q,l=j,c=G;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["shadow-jpl relative h-full bg-white",{"flex items-center min-h-32":!e.image}])},[e.image?(t.openBlock(),t.createElementBlock("div",jh,[t.createVNode(l,{"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[e.image.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.image.src.url,srcset:e.theSrcSet,alt:e.image.alt,width:e.image.src.width,height:e.image.src.height,"object-fit-class":"cover",loading:"lazy"},null,8,["src","srcset","alt","width","height"])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0),t.createElementVNode("div",Rh,[t.createElementVNode("div",Gh,t.toDisplayString(e.type),1),Uh,t.createVNode(c,{size:"h5",level:"h3",class:"mt-4 mb-2"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1}),t.createElementVNode("p",Wh,t.toDisplayString(e.text),1)])],2)}const Na=w(qh,[["render",Yh]]),Kh=t.defineComponent({name:"IconNext"}),Zh={viewBox:"0 0 50 50",class:"IconNext"},Xh=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M21 36.314l-1.414-1.415 9.9-9.899-9.9-9.9L21 13.687 32.314 25 21 36.314z",fill:"currentColor","aria-hidden":"true",focusable:"false"},null,-1)];function Jh(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Zh,Xh)}const $e=w(Kh,[["render",Jh]]),Qh=t.defineComponent({name:"IconPrev"}),e0={viewBox:"0 0 50 50",class:"IconPrev"},t0=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M29 13.686l1.414 1.415-9.9 9.899 9.9 9.9L29 36.313 17.686 25 29 13.686z",fill:"currentColor","aria-hidden":"true",focusable:"false"},null,-1)];function n0(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",e0,t0)}const we=w(Qh,[["render",n0]]);function Us(e){return e!==null&&typeof e=="object"&&"constructor"in e&&e.constructor===Object}function Ta(e,n){e===void 0&&(e={}),n===void 0&&(n={}),Object.keys(n).forEach(a=>{typeof e[a]>"u"?e[a]=n[a]:Us(n[a])&&Us(e[a])&&Object.keys(n[a]).length>0&&Ta(e[a],n[a])})}const Ws={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector(){return null},querySelectorAll(){return[]},getElementById(){return null},createEvent(){return{initEvent(){}}},createElement(){return{children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName(){return[]}}},createElementNS(){return{}},importNode(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function Ce(){const e=typeof document<"u"?document:{};return Ta(e,Ws),e}const a0={document:Ws,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle(){return{getPropertyValue(){return""}}},Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia(){return{}},requestAnimationFrame(e){return typeof setTimeout>"u"?(e(),null):setTimeout(e,0)},cancelAnimationFrame(e){typeof setTimeout>"u"||clearTimeout(e)}};function me(){const e=typeof window<"u"?window:{};return Ta(e,a0),e}function o0(e){return e===void 0&&(e=""),e.trim().split(" ").filter(n=>!!n.trim())}function s0(e){const n=e;Object.keys(n).forEach(a=>{try{n[a]=null}catch{}try{delete n[a]}catch{}})}function Ia(e,n){return n===void 0&&(n=0),setTimeout(e,n)}function fn(){return Date.now()}function i0(e){const n=me();let a;return n.getComputedStyle&&(a=n.getComputedStyle(e,null)),!a&&e.currentStyle&&(a=e.currentStyle),a||(a=e.style),a}function r0(e,n){n===void 0&&(n="x");const a=me();let o,s,i;const r=i0(e);return a.WebKitCSSMatrix?(s=r.transform||r.webkitTransform,s.split(",").length>6&&(s=s.split(", ").map(l=>l.replace(",",".")).join(", ")),i=new a.WebKitCSSMatrix(s==="none"?"":s)):(i=r.MozTransform||r.OTransform||r.MsTransform||r.msTransform||r.transform||r.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),o=i.toString().split(",")),n==="x"&&(a.WebKitCSSMatrix?s=i.m41:o.length===16?s=parseFloat(o[12]):s=parseFloat(o[4])),n==="y"&&(a.WebKitCSSMatrix?s=i.m42:o.length===16?s=parseFloat(o[13]):s=parseFloat(o[5])),s||0}function un(e){return typeof e=="object"&&e!==null&&e.constructor&&Object.prototype.toString.call(e).slice(8,-1)==="Object"}function l0(e){return typeof window<"u"&&typeof window.HTMLElement<"u"?e instanceof HTMLElement:e&&(e.nodeType===1||e.nodeType===11)}function pe(){const e=Object(arguments.length<=0?void 0:arguments[0]),n=["__proto__","constructor","prototype"];for(let a=1;a<arguments.length;a+=1){const o=a<0||arguments.length<=a?void 0:arguments[a];if(o!=null&&!l0(o)){const s=Object.keys(Object(o)).filter(i=>n.indexOf(i)<0);for(let i=0,r=s.length;i<r;i+=1){const l=s[i],c=Object.getOwnPropertyDescriptor(o,l);c!==void 0&&c.enumerable&&(un(e[l])&&un(o[l])?o[l].__swiper__?e[l]=o[l]:pe(e[l],o[l]):!un(e[l])&&un(o[l])?(e[l]={},o[l].__swiper__?e[l]=o[l]:pe(e[l],o[l])):e[l]=o[l])}}}return e}function gn(e,n,a){e.style.setProperty(n,a)}function Ys(e){let{swiper:n,targetPosition:a,side:o}=e;const s=me(),i=-n.translate;let r=null,l;const c=n.params.speed;n.wrapperEl.style.scrollSnapType="none",s.cancelAnimationFrame(n.cssModeFrameID);const d=a>i?"next":"prev",h=(p,f)=>d==="next"&&p>=f||d==="prev"&&p<=f,m=()=>{l=new Date().getTime(),r===null&&(r=l);const p=Math.max(Math.min((l-r)/c,1),0),f=.5-Math.cos(p*Math.PI)/2;let u=i+f*(a-i);if(h(u,a)&&(u=a),n.wrapperEl.scrollTo({[o]:u}),h(u,a)){n.wrapperEl.style.overflow="hidden",n.wrapperEl.style.scrollSnapType="",setTimeout(()=>{n.wrapperEl.style.overflow="",n.wrapperEl.scrollTo({[o]:u})}),s.cancelAnimationFrame(n.cssModeFrameID);return}n.cssModeFrameID=s.requestAnimationFrame(m)};m()}function Ks(e){return e.querySelector(".swiper-slide-transform")||e.shadowRoot&&e.shadowRoot.querySelector(".swiper-slide-transform")||e}function xe(e,n){return n===void 0&&(n=""),[...e.children].filter(a=>a.matches(n))}function yn(e){try{console.warn(e);return}catch{}}function zt(e,n){n===void 0&&(n=[]);const a=document.createElement(e);return a.classList.add(...Array.isArray(n)?n:o0(n)),a}function c0(e,n){const a=[];for(;e.previousElementSibling;){const o=e.previousElementSibling;n?o.matches(n)&&a.push(o):a.push(o),e=o}return a}function d0(e,n){const a=[];for(;e.nextElementSibling;){const o=e.nextElementSibling;n?o.matches(n)&&a.push(o):a.push(o),e=o}return a}function Re(e,n){return me().getComputedStyle(e,null).getPropertyValue(n)}function At(e){let n=e,a;if(n){for(a=0;(n=n.previousSibling)!==null;)n.nodeType===1&&(a+=1);return a}}function Zs(e,n){const a=[];let o=e.parentElement;for(;o;)n?o.matches(n)&&a.push(o):a.push(o),o=o.parentElement;return a}function h0(e,n){function a(o){o.target===e&&(n.call(e,o),e.removeEventListener("transitionend",a))}n&&e.addEventListener("transitionend",a)}function xa(e,n,a){const o=me();return e[n==="width"?"offsetWidth":"offsetHeight"]+parseFloat(o.getComputedStyle(e,null).getPropertyValue(n==="width"?"margin-right":"margin-top"))+parseFloat(o.getComputedStyle(e,null).getPropertyValue(n==="width"?"margin-left":"margin-bottom"))}function Y(e){return(Array.isArray(e)?e:[e]).filter(n=>!!n)}let Ma;function m0(){const e=me(),n=Ce();return{smoothScroll:n.documentElement&&n.documentElement.style&&"scrollBehavior"in n.documentElement.style,touch:!!("ontouchstart"in e||e.DocumentTouch&&n instanceof e.DocumentTouch)}}function Xs(){return Ma||(Ma=m0()),Ma}let La;function p0(e){let{userAgent:n}=e===void 0?{}:e;const a=Xs(),o=me(),s=o.navigator.platform,i=n||o.navigator.userAgent,r={ios:!1,android:!1},l=o.screen.width,c=o.screen.height,d=i.match(/(Android);?[\s\/]+([\d.]+)?/);let h=i.match(/(iPad).*OS\s([\d_]+)/);const m=i.match(/(iPod)(.*OS\s([\d_]+))?/),p=!h&&i.match(/(iPhone\sOS|iOS)\s([\d_]+)/),f=s==="Win32";let u=s==="MacIntel";const k=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!h&&u&&a.touch&&k.indexOf(`${l}x${c}`)>=0&&(h=i.match(/(Version)\/([\d.]+)/),h||(h=[0,1,"13_0_0"]),u=!1),d&&!f&&(r.os="android",r.android=!0),(h||p||m)&&(r.os="ios",r.ios=!0),r}function Js(e){return e===void 0&&(e={}),La||(La=p0(e)),La}let Da;function f0(){const e=me(),n=Js();let a=!1;function o(){const l=e.navigator.userAgent.toLowerCase();return l.indexOf("safari")>=0&&l.indexOf("chrome")<0&&l.indexOf("android")<0}if(o()){const l=String(e.navigator.userAgent);if(l.includes("Version/")){const[c,d]=l.split("Version/")[1].split(" ")[0].split(".").map(h=>Number(h));a=c<16||c===16&&d<2}}const s=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(e.navigator.userAgent),i=o(),r=i||s&&n.ios;return{isSafari:a||i,needPerspectiveFix:a,need3dFix:r,isWebView:s}}function u0(){return Da||(Da=f0()),Da}function g0(e){let{swiper:n,on:a,emit:o}=e;const s=me();let i=null,r=null;const l=()=>{!n||n.destroyed||!n.initialized||(o("beforeResize"),o("resize"))},c=()=>{!n||n.destroyed||!n.initialized||(i=new ResizeObserver(m=>{r=s.requestAnimationFrame(()=>{const{width:p,height:f}=n;let u=p,k=f;m.forEach(E=>{let{contentBoxSize:g,contentRect:y,target:_}=E;_&&_!==n.el||(u=y?y.width:(g[0]||g).inlineSize,k=y?y.height:(g[0]||g).blockSize)}),(u!==p||k!==f)&&l()})}),i.observe(n.el))},d=()=>{r&&s.cancelAnimationFrame(r),i&&i.unobserve&&n.el&&(i.unobserve(n.el),i=null)},h=()=>{!n||n.destroyed||!n.initialized||o("orientationchange")};a("init",()=>{if(n.params.resizeObserver&&typeof s.ResizeObserver<"u"){c();return}s.addEventListener("resize",l),s.addEventListener("orientationchange",h)}),a("destroy",()=>{d(),s.removeEventListener("resize",l),s.removeEventListener("orientationchange",h)})}function y0(e){let{swiper:n,extendParams:a,on:o,emit:s}=e;const i=[],r=me(),l=function(h,m){m===void 0&&(m={});const p=r.MutationObserver||r.WebkitMutationObserver,f=new p(u=>{if(n.__preventObserver__)return;if(u.length===1){s("observerUpdate",u[0]);return}const k=function(){s("observerUpdate",u[0])};r.requestAnimationFrame?r.requestAnimationFrame(k):r.setTimeout(k,0)});f.observe(h,{attributes:typeof m.attributes>"u"?!0:m.attributes,childList:typeof m.childList>"u"?!0:m.childList,characterData:typeof m.characterData>"u"?!0:m.characterData}),i.push(f)},c=()=>{if(n.params.observer){if(n.params.observeParents){const h=Zs(n.hostEl);for(let m=0;m<h.length;m+=1)l(h[m])}l(n.hostEl,{childList:n.params.observeSlideChildren}),l(n.wrapperEl,{attributes:!1})}},d=()=>{i.forEach(h=>{h.disconnect()}),i.splice(0,i.length)};a({observer:!1,observeParents:!1,observeSlideChildren:!1}),o("init",c),o("destroy",d)}var b0={on(e,n,a){const o=this;if(!o.eventsListeners||o.destroyed||typeof n!="function")return o;const s=a?"unshift":"push";return e.split(" ").forEach(i=>{o.eventsListeners[i]||(o.eventsListeners[i]=[]),o.eventsListeners[i][s](n)}),o},once(e,n,a){const o=this;if(!o.eventsListeners||o.destroyed||typeof n!="function")return o;function s(){o.off(e,s),s.__emitterProxy&&delete s.__emitterProxy;for(var i=arguments.length,r=new Array(i),l=0;l<i;l++)r[l]=arguments[l];n.apply(o,r)}return s.__emitterProxy=n,o.on(e,s,a)},onAny(e,n){const a=this;if(!a.eventsListeners||a.destroyed||typeof e!="function")return a;const o=n?"unshift":"push";return a.eventsAnyListeners.indexOf(e)<0&&a.eventsAnyListeners[o](e),a},offAny(e){const n=this;if(!n.eventsListeners||n.destroyed||!n.eventsAnyListeners)return n;const a=n.eventsAnyListeners.indexOf(e);return a>=0&&n.eventsAnyListeners.splice(a,1),n},off(e,n){const a=this;return!a.eventsListeners||a.destroyed||!a.eventsListeners||e.split(" ").forEach(o=>{typeof n>"u"?a.eventsListeners[o]=[]:a.eventsListeners[o]&&a.eventsListeners[o].forEach((s,i)=>{(s===n||s.__emitterProxy&&s.__emitterProxy===n)&&a.eventsListeners[o].splice(i,1)})}),a},emit(){const e=this;if(!e.eventsListeners||e.destroyed||!e.eventsListeners)return e;let n,a,o;for(var s=arguments.length,i=new Array(s),r=0;r<s;r++)i[r]=arguments[r];return typeof i[0]=="string"||Array.isArray(i[0])?(n=i[0],a=i.slice(1,i.length),o=e):(n=i[0].events,a=i[0].data,o=i[0].context||e),a.unshift(o),(Array.isArray(n)?n:n.split(" ")).forEach(c=>{e.eventsAnyListeners&&e.eventsAnyListeners.length&&e.eventsAnyListeners.forEach(d=>{d.apply(o,[c,...a])}),e.eventsListeners&&e.eventsListeners[c]&&e.eventsListeners[c].forEach(d=>{d.apply(o,a)})}),e}};function k0(){const e=this;let n,a;const o=e.el;typeof e.params.width<"u"&&e.params.width!==null?n=e.params.width:n=o.clientWidth,typeof e.params.height<"u"&&e.params.height!==null?a=e.params.height:a=o.clientHeight,!(n===0&&e.isHorizontal()||a===0&&e.isVertical())&&(n=n-parseInt(Re(o,"padding-left")||0,10)-parseInt(Re(o,"padding-right")||0,10),a=a-parseInt(Re(o,"padding-top")||0,10)-parseInt(Re(o,"padding-bottom")||0,10),Number.isNaN(n)&&(n=0),Number.isNaN(a)&&(a=0),Object.assign(e,{width:n,height:a,size:e.isHorizontal()?n:a}))}function _0(){const e=this;function n(b,C){return parseFloat(b.getPropertyValue(e.getDirectionLabel(C))||0)}const a=e.params,{wrapperEl:o,slidesEl:s,size:i,rtlTranslate:r,wrongRTL:l}=e,c=e.virtual&&a.virtual.enabled,d=c?e.virtual.slides.length:e.slides.length,h=xe(s,`.${e.params.slideClass}, swiper-slide`),m=c?e.virtual.slides.length:h.length;let p=[];const f=[],u=[];let k=a.slidesOffsetBefore;typeof k=="function"&&(k=a.slidesOffsetBefore.call(e));let E=a.slidesOffsetAfter;typeof E=="function"&&(E=a.slidesOffsetAfter.call(e));const g=e.snapGrid.length,y=e.slidesGrid.length;let _=a.spaceBetween,V=-k,x=0,N=0;if(typeof i>"u")return;typeof _=="string"&&_.indexOf("%")>=0?_=parseFloat(_.replace("%",""))/100*i:typeof _=="string"&&(_=parseFloat(_)),e.virtualSize=-_,h.forEach(b=>{r?b.style.marginLeft="":b.style.marginRight="",b.style.marginBottom="",b.style.marginTop=""}),a.centeredSlides&&a.cssMode&&(gn(o,"--swiper-centered-offset-before",""),gn(o,"--swiper-centered-offset-after",""));const I=a.grid&&a.grid.rows>1&&e.grid;I?e.grid.initSlides(h):e.grid&&e.grid.unsetSlides();let T;const A=a.slidesPerView==="auto"&&a.breakpoints&&Object.keys(a.breakpoints).filter(b=>typeof a.breakpoints[b].slidesPerView<"u").length>0;for(let b=0;b<m;b+=1){T=0;let C;if(h[b]&&(C=h[b]),I&&e.grid.updateSlide(b,C,h),!(h[b]&&Re(C,"display")==="none")){if(a.slidesPerView==="auto"){A&&(h[b].style[e.getDirectionLabel("width")]="");const D=getComputedStyle(C),M=C.style.transform,L=C.style.webkitTransform;if(M&&(C.style.transform="none"),L&&(C.style.webkitTransform="none"),a.roundLengths)T=e.isHorizontal()?xa(C,"width"):xa(C,"height");else{const v=n(D,"width"),P=n(D,"padding-left"),S=n(D,"padding-right"),B=n(D,"margin-left"),z=n(D,"margin-right"),O=D.getPropertyValue("box-sizing");if(O&&O==="border-box")T=v+B+z;else{const{clientWidth:U,offsetWidth:K}=C;T=v+P+S+B+z+(K-U)}}M&&(C.style.transform=M),L&&(C.style.webkitTransform=L),a.roundLengths&&(T=Math.floor(T))}else T=(i-(a.slidesPerView-1)*_)/a.slidesPerView,a.roundLengths&&(T=Math.floor(T)),h[b]&&(h[b].style[e.getDirectionLabel("width")]=`${T}px`);h[b]&&(h[b].swiperSlideSize=T),u.push(T),a.centeredSlides?(V=V+T/2+x/2+_,x===0&&b!==0&&(V=V-i/2-_),b===0&&(V=V-i/2-_),Math.abs(V)<1/1e3&&(V=0),a.roundLengths&&(V=Math.floor(V)),N%a.slidesPerGroup===0&&p.push(V),f.push(V)):(a.roundLengths&&(V=Math.floor(V)),(N-Math.min(e.params.slidesPerGroupSkip,N))%e.params.slidesPerGroup===0&&p.push(V),f.push(V),V=V+T+_),e.virtualSize+=T+_,x=T,N+=1}}if(e.virtualSize=Math.max(e.virtualSize,i)+E,r&&l&&(a.effect==="slide"||a.effect==="coverflow")&&(o.style.width=`${e.virtualSize+_}px`),a.setWrapperSize&&(o.style[e.getDirectionLabel("width")]=`${e.virtualSize+_}px`),I&&e.grid.updateWrapperSize(T,p),!a.centeredSlides){const b=[];for(let C=0;C<p.length;C+=1){let D=p[C];a.roundLengths&&(D=Math.floor(D)),p[C]<=e.virtualSize-i&&b.push(D)}p=b,Math.floor(e.virtualSize-i)-Math.floor(p[p.length-1])>1&&p.push(e.virtualSize-i)}if(c&&a.loop){const b=u[0]+_;if(a.slidesPerGroup>1){const C=Math.ceil((e.virtual.slidesBefore+e.virtual.slidesAfter)/a.slidesPerGroup),D=b*a.slidesPerGroup;for(let M=0;M<C;M+=1)p.push(p[p.length-1]+D)}for(let C=0;C<e.virtual.slidesBefore+e.virtual.slidesAfter;C+=1)a.slidesPerGroup===1&&p.push(p[p.length-1]+b),f.push(f[f.length-1]+b),e.virtualSize+=b}if(p.length===0&&(p=[0]),_!==0){const b=e.isHorizontal()&&r?"marginLeft":e.getDirectionLabel("marginRight");h.filter((C,D)=>!a.cssMode||a.loop?!0:D!==h.length-1).forEach(C=>{C.style[b]=`${_}px`})}if(a.centeredSlides&&a.centeredSlidesBounds){let b=0;u.forEach(D=>{b+=D+(_||0)}),b-=_;const C=b-i;p=p.map(D=>D<=0?-k:D>C?C+E:D)}if(a.centerInsufficientSlides){let b=0;u.forEach(D=>{b+=D+(_||0)}),b-=_;const C=(a.slidesOffsetBefore||0)+(a.slidesOffsetAfter||0);if(b+C<i){const D=(i-b-C)/2;p.forEach((M,L)=>{p[L]=M-D}),f.forEach((M,L)=>{f[L]=M+D})}}if(Object.assign(e,{slides:h,snapGrid:p,slidesGrid:f,slidesSizesGrid:u}),a.centeredSlides&&a.cssMode&&!a.centeredSlidesBounds){gn(o,"--swiper-centered-offset-before",`${-p[0]}px`),gn(o,"--swiper-centered-offset-after",`${e.size/2-u[u.length-1]/2}px`);const b=-e.snapGrid[0],C=-e.slidesGrid[0];e.snapGrid=e.snapGrid.map(D=>D+b),e.slidesGrid=e.slidesGrid.map(D=>D+C)}if(m!==d&&e.emit("slidesLengthChange"),p.length!==g&&(e.params.watchOverflow&&e.checkOverflow(),e.emit("snapGridLengthChange")),f.length!==y&&e.emit("slidesGridLengthChange"),a.watchSlidesProgress&&e.updateSlidesOffset(),e.emit("slidesUpdated"),!c&&!a.cssMode&&(a.effect==="slide"||a.effect==="fade")){const b=`${a.containerModifierClass}backface-hidden`,C=e.el.classList.contains(b);m<=a.maxBackfaceHiddenSlides?C||e.el.classList.add(b):C&&e.el.classList.remove(b)}}function $0(e){const n=this,a=[],o=n.virtual&&n.params.virtual.enabled;let s=0,i;typeof e=="number"?n.setTransition(e):e===!0&&n.setTransition(n.params.speed);const r=l=>o?n.slides[n.getSlideIndexByData(l)]:n.slides[l];if(n.params.slidesPerView!=="auto"&&n.params.slidesPerView>1)if(n.params.centeredSlides)(n.visibleSlides||[]).forEach(l=>{a.push(l)});else for(i=0;i<Math.ceil(n.params.slidesPerView);i+=1){const l=n.activeIndex+i;if(l>n.slides.length&&!o)break;a.push(r(l))}else a.push(r(n.activeIndex));for(i=0;i<a.length;i+=1)if(typeof a[i]<"u"){const l=a[i].offsetHeight;s=l>s?l:s}(s||s===0)&&(n.wrapperEl.style.height=`${s}px`)}function w0(){const e=this,n=e.slides,a=e.isElement?e.isHorizontal()?e.wrapperEl.offsetLeft:e.wrapperEl.offsetTop:0;for(let o=0;o<n.length;o+=1)n[o].swiperSlideOffset=(e.isHorizontal()?n[o].offsetLeft:n[o].offsetTop)-a-e.cssOverflowAdjustment()}const Qs=(e,n,a)=>{n&&!e.classList.contains(a)?e.classList.add(a):!n&&e.classList.contains(a)&&e.classList.remove(a)};function C0(e){e===void 0&&(e=this&&this.translate||0);const n=this,a=n.params,{slides:o,rtlTranslate:s,snapGrid:i}=n;if(o.length===0)return;typeof o[0].swiperSlideOffset>"u"&&n.updateSlidesOffset();let r=-e;s&&(r=e),n.visibleSlidesIndexes=[],n.visibleSlides=[];let l=a.spaceBetween;typeof l=="string"&&l.indexOf("%")>=0?l=parseFloat(l.replace("%",""))/100*n.size:typeof l=="string"&&(l=parseFloat(l));for(let c=0;c<o.length;c+=1){const d=o[c];let h=d.swiperSlideOffset;a.cssMode&&a.centeredSlides&&(h-=o[0].swiperSlideOffset);const m=(r+(a.centeredSlides?n.minTranslate():0)-h)/(d.swiperSlideSize+l),p=(r-i[0]+(a.centeredSlides?n.minTranslate():0)-h)/(d.swiperSlideSize+l),f=-(r-h),u=f+n.slidesSizesGrid[c],k=f>=0&&f<=n.size-n.slidesSizesGrid[c],E=f>=0&&f<n.size-1||u>1&&u<=n.size||f<=0&&u>=n.size;E&&(n.visibleSlides.push(d),n.visibleSlidesIndexes.push(c)),Qs(d,E,a.slideVisibleClass),Qs(d,k,a.slideFullyVisibleClass),d.progress=s?-m:m,d.originalProgress=s?-p:p}}function B0(e){const n=this;if(typeof e>"u"){const h=n.rtlTranslate?-1:1;e=n&&n.translate&&n.translate*h||0}const a=n.params,o=n.maxTranslate()-n.minTranslate();let{progress:s,isBeginning:i,isEnd:r,progressLoop:l}=n;const c=i,d=r;if(o===0)s=0,i=!0,r=!0;else{s=(e-n.minTranslate())/o;const h=Math.abs(e-n.minTranslate())<1,m=Math.abs(e-n.maxTranslate())<1;i=h||s<=0,r=m||s>=1,h&&(s=0),m&&(s=1)}if(a.loop){const h=n.getSlideIndexByData(0),m=n.getSlideIndexByData(n.slides.length-1),p=n.slidesGrid[h],f=n.slidesGrid[m],u=n.slidesGrid[n.slidesGrid.length-1],k=Math.abs(e);k>=p?l=(k-p)/u:l=(k+u-f)/u,l>1&&(l-=1)}Object.assign(n,{progress:s,progressLoop:l,isBeginning:i,isEnd:r}),(a.watchSlidesProgress||a.centeredSlides&&a.autoHeight)&&n.updateSlidesProgress(e),i&&!c&&n.emit("reachBeginning toEdge"),r&&!d&&n.emit("reachEnd toEdge"),(c&&!i||d&&!r)&&n.emit("fromEdge"),n.emit("progress",s)}const va=(e,n,a)=>{n&&!e.classList.contains(a)?e.classList.add(a):!n&&e.classList.contains(a)&&e.classList.remove(a)};function E0(){const e=this,{slides:n,params:a,slidesEl:o,activeIndex:s}=e,i=e.virtual&&a.virtual.enabled,r=e.grid&&a.grid&&a.grid.rows>1,l=m=>xe(o,`.${a.slideClass}${m}, swiper-slide${m}`)[0];let c,d,h;if(i)if(a.loop){let m=s-e.virtual.slidesBefore;m<0&&(m=e.virtual.slides.length+m),m>=e.virtual.slides.length&&(m-=e.virtual.slides.length),c=l(`[data-swiper-slide-index="${m}"]`)}else c=l(`[data-swiper-slide-index="${s}"]`);else r?(c=n.filter(m=>m.column===s)[0],h=n.filter(m=>m.column===s+1)[0],d=n.filter(m=>m.column===s-1)[0]):c=n[s];c&&(r||(h=d0(c,`.${a.slideClass}, swiper-slide`)[0],a.loop&&!h&&(h=n[0]),d=c0(c,`.${a.slideClass}, swiper-slide`)[0],a.loop&&!d===0&&(d=n[n.length-1]))),n.forEach(m=>{va(m,m===c,a.slideActiveClass),va(m,m===h,a.slideNextClass),va(m,m===d,a.slidePrevClass)}),e.emitSlidesClasses()}const bn=(e,n)=>{if(!e||e.destroyed||!e.params)return;const a=()=>e.isElement?"swiper-slide":`.${e.params.slideClass}`,o=n.closest(a());if(o){let s=o.querySelector(`.${e.params.lazyPreloaderClass}`);!s&&e.isElement&&(o.shadowRoot?s=o.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{o.shadowRoot&&(s=o.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`),s&&s.remove())})),s&&s.remove()}},Pa=(e,n)=>{if(!e.slides[n])return;const a=e.slides[n].querySelector('[loading="lazy"]');a&&a.removeAttribute("loading")},za=e=>{if(!e||e.destroyed||!e.params)return;let n=e.params.lazyPreloadPrevNext;const a=e.slides.length;if(!a||!n||n<0)return;n=Math.min(n,a);const o=e.params.slidesPerView==="auto"?e.slidesPerViewDynamic():Math.ceil(e.params.slidesPerView),s=e.activeIndex;if(e.params.grid&&e.params.grid.rows>1){const r=s,l=[r-n];l.push(...Array.from({length:n}).map((c,d)=>r+o+d)),e.slides.forEach((c,d)=>{l.includes(c.column)&&Pa(e,d)});return}const i=s+o-1;if(e.params.rewind||e.params.loop)for(let r=s-n;r<=i+n;r+=1){const l=(r%a+a)%a;(l<s||l>i)&&Pa(e,l)}else for(let r=Math.max(s-n,0);r<=Math.min(i+n,a-1);r+=1)r!==s&&(r>i||r<s)&&Pa(e,r)};function S0(e){const{slidesGrid:n,params:a}=e,o=e.rtlTranslate?e.translate:-e.translate;let s;for(let i=0;i<n.length;i+=1)typeof n[i+1]<"u"?o>=n[i]&&o<n[i+1]-(n[i+1]-n[i])/2?s=i:o>=n[i]&&o<n[i+1]&&(s=i+1):o>=n[i]&&(s=i);return a.normalizeSlideIndex&&(s<0||typeof s>"u")&&(s=0),s}function V0(e){const n=this,a=n.rtlTranslate?n.translate:-n.translate,{snapGrid:o,params:s,activeIndex:i,realIndex:r,snapIndex:l}=n;let c=e,d;const h=f=>{let u=f-n.virtual.slidesBefore;return u<0&&(u=n.virtual.slides.length+u),u>=n.virtual.slides.length&&(u-=n.virtual.slides.length),u};if(typeof c>"u"&&(c=S0(n)),o.indexOf(a)>=0)d=o.indexOf(a);else{const f=Math.min(s.slidesPerGroupSkip,c);d=f+Math.floor((c-f)/s.slidesPerGroup)}if(d>=o.length&&(d=o.length-1),c===i&&!n.params.loop){d!==l&&(n.snapIndex=d,n.emit("snapIndexChange"));return}if(c===i&&n.params.loop&&n.virtual&&n.params.virtual.enabled){n.realIndex=h(c);return}const m=n.grid&&s.grid&&s.grid.rows>1;let p;if(n.virtual&&s.virtual.enabled&&s.loop)p=h(c);else if(m){const f=n.slides.filter(k=>k.column===c)[0];let u=parseInt(f.getAttribute("data-swiper-slide-index"),10);Number.isNaN(u)&&(u=Math.max(n.slides.indexOf(f),0)),p=Math.floor(u/s.grid.rows)}else if(n.slides[c]){const f=n.slides[c].getAttribute("data-swiper-slide-index");f?p=parseInt(f,10):p=c}else p=c;Object.assign(n,{previousSnapIndex:l,snapIndex:d,previousRealIndex:r,realIndex:p,previousIndex:i,activeIndex:c}),n.initialized&&za(n),n.emit("activeIndexChange"),n.emit("snapIndexChange"),(n.initialized||n.params.runCallbacksOnInit)&&(r!==p&&n.emit("realIndexChange"),n.emit("slideChange"))}function N0(e,n){const a=this,o=a.params;let s=e.closest(`.${o.slideClass}, swiper-slide`);!s&&a.isElement&&n&&n.length>1&&n.includes(e)&&[...n.slice(n.indexOf(e)+1,n.length)].forEach(l=>{!s&&l.matches&&l.matches(`.${o.slideClass}, swiper-slide`)&&(s=l)});let i=!1,r;if(s){for(let l=0;l<a.slides.length;l+=1)if(a.slides[l]===s){i=!0,r=l;break}}if(s&&i)a.clickedSlide=s,a.virtual&&a.params.virtual.enabled?a.clickedIndex=parseInt(s.getAttribute("data-swiper-slide-index"),10):a.clickedIndex=r;else{a.clickedSlide=void 0,a.clickedIndex=void 0;return}o.slideToClickedSlide&&a.clickedIndex!==void 0&&a.clickedIndex!==a.activeIndex&&a.slideToClickedSlide()}var T0={updateSize:k0,updateSlides:_0,updateAutoHeight:$0,updateSlidesOffset:w0,updateSlidesProgress:C0,updateProgress:B0,updateSlidesClasses:E0,updateActiveIndex:V0,updateClickedSlide:N0};function I0(e){e===void 0&&(e=this.isHorizontal()?"x":"y");const n=this,{params:a,rtlTranslate:o,translate:s,wrapperEl:i}=n;if(a.virtualTranslate)return o?-s:s;if(a.cssMode)return s;let r=r0(i,e);return r+=n.cssOverflowAdjustment(),o&&(r=-r),r||0}function x0(e,n){const a=this,{rtlTranslate:o,params:s,wrapperEl:i,progress:r}=a;let l=0,c=0;const d=0;a.isHorizontal()?l=o?-e:e:c=e,s.roundLengths&&(l=Math.floor(l),c=Math.floor(c)),a.previousTranslate=a.translate,a.translate=a.isHorizontal()?l:c,s.cssMode?i[a.isHorizontal()?"scrollLeft":"scrollTop"]=a.isHorizontal()?-l:-c:s.virtualTranslate||(a.isHorizontal()?l-=a.cssOverflowAdjustment():c-=a.cssOverflowAdjustment(),i.style.transform=`translate3d(${l}px, ${c}px, ${d}px)`);let h;const m=a.maxTranslate()-a.minTranslate();m===0?h=0:h=(e-a.minTranslate())/m,h!==r&&a.updateProgress(e),a.emit("setTranslate",a.translate,n)}function M0(){return-this.snapGrid[0]}function L0(){return-this.snapGrid[this.snapGrid.length-1]}function D0(e,n,a,o,s){e===void 0&&(e=0),n===void 0&&(n=this.params.speed),a===void 0&&(a=!0),o===void 0&&(o=!0);const i=this,{params:r,wrapperEl:l}=i;if(i.animating&&r.preventInteractionOnTransition)return!1;const c=i.minTranslate(),d=i.maxTranslate();let h;if(o&&e>c?h=c:o&&e<d?h=d:h=e,i.updateProgress(h),r.cssMode){const m=i.isHorizontal();if(n===0)l[m?"scrollLeft":"scrollTop"]=-h;else{if(!i.support.smoothScroll)return Ys({swiper:i,targetPosition:-h,side:m?"left":"top"}),!0;l.scrollTo({[m?"left":"top"]:-h,behavior:"smooth"})}return!0}return n===0?(i.setTransition(0),i.setTranslate(h),a&&(i.emit("beforeTransitionStart",n,s),i.emit("transitionEnd"))):(i.setTransition(n),i.setTranslate(h),a&&(i.emit("beforeTransitionStart",n,s),i.emit("transitionStart")),i.animating||(i.animating=!0,i.onTranslateToWrapperTransitionEnd||(i.onTranslateToWrapperTransitionEnd=function(p){!i||i.destroyed||p.target===this&&(i.wrapperEl.removeEventListener("transitionend",i.onTranslateToWrapperTransitionEnd),i.onTranslateToWrapperTransitionEnd=null,delete i.onTranslateToWrapperTransitionEnd,i.animating=!1,a&&i.emit("transitionEnd"))}),i.wrapperEl.addEventListener("transitionend",i.onTranslateToWrapperTransitionEnd))),!0}var v0={getTranslate:I0,setTranslate:x0,minTranslate:M0,maxTranslate:L0,translateTo:D0};function P0(e,n){const a=this;a.params.cssMode||(a.wrapperEl.style.transitionDuration=`${e}ms`,a.wrapperEl.style.transitionDelay=e===0?"0ms":""),a.emit("setTransition",e,n)}function ei(e){let{swiper:n,runCallbacks:a,direction:o,step:s}=e;const{activeIndex:i,previousIndex:r}=n;let l=o;if(l||(i>r?l="next":i<r?l="prev":l="reset"),n.emit(`transition${s}`),a&&i!==r){if(l==="reset"){n.emit(`slideResetTransition${s}`);return}n.emit(`slideChangeTransition${s}`),l==="next"?n.emit(`slideNextTransition${s}`):n.emit(`slidePrevTransition${s}`)}}function z0(e,n){e===void 0&&(e=!0);const a=this,{params:o}=a;o.cssMode||(o.autoHeight&&a.updateAutoHeight(),ei({swiper:a,runCallbacks:e,direction:n,step:"Start"}))}function A0(e,n){e===void 0&&(e=!0);const a=this,{params:o}=a;a.animating=!1,!o.cssMode&&(a.setTransition(0),ei({swiper:a,runCallbacks:e,direction:n,step:"End"}))}var O0={setTransition:P0,transitionStart:z0,transitionEnd:A0};function F0(e,n,a,o,s){e===void 0&&(e=0),a===void 0&&(a=!0),typeof e=="string"&&(e=parseInt(e,10));const i=this;let r=e;r<0&&(r=0);const{params:l,snapGrid:c,slidesGrid:d,previousIndex:h,activeIndex:m,rtlTranslate:p,wrapperEl:f,enabled:u}=i;if(!u&&!o&&!s||i.destroyed||i.animating&&l.preventInteractionOnTransition)return!1;typeof n>"u"&&(n=i.params.speed);const k=Math.min(i.params.slidesPerGroupSkip,r);let E=k+Math.floor((r-k)/i.params.slidesPerGroup);E>=c.length&&(E=c.length-1);const g=-c[E];if(l.normalizeSlideIndex)for(let _=0;_<d.length;_+=1){const V=-Math.floor(g*100),x=Math.floor(d[_]*100),N=Math.floor(d[_+1]*100);typeof d[_+1]<"u"?V>=x&&V<N-(N-x)/2?r=_:V>=x&&V<N&&(r=_+1):V>=x&&(r=_)}if(i.initialized&&r!==m&&(!i.allowSlideNext&&(p?g>i.translate&&g>i.minTranslate():g<i.translate&&g<i.minTranslate())||!i.allowSlidePrev&&g>i.translate&&g>i.maxTranslate()&&(m||0)!==r))return!1;r!==(h||0)&&a&&i.emit("beforeSlideChangeStart"),i.updateProgress(g);let y;if(r>m?y="next":r<m?y="prev":y="reset",p&&-g===i.translate||!p&&g===i.translate)return i.updateActiveIndex(r),l.autoHeight&&i.updateAutoHeight(),i.updateSlidesClasses(),l.effect!=="slide"&&i.setTranslate(g),y!=="reset"&&(i.transitionStart(a,y),i.transitionEnd(a,y)),!1;if(l.cssMode){const _=i.isHorizontal(),V=p?g:-g;if(n===0){const x=i.virtual&&i.params.virtual.enabled;x&&(i.wrapperEl.style.scrollSnapType="none",i._immediateVirtual=!0),x&&!i._cssModeVirtualInitialSet&&i.params.initialSlide>0?(i._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{f[_?"scrollLeft":"scrollTop"]=V})):f[_?"scrollLeft":"scrollTop"]=V,x&&requestAnimationFrame(()=>{i.wrapperEl.style.scrollSnapType="",i._immediateVirtual=!1})}else{if(!i.support.smoothScroll)return Ys({swiper:i,targetPosition:V,side:_?"left":"top"}),!0;f.scrollTo({[_?"left":"top"]:V,behavior:"smooth"})}return!0}return i.setTransition(n),i.setTranslate(g),i.updateActiveIndex(r),i.updateSlidesClasses(),i.emit("beforeTransitionStart",n,o),i.transitionStart(a,y),n===0?i.transitionEnd(a,y):i.animating||(i.animating=!0,i.onSlideToWrapperTransitionEnd||(i.onSlideToWrapperTransitionEnd=function(V){!i||i.destroyed||V.target===this&&(i.wrapperEl.removeEventListener("transitionend",i.onSlideToWrapperTransitionEnd),i.onSlideToWrapperTransitionEnd=null,delete i.onSlideToWrapperTransitionEnd,i.transitionEnd(a,y))}),i.wrapperEl.addEventListener("transitionend",i.onSlideToWrapperTransitionEnd)),!0}function H0(e,n,a,o){e===void 0&&(e=0),a===void 0&&(a=!0),typeof e=="string"&&(e=parseInt(e,10));const s=this;if(s.destroyed)return;typeof n>"u"&&(n=s.params.speed);const i=s.grid&&s.params.grid&&s.params.grid.rows>1;let r=e;if(s.params.loop)if(s.virtual&&s.params.virtual.enabled)r=r+s.virtual.slidesBefore;else{let l;if(i){const p=r*s.params.grid.rows;l=s.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===p)[0].column}else l=s.getSlideIndexByData(r);const c=i?Math.ceil(s.slides.length/s.params.grid.rows):s.slides.length,{centeredSlides:d}=s.params;let h=s.params.slidesPerView;h==="auto"?h=s.slidesPerViewDynamic():(h=Math.ceil(parseFloat(s.params.slidesPerView,10)),d&&h%2===0&&(h=h+1));let m=c-l<h;if(d&&(m=m||l<Math.ceil(h/2)),o&&d&&s.params.slidesPerView!=="auto"&&!i&&(m=!1),m){const p=d?l<s.activeIndex?"prev":"next":l-s.activeIndex-1<s.params.slidesPerView?"next":"prev";s.loopFix({direction:p,slideTo:!0,activeSlideIndex:p==="next"?l+1:l-c+1,slideRealIndex:p==="next"?s.realIndex:void 0})}if(i){const p=r*s.params.grid.rows;r=s.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===p)[0].column}else r=s.getSlideIndexByData(r)}return requestAnimationFrame(()=>{s.slideTo(r,n,a,o)}),s}function q0(e,n,a){n===void 0&&(n=!0);const o=this,{enabled:s,params:i,animating:r}=o;if(!s||o.destroyed)return o;typeof e>"u"&&(e=o.params.speed);let l=i.slidesPerGroup;i.slidesPerView==="auto"&&i.slidesPerGroup===1&&i.slidesPerGroupAuto&&(l=Math.max(o.slidesPerViewDynamic("current",!0),1));const c=o.activeIndex<i.slidesPerGroupSkip?1:l,d=o.virtual&&i.virtual.enabled;if(i.loop){if(r&&!d&&i.loopPreventsSliding)return!1;if(o.loopFix({direction:"next"}),o._clientLeft=o.wrapperEl.clientLeft,o.activeIndex===o.slides.length-1&&i.cssMode)return requestAnimationFrame(()=>{o.slideTo(o.activeIndex+c,e,n,a)}),!0}return i.rewind&&o.isEnd?o.slideTo(0,e,n,a):o.slideTo(o.activeIndex+c,e,n,a)}function j0(e,n,a){n===void 0&&(n=!0);const o=this,{params:s,snapGrid:i,slidesGrid:r,rtlTranslate:l,enabled:c,animating:d}=o;if(!c||o.destroyed)return o;typeof e>"u"&&(e=o.params.speed);const h=o.virtual&&s.virtual.enabled;if(s.loop){if(d&&!h&&s.loopPreventsSliding)return!1;o.loopFix({direction:"prev"}),o._clientLeft=o.wrapperEl.clientLeft}const m=l?o.translate:-o.translate;function p(g){return g<0?-Math.floor(Math.abs(g)):Math.floor(g)}const f=p(m),u=i.map(g=>p(g));let k=i[u.indexOf(f)-1];if(typeof k>"u"&&s.cssMode){let g;i.forEach((y,_)=>{f>=y&&(g=_)}),typeof g<"u"&&(k=i[g>0?g-1:g])}let E=0;if(typeof k<"u"&&(E=r.indexOf(k),E<0&&(E=o.activeIndex-1),s.slidesPerView==="auto"&&s.slidesPerGroup===1&&s.slidesPerGroupAuto&&(E=E-o.slidesPerViewDynamic("previous",!0)+1,E=Math.max(E,0))),s.rewind&&o.isBeginning){const g=o.params.virtual&&o.params.virtual.enabled&&o.virtual?o.virtual.slides.length-1:o.slides.length-1;return o.slideTo(g,e,n,a)}else if(s.loop&&o.activeIndex===0&&s.cssMode)return requestAnimationFrame(()=>{o.slideTo(E,e,n,a)}),!0;return o.slideTo(E,e,n,a)}function R0(e,n,a){n===void 0&&(n=!0);const o=this;if(!o.destroyed)return typeof e>"u"&&(e=o.params.speed),o.slideTo(o.activeIndex,e,n,a)}function G0(e,n,a,o){n===void 0&&(n=!0),o===void 0&&(o=.5);const s=this;if(s.destroyed)return;typeof e>"u"&&(e=s.params.speed);let i=s.activeIndex;const r=Math.min(s.params.slidesPerGroupSkip,i),l=r+Math.floor((i-r)/s.params.slidesPerGroup),c=s.rtlTranslate?s.translate:-s.translate;if(c>=s.snapGrid[l]){const d=s.snapGrid[l],h=s.snapGrid[l+1];c-d>(h-d)*o&&(i+=s.params.slidesPerGroup)}else{const d=s.snapGrid[l-1],h=s.snapGrid[l];c-d<=(h-d)*o&&(i-=s.params.slidesPerGroup)}return i=Math.max(i,0),i=Math.min(i,s.slidesGrid.length-1),s.slideTo(i,e,n,a)}function U0(){const e=this;if(e.destroyed)return;const{params:n,slidesEl:a}=e,o=n.slidesPerView==="auto"?e.slidesPerViewDynamic():n.slidesPerView;let s=e.clickedIndex,i;const r=e.isElement?"swiper-slide":`.${n.slideClass}`;if(n.loop){if(e.animating)return;i=parseInt(e.clickedSlide.getAttribute("data-swiper-slide-index"),10),n.centeredSlides?s<e.loopedSlides-o/2||s>e.slides.length-e.loopedSlides+o/2?(e.loopFix(),s=e.getSlideIndex(xe(a,`${r}[data-swiper-slide-index="${i}"]`)[0]),Ia(()=>{e.slideTo(s)})):e.slideTo(s):s>e.slides.length-o?(e.loopFix(),s=e.getSlideIndex(xe(a,`${r}[data-swiper-slide-index="${i}"]`)[0]),Ia(()=>{e.slideTo(s)})):e.slideTo(s)}else e.slideTo(s)}var W0={slideTo:F0,slideToLoop:H0,slideNext:q0,slidePrev:j0,slideReset:R0,slideToClosest:G0,slideToClickedSlide:U0};function Y0(e){const n=this,{params:a,slidesEl:o}=n;if(!a.loop||n.virtual&&n.params.virtual.enabled)return;const s=()=>{xe(o,`.${a.slideClass}, swiper-slide`).forEach((m,p)=>{m.setAttribute("data-swiper-slide-index",p)})},i=n.grid&&a.grid&&a.grid.rows>1,r=a.slidesPerGroup*(i?a.grid.rows:1),l=n.slides.length%r!==0,c=i&&n.slides.length%a.grid.rows!==0,d=h=>{for(let m=0;m<h;m+=1){const p=n.isElement?zt("swiper-slide",[a.slideBlankClass]):zt("div",[a.slideClass,a.slideBlankClass]);n.slidesEl.append(p)}};if(l){if(a.loopAddBlankSlides){const h=r-n.slides.length%r;d(h),n.recalcSlides(),n.updateSlides()}else yn("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");s()}else if(c){if(a.loopAddBlankSlides){const h=a.grid.rows-n.slides.length%a.grid.rows;d(h),n.recalcSlides(),n.updateSlides()}else yn("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");s()}else s();n.loopFix({slideRealIndex:e,direction:a.centeredSlides?void 0:"next"})}function K0(e){let{slideRealIndex:n,slideTo:a=!0,direction:o,setTranslate:s,activeSlideIndex:i,byController:r,byMousewheel:l}=e===void 0?{}:e;const c=this;if(!c.params.loop)return;c.emit("beforeLoopFix");const{slides:d,allowSlidePrev:h,allowSlideNext:m,slidesEl:p,params:f}=c,{centeredSlides:u}=f;if(c.allowSlidePrev=!0,c.allowSlideNext=!0,c.virtual&&f.virtual.enabled){a&&(!f.centeredSlides&&c.snapIndex===0?c.slideTo(c.virtual.slides.length,0,!1,!0):f.centeredSlides&&c.snapIndex<f.slidesPerView?c.slideTo(c.virtual.slides.length+c.snapIndex,0,!1,!0):c.snapIndex===c.snapGrid.length-1&&c.slideTo(c.virtual.slidesBefore,0,!1,!0)),c.allowSlidePrev=h,c.allowSlideNext=m,c.emit("loopFix");return}let k=f.slidesPerView;k==="auto"?k=c.slidesPerViewDynamic():(k=Math.ceil(parseFloat(f.slidesPerView,10)),u&&k%2===0&&(k=k+1));const E=f.slidesPerGroupAuto?k:f.slidesPerGroup;let g=E;g%E!==0&&(g+=E-g%E),g+=f.loopAdditionalSlides,c.loopedSlides=g;const y=c.grid&&f.grid&&f.grid.rows>1;d.length<k+g?yn("Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled and not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters"):y&&f.grid.fill==="row"&&yn("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const _=[],V=[];let x=c.activeIndex;typeof i>"u"?i=c.getSlideIndex(d.filter(M=>M.classList.contains(f.slideActiveClass))[0]):x=i;const N=o==="next"||!o,I=o==="prev"||!o;let T=0,A=0;const b=y?Math.ceil(d.length/f.grid.rows):d.length,D=(y?d[i].column:i)+(u&&typeof s>"u"?-k/2+.5:0);if(D<g){T=Math.max(g-D,E);for(let M=0;M<g-D;M+=1){const L=M-Math.floor(M/b)*b;if(y){const v=b-L-1;for(let P=d.length-1;P>=0;P-=1)d[P].column===v&&_.push(P)}else _.push(b-L-1)}}else if(D+k>b-g){A=Math.max(D-(b-g*2),E);for(let M=0;M<A;M+=1){const L=M-Math.floor(M/b)*b;y?d.forEach((v,P)=>{v.column===L&&V.push(P)}):V.push(L)}}if(c.__preventObserver__=!0,requestAnimationFrame(()=>{c.__preventObserver__=!1}),I&&_.forEach(M=>{d[M].swiperLoopMoveDOM=!0,p.prepend(d[M]),d[M].swiperLoopMoveDOM=!1}),N&&V.forEach(M=>{d[M].swiperLoopMoveDOM=!0,p.append(d[M]),d[M].swiperLoopMoveDOM=!1}),c.recalcSlides(),f.slidesPerView==="auto"?c.updateSlides():y&&(_.length>0&&I||V.length>0&&N)&&c.slides.forEach((M,L)=>{c.grid.updateSlide(L,M,c.slides)}),f.watchSlidesProgress&&c.updateSlidesOffset(),a){if(_.length>0&&I){if(typeof n>"u"){const M=c.slidesGrid[x],v=c.slidesGrid[x+T]-M;l?c.setTranslate(c.translate-v):(c.slideTo(x+Math.ceil(T),0,!1,!0),s&&(c.touchEventsData.startTranslate=c.touchEventsData.startTranslate-v,c.touchEventsData.currentTranslate=c.touchEventsData.currentTranslate-v))}else if(s){const M=y?_.length/f.grid.rows:_.length;c.slideTo(c.activeIndex+M,0,!1,!0),c.touchEventsData.currentTranslate=c.translate}}else if(V.length>0&&N)if(typeof n>"u"){const M=c.slidesGrid[x],v=c.slidesGrid[x-A]-M;l?c.setTranslate(c.translate-v):(c.slideTo(x-A,0,!1,!0),s&&(c.touchEventsData.startTranslate=c.touchEventsData.startTranslate-v,c.touchEventsData.currentTranslate=c.touchEventsData.currentTranslate-v))}else{const M=y?V.length/f.grid.rows:V.length;c.slideTo(c.activeIndex-M,0,!1,!0)}}if(c.allowSlidePrev=h,c.allowSlideNext=m,c.controller&&c.controller.control&&!r){const M={slideRealIndex:n,direction:o,setTranslate:s,activeSlideIndex:i,byController:!0};Array.isArray(c.controller.control)?c.controller.control.forEach(L=>{!L.destroyed&&L.params.loop&&L.loopFix({...M,slideTo:L.params.slidesPerView===f.slidesPerView?a:!1})}):c.controller.control instanceof c.constructor&&c.controller.control.params.loop&&c.controller.control.loopFix({...M,slideTo:c.controller.control.params.slidesPerView===f.slidesPerView?a:!1})}c.emit("loopFix")}function Z0(){const e=this,{params:n,slidesEl:a}=e;if(!n.loop||e.virtual&&e.params.virtual.enabled)return;e.recalcSlides();const o=[];e.slides.forEach(s=>{const i=typeof s.swiperSlideIndex>"u"?s.getAttribute("data-swiper-slide-index")*1:s.swiperSlideIndex;o[i]=s}),e.slides.forEach(s=>{s.removeAttribute("data-swiper-slide-index")}),o.forEach(s=>{a.append(s)}),e.recalcSlides(),e.slideTo(e.realIndex,0)}var X0={loopCreate:Y0,loopFix:K0,loopDestroy:Z0};function J0(e){const n=this;if(!n.params.simulateTouch||n.params.watchOverflow&&n.isLocked||n.params.cssMode)return;const a=n.params.touchEventsTarget==="container"?n.el:n.wrapperEl;n.isElement&&(n.__preventObserver__=!0),a.style.cursor="move",a.style.cursor=e?"grabbing":"grab",n.isElement&&requestAnimationFrame(()=>{n.__preventObserver__=!1})}function Q0(){const e=this;e.params.watchOverflow&&e.isLocked||e.params.cssMode||(e.isElement&&(e.__preventObserver__=!0),e[e.params.touchEventsTarget==="container"?"el":"wrapperEl"].style.cursor="",e.isElement&&requestAnimationFrame(()=>{e.__preventObserver__=!1}))}var em={setGrabCursor:J0,unsetGrabCursor:Q0};function tm(e,n){n===void 0&&(n=this);function a(o){if(!o||o===Ce()||o===me())return null;o.assignedSlot&&(o=o.assignedSlot);const s=o.closest(e);return!s&&!o.getRootNode?null:s||a(o.getRootNode().host)}return a(n)}function ti(e,n,a){const o=me(),{params:s}=e,i=s.edgeSwipeDetection,r=s.edgeSwipeThreshold;return i&&(a<=r||a>=o.innerWidth-r)?i==="prevent"?(n.preventDefault(),!0):!1:!0}function nm(e){const n=this,a=Ce();let o=e;o.originalEvent&&(o=o.originalEvent);const s=n.touchEventsData;if(o.type==="pointerdown"){if(s.pointerId!==null&&s.pointerId!==o.pointerId)return;s.pointerId=o.pointerId}else o.type==="touchstart"&&o.targetTouches.length===1&&(s.touchId=o.targetTouches[0].identifier);if(o.type==="touchstart"){ti(n,o,o.targetTouches[0].pageX);return}const{params:i,touches:r,enabled:l}=n;if(!l||!i.simulateTouch&&o.pointerType==="mouse"||n.animating&&i.preventInteractionOnTransition)return;!n.animating&&i.cssMode&&i.loop&&n.loopFix();let c=o.target;if(i.touchEventsTarget==="wrapper"&&!n.wrapperEl.contains(c)||"which"in o&&o.which===3||"button"in o&&o.button>0||s.isTouched&&s.isMoved)return;const d=!!i.noSwipingClass&&i.noSwipingClass!=="",h=o.composedPath?o.composedPath():o.path;d&&o.target&&o.target.shadowRoot&&h&&(c=h[0]);const m=i.noSwipingSelector?i.noSwipingSelector:`.${i.noSwipingClass}`,p=!!(o.target&&o.target.shadowRoot);if(i.noSwiping&&(p?tm(m,c):c.closest(m))){n.allowClick=!0;return}if(i.swipeHandler&&!c.closest(i.swipeHandler))return;r.currentX=o.pageX,r.currentY=o.pageY;const f=r.currentX,u=r.currentY;if(!ti(n,o,f))return;Object.assign(s,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),r.startX=f,r.startY=u,s.touchStartTime=fn(),n.allowClick=!0,n.updateSize(),n.swipeDirection=void 0,i.threshold>0&&(s.allowThresholdMove=!1);let k=!0;c.matches(s.focusableElements)&&(k=!1,c.nodeName==="SELECT"&&(s.isTouched=!1)),a.activeElement&&a.activeElement.matches(s.focusableElements)&&a.activeElement!==c&&a.activeElement.blur();const E=k&&n.allowTouchMove&&i.touchStartPreventDefault;(i.touchStartForcePreventDefault||E)&&!c.isContentEditable&&o.preventDefault(),i.freeMode&&i.freeMode.enabled&&n.freeMode&&n.animating&&!i.cssMode&&n.freeMode.onTouchStart(),n.emit("touchStart",o)}function am(e){const n=Ce(),a=this,o=a.touchEventsData,{params:s,touches:i,rtlTranslate:r,enabled:l}=a;if(!l||!s.simulateTouch&&e.pointerType==="mouse")return;let c=e;if(c.originalEvent&&(c=c.originalEvent),c.type==="pointermove"&&(o.touchId!==null||c.pointerId!==o.pointerId))return;let d;if(c.type==="touchmove"){if(d=[...c.changedTouches].filter(N=>N.identifier===o.touchId)[0],!d||d.identifier!==o.touchId)return}else d=c;if(!o.isTouched){o.startMoving&&o.isScrolling&&a.emit("touchMoveOpposite",c);return}const h=d.pageX,m=d.pageY;if(c.preventedByNestedSwiper){i.startX=h,i.startY=m;return}if(!a.allowTouchMove){c.target.matches(o.focusableElements)||(a.allowClick=!1),o.isTouched&&(Object.assign(i,{startX:h,startY:m,currentX:h,currentY:m}),o.touchStartTime=fn());return}if(s.touchReleaseOnEdges&&!s.loop){if(a.isVertical()){if(m<i.startY&&a.translate<=a.maxTranslate()||m>i.startY&&a.translate>=a.minTranslate()){o.isTouched=!1,o.isMoved=!1;return}}else if(h<i.startX&&a.translate<=a.maxTranslate()||h>i.startX&&a.translate>=a.minTranslate())return}if(n.activeElement&&c.target===n.activeElement&&c.target.matches(o.focusableElements)){o.isMoved=!0,a.allowClick=!1;return}o.allowTouchCallbacks&&a.emit("touchMove",c),i.previousX=i.currentX,i.previousY=i.currentY,i.currentX=h,i.currentY=m;const p=i.currentX-i.startX,f=i.currentY-i.startY;if(a.params.threshold&&Math.sqrt(p**2+f**2)<a.params.threshold)return;if(typeof o.isScrolling>"u"){let N;a.isHorizontal()&&i.currentY===i.startY||a.isVertical()&&i.currentX===i.startX?o.isScrolling=!1:p*p+f*f>=25&&(N=Math.atan2(Math.abs(f),Math.abs(p))*180/Math.PI,o.isScrolling=a.isHorizontal()?N>s.touchAngle:90-N>s.touchAngle)}if(o.isScrolling&&a.emit("touchMoveOpposite",c),typeof o.startMoving>"u"&&(i.currentX!==i.startX||i.currentY!==i.startY)&&(o.startMoving=!0),o.isScrolling||c.type==="touchmove"&&o.preventTouchMoveFromPointerMove){o.isTouched=!1;return}if(!o.startMoving)return;a.allowClick=!1,!s.cssMode&&c.cancelable&&c.preventDefault(),s.touchMoveStopPropagation&&!s.nested&&c.stopPropagation();let u=a.isHorizontal()?p:f,k=a.isHorizontal()?i.currentX-i.previousX:i.currentY-i.previousY;s.oneWayMovement&&(u=Math.abs(u)*(r?1:-1),k=Math.abs(k)*(r?1:-1)),i.diff=u,u*=s.touchRatio,r&&(u=-u,k=-k);const E=a.touchesDirection;a.swipeDirection=u>0?"prev":"next",a.touchesDirection=k>0?"prev":"next";const g=a.params.loop&&!s.cssMode,y=a.touchesDirection==="next"&&a.allowSlideNext||a.touchesDirection==="prev"&&a.allowSlidePrev;if(!o.isMoved){if(g&&y&&a.loopFix({direction:a.swipeDirection}),o.startTranslate=a.getTranslate(),a.setTransition(0),a.animating){const N=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0,detail:{bySwiperTouchMove:!0}});a.wrapperEl.dispatchEvent(N)}o.allowMomentumBounce=!1,s.grabCursor&&(a.allowSlideNext===!0||a.allowSlidePrev===!0)&&a.setGrabCursor(!0),a.emit("sliderFirstMove",c)}let _;if(new Date().getTime(),o.isMoved&&o.allowThresholdMove&&E!==a.touchesDirection&&g&&y&&Math.abs(u)>=1){Object.assign(i,{startX:h,startY:m,currentX:h,currentY:m,startTranslate:o.currentTranslate}),o.loopSwapReset=!0,o.startTranslate=o.currentTranslate;return}a.emit("sliderMove",c),o.isMoved=!0,o.currentTranslate=u+o.startTranslate;let V=!0,x=s.resistanceRatio;if(s.touchReleaseOnEdges&&(x=0),u>0?(g&&y&&!_&&o.allowThresholdMove&&o.currentTranslate>(s.centeredSlides?a.minTranslate()-a.slidesSizesGrid[a.activeIndex+1]:a.minTranslate())&&a.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),o.currentTranslate>a.minTranslate()&&(V=!1,s.resistance&&(o.currentTranslate=a.minTranslate()-1+(-a.minTranslate()+o.startTranslate+u)**x))):u<0&&(g&&y&&!_&&o.allowThresholdMove&&o.currentTranslate<(s.centeredSlides?a.maxTranslate()+a.slidesSizesGrid[a.slidesSizesGrid.length-1]:a.maxTranslate())&&a.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:a.slides.length-(s.slidesPerView==="auto"?a.slidesPerViewDynamic():Math.ceil(parseFloat(s.slidesPerView,10)))}),o.currentTranslate<a.maxTranslate()&&(V=!1,s.resistance&&(o.currentTranslate=a.maxTranslate()+1-(a.maxTranslate()-o.startTranslate-u)**x))),V&&(c.preventedByNestedSwiper=!0),!a.allowSlideNext&&a.swipeDirection==="next"&&o.currentTranslate<o.startTranslate&&(o.currentTranslate=o.startTranslate),!a.allowSlidePrev&&a.swipeDirection==="prev"&&o.currentTranslate>o.startTranslate&&(o.currentTranslate=o.startTranslate),!a.allowSlidePrev&&!a.allowSlideNext&&(o.currentTranslate=o.startTranslate),s.threshold>0)if(Math.abs(u)>s.threshold||o.allowThresholdMove){if(!o.allowThresholdMove){o.allowThresholdMove=!0,i.startX=i.currentX,i.startY=i.currentY,o.currentTranslate=o.startTranslate,i.diff=a.isHorizontal()?i.currentX-i.startX:i.currentY-i.startY;return}}else{o.currentTranslate=o.startTranslate;return}!s.followFinger||s.cssMode||((s.freeMode&&s.freeMode.enabled&&a.freeMode||s.watchSlidesProgress)&&(a.updateActiveIndex(),a.updateSlidesClasses()),s.freeMode&&s.freeMode.enabled&&a.freeMode&&a.freeMode.onTouchMove(),a.updateProgress(o.currentTranslate),a.setTranslate(o.currentTranslate))}function om(e){const n=this,a=n.touchEventsData;let o=e;o.originalEvent&&(o=o.originalEvent);let s;if(o.type==="touchend"||o.type==="touchcancel"){if(s=[...o.changedTouches].filter(x=>x.identifier===a.touchId)[0],!s||s.identifier!==a.touchId)return}else{if(a.touchId!==null||o.pointerId!==a.pointerId)return;s=o}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(o.type)&&!(["pointercancel","contextmenu"].includes(o.type)&&(n.browser.isSafari||n.browser.isWebView)))return;a.pointerId=null,a.touchId=null;const{params:r,touches:l,rtlTranslate:c,slidesGrid:d,enabled:h}=n;if(!h||!r.simulateTouch&&o.pointerType==="mouse")return;if(a.allowTouchCallbacks&&n.emit("touchEnd",o),a.allowTouchCallbacks=!1,!a.isTouched){a.isMoved&&r.grabCursor&&n.setGrabCursor(!1),a.isMoved=!1,a.startMoving=!1;return}r.grabCursor&&a.isMoved&&a.isTouched&&(n.allowSlideNext===!0||n.allowSlidePrev===!0)&&n.setGrabCursor(!1);const m=fn(),p=m-a.touchStartTime;if(n.allowClick){const x=o.path||o.composedPath&&o.composedPath();n.updateClickedSlide(x&&x[0]||o.target,x),n.emit("tap click",o),p<300&&m-a.lastClickTime<300&&n.emit("doubleTap doubleClick",o)}if(a.lastClickTime=fn(),Ia(()=>{n.destroyed||(n.allowClick=!0)}),!a.isTouched||!a.isMoved||!n.swipeDirection||l.diff===0&&!a.loopSwapReset||a.currentTranslate===a.startTranslate&&!a.loopSwapReset){a.isTouched=!1,a.isMoved=!1,a.startMoving=!1;return}a.isTouched=!1,a.isMoved=!1,a.startMoving=!1;let f;if(r.followFinger?f=c?n.translate:-n.translate:f=-a.currentTranslate,r.cssMode)return;if(r.freeMode&&r.freeMode.enabled){n.freeMode.onTouchEnd({currentPos:f});return}const u=f>=-n.maxTranslate()&&!n.params.loop;let k=0,E=n.slidesSizesGrid[0];for(let x=0;x<d.length;x+=x<r.slidesPerGroupSkip?1:r.slidesPerGroup){const N=x<r.slidesPerGroupSkip-1?1:r.slidesPerGroup;typeof d[x+N]<"u"?(u||f>=d[x]&&f<d[x+N])&&(k=x,E=d[x+N]-d[x]):(u||f>=d[x])&&(k=x,E=d[d.length-1]-d[d.length-2])}let g=null,y=null;r.rewind&&(n.isBeginning?y=r.virtual&&r.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1:n.isEnd&&(g=0));const _=(f-d[k])/E,V=k<r.slidesPerGroupSkip-1?1:r.slidesPerGroup;if(p>r.longSwipesMs){if(!r.longSwipes){n.slideTo(n.activeIndex);return}n.swipeDirection==="next"&&(_>=r.longSwipesRatio?n.slideTo(r.rewind&&n.isEnd?g:k+V):n.slideTo(k)),n.swipeDirection==="prev"&&(_>1-r.longSwipesRatio?n.slideTo(k+V):y!==null&&_<0&&Math.abs(_)>r.longSwipesRatio?n.slideTo(y):n.slideTo(k))}else{if(!r.shortSwipes){n.slideTo(n.activeIndex);return}n.navigation&&(o.target===n.navigation.nextEl||o.target===n.navigation.prevEl)?o.target===n.navigation.nextEl?n.slideTo(k+V):n.slideTo(k):(n.swipeDirection==="next"&&n.slideTo(g!==null?g:k+V),n.swipeDirection==="prev"&&n.slideTo(y!==null?y:k))}}function ni(){const e=this,{params:n,el:a}=e;if(a&&a.offsetWidth===0)return;n.breakpoints&&e.setBreakpoint();const{allowSlideNext:o,allowSlidePrev:s,snapGrid:i}=e,r=e.virtual&&e.params.virtual.enabled;e.allowSlideNext=!0,e.allowSlidePrev=!0,e.updateSize(),e.updateSlides(),e.updateSlidesClasses();const l=r&&n.loop;(n.slidesPerView==="auto"||n.slidesPerView>1)&&e.isEnd&&!e.isBeginning&&!e.params.centeredSlides&&!l?e.slideTo(e.slides.length-1,0,!1,!0):e.params.loop&&!r?e.slideToLoop(e.realIndex,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),e.autoplay&&e.autoplay.running&&e.autoplay.paused&&(clearTimeout(e.autoplay.resizeTimeout),e.autoplay.resizeTimeout=setTimeout(()=>{e.autoplay&&e.autoplay.running&&e.autoplay.paused&&e.autoplay.resume()},500)),e.allowSlidePrev=s,e.allowSlideNext=o,e.params.watchOverflow&&i!==e.snapGrid&&e.checkOverflow()}function sm(e){const n=this;n.enabled&&(n.allowClick||(n.params.preventClicks&&e.preventDefault(),n.params.preventClicksPropagation&&n.animating&&(e.stopPropagation(),e.stopImmediatePropagation())))}function im(){const e=this,{wrapperEl:n,rtlTranslate:a,enabled:o}=e;if(!o)return;e.previousTranslate=e.translate,e.isHorizontal()?e.translate=-n.scrollLeft:e.translate=-n.scrollTop,e.translate===0&&(e.translate=0),e.updateActiveIndex(),e.updateSlidesClasses();let s;const i=e.maxTranslate()-e.minTranslate();i===0?s=0:s=(e.translate-e.minTranslate())/i,s!==e.progress&&e.updateProgress(a?-e.translate:e.translate),e.emit("setTranslate",e.translate,!1)}function rm(e){const n=this;bn(n,e.target),!(n.params.cssMode||n.params.slidesPerView!=="auto"&&!n.params.autoHeight)&&n.update()}function lm(){const e=this;e.documentTouchHandlerProceeded||(e.documentTouchHandlerProceeded=!0,e.params.touchReleaseOnEdges&&(e.el.style.touchAction="auto"))}const ai=(e,n)=>{const a=Ce(),{params:o,el:s,wrapperEl:i,device:r}=e,l=!!o.nested,c=n==="on"?"addEventListener":"removeEventListener",d=n;!s||typeof s=="string"||(a[c]("touchstart",e.onDocumentTouchStart,{passive:!1,capture:l}),s[c]("touchstart",e.onTouchStart,{passive:!1}),s[c]("pointerdown",e.onTouchStart,{passive:!1}),a[c]("touchmove",e.onTouchMove,{passive:!1,capture:l}),a[c]("pointermove",e.onTouchMove,{passive:!1,capture:l}),a[c]("touchend",e.onTouchEnd,{passive:!0}),a[c]("pointerup",e.onTouchEnd,{passive:!0}),a[c]("pointercancel",e.onTouchEnd,{passive:!0}),a[c]("touchcancel",e.onTouchEnd,{passive:!0}),a[c]("pointerout",e.onTouchEnd,{passive:!0}),a[c]("pointerleave",e.onTouchEnd,{passive:!0}),a[c]("contextmenu",e.onTouchEnd,{passive:!0}),(o.preventClicks||o.preventClicksPropagation)&&s[c]("click",e.onClick,!0),o.cssMode&&i[c]("scroll",e.onScroll),o.updateOnWindowResize?e[d](r.ios||r.android?"resize orientationchange observerUpdate":"resize observerUpdate",ni,!0):e[d]("observerUpdate",ni,!0),s[c]("load",e.onLoad,{capture:!0}))};function cm(){const e=this,{params:n}=e;e.onTouchStart=nm.bind(e),e.onTouchMove=am.bind(e),e.onTouchEnd=om.bind(e),e.onDocumentTouchStart=lm.bind(e),n.cssMode&&(e.onScroll=im.bind(e)),e.onClick=sm.bind(e),e.onLoad=rm.bind(e),ai(e,"on")}function dm(){ai(this,"off")}var hm={attachEvents:cm,detachEvents:dm};const oi=(e,n)=>e.grid&&n.grid&&n.grid.rows>1;function mm(){const e=this,{realIndex:n,initialized:a,params:o,el:s}=e,i=o.breakpoints;if(!i||i&&Object.keys(i).length===0)return;const r=e.getBreakpoint(i,e.params.breakpointsBase,e.el);if(!r||e.currentBreakpoint===r)return;const c=(r in i?i[r]:void 0)||e.originalParams,d=oi(e,o),h=oi(e,c),m=e.params.grabCursor,p=c.grabCursor,f=o.enabled;d&&!h?(s.classList.remove(`${o.containerModifierClass}grid`,`${o.containerModifierClass}grid-column`),e.emitContainerClasses()):!d&&h&&(s.classList.add(`${o.containerModifierClass}grid`),(c.grid.fill&&c.grid.fill==="column"||!c.grid.fill&&o.grid.fill==="column")&&s.classList.add(`${o.containerModifierClass}grid-column`),e.emitContainerClasses()),m&&!p?e.unsetGrabCursor():!m&&p&&e.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(_=>{if(typeof c[_]>"u")return;const V=o[_]&&o[_].enabled,x=c[_]&&c[_].enabled;V&&!x&&e[_].disable(),!V&&x&&e[_].enable()});const u=c.direction&&c.direction!==o.direction,k=o.loop&&(c.slidesPerView!==o.slidesPerView||u),E=o.loop;u&&a&&e.changeDirection(),pe(e.params,c);const g=e.params.enabled,y=e.params.loop;Object.assign(e,{allowTouchMove:e.params.allowTouchMove,allowSlideNext:e.params.allowSlideNext,allowSlidePrev:e.params.allowSlidePrev}),f&&!g?e.disable():!f&&g&&e.enable(),e.currentBreakpoint=r,e.emit("_beforeBreakpoint",c),a&&(k?(e.loopDestroy(),e.loopCreate(n),e.updateSlides()):!E&&y?(e.loopCreate(n),e.updateSlides()):E&&!y&&e.loopDestroy()),e.emit("breakpoint",c)}function pm(e,n,a){if(n===void 0&&(n="window"),!e||n==="container"&&!a)return;let o=!1;const s=me(),i=n==="window"?s.innerHeight:a.clientHeight,r=Object.keys(e).map(l=>{if(typeof l=="string"&&l.indexOf("@")===0){const c=parseFloat(l.substr(1));return{value:i*c,point:l}}return{value:l,point:l}});r.sort((l,c)=>parseInt(l.value,10)-parseInt(c.value,10));for(let l=0;l<r.length;l+=1){const{point:c,value:d}=r[l];n==="window"?s.matchMedia(`(min-width: ${d}px)`).matches&&(o=c):d<=a.clientWidth&&(o=c)}return o||"max"}var fm={setBreakpoint:mm,getBreakpoint:pm};function um(e,n){const a=[];return e.forEach(o=>{typeof o=="object"?Object.keys(o).forEach(s=>{o[s]&&a.push(n+s)}):typeof o=="string"&&a.push(n+o)}),a}function gm(){const e=this,{classNames:n,params:a,rtl:o,el:s,device:i}=e,r=um(["initialized",a.direction,{"free-mode":e.params.freeMode&&a.freeMode.enabled},{autoheight:a.autoHeight},{rtl:o},{grid:a.grid&&a.grid.rows>1},{"grid-column":a.grid&&a.grid.rows>1&&a.grid.fill==="column"},{android:i.android},{ios:i.ios},{"css-mode":a.cssMode},{centered:a.cssMode&&a.centeredSlides},{"watch-progress":a.watchSlidesProgress}],a.containerModifierClass);n.push(...r),s.classList.add(...n),e.emitContainerClasses()}function ym(){const e=this,{el:n,classNames:a}=e;!n||typeof n=="string"||(n.classList.remove(...a),e.emitContainerClasses())}var bm={addClasses:gm,removeClasses:ym};function km(){const e=this,{isLocked:n,params:a}=e,{slidesOffsetBefore:o}=a;if(o){const s=e.slides.length-1,i=e.slidesGrid[s]+e.slidesSizesGrid[s]+o*2;e.isLocked=e.size>i}else e.isLocked=e.snapGrid.length===1;a.allowSlideNext===!0&&(e.allowSlideNext=!e.isLocked),a.allowSlidePrev===!0&&(e.allowSlidePrev=!e.isLocked),n&&n!==e.isLocked&&(e.isEnd=!1),n!==e.isLocked&&e.emit(e.isLocked?"lock":"unlock")}var _m={checkOverflow:km},si={init:!0,direction:"horizontal",oneWayMovement:!1,swiperElementNodeName:"SWIPER-CONTAINER",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,eventsPrefix:"swiper",enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:5,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,loop:!1,loopAddBlankSlides:!0,loopAdditionalSlides:0,loopPreventsSliding:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-blank",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideFullyVisibleClass:"swiper-slide-fully-visible",slideNextClass:"swiper-slide-next",slidePrevClass:"swiper-slide-prev",wrapperClass:"swiper-wrapper",lazyPreloaderClass:"swiper-lazy-preloader",lazyPreloadPrevNext:0,runCallbacksOnInit:!0,_emitClasses:!1};function $m(e,n){return function(o){o===void 0&&(o={});const s=Object.keys(o)[0],i=o[s];if(typeof i!="object"||i===null){pe(n,o);return}if(e[s]===!0&&(e[s]={enabled:!0}),s==="navigation"&&e[s]&&e[s].enabled&&!e[s].prevEl&&!e[s].nextEl&&(e[s].auto=!0),["pagination","scrollbar"].indexOf(s)>=0&&e[s]&&e[s].enabled&&!e[s].el&&(e[s].auto=!0),!(s in e&&"enabled"in i)){pe(n,o);return}typeof e[s]=="object"&&!("enabled"in e[s])&&(e[s].enabled=!0),e[s]||(e[s]={enabled:!1}),pe(n,o)}}const Aa={eventsEmitter:b0,update:T0,translate:v0,transition:O0,slide:W0,loop:X0,grabCursor:em,events:hm,breakpoints:fm,checkOverflow:_m,classes:bm},Oa={};class te{constructor(){let n,a;for(var o=arguments.length,s=new Array(o),i=0;i<o;i++)s[i]=arguments[i];s.length===1&&s[0].constructor&&Object.prototype.toString.call(s[0]).slice(8,-1)==="Object"?a=s[0]:[n,a]=s,a||(a={}),a=pe({},a),n&&!a.el&&(a.el=n);const r=Ce();if(a.el&&typeof a.el=="string"&&r.querySelectorAll(a.el).length>1){const h=[];return r.querySelectorAll(a.el).forEach(m=>{const p=pe({},a,{el:m});h.push(new te(p))}),h}const l=this;l.__swiper__=!0,l.support=Xs(),l.device=Js({userAgent:a.userAgent}),l.browser=u0(),l.eventsListeners={},l.eventsAnyListeners=[],l.modules=[...l.__modules__],a.modules&&Array.isArray(a.modules)&&l.modules.push(...a.modules);const c={};l.modules.forEach(h=>{h({params:a,swiper:l,extendParams:$m(a,c),on:l.on.bind(l),once:l.once.bind(l),off:l.off.bind(l),emit:l.emit.bind(l)})});const d=pe({},si,c);return l.params=pe({},d,Oa,a),l.originalParams=pe({},l.params),l.passedParams=pe({},a),l.params&&l.params.on&&Object.keys(l.params.on).forEach(h=>{l.on(h,l.params.on[h])}),l.params&&l.params.onAny&&l.onAny(l.params.onAny),Object.assign(l,{enabled:l.params.enabled,el:n,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return l.params.direction==="horizontal"},isVertical(){return l.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:l.params.allowSlideNext,allowSlidePrev:l.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:l.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:l.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),l.emit("_swiper"),l.params.init&&l.init(),l}getDirectionLabel(n){return this.isHorizontal()?n:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[n]}getSlideIndex(n){const{slidesEl:a,params:o}=this,s=xe(a,`.${o.slideClass}, swiper-slide`),i=At(s[0]);return At(n)-i}getSlideIndexByData(n){return this.getSlideIndex(this.slides.filter(a=>a.getAttribute("data-swiper-slide-index")*1===n)[0])}recalcSlides(){const n=this,{slidesEl:a,params:o}=n;n.slides=xe(a,`.${o.slideClass}, swiper-slide`)}enable(){const n=this;n.enabled||(n.enabled=!0,n.params.grabCursor&&n.setGrabCursor(),n.emit("enable"))}disable(){const n=this;n.enabled&&(n.enabled=!1,n.params.grabCursor&&n.unsetGrabCursor(),n.emit("disable"))}setProgress(n,a){const o=this;n=Math.min(Math.max(n,0),1);const s=o.minTranslate(),r=(o.maxTranslate()-s)*n+s;o.translateTo(r,typeof a>"u"?0:a),o.updateActiveIndex(),o.updateSlidesClasses()}emitContainerClasses(){const n=this;if(!n.params._emitClasses||!n.el)return;const a=n.el.className.split(" ").filter(o=>o.indexOf("swiper")===0||o.indexOf(n.params.containerModifierClass)===0);n.emit("_containerClasses",a.join(" "))}getSlideClasses(n){const a=this;return a.destroyed?"":n.className.split(" ").filter(o=>o.indexOf("swiper-slide")===0||o.indexOf(a.params.slideClass)===0).join(" ")}emitSlidesClasses(){const n=this;if(!n.params._emitClasses||!n.el)return;const a=[];n.slides.forEach(o=>{const s=n.getSlideClasses(o);a.push({slideEl:o,classNames:s}),n.emit("_slideClass",o,s)}),n.emit("_slideClasses",a)}slidesPerViewDynamic(n,a){n===void 0&&(n="current"),a===void 0&&(a=!1);const o=this,{params:s,slides:i,slidesGrid:r,slidesSizesGrid:l,size:c,activeIndex:d}=o;let h=1;if(typeof s.slidesPerView=="number")return s.slidesPerView;if(s.centeredSlides){let m=i[d]?Math.ceil(i[d].swiperSlideSize):0,p;for(let f=d+1;f<i.length;f+=1)i[f]&&!p&&(m+=Math.ceil(i[f].swiperSlideSize),h+=1,m>c&&(p=!0));for(let f=d-1;f>=0;f-=1)i[f]&&!p&&(m+=i[f].swiperSlideSize,h+=1,m>c&&(p=!0))}else if(n==="current")for(let m=d+1;m<i.length;m+=1)(a?r[m]+l[m]-r[d]<c:r[m]-r[d]<c)&&(h+=1);else for(let m=d-1;m>=0;m-=1)r[d]-r[m]<c&&(h+=1);return h}update(){const n=this;if(!n||n.destroyed)return;const{snapGrid:a,params:o}=n;o.breakpoints&&n.setBreakpoint(),[...n.el.querySelectorAll('[loading="lazy"]')].forEach(r=>{r.complete&&bn(n,r)}),n.updateSize(),n.updateSlides(),n.updateProgress(),n.updateSlidesClasses();function s(){const r=n.rtlTranslate?n.translate*-1:n.translate,l=Math.min(Math.max(r,n.maxTranslate()),n.minTranslate());n.setTranslate(l),n.updateActiveIndex(),n.updateSlidesClasses()}let i;if(o.freeMode&&o.freeMode.enabled&&!o.cssMode)s(),o.autoHeight&&n.updateAutoHeight();else{if((o.slidesPerView==="auto"||o.slidesPerView>1)&&n.isEnd&&!o.centeredSlides){const r=n.virtual&&o.virtual.enabled?n.virtual.slides:n.slides;i=n.slideTo(r.length-1,0,!1,!0)}else i=n.slideTo(n.activeIndex,0,!1,!0);i||s()}o.watchOverflow&&a!==n.snapGrid&&n.checkOverflow(),n.emit("update")}changeDirection(n,a){a===void 0&&(a=!0);const o=this,s=o.params.direction;return n||(n=s==="horizontal"?"vertical":"horizontal"),n===s||n!=="horizontal"&&n!=="vertical"||(o.el.classList.remove(`${o.params.containerModifierClass}${s}`),o.el.classList.add(`${o.params.containerModifierClass}${n}`),o.emitContainerClasses(),o.params.direction=n,o.slides.forEach(i=>{n==="vertical"?i.style.width="":i.style.height=""}),o.emit("changeDirection"),a&&o.update()),o}changeLanguageDirection(n){const a=this;a.rtl&&n==="rtl"||!a.rtl&&n==="ltr"||(a.rtl=n==="rtl",a.rtlTranslate=a.params.direction==="horizontal"&&a.rtl,a.rtl?(a.el.classList.add(`${a.params.containerModifierClass}rtl`),a.el.dir="rtl"):(a.el.classList.remove(`${a.params.containerModifierClass}rtl`),a.el.dir="ltr"),a.update())}mount(n){const a=this;if(a.mounted)return!0;let o=n||a.params.el;if(typeof o=="string"&&(o=document.querySelector(o)),!o)return!1;o.swiper=a,o.parentNode&&o.parentNode.host&&o.parentNode.host.nodeName===a.params.swiperElementNodeName.toUpperCase()&&(a.isElement=!0);const s=()=>`.${(a.params.wrapperClass||"").trim().split(" ").join(".")}`;let r=o&&o.shadowRoot&&o.shadowRoot.querySelector?o.shadowRoot.querySelector(s()):xe(o,s())[0];return!r&&a.params.createElements&&(r=zt("div",a.params.wrapperClass),o.append(r),xe(o,`.${a.params.slideClass}`).forEach(l=>{r.append(l)})),Object.assign(a,{el:o,wrapperEl:r,slidesEl:a.isElement&&!o.parentNode.host.slideSlots?o.parentNode.host:r,hostEl:a.isElement?o.parentNode.host:o,mounted:!0,rtl:o.dir.toLowerCase()==="rtl"||Re(o,"direction")==="rtl",rtlTranslate:a.params.direction==="horizontal"&&(o.dir.toLowerCase()==="rtl"||Re(o,"direction")==="rtl"),wrongRTL:Re(r,"display")==="-webkit-box"}),!0}init(n){const a=this;if(a.initialized||a.mount(n)===!1)return a;a.emit("beforeInit"),a.params.breakpoints&&a.setBreakpoint(),a.addClasses(),a.updateSize(),a.updateSlides(),a.params.watchOverflow&&a.checkOverflow(),a.params.grabCursor&&a.enabled&&a.setGrabCursor(),a.params.loop&&a.virtual&&a.params.virtual.enabled?a.slideTo(a.params.initialSlide+a.virtual.slidesBefore,0,a.params.runCallbacksOnInit,!1,!0):a.slideTo(a.params.initialSlide,0,a.params.runCallbacksOnInit,!1,!0),a.params.loop&&a.loopCreate(),a.attachEvents();const s=[...a.el.querySelectorAll('[loading="lazy"]')];return a.isElement&&s.push(...a.hostEl.querySelectorAll('[loading="lazy"]')),s.forEach(i=>{i.complete?bn(a,i):i.addEventListener("load",r=>{bn(a,r.target)})}),za(a),a.initialized=!0,za(a),a.emit("init"),a.emit("afterInit"),a}destroy(n,a){n===void 0&&(n=!0),a===void 0&&(a=!0);const o=this,{params:s,el:i,wrapperEl:r,slides:l}=o;return typeof o.params>"u"||o.destroyed||(o.emit("beforeDestroy"),o.initialized=!1,o.detachEvents(),s.loop&&o.loopDestroy(),a&&(o.removeClasses(),i&&typeof i!="string"&&i.removeAttribute("style"),r&&r.removeAttribute("style"),l&&l.length&&l.forEach(c=>{c.classList.remove(s.slideVisibleClass,s.slideFullyVisibleClass,s.slideActiveClass,s.slideNextClass,s.slidePrevClass),c.removeAttribute("style"),c.removeAttribute("data-swiper-slide-index")})),o.emit("destroy"),Object.keys(o.eventsListeners).forEach(c=>{o.off(c)}),n!==!1&&(o.el&&typeof o.el!="string"&&(o.el.swiper=null),s0(o)),o.destroyed=!0),null}static extendDefaults(n){pe(Oa,n)}static get extendedDefaults(){return Oa}static get defaults(){return si}static installModule(n){te.prototype.__modules__||(te.prototype.__modules__=[]);const a=te.prototype.__modules__;typeof n=="function"&&a.indexOf(n)<0&&a.push(n)}static use(n){return Array.isArray(n)?(n.forEach(a=>te.installModule(a)),te):(te.installModule(n),te)}}Object.keys(Aa).forEach(e=>{Object.keys(Aa[e]).forEach(n=>{te.prototype[n]=Aa[e][n]})}),te.use([g0,y0]);function ii(e,n,a,o){return e.params.createElements&&Object.keys(o).forEach(s=>{if(!a[s]&&a.auto===!0){let i=xe(e.el,`.${o[s]}`)[0];i||(i=zt("div",o[s]),i.className=o[s],e.el.append(i)),a[s]=i,n[s]=i}}),a}function kn(e){let{swiper:n,extendParams:a,on:o,emit:s}=e;a({navigation:{nextEl:null,prevEl:null,hideOnClick:!1,disabledClass:"swiper-button-disabled",hiddenClass:"swiper-button-hidden",lockClass:"swiper-button-lock",navigationDisabledClass:"swiper-navigation-disabled"}}),n.navigation={nextEl:null,prevEl:null};function i(u){let k;return u&&typeof u=="string"&&n.isElement&&(k=n.el.querySelector(u),k)?k:(u&&(typeof u=="string"&&(k=[...document.querySelectorAll(u)]),n.params.uniqueNavElements&&typeof u=="string"&&k&&k.length>1&&n.el.querySelectorAll(u).length===1?k=n.el.querySelector(u):k&&k.length===1&&(k=k[0])),u&&!k?u:k)}function r(u,k){const E=n.params.navigation;u=Y(u),u.forEach(g=>{g&&(g.classList[k?"add":"remove"](...E.disabledClass.split(" ")),g.tagName==="BUTTON"&&(g.disabled=k),n.params.watchOverflow&&n.enabled&&g.classList[n.isLocked?"add":"remove"](E.lockClass))})}function l(){const{nextEl:u,prevEl:k}=n.navigation;if(n.params.loop){r(k,!1),r(u,!1);return}r(k,n.isBeginning&&!n.params.rewind),r(u,n.isEnd&&!n.params.rewind)}function c(u){u.preventDefault(),!(n.isBeginning&&!n.params.loop&&!n.params.rewind)&&(n.slidePrev(),s("navigationPrev"))}function d(u){u.preventDefault(),!(n.isEnd&&!n.params.loop&&!n.params.rewind)&&(n.slideNext(),s("navigationNext"))}function h(){const u=n.params.navigation;if(n.params.navigation=ii(n,n.originalParams.navigation,n.params.navigation,{nextEl:"swiper-button-next",prevEl:"swiper-button-prev"}),!(u.nextEl||u.prevEl))return;let k=i(u.nextEl),E=i(u.prevEl);Object.assign(n.navigation,{nextEl:k,prevEl:E}),k=Y(k),E=Y(E);const g=(y,_)=>{y&&y.addEventListener("click",_==="next"?d:c),!n.enabled&&y&&y.classList.add(...u.lockClass.split(" "))};k.forEach(y=>g(y,"next")),E.forEach(y=>g(y,"prev"))}function m(){let{nextEl:u,prevEl:k}=n.navigation;u=Y(u),k=Y(k);const E=(g,y)=>{g.removeEventListener("click",y==="next"?d:c),g.classList.remove(...n.params.navigation.disabledClass.split(" "))};u.forEach(g=>E(g,"next")),k.forEach(g=>E(g,"prev"))}o("init",()=>{n.params.navigation.enabled===!1?f():(h(),l())}),o("toEdge fromEdge lock unlock",()=>{l()}),o("destroy",()=>{m()}),o("enable disable",()=>{let{nextEl:u,prevEl:k}=n.navigation;if(u=Y(u),k=Y(k),n.enabled){l();return}[...u,...k].filter(E=>!!E).forEach(E=>E.classList.add(n.params.navigation.lockClass))}),o("click",(u,k)=>{let{nextEl:E,prevEl:g}=n.navigation;E=Y(E),g=Y(g);const y=k.target;let _=g.includes(y)||E.includes(y);if(n.isElement&&!_){const V=k.path||k.composedPath&&k.composedPath();V&&(_=V.find(x=>E.includes(x)||g.includes(x)))}if(n.params.navigation.hideOnClick&&!_){if(n.pagination&&n.params.pagination&&n.params.pagination.clickable&&(n.pagination.el===y||n.pagination.el.contains(y)))return;let V;E.length?V=E[0].classList.contains(n.params.navigation.hiddenClass):g.length&&(V=g[0].classList.contains(n.params.navigation.hiddenClass)),s(V===!0?"navigationShow":"navigationHide"),[...E,...g].filter(x=>!!x).forEach(x=>x.classList.toggle(n.params.navigation.hiddenClass))}});const p=()=>{n.el.classList.remove(...n.params.navigation.navigationDisabledClass.split(" ")),h(),l()},f=()=>{n.el.classList.add(...n.params.navigation.navigationDisabledClass.split(" ")),m()};Object.assign(n.navigation,{enable:p,disable:f,update:l,init:h,destroy:m})}function Ge(e){return e===void 0&&(e=""),`.${e.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function wm(e){let{swiper:n,extendParams:a,on:o,emit:s}=e;const i="swiper-pagination";a({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:g=>g,formatFractionTotal:g=>g,bulletClass:`${i}-bullet`,bulletActiveClass:`${i}-bullet-active`,modifierClass:`${i}-`,currentClass:`${i}-current`,totalClass:`${i}-total`,hiddenClass:`${i}-hidden`,progressbarFillClass:`${i}-progressbar-fill`,progressbarOppositeClass:`${i}-progressbar-opposite`,clickableClass:`${i}-clickable`,lockClass:`${i}-lock`,horizontalClass:`${i}-horizontal`,verticalClass:`${i}-vertical`,paginationDisabledClass:`${i}-disabled`}}),n.pagination={el:null,bullets:[]};let r,l=0;function c(){return!n.params.pagination.el||!n.pagination.el||Array.isArray(n.pagination.el)&&n.pagination.el.length===0}function d(g,y){const{bulletActiveClass:_}=n.params.pagination;g&&(g=g[`${y==="prev"?"previous":"next"}ElementSibling`],g&&(g.classList.add(`${_}-${y}`),g=g[`${y==="prev"?"previous":"next"}ElementSibling`],g&&g.classList.add(`${_}-${y}-${y}`)))}function h(g){const y=g.target.closest(Ge(n.params.pagination.bulletClass));if(!y)return;g.preventDefault();const _=At(y)*n.params.slidesPerGroup;if(n.params.loop){if(n.realIndex===_)return;n.slideToLoop(_)}else n.slideTo(_)}function m(){const g=n.rtl,y=n.params.pagination;if(c())return;let _=n.pagination.el;_=Y(_);let V,x;const N=n.virtual&&n.params.virtual.enabled?n.virtual.slides.length:n.slides.length,I=n.params.loop?Math.ceil(N/n.params.slidesPerGroup):n.snapGrid.length;if(n.params.loop?(x=n.previousRealIndex||0,V=n.params.slidesPerGroup>1?Math.floor(n.realIndex/n.params.slidesPerGroup):n.realIndex):typeof n.snapIndex<"u"?(V=n.snapIndex,x=n.previousSnapIndex):(x=n.previousIndex||0,V=n.activeIndex||0),y.type==="bullets"&&n.pagination.bullets&&n.pagination.bullets.length>0){const T=n.pagination.bullets;let A,b,C;if(y.dynamicBullets&&(r=xa(T[0],n.isHorizontal()?"width":"height"),_.forEach(D=>{D.style[n.isHorizontal()?"width":"height"]=`${r*(y.dynamicMainBullets+4)}px`}),y.dynamicMainBullets>1&&x!==void 0&&(l+=V-(x||0),l>y.dynamicMainBullets-1?l=y.dynamicMainBullets-1:l<0&&(l=0)),A=Math.max(V-l,0),b=A+(Math.min(T.length,y.dynamicMainBullets)-1),C=(b+A)/2),T.forEach(D=>{const M=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(L=>`${y.bulletActiveClass}${L}`)].map(L=>typeof L=="string"&&L.includes(" ")?L.split(" "):L).flat();D.classList.remove(...M)}),_.length>1)T.forEach(D=>{const M=At(D);M===V?D.classList.add(...y.bulletActiveClass.split(" ")):n.isElement&&D.setAttribute("part","bullet"),y.dynamicBullets&&(M>=A&&M<=b&&D.classList.add(...`${y.bulletActiveClass}-main`.split(" ")),M===A&&d(D,"prev"),M===b&&d(D,"next"))});else{const D=T[V];if(D&&D.classList.add(...y.bulletActiveClass.split(" ")),n.isElement&&T.forEach((M,L)=>{M.setAttribute("part",L===V?"bullet-active":"bullet")}),y.dynamicBullets){const M=T[A],L=T[b];for(let v=A;v<=b;v+=1)T[v]&&T[v].classList.add(...`${y.bulletActiveClass}-main`.split(" "));d(M,"prev"),d(L,"next")}}if(y.dynamicBullets){const D=Math.min(T.length,y.dynamicMainBullets+4),M=(r*D-r)/2-C*r,L=g?"right":"left";T.forEach(v=>{v.style[n.isHorizontal()?L:"top"]=`${M}px`})}}_.forEach((T,A)=>{if(y.type==="fraction"&&(T.querySelectorAll(Ge(y.currentClass)).forEach(b=>{b.textContent=y.formatFractionCurrent(V+1)}),T.querySelectorAll(Ge(y.totalClass)).forEach(b=>{b.textContent=y.formatFractionTotal(I)})),y.type==="progressbar"){let b;y.progressbarOpposite?b=n.isHorizontal()?"vertical":"horizontal":b=n.isHorizontal()?"horizontal":"vertical";const C=(V+1)/I;let D=1,M=1;b==="horizontal"?D=C:M=C,T.querySelectorAll(Ge(y.progressbarFillClass)).forEach(L=>{L.style.transform=`translate3d(0,0,0) scaleX(${D}) scaleY(${M})`,L.style.transitionDuration=`${n.params.speed}ms`})}y.type==="custom"&&y.renderCustom?(T.innerHTML=y.renderCustom(n,V+1,I),A===0&&s("paginationRender",T)):(A===0&&s("paginationRender",T),s("paginationUpdate",T)),n.params.watchOverflow&&n.enabled&&T.classList[n.isLocked?"add":"remove"](y.lockClass)})}function p(){const g=n.params.pagination;if(c())return;const y=n.virtual&&n.params.virtual.enabled?n.virtual.slides.length:n.grid&&n.params.grid.rows>1?n.slides.length/Math.ceil(n.params.grid.rows):n.slides.length;let _=n.pagination.el;_=Y(_);let V="";if(g.type==="bullets"){let x=n.params.loop?Math.ceil(y/n.params.slidesPerGroup):n.snapGrid.length;n.params.freeMode&&n.params.freeMode.enabled&&x>y&&(x=y);for(let N=0;N<x;N+=1)g.renderBullet?V+=g.renderBullet.call(n,N,g.bulletClass):V+=`<${g.bulletElement} ${n.isElement?'part="bullet"':""} class="${g.bulletClass}"></${g.bulletElement}>`}g.type==="fraction"&&(g.renderFraction?V=g.renderFraction.call(n,g.currentClass,g.totalClass):V=`<span class="${g.currentClass}"></span> / <span class="${g.totalClass}"></span>`),g.type==="progressbar"&&(g.renderProgressbar?V=g.renderProgressbar.call(n,g.progressbarFillClass):V=`<span class="${g.progressbarFillClass}"></span>`),n.pagination.bullets=[],_.forEach(x=>{g.type!=="custom"&&(x.innerHTML=V||""),g.type==="bullets"&&n.pagination.bullets.push(...x.querySelectorAll(Ge(g.bulletClass)))}),g.type!=="custom"&&s("paginationRender",_[0])}function f(){n.params.pagination=ii(n,n.originalParams.pagination,n.params.pagination,{el:"swiper-pagination"});const g=n.params.pagination;if(!g.el)return;let y;typeof g.el=="string"&&n.isElement&&(y=n.el.querySelector(g.el)),!y&&typeof g.el=="string"&&(y=[...document.querySelectorAll(g.el)]),y||(y=g.el),!(!y||y.length===0)&&(n.params.uniqueNavElements&&typeof g.el=="string"&&Array.isArray(y)&&y.length>1&&(y=[...n.el.querySelectorAll(g.el)],y.length>1&&(y=y.filter(_=>Zs(_,".swiper")[0]===n.el)[0])),Array.isArray(y)&&y.length===1&&(y=y[0]),Object.assign(n.pagination,{el:y}),y=Y(y),y.forEach(_=>{g.type==="bullets"&&g.clickable&&_.classList.add(...(g.clickableClass||"").split(" ")),_.classList.add(g.modifierClass+g.type),_.classList.add(n.isHorizontal()?g.horizontalClass:g.verticalClass),g.type==="bullets"&&g.dynamicBullets&&(_.classList.add(`${g.modifierClass}${g.type}-dynamic`),l=0,g.dynamicMainBullets<1&&(g.dynamicMainBullets=1)),g.type==="progressbar"&&g.progressbarOpposite&&_.classList.add(g.progressbarOppositeClass),g.clickable&&_.addEventListener("click",h),n.enabled||_.classList.add(g.lockClass)}))}function u(){const g=n.params.pagination;if(c())return;let y=n.pagination.el;y&&(y=Y(y),y.forEach(_=>{_.classList.remove(g.hiddenClass),_.classList.remove(g.modifierClass+g.type),_.classList.remove(n.isHorizontal()?g.horizontalClass:g.verticalClass),g.clickable&&(_.classList.remove(...(g.clickableClass||"").split(" ")),_.removeEventListener("click",h))})),n.pagination.bullets&&n.pagination.bullets.forEach(_=>_.classList.remove(...g.bulletActiveClass.split(" ")))}o("changeDirection",()=>{if(!n.pagination||!n.pagination.el)return;const g=n.params.pagination;let{el:y}=n.pagination;y=Y(y),y.forEach(_=>{_.classList.remove(g.horizontalClass,g.verticalClass),_.classList.add(n.isHorizontal()?g.horizontalClass:g.verticalClass)})}),o("init",()=>{n.params.pagination.enabled===!1?E():(f(),p(),m())}),o("activeIndexChange",()=>{typeof n.snapIndex>"u"&&m()}),o("snapIndexChange",()=>{m()}),o("snapGridLengthChange",()=>{p(),m()}),o("destroy",()=>{u()}),o("enable disable",()=>{let{el:g}=n.pagination;g&&(g=Y(g),g.forEach(y=>y.classList[n.enabled?"remove":"add"](n.params.pagination.lockClass)))}),o("lock unlock",()=>{m()}),o("click",(g,y)=>{const _=y.target,V=Y(n.pagination.el);if(n.params.pagination.el&&n.params.pagination.hideOnClick&&V&&V.length>0&&!_.classList.contains(n.params.pagination.bulletClass)){if(n.navigation&&(n.navigation.nextEl&&_===n.navigation.nextEl||n.navigation.prevEl&&_===n.navigation.prevEl))return;const x=V[0].classList.contains(n.params.pagination.hiddenClass);s(x===!0?"paginationShow":"paginationHide"),V.forEach(N=>N.classList.toggle(n.params.pagination.hiddenClass))}});const k=()=>{n.el.classList.remove(n.params.pagination.paginationDisabledClass);let{el:g}=n.pagination;g&&(g=Y(g),g.forEach(y=>y.classList.remove(n.params.pagination.paginationDisabledClass))),f(),p(),m()},E=()=>{n.el.classList.add(n.params.pagination.paginationDisabledClass);let{el:g}=n.pagination;g&&(g=Y(g),g.forEach(y=>y.classList.add(n.params.pagination.paginationDisabledClass))),u()};Object.assign(n.pagination,{enable:k,disable:E,render:p,update:m,init:f,destroy:u})}function Ot(e){let{swiper:n,extendParams:a,on:o}=e;a({a11y:{enabled:!0,notificationClass:"swiper-notification",prevSlideMessage:"Previous slide",nextSlideMessage:"Next slide",firstSlideMessage:"This is the first slide",lastSlideMessage:"This is the last slide",paginationBulletMessage:"Go to slide {{index}}",slideLabelMessage:"{{index}} / {{slidesLength}}",containerMessage:null,containerRoleDescriptionMessage:null,itemRoleDescriptionMessage:null,slideRole:"group",id:null}}),n.a11y={clicked:!1};let s=null,i,r,l=new Date().getTime();function c(S){const B=s;B.length!==0&&(B.innerHTML="",B.innerHTML=S)}function d(S){const B=()=>Math.round(16*Math.random()).toString(16);return"x".repeat(S).replace(/x/g,B)}function h(S){S=Y(S),S.forEach(B=>{B.setAttribute("tabIndex","0")})}function m(S){S=Y(S),S.forEach(B=>{B.setAttribute("tabIndex","-1")})}function p(S,B){S=Y(S),S.forEach(z=>{z.setAttribute("role",B)})}function f(S,B){S=Y(S),S.forEach(z=>{z.setAttribute("aria-roledescription",B)})}function u(S,B){S=Y(S),S.forEach(z=>{z.setAttribute("aria-controls",B)})}function k(S,B){S=Y(S),S.forEach(z=>{z.setAttribute("aria-label",B)})}function E(S,B){S=Y(S),S.forEach(z=>{z.setAttribute("id",B)})}function g(S,B){S=Y(S),S.forEach(z=>{z.setAttribute("aria-live",B)})}function y(S){S=Y(S),S.forEach(B=>{B.setAttribute("aria-disabled",!0)})}function _(S){S=Y(S),S.forEach(B=>{B.setAttribute("aria-disabled",!1)})}function V(S){if(S.keyCode!==13&&S.keyCode!==32)return;const B=n.params.a11y,z=S.target;if(!(n.pagination&&n.pagination.el&&(z===n.pagination.el||n.pagination.el.contains(S.target))&&!S.target.matches(Ge(n.params.pagination.bulletClass)))){if(n.navigation&&n.navigation.prevEl&&n.navigation.nextEl){const O=Y(n.navigation.prevEl);Y(n.navigation.nextEl).includes(z)&&(n.isEnd&&!n.params.loop||n.slideNext(),n.isEnd?c(B.lastSlideMessage):c(B.nextSlideMessage)),O.includes(z)&&(n.isBeginning&&!n.params.loop||n.slidePrev(),n.isBeginning?c(B.firstSlideMessage):c(B.prevSlideMessage))}n.pagination&&z.matches(Ge(n.params.pagination.bulletClass))&&z.click()}}function x(){if(n.params.loop||n.params.rewind||!n.navigation)return;const{nextEl:S,prevEl:B}=n.navigation;B&&(n.isBeginning?(y(B),m(B)):(_(B),h(B))),S&&(n.isEnd?(y(S),m(S)):(_(S),h(S)))}function N(){return n.pagination&&n.pagination.bullets&&n.pagination.bullets.length}function I(){return N()&&n.params.pagination.clickable}function T(){const S=n.params.a11y;N()&&n.pagination.bullets.forEach(B=>{n.params.pagination.clickable&&(h(B),n.params.pagination.renderBullet||(p(B,"button"),k(B,S.paginationBulletMessage.replace(/\{\{index\}\}/,At(B)+1)))),B.matches(Ge(n.params.pagination.bulletActiveClass))?B.setAttribute("aria-current","true"):B.removeAttribute("aria-current")})}const A=(S,B,z)=>{h(S),S.tagName!=="BUTTON"&&(p(S,"button"),S.addEventListener("keydown",V)),k(S,z),u(S,B)},b=S=>{r&&r!==S.target&&!r.contains(S.target)&&(i=!0),n.a11y.clicked=!0},C=()=>{i=!1,requestAnimationFrame(()=>{requestAnimationFrame(()=>{n.destroyed||(n.a11y.clicked=!1)})})},D=S=>{l=new Date().getTime()},M=S=>{if(n.a11y.clicked||new Date().getTime()-l<100)return;const B=S.target.closest(`.${n.params.slideClass}, swiper-slide`);if(!B||!n.slides.includes(B))return;r=B;const z=n.slides.indexOf(B)===n.activeIndex,O=n.params.watchSlidesProgress&&n.visibleSlides&&n.visibleSlides.includes(B);z||O||S.sourceCapabilities&&S.sourceCapabilities.firesTouchEvents||(n.isHorizontal()?n.el.scrollLeft=0:n.el.scrollTop=0,requestAnimationFrame(()=>{i||(n.params.loop?n.slideToLoop(parseInt(B.getAttribute("data-swiper-slide-index")),0):n.slideTo(n.slides.indexOf(B),0),i=!1)}))},L=()=>{const S=n.params.a11y;S.itemRoleDescriptionMessage&&f(n.slides,S.itemRoleDescriptionMessage),S.slideRole&&p(n.slides,S.slideRole);const B=n.slides.length;S.slideLabelMessage&&n.slides.forEach((z,O)=>{const U=n.params.loop?parseInt(z.getAttribute("data-swiper-slide-index"),10):O,K=S.slideLabelMessage.replace(/\{\{index\}\}/,U+1).replace(/\{\{slidesLength\}\}/,B);k(z,K)})},v=()=>{const S=n.params.a11y;n.el.append(s);const B=n.el;S.containerRoleDescriptionMessage&&f(B,S.containerRoleDescriptionMessage),S.containerMessage&&k(B,S.containerMessage);const z=n.wrapperEl,O=S.id||z.getAttribute("id")||`swiper-wrapper-${d(16)}`,U=n.params.autoplay&&n.params.autoplay.enabled?"off":"polite";E(z,O),g(z,U),L();let{nextEl:K,prevEl:Z}=n.navigation?n.navigation:{};K=Y(K),Z=Y(Z),K&&K.forEach(ne=>A(ne,O,S.nextSlideMessage)),Z&&Z.forEach(ne=>A(ne,O,S.prevSlideMessage)),I()&&Y(n.pagination.el).forEach(De=>{De.addEventListener("keydown",V)}),Ce().addEventListener("visibilitychange",D),n.el.addEventListener("focus",M,!0),n.el.addEventListener("focus",M,!0),n.el.addEventListener("pointerdown",b,!0),n.el.addEventListener("pointerup",C,!0)};function P(){s&&s.remove();let{nextEl:S,prevEl:B}=n.navigation?n.navigation:{};S=Y(S),B=Y(B),S&&S.forEach(O=>O.removeEventListener("keydown",V)),B&&B.forEach(O=>O.removeEventListener("keydown",V)),I()&&Y(n.pagination.el).forEach(U=>{U.removeEventListener("keydown",V)}),Ce().removeEventListener("visibilitychange",D),n.el&&typeof n.el!="string"&&(n.el.removeEventListener("focus",M,!0),n.el.removeEventListener("pointerdown",b,!0),n.el.removeEventListener("pointerup",C,!0))}o("beforeInit",()=>{s=zt("span",n.params.a11y.notificationClass),s.setAttribute("aria-live","assertive"),s.setAttribute("aria-atomic","true")}),o("afterInit",()=>{n.params.a11y.enabled&&v()}),o("slidesLengthChange snapGridLengthChange slidesGridLengthChange",()=>{n.params.a11y.enabled&&L()}),o("fromEdge toEdge afterInit lock unlock",()=>{n.params.a11y.enabled&&x()}),o("paginationUpdate",()=>{n.params.a11y.enabled&&T()}),o("destroy",()=>{n.params.a11y.enabled&&P()})}function Cm(e){let{swiper:n,extendParams:a,on:o,emit:s,params:i}=e;n.autoplay={running:!1,paused:!1,timeLeft:0},a({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let r,l,c=i&&i.autoplay?i.autoplay.delay:3e3,d=i&&i.autoplay?i.autoplay.delay:3e3,h,m=new Date().getTime(),p,f,u,k,E,g,y;function _(B){!n||n.destroyed||!n.wrapperEl||B.target===n.wrapperEl&&(n.wrapperEl.removeEventListener("transitionend",_),!(y||B.detail&&B.detail.bySwiperTouchMove)&&b())}const V=()=>{if(n.destroyed||!n.autoplay.running)return;n.autoplay.paused?p=!0:p&&(d=h,p=!1);const B=n.autoplay.paused?h:m+d-new Date().getTime();n.autoplay.timeLeft=B,s("autoplayTimeLeft",B,B/c),l=requestAnimationFrame(()=>{V()})},x=()=>{let B;return n.virtual&&n.params.virtual.enabled?B=n.slides.filter(O=>O.classList.contains("swiper-slide-active"))[0]:B=n.slides[n.activeIndex],B?parseInt(B.getAttribute("data-swiper-autoplay"),10):void 0},N=B=>{if(n.destroyed||!n.autoplay.running)return;cancelAnimationFrame(l),V();let z=typeof B>"u"?n.params.autoplay.delay:B;c=n.params.autoplay.delay,d=n.params.autoplay.delay;const O=x();!Number.isNaN(O)&&O>0&&typeof B>"u"&&(z=O,c=O,d=O),h=z;const U=n.params.speed,K=()=>{!n||n.destroyed||(n.params.autoplay.reverseDirection?!n.isBeginning||n.params.loop||n.params.rewind?(n.slidePrev(U,!0,!0),s("autoplay")):n.params.autoplay.stopOnLastSlide||(n.slideTo(n.slides.length-1,U,!0,!0),s("autoplay")):!n.isEnd||n.params.loop||n.params.rewind?(n.slideNext(U,!0,!0),s("autoplay")):n.params.autoplay.stopOnLastSlide||(n.slideTo(0,U,!0,!0),s("autoplay")),n.params.cssMode&&(m=new Date().getTime(),requestAnimationFrame(()=>{N()})))};return z>0?(clearTimeout(r),r=setTimeout(()=>{K()},z)):requestAnimationFrame(()=>{K()}),z},I=()=>{m=new Date().getTime(),n.autoplay.running=!0,N(),s("autoplayStart")},T=()=>{n.autoplay.running=!1,clearTimeout(r),cancelAnimationFrame(l),s("autoplayStop")},A=(B,z)=>{if(n.destroyed||!n.autoplay.running)return;clearTimeout(r),B||(g=!0);const O=()=>{s("autoplayPause"),n.params.autoplay.waitForTransition?n.wrapperEl.addEventListener("transitionend",_):b()};if(n.autoplay.paused=!0,z){E&&(h=n.params.autoplay.delay),E=!1,O();return}h=(h||n.params.autoplay.delay)-(new Date().getTime()-m),!(n.isEnd&&h<0&&!n.params.loop)&&(h<0&&(h=0),O())},b=()=>{n.isEnd&&h<0&&!n.params.loop||n.destroyed||!n.autoplay.running||(m=new Date().getTime(),g?(g=!1,N(h)):N(),n.autoplay.paused=!1,s("autoplayResume"))},C=()=>{if(n.destroyed||!n.autoplay.running)return;const B=Ce();B.visibilityState==="hidden"&&(g=!0,A(!0)),B.visibilityState==="visible"&&b()},D=B=>{B.pointerType==="mouse"&&(g=!0,y=!0,!(n.animating||n.autoplay.paused)&&A(!0))},M=B=>{B.pointerType==="mouse"&&(y=!1,n.autoplay.paused&&b())},L=()=>{n.params.autoplay.pauseOnMouseEnter&&(n.el.addEventListener("pointerenter",D),n.el.addEventListener("pointerleave",M))},v=()=>{n.el&&typeof n.el!="string"&&(n.el.removeEventListener("pointerenter",D),n.el.removeEventListener("pointerleave",M))},P=()=>{Ce().addEventListener("visibilitychange",C)},S=()=>{Ce().removeEventListener("visibilitychange",C)};o("init",()=>{n.params.autoplay.enabled&&(L(),P(),I())}),o("destroy",()=>{v(),S(),n.autoplay.running&&T()}),o("_freeModeStaticRelease",()=>{(u||g)&&b()}),o("_freeModeNoMomentumRelease",()=>{n.params.autoplay.disableOnInteraction?T():A(!0,!0)}),o("beforeTransitionStart",(B,z,O)=>{n.destroyed||!n.autoplay.running||(O||!n.params.autoplay.disableOnInteraction?A(!0,!0):T())}),o("sliderFirstMove",()=>{if(!(n.destroyed||!n.autoplay.running)){if(n.params.autoplay.disableOnInteraction){T();return}f=!0,u=!1,g=!1,k=setTimeout(()=>{g=!0,u=!0,A(!0)},200)}}),o("touchEnd",()=>{if(!(n.destroyed||!n.autoplay.running||!f)){if(clearTimeout(k),clearTimeout(r),n.params.autoplay.disableOnInteraction){u=!1,f=!1;return}u&&n.params.cssMode&&b(),u=!1,f=!1}}),o("slideChange",()=>{n.destroyed||!n.autoplay.running||(E=!0)}),Object.assign(n.autoplay,{start:I,stop:T,pause:A,resume:b})}function Bm(e){const{effect:n,swiper:a,on:o,setTranslate:s,setTransition:i,overwriteParams:r,perspective:l,recreateShadows:c,getEffectParams:d}=e;o("beforeInit",()=>{if(a.params.effect!==n)return;a.classNames.push(`${a.params.containerModifierClass}${n}`),l&&l()&&a.classNames.push(`${a.params.containerModifierClass}3d`);const m=r?r():{};Object.assign(a.params,m),Object.assign(a.originalParams,m)}),o("setTranslate",()=>{a.params.effect===n&&s()}),o("setTransition",(m,p)=>{a.params.effect===n&&i(p)}),o("transitionEnd",()=>{if(a.params.effect===n&&c){if(!d||!d().slideShadows)return;a.slides.forEach(m=>{m.querySelectorAll(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").forEach(p=>p.remove())}),c()}});let h;o("virtualUpdate",()=>{a.params.effect===n&&(a.slides.length||(h=!0),requestAnimationFrame(()=>{h&&a.slides&&a.slides.length&&(s(),h=!1)}))})}function Em(e,n){const a=Ks(n);return a!==n&&(a.style.backfaceVisibility="hidden",a.style["-webkit-backface-visibility"]="hidden"),a}function Sm(e){let{swiper:n,duration:a,transformElements:o,allSlides:s}=e;const{activeIndex:i}=n,r=l=>l.parentElement?l.parentElement:n.slides.filter(d=>d.shadowRoot&&d.shadowRoot===l.parentNode)[0];if(n.params.virtualTranslate&&a!==0){let l=!1,c;s?c=o:c=o.filter(d=>{const h=d.classList.contains("swiper-slide-transform")?r(d):d;return n.getSlideIndex(h)===i}),c.forEach(d=>{h0(d,()=>{if(l||!n||n.destroyed)return;l=!0,n.animating=!1;const h=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0});n.wrapperEl.dispatchEvent(h)})})}}function Vm(e){let{swiper:n,extendParams:a,on:o}=e;a({fadeEffect:{crossFade:!1}}),Bm({effect:"fade",swiper:n,on:o,setTranslate:()=>{const{slides:r}=n,l=n.params.fadeEffect;for(let c=0;c<r.length;c+=1){const d=n.slides[c];let m=-d.swiperSlideOffset;n.params.virtualTranslate||(m-=n.translate);let p=0;n.isHorizontal()||(p=m,m=0);const f=n.params.fadeEffect.crossFade?Math.max(1-Math.abs(d.progress),0):1+Math.min(Math.max(d.progress,-1),0),u=Em(l,d);u.style.opacity=f,u.style.transform=`translate3d(${m}px, ${p}px, 0px)`}},setTransition:r=>{const l=n.slides.map(c=>Ks(c));l.forEach(c=>{c.style.transitionDuration=`${r}ms`}),Sm({swiper:n,duration:r,transformElements:l,allSlides:!0})},overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!n.params.cssMode})})}const _n={MixinCarousel:{init:!1,slidesPerView:1.25,speed:500,threshold:20,spaceBetween:28,watchOverflow:!0,watchSlidesProgress:!0,watchSlidesVisibility:!0,loop:!1,preloadImages:!1,lazy:{loadPrevNext:!0,loadOnTransitionStart:!0,loadPrevNextAmount:2},navigation:{nextEl:".swiper-next",prevEl:".swiper-prev"},breakpoints:{640:{slidesPerView:1,spaceBetween:28},768:{slidesPerView:2,spaceBetween:28},1280:{slidesPerView:2,spaceBetween:56}},on:{init(e){e.el.classList.replace("opacity-0","opacity-100")}}},BlockImageCarousel:{slidesPerView:1,speed:500,threshold:20,loop:!1,preloadImages:!1,watchSlidesProgress:!0,watchSlidesVisibility:!0,lazy:!0,navigation:{nextEl:".swiper-next",prevEl:".swiper-prev"},pagination:{el:".swiper-pagination",type:"bullets",clickable:!0,bulletClass:"swiper-dot",bulletActiveClass:"swiper-dot-active",renderBullet:function(e,n){return`<button class="${n}" arial-label="Go to slide ${e}"><span></span></button>`}}}};Object.assign(_n,{BaseCarouselCards:_n.MixinCarousel});const ri=_n.MixinCarousel;te.use([kn,Ot]);const li={cards:"-cards",tiles:"-tiles"},ci={"col-1":"","col-2":"lg:col-start-2","col-3":"lg:col-start-3"},Nm=t.defineComponent({name:"MixinCarousel",components:{BaseLink:F,BaseButton:R,IconPrev:we,IconNext:$e},props:{noLinks:{type:Boolean,required:!1,default:!1},heading:{type:String,required:!1},link:{type:[String,Object],required:!1},linkTitle:{type:String,required:!1},variant:{type:String,required:!1,default:"cards",validator:e=>Object.keys(li).includes(e)},slidesPerView:{type:Number,required:!1,default:2},indent:{type:String,required:!1,default:"col-2",validator:e=>Object.keys(ci).includes(e)},center:{type:Boolean,required:!1,default:!0},initialSlide:{type:Number,required:!1,default:0}},data(){return{slider:null,sliderOptions:{...ri,initialSlide:this.initialSlide,a11y:{prevSlideMessage:this.heading?this.heading+" - Previous slide":"Previous slide",nextSlideMessage:this.heading?this.heading+" - Next slide":"Next slide",slideRole:"link"},breakpoints:{...ri.breakpoints,1024:{slidesPerView:this.slidesPerView},1280:{slidesPerView:this.slidesPerView,spaceBetween:56}}}}},computed:{variantClass(){return li[this.variant]},colStart(){return ci[this.indent]}},mounted(){this.init()},methods:{init(){this.slider=new te(this.$refs.MixinCarousel,this.sliderOptions),this.slider.init()}}}),Tm={class:"sm:flex flex-wrap items-center justify-between"},Im={key:0,class:"MixinCarousel__Heading text-h3 defaultTheme:uppercase"},xm={ref:"MixinCarousel",class:"swiper transition-opacity duration-500 ease-in opacity-0"},Mm={class:"swiper-wrapper"},Lm={class:"swiper-navigation xl:block absolute top-0 left-0 hidden w-full ThemeVariantLight"},Dm={class:"xl:-ml-22 top-1/2 absolute left-0 z-30 -ml-20"},vm={class:"arrow-wrapper","aria-hidden":"true"},Pm={class:"arrow"},zm={class:"arrow-fixed"},Am={class:"xl:-mr-22 top-1/2 absolute right-0 z-30 -mr-20"},Om={class:"arrow-wrapper","aria-hidden":"true"},Fm={class:"arrow"},Hm={class:"arrow-fixed"};function qm(e,n,a,o,s,i){const r=F,l=we,c=R,d=$e;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.noLinks?"div":"nav"),{class:t.normalizeClass(["MixinCarousel w-full overflow-x-hidden",e.variantClass]),"aria-label":e.heading},{default:t.withCtx(()=>[t.createElementVNode("div",{class:t.normalizeClass(["BaseGrid container overflow-x-visible",{"mx-auto":e.center}])},[e.heading||e.link?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass([e.colStart,"lg:pl-0 col-start-1 col-end-13 px-4 mb-1"])},[t.createElementVNode("div",Tm,[e.heading?(t.openBlock(),t.createElementBlock("h2",Im,t.toDisplayString(e.heading),1)):t.createCommentVNode("",!0),e.link?(t.openBlock(),t.createBlock(r,t.mergeProps({key:1,class:"sm:block hidden",variant:"primary",to:typeof e.link=="object"?e.link:void 0,href:typeof e.link!="object"?e.link:void 0},e.$attrs),{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.linkTitle||e.link),1)]),_:1},16,["to","href"])):t.createCommentVNode("",!0)])],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass([e.colStart,"lg:pl-0 sm:col-end-11 3xl:col-end-12 col-start-1 col-end-13 pl-4 overflow-x-visible"])},[t.createElementVNode("div",xm,[t.createElementVNode("div",Mm,[t.renderSlot(e.$slots,"default")]),t.createElementVNode("div",Lm,[t.createElementVNode("div",Dm,[t.createVNode(c,{class:"swiper-prev xl:text-xl","aria-label":e.heading+" - Previous slide"},{icon:t.withCtx(()=>[t.createElementVNode("span",vm,[t.createElementVNode("span",Pm,[t.createVNode(l)]),t.createElementVNode("span",zm,[t.createVNode(l)])])]),_:1},8,["aria-label"])]),t.createElementVNode("div",Am,[t.createVNode(c,{class:"swiper-next xl:text-xl","aria-label":e.heading+" - Next slide"},{icon:t.withCtx(()=>[t.createElementVNode("span",Om,[t.createElementVNode("span",Fm,[t.createVNode(d)]),t.createElementVNode("span",Hm,[t.createVNode(d)])])]),_:1},8,["aria-label"])])])],512)],2)],2)]),_:3},8,["class","aria-label"])}const Be=w(Nm,[["render",qm]]),jm=t.defineComponent({name:"BlockCardGroup",components:{MixinCarousel:Be,BlockCard:Na},props:{facts:{type:Array,required:!1}}}),Rm={key:0,class:"BlockCardGroup"},Gm={class:"md:grid md:grid-cols-2 lg:grid-cols-3 3xl:grid-cols-4 hidden gap-8"};function Um(e,n,a,o,s,i){const r=Na,l=Be;return e.facts?(t.openBlock(),t.createElementBlock("div",Rm,[t.createElementVNode("div",Gm,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.facts,(c,d)=>(t.openBlock(),t.createBlock(r,{key:`fact-${d}`,class:"col-span-1",type:c.type,title:c.title,text:c.description,image:c.image},null,8,["type","title","text","image"]))),128))]),t.createVNode(l,{class:"md:hidden sm:px-10 sm:-ml-10 py-10 -mt-10",indent:"col-1","slides-per-view":3,"no-links":""},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.facts,(c,d)=>(t.openBlock(),t.createBlock(r,{key:d,title:c.title,text:c.description,image:c.image,class:"swiper-slide mb-5"},null,8,["title","text","image"]))),128))]),_:1})])):t.createCommentVNode("",!0)}const Wm=w(jm,[["render",Um]]),Ym=t.defineComponent({name:"BlockCircleImageCard",components:{BaseImagePlaceholder:j,BaseImage:q,BaseHeading:G},props:{tag:{type:String,required:!1,default:"div"},title:{type:String,required:!0},label:{type:String,required:!1},secondaryLabel:{type:String,required:!1},image:{type:Object,required:!1},imageOnRight:{type:Boolean,required:!1,default:!1}},computed:{theSrcSet(){return this.image?se(this.image)?se(this.image):this.image.srcSet:void 0}}}),Km={class:"p-8 flex-grow"},Zm={class:"flex"},Xm={class:"text-gray-dark text-subtitle mb-3"},Jm={class:"ml-auto"},Qm={class:"text-gray-mid-dark text-subtitle"};function ep(e,n,a,o,s,i){const r=q,l=j,c=G;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.tag),{class:t.normalizeClass(["BlockCircleImageCard bg-white shadow-jpl h-full flex-grow",{imageOnRight:e.imageOnRight}]),onClick:n[0]||(n[0]=d=>e.$emit("click"))},{default:t.withCtx(()=>[e.image?(t.openBlock(),t.createBlock(l,{key:0,"transparent-mode":""},{default:t.withCtx(()=>[e.image.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.image.src.url,srcset:e.theSrcSet,alt:"",width:e.image.src.width,height:e.image.src.height,"image-class":"rounded-full border-4 border-white","object-fit-class":"cover",loading:"lazy"},null,8,["src","srcset","width","height"])):t.createCommentVNode("",!0)]),_:1})):t.createCommentVNode("",!0),t.createElementVNode("div",Km,[t.createElementVNode("div",Zm,[t.createElementVNode("div",Xm,t.toDisplayString(e.label),1),t.createElementVNode("span",Jm,[t.renderSlot(e.$slots,"icon")])]),t.createElementVNode("div",Qm,t.toDisplayString(e.secondaryLabel),1),t.createVNode(c,{size:"h5",level:"h3",class:"mt-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1})])]),_:3},8,["class"])}const tp=w(Ym,[["render",ep]]),np=t.defineComponent({name:"BlockCta",components:{BaseButton:R,IconExternal:ye},props:{data:{type:Object,required:!0,default:()=>({})}},computed:{...Te(Ze),buttonVariant(){return this.themeStore.theme==="ThemeEdu"?"dark":"primary"}}}),ap={class:"bg-gray-light edu:bg-stars edu:bg-primary md:mx-0 sm:py-8 md:py-10 md:px-0 sm:mx-20 px-6 py-6 text-center"},op={class:"md:mx-16 xl:mx-24"},sp={class:"text-h6 edu:text-white edu:font-extrabold"};function ip(e,n,a,o,s,i){const r=R,l=ye;return t.openBlock(),t.createElementBlock("div",ap,[t.createElementVNode("div",op,[t.createElementVNode("p",sp,t.toDisplayString(e.data.heading),1)]),e.data.page?(t.openBlock(),t.createBlock(r,{key:0,variant:e.buttonVariant,to:e.data.page.url,class:"md:mt-5 md:mb-2 mt-4 mb-1"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.text),1)]),_:1},8,["variant","to"])):e.data.externalLink?(t.openBlock(),t.createBlock(r,{key:1,variant:e.buttonVariant,href:e.data.externalLink,class:"md:mt-5 md:mb-2 mt-4 mb-1"},{icon:t.withCtx(()=>[t.createVNode(l,{class:"ml-2 text-sm"})]),default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.text)+" ",1)]),_:1},8,["variant","href"])):t.createCommentVNode("",!0)])}const Fa=w(np,[["render",ip]]),rp=t.defineComponent({name:"BlockHeading",components:{BaseHeading:G},props:{data:{type:Object,required:!1}}});function lp(e,n,a,o,s,i){const r=G;return e.data?(t.openBlock(),t.createBlock(r,{key:0,level:e.data.level},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.heading),1)]),_:1},8,["level"])):t.createCommentVNode("",!0)}const Ft=w(rp,[["render",lp]]),cp=t.defineComponent({name:"BlockIframeEmbed",components:{BaseImageCaption:ie,BaseImagePlaceholder:j},props:{data:{type:Object,required:!1}},data(){return{lazyNative:!0}},mounted(){this.featureDetectIframeLazyLoad()},methods:{featureDetectIframeLazyLoad(){if("loading"in HTMLIFrameElement.prototype){const e=this.$refs.BlockIframeEmbed;this.lazyNative=!0,e.dataset.src&&(e.src=e.dataset.src)}else this.lazyNative=!1}}}),dp={key:0},hp=["title","data-src","height"],mp=["title","data-src"],pp={key:2,class:"lg:px-0 p-4 pb-0"};function fp(e,n,a,o,s,i){const r=j,l=ie;return e.data?(t.openBlock(),t.createElementBlock("div",dp,[e.data.height?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.data.url?(t.openBlock(),t.createElementBlock("iframe",{key:0,ref:"BlockIframeEmbed",loading:"lazy",class:t.normalizeClass(["w-full border-none",{lazyload:!e.lazyNative}]),title:e.data.title,"data-src":e.data.url,width:"90%",height:e.data.height,allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""},null,10,hp)):t.createCommentVNode("",!0)],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.data.url?(t.openBlock(),t.createBlock(r,{key:0,"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[t.createElementVNode("div",null,[t.createElementVNode("iframe",{ref:"BlockIframeEmbed",loading:"lazy",class:t.normalizeClass(["w-full border-none",{lazyload:!e.lazyNative}]),title:e.data.title,"data-src":e.data.url,"data-chromatic":"ignore",width:"90%",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""},null,10,mp)])]),_:1})):t.createCommentVNode("",!0)],64)),e.data.caption&&e.data.caption.length>2?(t.openBlock(),t.createElementBlock("div",pp,[t.createVNode(l,{data:e.data},null,8,["data"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Ht=w(cp,[["render",fp]]),up=t.defineComponent({name:"MixinFancyboxOpenButton",components:{IconExpand:Pt}}),gp={ref:"FancyboxOpenButton",class:"MixinFancyboxOpenButton",role:"presentation"},yp={class:"BaseButton -primary -icon-only pointer-events-none"},bp={class:"icon"};function kp(e,n,a,o,s,i){const r=Pt;return t.openBlock(),t.createElementBlock("div",gp,[t.createElementVNode("div",yp,[t.createElementVNode("span",bp,[t.createVNode(r)])])],512)}const di=w(up,[["render",kp]]),gt=e=>typeof e=="object"&&e!==null&&e.constructor===Object&&Object.prototype.toString.call(e)==="[object Object]",ce=(...e)=>{let n=!1;typeof e[0]=="boolean"&&(n=e.shift());let a=e[0];if(!a||typeof a!="object")throw new Error("extendee must be an object");const o=e.slice(1),s=o.length;for(let i=0;i<s;i++){const r=o[i];for(let l in r)if(r.hasOwnProperty(l)){const c=r[l];if(n&&(Array.isArray(c)||gt(c))){const d=Array.isArray(c)?[]:{};a[l]=ce(!0,a.hasOwnProperty(l)?a[l]:d,c)}else a[l]=c}}return a},ae=(e,n=1e4)=>(e=parseFloat(e)||0,Math.round((e+Number.EPSILON)*n)/n),$n=function(e){return!!(e&&typeof e=="object"&&e instanceof Element&&e!==document.body)&&!e.__Panzoom&&(function(n){const a=getComputedStyle(n)["overflow-y"],o=getComputedStyle(n)["overflow-x"],s=(a==="scroll"||a==="auto")&&Math.abs(n.scrollHeight-n.clientHeight)>1,i=(o==="scroll"||o==="auto")&&Math.abs(n.scrollWidth-n.clientWidth)>1;return s||i}(e)?e:$n(e.parentNode))},_p=typeof window<"u"&&window.ResizeObserver||class{constructor(e){this.observables=[],this.boundCheck=this.check.bind(this),this.boundCheck(),this.callback=e}observe(e){if(this.observables.some(a=>a.el===e))return;const n={el:e,size:{height:e.clientHeight,width:e.clientWidth}};this.observables.push(n)}unobserve(e){this.observables=this.observables.filter(n=>n.el!==e)}disconnect(){this.observables=[]}check(){const e=this.observables.filter(n=>{const a=n.el.clientHeight,o=n.el.clientWidth;if(n.size.height!==a||n.size.width!==o)return n.size.height=a,n.size.width=o,!0}).map(n=>n.el);e.length>0&&this.callback(e),window.requestAnimationFrame(this.boundCheck)}};class yt{constructor(n){this.id=self.Touch&&n instanceof Touch?n.identifier:-1,this.pageX=n.pageX,this.pageY=n.pageY,this.clientX=n.clientX,this.clientY=n.clientY}}const hi=(e,n)=>n?Math.sqrt((n.clientX-e.clientX)**2+(n.clientY-e.clientY)**2):0,Ha=(e,n)=>n?{clientX:(e.clientX+n.clientX)/2,clientY:(e.clientY+n.clientY)/2}:e;class $p{constructor(n,{start:a=()=>!0,move:o=()=>{},end:s=()=>{}}={}){this._element=n,this.startPointers=[],this.currentPointers=[],this._pointerStart=i=>{if(i.buttons>0&&i.button!==0)return;const r=new yt(i);this.currentPointers.some(l=>l.id===r.id)||this._triggerPointerStart(r,i)&&(window.addEventListener("mousemove",this._move),window.addEventListener("mouseup",this._pointerEnd))},this._touchStart=i=>{for(const r of Array.from(i.changedTouches||[]))this._triggerPointerStart(new yt(r),i)},this._move=i=>{const r=this.currentPointers.slice(),l=(c=>"changedTouches"in c)(i)?Array.from(i.changedTouches).map(c=>new yt(c)):[new yt(i)];for(const c of l){const d=this.currentPointers.findIndex(h=>h.id===c.id);d<0||(this.currentPointers[d]=c)}this._moveCallback(r,this.currentPointers.slice(),i)},this._triggerPointerEnd=(i,r)=>{const l=this.currentPointers.findIndex(c=>c.id===i.id);return!(l<0)&&(this.currentPointers.splice(l,1),this.startPointers.splice(l,1),this._endCallback(i,r),!0)},this._pointerEnd=i=>{i.buttons>0&&i.button!==0||this._triggerPointerEnd(new yt(i),i)&&(window.removeEventListener("mousemove",this._move,{passive:!1}),window.removeEventListener("mouseup",this._pointerEnd,{passive:!1}))},this._touchEnd=i=>{for(const r of Array.from(i.changedTouches||[]))this._triggerPointerEnd(new yt(r),i)},this._startCallback=a,this._moveCallback=o,this._endCallback=s,this._element.addEventListener("mousedown",this._pointerStart,{passive:!1}),this._element.addEventListener("touchstart",this._touchStart,{passive:!1}),this._element.addEventListener("touchmove",this._move,{passive:!1}),this._element.addEventListener("touchend",this._touchEnd),this._element.addEventListener("touchcancel",this._touchEnd)}stop(){this._element.removeEventListener("mousedown",this._pointerStart,{passive:!1}),this._element.removeEventListener("touchstart",this._touchStart,{passive:!1}),this._element.removeEventListener("touchmove",this._move,{passive:!1}),this._element.removeEventListener("touchend",this._touchEnd),this._element.removeEventListener("touchcancel",this._touchEnd),window.removeEventListener("mousemove",this._move),window.removeEventListener("mouseup",this._pointerEnd)}_triggerPointerStart(n,a){return!!this._startCallback(n,a)&&(this.currentPointers.push(n),this.startPointers.push(n),!0)}}class qa{constructor(n={}){this.options=ce(!0,{},n),this.plugins=[],this.events={};for(const a of["on","once"])for(const o of Object.entries(this.options[a]||{}))this[a](...o)}option(n,a,...o){n=String(n);let s=(i=n,r=this.options,i.split(".").reduce(function(l,c){return l&&l[c]},r));var i,r;return typeof s=="function"&&(s=s.call(this,this,...o)),s===void 0?a:s}localize(n,a=[]){return n=(n=String(n).replace(/\{\{(\w+).?(\w+)?\}\}/g,(o,s,i)=>{let r="";i?r=this.option(`${s[0]+s.toLowerCase().substring(1)}.l10n.${i}`):s&&(r=this.option(`l10n.${s}`)),r||(r=o);for(let l=0;l<a.length;l++)r=r.split(a[l][0]).join(a[l][1]);return r})).replace(/\{\{(.*)\}\}/,(o,s)=>s)}on(n,a){if(gt(n)){for(const o of Object.entries(n))this.on(...o);return this}return String(n).split(" ").forEach(o=>{const s=this.events[o]=this.events[o]||[];s.indexOf(a)==-1&&s.push(a)}),this}once(n,a){if(gt(n)){for(const o of Object.entries(n))this.once(...o);return this}return String(n).split(" ").forEach(o=>{const s=(...i)=>{this.off(o,s),a.call(this,this,...i)};s._=a,this.on(o,s)}),this}off(n,a){if(!gt(n))return n.split(" ").forEach(o=>{const s=this.events[o];if(!s||!s.length)return this;let i=-1;for(let r=0,l=s.length;r<l;r++){const c=s[r];if(c&&(c===a||c._===a)){i=r;break}}i!=-1&&s.splice(i,1)}),this;for(const o of Object.entries(n))this.off(...o)}trigger(n,...a){for(const o of[...this.events[n]||[]].slice())if(o&&o.call(this,this,...a)===!1)return!1;for(const o of[...this.events["*"]||[]].slice())if(o&&o.call(this,n,this,...a)===!1)return!1;return!0}attachPlugins(n){const a={};for(const[o,s]of Object.entries(n||{}))this.options[o]===!1||this.plugins[o]||(this.options[o]=ce({},s.defaults||{},this.options[o]),a[o]=new s(this));for(const[o,s]of Object.entries(a))s.attach(this);return this.plugins=Object.assign({},this.plugins,a),this}detachPlugins(){for(const n in this.plugins){let a;(a=this.plugins[n])&&typeof a.detach=="function"&&a.detach(this)}return this.plugins={},this}}const wp={touch:!0,zoom:!0,pinchToZoom:!0,panOnlyZoomed:!1,lockAxis:!1,friction:.64,decelFriction:.88,zoomFriction:.74,bounceForce:.2,baseScale:1,minScale:1,maxScale:2,step:.5,textSelection:!1,click:"toggleZoom",wheel:"zoom",wheelFactor:42,wheelLimit:5,draggableClass:"is-draggable",draggingClass:"is-dragging",ratio:1};class bt extends qa{constructor(n,a={}){super(ce(!0,{},wp,a)),this.state="init",this.$container=n;for(const o of["onLoad","onWheel","onClick"])this[o]=this[o].bind(this);this.initLayout(),this.resetValues(),this.attachPlugins(bt.Plugins),this.trigger("init"),this.updateMetrics(),this.attachEvents(),this.trigger("ready"),this.option("centerOnStart")===!1?this.state="ready":this.panTo({friction:0}),n.__Panzoom=this}initLayout(){const n=this.$container;if(!(n instanceof HTMLElement))throw new Error("Panzoom: Container not found");const a=this.option("content")||n.querySelector(".panzoom__content");if(!a)throw new Error("Panzoom: Content not found");this.$content=a;let o=this.option("viewport")||n.querySelector(".panzoom__viewport");o||this.option("wrapInner")===!1||(o=document.createElement("div"),o.classList.add("panzoom__viewport"),o.append(...n.childNodes),n.appendChild(o)),this.$viewport=o||a.parentNode}resetValues(){this.updateRate=this.option("updateRate",/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)?250:24),this.container={width:0,height:0},this.viewport={width:0,height:0},this.content={origWidth:0,origHeight:0,width:0,height:0,x:this.option("x",0),y:this.option("y",0),scale:this.option("baseScale")},this.transform={x:0,y:0,scale:1},this.resetDragPosition()}onLoad(n){this.updateMetrics(),this.panTo({scale:this.option("baseScale"),friction:0}),this.trigger("load",n)}onClick(n){if(n.defaultPrevented||document.activeElement&&document.activeElement.closest("[contenteditable]"))return;if(this.option("textSelection")&&window.getSelection().toString().length&&(!n.target||!n.target.hasAttribute("data-fancybox-close")))return void n.stopPropagation();const a=this.$content.getClientRects()[0];if(this.state!=="ready"&&(this.dragPosition.midPoint||Math.abs(a.top-this.dragStart.rect.top)>1||Math.abs(a.left-this.dragStart.rect.left)>1))return n.preventDefault(),void n.stopPropagation();this.trigger("click",n)!==!1&&this.option("zoom")&&this.option("click")==="toggleZoom"&&(n.preventDefault(),n.stopPropagation(),this.zoomWithClick(n))}onWheel(n){this.trigger("wheel",n)!==!1&&this.option("zoom")&&this.option("wheel")&&this.zoomWithWheel(n)}zoomWithWheel(n){this.changedDelta===void 0&&(this.changedDelta=0);const a=Math.max(-1,Math.min(1,-n.deltaY||-n.deltaX||n.wheelDelta||-n.detail)),o=this.content.scale;let s=o*(100+a*this.option("wheelFactor"))/100;if(a<0&&Math.abs(o-this.option("minScale"))<.01||a>0&&Math.abs(o-this.option("maxScale"))<.01?(this.changedDelta+=Math.abs(a),s=o):(this.changedDelta=0,s=Math.max(Math.min(s,this.option("maxScale")),this.option("minScale"))),this.changedDelta>this.option("wheelLimit")||(n.preventDefault(),s===o))return;const i=this.$content.getBoundingClientRect(),r=n.clientX-i.left,l=n.clientY-i.top;this.zoomTo(s,{x:r,y:l})}zoomWithClick(n){const a=this.$content.getClientRects()[0],o=n.clientX-a.left,s=n.clientY-a.top;this.toggleZoom({x:o,y:s})}attachEvents(){this.$content.addEventListener("load",this.onLoad),this.$container.addEventListener("wheel",this.onWheel,{passive:!1}),this.$container.addEventListener("click",this.onClick,{passive:!1}),this.initObserver();const n=new $p(this.$container,{start:(a,o)=>{if(!this.option("touch")||this.velocity.scale<0)return!1;const s=o.composedPath()[0];return!n.currentPointers.length&&(["BUTTON","TEXTAREA","OPTION","INPUT","SELECT","VIDEO"].indexOf(s.nodeName)!==-1||this.option("textSelection")&&((i,r,l)=>{const c=i.childNodes,d=document.createRange();for(let h=0;h<c.length;h++){const m=c[h];if(m.nodeType!==Node.TEXT_NODE)continue;d.selectNodeContents(m);const p=d.getBoundingClientRect();if(r>=p.left&&l>=p.top&&r<=p.right&&l<=p.bottom)return m}return!1})(s,a.clientX,a.clientY))?!1:!$n(s)&&this.trigger("touchStart",o)!==!1&&(o.type==="mousedown"&&o.preventDefault(),this.state="pointerdown",this.resetDragPosition(),this.dragPosition.midPoint=null,this.dragPosition.time=Date.now(),!0)},move:(a,o,s)=>{if(this.state!=="pointerdown")return;if(this.trigger("touchMove",s)===!1)return void s.preventDefault();if(o.length<2&&this.option("panOnlyZoomed")===!0&&this.content.width<=this.viewport.width&&this.content.height<=this.viewport.height&&this.transform.scale<=this.option("baseScale")||o.length>1&&(!this.option("zoom")||this.option("pinchToZoom")===!1))return;const i=Ha(a[0],a[1]),r=Ha(o[0],o[1]),l=r.clientX-i.clientX,c=r.clientY-i.clientY,d=hi(a[0],a[1]),h=hi(o[0],o[1]),m=d&&h?h/d:1;this.dragOffset.x+=l,this.dragOffset.y+=c,this.dragOffset.scale*=m,this.dragOffset.time=Date.now()-this.dragPosition.time;const p=this.dragStart.scale===1&&this.option("lockAxis");if(p&&!this.lockAxis){if(Math.abs(this.dragOffset.x)<6&&Math.abs(this.dragOffset.y)<6)return void s.preventDefault();const f=Math.abs(180*Math.atan2(this.dragOffset.y,this.dragOffset.x)/Math.PI);this.lockAxis=f>45&&f<135?"y":"x"}if(p==="xy"||this.lockAxis!=="y"){if(s.preventDefault(),s.stopPropagation(),s.stopImmediatePropagation(),this.lockAxis&&(this.dragOffset[this.lockAxis==="x"?"y":"x"]=0),this.$container.classList.add(this.option("draggingClass")),this.transform.scale===this.option("baseScale")&&this.lockAxis==="y"||(this.dragPosition.x=this.dragStart.x+this.dragOffset.x),this.transform.scale===this.option("baseScale")&&this.lockAxis==="x"||(this.dragPosition.y=this.dragStart.y+this.dragOffset.y),this.dragPosition.scale=this.dragStart.scale*this.dragOffset.scale,o.length>1){const f=Ha(n.startPointers[0],n.startPointers[1]),u=f.clientX-this.dragStart.rect.x,k=f.clientY-this.dragStart.rect.y,{deltaX:E,deltaY:g}=this.getZoomDelta(this.content.scale*this.dragOffset.scale,u,k);this.dragPosition.x-=E,this.dragPosition.y-=g,this.dragPosition.midPoint=r}else this.setDragResistance();this.transform={x:this.dragPosition.x,y:this.dragPosition.y,scale:this.dragPosition.scale},this.startAnimation()}},end:(a,o)=>{if(this.state!=="pointerdown")return;if(this._dragOffset={...this.dragOffset},n.currentPointers.length)return void this.resetDragPosition();if(this.state="decel",this.friction=this.option("decelFriction"),this.recalculateTransform(),this.$container.classList.remove(this.option("draggingClass")),this.trigger("touchEnd",o)===!1||this.state!=="decel")return;const s=this.option("minScale");if(this.transform.scale<s)return void this.zoomTo(s,{friction:.64});const i=this.option("maxScale");if(this.transform.scale-i>.01){const r=this.dragPosition.midPoint||a,l=this.$content.getClientRects()[0];this.zoomTo(i,{friction:.64,x:r.clientX-l.left,y:r.clientY-l.top})}}});this.pointerTracker=n}initObserver(){this.resizeObserver||(this.resizeObserver=new _p(()=>{this.updateTimer||(this.updateTimer=setTimeout(()=>{const n=this.$container.getBoundingClientRect();n.width&&n.height?((Math.abs(n.width-this.container.width)>1||Math.abs(n.height-this.container.height)>1)&&(this.isAnimating()&&this.endAnimation(!0),this.updateMetrics(),this.panTo({x:this.content.x,y:this.content.y,scale:this.option("baseScale"),friction:0})),this.updateTimer=null):this.updateTimer=null},this.updateRate))}),this.resizeObserver.observe(this.$container))}resetDragPosition(){this.lockAxis=null,this.friction=this.option("friction"),this.velocity={x:0,y:0,scale:0};const{x:n,y:a,scale:o}=this.content;this.dragStart={rect:this.$content.getBoundingClientRect(),x:n,y:a,scale:o},this.dragPosition={...this.dragPosition,x:n,y:a,scale:o},this.dragOffset={x:0,y:0,scale:1,time:0}}updateMetrics(n){n!==!0&&this.trigger("beforeUpdate");const a=this.$container,o=this.$content,s=this.$viewport,i=o instanceof HTMLImageElement,r=this.option("zoom"),l=this.option("resizeParent",r);let c=this.option("width"),d=this.option("height"),h=c||(m=o,Math.max(parseFloat(m.naturalWidth||0),parseFloat(m.width&&m.width.baseVal&&m.width.baseVal.value||0),parseFloat(m.offsetWidth||0),parseFloat(m.scrollWidth||0)));var m;let p=d||(V=>Math.max(parseFloat(V.naturalHeight||0),parseFloat(V.height&&V.height.baseVal&&V.height.baseVal.value||0),parseFloat(V.offsetHeight||0),parseFloat(V.scrollHeight||0)))(o);Object.assign(o.style,{width:c?`${c}px`:"",height:d?`${d}px`:"",maxWidth:"",maxHeight:""}),l&&Object.assign(s.style,{width:"",height:""});const f=this.option("ratio");h=ae(h*f),p=ae(p*f),c=h,d=p;const u=o.getBoundingClientRect(),k=s.getBoundingClientRect(),E=s==a?k:a.getBoundingClientRect();let g=Math.max(s.offsetWidth,ae(k.width)),y=Math.max(s.offsetHeight,ae(k.height)),_=window.getComputedStyle(s);if(g-=parseFloat(_.paddingLeft)+parseFloat(_.paddingRight),y-=parseFloat(_.paddingTop)+parseFloat(_.paddingBottom),this.viewport.width=g,this.viewport.height=y,r){if(Math.abs(h-u.width)>.1||Math.abs(p-u.height)>.1){const V=((x,N,I,T)=>{const A=Math.min(I/x||0,T/N);return{width:x*A||0,height:N*A||0}})(h,p,Math.min(h,u.width),Math.min(p,u.height));c=ae(V.width),d=ae(V.height)}Object.assign(o.style,{width:`${c}px`,height:`${d}px`,transform:""})}if(l&&(Object.assign(s.style,{width:`${c}px`,height:`${d}px`}),this.viewport={...this.viewport,width:c,height:d}),i&&r&&typeof this.options.maxScale!="function"){const V=this.option("maxScale");this.options.maxScale=function(){return this.content.origWidth>0&&this.content.fitWidth>0?this.content.origWidth/this.content.fitWidth:V}}this.content={...this.content,origWidth:h,origHeight:p,fitWidth:c,fitHeight:d,width:c,height:d,scale:1,isZoomable:r},this.container={width:E.width,height:E.height},n!==!0&&this.trigger("afterUpdate")}zoomIn(n){this.zoomTo(this.content.scale+(n||this.option("step")))}zoomOut(n){this.zoomTo(this.content.scale-(n||this.option("step")))}toggleZoom(n={}){const a=this.option("maxScale"),o=this.option("baseScale"),s=this.content.scale>o+.5*(a-o)?o:a;this.zoomTo(s,n)}zoomTo(n=this.option("baseScale"),{x:a=null,y:o=null}={}){n=Math.max(Math.min(n,this.option("maxScale")),this.option("minScale"));const s=ae(this.content.scale/(this.content.width/this.content.fitWidth),1e7);a===null&&(a=this.content.width*s*.5),o===null&&(o=this.content.height*s*.5);const{deltaX:i,deltaY:r}=this.getZoomDelta(n,a,o);a=this.content.x-i,o=this.content.y-r,this.panTo({x:a,y:o,scale:n,friction:this.option("zoomFriction")})}getZoomDelta(n,a=0,o=0){const s=this.content.fitWidth*this.content.scale,i=this.content.fitHeight*this.content.scale,r=a>0&&s?a/s:0,l=o>0&&i?o/i:0;return{deltaX:(this.content.fitWidth*n-s)*r,deltaY:(this.content.fitHeight*n-i)*l}}panTo({x:n=this.content.x,y:a=this.content.y,scale:o,friction:s=this.option("friction"),ignoreBounds:i=!1}={}){if(o=o||this.content.scale||1,!i){const{boundX:r,boundY:l}=this.getBounds(o);r&&(n=Math.max(Math.min(n,r.to),r.from)),l&&(a=Math.max(Math.min(a,l.to),l.from))}this.friction=s,this.transform={...this.transform,x:n,y:a,scale:o},s?(this.state="panning",this.velocity={x:(1/this.friction-1)*(n-this.content.x),y:(1/this.friction-1)*(a-this.content.y),scale:(1/this.friction-1)*(o-this.content.scale)},this.startAnimation()):this.endAnimation()}startAnimation(){this.rAF?cancelAnimationFrame(this.rAF):this.trigger("startAnimation"),this.rAF=requestAnimationFrame(()=>this.animate())}animate(){if(this.setEdgeForce(),this.setDragForce(),this.velocity.x*=this.friction,this.velocity.y*=this.friction,this.velocity.scale*=this.friction,this.content.x+=this.velocity.x,this.content.y+=this.velocity.y,this.content.scale+=this.velocity.scale,this.isAnimating())this.setTransform();else if(this.state!=="pointerdown")return void this.endAnimation();this.rAF=requestAnimationFrame(()=>this.animate())}getBounds(n){let a=this.boundX,o=this.boundY;if(a!==void 0&&o!==void 0)return{boundX:a,boundY:o};a={from:0,to:0},o={from:0,to:0},n=n||this.transform.scale;const s=this.content.fitWidth*n,i=this.content.fitHeight*n,r=this.viewport.width,l=this.viewport.height;if(s<r){const c=ae(.5*(r-s));a.from=c,a.to=c}else a.from=ae(r-s);if(i<l){const c=.5*(l-i);o.from=c,o.to=c}else o.from=ae(l-i);return{boundX:a,boundY:o}}setEdgeForce(){if(this.state!=="decel")return;const n=this.option("bounceForce"),{boundX:a,boundY:o}=this.getBounds(Math.max(this.transform.scale,this.content.scale));let s,i,r,l;if(a&&(s=this.content.x<a.from,i=this.content.x>a.to),o&&(r=this.content.y<o.from,l=this.content.y>o.to),s||i){let c=((s?a.from:a.to)-this.content.x)*n;const d=this.content.x+(this.velocity.x+c)/this.friction;d>=a.from&&d<=a.to&&(c+=this.velocity.x),this.velocity.x=c,this.recalculateTransform()}if(r||l){let c=((r?o.from:o.to)-this.content.y)*n;const d=this.content.y+(c+this.velocity.y)/this.friction;d>=o.from&&d<=o.to&&(c+=this.velocity.y),this.velocity.y=c,this.recalculateTransform()}}setDragResistance(){if(this.state!=="pointerdown")return;const{boundX:n,boundY:a}=this.getBounds(this.dragPosition.scale);let o,s,i,r;if(n&&(o=this.dragPosition.x<n.from,s=this.dragPosition.x>n.to),a&&(i=this.dragPosition.y<a.from,r=this.dragPosition.y>a.to),(o||s)&&(!o||!s)){const l=o?n.from:n.to,c=l-this.dragPosition.x;this.dragPosition.x=l-.3*c}if((i||r)&&(!i||!r)){const l=i?a.from:a.to,c=l-this.dragPosition.y;this.dragPosition.y=l-.3*c}}setDragForce(){this.state==="pointerdown"&&(this.velocity.x=this.dragPosition.x-this.content.x,this.velocity.y=this.dragPosition.y-this.content.y,this.velocity.scale=this.dragPosition.scale-this.content.scale)}recalculateTransform(){this.transform.x=this.content.x+this.velocity.x/(1/this.friction-1),this.transform.y=this.content.y+this.velocity.y/(1/this.friction-1),this.transform.scale=this.content.scale+this.velocity.scale/(1/this.friction-1)}isAnimating(){return!(!this.friction||!(Math.abs(this.velocity.x)>.05||Math.abs(this.velocity.y)>.05||Math.abs(this.velocity.scale)>.05))}setTransform(n){let a,o,s;if(n?(a=ae(this.transform.x),o=ae(this.transform.y),s=this.transform.scale,this.content={...this.content,x:a,y:o,scale:s}):(a=ae(this.content.x),o=ae(this.content.y),s=this.content.scale/(this.content.width/this.content.fitWidth),this.content={...this.content,x:a,y:o}),this.trigger("beforeTransform"),a=ae(this.content.x),o=ae(this.content.y),n&&this.option("zoom")){let i,r;i=ae(this.content.fitWidth*s),r=ae(this.content.fitHeight*s),this.content.width=i,this.content.height=r,this.transform={...this.transform,width:i,height:r,scale:s},Object.assign(this.$content.style,{width:`${i}px`,height:`${r}px`,maxWidth:"none",maxHeight:"none",transform:`translate3d(${a}px, ${o}px, 0) scale(1)`})}else this.$content.style.transform=`translate3d(${a}px, ${o}px, 0) scale(${s})`;this.trigger("afterTransform")}endAnimation(n){cancelAnimationFrame(this.rAF),this.rAF=null,this.velocity={x:0,y:0,scale:0},this.setTransform(!0),this.state="ready",this.handleCursor(),n!==!0&&this.trigger("endAnimation")}handleCursor(){const n=this.option("draggableClass");n&&this.option("touch")&&(this.option("panOnlyZoomed")==1&&this.content.width<=this.viewport.width&&this.content.height<=this.viewport.height&&this.transform.scale<=this.option("baseScale")?this.$container.classList.remove(n):this.$container.classList.add(n))}detachEvents(){this.$content.removeEventListener("load",this.onLoad),this.$container.removeEventListener("wheel",this.onWheel,{passive:!1}),this.$container.removeEventListener("click",this.onClick,{passive:!1}),this.pointerTracker&&(this.pointerTracker.stop(),this.pointerTracker=null),this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)}destroy(){this.state!=="destroy"&&(this.state="destroy",clearTimeout(this.updateTimer),this.updateTimer=null,cancelAnimationFrame(this.rAF),this.rAF=null,this.detachEvents(),this.detachPlugins(),this.resetDragPosition())}}bt.version="4.0.31",bt.Plugins={};const mi=(e,n)=>{let a=0;return function(...o){const s=new Date().getTime();if(!(s-a<n))return a=s,e(...o)}};class pi{constructor(n){this.$container=null,this.$prev=null,this.$next=null,this.carousel=n,this.onRefresh=this.onRefresh.bind(this)}option(n){return this.carousel.option(`Navigation.${n}`)}createButton(n){const a=document.createElement("button");a.setAttribute("title",this.carousel.localize(`{{${n.toUpperCase()}}}`));const o=this.option("classNames.button")+" "+this.option(`classNames.${n}`);return a.classList.add(...o.split(" ")),a.setAttribute("tabindex","0"),a.innerHTML=this.carousel.localize(this.option(`${n}Tpl`)),a.addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),this.carousel["slide"+(n==="next"?"Next":"Prev")]()}),a}build(){this.$container||(this.$container=document.createElement("div"),this.$container.classList.add(...this.option("classNames.main").split(" ")),this.carousel.$container.appendChild(this.$container)),this.$next||(this.$next=this.createButton("next"),this.$container.appendChild(this.$next)),this.$prev||(this.$prev=this.createButton("prev"),this.$container.appendChild(this.$prev))}onRefresh(){const n=this.carousel.pages.length;n<=1||n>1&&this.carousel.elemDimWidth<this.carousel.wrapDimWidth&&!Number.isInteger(this.carousel.option("slidesPerPage"))?this.cleanup():(this.build(),this.$prev.removeAttribute("disabled"),this.$next.removeAttribute("disabled"),this.carousel.option("infiniteX",this.carousel.option("infinite"))||(this.carousel.page<=0&&this.$prev.setAttribute("disabled",""),this.carousel.page>=n-1&&this.$next.setAttribute("disabled","")))}cleanup(){this.$prev&&this.$prev.remove(),this.$prev=null,this.$next&&this.$next.remove(),this.$next=null,this.$container&&this.$container.remove(),this.$container=null}attach(){this.carousel.on("refresh change",this.onRefresh)}detach(){this.carousel.off("refresh change",this.onRefresh),this.cleanup()}}pi.defaults={prevTpl:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M15 3l-9 9 9 9"/></svg>',nextTpl:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M9 3l9 9-9 9"/></svg>',classNames:{main:"carousel__nav",button:"carousel__button",next:"is-next",prev:"is-prev"}};class fi{constructor(n){this.carousel=n,this.selectedIndex=null,this.friction=0,this.onNavReady=this.onNavReady.bind(this),this.onNavClick=this.onNavClick.bind(this),this.onNavCreateSlide=this.onNavCreateSlide.bind(this),this.onTargetChange=this.onTargetChange.bind(this)}addAsTargetFor(n){this.target=this.carousel,this.nav=n,this.attachEvents()}addAsNavFor(n){this.target=n,this.nav=this.carousel,this.attachEvents()}attachEvents(){this.nav.options.initialSlide=this.target.options.initialPage,this.nav.on("ready",this.onNavReady),this.nav.on("createSlide",this.onNavCreateSlide),this.nav.on("Panzoom.click",this.onNavClick),this.target.on("change",this.onTargetChange),this.target.on("Panzoom.afterUpdate",this.onTargetChange)}onNavReady(){this.onTargetChange(!0)}onNavClick(n,a,o){const s=o.target.closest(".carousel__slide");if(!s)return;o.stopPropagation();const i=parseInt(s.dataset.index,10),r=this.target.findPageForSlide(i);this.target.page!==r&&this.target.slideTo(r,{friction:this.friction}),this.markSelectedSlide(i)}onNavCreateSlide(n,a){a.index===this.selectedIndex&&this.markSelectedSlide(a.index)}onTargetChange(){const n=this.target.pages[this.target.page].indexes[0],a=this.nav.findPageForSlide(n);this.nav.slideTo(a),this.markSelectedSlide(n)}markSelectedSlide(n){this.selectedIndex=n,[...this.nav.slides].filter(o=>o.$el&&o.$el.classList.remove("is-nav-selected"));const a=this.nav.slides[n];a&&a.$el&&a.$el.classList.add("is-nav-selected")}attach(n){const a=n.options.Sync;(a.target||a.nav)&&(a.target?this.addAsNavFor(a.target):a.nav&&this.addAsTargetFor(a.nav),this.friction=a.friction)}detach(){this.nav&&(this.nav.off("ready",this.onNavReady),this.nav.off("Panzoom.click",this.onNavClick),this.nav.off("createSlide",this.onNavCreateSlide)),this.target&&(this.target.off("Panzoom.afterUpdate",this.onTargetChange),this.target.off("change",this.onTargetChange))}}fi.defaults={friction:.92};const Cp={Navigation:pi,Dots:class{constructor(e){this.carousel=e,this.$list=null,this.events={change:this.onChange.bind(this),refresh:this.onRefresh.bind(this)}}buildList(){if(this.carousel.pages.length<this.carousel.option("Dots.minSlideCount"))return;const e=document.createElement("ol");return e.classList.add("carousel__dots"),e.addEventListener("click",n=>{if(!("page"in n.target.dataset))return;n.preventDefault(),n.stopPropagation();const a=parseInt(n.target.dataset.page,10),o=this.carousel;a!==o.page&&(o.pages.length<3&&o.option("infinite")?o[a==0?"slidePrev":"slideNext"]():o.slideTo(a))}),this.$list=e,this.carousel.$container.appendChild(e),this.carousel.$container.classList.add("has-dots"),e}removeList(){this.$list&&(this.$list.parentNode.removeChild(this.$list),this.$list=null),this.carousel.$container.classList.remove("has-dots")}rebuildDots(){let e=this.$list;const n=!!e,a=this.carousel.pages.length;if(a<2)return void(n&&this.removeList());n||(e=this.buildList());const o=this.$list.children.length;if(o>a)for(let s=a;s<o;s++)this.$list.removeChild(this.$list.lastChild);else{for(let s=o;s<a;s++){const i=document.createElement("li");i.classList.add("carousel__dot"),i.dataset.page=s,i.setAttribute("role","button"),i.setAttribute("tabindex","0"),i.setAttribute("title",this.carousel.localize("{{GOTO}}",[["%d",s+1]])),i.addEventListener("keydown",r=>{const l=r.code;let c;l==="Enter"||l==="NumpadEnter"?c=i:l==="ArrowRight"?c=i.nextSibling:l==="ArrowLeft"&&(c=i.previousSibling),c&&c.click()}),this.$list.appendChild(i)}this.setActiveDot()}}setActiveDot(){if(!this.$list)return;this.$list.childNodes.forEach(n=>{n.classList.remove("is-selected")});const e=this.$list.childNodes[this.carousel.page];e&&e.classList.add("is-selected")}onChange(){this.setActiveDot()}onRefresh(){this.rebuildDots()}attach(){this.carousel.on(this.events)}detach(){this.removeList(),this.carousel.off(this.events),this.carousel=null}},Sync:fi},Bp={slides:[],preload:0,slidesPerPage:"auto",initialPage:null,initialSlide:null,friction:.92,center:!0,infinite:!0,fill:!0,dragFree:!1,prefix:"",classNames:{viewport:"carousel__viewport",track:"carousel__track",slide:"carousel__slide",slideSelected:"is-selected"},l10n:{NEXT:"Next slide",PREV:"Previous slide",GOTO:"Go to slide #%d"}};class kt extends qa{constructor(n,a={}){if(super(a=ce(!0,{},Bp,a)),this.state="init",this.$container=n,!(this.$container instanceof HTMLElement))throw new Error("No root element provided");this.slideNext=mi(this.slideNext.bind(this),250),this.slidePrev=mi(this.slidePrev.bind(this),250),this.init(),n.__Carousel=this}init(){this.pages=[],this.page=this.pageIndex=null,this.prevPage=this.prevPageIndex=null,this.attachPlugins(kt.Plugins),this.trigger("init"),this.initLayout(),this.initSlides(),this.updateMetrics(),this.$track&&this.pages.length&&(this.$track.style.transform=`translate3d(${-1*this.pages[this.page].left}px, 0px, 0) scale(1)`),this.manageSlideVisiblity(),this.initPanzoom(),this.state="ready",this.trigger("ready")}initLayout(){const n=this.option("prefix"),a=this.option("classNames");this.$viewport=this.option("viewport")||this.$container.querySelector(`.${n}${a.viewport}`),this.$viewport||(this.$viewport=document.createElement("div"),this.$viewport.classList.add(...(n+a.viewport).split(" ")),this.$viewport.append(...this.$container.childNodes),this.$container.appendChild(this.$viewport)),this.$track=this.option("track")||this.$container.querySelector(`.${n}${a.track}`),this.$track||(this.$track=document.createElement("div"),this.$track.classList.add(...(n+a.track).split(" ")),this.$track.append(...this.$viewport.childNodes),this.$viewport.appendChild(this.$track))}initSlides(){this.slides=[],this.$viewport.querySelectorAll(`.${this.option("prefix")}${this.option("classNames.slide")}`).forEach(n=>{const a={$el:n,isDom:!0};this.slides.push(a),this.trigger("createSlide",a,this.slides.length)}),Array.isArray(this.options.slides)&&(this.slides=ce(!0,[...this.slides],this.options.slides))}updateMetrics(){let n,a=0,o=[];this.slides.forEach((f,u)=>{const k=f.$el,E=f.isDom||!n?this.getSlideMetrics(k):n;f.index=u,f.width=E,f.left=a,n=E,a+=E,o.push(u)});let s=Math.max(this.$track.offsetWidth,ae(this.$track.getBoundingClientRect().width)),i=getComputedStyle(this.$track);s-=parseFloat(i.paddingLeft)+parseFloat(i.paddingRight),this.contentWidth=a,this.viewportWidth=s;const r=[],l=this.option("slidesPerPage");if(Number.isInteger(l)&&a>s)for(let f=0;f<this.slides.length;f+=l)r.push({indexes:o.slice(f,f+l),slides:this.slides.slice(f,f+l)});else{let f=0,u=0;for(let k=0;k<this.slides.length;k+=1){let E=this.slides[k];(!r.length||u+E.width>s)&&(r.push({indexes:[],slides:[]}),f=r.length-1,u=0),u+=E.width,r[f].indexes.push(k),r[f].slides.push(E)}}const c=this.option("center"),d=this.option("fill");r.forEach((f,u)=>{f.index=u,f.width=f.slides.reduce((k,E)=>k+E.width,0),f.left=f.slides[0].left,c&&(f.left+=.5*(s-f.width)*-1),d&&!this.option("infiniteX",this.option("infinite"))&&a>s&&(f.left=Math.max(f.left,0),f.left=Math.min(f.left,a-s))});const h=[];let m;r.forEach(f=>{const u={...f};m&&u.left===m.left?(m.width+=u.width,m.slides=[...m.slides,...u.slides],m.indexes=[...m.indexes,...u.indexes]):(u.index=h.length,m=u,h.push(u))}),this.pages=h;let p=this.page;if(p===null){const f=this.option("initialSlide");p=f!==null?this.findPageForSlide(f):parseInt(this.option("initialPage",0),10)||0,h[p]||(p=h.length&&p>h.length?h[h.length-1].index:0),this.page=p,this.pageIndex=p}this.updatePanzoom(),this.trigger("refresh")}getSlideMetrics(n){if(!n){const s=this.slides[0];(n=document.createElement("div")).dataset.isTestEl=1,n.style.visibility="hidden",n.classList.add(...(this.option("prefix")+this.option("classNames.slide")).split(" ")),s.customClass&&n.classList.add(...s.customClass.split(" ")),this.$track.prepend(n)}let a=Math.max(n.offsetWidth,ae(n.getBoundingClientRect().width));const o=n.currentStyle||window.getComputedStyle(n);return a=a+(parseFloat(o.marginLeft)||0)+(parseFloat(o.marginRight)||0),n.dataset.isTestEl&&n.remove(),a}findPageForSlide(n){n=parseInt(n,10)||0;const a=this.pages.find(o=>o.indexes.indexOf(n)>-1);return a?a.index:null}slideNext(){this.slideTo(this.pageIndex+1)}slidePrev(){this.slideTo(this.pageIndex-1)}slideTo(n,a={}){const{x:o=-1*this.setPage(n,!0),y:s=0,friction:i=this.option("friction")}=a;this.Panzoom.content.x===o&&!this.Panzoom.velocity.x&&i||(this.Panzoom.panTo({x:o,y:s,friction:i,ignoreBounds:!0}),this.state==="ready"&&this.Panzoom.state==="ready"&&this.trigger("settle"))}initPanzoom(){this.Panzoom&&this.Panzoom.destroy();const n=ce(!0,{},{content:this.$track,wrapInner:!1,resizeParent:!1,zoom:!1,click:!1,lockAxis:"x",x:this.pages.length?-1*this.pages[this.page].left:0,centerOnStart:!1,textSelection:()=>this.option("textSelection",!1),panOnlyZoomed:function(){return this.content.width<=this.viewport.width}},this.option("Panzoom"));this.Panzoom=new bt(this.$container,n),this.Panzoom.on({"*":(a,...o)=>this.trigger(`Panzoom.${a}`,...o),afterUpdate:()=>{this.updatePage()},beforeTransform:this.onBeforeTransform.bind(this),touchEnd:this.onTouchEnd.bind(this),endAnimation:()=>{this.trigger("settle")}}),this.updateMetrics(),this.manageSlideVisiblity()}updatePanzoom(){this.Panzoom&&(this.Panzoom.content={...this.Panzoom.content,fitWidth:this.contentWidth,origWidth:this.contentWidth,width:this.contentWidth},this.pages.length>1&&this.option("infiniteX",this.option("infinite"))?this.Panzoom.boundX=null:this.pages.length&&(this.Panzoom.boundX={from:-1*this.pages[this.pages.length-1].left,to:-1*this.pages[0].left}),this.option("infiniteY",this.option("infinite"))?this.Panzoom.boundY=null:this.Panzoom.boundY={from:0,to:0},this.Panzoom.handleCursor())}manageSlideVisiblity(){const n=this.contentWidth,a=this.viewportWidth;let o=this.Panzoom?-1*this.Panzoom.content.x:this.pages.length?this.pages[this.page].left:0;const s=this.option("preload"),i=this.option("infiniteX",this.option("infinite")),r=parseFloat(getComputedStyle(this.$viewport,null).getPropertyValue("padding-left")),l=parseFloat(getComputedStyle(this.$viewport,null).getPropertyValue("padding-right"));this.slides.forEach(h=>{let m,p,f=0;m=o-r,p=o+a+l,m-=s*(a+r+l),p+=s*(a+r+l);const u=h.left+h.width>m&&h.left<p;m=o+n-r,p=o+n+a+l,m-=s*(a+r+l);const k=i&&h.left+h.width>m&&h.left<p;m=o-n-r,p=o-n+a+l,m-=s*(a+r+l);const E=i&&h.left+h.width>m&&h.left<p;k||u||E?(this.createSlideEl(h),u&&(f=0),k&&(f=-1),E&&(f=1),h.left+h.width>o&&h.left<=o+a+l&&(f=0)):this.removeSlideEl(h),h.hasDiff=f});let c=0,d=0;this.slides.forEach((h,m)=>{let p=0;h.$el?(m!==c||h.hasDiff?p=d+h.hasDiff*n:d=0,h.$el.style.left=Math.abs(p)>.1?`${d+h.hasDiff*n}px`:"",c++):d+=h.width}),this.markSelectedSlides()}createSlideEl(n){if(!n)return;if(n.$el){let r=n.$el.dataset.index;if(!r||parseInt(r,10)!==n.index){let l;n.$el.dataset.index=n.index,n.$el.querySelectorAll("[data-lazy-srcset]").forEach(c=>{c.srcset=c.dataset.lazySrcset}),n.$el.querySelectorAll("[data-lazy-src]").forEach(c=>{let d=c.dataset.lazySrc;c instanceof HTMLImageElement?c.src=d:c.style.backgroundImage=`url('${d}')`}),(l=n.$el.dataset.lazySrc)&&(n.$el.style.backgroundImage=`url('${l}')`),n.state="ready"}return}const a=document.createElement("div");a.dataset.index=n.index,a.classList.add(...(this.option("prefix")+this.option("classNames.slide")).split(" ")),n.customClass&&a.classList.add(...n.customClass.split(" ")),n.html&&(a.innerHTML=n.html);const o=[];this.slides.forEach((r,l)=>{r.$el&&o.push(l)});const s=n.index;let i=null;if(o.length){let r=o.reduce((l,c)=>Math.abs(c-s)<Math.abs(l-s)?c:l);i=this.slides[r]}return this.$track.insertBefore(a,i&&i.$el?i.index<n.index?i.$el.nextSibling:i.$el:null),n.$el=a,this.trigger("createSlide",n,s),n}removeSlideEl(n){n.$el&&!n.isDom&&(this.trigger("removeSlide",n),n.$el.remove(),n.$el=null)}markSelectedSlides(){const n=this.option("classNames.slideSelected"),a="aria-hidden";this.slides.forEach((o,s)=>{const i=o.$el;if(!i)return;const r=this.pages[this.page];r&&r.indexes&&r.indexes.indexOf(s)>-1?(n&&!i.classList.contains(n)&&(i.classList.add(n),this.trigger("selectSlide",o)),i.removeAttribute(a)):(n&&i.classList.contains(n)&&(i.classList.remove(n),this.trigger("unselectSlide",o)),i.setAttribute(a,!0))})}updatePage(){this.updateMetrics(),this.slideTo(this.page,{friction:0})}onBeforeTransform(){this.option("infiniteX",this.option("infinite"))&&this.manageInfiniteTrack(),this.manageSlideVisiblity()}manageInfiniteTrack(){const n=this.contentWidth,a=this.viewportWidth;if(!this.option("infiniteX",this.option("infinite"))||this.pages.length<2||n<a)return;const o=this.Panzoom;let s=!1;return o.content.x<-1*(n-a)&&(o.content.x+=n,this.pageIndex=this.pageIndex-this.pages.length,s=!0),o.content.x>a&&(o.content.x-=n,this.pageIndex=this.pageIndex+this.pages.length,s=!0),s&&o.state==="pointerdown"&&o.resetDragPosition(),s}onTouchEnd(n,a){const o=this.option("dragFree");if(!o&&this.pages.length>1&&n.dragOffset.time<350&&Math.abs(n.dragOffset.y)<1&&Math.abs(n.dragOffset.x)>5)this[n.dragOffset.x<0?"slideNext":"slidePrev"]();else if(o){const[,s]=this.getPageFromPosition(-1*n.transform.x);this.setPage(s)}else this.slideToClosest()}slideToClosest(n={}){let[,a]=this.getPageFromPosition(-1*this.Panzoom.content.x);this.slideTo(a,n)}getPageFromPosition(n){const a=this.pages.length;this.option("center")&&(n+=.5*this.viewportWidth);const o=Math.floor(n/this.contentWidth);n-=o*this.contentWidth;let s=this.slides.find(i=>i.left<=n&&i.left+i.width>n);if(s){let i=this.findPageForSlide(s.index);return[i,i+o*a]}return[0,0]}setPage(n,a){let o=0,s=parseInt(n,10)||0;const i=this.page,r=this.pageIndex,l=this.pages.length,c=this.contentWidth,d=this.viewportWidth;if(n=(s%l+l)%l,this.option("infiniteX",this.option("infinite"))&&c>d){const h=Math.floor(s/l)||0,m=c;if(o=this.pages[n].left+h*m,a===!0&&l>2){let p=-1*this.Panzoom.content.x;const f=o-m,u=o+m,k=Math.abs(p-o),E=Math.abs(p-f),g=Math.abs(p-u);g<k&&g<=E?(o=u,s+=l):E<k&&E<g&&(o=f,s-=l)}}else n=s=Math.max(0,Math.min(s,l-1)),o=this.pages.length?this.pages[n].left:0;return this.page=n,this.pageIndex=s,i!==null&&n!==i&&(this.prevPage=i,this.prevPageIndex=r,this.trigger("change",n,i)),o}destroy(){this.state="destroy",this.slides.forEach(n=>{this.removeSlideEl(n)}),this.slides=[],this.Panzoom.destroy(),this.detachPlugins()}}kt.version="4.0.31",kt.Plugins=Cp;const wn=!(typeof window>"u"||!window.document||!window.document.createElement);let ja=null;const ui=["a[href]","area[href]",'input:not([disabled]):not([type="hidden"]):not([aria-hidden])',"select:not([disabled]):not([aria-hidden])","textarea:not([disabled]):not([aria-hidden])","button:not([disabled]):not([aria-hidden])","iframe","object","embed","video","audio","[contenteditable]",'[tabindex]:not([tabindex^="-"]):not([disabled]):not([aria-hidden])'],qt=e=>{if(e&&wn){ja===null&&document.createElement("div").focus({get preventScroll(){return ja=!0,!1}});try{if(e.setActive)e.setActive();else if(ja)e.focus({preventScroll:!0});else{const n=window.pageXOffset||document.body.scrollTop,a=window.pageYOffset||document.body.scrollLeft;e.focus(),document.body.scrollTo({top:n,left:a,behavior:"auto"})}}catch{}}},Ep={minSlideCount:2,minScreenHeight:500,autoStart:!0,key:"t",Carousel:{},tpl:`<div class="fancybox__thumb" style="background-image:url('{{src}}')"></div>`};class gi{constructor(n){this.fancybox=n,this.$container=null,this.state="init";for(const a of["onPrepare","onClosing","onKeydown"])this[a]=this[a].bind(this);this.events={prepare:this.onPrepare,closing:this.onClosing,keydown:this.onKeydown}}onPrepare(){this.getSlides().length<this.fancybox.option("Thumbs.minSlideCount")?this.state="disabled":this.fancybox.option("Thumbs.autoStart")===!0&&this.fancybox.Carousel.Panzoom.content.height>=this.fancybox.option("Thumbs.minScreenHeight")&&this.build()}onClosing(){this.Carousel&&this.Carousel.Panzoom.detachEvents()}onKeydown(n,a){a===n.option("Thumbs.key")&&this.toggle()}build(){if(this.$container)return;const n=document.createElement("div");n.classList.add("fancybox__thumbs"),this.fancybox.$carousel.parentNode.insertBefore(n,this.fancybox.$carousel.nextSibling),this.Carousel=new kt(n,ce(!0,{Dots:!1,Navigation:!1,Sync:{friction:0},infinite:!1,center:!0,fill:!0,dragFree:!0,slidesPerPage:1,preload:1},this.fancybox.option("Thumbs.Carousel"),{Sync:{target:this.fancybox.Carousel},slides:this.getSlides()})),this.Carousel.Panzoom.on("wheel",(a,o)=>{o.preventDefault(),this.fancybox[o.deltaY<0?"prev":"next"]()}),this.$container=n,this.state="visible"}getSlides(){const n=[];for(const a of this.fancybox.items){const o=a.thumb;o&&n.push({html:this.fancybox.option("Thumbs.tpl").replace(/\{\{src\}\}/gi,o),customClass:`has-thumb has-${a.type||"image"}`})}return n}toggle(){this.state==="visible"?this.hide():this.state==="hidden"?this.show():this.build()}show(){this.state==="hidden"&&(this.$container.style.display="",this.Carousel.Panzoom.attachEvents(),this.state="visible")}hide(){this.state==="visible"&&(this.Carousel.Panzoom.detachEvents(),this.$container.style.display="none",this.state="hidden")}cleanup(){this.Carousel&&(this.Carousel.destroy(),this.Carousel=null),this.$container&&(this.$container.remove(),this.$container=null),this.state="init"}attach(){this.fancybox.on(this.events)}detach(){this.fancybox.off(this.events),this.cleanup()}}gi.defaults=Ep;const yi=(e,n)=>{const a=new URL(e),o=new URLSearchParams(a.search);let s=new URLSearchParams;for(const[r,l]of[...o,...Object.entries(n)])r==="t"?s.set("start",parseInt(l)):s.set(r,l);s=s.toString();let i=e.match(/#t=((.*)?\d+s)/);return i&&(s+=`#t=${i[1]}`),s},bi={video:{autoplay:!0,ratio:16/9},youtube:{autohide:1,fs:1,rel:0,hd:1,wmode:"transparent",enablejsapi:1,html5:1},vimeo:{hd:1,show_title:1,show_byline:1,show_portrait:0,fullscreen:1},html5video:{tpl:`<video class="fancybox__html5video" playsinline controls controlsList="nodownload" poster="{{poster}}">
25
- <source src="{{src}}" type="{{format}}" />Sorry, your browser doesn't support embedded videos.</video>`,format:""}};class ki{constructor(n){this.fancybox=n;for(const a of["onInit","onReady","onCreateSlide","onRemoveSlide","onSelectSlide","onUnselectSlide","onRefresh","onMessage"])this[a]=this[a].bind(this);this.events={init:this.onInit,ready:this.onReady,"Carousel.createSlide":this.onCreateSlide,"Carousel.removeSlide":this.onRemoveSlide,"Carousel.selectSlide":this.onSelectSlide,"Carousel.unselectSlide":this.onUnselectSlide,"Carousel.refresh":this.onRefresh}}onInit(){for(const n of this.fancybox.items)this.processType(n)}processType(n){if(n.html)return n.src=n.html,n.type="html",void delete n.html;const a=n.src||"";let o=n.type||this.fancybox.options.type,s=null;if(!a||typeof a=="string"){if(s=a.match(/(?:youtube\.com|youtu\.be|youtube\-nocookie\.com)\/(?:watch\?(?:.*&)?v=|v\/|u\/|embed\/?)?(videoseries\?list=(?:.*)|[\w-]{11}|\?listType=(?:.*)&list=(?:.*))(?:.*)/i)){const i=yi(a,this.fancybox.option("Html.youtube")),r=encodeURIComponent(s[1]);n.videoId=r,n.src=`https://www.youtube-nocookie.com/embed/${r}?${i}`,n.thumb=n.thumb||`https://i.ytimg.com/vi/${r}/mqdefault.jpg`,n.vendor="youtube",o="video"}else if(s=a.match(/^.+vimeo.com\/(?:\/)?([\d]+)(.*)?/)){const i=yi(a,this.fancybox.option("Html.vimeo")),r=encodeURIComponent(s[1]);n.videoId=r,n.src=`https://player.vimeo.com/video/${r}?${i}`,n.vendor="vimeo",o="video"}else(s=a.match(/(?:maps\.)?google\.([a-z]{2,3}(?:\.[a-z]{2})?)\/(?:(?:(?:maps\/(?:place\/(?:.*)\/)?\@(.*),(\d+.?\d+?)z))|(?:\?ll=))(.*)?/i))?(n.src=`//maps.google.${s[1]}/?ll=${(s[2]?s[2]+"&z="+Math.floor(s[3])+(s[4]?s[4].replace(/^\//,"&"):""):s[4]+"").replace(/\?/,"&")}&output=${s[4]&&s[4].indexOf("layer=c")>0?"svembed":"embed"}`,o="map"):(s=a.match(/(?:maps\.)?google\.([a-z]{2,3}(?:\.[a-z]{2})?)\/(?:maps\/search\/)(.*)/i))&&(n.src=`//maps.google.${s[1]}/maps?q=${s[2].replace("query=","q=").replace("api=1","")}&output=embed`,o="map");o||(a.charAt(0)==="#"?o="inline":(s=a.match(/\.(mp4|mov|ogv|webm)((\?|#).*)?$/i))?(o="html5video",n.format=n.format||"video/"+(s[1]==="ogv"?"ogg":s[1])):a.match(/(^data:image\/[a-z0-9+\/=]*,)|(\.(jp(e|g|eg)|gif|png|bmp|webp|svg|ico)((\?|#).*)?$)/i)?o="image":a.match(/\.(pdf)((\?|#).*)?$/i)&&(o="pdf")),n.type=o||this.fancybox.option("defaultType","image"),o!=="html5video"&&o!=="video"||(n.video=ce({},this.fancybox.option("Html.video"),n.video),n._width&&n._height?n.ratio=parseFloat(n._width)/parseFloat(n._height):n.ratio=n.ratio||n.video.ratio||bi.video.ratio)}}onReady(){this.fancybox.Carousel.slides.forEach(n=>{n.$el&&(this.setContent(n),n.index===this.fancybox.getSlide().index&&this.playVideo(n))})}onCreateSlide(n,a,o){this.fancybox.state==="ready"&&this.setContent(o)}loadInlineContent(n){let a;if(n.src instanceof HTMLElement)a=n.src;else if(typeof n.src=="string"){const o=n.src.split("#",2),s=o.length===2&&o[0]===""?o[1]:o[0];a=document.getElementById(s)}if(a){if(n.type==="clone"||a.$placeHolder){a=a.cloneNode(!0);let o=a.getAttribute("id");o=o?`${o}--clone`:`clone-${this.fancybox.id}-${n.index}`,a.setAttribute("id",o)}else{const o=document.createElement("div");o.classList.add("fancybox-placeholder"),a.parentNode.insertBefore(o,a),a.$placeHolder=o}this.fancybox.setContent(n,a)}else this.fancybox.setError(n,"{{ELEMENT_NOT_FOUND}}")}loadAjaxContent(n){const a=this.fancybox,o=new XMLHttpRequest;a.showLoading(n),o.onreadystatechange=function(){o.readyState===XMLHttpRequest.DONE&&a.state==="ready"&&(a.hideLoading(n),o.status===200?a.setContent(n,o.responseText):a.setError(n,o.status===404?"{{AJAX_NOT_FOUND}}":"{{AJAX_FORBIDDEN}}"))};const s=n.ajax||null;o.open(s?"POST":"GET",n.src),o.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),o.setRequestHeader("X-Requested-With","XMLHttpRequest"),o.send(s),n.xhr=o}loadIframeContent(n){const a=this.fancybox,o=document.createElement("iframe");if(o.className="fancybox__iframe",o.setAttribute("id",`fancybox__iframe_${a.id}_${n.index}`),o.setAttribute("allow","autoplay; fullscreen"),o.setAttribute("scrolling","auto"),n.$iframe=o,n.type!=="iframe"||n.preload===!1)return o.setAttribute("src",n.src),this.fancybox.setContent(n,o),void this.resizeIframe(n);a.showLoading(n);const s=document.createElement("div");s.style.visibility="hidden",this.fancybox.setContent(n,s),s.appendChild(o),o.onerror=()=>{a.setError(n,"{{IFRAME_ERROR}}")},o.onload=()=>{a.hideLoading(n);let i=!1;o.isReady||(o.isReady=!0,i=!0),o.src.length&&(o.parentNode.style.visibility="",this.resizeIframe(n),i&&a.revealContent(n))},o.setAttribute("src",n.src)}setAspectRatio(n){const a=n.$content,o=n.ratio;if(!a)return;let s=n._width,i=n._height;if(o||s&&i){Object.assign(a.style,{width:s&&i?"100%":"",height:s&&i?"100%":"",maxWidth:"",maxHeight:""});let r=a.offsetWidth,l=a.offsetHeight;if(s=s||r,i=i||l,s>r||i>l){let c=Math.min(r/s,l/i);s*=c,i*=c}Math.abs(s/i-o)>.01&&(o<s/i?s=i*o:i=s/o),Object.assign(a.style,{width:`${s}px`,height:`${i}px`})}}resizeIframe(n){const a=n.$iframe;if(!a)return;let o=n._width||0,s=n._height||0;o&&s&&(n.autoSize=!1);const i=a.parentNode,r=i&&i.style;if(n.preload!==!1&&n.autoSize!==!1&&r)try{const l=window.getComputedStyle(i),c=parseFloat(l.paddingLeft)+parseFloat(l.paddingRight),d=parseFloat(l.paddingTop)+parseFloat(l.paddingBottom),h=a.contentWindow.document,m=h.getElementsByTagName("html")[0],p=h.body;r.width="",p.style.overflow="hidden",o=o||m.scrollWidth+c,r.width=`${o}px`,p.style.overflow="",r.flex="0 0 auto",r.height=`${p.scrollHeight}px`,s=m.scrollHeight+d}catch{}if(o||s){const l={flex:"0 1 auto"};o&&(l.width=`${o}px`),s&&(l.height=`${s}px`),Object.assign(r,l)}}onRefresh(n,a){a.slides.forEach(o=>{o.$el&&(o.$iframe&&this.resizeIframe(o),o.ratio&&this.setAspectRatio(o))})}setContent(n){if(n&&!n.isDom){switch(n.type){case"html":this.fancybox.setContent(n,n.src);break;case"html5video":this.fancybox.setContent(n,this.fancybox.option("Html.html5video.tpl").replace(/\{\{src\}\}/gi,n.src).replace("{{format}}",n.format||n.html5video&&n.html5video.format||"").replace("{{poster}}",n.poster||n.thumb||""));break;case"inline":case"clone":this.loadInlineContent(n);break;case"ajax":this.loadAjaxContent(n);break;case"pdf":case"video":case"map":n.preload=!1;case"iframe":this.loadIframeContent(n)}n.ratio&&this.setAspectRatio(n)}}onSelectSlide(n,a,o){n.state==="ready"&&this.playVideo(o)}playVideo(n){if(n.type==="html5video"&&n.video.autoplay)try{const o=n.$el.querySelector("video");if(o){const s=o.play();s!==void 0&&s.then(()=>{}).catch(i=>{o.muted=!0,o.play()})}}catch{}if(n.type!=="video"||!n.$iframe||!n.$iframe.contentWindow)return;const a=()=>{if(n.state==="done"&&n.$iframe&&n.$iframe.contentWindow){let o;if(n.$iframe.isReady)return n.video&&n.video.autoplay&&(o=n.vendor=="youtube"?{event:"command",func:"playVideo"}:{method:"play",value:"true"}),void(o&&n.$iframe.contentWindow.postMessage(JSON.stringify(o),"*"));n.vendor==="youtube"&&(o={event:"listening",id:n.$iframe.getAttribute("id")},n.$iframe.contentWindow.postMessage(JSON.stringify(o),"*"))}n.poller=setTimeout(a,250)};a()}onUnselectSlide(n,a,o){if(o.type==="html5video"){try{o.$el.querySelector("video").pause()}catch{}return}let s=!1;o.vendor=="vimeo"?s={method:"pause",value:"true"}:o.vendor==="youtube"&&(s={event:"command",func:"pauseVideo"}),s&&o.$iframe&&o.$iframe.contentWindow&&o.$iframe.contentWindow.postMessage(JSON.stringify(s),"*"),clearTimeout(o.poller)}onRemoveSlide(n,a,o){o.xhr&&(o.xhr.abort(),o.xhr=null),o.$iframe&&(o.$iframe.onload=o.$iframe.onerror=null,o.$iframe.src="//about:blank",o.$iframe=null);const s=o.$content;o.type==="inline"&&s&&(s.classList.remove("fancybox__content"),s.style.display!=="none"&&(s.style.display="none")),o.$closeButton&&(o.$closeButton.remove(),o.$closeButton=null);const i=s&&s.$placeHolder;i&&(i.parentNode.insertBefore(s,i),i.remove(),s.$placeHolder=null)}onMessage(n){try{let a=JSON.parse(n.data);if(n.origin==="https://player.vimeo.com"){if(a.event==="ready")for(let o of document.getElementsByClassName("fancybox__iframe"))o.contentWindow===n.source&&(o.isReady=1)}else n.origin==="https://www.youtube-nocookie.com"&&a.event==="onReady"&&(document.getElementById(a.id).isReady=1)}catch{}}attach(){this.fancybox.on(this.events),window.addEventListener("message",this.onMessage,!1)}detach(){this.fancybox.off(this.events),window.removeEventListener("message",this.onMessage,!1)}}ki.defaults=bi;class _i{constructor(n){this.fancybox=n;for(const a of["onReady","onClosing","onDone","onPageChange","onCreateSlide","onRemoveSlide","onImageStatusChange"])this[a]=this[a].bind(this);this.events={ready:this.onReady,closing:this.onClosing,done:this.onDone,"Carousel.change":this.onPageChange,"Carousel.createSlide":this.onCreateSlide,"Carousel.removeSlide":this.onRemoveSlide}}onReady(){this.fancybox.Carousel.slides.forEach(n=>{n.$el&&this.setContent(n)})}onDone(n,a){this.handleCursor(a)}onClosing(n){clearTimeout(this.clickTimer),this.clickTimer=null,n.Carousel.slides.forEach(a=>{a.$image&&(a.state="destroy"),a.Panzoom&&a.Panzoom.detachEvents()}),this.fancybox.state==="closing"&&this.canZoom(n.getSlide())&&this.zoomOut()}onCreateSlide(n,a,o){this.fancybox.state==="ready"&&this.setContent(o)}onRemoveSlide(n,a,o){o.$image&&(o.$el.classList.remove(n.option("Image.canZoomInClass")),o.$image.remove(),o.$image=null),o.Panzoom&&(o.Panzoom.destroy(),o.Panzoom=null),o.$el&&o.$el.dataset&&delete o.$el.dataset.imageFit}setContent(n){if(n.isDom||n.html||n.type&&n.type!=="image"||n.$image)return;n.type="image",n.state="loading";const a=document.createElement("div");a.style.visibility="hidden";const o=document.createElement("img");o.addEventListener("load",i=>{i.stopImmediatePropagation(),this.onImageStatusChange(n)}),o.addEventListener("error",()=>{this.onImageStatusChange(n)}),o.src=n.src,o.alt="",o.draggable=!1,o.classList.add("fancybox__image"),n.srcset&&o.setAttribute("srcset",n.srcset),n.sizes&&o.setAttribute("sizes",n.sizes),n.$image=o;const s=this.fancybox.option("Image.wrap");if(s){const i=document.createElement("div");i.classList.add(typeof s=="string"?s:"fancybox__image-wrap"),i.appendChild(o),a.appendChild(i),n.$wrap=i}else a.appendChild(o);n.$el.dataset.imageFit=this.fancybox.option("Image.fit"),this.fancybox.setContent(n,a),o.complete||o.error?this.onImageStatusChange(n):this.fancybox.showLoading(n)}onImageStatusChange(n){const a=n.$image;a&&n.state==="loading"&&(a.complete&&a.naturalWidth&&a.naturalHeight?(this.fancybox.hideLoading(n),this.fancybox.option("Image.fit")==="contain"&&this.initSlidePanzoom(n),n.$el.addEventListener("wheel",o=>this.onWheel(n,o),{passive:!1}),n.$content.addEventListener("click",o=>this.onClick(n,o),{passive:!1}),this.revealContent(n)):this.fancybox.setError(n,"{{IMAGE_ERROR}}"))}initSlidePanzoom(n){n.Panzoom||(n.Panzoom=new bt(n.$el,ce(!0,this.fancybox.option("Image.Panzoom",{}),{viewport:n.$wrap,content:n.$image,width:n._width,height:n._height,wrapInner:!1,textSelection:!0,touch:this.fancybox.option("Image.touch"),panOnlyZoomed:!0,click:!1,wheel:!1})),n.Panzoom.on("startAnimation",()=>{this.fancybox.trigger("Image.startAnimation",n)}),n.Panzoom.on("endAnimation",()=>{n.state==="zoomIn"&&this.fancybox.done(n),this.handleCursor(n),this.fancybox.trigger("Image.endAnimation",n)}),n.Panzoom.on("afterUpdate",()=>{this.handleCursor(n),this.fancybox.trigger("Image.afterUpdate",n)}))}revealContent(n){this.fancybox.Carousel.prevPage===null&&n.index===this.fancybox.options.startIndex&&this.canZoom(n)?this.zoomIn():this.fancybox.revealContent(n)}getZoomInfo(n){const a=n.$thumb.getBoundingClientRect(),o=a.width,s=a.height,i=n.$content.getBoundingClientRect(),r=i.width,l=i.height,c=i.top-a.top,d=i.left-a.left;let h=this.fancybox.option("Image.zoomOpacity");return h==="auto"&&(h=Math.abs(o/s-r/l)>.1),{top:c,left:d,scale:r&&o?o/r:1,opacity:h}}canZoom(n){const a=this.fancybox,o=a.$container;if(window.visualViewport&&window.visualViewport.scale!==1||n.Panzoom&&!n.Panzoom.content.width||!a.option("Image.zoom")||a.option("Image.fit")!=="contain")return!1;const s=n.$thumb;if(!s||n.state==="loading")return!1;o.classList.add("fancybox__no-click");const i=s.getBoundingClientRect();let r;if(this.fancybox.option("Image.ignoreCoveredThumbnail")){const l=document.elementFromPoint(i.left+1,i.top+1)===s,c=document.elementFromPoint(i.right-1,i.bottom-1)===s;r=l&&c}else r=document.elementFromPoint(i.left+.5*i.width,i.top+.5*i.height)===s;return o.classList.remove("fancybox__no-click"),r}zoomIn(){const n=this.fancybox,a=n.getSlide(),o=a.Panzoom,{top:s,left:i,scale:r,opacity:l}=this.getZoomInfo(a);n.trigger("reveal",a),o.panTo({x:-1*i,y:-1*s,scale:r,friction:0,ignoreBounds:!0}),a.$content.style.visibility="",a.state="zoomIn",l===!0&&o.on("afterTransform",c=>{a.state!=="zoomIn"&&a.state!=="zoomOut"||(c.$content.style.opacity=Math.min(1,1-(1-c.content.scale)/(1-r)))}),o.panTo({x:0,y:0,scale:1,friction:this.fancybox.option("Image.zoomFriction")})}zoomOut(){const n=this.fancybox,a=n.getSlide(),o=a.Panzoom;if(!o)return;a.state="zoomOut",n.state="customClosing",a.$caption&&(a.$caption.style.visibility="hidden");let s=this.fancybox.option("Image.zoomFriction");const i=r=>{const{top:l,left:c,scale:d,opacity:h}=this.getZoomInfo(a);r||h||(s*=.82),o.panTo({x:-1*c,y:-1*l,scale:d,friction:s,ignoreBounds:!0}),s*=.98};window.addEventListener("scroll",i),o.once("endAnimation",()=>{window.removeEventListener("scroll",i),n.destroy()}),i()}handleCursor(n){if(n.type!=="image"||!n.$el)return;const a=n.Panzoom,o=this.fancybox.option("Image.click",!1,n),s=this.fancybox.option("Image.touch"),i=n.$el.classList,r=this.fancybox.option("Image.canZoomInClass"),l=this.fancybox.option("Image.canZoomOutClass");i.remove(l),i.remove(r),a&&o==="toggleZoom"?a&&a.content.scale===1&&a.option("maxScale")-a.content.scale>.01?i.add(r):a.content.scale>1&&!s&&i.add(l):o==="close"&&i.add(l)}onWheel(n,a){if(this.fancybox.state==="ready"&&this.fancybox.trigger("Image.wheel",a)!==!1)switch(this.fancybox.option("Image.wheel")){case"zoom":n.state==="done"&&n.Panzoom&&n.Panzoom.zoomWithWheel(a);break;case"close":this.fancybox.close();break;case"slide":this.fancybox[a.deltaY<0?"prev":"next"]()}}onClick(n,a){if(this.fancybox.state!=="ready")return;const o=n.Panzoom;if(o&&(o.dragPosition.midPoint||o.dragOffset.x!==0||o.dragOffset.y!==0||o.dragOffset.scale!==1))return;if(this.fancybox.Carousel.Panzoom.lockAxis)return!1;const s=l=>{switch(l){case"toggleZoom":a.stopPropagation(),n.Panzoom&&n.Panzoom.zoomWithClick(a);break;case"close":this.fancybox.close();break;case"next":a.stopPropagation(),this.fancybox.next()}},i=this.fancybox.option("Image.click"),r=this.fancybox.option("Image.doubleClick");r?this.clickTimer?(clearTimeout(this.clickTimer),this.clickTimer=null,s(r)):this.clickTimer=setTimeout(()=>{this.clickTimer=null,s(i)},300):s(i)}onPageChange(n,a){const o=n.getSlide();a.slides.forEach(s=>{s.Panzoom&&s.state==="done"&&s.index!==o.index&&s.Panzoom.panTo({x:0,y:0,scale:1,friction:.8})})}attach(){this.fancybox.on(this.events)}detach(){this.fancybox.off(this.events)}}_i.defaults={canZoomInClass:"can-zoom_in",canZoomOutClass:"can-zoom_out",zoom:!0,zoomOpacity:"auto",zoomFriction:.82,ignoreCoveredThumbnail:!1,touch:!0,click:"toggleZoom",doubleClick:null,wheel:"zoom",fit:"contain",wrap:!1,Panzoom:{ratio:1}};class Ee{constructor(n){this.fancybox=n;for(const a of["onChange","onClosing"])this[a]=this[a].bind(this);this.events={initCarousel:this.onChange,"Carousel.change":this.onChange,closing:this.onClosing},this.hasCreatedHistory=!1,this.origHash="",this.timer=null}onChange(n){const a=n.Carousel;this.timer&&clearTimeout(this.timer);const o=a.prevPage===null,s=n.getSlide(),i=new URL(document.URL).hash;let r=!1;if(s.slug)r="#"+s.slug;else{const l=s.$trigger&&s.$trigger.dataset,c=n.option("slug")||l&&l.fancybox;c&&c.length&&c!=="true"&&(r="#"+c+(a.slides.length>1?"-"+(s.index+1):""))}o&&(this.origHash=i!==r?i:""),r&&i!==r&&(this.timer=setTimeout(()=>{try{window.history[o?"pushState":"replaceState"]({},document.title,window.location.pathname+window.location.search+r),o&&(this.hasCreatedHistory=!0)}catch{}},300))}onClosing(){if(this.timer&&clearTimeout(this.timer),this.hasSilentClose!==!0)try{return void window.history.replaceState({},document.title,window.location.pathname+window.location.search+(this.origHash||""))}catch{}}attach(n){n.on(this.events)}detach(n){n.off(this.events)}static startFromUrl(){const n=Ee.Fancybox;if(!n||n.getInstance()||n.defaults.Hash===!1)return;const{hash:a,slug:o,index:s}=Ee.getParsedURL();if(!o)return;let i=document.querySelector(`[data-slug="${a}"]`);if(i&&i.dispatchEvent(new CustomEvent("click",{bubbles:!0,cancelable:!0})),n.getInstance())return;const r=document.querySelectorAll(`[data-fancybox="${o}"]`);r.length&&(s===null&&r.length===1?i=r[0]:s&&(i=r[s-1]),i&&i.dispatchEvent(new CustomEvent("click",{bubbles:!0,cancelable:!0})))}static onHashChange(){const{slug:n,index:a}=Ee.getParsedURL(),o=Ee.Fancybox,s=o&&o.getInstance();if(s&&s.plugins.Hash){if(n){const i=s.Carousel;if(n===s.option("slug"))return i.slideTo(a-1);for(let c of i.slides)if(c.slug&&c.slug===n)return i.slideTo(c.index);const r=s.getSlide(),l=r.$trigger&&r.$trigger.dataset;if(l&&l.fancybox===n)return i.slideTo(a-1)}s.plugins.Hash.hasSilentClose=!0,s.close()}Ee.startFromUrl()}static create(n){function a(){window.addEventListener("hashchange",Ee.onHashChange,!1),Ee.startFromUrl()}Ee.Fancybox=n,wn&&window.requestAnimationFrame(()=>{/complete|interactive|loaded/.test(document.readyState)?a():document.addEventListener("DOMContentLoaded",a)})}static destroy(){window.removeEventListener("hashchange",Ee.onHashChange,!1)}static getParsedURL(){const n=window.location.hash.substr(1),a=n.split("-"),o=a.length>1&&/^\+?\d+$/.test(a[a.length-1])&&parseInt(a.pop(-1),10)||null;return{hash:n,slug:a.join("-"),index:o}}}const Ae={pageXOffset:0,pageYOffset:0,element:()=>document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement,activate(e){Ae.pageXOffset=window.pageXOffset,Ae.pageYOffset=window.pageYOffset,e.requestFullscreen?e.requestFullscreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.webkitRequestFullscreen?e.webkitRequestFullscreen():e.msRequestFullscreen&&e.msRequestFullscreen()},deactivate(){document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen()}};class Sp{constructor(n){this.fancybox=n,this.active=!1,this.handleVisibilityChange=this.handleVisibilityChange.bind(this)}isActive(){return this.active}setTimer(){if(!this.active||this.timer)return;const n=this.fancybox.option("slideshow.delay",3e3);this.timer=setTimeout(()=>{this.timer=null,this.fancybox.option("infinite")||this.fancybox.getSlide().index!==this.fancybox.Carousel.slides.length-1?this.fancybox.next():this.fancybox.jumpTo(0,{friction:0})},n);let a=this.$progress;a||(a=document.createElement("div"),a.classList.add("fancybox__progress"),this.fancybox.$carousel.parentNode.insertBefore(a,this.fancybox.$carousel),this.$progress=a,a.offsetHeight),a.style.transitionDuration=`${n}ms`,a.style.transform="scaleX(1)"}clearTimer(){clearTimeout(this.timer),this.timer=null,this.$progress&&(this.$progress.style.transitionDuration="",this.$progress.style.transform="",this.$progress.offsetHeight)}activate(){this.active||(this.active=!0,this.fancybox.$container.classList.add("has-slideshow"),this.fancybox.getSlide().state==="done"&&this.setTimer(),document.addEventListener("visibilitychange",this.handleVisibilityChange,!1))}handleVisibilityChange(){this.deactivate()}deactivate(){this.active=!1,this.clearTimer(),this.fancybox.$container.classList.remove("has-slideshow"),document.removeEventListener("visibilitychange",this.handleVisibilityChange,!1)}toggle(){this.active?this.deactivate():this.fancybox.Carousel.slides.length>1&&this.activate()}}const Vp={display:["counter","zoom","slideshow","fullscreen","thumbs","close"],autoEnable:!0,items:{counter:{position:"left",type:"div",class:"fancybox__counter",html:'<span data-fancybox-index=""></span>&nbsp;/&nbsp;<span data-fancybox-count=""></span>',attr:{tabindex:-1}},prev:{type:"button",class:"fancybox__button--prev",label:"PREV",html:'<svg viewBox="0 0 24 24"><path d="M15 4l-8 8 8 8"/></svg>',attr:{"data-fancybox-prev":""}},next:{type:"button",class:"fancybox__button--next",label:"NEXT",html:'<svg viewBox="0 0 24 24"><path d="M8 4l8 8-8 8"/></svg>',attr:{"data-fancybox-next":""}},fullscreen:{type:"button",class:"fancybox__button--fullscreen",label:"TOGGLE_FULLSCREEN",html:`<svg viewBox="0 0 24 24">
24
+ transform: translateY(${this.listTop}px)`},listParentStyle(){return`height: ${this.listParentHeight}px;`}},watch:{words(e){this.list=e}},created(){this.list=this.words},mounted(){setTimeout(this.updateState,this.transitionDelay)},methods:{updateState(){this.listCount<=this.rows||this.isPaused||(this.isMovingBackwards?this.listTop+=this.itemHeight:this.listTop-=this.itemHeight,this.listTop<this.rows*this.itemHeight-this.listHeight&&(this.listTop=0),this.timeOutId=window.setTimeout(()=>{this.updateState()},this.transitionDuration+this.transitionDelay))},toggleAnimation(){this.pauseOnHover&&(this.isPaused=!this.isPaused,this.isPaused?clearTimeout(this.timeOutId):this.updateState())}}}),ph=["innerHTML"];function fh(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.listParentStyle),class:"BaseSwimlane",onMouseenter:n[0]||(n[0]=(...r)=>e.toggleAnimation&&e.toggleAnimation(...r)),onMouseleave:n[1]||(n[1]=(...r)=>e.toggleAnimation&&e.toggleAnimation(...r))},[t.createElementVNode("ul",{style:t.normalizeStyle(e.listStyle)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.list,(r,l)=>(t.openBlock(),t.createElementBlock("li",{key:l,style:t.normalizeStyle(e.itemStyle),innerHTML:r},null,12,ph))),128))],4)],36)}const uh=B(mh,[["render",fh],["__scopeId","data-v-681f5a36"]]),gh=t.createElementVNode("span",{class:"sr-only"},".",-1),Ea=t.defineComponent({__name:"BaseTag",props:{variant:{default:"primary"},size:{default:"md"}},setup(e){const n={primary:"bg-primary border-primary",secondary:"bg-secondary border-secondary",action:"bg-action border-action"},a={sm:"text-xs uppercase border-t-2 py-1 px-2.5",md:"text-base capitalize border-t py-1 px-3",lg:"text-lg capitalize border-t py-1 px-3"},o=e;return(s,i)=>(t.openBlock(),t.createElementBlock("p",{class:t.normalizeClass([`${n[o.variant]} ${a[o.size]}`,"ThemeVariantLight text-contrast-none inline-block text-white font-bold edu:font-extrabold rounded-full leading-tight m-0"])},[t.renderSlot(s.$slots,"default"),gh],2))}});var Rs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ge,function(){var a,o,s=1e3,i=6e4,r=36e5,l=864e5,c=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,d=31536e6,h=2628e6,m=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,p={years:d,months:h,days:l,hours:r,minutes:i,seconds:s,milliseconds:1,weeks:6048e5},f=function(N){return N instanceof V},u=function(N,I,T){return new V(N,T,I.$l)},b=function(N){return o.p(N)+"s"},E=function(N){return N<0},g=function(N){return E(N)?Math.ceil(N):Math.floor(N)},y=function(N){return Math.abs(N)},_=function(N,I){return N?E(N)?{negative:!0,format:""+y(N)+I}:{negative:!1,format:""+N+I}:{negative:!1,format:""}},V=function(){function N(T,A,w){var k=this;if(this.$d={},this.$l=w,T===void 0&&(this.$ms=0,this.parseFromMilliseconds()),A)return u(T*p[b(A)],this);if(typeof T=="number")return this.$ms=T,this.parseFromMilliseconds(),this;if(typeof T=="object")return Object.keys(T).forEach(function(D){k.$d[b(D)]=T[D]}),this.calMilliseconds(),this;if(typeof T=="string"){var x=T.match(m);if(x){var L=x.slice(2).map(function(D){return D!=null?Number(D):0});return this.$d.years=L[0],this.$d.months=L[1],this.$d.weeks=L[2],this.$d.days=L[3],this.$d.hours=L[4],this.$d.minutes=L[5],this.$d.seconds=L[6],this.calMilliseconds(),this}}return this}var I=N.prototype;return I.calMilliseconds=function(){var T=this;this.$ms=Object.keys(this.$d).reduce(function(A,w){return A+(T.$d[w]||0)*p[w]},0)},I.parseFromMilliseconds=function(){var T=this.$ms;this.$d.years=g(T/d),T%=d,this.$d.months=g(T/h),T%=h,this.$d.days=g(T/l),T%=l,this.$d.hours=g(T/r),T%=r,this.$d.minutes=g(T/i),T%=i,this.$d.seconds=g(T/s),T%=s,this.$d.milliseconds=T},I.toISOString=function(){var T=_(this.$d.years,"Y"),A=_(this.$d.months,"M"),w=+this.$d.days||0;this.$d.weeks&&(w+=7*this.$d.weeks);var k=_(w,"D"),x=_(this.$d.hours,"H"),L=_(this.$d.minutes,"M"),D=this.$d.seconds||0;this.$d.milliseconds&&(D+=this.$d.milliseconds/1e3,D=Math.round(1e3*D)/1e3);var v=_(D,"S"),P=T.negative||A.negative||k.negative||x.negative||L.negative||v.negative,S=x.format||L.format||v.format?"T":"",C=(P?"-":"")+"P"+T.format+A.format+k.format+S+x.format+L.format+v.format;return C==="P"||C==="-P"?"P0D":C},I.toJSON=function(){return this.toISOString()},I.format=function(T){var A=T||"YYYY-MM-DDTHH:mm:ss",w={Y:this.$d.years,YY:o.s(this.$d.years,2,"0"),YYYY:o.s(this.$d.years,4,"0"),M:this.$d.months,MM:o.s(this.$d.months,2,"0"),D:this.$d.days,DD:o.s(this.$d.days,2,"0"),H:this.$d.hours,HH:o.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:o.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:o.s(this.$d.seconds,2,"0"),SSS:o.s(this.$d.milliseconds,3,"0")};return A.replace(c,function(k,x){return x||String(w[k])})},I.as=function(T){return this.$ms/p[b(T)]},I.get=function(T){var A=this.$ms,w=b(T);return w==="milliseconds"?A%=1e3:A=w==="weeks"?g(A/p[w]):this.$d[w],A||0},I.add=function(T,A,w){var k;return k=A?T*p[b(A)]:f(T)?T.$ms:u(T,this).$ms,u(this.$ms+k*(w?-1:1),this)},I.subtract=function(T,A){return this.add(T,A,!0)},I.locale=function(T){var A=this.clone();return A.$l=T,A},I.clone=function(){return u(this.$ms,this)},I.humanize=function(T){return a().add(this.$ms,"ms").locale(this.$l).fromNow(!T)},I.valueOf=function(){return this.asMilliseconds()},I.milliseconds=function(){return this.get("milliseconds")},I.asMilliseconds=function(){return this.as("milliseconds")},I.seconds=function(){return this.get("seconds")},I.asSeconds=function(){return this.as("seconds")},I.minutes=function(){return this.get("minutes")},I.asMinutes=function(){return this.as("minutes")},I.hours=function(){return this.get("hours")},I.asHours=function(){return this.as("hours")},I.days=function(){return this.get("days")},I.asDays=function(){return this.as("days")},I.weeks=function(){return this.get("weeks")},I.asWeeks=function(){return this.as("weeks")},I.months=function(){return this.get("months")},I.asMonths=function(){return this.as("months")},I.years=function(){return this.get("years")},I.asYears=function(){return this.as("years")},N}(),M=function(N,I,T){return N.add(I.years()*T,"y").add(I.months()*T,"M").add(I.days()*T,"d").add(I.hours()*T,"h").add(I.minutes()*T,"m").add(I.seconds()*T,"s").add(I.milliseconds()*T,"ms")};return function(N,I,T){a=T,o=T().$utils(),T.duration=function(k,x){var L=T.locale();return u(k,{$l:L},x)},T.isDuration=f;var A=I.prototype.add,w=I.prototype.subtract;I.prototype.add=function(k,x){return f(k)?M(this,k,1):A.bind(this)(k,x)},I.prototype.subtract=function(k,x){return f(k)?M(this,k,-1):w.bind(this)(k,x)}}})})(Rs);var yh=Rs.exports;const bh=ke(yh);var Gs={exports:{}};(function(e,n){(function(a,o){e.exports=o()})(ge,function(){return function(a,o,s){var i=function(r,l){if(!l||!l.length||l.length===1&&!l[0]||l.length===1&&Array.isArray(l[0])&&!l[0].length)return null;var c;l.length===1&&l[0].length>0&&(l=l[0]),c=(l=l.filter(function(h){return h}))[0];for(var d=1;d<l.length;d+=1)l[d].isValid()&&!l[d][r](c)||(c=l[d]);return c};s.max=function(){var r=[].slice.call(arguments,0);return i("isAfter",r)},s.min=function(){var r=[].slice.call(arguments,0);return i("isBefore",r)}}})})(Gs);var kh=Gs.exports;const _h=ke(kh);X.extend(bh),X.extend(_h);const Us=e=>{const n=X().millisecond(0),a=X.max(e,n),o=X.min(e,n);return a?X.duration(a.diff(o)):void 0},Sa={years:{shortLabel:"Yrs",longLabel:"Years"},months:{shortLabel:"Mos",longLabel:"Months"},days:{shortLabel:"Days",longLabel:"Days"},hours:{shortLabel:"Hrs",longLabel:"Hours"},minutes:{shortLabel:"Mins",longLabel:"Minutes"},seconds:{shortLabel:"Secs",longLabel:"Seconds"}},$h=t.defineComponent({name:"BaseTimer",props:{targetDateTime:{type:String,required:!0},selectedUnits:{type:Array,required:!1,validator:e=>e.every(n=>!!Sa[n])},inline:{type:Boolean,required:!1,default:!1},countdown:{type:Boolean,required:!1,default:!1}},data(){return{diff:void 0,interval:void 0}},computed:{selectedUnitsComputed(){if(!this.selectedUnits||this.selectedUnits.length===0){const e=["years","months","days","hours","minutes","seconds"];let n=[];return e.forEach(a=>this.unitSignificant(a)?n.push(a):n),n.length<=3?["hours","minutes","seconds"]:(n=n.slice(0,3),n)}return this.selectedUnits},isPast(){if(this.targetDateTime){const e=X(new Date);if(X(new Date(this.targetDateTime.replace(/\s+/g,"T"))).millisecond(0).isBefore(e))return!0}return!1}},mounted(){const e=X(new Date(this.targetDateTime.replace(/\s+/g,"T"))).millisecond(0);this.diff=Us(e),(this.selectedUnitsComputed.includes("seconds")||this.selectedUnitsComputed.includes("minutes"))&&(this.interval=setInterval(()=>{var o;this.diff=Us(e),((o=this.diff)==null?void 0:o.as("seconds"))===0&&clearInterval(this.interval)},1e3))},beforeUnmount(){clearInterval(this.interval)},methods:{shortLabel(e){var n;return((n=Sa[e])==null?void 0:n.shortLabel)||e},longLabel(e){var n;return((n=Sa[e])==null?void 0:n.longLabel)||e},unitSignificant(e){var a;if(this.diff===null)return!1;const n=(a=this.diff)==null?void 0:a.get(e);return!!(n&&n>0||this.checkOtherUnits(e))},checkOtherUnits(e){if(this.diff){if(e==="seconds"){if(this.diff.get("minutes")>0||this.diff.get("hours")>0||this.diff.get("days")>0||this.diff.get("months")>0||this.diff.get("years")>0)return!0}else if(e==="minutes"){if(this.diff.get("hours")>0||this.diff.get("days")>0||this.diff.get("months")>0||this.diff.get("years")>0)return!0}else if(e==="hours"){if(this.diff.get("days")>0||this.diff.get("months")>0||this.diff.get("years")>0)return!0}else if(e==="days"){if(this.diff.get("months")>0||this.diff.get("years")>0)return!0}else if(e==="months"&&this.diff.get("years")>0)return!0}return!1},unitValue(e){var a;if(this.diff===null)return"";const n=(a=this.diff)==null?void 0:a.get(e);return n==null?void 0:n.toString().padStart(2,"0")}}}),wh=["hidden"],Bh={key:0},Ch={class:"unit text-body-xs uppercase"};function Eh(e,n,a,o,s,i){return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.diff?"time":"div"),{class:t.normalizeClass(["BaseTimer whitespace-nowrap",{"-inline":e.inline}]),datetime:e.diff?e.diff.toISOString():null},{default:t.withCtx(()=>[t.createElementVNode("span",{hidden:!!e.diff},"Loading…",8,wh),t.createElementVNode("span",{class:t.normalizeClass(["transition-opacity duration-500 ease-in-out opacity-0",{"opacity-100":e.diff,"flex justify-between":e.inline}])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.selectedUnitsComputed,(r,l)=>(t.openBlock(),t.createElementBlock("span",{key:r},[l!==0?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass(["text-stats-xl text-stats-separator",{"block invisible -mt-6 md:inline md:visible md:mt-0":e.selectedUnitsComputed.length>=4&&r==="hours"}])}," : ",2)):t.createCommentVNode("",!0),t.createElementVNode("span",{class:t.normalizeClass(["inline-block align-top",r==="seconds"?"text-left":"text-center"]),"aria-hidden":"true"},[t.createElementVNode("span",{class:t.normalizeClass(["text-stats-xl",{"text-seconds":r==="seconds"}]),"data-chromatic":"ignore"},[e.countdown&&e.isPast?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode("00")],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.unitValue(r)),1)],64))],2),e.inline?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("br",Bh)),t.createElementVNode("span",Ch,t.toDisplayString(e.shortLabel(r)),1)],2)]))),128))],2)]),_:1},8,["datetime","class"])}const ze=B($h,[["render",Eh]]),Sh=t.defineComponent({name:"BaseVideo",components:{BaseImagePlaceholder:j},props:{data:{type:Object,required:!1},autoplay:{type:Boolean,default:!1}}}),Vh={key:0,class:"BaseVideo"},Nh=["width","height","loop","muted","playsinline","autoplay","controls"],Th=["src"],Ih=["src"],xh=["src"],Mh=t.createElementVNode("p",null,"Your browser cannot play the provided video file(s).",-1);function Lh(e,n,a,o,s,i){const r=j;return e.data?(t.openBlock(),t.createElementBlock("div",Vh,[t.createVNode(r,{"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[t.createElementVNode("video",{width:e.data.width,height:e.data.height,loop:e.autoplay,muted:e.autoplay,playsinline:e.autoplay,autoplay:e.autoplay,controls:!e.autoplay},[e.data.fileWebm?(t.openBlock(),t.createElementBlock("source",{key:0,src:e.data.fileWebm,type:"video/webm"},null,8,Th)):t.createCommentVNode("",!0),e.data.file?(t.openBlock(),t.createElementBlock("source",{key:1,src:e.data.file,type:"video/mp4"},null,8,Ih)):t.createCommentVNode("",!0),e.data.fileOgg?(t.openBlock(),t.createElementBlock("source",{key:2,src:e.data.fileOgg,type:"video/ogg"},null,8,xh)):t.createCommentVNode("",!0),Mh],8,Nh)]),_:1})])):t.createCommentVNode("",!0)}const Va=B(Sh,[["render",Lh]]),Dh=t.defineComponent({name:"BlockAnchor",props:{data:{type:Object,required:!1}}}),vh=["id"];function Ph(e,n,a,o,s,i){return e.data&&e.data.anchorId?(t.openBlock(),t.createElementBlock("span",{key:0,id:e.data.anchorId,class:"BlockAnchor"},null,8,vh)):t.createCommentVNode("",!0)}const Na=B(Dh,[["render",Ph]]),Ws={"col-1":"lg:col-start-1 lg:col-end-13","col-2":"lg:col-start-2 lg:col-end-12","col-3":"lg:col-start-3 lg:col-end-11","col-4":"md:col-start-3 md:col-end-11 lg:col-start-4 lg:col-end-10"},zh=t.defineComponent({name:"LayoutHelper",props:{indent:{type:String,required:!1,default:"col-1",validator:e=>Object.keys(Ws).includes(e)},fullBleed:{type:Boolean,default:!1}},computed:{theWidth(){return Ws[this.indent]}}}),Ah={class:"LayoutHelper BaseGrid container mx-auto"};function Oh(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",Ah,[t.createElementVNode("div",{class:t.normalizeClass(`${e.theWidth} col-start-1 col-end-13 lg:px-0 ${e.fullBleed?"px-0":"px-4"} relative`)},[t.renderSlot(e.$slots,"default")],2)])}const ee=B(zh,[["render",Oh]]),Fh=t.defineComponent({name:"BlockAudio",components:{BaseAudio:vt,LayoutHelper:ee,BaseImage:q,BaseImagePlaceholder:j},props:{data:{type:Object,required:!1}}}),Hh={class:"BlockAudio"},qh={class:"bg-gray-dark flex flex-row justify-start w-full max-h-48 bg-gradient-to-b lg:bg-gradient-to-l from-transparent lg:from-transparent-w50 to-black lg:to-transparent-black-75"},jh={key:1,class:"mr-auto w-full flex flex-col pt-2.5 px-3.5 sm:px-5 justify-center"};function Rh(e,n,a,o,s,i){const r=q,l=j,c=vt,d=ee;return t.openBlock(),t.createElementBlock("div",Hh,[e.data?(t.openBlock(),t.createBlock(d,{key:0,indent:"col-2"},{default:t.withCtx(()=>[t.createElementVNode("div",qh,[e.data.thumbnailImage&&e.data.thumbnailImage.src?(t.openBlock(),t.createBlock(l,{key:0,class:"w-16 sm:w-24 lg:w-48 flex-shrink-0 BlockAudio-thumbnail","aspect-ratio":"1:1"},{default:t.withCtx(()=>[t.createVNode(r,{"object-fit-class":"cover",src:e.data.thumbnailImage.src.url,width:e.data.thumbnailImage.src.width,height:e.data.thumbnailImage.src.height,alt:e.data.thumbnailImage.alt},null,8,["src","width","height","alt"])]),_:1})):t.createCommentVNode("",!0),e.data.uploadedMedia?(t.openBlock(),t.createElementBlock("div",jh,[t.createVNode(c,{file:e.data.uploadedMedia.file},null,8,["file"])])):t.createCommentVNode("",!0)])]),_:1})):t.createCommentVNode("",!0)])}const Gh=B(Fh,[["render",Rh]]),Uh=t.defineComponent({name:"IconArrow"}),Wh={class:"IconArrow",width:"26",height:"16",viewBox:"0 0 26 16",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},Yh=[t.createElementVNode("path",{d:"M17.935.929L25.006 8l-7.071 7.071-1.414-1.414L21.177 9H1V7h20.177l-4.656-4.657L17.935.93z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function Kh(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Wh,Yh)}const de=B(Uh,[["render",Kh]]),Zh=t.defineComponent({name:"BlockCardGridItemElement",components:{BaseImagePlaceholder:j,BaseImage:q,BaseHeading:G,IconArrow:de},props:{label:{type:String,default:void 0},title:{type:String,required:!1,default:void 0},description:{type:String,default:void 0},image:{type:Object,default:void 0},link:{type:Object,default:void 0}},computed:{theSrcSet(){return this.image?se(this.image)?se(this.image):this.image.srcSet:void 0}}}),Xh={key:0,class:"h-auto"},Jh={class:"px-6 py-6 ThemeVariantLight"},Qh={class:"text-primary text-subtitle"},e0=t.createElementVNode("hr",{"aria-hidden":"true",class:"bg-primary text-primary w-8 h-2px border-0 my-2"},null,-1),t0={class:"text-body-sm"},n0={key:1,class:"ThemeVariantLight w-full mt-1 can-hover:block text-action can-hover:-ml-3 can-hover:group-hover:delay-200 can-hover:opacity-0 can-hover:group-hover:ml-0 can-hover:group-hover:opacity-100 hidden text-2xl leading-normal transition-all duration-200 ease-in"};function a0(e,n,a,o,s,i){const r=q,l=j,c=G,d=de;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["shadow-jpl relative h-full bg-white",{"flex items-center min-h-32":!e.image}])},[e.image?(t.openBlock(),t.createElementBlock("div",Xh,[t.createVNode(l,{"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[e.image.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.image.src.url,srcset:e.theSrcSet,alt:e.image.alt,width:e.image.src.width,height:e.image.src.height,"object-fit-class":"cover","image-class":"can-hover:group-hover:delay-200 can-hover:group-hover:scale-100 absolute top-0 left-0 w-full transition-all duration-200 ease-in transform scale-105",loading:"lazy"},null,8,["src","srcset","alt","width","height"])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0),t.createElementVNode("div",Jh,[e.label?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("div",Qh,t.toDisplayString(e.label),1),e0],64)):t.createCommentVNode("",!0),t.createVNode(c,{size:"h5",level:"h3",class:"mt-4 mb-2"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1}),t.createElementVNode("p",t0,t.toDisplayString(e.description),1),e.link?(t.openBlock(),t.createElementBlock("div",n0,[t.createVNode(d)])):t.createCommentVNode("",!0)])],2)}const Ys=B(Zh,[["render",a0]]),o0=t.defineComponent({name:"BlockCardGridItem",components:{BaseLink:F,BlockCardGridItemElement:Ys},props:{link:{type:Object,required:!1,default:void 0}}});function s0(e,n,a,o,s,i){var c,d,h,m,p,f;const r=Ys,l=F;return(c=e.link)!=null&&c.page||(d=e.link)!=null&&d.externalLink?(t.openBlock(),t.createBlock(l,{key:0,variant:"none",to:(m=(h=e.link)==null?void 0:h.page)!=null&&m.url?e.link.page.url:void 0,href:(p=e.link)!=null&&p.externalLink?(f=e.link)==null?void 0:f.externalLink:void 0,class:"BlockCardGridItem group","external-target-blank":""},{default:t.withCtx(()=>[t.createVNode(r,t.mergeProps(e.$attrs,{link:e.link}),null,16,["link"])]),_:1},8,["to","href"])):(t.openBlock(),t.createBlock(r,t.normalizeProps(t.mergeProps({key:1},e.$attrs)),null,16))}const Ta=B(o0,[["render",s0]]),i0=t.defineComponent({name:"IconNext"}),r0={viewBox:"0 0 50 50",class:"IconNext"},l0=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M21 36.314l-1.414-1.415 9.9-9.899-9.9-9.9L21 13.687 32.314 25 21 36.314z",fill:"currentColor","aria-hidden":"true",focusable:"false"},null,-1)];function c0(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",r0,l0)}const $e=B(i0,[["render",c0]]),d0=t.defineComponent({name:"IconPrev"}),h0={viewBox:"0 0 50 50",class:"IconPrev"},m0=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M29 13.686l1.414 1.415-9.9 9.899 9.9 9.9L29 36.313 17.686 25 29 13.686z",fill:"currentColor","aria-hidden":"true",focusable:"false"},null,-1)];function p0(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",h0,m0)}const we=B(d0,[["render",p0]]);function Ks(e){return e!==null&&typeof e=="object"&&"constructor"in e&&e.constructor===Object}function Ia(e,n){e===void 0&&(e={}),n===void 0&&(n={}),Object.keys(n).forEach(a=>{typeof e[a]>"u"?e[a]=n[a]:Ks(n[a])&&Ks(e[a])&&Object.keys(n[a]).length>0&&Ia(e[a],n[a])})}const Zs={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector(){return null},querySelectorAll(){return[]},getElementById(){return null},createEvent(){return{initEvent(){}}},createElement(){return{children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName(){return[]}}},createElementNS(){return{}},importNode(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function Be(){const e=typeof document<"u"?document:{};return Ia(e,Zs),e}const f0={document:Zs,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle(){return{getPropertyValue(){return""}}},Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia(){return{}},requestAnimationFrame(e){return typeof setTimeout>"u"?(e(),null):setTimeout(e,0)},cancelAnimationFrame(e){typeof setTimeout>"u"||clearTimeout(e)}};function pe(){const e=typeof window<"u"?window:{};return Ia(e,f0),e}function u0(e){return e===void 0&&(e=""),e.trim().split(" ").filter(n=>!!n.trim())}function g0(e){const n=e;Object.keys(n).forEach(a=>{try{n[a]=null}catch{}try{delete n[a]}catch{}})}function xa(e,n){return n===void 0&&(n=0),setTimeout(e,n)}function fn(){return Date.now()}function y0(e){const n=pe();let a;return n.getComputedStyle&&(a=n.getComputedStyle(e,null)),!a&&e.currentStyle&&(a=e.currentStyle),a||(a=e.style),a}function b0(e,n){n===void 0&&(n="x");const a=pe();let o,s,i;const r=y0(e);return a.WebKitCSSMatrix?(s=r.transform||r.webkitTransform,s.split(",").length>6&&(s=s.split(", ").map(l=>l.replace(",",".")).join(", ")),i=new a.WebKitCSSMatrix(s==="none"?"":s)):(i=r.MozTransform||r.OTransform||r.MsTransform||r.msTransform||r.transform||r.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),o=i.toString().split(",")),n==="x"&&(a.WebKitCSSMatrix?s=i.m41:o.length===16?s=parseFloat(o[12]):s=parseFloat(o[4])),n==="y"&&(a.WebKitCSSMatrix?s=i.m42:o.length===16?s=parseFloat(o[13]):s=parseFloat(o[5])),s||0}function un(e){return typeof e=="object"&&e!==null&&e.constructor&&Object.prototype.toString.call(e).slice(8,-1)==="Object"}function k0(e){return typeof window<"u"&&typeof window.HTMLElement<"u"?e instanceof HTMLElement:e&&(e.nodeType===1||e.nodeType===11)}function fe(){const e=Object(arguments.length<=0?void 0:arguments[0]),n=["__proto__","constructor","prototype"];for(let a=1;a<arguments.length;a+=1){const o=a<0||arguments.length<=a?void 0:arguments[a];if(o!=null&&!k0(o)){const s=Object.keys(Object(o)).filter(i=>n.indexOf(i)<0);for(let i=0,r=s.length;i<r;i+=1){const l=s[i],c=Object.getOwnPropertyDescriptor(o,l);c!==void 0&&c.enumerable&&(un(e[l])&&un(o[l])?o[l].__swiper__?e[l]=o[l]:fe(e[l],o[l]):!un(e[l])&&un(o[l])?(e[l]={},o[l].__swiper__?e[l]=o[l]:fe(e[l],o[l])):e[l]=o[l])}}}return e}function gn(e,n,a){e.style.setProperty(n,a)}function Xs(e){let{swiper:n,targetPosition:a,side:o}=e;const s=pe(),i=-n.translate;let r=null,l;const c=n.params.speed;n.wrapperEl.style.scrollSnapType="none",s.cancelAnimationFrame(n.cssModeFrameID);const d=a>i?"next":"prev",h=(p,f)=>d==="next"&&p>=f||d==="prev"&&p<=f,m=()=>{l=new Date().getTime(),r===null&&(r=l);const p=Math.max(Math.min((l-r)/c,1),0),f=.5-Math.cos(p*Math.PI)/2;let u=i+f*(a-i);if(h(u,a)&&(u=a),n.wrapperEl.scrollTo({[o]:u}),h(u,a)){n.wrapperEl.style.overflow="hidden",n.wrapperEl.style.scrollSnapType="",setTimeout(()=>{n.wrapperEl.style.overflow="",n.wrapperEl.scrollTo({[o]:u})}),s.cancelAnimationFrame(n.cssModeFrameID);return}n.cssModeFrameID=s.requestAnimationFrame(m)};m()}function Js(e){return e.querySelector(".swiper-slide-transform")||e.shadowRoot&&e.shadowRoot.querySelector(".swiper-slide-transform")||e}function xe(e,n){return n===void 0&&(n=""),[...e.children].filter(a=>a.matches(n))}function yn(e){try{console.warn(e);return}catch{}}function zt(e,n){n===void 0&&(n=[]);const a=document.createElement(e);return a.classList.add(...Array.isArray(n)?n:u0(n)),a}function _0(e,n){const a=[];for(;e.previousElementSibling;){const o=e.previousElementSibling;n?o.matches(n)&&a.push(o):a.push(o),e=o}return a}function $0(e,n){const a=[];for(;e.nextElementSibling;){const o=e.nextElementSibling;n?o.matches(n)&&a.push(o):a.push(o),e=o}return a}function Re(e,n){return pe().getComputedStyle(e,null).getPropertyValue(n)}function At(e){let n=e,a;if(n){for(a=0;(n=n.previousSibling)!==null;)n.nodeType===1&&(a+=1);return a}}function Qs(e,n){const a=[];let o=e.parentElement;for(;o;)n?o.matches(n)&&a.push(o):a.push(o),o=o.parentElement;return a}function w0(e,n){function a(o){o.target===e&&(n.call(e,o),e.removeEventListener("transitionend",a))}n&&e.addEventListener("transitionend",a)}function Ma(e,n,a){const o=pe();return e[n==="width"?"offsetWidth":"offsetHeight"]+parseFloat(o.getComputedStyle(e,null).getPropertyValue(n==="width"?"margin-right":"margin-top"))+parseFloat(o.getComputedStyle(e,null).getPropertyValue(n==="width"?"margin-left":"margin-bottom"))}function Y(e){return(Array.isArray(e)?e:[e]).filter(n=>!!n)}let La;function B0(){const e=pe(),n=Be();return{smoothScroll:n.documentElement&&n.documentElement.style&&"scrollBehavior"in n.documentElement.style,touch:!!("ontouchstart"in e||e.DocumentTouch&&n instanceof e.DocumentTouch)}}function ei(){return La||(La=B0()),La}let Da;function C0(e){let{userAgent:n}=e===void 0?{}:e;const a=ei(),o=pe(),s=o.navigator.platform,i=n||o.navigator.userAgent,r={ios:!1,android:!1},l=o.screen.width,c=o.screen.height,d=i.match(/(Android);?[\s\/]+([\d.]+)?/);let h=i.match(/(iPad).*OS\s([\d_]+)/);const m=i.match(/(iPod)(.*OS\s([\d_]+))?/),p=!h&&i.match(/(iPhone\sOS|iOS)\s([\d_]+)/),f=s==="Win32";let u=s==="MacIntel";const b=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!h&&u&&a.touch&&b.indexOf(`${l}x${c}`)>=0&&(h=i.match(/(Version)\/([\d.]+)/),h||(h=[0,1,"13_0_0"]),u=!1),d&&!f&&(r.os="android",r.android=!0),(h||p||m)&&(r.os="ios",r.ios=!0),r}function ti(e){return e===void 0&&(e={}),Da||(Da=C0(e)),Da}let va;function E0(){const e=pe(),n=ti();let a=!1;function o(){const l=e.navigator.userAgent.toLowerCase();return l.indexOf("safari")>=0&&l.indexOf("chrome")<0&&l.indexOf("android")<0}if(o()){const l=String(e.navigator.userAgent);if(l.includes("Version/")){const[c,d]=l.split("Version/")[1].split(" ")[0].split(".").map(h=>Number(h));a=c<16||c===16&&d<2}}const s=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(e.navigator.userAgent),i=o(),r=i||s&&n.ios;return{isSafari:a||i,needPerspectiveFix:a,need3dFix:r,isWebView:s}}function S0(){return va||(va=E0()),va}function V0(e){let{swiper:n,on:a,emit:o}=e;const s=pe();let i=null,r=null;const l=()=>{!n||n.destroyed||!n.initialized||(o("beforeResize"),o("resize"))},c=()=>{!n||n.destroyed||!n.initialized||(i=new ResizeObserver(m=>{r=s.requestAnimationFrame(()=>{const{width:p,height:f}=n;let u=p,b=f;m.forEach(E=>{let{contentBoxSize:g,contentRect:y,target:_}=E;_&&_!==n.el||(u=y?y.width:(g[0]||g).inlineSize,b=y?y.height:(g[0]||g).blockSize)}),(u!==p||b!==f)&&l()})}),i.observe(n.el))},d=()=>{r&&s.cancelAnimationFrame(r),i&&i.unobserve&&n.el&&(i.unobserve(n.el),i=null)},h=()=>{!n||n.destroyed||!n.initialized||o("orientationchange")};a("init",()=>{if(n.params.resizeObserver&&typeof s.ResizeObserver<"u"){c();return}s.addEventListener("resize",l),s.addEventListener("orientationchange",h)}),a("destroy",()=>{d(),s.removeEventListener("resize",l),s.removeEventListener("orientationchange",h)})}function N0(e){let{swiper:n,extendParams:a,on:o,emit:s}=e;const i=[],r=pe(),l=function(h,m){m===void 0&&(m={});const p=r.MutationObserver||r.WebkitMutationObserver,f=new p(u=>{if(n.__preventObserver__)return;if(u.length===1){s("observerUpdate",u[0]);return}const b=function(){s("observerUpdate",u[0])};r.requestAnimationFrame?r.requestAnimationFrame(b):r.setTimeout(b,0)});f.observe(h,{attributes:typeof m.attributes>"u"?!0:m.attributes,childList:typeof m.childList>"u"?!0:m.childList,characterData:typeof m.characterData>"u"?!0:m.characterData}),i.push(f)},c=()=>{if(n.params.observer){if(n.params.observeParents){const h=Qs(n.hostEl);for(let m=0;m<h.length;m+=1)l(h[m])}l(n.hostEl,{childList:n.params.observeSlideChildren}),l(n.wrapperEl,{attributes:!1})}},d=()=>{i.forEach(h=>{h.disconnect()}),i.splice(0,i.length)};a({observer:!1,observeParents:!1,observeSlideChildren:!1}),o("init",c),o("destroy",d)}var T0={on(e,n,a){const o=this;if(!o.eventsListeners||o.destroyed||typeof n!="function")return o;const s=a?"unshift":"push";return e.split(" ").forEach(i=>{o.eventsListeners[i]||(o.eventsListeners[i]=[]),o.eventsListeners[i][s](n)}),o},once(e,n,a){const o=this;if(!o.eventsListeners||o.destroyed||typeof n!="function")return o;function s(){o.off(e,s),s.__emitterProxy&&delete s.__emitterProxy;for(var i=arguments.length,r=new Array(i),l=0;l<i;l++)r[l]=arguments[l];n.apply(o,r)}return s.__emitterProxy=n,o.on(e,s,a)},onAny(e,n){const a=this;if(!a.eventsListeners||a.destroyed||typeof e!="function")return a;const o=n?"unshift":"push";return a.eventsAnyListeners.indexOf(e)<0&&a.eventsAnyListeners[o](e),a},offAny(e){const n=this;if(!n.eventsListeners||n.destroyed||!n.eventsAnyListeners)return n;const a=n.eventsAnyListeners.indexOf(e);return a>=0&&n.eventsAnyListeners.splice(a,1),n},off(e,n){const a=this;return!a.eventsListeners||a.destroyed||!a.eventsListeners||e.split(" ").forEach(o=>{typeof n>"u"?a.eventsListeners[o]=[]:a.eventsListeners[o]&&a.eventsListeners[o].forEach((s,i)=>{(s===n||s.__emitterProxy&&s.__emitterProxy===n)&&a.eventsListeners[o].splice(i,1)})}),a},emit(){const e=this;if(!e.eventsListeners||e.destroyed||!e.eventsListeners)return e;let n,a,o;for(var s=arguments.length,i=new Array(s),r=0;r<s;r++)i[r]=arguments[r];return typeof i[0]=="string"||Array.isArray(i[0])?(n=i[0],a=i.slice(1,i.length),o=e):(n=i[0].events,a=i[0].data,o=i[0].context||e),a.unshift(o),(Array.isArray(n)?n:n.split(" ")).forEach(c=>{e.eventsAnyListeners&&e.eventsAnyListeners.length&&e.eventsAnyListeners.forEach(d=>{d.apply(o,[c,...a])}),e.eventsListeners&&e.eventsListeners[c]&&e.eventsListeners[c].forEach(d=>{d.apply(o,a)})}),e}};function I0(){const e=this;let n,a;const o=e.el;typeof e.params.width<"u"&&e.params.width!==null?n=e.params.width:n=o.clientWidth,typeof e.params.height<"u"&&e.params.height!==null?a=e.params.height:a=o.clientHeight,!(n===0&&e.isHorizontal()||a===0&&e.isVertical())&&(n=n-parseInt(Re(o,"padding-left")||0,10)-parseInt(Re(o,"padding-right")||0,10),a=a-parseInt(Re(o,"padding-top")||0,10)-parseInt(Re(o,"padding-bottom")||0,10),Number.isNaN(n)&&(n=0),Number.isNaN(a)&&(a=0),Object.assign(e,{width:n,height:a,size:e.isHorizontal()?n:a}))}function x0(){const e=this;function n(w,k){return parseFloat(w.getPropertyValue(e.getDirectionLabel(k))||0)}const a=e.params,{wrapperEl:o,slidesEl:s,size:i,rtlTranslate:r,wrongRTL:l}=e,c=e.virtual&&a.virtual.enabled,d=c?e.virtual.slides.length:e.slides.length,h=xe(s,`.${e.params.slideClass}, swiper-slide`),m=c?e.virtual.slides.length:h.length;let p=[];const f=[],u=[];let b=a.slidesOffsetBefore;typeof b=="function"&&(b=a.slidesOffsetBefore.call(e));let E=a.slidesOffsetAfter;typeof E=="function"&&(E=a.slidesOffsetAfter.call(e));const g=e.snapGrid.length,y=e.slidesGrid.length;let _=a.spaceBetween,V=-b,M=0,N=0;if(typeof i>"u")return;typeof _=="string"&&_.indexOf("%")>=0?_=parseFloat(_.replace("%",""))/100*i:typeof _=="string"&&(_=parseFloat(_)),e.virtualSize=-_,h.forEach(w=>{r?w.style.marginLeft="":w.style.marginRight="",w.style.marginBottom="",w.style.marginTop=""}),a.centeredSlides&&a.cssMode&&(gn(o,"--swiper-centered-offset-before",""),gn(o,"--swiper-centered-offset-after",""));const I=a.grid&&a.grid.rows>1&&e.grid;I?e.grid.initSlides(h):e.grid&&e.grid.unsetSlides();let T;const A=a.slidesPerView==="auto"&&a.breakpoints&&Object.keys(a.breakpoints).filter(w=>typeof a.breakpoints[w].slidesPerView<"u").length>0;for(let w=0;w<m;w+=1){T=0;let k;if(h[w]&&(k=h[w]),I&&e.grid.updateSlide(w,k,h),!(h[w]&&Re(k,"display")==="none")){if(a.slidesPerView==="auto"){A&&(h[w].style[e.getDirectionLabel("width")]="");const x=getComputedStyle(k),L=k.style.transform,D=k.style.webkitTransform;if(L&&(k.style.transform="none"),D&&(k.style.webkitTransform="none"),a.roundLengths)T=e.isHorizontal()?Ma(k,"width"):Ma(k,"height");else{const v=n(x,"width"),P=n(x,"padding-left"),S=n(x,"padding-right"),C=n(x,"margin-left"),z=n(x,"margin-right"),O=x.getPropertyValue("box-sizing");if(O&&O==="border-box")T=v+C+z;else{const{clientWidth:U,offsetWidth:K}=k;T=v+P+S+C+z+(K-U)}}L&&(k.style.transform=L),D&&(k.style.webkitTransform=D),a.roundLengths&&(T=Math.floor(T))}else T=(i-(a.slidesPerView-1)*_)/a.slidesPerView,a.roundLengths&&(T=Math.floor(T)),h[w]&&(h[w].style[e.getDirectionLabel("width")]=`${T}px`);h[w]&&(h[w].swiperSlideSize=T),u.push(T),a.centeredSlides?(V=V+T/2+M/2+_,M===0&&w!==0&&(V=V-i/2-_),w===0&&(V=V-i/2-_),Math.abs(V)<1/1e3&&(V=0),a.roundLengths&&(V=Math.floor(V)),N%a.slidesPerGroup===0&&p.push(V),f.push(V)):(a.roundLengths&&(V=Math.floor(V)),(N-Math.min(e.params.slidesPerGroupSkip,N))%e.params.slidesPerGroup===0&&p.push(V),f.push(V),V=V+T+_),e.virtualSize+=T+_,M=T,N+=1}}if(e.virtualSize=Math.max(e.virtualSize,i)+E,r&&l&&(a.effect==="slide"||a.effect==="coverflow")&&(o.style.width=`${e.virtualSize+_}px`),a.setWrapperSize&&(o.style[e.getDirectionLabel("width")]=`${e.virtualSize+_}px`),I&&e.grid.updateWrapperSize(T,p),!a.centeredSlides){const w=[];for(let k=0;k<p.length;k+=1){let x=p[k];a.roundLengths&&(x=Math.floor(x)),p[k]<=e.virtualSize-i&&w.push(x)}p=w,Math.floor(e.virtualSize-i)-Math.floor(p[p.length-1])>1&&p.push(e.virtualSize-i)}if(c&&a.loop){const w=u[0]+_;if(a.slidesPerGroup>1){const k=Math.ceil((e.virtual.slidesBefore+e.virtual.slidesAfter)/a.slidesPerGroup),x=w*a.slidesPerGroup;for(let L=0;L<k;L+=1)p.push(p[p.length-1]+x)}for(let k=0;k<e.virtual.slidesBefore+e.virtual.slidesAfter;k+=1)a.slidesPerGroup===1&&p.push(p[p.length-1]+w),f.push(f[f.length-1]+w),e.virtualSize+=w}if(p.length===0&&(p=[0]),_!==0){const w=e.isHorizontal()&&r?"marginLeft":e.getDirectionLabel("marginRight");h.filter((k,x)=>!a.cssMode||a.loop?!0:x!==h.length-1).forEach(k=>{k.style[w]=`${_}px`})}if(a.centeredSlides&&a.centeredSlidesBounds){let w=0;u.forEach(x=>{w+=x+(_||0)}),w-=_;const k=w-i;p=p.map(x=>x<=0?-b:x>k?k+E:x)}if(a.centerInsufficientSlides){let w=0;u.forEach(x=>{w+=x+(_||0)}),w-=_;const k=(a.slidesOffsetBefore||0)+(a.slidesOffsetAfter||0);if(w+k<i){const x=(i-w-k)/2;p.forEach((L,D)=>{p[D]=L-x}),f.forEach((L,D)=>{f[D]=L+x})}}if(Object.assign(e,{slides:h,snapGrid:p,slidesGrid:f,slidesSizesGrid:u}),a.centeredSlides&&a.cssMode&&!a.centeredSlidesBounds){gn(o,"--swiper-centered-offset-before",`${-p[0]}px`),gn(o,"--swiper-centered-offset-after",`${e.size/2-u[u.length-1]/2}px`);const w=-e.snapGrid[0],k=-e.slidesGrid[0];e.snapGrid=e.snapGrid.map(x=>x+w),e.slidesGrid=e.slidesGrid.map(x=>x+k)}if(m!==d&&e.emit("slidesLengthChange"),p.length!==g&&(e.params.watchOverflow&&e.checkOverflow(),e.emit("snapGridLengthChange")),f.length!==y&&e.emit("slidesGridLengthChange"),a.watchSlidesProgress&&e.updateSlidesOffset(),e.emit("slidesUpdated"),!c&&!a.cssMode&&(a.effect==="slide"||a.effect==="fade")){const w=`${a.containerModifierClass}backface-hidden`,k=e.el.classList.contains(w);m<=a.maxBackfaceHiddenSlides?k||e.el.classList.add(w):k&&e.el.classList.remove(w)}}function M0(e){const n=this,a=[],o=n.virtual&&n.params.virtual.enabled;let s=0,i;typeof e=="number"?n.setTransition(e):e===!0&&n.setTransition(n.params.speed);const r=l=>o?n.slides[n.getSlideIndexByData(l)]:n.slides[l];if(n.params.slidesPerView!=="auto"&&n.params.slidesPerView>1)if(n.params.centeredSlides)(n.visibleSlides||[]).forEach(l=>{a.push(l)});else for(i=0;i<Math.ceil(n.params.slidesPerView);i+=1){const l=n.activeIndex+i;if(l>n.slides.length&&!o)break;a.push(r(l))}else a.push(r(n.activeIndex));for(i=0;i<a.length;i+=1)if(typeof a[i]<"u"){const l=a[i].offsetHeight;s=l>s?l:s}(s||s===0)&&(n.wrapperEl.style.height=`${s}px`)}function L0(){const e=this,n=e.slides,a=e.isElement?e.isHorizontal()?e.wrapperEl.offsetLeft:e.wrapperEl.offsetTop:0;for(let o=0;o<n.length;o+=1)n[o].swiperSlideOffset=(e.isHorizontal()?n[o].offsetLeft:n[o].offsetTop)-a-e.cssOverflowAdjustment()}const ni=(e,n,a)=>{n&&!e.classList.contains(a)?e.classList.add(a):!n&&e.classList.contains(a)&&e.classList.remove(a)};function D0(e){e===void 0&&(e=this&&this.translate||0);const n=this,a=n.params,{slides:o,rtlTranslate:s,snapGrid:i}=n;if(o.length===0)return;typeof o[0].swiperSlideOffset>"u"&&n.updateSlidesOffset();let r=-e;s&&(r=e),n.visibleSlidesIndexes=[],n.visibleSlides=[];let l=a.spaceBetween;typeof l=="string"&&l.indexOf("%")>=0?l=parseFloat(l.replace("%",""))/100*n.size:typeof l=="string"&&(l=parseFloat(l));for(let c=0;c<o.length;c+=1){const d=o[c];let h=d.swiperSlideOffset;a.cssMode&&a.centeredSlides&&(h-=o[0].swiperSlideOffset);const m=(r+(a.centeredSlides?n.minTranslate():0)-h)/(d.swiperSlideSize+l),p=(r-i[0]+(a.centeredSlides?n.minTranslate():0)-h)/(d.swiperSlideSize+l),f=-(r-h),u=f+n.slidesSizesGrid[c],b=f>=0&&f<=n.size-n.slidesSizesGrid[c],E=f>=0&&f<n.size-1||u>1&&u<=n.size||f<=0&&u>=n.size;E&&(n.visibleSlides.push(d),n.visibleSlidesIndexes.push(c)),ni(d,E,a.slideVisibleClass),ni(d,b,a.slideFullyVisibleClass),d.progress=s?-m:m,d.originalProgress=s?-p:p}}function v0(e){const n=this;if(typeof e>"u"){const h=n.rtlTranslate?-1:1;e=n&&n.translate&&n.translate*h||0}const a=n.params,o=n.maxTranslate()-n.minTranslate();let{progress:s,isBeginning:i,isEnd:r,progressLoop:l}=n;const c=i,d=r;if(o===0)s=0,i=!0,r=!0;else{s=(e-n.minTranslate())/o;const h=Math.abs(e-n.minTranslate())<1,m=Math.abs(e-n.maxTranslate())<1;i=h||s<=0,r=m||s>=1,h&&(s=0),m&&(s=1)}if(a.loop){const h=n.getSlideIndexByData(0),m=n.getSlideIndexByData(n.slides.length-1),p=n.slidesGrid[h],f=n.slidesGrid[m],u=n.slidesGrid[n.slidesGrid.length-1],b=Math.abs(e);b>=p?l=(b-p)/u:l=(b+u-f)/u,l>1&&(l-=1)}Object.assign(n,{progress:s,progressLoop:l,isBeginning:i,isEnd:r}),(a.watchSlidesProgress||a.centeredSlides&&a.autoHeight)&&n.updateSlidesProgress(e),i&&!c&&n.emit("reachBeginning toEdge"),r&&!d&&n.emit("reachEnd toEdge"),(c&&!i||d&&!r)&&n.emit("fromEdge"),n.emit("progress",s)}const Pa=(e,n,a)=>{n&&!e.classList.contains(a)?e.classList.add(a):!n&&e.classList.contains(a)&&e.classList.remove(a)};function P0(){const e=this,{slides:n,params:a,slidesEl:o,activeIndex:s}=e,i=e.virtual&&a.virtual.enabled,r=e.grid&&a.grid&&a.grid.rows>1,l=m=>xe(o,`.${a.slideClass}${m}, swiper-slide${m}`)[0];let c,d,h;if(i)if(a.loop){let m=s-e.virtual.slidesBefore;m<0&&(m=e.virtual.slides.length+m),m>=e.virtual.slides.length&&(m-=e.virtual.slides.length),c=l(`[data-swiper-slide-index="${m}"]`)}else c=l(`[data-swiper-slide-index="${s}"]`);else r?(c=n.filter(m=>m.column===s)[0],h=n.filter(m=>m.column===s+1)[0],d=n.filter(m=>m.column===s-1)[0]):c=n[s];c&&(r||(h=$0(c,`.${a.slideClass}, swiper-slide`)[0],a.loop&&!h&&(h=n[0]),d=_0(c,`.${a.slideClass}, swiper-slide`)[0],a.loop&&!d===0&&(d=n[n.length-1]))),n.forEach(m=>{Pa(m,m===c,a.slideActiveClass),Pa(m,m===h,a.slideNextClass),Pa(m,m===d,a.slidePrevClass)}),e.emitSlidesClasses()}const bn=(e,n)=>{if(!e||e.destroyed||!e.params)return;const a=()=>e.isElement?"swiper-slide":`.${e.params.slideClass}`,o=n.closest(a());if(o){let s=o.querySelector(`.${e.params.lazyPreloaderClass}`);!s&&e.isElement&&(o.shadowRoot?s=o.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{o.shadowRoot&&(s=o.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`),s&&s.remove())})),s&&s.remove()}},za=(e,n)=>{if(!e.slides[n])return;const a=e.slides[n].querySelector('[loading="lazy"]');a&&a.removeAttribute("loading")},Aa=e=>{if(!e||e.destroyed||!e.params)return;let n=e.params.lazyPreloadPrevNext;const a=e.slides.length;if(!a||!n||n<0)return;n=Math.min(n,a);const o=e.params.slidesPerView==="auto"?e.slidesPerViewDynamic():Math.ceil(e.params.slidesPerView),s=e.activeIndex;if(e.params.grid&&e.params.grid.rows>1){const r=s,l=[r-n];l.push(...Array.from({length:n}).map((c,d)=>r+o+d)),e.slides.forEach((c,d)=>{l.includes(c.column)&&za(e,d)});return}const i=s+o-1;if(e.params.rewind||e.params.loop)for(let r=s-n;r<=i+n;r+=1){const l=(r%a+a)%a;(l<s||l>i)&&za(e,l)}else for(let r=Math.max(s-n,0);r<=Math.min(i+n,a-1);r+=1)r!==s&&(r>i||r<s)&&za(e,r)};function z0(e){const{slidesGrid:n,params:a}=e,o=e.rtlTranslate?e.translate:-e.translate;let s;for(let i=0;i<n.length;i+=1)typeof n[i+1]<"u"?o>=n[i]&&o<n[i+1]-(n[i+1]-n[i])/2?s=i:o>=n[i]&&o<n[i+1]&&(s=i+1):o>=n[i]&&(s=i);return a.normalizeSlideIndex&&(s<0||typeof s>"u")&&(s=0),s}function A0(e){const n=this,a=n.rtlTranslate?n.translate:-n.translate,{snapGrid:o,params:s,activeIndex:i,realIndex:r,snapIndex:l}=n;let c=e,d;const h=f=>{let u=f-n.virtual.slidesBefore;return u<0&&(u=n.virtual.slides.length+u),u>=n.virtual.slides.length&&(u-=n.virtual.slides.length),u};if(typeof c>"u"&&(c=z0(n)),o.indexOf(a)>=0)d=o.indexOf(a);else{const f=Math.min(s.slidesPerGroupSkip,c);d=f+Math.floor((c-f)/s.slidesPerGroup)}if(d>=o.length&&(d=o.length-1),c===i&&!n.params.loop){d!==l&&(n.snapIndex=d,n.emit("snapIndexChange"));return}if(c===i&&n.params.loop&&n.virtual&&n.params.virtual.enabled){n.realIndex=h(c);return}const m=n.grid&&s.grid&&s.grid.rows>1;let p;if(n.virtual&&s.virtual.enabled&&s.loop)p=h(c);else if(m){const f=n.slides.filter(b=>b.column===c)[0];let u=parseInt(f.getAttribute("data-swiper-slide-index"),10);Number.isNaN(u)&&(u=Math.max(n.slides.indexOf(f),0)),p=Math.floor(u/s.grid.rows)}else if(n.slides[c]){const f=n.slides[c].getAttribute("data-swiper-slide-index");f?p=parseInt(f,10):p=c}else p=c;Object.assign(n,{previousSnapIndex:l,snapIndex:d,previousRealIndex:r,realIndex:p,previousIndex:i,activeIndex:c}),n.initialized&&Aa(n),n.emit("activeIndexChange"),n.emit("snapIndexChange"),(n.initialized||n.params.runCallbacksOnInit)&&(r!==p&&n.emit("realIndexChange"),n.emit("slideChange"))}function O0(e,n){const a=this,o=a.params;let s=e.closest(`.${o.slideClass}, swiper-slide`);!s&&a.isElement&&n&&n.length>1&&n.includes(e)&&[...n.slice(n.indexOf(e)+1,n.length)].forEach(l=>{!s&&l.matches&&l.matches(`.${o.slideClass}, swiper-slide`)&&(s=l)});let i=!1,r;if(s){for(let l=0;l<a.slides.length;l+=1)if(a.slides[l]===s){i=!0,r=l;break}}if(s&&i)a.clickedSlide=s,a.virtual&&a.params.virtual.enabled?a.clickedIndex=parseInt(s.getAttribute("data-swiper-slide-index"),10):a.clickedIndex=r;else{a.clickedSlide=void 0,a.clickedIndex=void 0;return}o.slideToClickedSlide&&a.clickedIndex!==void 0&&a.clickedIndex!==a.activeIndex&&a.slideToClickedSlide()}var F0={updateSize:I0,updateSlides:x0,updateAutoHeight:M0,updateSlidesOffset:L0,updateSlidesProgress:D0,updateProgress:v0,updateSlidesClasses:P0,updateActiveIndex:A0,updateClickedSlide:O0};function H0(e){e===void 0&&(e=this.isHorizontal()?"x":"y");const n=this,{params:a,rtlTranslate:o,translate:s,wrapperEl:i}=n;if(a.virtualTranslate)return o?-s:s;if(a.cssMode)return s;let r=b0(i,e);return r+=n.cssOverflowAdjustment(),o&&(r=-r),r||0}function q0(e,n){const a=this,{rtlTranslate:o,params:s,wrapperEl:i,progress:r}=a;let l=0,c=0;const d=0;a.isHorizontal()?l=o?-e:e:c=e,s.roundLengths&&(l=Math.floor(l),c=Math.floor(c)),a.previousTranslate=a.translate,a.translate=a.isHorizontal()?l:c,s.cssMode?i[a.isHorizontal()?"scrollLeft":"scrollTop"]=a.isHorizontal()?-l:-c:s.virtualTranslate||(a.isHorizontal()?l-=a.cssOverflowAdjustment():c-=a.cssOverflowAdjustment(),i.style.transform=`translate3d(${l}px, ${c}px, ${d}px)`);let h;const m=a.maxTranslate()-a.minTranslate();m===0?h=0:h=(e-a.minTranslate())/m,h!==r&&a.updateProgress(e),a.emit("setTranslate",a.translate,n)}function j0(){return-this.snapGrid[0]}function R0(){return-this.snapGrid[this.snapGrid.length-1]}function G0(e,n,a,o,s){e===void 0&&(e=0),n===void 0&&(n=this.params.speed),a===void 0&&(a=!0),o===void 0&&(o=!0);const i=this,{params:r,wrapperEl:l}=i;if(i.animating&&r.preventInteractionOnTransition)return!1;const c=i.minTranslate(),d=i.maxTranslate();let h;if(o&&e>c?h=c:o&&e<d?h=d:h=e,i.updateProgress(h),r.cssMode){const m=i.isHorizontal();if(n===0)l[m?"scrollLeft":"scrollTop"]=-h;else{if(!i.support.smoothScroll)return Xs({swiper:i,targetPosition:-h,side:m?"left":"top"}),!0;l.scrollTo({[m?"left":"top"]:-h,behavior:"smooth"})}return!0}return n===0?(i.setTransition(0),i.setTranslate(h),a&&(i.emit("beforeTransitionStart",n,s),i.emit("transitionEnd"))):(i.setTransition(n),i.setTranslate(h),a&&(i.emit("beforeTransitionStart",n,s),i.emit("transitionStart")),i.animating||(i.animating=!0,i.onTranslateToWrapperTransitionEnd||(i.onTranslateToWrapperTransitionEnd=function(p){!i||i.destroyed||p.target===this&&(i.wrapperEl.removeEventListener("transitionend",i.onTranslateToWrapperTransitionEnd),i.onTranslateToWrapperTransitionEnd=null,delete i.onTranslateToWrapperTransitionEnd,i.animating=!1,a&&i.emit("transitionEnd"))}),i.wrapperEl.addEventListener("transitionend",i.onTranslateToWrapperTransitionEnd))),!0}var U0={getTranslate:H0,setTranslate:q0,minTranslate:j0,maxTranslate:R0,translateTo:G0};function W0(e,n){const a=this;a.params.cssMode||(a.wrapperEl.style.transitionDuration=`${e}ms`,a.wrapperEl.style.transitionDelay=e===0?"0ms":""),a.emit("setTransition",e,n)}function ai(e){let{swiper:n,runCallbacks:a,direction:o,step:s}=e;const{activeIndex:i,previousIndex:r}=n;let l=o;if(l||(i>r?l="next":i<r?l="prev":l="reset"),n.emit(`transition${s}`),a&&i!==r){if(l==="reset"){n.emit(`slideResetTransition${s}`);return}n.emit(`slideChangeTransition${s}`),l==="next"?n.emit(`slideNextTransition${s}`):n.emit(`slidePrevTransition${s}`)}}function Y0(e,n){e===void 0&&(e=!0);const a=this,{params:o}=a;o.cssMode||(o.autoHeight&&a.updateAutoHeight(),ai({swiper:a,runCallbacks:e,direction:n,step:"Start"}))}function K0(e,n){e===void 0&&(e=!0);const a=this,{params:o}=a;a.animating=!1,!o.cssMode&&(a.setTransition(0),ai({swiper:a,runCallbacks:e,direction:n,step:"End"}))}var Z0={setTransition:W0,transitionStart:Y0,transitionEnd:K0};function X0(e,n,a,o,s){e===void 0&&(e=0),a===void 0&&(a=!0),typeof e=="string"&&(e=parseInt(e,10));const i=this;let r=e;r<0&&(r=0);const{params:l,snapGrid:c,slidesGrid:d,previousIndex:h,activeIndex:m,rtlTranslate:p,wrapperEl:f,enabled:u}=i;if(!u&&!o&&!s||i.destroyed||i.animating&&l.preventInteractionOnTransition)return!1;typeof n>"u"&&(n=i.params.speed);const b=Math.min(i.params.slidesPerGroupSkip,r);let E=b+Math.floor((r-b)/i.params.slidesPerGroup);E>=c.length&&(E=c.length-1);const g=-c[E];if(l.normalizeSlideIndex)for(let _=0;_<d.length;_+=1){const V=-Math.floor(g*100),M=Math.floor(d[_]*100),N=Math.floor(d[_+1]*100);typeof d[_+1]<"u"?V>=M&&V<N-(N-M)/2?r=_:V>=M&&V<N&&(r=_+1):V>=M&&(r=_)}if(i.initialized&&r!==m&&(!i.allowSlideNext&&(p?g>i.translate&&g>i.minTranslate():g<i.translate&&g<i.minTranslate())||!i.allowSlidePrev&&g>i.translate&&g>i.maxTranslate()&&(m||0)!==r))return!1;r!==(h||0)&&a&&i.emit("beforeSlideChangeStart"),i.updateProgress(g);let y;if(r>m?y="next":r<m?y="prev":y="reset",p&&-g===i.translate||!p&&g===i.translate)return i.updateActiveIndex(r),l.autoHeight&&i.updateAutoHeight(),i.updateSlidesClasses(),l.effect!=="slide"&&i.setTranslate(g),y!=="reset"&&(i.transitionStart(a,y),i.transitionEnd(a,y)),!1;if(l.cssMode){const _=i.isHorizontal(),V=p?g:-g;if(n===0){const M=i.virtual&&i.params.virtual.enabled;M&&(i.wrapperEl.style.scrollSnapType="none",i._immediateVirtual=!0),M&&!i._cssModeVirtualInitialSet&&i.params.initialSlide>0?(i._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{f[_?"scrollLeft":"scrollTop"]=V})):f[_?"scrollLeft":"scrollTop"]=V,M&&requestAnimationFrame(()=>{i.wrapperEl.style.scrollSnapType="",i._immediateVirtual=!1})}else{if(!i.support.smoothScroll)return Xs({swiper:i,targetPosition:V,side:_?"left":"top"}),!0;f.scrollTo({[_?"left":"top"]:V,behavior:"smooth"})}return!0}return i.setTransition(n),i.setTranslate(g),i.updateActiveIndex(r),i.updateSlidesClasses(),i.emit("beforeTransitionStart",n,o),i.transitionStart(a,y),n===0?i.transitionEnd(a,y):i.animating||(i.animating=!0,i.onSlideToWrapperTransitionEnd||(i.onSlideToWrapperTransitionEnd=function(V){!i||i.destroyed||V.target===this&&(i.wrapperEl.removeEventListener("transitionend",i.onSlideToWrapperTransitionEnd),i.onSlideToWrapperTransitionEnd=null,delete i.onSlideToWrapperTransitionEnd,i.transitionEnd(a,y))}),i.wrapperEl.addEventListener("transitionend",i.onSlideToWrapperTransitionEnd)),!0}function J0(e,n,a,o){e===void 0&&(e=0),a===void 0&&(a=!0),typeof e=="string"&&(e=parseInt(e,10));const s=this;if(s.destroyed)return;typeof n>"u"&&(n=s.params.speed);const i=s.grid&&s.params.grid&&s.params.grid.rows>1;let r=e;if(s.params.loop)if(s.virtual&&s.params.virtual.enabled)r=r+s.virtual.slidesBefore;else{let l;if(i){const p=r*s.params.grid.rows;l=s.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===p)[0].column}else l=s.getSlideIndexByData(r);const c=i?Math.ceil(s.slides.length/s.params.grid.rows):s.slides.length,{centeredSlides:d}=s.params;let h=s.params.slidesPerView;h==="auto"?h=s.slidesPerViewDynamic():(h=Math.ceil(parseFloat(s.params.slidesPerView,10)),d&&h%2===0&&(h=h+1));let m=c-l<h;if(d&&(m=m||l<Math.ceil(h/2)),o&&d&&s.params.slidesPerView!=="auto"&&!i&&(m=!1),m){const p=d?l<s.activeIndex?"prev":"next":l-s.activeIndex-1<s.params.slidesPerView?"next":"prev";s.loopFix({direction:p,slideTo:!0,activeSlideIndex:p==="next"?l+1:l-c+1,slideRealIndex:p==="next"?s.realIndex:void 0})}if(i){const p=r*s.params.grid.rows;r=s.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===p)[0].column}else r=s.getSlideIndexByData(r)}return requestAnimationFrame(()=>{s.slideTo(r,n,a,o)}),s}function Q0(e,n,a){n===void 0&&(n=!0);const o=this,{enabled:s,params:i,animating:r}=o;if(!s||o.destroyed)return o;typeof e>"u"&&(e=o.params.speed);let l=i.slidesPerGroup;i.slidesPerView==="auto"&&i.slidesPerGroup===1&&i.slidesPerGroupAuto&&(l=Math.max(o.slidesPerViewDynamic("current",!0),1));const c=o.activeIndex<i.slidesPerGroupSkip?1:l,d=o.virtual&&i.virtual.enabled;if(i.loop){if(r&&!d&&i.loopPreventsSliding)return!1;if(o.loopFix({direction:"next"}),o._clientLeft=o.wrapperEl.clientLeft,o.activeIndex===o.slides.length-1&&i.cssMode)return requestAnimationFrame(()=>{o.slideTo(o.activeIndex+c,e,n,a)}),!0}return i.rewind&&o.isEnd?o.slideTo(0,e,n,a):o.slideTo(o.activeIndex+c,e,n,a)}function em(e,n,a){n===void 0&&(n=!0);const o=this,{params:s,snapGrid:i,slidesGrid:r,rtlTranslate:l,enabled:c,animating:d}=o;if(!c||o.destroyed)return o;typeof e>"u"&&(e=o.params.speed);const h=o.virtual&&s.virtual.enabled;if(s.loop){if(d&&!h&&s.loopPreventsSliding)return!1;o.loopFix({direction:"prev"}),o._clientLeft=o.wrapperEl.clientLeft}const m=l?o.translate:-o.translate;function p(g){return g<0?-Math.floor(Math.abs(g)):Math.floor(g)}const f=p(m),u=i.map(g=>p(g));let b=i[u.indexOf(f)-1];if(typeof b>"u"&&s.cssMode){let g;i.forEach((y,_)=>{f>=y&&(g=_)}),typeof g<"u"&&(b=i[g>0?g-1:g])}let E=0;if(typeof b<"u"&&(E=r.indexOf(b),E<0&&(E=o.activeIndex-1),s.slidesPerView==="auto"&&s.slidesPerGroup===1&&s.slidesPerGroupAuto&&(E=E-o.slidesPerViewDynamic("previous",!0)+1,E=Math.max(E,0))),s.rewind&&o.isBeginning){const g=o.params.virtual&&o.params.virtual.enabled&&o.virtual?o.virtual.slides.length-1:o.slides.length-1;return o.slideTo(g,e,n,a)}else if(s.loop&&o.activeIndex===0&&s.cssMode)return requestAnimationFrame(()=>{o.slideTo(E,e,n,a)}),!0;return o.slideTo(E,e,n,a)}function tm(e,n,a){n===void 0&&(n=!0);const o=this;if(!o.destroyed)return typeof e>"u"&&(e=o.params.speed),o.slideTo(o.activeIndex,e,n,a)}function nm(e,n,a,o){n===void 0&&(n=!0),o===void 0&&(o=.5);const s=this;if(s.destroyed)return;typeof e>"u"&&(e=s.params.speed);let i=s.activeIndex;const r=Math.min(s.params.slidesPerGroupSkip,i),l=r+Math.floor((i-r)/s.params.slidesPerGroup),c=s.rtlTranslate?s.translate:-s.translate;if(c>=s.snapGrid[l]){const d=s.snapGrid[l],h=s.snapGrid[l+1];c-d>(h-d)*o&&(i+=s.params.slidesPerGroup)}else{const d=s.snapGrid[l-1],h=s.snapGrid[l];c-d<=(h-d)*o&&(i-=s.params.slidesPerGroup)}return i=Math.max(i,0),i=Math.min(i,s.slidesGrid.length-1),s.slideTo(i,e,n,a)}function am(){const e=this;if(e.destroyed)return;const{params:n,slidesEl:a}=e,o=n.slidesPerView==="auto"?e.slidesPerViewDynamic():n.slidesPerView;let s=e.clickedIndex,i;const r=e.isElement?"swiper-slide":`.${n.slideClass}`;if(n.loop){if(e.animating)return;i=parseInt(e.clickedSlide.getAttribute("data-swiper-slide-index"),10),n.centeredSlides?s<e.loopedSlides-o/2||s>e.slides.length-e.loopedSlides+o/2?(e.loopFix(),s=e.getSlideIndex(xe(a,`${r}[data-swiper-slide-index="${i}"]`)[0]),xa(()=>{e.slideTo(s)})):e.slideTo(s):s>e.slides.length-o?(e.loopFix(),s=e.getSlideIndex(xe(a,`${r}[data-swiper-slide-index="${i}"]`)[0]),xa(()=>{e.slideTo(s)})):e.slideTo(s)}else e.slideTo(s)}var om={slideTo:X0,slideToLoop:J0,slideNext:Q0,slidePrev:em,slideReset:tm,slideToClosest:nm,slideToClickedSlide:am};function sm(e){const n=this,{params:a,slidesEl:o}=n;if(!a.loop||n.virtual&&n.params.virtual.enabled)return;const s=()=>{xe(o,`.${a.slideClass}, swiper-slide`).forEach((m,p)=>{m.setAttribute("data-swiper-slide-index",p)})},i=n.grid&&a.grid&&a.grid.rows>1,r=a.slidesPerGroup*(i?a.grid.rows:1),l=n.slides.length%r!==0,c=i&&n.slides.length%a.grid.rows!==0,d=h=>{for(let m=0;m<h;m+=1){const p=n.isElement?zt("swiper-slide",[a.slideBlankClass]):zt("div",[a.slideClass,a.slideBlankClass]);n.slidesEl.append(p)}};if(l){if(a.loopAddBlankSlides){const h=r-n.slides.length%r;d(h),n.recalcSlides(),n.updateSlides()}else yn("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");s()}else if(c){if(a.loopAddBlankSlides){const h=a.grid.rows-n.slides.length%a.grid.rows;d(h),n.recalcSlides(),n.updateSlides()}else yn("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");s()}else s();n.loopFix({slideRealIndex:e,direction:a.centeredSlides?void 0:"next"})}function im(e){let{slideRealIndex:n,slideTo:a=!0,direction:o,setTranslate:s,activeSlideIndex:i,byController:r,byMousewheel:l}=e===void 0?{}:e;const c=this;if(!c.params.loop)return;c.emit("beforeLoopFix");const{slides:d,allowSlidePrev:h,allowSlideNext:m,slidesEl:p,params:f}=c,{centeredSlides:u}=f;if(c.allowSlidePrev=!0,c.allowSlideNext=!0,c.virtual&&f.virtual.enabled){a&&(!f.centeredSlides&&c.snapIndex===0?c.slideTo(c.virtual.slides.length,0,!1,!0):f.centeredSlides&&c.snapIndex<f.slidesPerView?c.slideTo(c.virtual.slides.length+c.snapIndex,0,!1,!0):c.snapIndex===c.snapGrid.length-1&&c.slideTo(c.virtual.slidesBefore,0,!1,!0)),c.allowSlidePrev=h,c.allowSlideNext=m,c.emit("loopFix");return}let b=f.slidesPerView;b==="auto"?b=c.slidesPerViewDynamic():(b=Math.ceil(parseFloat(f.slidesPerView,10)),u&&b%2===0&&(b=b+1));const E=f.slidesPerGroupAuto?b:f.slidesPerGroup;let g=E;g%E!==0&&(g+=E-g%E),g+=f.loopAdditionalSlides,c.loopedSlides=g;const y=c.grid&&f.grid&&f.grid.rows>1;d.length<b+g?yn("Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled and not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters"):y&&f.grid.fill==="row"&&yn("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const _=[],V=[];let M=c.activeIndex;typeof i>"u"?i=c.getSlideIndex(d.filter(L=>L.classList.contains(f.slideActiveClass))[0]):M=i;const N=o==="next"||!o,I=o==="prev"||!o;let T=0,A=0;const w=y?Math.ceil(d.length/f.grid.rows):d.length,x=(y?d[i].column:i)+(u&&typeof s>"u"?-b/2+.5:0);if(x<g){T=Math.max(g-x,E);for(let L=0;L<g-x;L+=1){const D=L-Math.floor(L/w)*w;if(y){const v=w-D-1;for(let P=d.length-1;P>=0;P-=1)d[P].column===v&&_.push(P)}else _.push(w-D-1)}}else if(x+b>w-g){A=Math.max(x-(w-g*2),E);for(let L=0;L<A;L+=1){const D=L-Math.floor(L/w)*w;y?d.forEach((v,P)=>{v.column===D&&V.push(P)}):V.push(D)}}if(c.__preventObserver__=!0,requestAnimationFrame(()=>{c.__preventObserver__=!1}),I&&_.forEach(L=>{d[L].swiperLoopMoveDOM=!0,p.prepend(d[L]),d[L].swiperLoopMoveDOM=!1}),N&&V.forEach(L=>{d[L].swiperLoopMoveDOM=!0,p.append(d[L]),d[L].swiperLoopMoveDOM=!1}),c.recalcSlides(),f.slidesPerView==="auto"?c.updateSlides():y&&(_.length>0&&I||V.length>0&&N)&&c.slides.forEach((L,D)=>{c.grid.updateSlide(D,L,c.slides)}),f.watchSlidesProgress&&c.updateSlidesOffset(),a){if(_.length>0&&I){if(typeof n>"u"){const L=c.slidesGrid[M],v=c.slidesGrid[M+T]-L;l?c.setTranslate(c.translate-v):(c.slideTo(M+Math.ceil(T),0,!1,!0),s&&(c.touchEventsData.startTranslate=c.touchEventsData.startTranslate-v,c.touchEventsData.currentTranslate=c.touchEventsData.currentTranslate-v))}else if(s){const L=y?_.length/f.grid.rows:_.length;c.slideTo(c.activeIndex+L,0,!1,!0),c.touchEventsData.currentTranslate=c.translate}}else if(V.length>0&&N)if(typeof n>"u"){const L=c.slidesGrid[M],v=c.slidesGrid[M-A]-L;l?c.setTranslate(c.translate-v):(c.slideTo(M-A,0,!1,!0),s&&(c.touchEventsData.startTranslate=c.touchEventsData.startTranslate-v,c.touchEventsData.currentTranslate=c.touchEventsData.currentTranslate-v))}else{const L=y?V.length/f.grid.rows:V.length;c.slideTo(c.activeIndex-L,0,!1,!0)}}if(c.allowSlidePrev=h,c.allowSlideNext=m,c.controller&&c.controller.control&&!r){const L={slideRealIndex:n,direction:o,setTranslate:s,activeSlideIndex:i,byController:!0};Array.isArray(c.controller.control)?c.controller.control.forEach(D=>{!D.destroyed&&D.params.loop&&D.loopFix({...L,slideTo:D.params.slidesPerView===f.slidesPerView?a:!1})}):c.controller.control instanceof c.constructor&&c.controller.control.params.loop&&c.controller.control.loopFix({...L,slideTo:c.controller.control.params.slidesPerView===f.slidesPerView?a:!1})}c.emit("loopFix")}function rm(){const e=this,{params:n,slidesEl:a}=e;if(!n.loop||e.virtual&&e.params.virtual.enabled)return;e.recalcSlides();const o=[];e.slides.forEach(s=>{const i=typeof s.swiperSlideIndex>"u"?s.getAttribute("data-swiper-slide-index")*1:s.swiperSlideIndex;o[i]=s}),e.slides.forEach(s=>{s.removeAttribute("data-swiper-slide-index")}),o.forEach(s=>{a.append(s)}),e.recalcSlides(),e.slideTo(e.realIndex,0)}var lm={loopCreate:sm,loopFix:im,loopDestroy:rm};function cm(e){const n=this;if(!n.params.simulateTouch||n.params.watchOverflow&&n.isLocked||n.params.cssMode)return;const a=n.params.touchEventsTarget==="container"?n.el:n.wrapperEl;n.isElement&&(n.__preventObserver__=!0),a.style.cursor="move",a.style.cursor=e?"grabbing":"grab",n.isElement&&requestAnimationFrame(()=>{n.__preventObserver__=!1})}function dm(){const e=this;e.params.watchOverflow&&e.isLocked||e.params.cssMode||(e.isElement&&(e.__preventObserver__=!0),e[e.params.touchEventsTarget==="container"?"el":"wrapperEl"].style.cursor="",e.isElement&&requestAnimationFrame(()=>{e.__preventObserver__=!1}))}var hm={setGrabCursor:cm,unsetGrabCursor:dm};function mm(e,n){n===void 0&&(n=this);function a(o){if(!o||o===Be()||o===pe())return null;o.assignedSlot&&(o=o.assignedSlot);const s=o.closest(e);return!s&&!o.getRootNode?null:s||a(o.getRootNode().host)}return a(n)}function oi(e,n,a){const o=pe(),{params:s}=e,i=s.edgeSwipeDetection,r=s.edgeSwipeThreshold;return i&&(a<=r||a>=o.innerWidth-r)?i==="prevent"?(n.preventDefault(),!0):!1:!0}function pm(e){const n=this,a=Be();let o=e;o.originalEvent&&(o=o.originalEvent);const s=n.touchEventsData;if(o.type==="pointerdown"){if(s.pointerId!==null&&s.pointerId!==o.pointerId)return;s.pointerId=o.pointerId}else o.type==="touchstart"&&o.targetTouches.length===1&&(s.touchId=o.targetTouches[0].identifier);if(o.type==="touchstart"){oi(n,o,o.targetTouches[0].pageX);return}const{params:i,touches:r,enabled:l}=n;if(!l||!i.simulateTouch&&o.pointerType==="mouse"||n.animating&&i.preventInteractionOnTransition)return;!n.animating&&i.cssMode&&i.loop&&n.loopFix();let c=o.target;if(i.touchEventsTarget==="wrapper"&&!n.wrapperEl.contains(c)||"which"in o&&o.which===3||"button"in o&&o.button>0||s.isTouched&&s.isMoved)return;const d=!!i.noSwipingClass&&i.noSwipingClass!=="",h=o.composedPath?o.composedPath():o.path;d&&o.target&&o.target.shadowRoot&&h&&(c=h[0]);const m=i.noSwipingSelector?i.noSwipingSelector:`.${i.noSwipingClass}`,p=!!(o.target&&o.target.shadowRoot);if(i.noSwiping&&(p?mm(m,c):c.closest(m))){n.allowClick=!0;return}if(i.swipeHandler&&!c.closest(i.swipeHandler))return;r.currentX=o.pageX,r.currentY=o.pageY;const f=r.currentX,u=r.currentY;if(!oi(n,o,f))return;Object.assign(s,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),r.startX=f,r.startY=u,s.touchStartTime=fn(),n.allowClick=!0,n.updateSize(),n.swipeDirection=void 0,i.threshold>0&&(s.allowThresholdMove=!1);let b=!0;c.matches(s.focusableElements)&&(b=!1,c.nodeName==="SELECT"&&(s.isTouched=!1)),a.activeElement&&a.activeElement.matches(s.focusableElements)&&a.activeElement!==c&&a.activeElement.blur();const E=b&&n.allowTouchMove&&i.touchStartPreventDefault;(i.touchStartForcePreventDefault||E)&&!c.isContentEditable&&o.preventDefault(),i.freeMode&&i.freeMode.enabled&&n.freeMode&&n.animating&&!i.cssMode&&n.freeMode.onTouchStart(),n.emit("touchStart",o)}function fm(e){const n=Be(),a=this,o=a.touchEventsData,{params:s,touches:i,rtlTranslate:r,enabled:l}=a;if(!l||!s.simulateTouch&&e.pointerType==="mouse")return;let c=e;if(c.originalEvent&&(c=c.originalEvent),c.type==="pointermove"&&(o.touchId!==null||c.pointerId!==o.pointerId))return;let d;if(c.type==="touchmove"){if(d=[...c.changedTouches].filter(N=>N.identifier===o.touchId)[0],!d||d.identifier!==o.touchId)return}else d=c;if(!o.isTouched){o.startMoving&&o.isScrolling&&a.emit("touchMoveOpposite",c);return}const h=d.pageX,m=d.pageY;if(c.preventedByNestedSwiper){i.startX=h,i.startY=m;return}if(!a.allowTouchMove){c.target.matches(o.focusableElements)||(a.allowClick=!1),o.isTouched&&(Object.assign(i,{startX:h,startY:m,currentX:h,currentY:m}),o.touchStartTime=fn());return}if(s.touchReleaseOnEdges&&!s.loop){if(a.isVertical()){if(m<i.startY&&a.translate<=a.maxTranslate()||m>i.startY&&a.translate>=a.minTranslate()){o.isTouched=!1,o.isMoved=!1;return}}else if(h<i.startX&&a.translate<=a.maxTranslate()||h>i.startX&&a.translate>=a.minTranslate())return}if(n.activeElement&&c.target===n.activeElement&&c.target.matches(o.focusableElements)){o.isMoved=!0,a.allowClick=!1;return}o.allowTouchCallbacks&&a.emit("touchMove",c),i.previousX=i.currentX,i.previousY=i.currentY,i.currentX=h,i.currentY=m;const p=i.currentX-i.startX,f=i.currentY-i.startY;if(a.params.threshold&&Math.sqrt(p**2+f**2)<a.params.threshold)return;if(typeof o.isScrolling>"u"){let N;a.isHorizontal()&&i.currentY===i.startY||a.isVertical()&&i.currentX===i.startX?o.isScrolling=!1:p*p+f*f>=25&&(N=Math.atan2(Math.abs(f),Math.abs(p))*180/Math.PI,o.isScrolling=a.isHorizontal()?N>s.touchAngle:90-N>s.touchAngle)}if(o.isScrolling&&a.emit("touchMoveOpposite",c),typeof o.startMoving>"u"&&(i.currentX!==i.startX||i.currentY!==i.startY)&&(o.startMoving=!0),o.isScrolling||c.type==="touchmove"&&o.preventTouchMoveFromPointerMove){o.isTouched=!1;return}if(!o.startMoving)return;a.allowClick=!1,!s.cssMode&&c.cancelable&&c.preventDefault(),s.touchMoveStopPropagation&&!s.nested&&c.stopPropagation();let u=a.isHorizontal()?p:f,b=a.isHorizontal()?i.currentX-i.previousX:i.currentY-i.previousY;s.oneWayMovement&&(u=Math.abs(u)*(r?1:-1),b=Math.abs(b)*(r?1:-1)),i.diff=u,u*=s.touchRatio,r&&(u=-u,b=-b);const E=a.touchesDirection;a.swipeDirection=u>0?"prev":"next",a.touchesDirection=b>0?"prev":"next";const g=a.params.loop&&!s.cssMode,y=a.touchesDirection==="next"&&a.allowSlideNext||a.touchesDirection==="prev"&&a.allowSlidePrev;if(!o.isMoved){if(g&&y&&a.loopFix({direction:a.swipeDirection}),o.startTranslate=a.getTranslate(),a.setTransition(0),a.animating){const N=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0,detail:{bySwiperTouchMove:!0}});a.wrapperEl.dispatchEvent(N)}o.allowMomentumBounce=!1,s.grabCursor&&(a.allowSlideNext===!0||a.allowSlidePrev===!0)&&a.setGrabCursor(!0),a.emit("sliderFirstMove",c)}let _;if(new Date().getTime(),o.isMoved&&o.allowThresholdMove&&E!==a.touchesDirection&&g&&y&&Math.abs(u)>=1){Object.assign(i,{startX:h,startY:m,currentX:h,currentY:m,startTranslate:o.currentTranslate}),o.loopSwapReset=!0,o.startTranslate=o.currentTranslate;return}a.emit("sliderMove",c),o.isMoved=!0,o.currentTranslate=u+o.startTranslate;let V=!0,M=s.resistanceRatio;if(s.touchReleaseOnEdges&&(M=0),u>0?(g&&y&&!_&&o.allowThresholdMove&&o.currentTranslate>(s.centeredSlides?a.minTranslate()-a.slidesSizesGrid[a.activeIndex+1]:a.minTranslate())&&a.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),o.currentTranslate>a.minTranslate()&&(V=!1,s.resistance&&(o.currentTranslate=a.minTranslate()-1+(-a.minTranslate()+o.startTranslate+u)**M))):u<0&&(g&&y&&!_&&o.allowThresholdMove&&o.currentTranslate<(s.centeredSlides?a.maxTranslate()+a.slidesSizesGrid[a.slidesSizesGrid.length-1]:a.maxTranslate())&&a.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:a.slides.length-(s.slidesPerView==="auto"?a.slidesPerViewDynamic():Math.ceil(parseFloat(s.slidesPerView,10)))}),o.currentTranslate<a.maxTranslate()&&(V=!1,s.resistance&&(o.currentTranslate=a.maxTranslate()+1-(a.maxTranslate()-o.startTranslate-u)**M))),V&&(c.preventedByNestedSwiper=!0),!a.allowSlideNext&&a.swipeDirection==="next"&&o.currentTranslate<o.startTranslate&&(o.currentTranslate=o.startTranslate),!a.allowSlidePrev&&a.swipeDirection==="prev"&&o.currentTranslate>o.startTranslate&&(o.currentTranslate=o.startTranslate),!a.allowSlidePrev&&!a.allowSlideNext&&(o.currentTranslate=o.startTranslate),s.threshold>0)if(Math.abs(u)>s.threshold||o.allowThresholdMove){if(!o.allowThresholdMove){o.allowThresholdMove=!0,i.startX=i.currentX,i.startY=i.currentY,o.currentTranslate=o.startTranslate,i.diff=a.isHorizontal()?i.currentX-i.startX:i.currentY-i.startY;return}}else{o.currentTranslate=o.startTranslate;return}!s.followFinger||s.cssMode||((s.freeMode&&s.freeMode.enabled&&a.freeMode||s.watchSlidesProgress)&&(a.updateActiveIndex(),a.updateSlidesClasses()),s.freeMode&&s.freeMode.enabled&&a.freeMode&&a.freeMode.onTouchMove(),a.updateProgress(o.currentTranslate),a.setTranslate(o.currentTranslate))}function um(e){const n=this,a=n.touchEventsData;let o=e;o.originalEvent&&(o=o.originalEvent);let s;if(o.type==="touchend"||o.type==="touchcancel"){if(s=[...o.changedTouches].filter(M=>M.identifier===a.touchId)[0],!s||s.identifier!==a.touchId)return}else{if(a.touchId!==null||o.pointerId!==a.pointerId)return;s=o}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(o.type)&&!(["pointercancel","contextmenu"].includes(o.type)&&(n.browser.isSafari||n.browser.isWebView)))return;a.pointerId=null,a.touchId=null;const{params:r,touches:l,rtlTranslate:c,slidesGrid:d,enabled:h}=n;if(!h||!r.simulateTouch&&o.pointerType==="mouse")return;if(a.allowTouchCallbacks&&n.emit("touchEnd",o),a.allowTouchCallbacks=!1,!a.isTouched){a.isMoved&&r.grabCursor&&n.setGrabCursor(!1),a.isMoved=!1,a.startMoving=!1;return}r.grabCursor&&a.isMoved&&a.isTouched&&(n.allowSlideNext===!0||n.allowSlidePrev===!0)&&n.setGrabCursor(!1);const m=fn(),p=m-a.touchStartTime;if(n.allowClick){const M=o.path||o.composedPath&&o.composedPath();n.updateClickedSlide(M&&M[0]||o.target,M),n.emit("tap click",o),p<300&&m-a.lastClickTime<300&&n.emit("doubleTap doubleClick",o)}if(a.lastClickTime=fn(),xa(()=>{n.destroyed||(n.allowClick=!0)}),!a.isTouched||!a.isMoved||!n.swipeDirection||l.diff===0&&!a.loopSwapReset||a.currentTranslate===a.startTranslate&&!a.loopSwapReset){a.isTouched=!1,a.isMoved=!1,a.startMoving=!1;return}a.isTouched=!1,a.isMoved=!1,a.startMoving=!1;let f;if(r.followFinger?f=c?n.translate:-n.translate:f=-a.currentTranslate,r.cssMode)return;if(r.freeMode&&r.freeMode.enabled){n.freeMode.onTouchEnd({currentPos:f});return}const u=f>=-n.maxTranslate()&&!n.params.loop;let b=0,E=n.slidesSizesGrid[0];for(let M=0;M<d.length;M+=M<r.slidesPerGroupSkip?1:r.slidesPerGroup){const N=M<r.slidesPerGroupSkip-1?1:r.slidesPerGroup;typeof d[M+N]<"u"?(u||f>=d[M]&&f<d[M+N])&&(b=M,E=d[M+N]-d[M]):(u||f>=d[M])&&(b=M,E=d[d.length-1]-d[d.length-2])}let g=null,y=null;r.rewind&&(n.isBeginning?y=r.virtual&&r.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1:n.isEnd&&(g=0));const _=(f-d[b])/E,V=b<r.slidesPerGroupSkip-1?1:r.slidesPerGroup;if(p>r.longSwipesMs){if(!r.longSwipes){n.slideTo(n.activeIndex);return}n.swipeDirection==="next"&&(_>=r.longSwipesRatio?n.slideTo(r.rewind&&n.isEnd?g:b+V):n.slideTo(b)),n.swipeDirection==="prev"&&(_>1-r.longSwipesRatio?n.slideTo(b+V):y!==null&&_<0&&Math.abs(_)>r.longSwipesRatio?n.slideTo(y):n.slideTo(b))}else{if(!r.shortSwipes){n.slideTo(n.activeIndex);return}n.navigation&&(o.target===n.navigation.nextEl||o.target===n.navigation.prevEl)?o.target===n.navigation.nextEl?n.slideTo(b+V):n.slideTo(b):(n.swipeDirection==="next"&&n.slideTo(g!==null?g:b+V),n.swipeDirection==="prev"&&n.slideTo(y!==null?y:b))}}function si(){const e=this,{params:n,el:a}=e;if(a&&a.offsetWidth===0)return;n.breakpoints&&e.setBreakpoint();const{allowSlideNext:o,allowSlidePrev:s,snapGrid:i}=e,r=e.virtual&&e.params.virtual.enabled;e.allowSlideNext=!0,e.allowSlidePrev=!0,e.updateSize(),e.updateSlides(),e.updateSlidesClasses();const l=r&&n.loop;(n.slidesPerView==="auto"||n.slidesPerView>1)&&e.isEnd&&!e.isBeginning&&!e.params.centeredSlides&&!l?e.slideTo(e.slides.length-1,0,!1,!0):e.params.loop&&!r?e.slideToLoop(e.realIndex,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),e.autoplay&&e.autoplay.running&&e.autoplay.paused&&(clearTimeout(e.autoplay.resizeTimeout),e.autoplay.resizeTimeout=setTimeout(()=>{e.autoplay&&e.autoplay.running&&e.autoplay.paused&&e.autoplay.resume()},500)),e.allowSlidePrev=s,e.allowSlideNext=o,e.params.watchOverflow&&i!==e.snapGrid&&e.checkOverflow()}function gm(e){const n=this;n.enabled&&(n.allowClick||(n.params.preventClicks&&e.preventDefault(),n.params.preventClicksPropagation&&n.animating&&(e.stopPropagation(),e.stopImmediatePropagation())))}function ym(){const e=this,{wrapperEl:n,rtlTranslate:a,enabled:o}=e;if(!o)return;e.previousTranslate=e.translate,e.isHorizontal()?e.translate=-n.scrollLeft:e.translate=-n.scrollTop,e.translate===0&&(e.translate=0),e.updateActiveIndex(),e.updateSlidesClasses();let s;const i=e.maxTranslate()-e.minTranslate();i===0?s=0:s=(e.translate-e.minTranslate())/i,s!==e.progress&&e.updateProgress(a?-e.translate:e.translate),e.emit("setTranslate",e.translate,!1)}function bm(e){const n=this;bn(n,e.target),!(n.params.cssMode||n.params.slidesPerView!=="auto"&&!n.params.autoHeight)&&n.update()}function km(){const e=this;e.documentTouchHandlerProceeded||(e.documentTouchHandlerProceeded=!0,e.params.touchReleaseOnEdges&&(e.el.style.touchAction="auto"))}const ii=(e,n)=>{const a=Be(),{params:o,el:s,wrapperEl:i,device:r}=e,l=!!o.nested,c=n==="on"?"addEventListener":"removeEventListener",d=n;!s||typeof s=="string"||(a[c]("touchstart",e.onDocumentTouchStart,{passive:!1,capture:l}),s[c]("touchstart",e.onTouchStart,{passive:!1}),s[c]("pointerdown",e.onTouchStart,{passive:!1}),a[c]("touchmove",e.onTouchMove,{passive:!1,capture:l}),a[c]("pointermove",e.onTouchMove,{passive:!1,capture:l}),a[c]("touchend",e.onTouchEnd,{passive:!0}),a[c]("pointerup",e.onTouchEnd,{passive:!0}),a[c]("pointercancel",e.onTouchEnd,{passive:!0}),a[c]("touchcancel",e.onTouchEnd,{passive:!0}),a[c]("pointerout",e.onTouchEnd,{passive:!0}),a[c]("pointerleave",e.onTouchEnd,{passive:!0}),a[c]("contextmenu",e.onTouchEnd,{passive:!0}),(o.preventClicks||o.preventClicksPropagation)&&s[c]("click",e.onClick,!0),o.cssMode&&i[c]("scroll",e.onScroll),o.updateOnWindowResize?e[d](r.ios||r.android?"resize orientationchange observerUpdate":"resize observerUpdate",si,!0):e[d]("observerUpdate",si,!0),s[c]("load",e.onLoad,{capture:!0}))};function _m(){const e=this,{params:n}=e;e.onTouchStart=pm.bind(e),e.onTouchMove=fm.bind(e),e.onTouchEnd=um.bind(e),e.onDocumentTouchStart=km.bind(e),n.cssMode&&(e.onScroll=ym.bind(e)),e.onClick=gm.bind(e),e.onLoad=bm.bind(e),ii(e,"on")}function $m(){ii(this,"off")}var wm={attachEvents:_m,detachEvents:$m};const ri=(e,n)=>e.grid&&n.grid&&n.grid.rows>1;function Bm(){const e=this,{realIndex:n,initialized:a,params:o,el:s}=e,i=o.breakpoints;if(!i||i&&Object.keys(i).length===0)return;const r=e.getBreakpoint(i,e.params.breakpointsBase,e.el);if(!r||e.currentBreakpoint===r)return;const c=(r in i?i[r]:void 0)||e.originalParams,d=ri(e,o),h=ri(e,c),m=e.params.grabCursor,p=c.grabCursor,f=o.enabled;d&&!h?(s.classList.remove(`${o.containerModifierClass}grid`,`${o.containerModifierClass}grid-column`),e.emitContainerClasses()):!d&&h&&(s.classList.add(`${o.containerModifierClass}grid`),(c.grid.fill&&c.grid.fill==="column"||!c.grid.fill&&o.grid.fill==="column")&&s.classList.add(`${o.containerModifierClass}grid-column`),e.emitContainerClasses()),m&&!p?e.unsetGrabCursor():!m&&p&&e.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(_=>{if(typeof c[_]>"u")return;const V=o[_]&&o[_].enabled,M=c[_]&&c[_].enabled;V&&!M&&e[_].disable(),!V&&M&&e[_].enable()});const u=c.direction&&c.direction!==o.direction,b=o.loop&&(c.slidesPerView!==o.slidesPerView||u),E=o.loop;u&&a&&e.changeDirection(),fe(e.params,c);const g=e.params.enabled,y=e.params.loop;Object.assign(e,{allowTouchMove:e.params.allowTouchMove,allowSlideNext:e.params.allowSlideNext,allowSlidePrev:e.params.allowSlidePrev}),f&&!g?e.disable():!f&&g&&e.enable(),e.currentBreakpoint=r,e.emit("_beforeBreakpoint",c),a&&(b?(e.loopDestroy(),e.loopCreate(n),e.updateSlides()):!E&&y?(e.loopCreate(n),e.updateSlides()):E&&!y&&e.loopDestroy()),e.emit("breakpoint",c)}function Cm(e,n,a){if(n===void 0&&(n="window"),!e||n==="container"&&!a)return;let o=!1;const s=pe(),i=n==="window"?s.innerHeight:a.clientHeight,r=Object.keys(e).map(l=>{if(typeof l=="string"&&l.indexOf("@")===0){const c=parseFloat(l.substr(1));return{value:i*c,point:l}}return{value:l,point:l}});r.sort((l,c)=>parseInt(l.value,10)-parseInt(c.value,10));for(let l=0;l<r.length;l+=1){const{point:c,value:d}=r[l];n==="window"?s.matchMedia(`(min-width: ${d}px)`).matches&&(o=c):d<=a.clientWidth&&(o=c)}return o||"max"}var Em={setBreakpoint:Bm,getBreakpoint:Cm};function Sm(e,n){const a=[];return e.forEach(o=>{typeof o=="object"?Object.keys(o).forEach(s=>{o[s]&&a.push(n+s)}):typeof o=="string"&&a.push(n+o)}),a}function Vm(){const e=this,{classNames:n,params:a,rtl:o,el:s,device:i}=e,r=Sm(["initialized",a.direction,{"free-mode":e.params.freeMode&&a.freeMode.enabled},{autoheight:a.autoHeight},{rtl:o},{grid:a.grid&&a.grid.rows>1},{"grid-column":a.grid&&a.grid.rows>1&&a.grid.fill==="column"},{android:i.android},{ios:i.ios},{"css-mode":a.cssMode},{centered:a.cssMode&&a.centeredSlides},{"watch-progress":a.watchSlidesProgress}],a.containerModifierClass);n.push(...r),s.classList.add(...n),e.emitContainerClasses()}function Nm(){const e=this,{el:n,classNames:a}=e;!n||typeof n=="string"||(n.classList.remove(...a),e.emitContainerClasses())}var Tm={addClasses:Vm,removeClasses:Nm};function Im(){const e=this,{isLocked:n,params:a}=e,{slidesOffsetBefore:o}=a;if(o){const s=e.slides.length-1,i=e.slidesGrid[s]+e.slidesSizesGrid[s]+o*2;e.isLocked=e.size>i}else e.isLocked=e.snapGrid.length===1;a.allowSlideNext===!0&&(e.allowSlideNext=!e.isLocked),a.allowSlidePrev===!0&&(e.allowSlidePrev=!e.isLocked),n&&n!==e.isLocked&&(e.isEnd=!1),n!==e.isLocked&&e.emit(e.isLocked?"lock":"unlock")}var xm={checkOverflow:Im},li={init:!0,direction:"horizontal",oneWayMovement:!1,swiperElementNodeName:"SWIPER-CONTAINER",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,eventsPrefix:"swiper",enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:5,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,loop:!1,loopAddBlankSlides:!0,loopAdditionalSlides:0,loopPreventsSliding:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-blank",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideFullyVisibleClass:"swiper-slide-fully-visible",slideNextClass:"swiper-slide-next",slidePrevClass:"swiper-slide-prev",wrapperClass:"swiper-wrapper",lazyPreloaderClass:"swiper-lazy-preloader",lazyPreloadPrevNext:0,runCallbacksOnInit:!0,_emitClasses:!1};function Mm(e,n){return function(o){o===void 0&&(o={});const s=Object.keys(o)[0],i=o[s];if(typeof i!="object"||i===null){fe(n,o);return}if(e[s]===!0&&(e[s]={enabled:!0}),s==="navigation"&&e[s]&&e[s].enabled&&!e[s].prevEl&&!e[s].nextEl&&(e[s].auto=!0),["pagination","scrollbar"].indexOf(s)>=0&&e[s]&&e[s].enabled&&!e[s].el&&(e[s].auto=!0),!(s in e&&"enabled"in i)){fe(n,o);return}typeof e[s]=="object"&&!("enabled"in e[s])&&(e[s].enabled=!0),e[s]||(e[s]={enabled:!1}),fe(n,o)}}const Oa={eventsEmitter:T0,update:F0,translate:U0,transition:Z0,slide:om,loop:lm,grabCursor:hm,events:wm,breakpoints:Em,checkOverflow:xm,classes:Tm},Fa={};class te{constructor(){let n,a;for(var o=arguments.length,s=new Array(o),i=0;i<o;i++)s[i]=arguments[i];s.length===1&&s[0].constructor&&Object.prototype.toString.call(s[0]).slice(8,-1)==="Object"?a=s[0]:[n,a]=s,a||(a={}),a=fe({},a),n&&!a.el&&(a.el=n);const r=Be();if(a.el&&typeof a.el=="string"&&r.querySelectorAll(a.el).length>1){const h=[];return r.querySelectorAll(a.el).forEach(m=>{const p=fe({},a,{el:m});h.push(new te(p))}),h}const l=this;l.__swiper__=!0,l.support=ei(),l.device=ti({userAgent:a.userAgent}),l.browser=S0(),l.eventsListeners={},l.eventsAnyListeners=[],l.modules=[...l.__modules__],a.modules&&Array.isArray(a.modules)&&l.modules.push(...a.modules);const c={};l.modules.forEach(h=>{h({params:a,swiper:l,extendParams:Mm(a,c),on:l.on.bind(l),once:l.once.bind(l),off:l.off.bind(l),emit:l.emit.bind(l)})});const d=fe({},li,c);return l.params=fe({},d,Fa,a),l.originalParams=fe({},l.params),l.passedParams=fe({},a),l.params&&l.params.on&&Object.keys(l.params.on).forEach(h=>{l.on(h,l.params.on[h])}),l.params&&l.params.onAny&&l.onAny(l.params.onAny),Object.assign(l,{enabled:l.params.enabled,el:n,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return l.params.direction==="horizontal"},isVertical(){return l.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:l.params.allowSlideNext,allowSlidePrev:l.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:l.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:l.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),l.emit("_swiper"),l.params.init&&l.init(),l}getDirectionLabel(n){return this.isHorizontal()?n:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[n]}getSlideIndex(n){const{slidesEl:a,params:o}=this,s=xe(a,`.${o.slideClass}, swiper-slide`),i=At(s[0]);return At(n)-i}getSlideIndexByData(n){return this.getSlideIndex(this.slides.filter(a=>a.getAttribute("data-swiper-slide-index")*1===n)[0])}recalcSlides(){const n=this,{slidesEl:a,params:o}=n;n.slides=xe(a,`.${o.slideClass}, swiper-slide`)}enable(){const n=this;n.enabled||(n.enabled=!0,n.params.grabCursor&&n.setGrabCursor(),n.emit("enable"))}disable(){const n=this;n.enabled&&(n.enabled=!1,n.params.grabCursor&&n.unsetGrabCursor(),n.emit("disable"))}setProgress(n,a){const o=this;n=Math.min(Math.max(n,0),1);const s=o.minTranslate(),r=(o.maxTranslate()-s)*n+s;o.translateTo(r,typeof a>"u"?0:a),o.updateActiveIndex(),o.updateSlidesClasses()}emitContainerClasses(){const n=this;if(!n.params._emitClasses||!n.el)return;const a=n.el.className.split(" ").filter(o=>o.indexOf("swiper")===0||o.indexOf(n.params.containerModifierClass)===0);n.emit("_containerClasses",a.join(" "))}getSlideClasses(n){const a=this;return a.destroyed?"":n.className.split(" ").filter(o=>o.indexOf("swiper-slide")===0||o.indexOf(a.params.slideClass)===0).join(" ")}emitSlidesClasses(){const n=this;if(!n.params._emitClasses||!n.el)return;const a=[];n.slides.forEach(o=>{const s=n.getSlideClasses(o);a.push({slideEl:o,classNames:s}),n.emit("_slideClass",o,s)}),n.emit("_slideClasses",a)}slidesPerViewDynamic(n,a){n===void 0&&(n="current"),a===void 0&&(a=!1);const o=this,{params:s,slides:i,slidesGrid:r,slidesSizesGrid:l,size:c,activeIndex:d}=o;let h=1;if(typeof s.slidesPerView=="number")return s.slidesPerView;if(s.centeredSlides){let m=i[d]?Math.ceil(i[d].swiperSlideSize):0,p;for(let f=d+1;f<i.length;f+=1)i[f]&&!p&&(m+=Math.ceil(i[f].swiperSlideSize),h+=1,m>c&&(p=!0));for(let f=d-1;f>=0;f-=1)i[f]&&!p&&(m+=i[f].swiperSlideSize,h+=1,m>c&&(p=!0))}else if(n==="current")for(let m=d+1;m<i.length;m+=1)(a?r[m]+l[m]-r[d]<c:r[m]-r[d]<c)&&(h+=1);else for(let m=d-1;m>=0;m-=1)r[d]-r[m]<c&&(h+=1);return h}update(){const n=this;if(!n||n.destroyed)return;const{snapGrid:a,params:o}=n;o.breakpoints&&n.setBreakpoint(),[...n.el.querySelectorAll('[loading="lazy"]')].forEach(r=>{r.complete&&bn(n,r)}),n.updateSize(),n.updateSlides(),n.updateProgress(),n.updateSlidesClasses();function s(){const r=n.rtlTranslate?n.translate*-1:n.translate,l=Math.min(Math.max(r,n.maxTranslate()),n.minTranslate());n.setTranslate(l),n.updateActiveIndex(),n.updateSlidesClasses()}let i;if(o.freeMode&&o.freeMode.enabled&&!o.cssMode)s(),o.autoHeight&&n.updateAutoHeight();else{if((o.slidesPerView==="auto"||o.slidesPerView>1)&&n.isEnd&&!o.centeredSlides){const r=n.virtual&&o.virtual.enabled?n.virtual.slides:n.slides;i=n.slideTo(r.length-1,0,!1,!0)}else i=n.slideTo(n.activeIndex,0,!1,!0);i||s()}o.watchOverflow&&a!==n.snapGrid&&n.checkOverflow(),n.emit("update")}changeDirection(n,a){a===void 0&&(a=!0);const o=this,s=o.params.direction;return n||(n=s==="horizontal"?"vertical":"horizontal"),n===s||n!=="horizontal"&&n!=="vertical"||(o.el.classList.remove(`${o.params.containerModifierClass}${s}`),o.el.classList.add(`${o.params.containerModifierClass}${n}`),o.emitContainerClasses(),o.params.direction=n,o.slides.forEach(i=>{n==="vertical"?i.style.width="":i.style.height=""}),o.emit("changeDirection"),a&&o.update()),o}changeLanguageDirection(n){const a=this;a.rtl&&n==="rtl"||!a.rtl&&n==="ltr"||(a.rtl=n==="rtl",a.rtlTranslate=a.params.direction==="horizontal"&&a.rtl,a.rtl?(a.el.classList.add(`${a.params.containerModifierClass}rtl`),a.el.dir="rtl"):(a.el.classList.remove(`${a.params.containerModifierClass}rtl`),a.el.dir="ltr"),a.update())}mount(n){const a=this;if(a.mounted)return!0;let o=n||a.params.el;if(typeof o=="string"&&(o=document.querySelector(o)),!o)return!1;o.swiper=a,o.parentNode&&o.parentNode.host&&o.parentNode.host.nodeName===a.params.swiperElementNodeName.toUpperCase()&&(a.isElement=!0);const s=()=>`.${(a.params.wrapperClass||"").trim().split(" ").join(".")}`;let r=o&&o.shadowRoot&&o.shadowRoot.querySelector?o.shadowRoot.querySelector(s()):xe(o,s())[0];return!r&&a.params.createElements&&(r=zt("div",a.params.wrapperClass),o.append(r),xe(o,`.${a.params.slideClass}`).forEach(l=>{r.append(l)})),Object.assign(a,{el:o,wrapperEl:r,slidesEl:a.isElement&&!o.parentNode.host.slideSlots?o.parentNode.host:r,hostEl:a.isElement?o.parentNode.host:o,mounted:!0,rtl:o.dir.toLowerCase()==="rtl"||Re(o,"direction")==="rtl",rtlTranslate:a.params.direction==="horizontal"&&(o.dir.toLowerCase()==="rtl"||Re(o,"direction")==="rtl"),wrongRTL:Re(r,"display")==="-webkit-box"}),!0}init(n){const a=this;if(a.initialized||a.mount(n)===!1)return a;a.emit("beforeInit"),a.params.breakpoints&&a.setBreakpoint(),a.addClasses(),a.updateSize(),a.updateSlides(),a.params.watchOverflow&&a.checkOverflow(),a.params.grabCursor&&a.enabled&&a.setGrabCursor(),a.params.loop&&a.virtual&&a.params.virtual.enabled?a.slideTo(a.params.initialSlide+a.virtual.slidesBefore,0,a.params.runCallbacksOnInit,!1,!0):a.slideTo(a.params.initialSlide,0,a.params.runCallbacksOnInit,!1,!0),a.params.loop&&a.loopCreate(),a.attachEvents();const s=[...a.el.querySelectorAll('[loading="lazy"]')];return a.isElement&&s.push(...a.hostEl.querySelectorAll('[loading="lazy"]')),s.forEach(i=>{i.complete?bn(a,i):i.addEventListener("load",r=>{bn(a,r.target)})}),Aa(a),a.initialized=!0,Aa(a),a.emit("init"),a.emit("afterInit"),a}destroy(n,a){n===void 0&&(n=!0),a===void 0&&(a=!0);const o=this,{params:s,el:i,wrapperEl:r,slides:l}=o;return typeof o.params>"u"||o.destroyed||(o.emit("beforeDestroy"),o.initialized=!1,o.detachEvents(),s.loop&&o.loopDestroy(),a&&(o.removeClasses(),i&&typeof i!="string"&&i.removeAttribute("style"),r&&r.removeAttribute("style"),l&&l.length&&l.forEach(c=>{c.classList.remove(s.slideVisibleClass,s.slideFullyVisibleClass,s.slideActiveClass,s.slideNextClass,s.slidePrevClass),c.removeAttribute("style"),c.removeAttribute("data-swiper-slide-index")})),o.emit("destroy"),Object.keys(o.eventsListeners).forEach(c=>{o.off(c)}),n!==!1&&(o.el&&typeof o.el!="string"&&(o.el.swiper=null),g0(o)),o.destroyed=!0),null}static extendDefaults(n){fe(Fa,n)}static get extendedDefaults(){return Fa}static get defaults(){return li}static installModule(n){te.prototype.__modules__||(te.prototype.__modules__=[]);const a=te.prototype.__modules__;typeof n=="function"&&a.indexOf(n)<0&&a.push(n)}static use(n){return Array.isArray(n)?(n.forEach(a=>te.installModule(a)),te):(te.installModule(n),te)}}Object.keys(Oa).forEach(e=>{Object.keys(Oa[e]).forEach(n=>{te.prototype[n]=Oa[e][n]})}),te.use([V0,N0]);function ci(e,n,a,o){return e.params.createElements&&Object.keys(o).forEach(s=>{if(!a[s]&&a.auto===!0){let i=xe(e.el,`.${o[s]}`)[0];i||(i=zt("div",o[s]),i.className=o[s],e.el.append(i)),a[s]=i,n[s]=i}}),a}function kn(e){let{swiper:n,extendParams:a,on:o,emit:s}=e;a({navigation:{nextEl:null,prevEl:null,hideOnClick:!1,disabledClass:"swiper-button-disabled",hiddenClass:"swiper-button-hidden",lockClass:"swiper-button-lock",navigationDisabledClass:"swiper-navigation-disabled"}}),n.navigation={nextEl:null,prevEl:null};function i(u){let b;return u&&typeof u=="string"&&n.isElement&&(b=n.el.querySelector(u),b)?b:(u&&(typeof u=="string"&&(b=[...document.querySelectorAll(u)]),n.params.uniqueNavElements&&typeof u=="string"&&b&&b.length>1&&n.el.querySelectorAll(u).length===1?b=n.el.querySelector(u):b&&b.length===1&&(b=b[0])),u&&!b?u:b)}function r(u,b){const E=n.params.navigation;u=Y(u),u.forEach(g=>{g&&(g.classList[b?"add":"remove"](...E.disabledClass.split(" ")),g.tagName==="BUTTON"&&(g.disabled=b),n.params.watchOverflow&&n.enabled&&g.classList[n.isLocked?"add":"remove"](E.lockClass))})}function l(){const{nextEl:u,prevEl:b}=n.navigation;if(n.params.loop){r(b,!1),r(u,!1);return}r(b,n.isBeginning&&!n.params.rewind),r(u,n.isEnd&&!n.params.rewind)}function c(u){u.preventDefault(),!(n.isBeginning&&!n.params.loop&&!n.params.rewind)&&(n.slidePrev(),s("navigationPrev"))}function d(u){u.preventDefault(),!(n.isEnd&&!n.params.loop&&!n.params.rewind)&&(n.slideNext(),s("navigationNext"))}function h(){const u=n.params.navigation;if(n.params.navigation=ci(n,n.originalParams.navigation,n.params.navigation,{nextEl:"swiper-button-next",prevEl:"swiper-button-prev"}),!(u.nextEl||u.prevEl))return;let b=i(u.nextEl),E=i(u.prevEl);Object.assign(n.navigation,{nextEl:b,prevEl:E}),b=Y(b),E=Y(E);const g=(y,_)=>{y&&y.addEventListener("click",_==="next"?d:c),!n.enabled&&y&&y.classList.add(...u.lockClass.split(" "))};b.forEach(y=>g(y,"next")),E.forEach(y=>g(y,"prev"))}function m(){let{nextEl:u,prevEl:b}=n.navigation;u=Y(u),b=Y(b);const E=(g,y)=>{g.removeEventListener("click",y==="next"?d:c),g.classList.remove(...n.params.navigation.disabledClass.split(" "))};u.forEach(g=>E(g,"next")),b.forEach(g=>E(g,"prev"))}o("init",()=>{n.params.navigation.enabled===!1?f():(h(),l())}),o("toEdge fromEdge lock unlock",()=>{l()}),o("destroy",()=>{m()}),o("enable disable",()=>{let{nextEl:u,prevEl:b}=n.navigation;if(u=Y(u),b=Y(b),n.enabled){l();return}[...u,...b].filter(E=>!!E).forEach(E=>E.classList.add(n.params.navigation.lockClass))}),o("click",(u,b)=>{let{nextEl:E,prevEl:g}=n.navigation;E=Y(E),g=Y(g);const y=b.target;let _=g.includes(y)||E.includes(y);if(n.isElement&&!_){const V=b.path||b.composedPath&&b.composedPath();V&&(_=V.find(M=>E.includes(M)||g.includes(M)))}if(n.params.navigation.hideOnClick&&!_){if(n.pagination&&n.params.pagination&&n.params.pagination.clickable&&(n.pagination.el===y||n.pagination.el.contains(y)))return;let V;E.length?V=E[0].classList.contains(n.params.navigation.hiddenClass):g.length&&(V=g[0].classList.contains(n.params.navigation.hiddenClass)),s(V===!0?"navigationShow":"navigationHide"),[...E,...g].filter(M=>!!M).forEach(M=>M.classList.toggle(n.params.navigation.hiddenClass))}});const p=()=>{n.el.classList.remove(...n.params.navigation.navigationDisabledClass.split(" ")),h(),l()},f=()=>{n.el.classList.add(...n.params.navigation.navigationDisabledClass.split(" ")),m()};Object.assign(n.navigation,{enable:p,disable:f,update:l,init:h,destroy:m})}function Ge(e){return e===void 0&&(e=""),`.${e.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function Lm(e){let{swiper:n,extendParams:a,on:o,emit:s}=e;const i="swiper-pagination";a({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:g=>g,formatFractionTotal:g=>g,bulletClass:`${i}-bullet`,bulletActiveClass:`${i}-bullet-active`,modifierClass:`${i}-`,currentClass:`${i}-current`,totalClass:`${i}-total`,hiddenClass:`${i}-hidden`,progressbarFillClass:`${i}-progressbar-fill`,progressbarOppositeClass:`${i}-progressbar-opposite`,clickableClass:`${i}-clickable`,lockClass:`${i}-lock`,horizontalClass:`${i}-horizontal`,verticalClass:`${i}-vertical`,paginationDisabledClass:`${i}-disabled`}}),n.pagination={el:null,bullets:[]};let r,l=0;function c(){return!n.params.pagination.el||!n.pagination.el||Array.isArray(n.pagination.el)&&n.pagination.el.length===0}function d(g,y){const{bulletActiveClass:_}=n.params.pagination;g&&(g=g[`${y==="prev"?"previous":"next"}ElementSibling`],g&&(g.classList.add(`${_}-${y}`),g=g[`${y==="prev"?"previous":"next"}ElementSibling`],g&&g.classList.add(`${_}-${y}-${y}`)))}function h(g){const y=g.target.closest(Ge(n.params.pagination.bulletClass));if(!y)return;g.preventDefault();const _=At(y)*n.params.slidesPerGroup;if(n.params.loop){if(n.realIndex===_)return;n.slideToLoop(_)}else n.slideTo(_)}function m(){const g=n.rtl,y=n.params.pagination;if(c())return;let _=n.pagination.el;_=Y(_);let V,M;const N=n.virtual&&n.params.virtual.enabled?n.virtual.slides.length:n.slides.length,I=n.params.loop?Math.ceil(N/n.params.slidesPerGroup):n.snapGrid.length;if(n.params.loop?(M=n.previousRealIndex||0,V=n.params.slidesPerGroup>1?Math.floor(n.realIndex/n.params.slidesPerGroup):n.realIndex):typeof n.snapIndex<"u"?(V=n.snapIndex,M=n.previousSnapIndex):(M=n.previousIndex||0,V=n.activeIndex||0),y.type==="bullets"&&n.pagination.bullets&&n.pagination.bullets.length>0){const T=n.pagination.bullets;let A,w,k;if(y.dynamicBullets&&(r=Ma(T[0],n.isHorizontal()?"width":"height"),_.forEach(x=>{x.style[n.isHorizontal()?"width":"height"]=`${r*(y.dynamicMainBullets+4)}px`}),y.dynamicMainBullets>1&&M!==void 0&&(l+=V-(M||0),l>y.dynamicMainBullets-1?l=y.dynamicMainBullets-1:l<0&&(l=0)),A=Math.max(V-l,0),w=A+(Math.min(T.length,y.dynamicMainBullets)-1),k=(w+A)/2),T.forEach(x=>{const L=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(D=>`${y.bulletActiveClass}${D}`)].map(D=>typeof D=="string"&&D.includes(" ")?D.split(" "):D).flat();x.classList.remove(...L)}),_.length>1)T.forEach(x=>{const L=At(x);L===V?x.classList.add(...y.bulletActiveClass.split(" ")):n.isElement&&x.setAttribute("part","bullet"),y.dynamicBullets&&(L>=A&&L<=w&&x.classList.add(...`${y.bulletActiveClass}-main`.split(" ")),L===A&&d(x,"prev"),L===w&&d(x,"next"))});else{const x=T[V];if(x&&x.classList.add(...y.bulletActiveClass.split(" ")),n.isElement&&T.forEach((L,D)=>{L.setAttribute("part",D===V?"bullet-active":"bullet")}),y.dynamicBullets){const L=T[A],D=T[w];for(let v=A;v<=w;v+=1)T[v]&&T[v].classList.add(...`${y.bulletActiveClass}-main`.split(" "));d(L,"prev"),d(D,"next")}}if(y.dynamicBullets){const x=Math.min(T.length,y.dynamicMainBullets+4),L=(r*x-r)/2-k*r,D=g?"right":"left";T.forEach(v=>{v.style[n.isHorizontal()?D:"top"]=`${L}px`})}}_.forEach((T,A)=>{if(y.type==="fraction"&&(T.querySelectorAll(Ge(y.currentClass)).forEach(w=>{w.textContent=y.formatFractionCurrent(V+1)}),T.querySelectorAll(Ge(y.totalClass)).forEach(w=>{w.textContent=y.formatFractionTotal(I)})),y.type==="progressbar"){let w;y.progressbarOpposite?w=n.isHorizontal()?"vertical":"horizontal":w=n.isHorizontal()?"horizontal":"vertical";const k=(V+1)/I;let x=1,L=1;w==="horizontal"?x=k:L=k,T.querySelectorAll(Ge(y.progressbarFillClass)).forEach(D=>{D.style.transform=`translate3d(0,0,0) scaleX(${x}) scaleY(${L})`,D.style.transitionDuration=`${n.params.speed}ms`})}y.type==="custom"&&y.renderCustom?(T.innerHTML=y.renderCustom(n,V+1,I),A===0&&s("paginationRender",T)):(A===0&&s("paginationRender",T),s("paginationUpdate",T)),n.params.watchOverflow&&n.enabled&&T.classList[n.isLocked?"add":"remove"](y.lockClass)})}function p(){const g=n.params.pagination;if(c())return;const y=n.virtual&&n.params.virtual.enabled?n.virtual.slides.length:n.grid&&n.params.grid.rows>1?n.slides.length/Math.ceil(n.params.grid.rows):n.slides.length;let _=n.pagination.el;_=Y(_);let V="";if(g.type==="bullets"){let M=n.params.loop?Math.ceil(y/n.params.slidesPerGroup):n.snapGrid.length;n.params.freeMode&&n.params.freeMode.enabled&&M>y&&(M=y);for(let N=0;N<M;N+=1)g.renderBullet?V+=g.renderBullet.call(n,N,g.bulletClass):V+=`<${g.bulletElement} ${n.isElement?'part="bullet"':""} class="${g.bulletClass}"></${g.bulletElement}>`}g.type==="fraction"&&(g.renderFraction?V=g.renderFraction.call(n,g.currentClass,g.totalClass):V=`<span class="${g.currentClass}"></span> / <span class="${g.totalClass}"></span>`),g.type==="progressbar"&&(g.renderProgressbar?V=g.renderProgressbar.call(n,g.progressbarFillClass):V=`<span class="${g.progressbarFillClass}"></span>`),n.pagination.bullets=[],_.forEach(M=>{g.type!=="custom"&&(M.innerHTML=V||""),g.type==="bullets"&&n.pagination.bullets.push(...M.querySelectorAll(Ge(g.bulletClass)))}),g.type!=="custom"&&s("paginationRender",_[0])}function f(){n.params.pagination=ci(n,n.originalParams.pagination,n.params.pagination,{el:"swiper-pagination"});const g=n.params.pagination;if(!g.el)return;let y;typeof g.el=="string"&&n.isElement&&(y=n.el.querySelector(g.el)),!y&&typeof g.el=="string"&&(y=[...document.querySelectorAll(g.el)]),y||(y=g.el),!(!y||y.length===0)&&(n.params.uniqueNavElements&&typeof g.el=="string"&&Array.isArray(y)&&y.length>1&&(y=[...n.el.querySelectorAll(g.el)],y.length>1&&(y=y.filter(_=>Qs(_,".swiper")[0]===n.el)[0])),Array.isArray(y)&&y.length===1&&(y=y[0]),Object.assign(n.pagination,{el:y}),y=Y(y),y.forEach(_=>{g.type==="bullets"&&g.clickable&&_.classList.add(...(g.clickableClass||"").split(" ")),_.classList.add(g.modifierClass+g.type),_.classList.add(n.isHorizontal()?g.horizontalClass:g.verticalClass),g.type==="bullets"&&g.dynamicBullets&&(_.classList.add(`${g.modifierClass}${g.type}-dynamic`),l=0,g.dynamicMainBullets<1&&(g.dynamicMainBullets=1)),g.type==="progressbar"&&g.progressbarOpposite&&_.classList.add(g.progressbarOppositeClass),g.clickable&&_.addEventListener("click",h),n.enabled||_.classList.add(g.lockClass)}))}function u(){const g=n.params.pagination;if(c())return;let y=n.pagination.el;y&&(y=Y(y),y.forEach(_=>{_.classList.remove(g.hiddenClass),_.classList.remove(g.modifierClass+g.type),_.classList.remove(n.isHorizontal()?g.horizontalClass:g.verticalClass),g.clickable&&(_.classList.remove(...(g.clickableClass||"").split(" ")),_.removeEventListener("click",h))})),n.pagination.bullets&&n.pagination.bullets.forEach(_=>_.classList.remove(...g.bulletActiveClass.split(" ")))}o("changeDirection",()=>{if(!n.pagination||!n.pagination.el)return;const g=n.params.pagination;let{el:y}=n.pagination;y=Y(y),y.forEach(_=>{_.classList.remove(g.horizontalClass,g.verticalClass),_.classList.add(n.isHorizontal()?g.horizontalClass:g.verticalClass)})}),o("init",()=>{n.params.pagination.enabled===!1?E():(f(),p(),m())}),o("activeIndexChange",()=>{typeof n.snapIndex>"u"&&m()}),o("snapIndexChange",()=>{m()}),o("snapGridLengthChange",()=>{p(),m()}),o("destroy",()=>{u()}),o("enable disable",()=>{let{el:g}=n.pagination;g&&(g=Y(g),g.forEach(y=>y.classList[n.enabled?"remove":"add"](n.params.pagination.lockClass)))}),o("lock unlock",()=>{m()}),o("click",(g,y)=>{const _=y.target,V=Y(n.pagination.el);if(n.params.pagination.el&&n.params.pagination.hideOnClick&&V&&V.length>0&&!_.classList.contains(n.params.pagination.bulletClass)){if(n.navigation&&(n.navigation.nextEl&&_===n.navigation.nextEl||n.navigation.prevEl&&_===n.navigation.prevEl))return;const M=V[0].classList.contains(n.params.pagination.hiddenClass);s(M===!0?"paginationShow":"paginationHide"),V.forEach(N=>N.classList.toggle(n.params.pagination.hiddenClass))}});const b=()=>{n.el.classList.remove(n.params.pagination.paginationDisabledClass);let{el:g}=n.pagination;g&&(g=Y(g),g.forEach(y=>y.classList.remove(n.params.pagination.paginationDisabledClass))),f(),p(),m()},E=()=>{n.el.classList.add(n.params.pagination.paginationDisabledClass);let{el:g}=n.pagination;g&&(g=Y(g),g.forEach(y=>y.classList.add(n.params.pagination.paginationDisabledClass))),u()};Object.assign(n.pagination,{enable:b,disable:E,render:p,update:m,init:f,destroy:u})}function Ot(e){let{swiper:n,extendParams:a,on:o}=e;a({a11y:{enabled:!0,notificationClass:"swiper-notification",prevSlideMessage:"Previous slide",nextSlideMessage:"Next slide",firstSlideMessage:"This is the first slide",lastSlideMessage:"This is the last slide",paginationBulletMessage:"Go to slide {{index}}",slideLabelMessage:"{{index}} / {{slidesLength}}",containerMessage:null,containerRoleDescriptionMessage:null,itemRoleDescriptionMessage:null,slideRole:"group",id:null}}),n.a11y={clicked:!1};let s=null,i,r,l=new Date().getTime();function c(S){const C=s;C.length!==0&&(C.innerHTML="",C.innerHTML=S)}function d(S){const C=()=>Math.round(16*Math.random()).toString(16);return"x".repeat(S).replace(/x/g,C)}function h(S){S=Y(S),S.forEach(C=>{C.setAttribute("tabIndex","0")})}function m(S){S=Y(S),S.forEach(C=>{C.setAttribute("tabIndex","-1")})}function p(S,C){S=Y(S),S.forEach(z=>{z.setAttribute("role",C)})}function f(S,C){S=Y(S),S.forEach(z=>{z.setAttribute("aria-roledescription",C)})}function u(S,C){S=Y(S),S.forEach(z=>{z.setAttribute("aria-controls",C)})}function b(S,C){S=Y(S),S.forEach(z=>{z.setAttribute("aria-label",C)})}function E(S,C){S=Y(S),S.forEach(z=>{z.setAttribute("id",C)})}function g(S,C){S=Y(S),S.forEach(z=>{z.setAttribute("aria-live",C)})}function y(S){S=Y(S),S.forEach(C=>{C.setAttribute("aria-disabled",!0)})}function _(S){S=Y(S),S.forEach(C=>{C.setAttribute("aria-disabled",!1)})}function V(S){if(S.keyCode!==13&&S.keyCode!==32)return;const C=n.params.a11y,z=S.target;if(!(n.pagination&&n.pagination.el&&(z===n.pagination.el||n.pagination.el.contains(S.target))&&!S.target.matches(Ge(n.params.pagination.bulletClass)))){if(n.navigation&&n.navigation.prevEl&&n.navigation.nextEl){const O=Y(n.navigation.prevEl);Y(n.navigation.nextEl).includes(z)&&(n.isEnd&&!n.params.loop||n.slideNext(),n.isEnd?c(C.lastSlideMessage):c(C.nextSlideMessage)),O.includes(z)&&(n.isBeginning&&!n.params.loop||n.slidePrev(),n.isBeginning?c(C.firstSlideMessage):c(C.prevSlideMessage))}n.pagination&&z.matches(Ge(n.params.pagination.bulletClass))&&z.click()}}function M(){if(n.params.loop||n.params.rewind||!n.navigation)return;const{nextEl:S,prevEl:C}=n.navigation;C&&(n.isBeginning?(y(C),m(C)):(_(C),h(C))),S&&(n.isEnd?(y(S),m(S)):(_(S),h(S)))}function N(){return n.pagination&&n.pagination.bullets&&n.pagination.bullets.length}function I(){return N()&&n.params.pagination.clickable}function T(){const S=n.params.a11y;N()&&n.pagination.bullets.forEach(C=>{n.params.pagination.clickable&&(h(C),n.params.pagination.renderBullet||(p(C,"button"),b(C,S.paginationBulletMessage.replace(/\{\{index\}\}/,At(C)+1)))),C.matches(Ge(n.params.pagination.bulletActiveClass))?C.setAttribute("aria-current","true"):C.removeAttribute("aria-current")})}const A=(S,C,z)=>{h(S),S.tagName!=="BUTTON"&&(p(S,"button"),S.addEventListener("keydown",V)),b(S,z),u(S,C)},w=S=>{r&&r!==S.target&&!r.contains(S.target)&&(i=!0),n.a11y.clicked=!0},k=()=>{i=!1,requestAnimationFrame(()=>{requestAnimationFrame(()=>{n.destroyed||(n.a11y.clicked=!1)})})},x=S=>{l=new Date().getTime()},L=S=>{if(n.a11y.clicked||new Date().getTime()-l<100)return;const C=S.target.closest(`.${n.params.slideClass}, swiper-slide`);if(!C||!n.slides.includes(C))return;r=C;const z=n.slides.indexOf(C)===n.activeIndex,O=n.params.watchSlidesProgress&&n.visibleSlides&&n.visibleSlides.includes(C);z||O||S.sourceCapabilities&&S.sourceCapabilities.firesTouchEvents||(n.isHorizontal()?n.el.scrollLeft=0:n.el.scrollTop=0,requestAnimationFrame(()=>{i||(n.params.loop?n.slideToLoop(parseInt(C.getAttribute("data-swiper-slide-index")),0):n.slideTo(n.slides.indexOf(C),0),i=!1)}))},D=()=>{const S=n.params.a11y;S.itemRoleDescriptionMessage&&f(n.slides,S.itemRoleDescriptionMessage),S.slideRole&&p(n.slides,S.slideRole);const C=n.slides.length;S.slideLabelMessage&&n.slides.forEach((z,O)=>{const U=n.params.loop?parseInt(z.getAttribute("data-swiper-slide-index"),10):O,K=S.slideLabelMessage.replace(/\{\{index\}\}/,U+1).replace(/\{\{slidesLength\}\}/,C);b(z,K)})},v=()=>{const S=n.params.a11y;n.el.append(s);const C=n.el;S.containerRoleDescriptionMessage&&f(C,S.containerRoleDescriptionMessage),S.containerMessage&&b(C,S.containerMessage);const z=n.wrapperEl,O=S.id||z.getAttribute("id")||`swiper-wrapper-${d(16)}`,U=n.params.autoplay&&n.params.autoplay.enabled?"off":"polite";E(z,O),g(z,U),D();let{nextEl:K,prevEl:Z}=n.navigation?n.navigation:{};K=Y(K),Z=Y(Z),K&&K.forEach(ne=>A(ne,O,S.nextSlideMessage)),Z&&Z.forEach(ne=>A(ne,O,S.prevSlideMessage)),I()&&Y(n.pagination.el).forEach(De=>{De.addEventListener("keydown",V)}),Be().addEventListener("visibilitychange",x),n.el.addEventListener("focus",L,!0),n.el.addEventListener("focus",L,!0),n.el.addEventListener("pointerdown",w,!0),n.el.addEventListener("pointerup",k,!0)};function P(){s&&s.remove();let{nextEl:S,prevEl:C}=n.navigation?n.navigation:{};S=Y(S),C=Y(C),S&&S.forEach(O=>O.removeEventListener("keydown",V)),C&&C.forEach(O=>O.removeEventListener("keydown",V)),I()&&Y(n.pagination.el).forEach(U=>{U.removeEventListener("keydown",V)}),Be().removeEventListener("visibilitychange",x),n.el&&typeof n.el!="string"&&(n.el.removeEventListener("focus",L,!0),n.el.removeEventListener("pointerdown",w,!0),n.el.removeEventListener("pointerup",k,!0))}o("beforeInit",()=>{s=zt("span",n.params.a11y.notificationClass),s.setAttribute("aria-live","assertive"),s.setAttribute("aria-atomic","true")}),o("afterInit",()=>{n.params.a11y.enabled&&v()}),o("slidesLengthChange snapGridLengthChange slidesGridLengthChange",()=>{n.params.a11y.enabled&&D()}),o("fromEdge toEdge afterInit lock unlock",()=>{n.params.a11y.enabled&&M()}),o("paginationUpdate",()=>{n.params.a11y.enabled&&T()}),o("destroy",()=>{n.params.a11y.enabled&&P()})}function Dm(e){let{swiper:n,extendParams:a,on:o,emit:s,params:i}=e;n.autoplay={running:!1,paused:!1,timeLeft:0},a({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let r,l,c=i&&i.autoplay?i.autoplay.delay:3e3,d=i&&i.autoplay?i.autoplay.delay:3e3,h,m=new Date().getTime(),p,f,u,b,E,g,y;function _(C){!n||n.destroyed||!n.wrapperEl||C.target===n.wrapperEl&&(n.wrapperEl.removeEventListener("transitionend",_),!(y||C.detail&&C.detail.bySwiperTouchMove)&&w())}const V=()=>{if(n.destroyed||!n.autoplay.running)return;n.autoplay.paused?p=!0:p&&(d=h,p=!1);const C=n.autoplay.paused?h:m+d-new Date().getTime();n.autoplay.timeLeft=C,s("autoplayTimeLeft",C,C/c),l=requestAnimationFrame(()=>{V()})},M=()=>{let C;return n.virtual&&n.params.virtual.enabled?C=n.slides.filter(O=>O.classList.contains("swiper-slide-active"))[0]:C=n.slides[n.activeIndex],C?parseInt(C.getAttribute("data-swiper-autoplay"),10):void 0},N=C=>{if(n.destroyed||!n.autoplay.running)return;cancelAnimationFrame(l),V();let z=typeof C>"u"?n.params.autoplay.delay:C;c=n.params.autoplay.delay,d=n.params.autoplay.delay;const O=M();!Number.isNaN(O)&&O>0&&typeof C>"u"&&(z=O,c=O,d=O),h=z;const U=n.params.speed,K=()=>{!n||n.destroyed||(n.params.autoplay.reverseDirection?!n.isBeginning||n.params.loop||n.params.rewind?(n.slidePrev(U,!0,!0),s("autoplay")):n.params.autoplay.stopOnLastSlide||(n.slideTo(n.slides.length-1,U,!0,!0),s("autoplay")):!n.isEnd||n.params.loop||n.params.rewind?(n.slideNext(U,!0,!0),s("autoplay")):n.params.autoplay.stopOnLastSlide||(n.slideTo(0,U,!0,!0),s("autoplay")),n.params.cssMode&&(m=new Date().getTime(),requestAnimationFrame(()=>{N()})))};return z>0?(clearTimeout(r),r=setTimeout(()=>{K()},z)):requestAnimationFrame(()=>{K()}),z},I=()=>{m=new Date().getTime(),n.autoplay.running=!0,N(),s("autoplayStart")},T=()=>{n.autoplay.running=!1,clearTimeout(r),cancelAnimationFrame(l),s("autoplayStop")},A=(C,z)=>{if(n.destroyed||!n.autoplay.running)return;clearTimeout(r),C||(g=!0);const O=()=>{s("autoplayPause"),n.params.autoplay.waitForTransition?n.wrapperEl.addEventListener("transitionend",_):w()};if(n.autoplay.paused=!0,z){E&&(h=n.params.autoplay.delay),E=!1,O();return}h=(h||n.params.autoplay.delay)-(new Date().getTime()-m),!(n.isEnd&&h<0&&!n.params.loop)&&(h<0&&(h=0),O())},w=()=>{n.isEnd&&h<0&&!n.params.loop||n.destroyed||!n.autoplay.running||(m=new Date().getTime(),g?(g=!1,N(h)):N(),n.autoplay.paused=!1,s("autoplayResume"))},k=()=>{if(n.destroyed||!n.autoplay.running)return;const C=Be();C.visibilityState==="hidden"&&(g=!0,A(!0)),C.visibilityState==="visible"&&w()},x=C=>{C.pointerType==="mouse"&&(g=!0,y=!0,!(n.animating||n.autoplay.paused)&&A(!0))},L=C=>{C.pointerType==="mouse"&&(y=!1,n.autoplay.paused&&w())},D=()=>{n.params.autoplay.pauseOnMouseEnter&&(n.el.addEventListener("pointerenter",x),n.el.addEventListener("pointerleave",L))},v=()=>{n.el&&typeof n.el!="string"&&(n.el.removeEventListener("pointerenter",x),n.el.removeEventListener("pointerleave",L))},P=()=>{Be().addEventListener("visibilitychange",k)},S=()=>{Be().removeEventListener("visibilitychange",k)};o("init",()=>{n.params.autoplay.enabled&&(D(),P(),I())}),o("destroy",()=>{v(),S(),n.autoplay.running&&T()}),o("_freeModeStaticRelease",()=>{(u||g)&&w()}),o("_freeModeNoMomentumRelease",()=>{n.params.autoplay.disableOnInteraction?T():A(!0,!0)}),o("beforeTransitionStart",(C,z,O)=>{n.destroyed||!n.autoplay.running||(O||!n.params.autoplay.disableOnInteraction?A(!0,!0):T())}),o("sliderFirstMove",()=>{if(!(n.destroyed||!n.autoplay.running)){if(n.params.autoplay.disableOnInteraction){T();return}f=!0,u=!1,g=!1,b=setTimeout(()=>{g=!0,u=!0,A(!0)},200)}}),o("touchEnd",()=>{if(!(n.destroyed||!n.autoplay.running||!f)){if(clearTimeout(b),clearTimeout(r),n.params.autoplay.disableOnInteraction){u=!1,f=!1;return}u&&n.params.cssMode&&w(),u=!1,f=!1}}),o("slideChange",()=>{n.destroyed||!n.autoplay.running||(E=!0)}),Object.assign(n.autoplay,{start:I,stop:T,pause:A,resume:w})}function vm(e){const{effect:n,swiper:a,on:o,setTranslate:s,setTransition:i,overwriteParams:r,perspective:l,recreateShadows:c,getEffectParams:d}=e;o("beforeInit",()=>{if(a.params.effect!==n)return;a.classNames.push(`${a.params.containerModifierClass}${n}`),l&&l()&&a.classNames.push(`${a.params.containerModifierClass}3d`);const m=r?r():{};Object.assign(a.params,m),Object.assign(a.originalParams,m)}),o("setTranslate",()=>{a.params.effect===n&&s()}),o("setTransition",(m,p)=>{a.params.effect===n&&i(p)}),o("transitionEnd",()=>{if(a.params.effect===n&&c){if(!d||!d().slideShadows)return;a.slides.forEach(m=>{m.querySelectorAll(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").forEach(p=>p.remove())}),c()}});let h;o("virtualUpdate",()=>{a.params.effect===n&&(a.slides.length||(h=!0),requestAnimationFrame(()=>{h&&a.slides&&a.slides.length&&(s(),h=!1)}))})}function Pm(e,n){const a=Js(n);return a!==n&&(a.style.backfaceVisibility="hidden",a.style["-webkit-backface-visibility"]="hidden"),a}function zm(e){let{swiper:n,duration:a,transformElements:o,allSlides:s}=e;const{activeIndex:i}=n,r=l=>l.parentElement?l.parentElement:n.slides.filter(d=>d.shadowRoot&&d.shadowRoot===l.parentNode)[0];if(n.params.virtualTranslate&&a!==0){let l=!1,c;s?c=o:c=o.filter(d=>{const h=d.classList.contains("swiper-slide-transform")?r(d):d;return n.getSlideIndex(h)===i}),c.forEach(d=>{w0(d,()=>{if(l||!n||n.destroyed)return;l=!0,n.animating=!1;const h=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0});n.wrapperEl.dispatchEvent(h)})})}}function Am(e){let{swiper:n,extendParams:a,on:o}=e;a({fadeEffect:{crossFade:!1}}),vm({effect:"fade",swiper:n,on:o,setTranslate:()=>{const{slides:r}=n,l=n.params.fadeEffect;for(let c=0;c<r.length;c+=1){const d=n.slides[c];let m=-d.swiperSlideOffset;n.params.virtualTranslate||(m-=n.translate);let p=0;n.isHorizontal()||(p=m,m=0);const f=n.params.fadeEffect.crossFade?Math.max(1-Math.abs(d.progress),0):1+Math.min(Math.max(d.progress,-1),0),u=Pm(l,d);u.style.opacity=f,u.style.transform=`translate3d(${m}px, ${p}px, 0px)`}},setTransition:r=>{const l=n.slides.map(c=>Js(c));l.forEach(c=>{c.style.transitionDuration=`${r}ms`}),zm({swiper:n,duration:r,transformElements:l,allSlides:!0})},overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!n.params.cssMode})})}const _n={MixinCarousel:{init:!1,slidesPerView:1.25,speed:500,threshold:20,spaceBetween:28,watchOverflow:!0,watchSlidesProgress:!0,watchSlidesVisibility:!0,loop:!1,preloadImages:!1,lazy:{loadPrevNext:!0,loadOnTransitionStart:!0,loadPrevNextAmount:2},navigation:{nextEl:".swiper-next",prevEl:".swiper-prev"},breakpoints:{640:{slidesPerView:1,spaceBetween:28},768:{slidesPerView:2,spaceBetween:28},1280:{slidesPerView:2,spaceBetween:56}},on:{init(e){e.el.classList.replace("opacity-0","opacity-100")}}},BlockImageCarousel:{slidesPerView:1,speed:500,threshold:20,loop:!1,preloadImages:!1,watchSlidesProgress:!0,watchSlidesVisibility:!0,lazy:!0,navigation:{nextEl:".swiper-next",prevEl:".swiper-prev"},pagination:{el:".swiper-pagination",type:"bullets",clickable:!0,bulletClass:"swiper-dot",bulletActiveClass:"swiper-dot-active",renderBullet:function(e,n){return`<button class="${n}" arial-label="Go to slide ${e}"><span></span></button>`}}}};Object.assign(_n,{BaseCarouselCards:_n.MixinCarousel});const di=_n.MixinCarousel;te.use([kn,Ot]);const hi={cards:"-cards",tiles:"-tiles"},mi={"col-1":"","col-2":"lg:col-start-2","col-3":"lg:col-start-3"},Om=t.defineComponent({name:"MixinCarousel",components:{BaseLink:F,BaseButton:R,IconPrev:we,IconNext:$e},props:{noLinks:{type:Boolean,required:!1,default:!1},heading:{type:String,required:!1},link:{type:[String,Object],required:!1},linkTitle:{type:String,required:!1},variant:{type:String,required:!1,default:"cards",validator:e=>Object.keys(hi).includes(e)},slidesPerView:{type:Number,required:!1,default:2},indent:{type:String,required:!1,default:"col-2",validator:e=>Object.keys(mi).includes(e)},center:{type:Boolean,required:!1,default:!0},initialSlide:{type:Number,required:!1,default:0}},data(){return{slider:null,sliderOptions:{...di,initialSlide:this.initialSlide,a11y:{prevSlideMessage:this.heading?this.heading+" - Previous slide":"Previous slide",nextSlideMessage:this.heading?this.heading+" - Next slide":"Next slide",slideRole:"link"},breakpoints:{...di.breakpoints,1024:{slidesPerView:this.slidesPerView},1280:{slidesPerView:this.slidesPerView,spaceBetween:56}}}}},computed:{variantClass(){return hi[this.variant]},colStart(){return mi[this.indent]}},mounted(){this.init()},methods:{init(){this.slider=new te(this.$refs.MixinCarousel,this.sliderOptions),this.slider.init()}}}),Fm={class:"sm:flex flex-wrap items-center justify-between"},Hm={key:0,class:"MixinCarousel__Heading text-h3 defaultTheme:uppercase"},qm={ref:"MixinCarousel",class:"swiper transition-opacity duration-500 ease-in opacity-0"},jm={class:"swiper-wrapper"},Rm={class:"swiper-navigation xl:block absolute top-0 left-0 hidden w-full ThemeVariantLight"},Gm={class:"xl:-ml-22 top-1/2 absolute left-0 z-30 -ml-20"},Um={class:"arrow-wrapper","aria-hidden":"true"},Wm={class:"arrow"},Ym={class:"arrow-fixed"},Km={class:"xl:-mr-22 top-1/2 absolute right-0 z-30 -mr-20"},Zm={class:"arrow-wrapper","aria-hidden":"true"},Xm={class:"arrow"},Jm={class:"arrow-fixed"};function Qm(e,n,a,o,s,i){const r=F,l=we,c=R,d=$e;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.noLinks?"div":"nav"),{class:t.normalizeClass(["MixinCarousel w-full overflow-x-hidden",e.variantClass]),"aria-label":e.heading},{default:t.withCtx(()=>[t.createElementVNode("div",{class:t.normalizeClass(["BaseGrid container overflow-x-visible",{"mx-auto":e.center}])},[e.heading||e.link?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass([e.colStart,"lg:pl-0 col-start-1 col-end-13 px-4 mb-1"])},[t.createElementVNode("div",Fm,[e.heading?(t.openBlock(),t.createElementBlock("h2",Hm,t.toDisplayString(e.heading),1)):t.createCommentVNode("",!0),e.link?(t.openBlock(),t.createBlock(r,t.mergeProps({key:1,class:"sm:block hidden",variant:"primary",to:typeof e.link=="object"?e.link:void 0,href:typeof e.link!="object"?e.link:void 0},e.$attrs),{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.linkTitle||e.link),1)]),_:1},16,["to","href"])):t.createCommentVNode("",!0)])],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass([e.colStart,"lg:pl-0 sm:col-end-11 3xl:col-end-12 col-start-1 col-end-13 pl-4 overflow-x-visible"])},[t.createElementVNode("div",qm,[t.createElementVNode("div",jm,[t.renderSlot(e.$slots,"default")]),t.createElementVNode("div",Rm,[t.createElementVNode("div",Gm,[t.createVNode(c,{class:"swiper-prev xl:text-xl","aria-label":e.heading+" - Previous slide"},{icon:t.withCtx(()=>[t.createElementVNode("span",Um,[t.createElementVNode("span",Wm,[t.createVNode(l)]),t.createElementVNode("span",Ym,[t.createVNode(l)])])]),_:1},8,["aria-label"])]),t.createElementVNode("div",Km,[t.createVNode(c,{class:"swiper-next xl:text-xl","aria-label":e.heading+" - Next slide"},{icon:t.withCtx(()=>[t.createElementVNode("span",Zm,[t.createElementVNode("span",Xm,[t.createVNode(d)]),t.createElementVNode("span",Jm,[t.createVNode(d)])])]),_:1},8,["aria-label"])])])],512)],2)],2)]),_:3},8,["class","aria-label"])}const Ce=B(Om,[["render",Qm]]),ep=t.defineComponent({name:"BlockCardGrid",components:{MixinCarousel:Ce,BlockCardGridItem:Ta},props:{compact:{type:Boolean,default:!1},cards:{type:Array,default:void 0}}}),tp={key:0,class:"BlockCardGrid"};function np(e,n,a,o,s,i){const r=Ta,l=Ce;return e.cards?(t.openBlock(),t.createElementBlock("div",tp,[t.createElementVNode("div",{class:t.normalizeClass(`hidden md:grid md:grid-cols-2 lg:grid-cols-3 ${e.compact?" gap-5":"3xl:grid-cols-4 gap-8"}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.cards,(c,d)=>(t.openBlock(),t.createBlock(r,{key:`item-${d}`,class:"col-span-1",label:c.label,title:c.title,description:c.description,image:c.image,link:c.link},null,8,["label","title","description","image","link"]))),128))],2),t.createVNode(l,{class:"md:hidden sm:px-10 sm:-ml-10 py-10 -mt-10 overflow-x-visible",indent:"col-1","slides-per-view":3,"no-links":""},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.cards,(c,d)=>(t.openBlock(),t.createBlock(r,{key:d,label:c.label,title:c.title,text:c.description,image:c.image,class:"swiper-slide mb-5"},null,8,["label","title","text","image"]))),128))]),_:1})])):t.createCommentVNode("",!0)}const Ha=B(ep,[["render",np]]),ap=t.defineComponent({name:"BlockCircleImageCard",components:{BaseImagePlaceholder:j,BaseImage:q,BaseHeading:G},props:{tag:{type:String,required:!1,default:"div"},title:{type:String,required:!0},label:{type:String,required:!1},secondaryLabel:{type:String,required:!1},image:{type:Object,required:!1},imageOnRight:{type:Boolean,required:!1,default:!1}},computed:{theSrcSet(){return this.image?se(this.image)?se(this.image):this.image.srcSet:void 0}}}),op={class:"p-8 flex-grow"},sp={class:"flex"},ip={class:"text-gray-dark text-subtitle mb-3"},rp={class:"ml-auto"},lp={class:"text-gray-mid-dark text-subtitle"};function cp(e,n,a,o,s,i){const r=q,l=j,c=G;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.tag),{class:t.normalizeClass(["BlockCircleImageCard bg-white shadow-jpl h-full flex-grow",{imageOnRight:e.imageOnRight}]),onClick:n[0]||(n[0]=d=>e.$emit("click"))},{default:t.withCtx(()=>[e.image?(t.openBlock(),t.createBlock(l,{key:0,"transparent-mode":""},{default:t.withCtx(()=>[e.image.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.image.src.url,srcset:e.theSrcSet,alt:"",width:e.image.src.width,height:e.image.src.height,"image-class":"rounded-full border-4 border-white","object-fit-class":"cover",loading:"lazy"},null,8,["src","srcset","width","height"])):t.createCommentVNode("",!0)]),_:1})):t.createCommentVNode("",!0),t.createElementVNode("div",op,[t.createElementVNode("div",sp,[t.createElementVNode("div",ip,t.toDisplayString(e.label),1),t.createElementVNode("span",rp,[t.renderSlot(e.$slots,"icon")])]),t.createElementVNode("div",lp,t.toDisplayString(e.secondaryLabel),1),t.createVNode(c,{size:"h5",level:"h3",class:"mt-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1})])]),_:3},8,["class"])}const dp=B(ap,[["render",cp]]),hp=t.defineComponent({name:"BlockCta",components:{BaseButton:R,IconExternal:be},props:{data:{type:Object,required:!0,default:()=>({})}},computed:{...Te(Ze),buttonVariant(){return this.themeStore.theme==="ThemeEdu"?"dark":"primary"}}}),mp={class:"bg-gray-light edu:bg-stars edu:bg-primary md:mx-0 sm:py-8 md:py-10 md:px-0 sm:mx-20 px-6 py-6 text-center"},pp={class:"md:mx-16 xl:mx-24"},fp={class:"text-h6 edu:text-white edu:font-extrabold"};function up(e,n,a,o,s,i){const r=R,l=be;return t.openBlock(),t.createElementBlock("div",mp,[t.createElementVNode("div",pp,[t.createElementVNode("p",fp,t.toDisplayString(e.data.heading),1)]),e.data.page?(t.openBlock(),t.createBlock(r,{key:0,variant:e.buttonVariant,to:e.data.page.url,class:"md:mt-5 md:mb-2 mt-4 mb-1"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.text),1)]),_:1},8,["variant","to"])):e.data.externalLink?(t.openBlock(),t.createBlock(r,{key:1,variant:e.buttonVariant,href:e.data.externalLink,class:"md:mt-5 md:mb-2 mt-4 mb-1"},{icon:t.withCtx(()=>[t.createVNode(l,{class:"ml-2 text-sm"})]),default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.text)+" ",1)]),_:1},8,["variant","href"])):t.createCommentVNode("",!0)])}const qa=B(hp,[["render",up]]),gp=t.defineComponent({name:"BlockHeading",components:{BaseHeading:G},props:{data:{type:Object,required:!1}}});function yp(e,n,a,o,s,i){const r=G;return e.data?(t.openBlock(),t.createBlock(r,{key:0,level:e.data.level},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.heading),1)]),_:1},8,["level"])):t.createCommentVNode("",!0)}const Ft=B(gp,[["render",yp]]),bp=t.defineComponent({name:"BlockIframeEmbed",components:{BaseImageCaption:ie,BaseImagePlaceholder:j},props:{data:{type:Object,required:!1}},data(){return{lazyNative:!0}},mounted(){this.featureDetectIframeLazyLoad()},methods:{featureDetectIframeLazyLoad(){if("loading"in HTMLIFrameElement.prototype){const e=this.$refs.BlockIframeEmbed;this.lazyNative=!0,e.dataset.src&&(e.src=e.dataset.src)}else this.lazyNative=!1}}}),kp={key:0},_p=["title","data-src","height"],$p=["title","data-src"],wp={key:2,class:"lg:px-0 p-4 pb-0"};function Bp(e,n,a,o,s,i){const r=j,l=ie;return e.data?(t.openBlock(),t.createElementBlock("div",kp,[e.data.height?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.data.url?(t.openBlock(),t.createElementBlock("iframe",{key:0,ref:"BlockIframeEmbed",loading:"lazy",class:t.normalizeClass(["w-full border-none",{lazyload:!e.lazyNative}]),title:e.data.title,"data-src":e.data.url,width:"90%",height:e.data.height,allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""},null,10,_p)):t.createCommentVNode("",!0)],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.data.url?(t.openBlock(),t.createBlock(r,{key:0,"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[t.createElementVNode("div",null,[t.createElementVNode("iframe",{ref:"BlockIframeEmbed",loading:"lazy",class:t.normalizeClass(["w-full border-none",{lazyload:!e.lazyNative}]),title:e.data.title,"data-src":e.data.url,"data-chromatic":"ignore",width:"90%",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""},null,10,$p)])]),_:1})):t.createCommentVNode("",!0)],64)),e.data.caption&&e.data.caption.length>2?(t.openBlock(),t.createElementBlock("div",wp,[t.createVNode(l,{data:e.data},null,8,["data"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Ht=B(bp,[["render",Bp]]),Cp=t.defineComponent({name:"MixinFancyboxOpenButton",components:{IconExpand:Pt}}),Ep={ref:"FancyboxOpenButton",class:"MixinFancyboxOpenButton",role:"presentation"},Sp={class:"BaseButton -primary -icon-only pointer-events-none"},Vp={class:"icon"};function Np(e,n,a,o,s,i){const r=Pt;return t.openBlock(),t.createElementBlock("div",Ep,[t.createElementVNode("div",Sp,[t.createElementVNode("span",Vp,[t.createVNode(r)])])],512)}const pi=B(Cp,[["render",Np]]),gt=e=>typeof e=="object"&&e!==null&&e.constructor===Object&&Object.prototype.toString.call(e)==="[object Object]",ce=(...e)=>{let n=!1;typeof e[0]=="boolean"&&(n=e.shift());let a=e[0];if(!a||typeof a!="object")throw new Error("extendee must be an object");const o=e.slice(1),s=o.length;for(let i=0;i<s;i++){const r=o[i];for(let l in r)if(r.hasOwnProperty(l)){const c=r[l];if(n&&(Array.isArray(c)||gt(c))){const d=Array.isArray(c)?[]:{};a[l]=ce(!0,a.hasOwnProperty(l)?a[l]:d,c)}else a[l]=c}}return a},ae=(e,n=1e4)=>(e=parseFloat(e)||0,Math.round((e+Number.EPSILON)*n)/n),$n=function(e){return!!(e&&typeof e=="object"&&e instanceof Element&&e!==document.body)&&!e.__Panzoom&&(function(n){const a=getComputedStyle(n)["overflow-y"],o=getComputedStyle(n)["overflow-x"],s=(a==="scroll"||a==="auto")&&Math.abs(n.scrollHeight-n.clientHeight)>1,i=(o==="scroll"||o==="auto")&&Math.abs(n.scrollWidth-n.clientWidth)>1;return s||i}(e)?e:$n(e.parentNode))},Tp=typeof window<"u"&&window.ResizeObserver||class{constructor(e){this.observables=[],this.boundCheck=this.check.bind(this),this.boundCheck(),this.callback=e}observe(e){if(this.observables.some(a=>a.el===e))return;const n={el:e,size:{height:e.clientHeight,width:e.clientWidth}};this.observables.push(n)}unobserve(e){this.observables=this.observables.filter(n=>n.el!==e)}disconnect(){this.observables=[]}check(){const e=this.observables.filter(n=>{const a=n.el.clientHeight,o=n.el.clientWidth;if(n.size.height!==a||n.size.width!==o)return n.size.height=a,n.size.width=o,!0}).map(n=>n.el);e.length>0&&this.callback(e),window.requestAnimationFrame(this.boundCheck)}};class yt{constructor(n){this.id=self.Touch&&n instanceof Touch?n.identifier:-1,this.pageX=n.pageX,this.pageY=n.pageY,this.clientX=n.clientX,this.clientY=n.clientY}}const fi=(e,n)=>n?Math.sqrt((n.clientX-e.clientX)**2+(n.clientY-e.clientY)**2):0,ja=(e,n)=>n?{clientX:(e.clientX+n.clientX)/2,clientY:(e.clientY+n.clientY)/2}:e;class Ip{constructor(n,{start:a=()=>!0,move:o=()=>{},end:s=()=>{}}={}){this._element=n,this.startPointers=[],this.currentPointers=[],this._pointerStart=i=>{if(i.buttons>0&&i.button!==0)return;const r=new yt(i);this.currentPointers.some(l=>l.id===r.id)||this._triggerPointerStart(r,i)&&(window.addEventListener("mousemove",this._move),window.addEventListener("mouseup",this._pointerEnd))},this._touchStart=i=>{for(const r of Array.from(i.changedTouches||[]))this._triggerPointerStart(new yt(r),i)},this._move=i=>{const r=this.currentPointers.slice(),l=(c=>"changedTouches"in c)(i)?Array.from(i.changedTouches).map(c=>new yt(c)):[new yt(i)];for(const c of l){const d=this.currentPointers.findIndex(h=>h.id===c.id);d<0||(this.currentPointers[d]=c)}this._moveCallback(r,this.currentPointers.slice(),i)},this._triggerPointerEnd=(i,r)=>{const l=this.currentPointers.findIndex(c=>c.id===i.id);return!(l<0)&&(this.currentPointers.splice(l,1),this.startPointers.splice(l,1),this._endCallback(i,r),!0)},this._pointerEnd=i=>{i.buttons>0&&i.button!==0||this._triggerPointerEnd(new yt(i),i)&&(window.removeEventListener("mousemove",this._move,{passive:!1}),window.removeEventListener("mouseup",this._pointerEnd,{passive:!1}))},this._touchEnd=i=>{for(const r of Array.from(i.changedTouches||[]))this._triggerPointerEnd(new yt(r),i)},this._startCallback=a,this._moveCallback=o,this._endCallback=s,this._element.addEventListener("mousedown",this._pointerStart,{passive:!1}),this._element.addEventListener("touchstart",this._touchStart,{passive:!1}),this._element.addEventListener("touchmove",this._move,{passive:!1}),this._element.addEventListener("touchend",this._touchEnd),this._element.addEventListener("touchcancel",this._touchEnd)}stop(){this._element.removeEventListener("mousedown",this._pointerStart,{passive:!1}),this._element.removeEventListener("touchstart",this._touchStart,{passive:!1}),this._element.removeEventListener("touchmove",this._move,{passive:!1}),this._element.removeEventListener("touchend",this._touchEnd),this._element.removeEventListener("touchcancel",this._touchEnd),window.removeEventListener("mousemove",this._move),window.removeEventListener("mouseup",this._pointerEnd)}_triggerPointerStart(n,a){return!!this._startCallback(n,a)&&(this.currentPointers.push(n),this.startPointers.push(n),!0)}}class Ra{constructor(n={}){this.options=ce(!0,{},n),this.plugins=[],this.events={};for(const a of["on","once"])for(const o of Object.entries(this.options[a]||{}))this[a](...o)}option(n,a,...o){n=String(n);let s=(i=n,r=this.options,i.split(".").reduce(function(l,c){return l&&l[c]},r));var i,r;return typeof s=="function"&&(s=s.call(this,this,...o)),s===void 0?a:s}localize(n,a=[]){return n=(n=String(n).replace(/\{\{(\w+).?(\w+)?\}\}/g,(o,s,i)=>{let r="";i?r=this.option(`${s[0]+s.toLowerCase().substring(1)}.l10n.${i}`):s&&(r=this.option(`l10n.${s}`)),r||(r=o);for(let l=0;l<a.length;l++)r=r.split(a[l][0]).join(a[l][1]);return r})).replace(/\{\{(.*)\}\}/,(o,s)=>s)}on(n,a){if(gt(n)){for(const o of Object.entries(n))this.on(...o);return this}return String(n).split(" ").forEach(o=>{const s=this.events[o]=this.events[o]||[];s.indexOf(a)==-1&&s.push(a)}),this}once(n,a){if(gt(n)){for(const o of Object.entries(n))this.once(...o);return this}return String(n).split(" ").forEach(o=>{const s=(...i)=>{this.off(o,s),a.call(this,this,...i)};s._=a,this.on(o,s)}),this}off(n,a){if(!gt(n))return n.split(" ").forEach(o=>{const s=this.events[o];if(!s||!s.length)return this;let i=-1;for(let r=0,l=s.length;r<l;r++){const c=s[r];if(c&&(c===a||c._===a)){i=r;break}}i!=-1&&s.splice(i,1)}),this;for(const o of Object.entries(n))this.off(...o)}trigger(n,...a){for(const o of[...this.events[n]||[]].slice())if(o&&o.call(this,this,...a)===!1)return!1;for(const o of[...this.events["*"]||[]].slice())if(o&&o.call(this,n,this,...a)===!1)return!1;return!0}attachPlugins(n){const a={};for(const[o,s]of Object.entries(n||{}))this.options[o]===!1||this.plugins[o]||(this.options[o]=ce({},s.defaults||{},this.options[o]),a[o]=new s(this));for(const[o,s]of Object.entries(a))s.attach(this);return this.plugins=Object.assign({},this.plugins,a),this}detachPlugins(){for(const n in this.plugins){let a;(a=this.plugins[n])&&typeof a.detach=="function"&&a.detach(this)}return this.plugins={},this}}const xp={touch:!0,zoom:!0,pinchToZoom:!0,panOnlyZoomed:!1,lockAxis:!1,friction:.64,decelFriction:.88,zoomFriction:.74,bounceForce:.2,baseScale:1,minScale:1,maxScale:2,step:.5,textSelection:!1,click:"toggleZoom",wheel:"zoom",wheelFactor:42,wheelLimit:5,draggableClass:"is-draggable",draggingClass:"is-dragging",ratio:1};class bt extends Ra{constructor(n,a={}){super(ce(!0,{},xp,a)),this.state="init",this.$container=n;for(const o of["onLoad","onWheel","onClick"])this[o]=this[o].bind(this);this.initLayout(),this.resetValues(),this.attachPlugins(bt.Plugins),this.trigger("init"),this.updateMetrics(),this.attachEvents(),this.trigger("ready"),this.option("centerOnStart")===!1?this.state="ready":this.panTo({friction:0}),n.__Panzoom=this}initLayout(){const n=this.$container;if(!(n instanceof HTMLElement))throw new Error("Panzoom: Container not found");const a=this.option("content")||n.querySelector(".panzoom__content");if(!a)throw new Error("Panzoom: Content not found");this.$content=a;let o=this.option("viewport")||n.querySelector(".panzoom__viewport");o||this.option("wrapInner")===!1||(o=document.createElement("div"),o.classList.add("panzoom__viewport"),o.append(...n.childNodes),n.appendChild(o)),this.$viewport=o||a.parentNode}resetValues(){this.updateRate=this.option("updateRate",/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)?250:24),this.container={width:0,height:0},this.viewport={width:0,height:0},this.content={origWidth:0,origHeight:0,width:0,height:0,x:this.option("x",0),y:this.option("y",0),scale:this.option("baseScale")},this.transform={x:0,y:0,scale:1},this.resetDragPosition()}onLoad(n){this.updateMetrics(),this.panTo({scale:this.option("baseScale"),friction:0}),this.trigger("load",n)}onClick(n){if(n.defaultPrevented||document.activeElement&&document.activeElement.closest("[contenteditable]"))return;if(this.option("textSelection")&&window.getSelection().toString().length&&(!n.target||!n.target.hasAttribute("data-fancybox-close")))return void n.stopPropagation();const a=this.$content.getClientRects()[0];if(this.state!=="ready"&&(this.dragPosition.midPoint||Math.abs(a.top-this.dragStart.rect.top)>1||Math.abs(a.left-this.dragStart.rect.left)>1))return n.preventDefault(),void n.stopPropagation();this.trigger("click",n)!==!1&&this.option("zoom")&&this.option("click")==="toggleZoom"&&(n.preventDefault(),n.stopPropagation(),this.zoomWithClick(n))}onWheel(n){this.trigger("wheel",n)!==!1&&this.option("zoom")&&this.option("wheel")&&this.zoomWithWheel(n)}zoomWithWheel(n){this.changedDelta===void 0&&(this.changedDelta=0);const a=Math.max(-1,Math.min(1,-n.deltaY||-n.deltaX||n.wheelDelta||-n.detail)),o=this.content.scale;let s=o*(100+a*this.option("wheelFactor"))/100;if(a<0&&Math.abs(o-this.option("minScale"))<.01||a>0&&Math.abs(o-this.option("maxScale"))<.01?(this.changedDelta+=Math.abs(a),s=o):(this.changedDelta=0,s=Math.max(Math.min(s,this.option("maxScale")),this.option("minScale"))),this.changedDelta>this.option("wheelLimit")||(n.preventDefault(),s===o))return;const i=this.$content.getBoundingClientRect(),r=n.clientX-i.left,l=n.clientY-i.top;this.zoomTo(s,{x:r,y:l})}zoomWithClick(n){const a=this.$content.getClientRects()[0],o=n.clientX-a.left,s=n.clientY-a.top;this.toggleZoom({x:o,y:s})}attachEvents(){this.$content.addEventListener("load",this.onLoad),this.$container.addEventListener("wheel",this.onWheel,{passive:!1}),this.$container.addEventListener("click",this.onClick,{passive:!1}),this.initObserver();const n=new Ip(this.$container,{start:(a,o)=>{if(!this.option("touch")||this.velocity.scale<0)return!1;const s=o.composedPath()[0];return!n.currentPointers.length&&(["BUTTON","TEXTAREA","OPTION","INPUT","SELECT","VIDEO"].indexOf(s.nodeName)!==-1||this.option("textSelection")&&((i,r,l)=>{const c=i.childNodes,d=document.createRange();for(let h=0;h<c.length;h++){const m=c[h];if(m.nodeType!==Node.TEXT_NODE)continue;d.selectNodeContents(m);const p=d.getBoundingClientRect();if(r>=p.left&&l>=p.top&&r<=p.right&&l<=p.bottom)return m}return!1})(s,a.clientX,a.clientY))?!1:!$n(s)&&this.trigger("touchStart",o)!==!1&&(o.type==="mousedown"&&o.preventDefault(),this.state="pointerdown",this.resetDragPosition(),this.dragPosition.midPoint=null,this.dragPosition.time=Date.now(),!0)},move:(a,o,s)=>{if(this.state!=="pointerdown")return;if(this.trigger("touchMove",s)===!1)return void s.preventDefault();if(o.length<2&&this.option("panOnlyZoomed")===!0&&this.content.width<=this.viewport.width&&this.content.height<=this.viewport.height&&this.transform.scale<=this.option("baseScale")||o.length>1&&(!this.option("zoom")||this.option("pinchToZoom")===!1))return;const i=ja(a[0],a[1]),r=ja(o[0],o[1]),l=r.clientX-i.clientX,c=r.clientY-i.clientY,d=fi(a[0],a[1]),h=fi(o[0],o[1]),m=d&&h?h/d:1;this.dragOffset.x+=l,this.dragOffset.y+=c,this.dragOffset.scale*=m,this.dragOffset.time=Date.now()-this.dragPosition.time;const p=this.dragStart.scale===1&&this.option("lockAxis");if(p&&!this.lockAxis){if(Math.abs(this.dragOffset.x)<6&&Math.abs(this.dragOffset.y)<6)return void s.preventDefault();const f=Math.abs(180*Math.atan2(this.dragOffset.y,this.dragOffset.x)/Math.PI);this.lockAxis=f>45&&f<135?"y":"x"}if(p==="xy"||this.lockAxis!=="y"){if(s.preventDefault(),s.stopPropagation(),s.stopImmediatePropagation(),this.lockAxis&&(this.dragOffset[this.lockAxis==="x"?"y":"x"]=0),this.$container.classList.add(this.option("draggingClass")),this.transform.scale===this.option("baseScale")&&this.lockAxis==="y"||(this.dragPosition.x=this.dragStart.x+this.dragOffset.x),this.transform.scale===this.option("baseScale")&&this.lockAxis==="x"||(this.dragPosition.y=this.dragStart.y+this.dragOffset.y),this.dragPosition.scale=this.dragStart.scale*this.dragOffset.scale,o.length>1){const f=ja(n.startPointers[0],n.startPointers[1]),u=f.clientX-this.dragStart.rect.x,b=f.clientY-this.dragStart.rect.y,{deltaX:E,deltaY:g}=this.getZoomDelta(this.content.scale*this.dragOffset.scale,u,b);this.dragPosition.x-=E,this.dragPosition.y-=g,this.dragPosition.midPoint=r}else this.setDragResistance();this.transform={x:this.dragPosition.x,y:this.dragPosition.y,scale:this.dragPosition.scale},this.startAnimation()}},end:(a,o)=>{if(this.state!=="pointerdown")return;if(this._dragOffset={...this.dragOffset},n.currentPointers.length)return void this.resetDragPosition();if(this.state="decel",this.friction=this.option("decelFriction"),this.recalculateTransform(),this.$container.classList.remove(this.option("draggingClass")),this.trigger("touchEnd",o)===!1||this.state!=="decel")return;const s=this.option("minScale");if(this.transform.scale<s)return void this.zoomTo(s,{friction:.64});const i=this.option("maxScale");if(this.transform.scale-i>.01){const r=this.dragPosition.midPoint||a,l=this.$content.getClientRects()[0];this.zoomTo(i,{friction:.64,x:r.clientX-l.left,y:r.clientY-l.top})}}});this.pointerTracker=n}initObserver(){this.resizeObserver||(this.resizeObserver=new Tp(()=>{this.updateTimer||(this.updateTimer=setTimeout(()=>{const n=this.$container.getBoundingClientRect();n.width&&n.height?((Math.abs(n.width-this.container.width)>1||Math.abs(n.height-this.container.height)>1)&&(this.isAnimating()&&this.endAnimation(!0),this.updateMetrics(),this.panTo({x:this.content.x,y:this.content.y,scale:this.option("baseScale"),friction:0})),this.updateTimer=null):this.updateTimer=null},this.updateRate))}),this.resizeObserver.observe(this.$container))}resetDragPosition(){this.lockAxis=null,this.friction=this.option("friction"),this.velocity={x:0,y:0,scale:0};const{x:n,y:a,scale:o}=this.content;this.dragStart={rect:this.$content.getBoundingClientRect(),x:n,y:a,scale:o},this.dragPosition={...this.dragPosition,x:n,y:a,scale:o},this.dragOffset={x:0,y:0,scale:1,time:0}}updateMetrics(n){n!==!0&&this.trigger("beforeUpdate");const a=this.$container,o=this.$content,s=this.$viewport,i=o instanceof HTMLImageElement,r=this.option("zoom"),l=this.option("resizeParent",r);let c=this.option("width"),d=this.option("height"),h=c||(m=o,Math.max(parseFloat(m.naturalWidth||0),parseFloat(m.width&&m.width.baseVal&&m.width.baseVal.value||0),parseFloat(m.offsetWidth||0),parseFloat(m.scrollWidth||0)));var m;let p=d||(V=>Math.max(parseFloat(V.naturalHeight||0),parseFloat(V.height&&V.height.baseVal&&V.height.baseVal.value||0),parseFloat(V.offsetHeight||0),parseFloat(V.scrollHeight||0)))(o);Object.assign(o.style,{width:c?`${c}px`:"",height:d?`${d}px`:"",maxWidth:"",maxHeight:""}),l&&Object.assign(s.style,{width:"",height:""});const f=this.option("ratio");h=ae(h*f),p=ae(p*f),c=h,d=p;const u=o.getBoundingClientRect(),b=s.getBoundingClientRect(),E=s==a?b:a.getBoundingClientRect();let g=Math.max(s.offsetWidth,ae(b.width)),y=Math.max(s.offsetHeight,ae(b.height)),_=window.getComputedStyle(s);if(g-=parseFloat(_.paddingLeft)+parseFloat(_.paddingRight),y-=parseFloat(_.paddingTop)+parseFloat(_.paddingBottom),this.viewport.width=g,this.viewport.height=y,r){if(Math.abs(h-u.width)>.1||Math.abs(p-u.height)>.1){const V=((M,N,I,T)=>{const A=Math.min(I/M||0,T/N);return{width:M*A||0,height:N*A||0}})(h,p,Math.min(h,u.width),Math.min(p,u.height));c=ae(V.width),d=ae(V.height)}Object.assign(o.style,{width:`${c}px`,height:`${d}px`,transform:""})}if(l&&(Object.assign(s.style,{width:`${c}px`,height:`${d}px`}),this.viewport={...this.viewport,width:c,height:d}),i&&r&&typeof this.options.maxScale!="function"){const V=this.option("maxScale");this.options.maxScale=function(){return this.content.origWidth>0&&this.content.fitWidth>0?this.content.origWidth/this.content.fitWidth:V}}this.content={...this.content,origWidth:h,origHeight:p,fitWidth:c,fitHeight:d,width:c,height:d,scale:1,isZoomable:r},this.container={width:E.width,height:E.height},n!==!0&&this.trigger("afterUpdate")}zoomIn(n){this.zoomTo(this.content.scale+(n||this.option("step")))}zoomOut(n){this.zoomTo(this.content.scale-(n||this.option("step")))}toggleZoom(n={}){const a=this.option("maxScale"),o=this.option("baseScale"),s=this.content.scale>o+.5*(a-o)?o:a;this.zoomTo(s,n)}zoomTo(n=this.option("baseScale"),{x:a=null,y:o=null}={}){n=Math.max(Math.min(n,this.option("maxScale")),this.option("minScale"));const s=ae(this.content.scale/(this.content.width/this.content.fitWidth),1e7);a===null&&(a=this.content.width*s*.5),o===null&&(o=this.content.height*s*.5);const{deltaX:i,deltaY:r}=this.getZoomDelta(n,a,o);a=this.content.x-i,o=this.content.y-r,this.panTo({x:a,y:o,scale:n,friction:this.option("zoomFriction")})}getZoomDelta(n,a=0,o=0){const s=this.content.fitWidth*this.content.scale,i=this.content.fitHeight*this.content.scale,r=a>0&&s?a/s:0,l=o>0&&i?o/i:0;return{deltaX:(this.content.fitWidth*n-s)*r,deltaY:(this.content.fitHeight*n-i)*l}}panTo({x:n=this.content.x,y:a=this.content.y,scale:o,friction:s=this.option("friction"),ignoreBounds:i=!1}={}){if(o=o||this.content.scale||1,!i){const{boundX:r,boundY:l}=this.getBounds(o);r&&(n=Math.max(Math.min(n,r.to),r.from)),l&&(a=Math.max(Math.min(a,l.to),l.from))}this.friction=s,this.transform={...this.transform,x:n,y:a,scale:o},s?(this.state="panning",this.velocity={x:(1/this.friction-1)*(n-this.content.x),y:(1/this.friction-1)*(a-this.content.y),scale:(1/this.friction-1)*(o-this.content.scale)},this.startAnimation()):this.endAnimation()}startAnimation(){this.rAF?cancelAnimationFrame(this.rAF):this.trigger("startAnimation"),this.rAF=requestAnimationFrame(()=>this.animate())}animate(){if(this.setEdgeForce(),this.setDragForce(),this.velocity.x*=this.friction,this.velocity.y*=this.friction,this.velocity.scale*=this.friction,this.content.x+=this.velocity.x,this.content.y+=this.velocity.y,this.content.scale+=this.velocity.scale,this.isAnimating())this.setTransform();else if(this.state!=="pointerdown")return void this.endAnimation();this.rAF=requestAnimationFrame(()=>this.animate())}getBounds(n){let a=this.boundX,o=this.boundY;if(a!==void 0&&o!==void 0)return{boundX:a,boundY:o};a={from:0,to:0},o={from:0,to:0},n=n||this.transform.scale;const s=this.content.fitWidth*n,i=this.content.fitHeight*n,r=this.viewport.width,l=this.viewport.height;if(s<r){const c=ae(.5*(r-s));a.from=c,a.to=c}else a.from=ae(r-s);if(i<l){const c=.5*(l-i);o.from=c,o.to=c}else o.from=ae(l-i);return{boundX:a,boundY:o}}setEdgeForce(){if(this.state!=="decel")return;const n=this.option("bounceForce"),{boundX:a,boundY:o}=this.getBounds(Math.max(this.transform.scale,this.content.scale));let s,i,r,l;if(a&&(s=this.content.x<a.from,i=this.content.x>a.to),o&&(r=this.content.y<o.from,l=this.content.y>o.to),s||i){let c=((s?a.from:a.to)-this.content.x)*n;const d=this.content.x+(this.velocity.x+c)/this.friction;d>=a.from&&d<=a.to&&(c+=this.velocity.x),this.velocity.x=c,this.recalculateTransform()}if(r||l){let c=((r?o.from:o.to)-this.content.y)*n;const d=this.content.y+(c+this.velocity.y)/this.friction;d>=o.from&&d<=o.to&&(c+=this.velocity.y),this.velocity.y=c,this.recalculateTransform()}}setDragResistance(){if(this.state!=="pointerdown")return;const{boundX:n,boundY:a}=this.getBounds(this.dragPosition.scale);let o,s,i,r;if(n&&(o=this.dragPosition.x<n.from,s=this.dragPosition.x>n.to),a&&(i=this.dragPosition.y<a.from,r=this.dragPosition.y>a.to),(o||s)&&(!o||!s)){const l=o?n.from:n.to,c=l-this.dragPosition.x;this.dragPosition.x=l-.3*c}if((i||r)&&(!i||!r)){const l=i?a.from:a.to,c=l-this.dragPosition.y;this.dragPosition.y=l-.3*c}}setDragForce(){this.state==="pointerdown"&&(this.velocity.x=this.dragPosition.x-this.content.x,this.velocity.y=this.dragPosition.y-this.content.y,this.velocity.scale=this.dragPosition.scale-this.content.scale)}recalculateTransform(){this.transform.x=this.content.x+this.velocity.x/(1/this.friction-1),this.transform.y=this.content.y+this.velocity.y/(1/this.friction-1),this.transform.scale=this.content.scale+this.velocity.scale/(1/this.friction-1)}isAnimating(){return!(!this.friction||!(Math.abs(this.velocity.x)>.05||Math.abs(this.velocity.y)>.05||Math.abs(this.velocity.scale)>.05))}setTransform(n){let a,o,s;if(n?(a=ae(this.transform.x),o=ae(this.transform.y),s=this.transform.scale,this.content={...this.content,x:a,y:o,scale:s}):(a=ae(this.content.x),o=ae(this.content.y),s=this.content.scale/(this.content.width/this.content.fitWidth),this.content={...this.content,x:a,y:o}),this.trigger("beforeTransform"),a=ae(this.content.x),o=ae(this.content.y),n&&this.option("zoom")){let i,r;i=ae(this.content.fitWidth*s),r=ae(this.content.fitHeight*s),this.content.width=i,this.content.height=r,this.transform={...this.transform,width:i,height:r,scale:s},Object.assign(this.$content.style,{width:`${i}px`,height:`${r}px`,maxWidth:"none",maxHeight:"none",transform:`translate3d(${a}px, ${o}px, 0) scale(1)`})}else this.$content.style.transform=`translate3d(${a}px, ${o}px, 0) scale(${s})`;this.trigger("afterTransform")}endAnimation(n){cancelAnimationFrame(this.rAF),this.rAF=null,this.velocity={x:0,y:0,scale:0},this.setTransform(!0),this.state="ready",this.handleCursor(),n!==!0&&this.trigger("endAnimation")}handleCursor(){const n=this.option("draggableClass");n&&this.option("touch")&&(this.option("panOnlyZoomed")==1&&this.content.width<=this.viewport.width&&this.content.height<=this.viewport.height&&this.transform.scale<=this.option("baseScale")?this.$container.classList.remove(n):this.$container.classList.add(n))}detachEvents(){this.$content.removeEventListener("load",this.onLoad),this.$container.removeEventListener("wheel",this.onWheel,{passive:!1}),this.$container.removeEventListener("click",this.onClick,{passive:!1}),this.pointerTracker&&(this.pointerTracker.stop(),this.pointerTracker=null),this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)}destroy(){this.state!=="destroy"&&(this.state="destroy",clearTimeout(this.updateTimer),this.updateTimer=null,cancelAnimationFrame(this.rAF),this.rAF=null,this.detachEvents(),this.detachPlugins(),this.resetDragPosition())}}bt.version="4.0.31",bt.Plugins={};const ui=(e,n)=>{let a=0;return function(...o){const s=new Date().getTime();if(!(s-a<n))return a=s,e(...o)}};class gi{constructor(n){this.$container=null,this.$prev=null,this.$next=null,this.carousel=n,this.onRefresh=this.onRefresh.bind(this)}option(n){return this.carousel.option(`Navigation.${n}`)}createButton(n){const a=document.createElement("button");a.setAttribute("title",this.carousel.localize(`{{${n.toUpperCase()}}}`));const o=this.option("classNames.button")+" "+this.option(`classNames.${n}`);return a.classList.add(...o.split(" ")),a.setAttribute("tabindex","0"),a.innerHTML=this.carousel.localize(this.option(`${n}Tpl`)),a.addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),this.carousel["slide"+(n==="next"?"Next":"Prev")]()}),a}build(){this.$container||(this.$container=document.createElement("div"),this.$container.classList.add(...this.option("classNames.main").split(" ")),this.carousel.$container.appendChild(this.$container)),this.$next||(this.$next=this.createButton("next"),this.$container.appendChild(this.$next)),this.$prev||(this.$prev=this.createButton("prev"),this.$container.appendChild(this.$prev))}onRefresh(){const n=this.carousel.pages.length;n<=1||n>1&&this.carousel.elemDimWidth<this.carousel.wrapDimWidth&&!Number.isInteger(this.carousel.option("slidesPerPage"))?this.cleanup():(this.build(),this.$prev.removeAttribute("disabled"),this.$next.removeAttribute("disabled"),this.carousel.option("infiniteX",this.carousel.option("infinite"))||(this.carousel.page<=0&&this.$prev.setAttribute("disabled",""),this.carousel.page>=n-1&&this.$next.setAttribute("disabled","")))}cleanup(){this.$prev&&this.$prev.remove(),this.$prev=null,this.$next&&this.$next.remove(),this.$next=null,this.$container&&this.$container.remove(),this.$container=null}attach(){this.carousel.on("refresh change",this.onRefresh)}detach(){this.carousel.off("refresh change",this.onRefresh),this.cleanup()}}gi.defaults={prevTpl:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M15 3l-9 9 9 9"/></svg>',nextTpl:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M9 3l9 9-9 9"/></svg>',classNames:{main:"carousel__nav",button:"carousel__button",next:"is-next",prev:"is-prev"}};class yi{constructor(n){this.carousel=n,this.selectedIndex=null,this.friction=0,this.onNavReady=this.onNavReady.bind(this),this.onNavClick=this.onNavClick.bind(this),this.onNavCreateSlide=this.onNavCreateSlide.bind(this),this.onTargetChange=this.onTargetChange.bind(this)}addAsTargetFor(n){this.target=this.carousel,this.nav=n,this.attachEvents()}addAsNavFor(n){this.target=n,this.nav=this.carousel,this.attachEvents()}attachEvents(){this.nav.options.initialSlide=this.target.options.initialPage,this.nav.on("ready",this.onNavReady),this.nav.on("createSlide",this.onNavCreateSlide),this.nav.on("Panzoom.click",this.onNavClick),this.target.on("change",this.onTargetChange),this.target.on("Panzoom.afterUpdate",this.onTargetChange)}onNavReady(){this.onTargetChange(!0)}onNavClick(n,a,o){const s=o.target.closest(".carousel__slide");if(!s)return;o.stopPropagation();const i=parseInt(s.dataset.index,10),r=this.target.findPageForSlide(i);this.target.page!==r&&this.target.slideTo(r,{friction:this.friction}),this.markSelectedSlide(i)}onNavCreateSlide(n,a){a.index===this.selectedIndex&&this.markSelectedSlide(a.index)}onTargetChange(){const n=this.target.pages[this.target.page].indexes[0],a=this.nav.findPageForSlide(n);this.nav.slideTo(a),this.markSelectedSlide(n)}markSelectedSlide(n){this.selectedIndex=n,[...this.nav.slides].filter(o=>o.$el&&o.$el.classList.remove("is-nav-selected"));const a=this.nav.slides[n];a&&a.$el&&a.$el.classList.add("is-nav-selected")}attach(n){const a=n.options.Sync;(a.target||a.nav)&&(a.target?this.addAsNavFor(a.target):a.nav&&this.addAsTargetFor(a.nav),this.friction=a.friction)}detach(){this.nav&&(this.nav.off("ready",this.onNavReady),this.nav.off("Panzoom.click",this.onNavClick),this.nav.off("createSlide",this.onNavCreateSlide)),this.target&&(this.target.off("Panzoom.afterUpdate",this.onTargetChange),this.target.off("change",this.onTargetChange))}}yi.defaults={friction:.92};const Mp={Navigation:gi,Dots:class{constructor(e){this.carousel=e,this.$list=null,this.events={change:this.onChange.bind(this),refresh:this.onRefresh.bind(this)}}buildList(){if(this.carousel.pages.length<this.carousel.option("Dots.minSlideCount"))return;const e=document.createElement("ol");return e.classList.add("carousel__dots"),e.addEventListener("click",n=>{if(!("page"in n.target.dataset))return;n.preventDefault(),n.stopPropagation();const a=parseInt(n.target.dataset.page,10),o=this.carousel;a!==o.page&&(o.pages.length<3&&o.option("infinite")?o[a==0?"slidePrev":"slideNext"]():o.slideTo(a))}),this.$list=e,this.carousel.$container.appendChild(e),this.carousel.$container.classList.add("has-dots"),e}removeList(){this.$list&&(this.$list.parentNode.removeChild(this.$list),this.$list=null),this.carousel.$container.classList.remove("has-dots")}rebuildDots(){let e=this.$list;const n=!!e,a=this.carousel.pages.length;if(a<2)return void(n&&this.removeList());n||(e=this.buildList());const o=this.$list.children.length;if(o>a)for(let s=a;s<o;s++)this.$list.removeChild(this.$list.lastChild);else{for(let s=o;s<a;s++){const i=document.createElement("li");i.classList.add("carousel__dot"),i.dataset.page=s,i.setAttribute("role","button"),i.setAttribute("tabindex","0"),i.setAttribute("title",this.carousel.localize("{{GOTO}}",[["%d",s+1]])),i.addEventListener("keydown",r=>{const l=r.code;let c;l==="Enter"||l==="NumpadEnter"?c=i:l==="ArrowRight"?c=i.nextSibling:l==="ArrowLeft"&&(c=i.previousSibling),c&&c.click()}),this.$list.appendChild(i)}this.setActiveDot()}}setActiveDot(){if(!this.$list)return;this.$list.childNodes.forEach(n=>{n.classList.remove("is-selected")});const e=this.$list.childNodes[this.carousel.page];e&&e.classList.add("is-selected")}onChange(){this.setActiveDot()}onRefresh(){this.rebuildDots()}attach(){this.carousel.on(this.events)}detach(){this.removeList(),this.carousel.off(this.events),this.carousel=null}},Sync:yi},Lp={slides:[],preload:0,slidesPerPage:"auto",initialPage:null,initialSlide:null,friction:.92,center:!0,infinite:!0,fill:!0,dragFree:!1,prefix:"",classNames:{viewport:"carousel__viewport",track:"carousel__track",slide:"carousel__slide",slideSelected:"is-selected"},l10n:{NEXT:"Next slide",PREV:"Previous slide",GOTO:"Go to slide #%d"}};class kt extends Ra{constructor(n,a={}){if(super(a=ce(!0,{},Lp,a)),this.state="init",this.$container=n,!(this.$container instanceof HTMLElement))throw new Error("No root element provided");this.slideNext=ui(this.slideNext.bind(this),250),this.slidePrev=ui(this.slidePrev.bind(this),250),this.init(),n.__Carousel=this}init(){this.pages=[],this.page=this.pageIndex=null,this.prevPage=this.prevPageIndex=null,this.attachPlugins(kt.Plugins),this.trigger("init"),this.initLayout(),this.initSlides(),this.updateMetrics(),this.$track&&this.pages.length&&(this.$track.style.transform=`translate3d(${-1*this.pages[this.page].left}px, 0px, 0) scale(1)`),this.manageSlideVisiblity(),this.initPanzoom(),this.state="ready",this.trigger("ready")}initLayout(){const n=this.option("prefix"),a=this.option("classNames");this.$viewport=this.option("viewport")||this.$container.querySelector(`.${n}${a.viewport}`),this.$viewport||(this.$viewport=document.createElement("div"),this.$viewport.classList.add(...(n+a.viewport).split(" ")),this.$viewport.append(...this.$container.childNodes),this.$container.appendChild(this.$viewport)),this.$track=this.option("track")||this.$container.querySelector(`.${n}${a.track}`),this.$track||(this.$track=document.createElement("div"),this.$track.classList.add(...(n+a.track).split(" ")),this.$track.append(...this.$viewport.childNodes),this.$viewport.appendChild(this.$track))}initSlides(){this.slides=[],this.$viewport.querySelectorAll(`.${this.option("prefix")}${this.option("classNames.slide")}`).forEach(n=>{const a={$el:n,isDom:!0};this.slides.push(a),this.trigger("createSlide",a,this.slides.length)}),Array.isArray(this.options.slides)&&(this.slides=ce(!0,[...this.slides],this.options.slides))}updateMetrics(){let n,a=0,o=[];this.slides.forEach((f,u)=>{const b=f.$el,E=f.isDom||!n?this.getSlideMetrics(b):n;f.index=u,f.width=E,f.left=a,n=E,a+=E,o.push(u)});let s=Math.max(this.$track.offsetWidth,ae(this.$track.getBoundingClientRect().width)),i=getComputedStyle(this.$track);s-=parseFloat(i.paddingLeft)+parseFloat(i.paddingRight),this.contentWidth=a,this.viewportWidth=s;const r=[],l=this.option("slidesPerPage");if(Number.isInteger(l)&&a>s)for(let f=0;f<this.slides.length;f+=l)r.push({indexes:o.slice(f,f+l),slides:this.slides.slice(f,f+l)});else{let f=0,u=0;for(let b=0;b<this.slides.length;b+=1){let E=this.slides[b];(!r.length||u+E.width>s)&&(r.push({indexes:[],slides:[]}),f=r.length-1,u=0),u+=E.width,r[f].indexes.push(b),r[f].slides.push(E)}}const c=this.option("center"),d=this.option("fill");r.forEach((f,u)=>{f.index=u,f.width=f.slides.reduce((b,E)=>b+E.width,0),f.left=f.slides[0].left,c&&(f.left+=.5*(s-f.width)*-1),d&&!this.option("infiniteX",this.option("infinite"))&&a>s&&(f.left=Math.max(f.left,0),f.left=Math.min(f.left,a-s))});const h=[];let m;r.forEach(f=>{const u={...f};m&&u.left===m.left?(m.width+=u.width,m.slides=[...m.slides,...u.slides],m.indexes=[...m.indexes,...u.indexes]):(u.index=h.length,m=u,h.push(u))}),this.pages=h;let p=this.page;if(p===null){const f=this.option("initialSlide");p=f!==null?this.findPageForSlide(f):parseInt(this.option("initialPage",0),10)||0,h[p]||(p=h.length&&p>h.length?h[h.length-1].index:0),this.page=p,this.pageIndex=p}this.updatePanzoom(),this.trigger("refresh")}getSlideMetrics(n){if(!n){const s=this.slides[0];(n=document.createElement("div")).dataset.isTestEl=1,n.style.visibility="hidden",n.classList.add(...(this.option("prefix")+this.option("classNames.slide")).split(" ")),s.customClass&&n.classList.add(...s.customClass.split(" ")),this.$track.prepend(n)}let a=Math.max(n.offsetWidth,ae(n.getBoundingClientRect().width));const o=n.currentStyle||window.getComputedStyle(n);return a=a+(parseFloat(o.marginLeft)||0)+(parseFloat(o.marginRight)||0),n.dataset.isTestEl&&n.remove(),a}findPageForSlide(n){n=parseInt(n,10)||0;const a=this.pages.find(o=>o.indexes.indexOf(n)>-1);return a?a.index:null}slideNext(){this.slideTo(this.pageIndex+1)}slidePrev(){this.slideTo(this.pageIndex-1)}slideTo(n,a={}){const{x:o=-1*this.setPage(n,!0),y:s=0,friction:i=this.option("friction")}=a;this.Panzoom.content.x===o&&!this.Panzoom.velocity.x&&i||(this.Panzoom.panTo({x:o,y:s,friction:i,ignoreBounds:!0}),this.state==="ready"&&this.Panzoom.state==="ready"&&this.trigger("settle"))}initPanzoom(){this.Panzoom&&this.Panzoom.destroy();const n=ce(!0,{},{content:this.$track,wrapInner:!1,resizeParent:!1,zoom:!1,click:!1,lockAxis:"x",x:this.pages.length?-1*this.pages[this.page].left:0,centerOnStart:!1,textSelection:()=>this.option("textSelection",!1),panOnlyZoomed:function(){return this.content.width<=this.viewport.width}},this.option("Panzoom"));this.Panzoom=new bt(this.$container,n),this.Panzoom.on({"*":(a,...o)=>this.trigger(`Panzoom.${a}`,...o),afterUpdate:()=>{this.updatePage()},beforeTransform:this.onBeforeTransform.bind(this),touchEnd:this.onTouchEnd.bind(this),endAnimation:()=>{this.trigger("settle")}}),this.updateMetrics(),this.manageSlideVisiblity()}updatePanzoom(){this.Panzoom&&(this.Panzoom.content={...this.Panzoom.content,fitWidth:this.contentWidth,origWidth:this.contentWidth,width:this.contentWidth},this.pages.length>1&&this.option("infiniteX",this.option("infinite"))?this.Panzoom.boundX=null:this.pages.length&&(this.Panzoom.boundX={from:-1*this.pages[this.pages.length-1].left,to:-1*this.pages[0].left}),this.option("infiniteY",this.option("infinite"))?this.Panzoom.boundY=null:this.Panzoom.boundY={from:0,to:0},this.Panzoom.handleCursor())}manageSlideVisiblity(){const n=this.contentWidth,a=this.viewportWidth;let o=this.Panzoom?-1*this.Panzoom.content.x:this.pages.length?this.pages[this.page].left:0;const s=this.option("preload"),i=this.option("infiniteX",this.option("infinite")),r=parseFloat(getComputedStyle(this.$viewport,null).getPropertyValue("padding-left")),l=parseFloat(getComputedStyle(this.$viewport,null).getPropertyValue("padding-right"));this.slides.forEach(h=>{let m,p,f=0;m=o-r,p=o+a+l,m-=s*(a+r+l),p+=s*(a+r+l);const u=h.left+h.width>m&&h.left<p;m=o+n-r,p=o+n+a+l,m-=s*(a+r+l);const b=i&&h.left+h.width>m&&h.left<p;m=o-n-r,p=o-n+a+l,m-=s*(a+r+l);const E=i&&h.left+h.width>m&&h.left<p;b||u||E?(this.createSlideEl(h),u&&(f=0),b&&(f=-1),E&&(f=1),h.left+h.width>o&&h.left<=o+a+l&&(f=0)):this.removeSlideEl(h),h.hasDiff=f});let c=0,d=0;this.slides.forEach((h,m)=>{let p=0;h.$el?(m!==c||h.hasDiff?p=d+h.hasDiff*n:d=0,h.$el.style.left=Math.abs(p)>.1?`${d+h.hasDiff*n}px`:"",c++):d+=h.width}),this.markSelectedSlides()}createSlideEl(n){if(!n)return;if(n.$el){let r=n.$el.dataset.index;if(!r||parseInt(r,10)!==n.index){let l;n.$el.dataset.index=n.index,n.$el.querySelectorAll("[data-lazy-srcset]").forEach(c=>{c.srcset=c.dataset.lazySrcset}),n.$el.querySelectorAll("[data-lazy-src]").forEach(c=>{let d=c.dataset.lazySrc;c instanceof HTMLImageElement?c.src=d:c.style.backgroundImage=`url('${d}')`}),(l=n.$el.dataset.lazySrc)&&(n.$el.style.backgroundImage=`url('${l}')`),n.state="ready"}return}const a=document.createElement("div");a.dataset.index=n.index,a.classList.add(...(this.option("prefix")+this.option("classNames.slide")).split(" ")),n.customClass&&a.classList.add(...n.customClass.split(" ")),n.html&&(a.innerHTML=n.html);const o=[];this.slides.forEach((r,l)=>{r.$el&&o.push(l)});const s=n.index;let i=null;if(o.length){let r=o.reduce((l,c)=>Math.abs(c-s)<Math.abs(l-s)?c:l);i=this.slides[r]}return this.$track.insertBefore(a,i&&i.$el?i.index<n.index?i.$el.nextSibling:i.$el:null),n.$el=a,this.trigger("createSlide",n,s),n}removeSlideEl(n){n.$el&&!n.isDom&&(this.trigger("removeSlide",n),n.$el.remove(),n.$el=null)}markSelectedSlides(){const n=this.option("classNames.slideSelected"),a="aria-hidden";this.slides.forEach((o,s)=>{const i=o.$el;if(!i)return;const r=this.pages[this.page];r&&r.indexes&&r.indexes.indexOf(s)>-1?(n&&!i.classList.contains(n)&&(i.classList.add(n),this.trigger("selectSlide",o)),i.removeAttribute(a)):(n&&i.classList.contains(n)&&(i.classList.remove(n),this.trigger("unselectSlide",o)),i.setAttribute(a,!0))})}updatePage(){this.updateMetrics(),this.slideTo(this.page,{friction:0})}onBeforeTransform(){this.option("infiniteX",this.option("infinite"))&&this.manageInfiniteTrack(),this.manageSlideVisiblity()}manageInfiniteTrack(){const n=this.contentWidth,a=this.viewportWidth;if(!this.option("infiniteX",this.option("infinite"))||this.pages.length<2||n<a)return;const o=this.Panzoom;let s=!1;return o.content.x<-1*(n-a)&&(o.content.x+=n,this.pageIndex=this.pageIndex-this.pages.length,s=!0),o.content.x>a&&(o.content.x-=n,this.pageIndex=this.pageIndex+this.pages.length,s=!0),s&&o.state==="pointerdown"&&o.resetDragPosition(),s}onTouchEnd(n,a){const o=this.option("dragFree");if(!o&&this.pages.length>1&&n.dragOffset.time<350&&Math.abs(n.dragOffset.y)<1&&Math.abs(n.dragOffset.x)>5)this[n.dragOffset.x<0?"slideNext":"slidePrev"]();else if(o){const[,s]=this.getPageFromPosition(-1*n.transform.x);this.setPage(s)}else this.slideToClosest()}slideToClosest(n={}){let[,a]=this.getPageFromPosition(-1*this.Panzoom.content.x);this.slideTo(a,n)}getPageFromPosition(n){const a=this.pages.length;this.option("center")&&(n+=.5*this.viewportWidth);const o=Math.floor(n/this.contentWidth);n-=o*this.contentWidth;let s=this.slides.find(i=>i.left<=n&&i.left+i.width>n);if(s){let i=this.findPageForSlide(s.index);return[i,i+o*a]}return[0,0]}setPage(n,a){let o=0,s=parseInt(n,10)||0;const i=this.page,r=this.pageIndex,l=this.pages.length,c=this.contentWidth,d=this.viewportWidth;if(n=(s%l+l)%l,this.option("infiniteX",this.option("infinite"))&&c>d){const h=Math.floor(s/l)||0,m=c;if(o=this.pages[n].left+h*m,a===!0&&l>2){let p=-1*this.Panzoom.content.x;const f=o-m,u=o+m,b=Math.abs(p-o),E=Math.abs(p-f),g=Math.abs(p-u);g<b&&g<=E?(o=u,s+=l):E<b&&E<g&&(o=f,s-=l)}}else n=s=Math.max(0,Math.min(s,l-1)),o=this.pages.length?this.pages[n].left:0;return this.page=n,this.pageIndex=s,i!==null&&n!==i&&(this.prevPage=i,this.prevPageIndex=r,this.trigger("change",n,i)),o}destroy(){this.state="destroy",this.slides.forEach(n=>{this.removeSlideEl(n)}),this.slides=[],this.Panzoom.destroy(),this.detachPlugins()}}kt.version="4.0.31",kt.Plugins=Mp;const wn=!(typeof window>"u"||!window.document||!window.document.createElement);let Ga=null;const bi=["a[href]","area[href]",'input:not([disabled]):not([type="hidden"]):not([aria-hidden])',"select:not([disabled]):not([aria-hidden])","textarea:not([disabled]):not([aria-hidden])","button:not([disabled]):not([aria-hidden])","iframe","object","embed","video","audio","[contenteditable]",'[tabindex]:not([tabindex^="-"]):not([disabled]):not([aria-hidden])'],qt=e=>{if(e&&wn){Ga===null&&document.createElement("div").focus({get preventScroll(){return Ga=!0,!1}});try{if(e.setActive)e.setActive();else if(Ga)e.focus({preventScroll:!0});else{const n=window.pageXOffset||document.body.scrollTop,a=window.pageYOffset||document.body.scrollLeft;e.focus(),document.body.scrollTo({top:n,left:a,behavior:"auto"})}}catch{}}},Dp={minSlideCount:2,minScreenHeight:500,autoStart:!0,key:"t",Carousel:{},tpl:`<div class="fancybox__thumb" style="background-image:url('{{src}}')"></div>`};class ki{constructor(n){this.fancybox=n,this.$container=null,this.state="init";for(const a of["onPrepare","onClosing","onKeydown"])this[a]=this[a].bind(this);this.events={prepare:this.onPrepare,closing:this.onClosing,keydown:this.onKeydown}}onPrepare(){this.getSlides().length<this.fancybox.option("Thumbs.minSlideCount")?this.state="disabled":this.fancybox.option("Thumbs.autoStart")===!0&&this.fancybox.Carousel.Panzoom.content.height>=this.fancybox.option("Thumbs.minScreenHeight")&&this.build()}onClosing(){this.Carousel&&this.Carousel.Panzoom.detachEvents()}onKeydown(n,a){a===n.option("Thumbs.key")&&this.toggle()}build(){if(this.$container)return;const n=document.createElement("div");n.classList.add("fancybox__thumbs"),this.fancybox.$carousel.parentNode.insertBefore(n,this.fancybox.$carousel.nextSibling),this.Carousel=new kt(n,ce(!0,{Dots:!1,Navigation:!1,Sync:{friction:0},infinite:!1,center:!0,fill:!0,dragFree:!0,slidesPerPage:1,preload:1},this.fancybox.option("Thumbs.Carousel"),{Sync:{target:this.fancybox.Carousel},slides:this.getSlides()})),this.Carousel.Panzoom.on("wheel",(a,o)=>{o.preventDefault(),this.fancybox[o.deltaY<0?"prev":"next"]()}),this.$container=n,this.state="visible"}getSlides(){const n=[];for(const a of this.fancybox.items){const o=a.thumb;o&&n.push({html:this.fancybox.option("Thumbs.tpl").replace(/\{\{src\}\}/gi,o),customClass:`has-thumb has-${a.type||"image"}`})}return n}toggle(){this.state==="visible"?this.hide():this.state==="hidden"?this.show():this.build()}show(){this.state==="hidden"&&(this.$container.style.display="",this.Carousel.Panzoom.attachEvents(),this.state="visible")}hide(){this.state==="visible"&&(this.Carousel.Panzoom.detachEvents(),this.$container.style.display="none",this.state="hidden")}cleanup(){this.Carousel&&(this.Carousel.destroy(),this.Carousel=null),this.$container&&(this.$container.remove(),this.$container=null),this.state="init"}attach(){this.fancybox.on(this.events)}detach(){this.fancybox.off(this.events),this.cleanup()}}ki.defaults=Dp;const _i=(e,n)=>{const a=new URL(e),o=new URLSearchParams(a.search);let s=new URLSearchParams;for(const[r,l]of[...o,...Object.entries(n)])r==="t"?s.set("start",parseInt(l)):s.set(r,l);s=s.toString();let i=e.match(/#t=((.*)?\d+s)/);return i&&(s+=`#t=${i[1]}`),s},$i={video:{autoplay:!0,ratio:16/9},youtube:{autohide:1,fs:1,rel:0,hd:1,wmode:"transparent",enablejsapi:1,html5:1},vimeo:{hd:1,show_title:1,show_byline:1,show_portrait:0,fullscreen:1},html5video:{tpl:`<video class="fancybox__html5video" playsinline controls controlsList="nodownload" poster="{{poster}}">
25
+ <source src="{{src}}" type="{{format}}" />Sorry, your browser doesn't support embedded videos.</video>`,format:""}};class wi{constructor(n){this.fancybox=n;for(const a of["onInit","onReady","onCreateSlide","onRemoveSlide","onSelectSlide","onUnselectSlide","onRefresh","onMessage"])this[a]=this[a].bind(this);this.events={init:this.onInit,ready:this.onReady,"Carousel.createSlide":this.onCreateSlide,"Carousel.removeSlide":this.onRemoveSlide,"Carousel.selectSlide":this.onSelectSlide,"Carousel.unselectSlide":this.onUnselectSlide,"Carousel.refresh":this.onRefresh}}onInit(){for(const n of this.fancybox.items)this.processType(n)}processType(n){if(n.html)return n.src=n.html,n.type="html",void delete n.html;const a=n.src||"";let o=n.type||this.fancybox.options.type,s=null;if(!a||typeof a=="string"){if(s=a.match(/(?:youtube\.com|youtu\.be|youtube\-nocookie\.com)\/(?:watch\?(?:.*&)?v=|v\/|u\/|embed\/?)?(videoseries\?list=(?:.*)|[\w-]{11}|\?listType=(?:.*)&list=(?:.*))(?:.*)/i)){const i=_i(a,this.fancybox.option("Html.youtube")),r=encodeURIComponent(s[1]);n.videoId=r,n.src=`https://www.youtube-nocookie.com/embed/${r}?${i}`,n.thumb=n.thumb||`https://i.ytimg.com/vi/${r}/mqdefault.jpg`,n.vendor="youtube",o="video"}else if(s=a.match(/^.+vimeo.com\/(?:\/)?([\d]+)(.*)?/)){const i=_i(a,this.fancybox.option("Html.vimeo")),r=encodeURIComponent(s[1]);n.videoId=r,n.src=`https://player.vimeo.com/video/${r}?${i}`,n.vendor="vimeo",o="video"}else(s=a.match(/(?:maps\.)?google\.([a-z]{2,3}(?:\.[a-z]{2})?)\/(?:(?:(?:maps\/(?:place\/(?:.*)\/)?\@(.*),(\d+.?\d+?)z))|(?:\?ll=))(.*)?/i))?(n.src=`//maps.google.${s[1]}/?ll=${(s[2]?s[2]+"&z="+Math.floor(s[3])+(s[4]?s[4].replace(/^\//,"&"):""):s[4]+"").replace(/\?/,"&")}&output=${s[4]&&s[4].indexOf("layer=c")>0?"svembed":"embed"}`,o="map"):(s=a.match(/(?:maps\.)?google\.([a-z]{2,3}(?:\.[a-z]{2})?)\/(?:maps\/search\/)(.*)/i))&&(n.src=`//maps.google.${s[1]}/maps?q=${s[2].replace("query=","q=").replace("api=1","")}&output=embed`,o="map");o||(a.charAt(0)==="#"?o="inline":(s=a.match(/\.(mp4|mov|ogv|webm)((\?|#).*)?$/i))?(o="html5video",n.format=n.format||"video/"+(s[1]==="ogv"?"ogg":s[1])):a.match(/(^data:image\/[a-z0-9+\/=]*,)|(\.(jp(e|g|eg)|gif|png|bmp|webp|svg|ico)((\?|#).*)?$)/i)?o="image":a.match(/\.(pdf)((\?|#).*)?$/i)&&(o="pdf")),n.type=o||this.fancybox.option("defaultType","image"),o!=="html5video"&&o!=="video"||(n.video=ce({},this.fancybox.option("Html.video"),n.video),n._width&&n._height?n.ratio=parseFloat(n._width)/parseFloat(n._height):n.ratio=n.ratio||n.video.ratio||$i.video.ratio)}}onReady(){this.fancybox.Carousel.slides.forEach(n=>{n.$el&&(this.setContent(n),n.index===this.fancybox.getSlide().index&&this.playVideo(n))})}onCreateSlide(n,a,o){this.fancybox.state==="ready"&&this.setContent(o)}loadInlineContent(n){let a;if(n.src instanceof HTMLElement)a=n.src;else if(typeof n.src=="string"){const o=n.src.split("#",2),s=o.length===2&&o[0]===""?o[1]:o[0];a=document.getElementById(s)}if(a){if(n.type==="clone"||a.$placeHolder){a=a.cloneNode(!0);let o=a.getAttribute("id");o=o?`${o}--clone`:`clone-${this.fancybox.id}-${n.index}`,a.setAttribute("id",o)}else{const o=document.createElement("div");o.classList.add("fancybox-placeholder"),a.parentNode.insertBefore(o,a),a.$placeHolder=o}this.fancybox.setContent(n,a)}else this.fancybox.setError(n,"{{ELEMENT_NOT_FOUND}}")}loadAjaxContent(n){const a=this.fancybox,o=new XMLHttpRequest;a.showLoading(n),o.onreadystatechange=function(){o.readyState===XMLHttpRequest.DONE&&a.state==="ready"&&(a.hideLoading(n),o.status===200?a.setContent(n,o.responseText):a.setError(n,o.status===404?"{{AJAX_NOT_FOUND}}":"{{AJAX_FORBIDDEN}}"))};const s=n.ajax||null;o.open(s?"POST":"GET",n.src),o.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),o.setRequestHeader("X-Requested-With","XMLHttpRequest"),o.send(s),n.xhr=o}loadIframeContent(n){const a=this.fancybox,o=document.createElement("iframe");if(o.className="fancybox__iframe",o.setAttribute("id",`fancybox__iframe_${a.id}_${n.index}`),o.setAttribute("allow","autoplay; fullscreen"),o.setAttribute("scrolling","auto"),n.$iframe=o,n.type!=="iframe"||n.preload===!1)return o.setAttribute("src",n.src),this.fancybox.setContent(n,o),void this.resizeIframe(n);a.showLoading(n);const s=document.createElement("div");s.style.visibility="hidden",this.fancybox.setContent(n,s),s.appendChild(o),o.onerror=()=>{a.setError(n,"{{IFRAME_ERROR}}")},o.onload=()=>{a.hideLoading(n);let i=!1;o.isReady||(o.isReady=!0,i=!0),o.src.length&&(o.parentNode.style.visibility="",this.resizeIframe(n),i&&a.revealContent(n))},o.setAttribute("src",n.src)}setAspectRatio(n){const a=n.$content,o=n.ratio;if(!a)return;let s=n._width,i=n._height;if(o||s&&i){Object.assign(a.style,{width:s&&i?"100%":"",height:s&&i?"100%":"",maxWidth:"",maxHeight:""});let r=a.offsetWidth,l=a.offsetHeight;if(s=s||r,i=i||l,s>r||i>l){let c=Math.min(r/s,l/i);s*=c,i*=c}Math.abs(s/i-o)>.01&&(o<s/i?s=i*o:i=s/o),Object.assign(a.style,{width:`${s}px`,height:`${i}px`})}}resizeIframe(n){const a=n.$iframe;if(!a)return;let o=n._width||0,s=n._height||0;o&&s&&(n.autoSize=!1);const i=a.parentNode,r=i&&i.style;if(n.preload!==!1&&n.autoSize!==!1&&r)try{const l=window.getComputedStyle(i),c=parseFloat(l.paddingLeft)+parseFloat(l.paddingRight),d=parseFloat(l.paddingTop)+parseFloat(l.paddingBottom),h=a.contentWindow.document,m=h.getElementsByTagName("html")[0],p=h.body;r.width="",p.style.overflow="hidden",o=o||m.scrollWidth+c,r.width=`${o}px`,p.style.overflow="",r.flex="0 0 auto",r.height=`${p.scrollHeight}px`,s=m.scrollHeight+d}catch{}if(o||s){const l={flex:"0 1 auto"};o&&(l.width=`${o}px`),s&&(l.height=`${s}px`),Object.assign(r,l)}}onRefresh(n,a){a.slides.forEach(o=>{o.$el&&(o.$iframe&&this.resizeIframe(o),o.ratio&&this.setAspectRatio(o))})}setContent(n){if(n&&!n.isDom){switch(n.type){case"html":this.fancybox.setContent(n,n.src);break;case"html5video":this.fancybox.setContent(n,this.fancybox.option("Html.html5video.tpl").replace(/\{\{src\}\}/gi,n.src).replace("{{format}}",n.format||n.html5video&&n.html5video.format||"").replace("{{poster}}",n.poster||n.thumb||""));break;case"inline":case"clone":this.loadInlineContent(n);break;case"ajax":this.loadAjaxContent(n);break;case"pdf":case"video":case"map":n.preload=!1;case"iframe":this.loadIframeContent(n)}n.ratio&&this.setAspectRatio(n)}}onSelectSlide(n,a,o){n.state==="ready"&&this.playVideo(o)}playVideo(n){if(n.type==="html5video"&&n.video.autoplay)try{const o=n.$el.querySelector("video");if(o){const s=o.play();s!==void 0&&s.then(()=>{}).catch(i=>{o.muted=!0,o.play()})}}catch{}if(n.type!=="video"||!n.$iframe||!n.$iframe.contentWindow)return;const a=()=>{if(n.state==="done"&&n.$iframe&&n.$iframe.contentWindow){let o;if(n.$iframe.isReady)return n.video&&n.video.autoplay&&(o=n.vendor=="youtube"?{event:"command",func:"playVideo"}:{method:"play",value:"true"}),void(o&&n.$iframe.contentWindow.postMessage(JSON.stringify(o),"*"));n.vendor==="youtube"&&(o={event:"listening",id:n.$iframe.getAttribute("id")},n.$iframe.contentWindow.postMessage(JSON.stringify(o),"*"))}n.poller=setTimeout(a,250)};a()}onUnselectSlide(n,a,o){if(o.type==="html5video"){try{o.$el.querySelector("video").pause()}catch{}return}let s=!1;o.vendor=="vimeo"?s={method:"pause",value:"true"}:o.vendor==="youtube"&&(s={event:"command",func:"pauseVideo"}),s&&o.$iframe&&o.$iframe.contentWindow&&o.$iframe.contentWindow.postMessage(JSON.stringify(s),"*"),clearTimeout(o.poller)}onRemoveSlide(n,a,o){o.xhr&&(o.xhr.abort(),o.xhr=null),o.$iframe&&(o.$iframe.onload=o.$iframe.onerror=null,o.$iframe.src="//about:blank",o.$iframe=null);const s=o.$content;o.type==="inline"&&s&&(s.classList.remove("fancybox__content"),s.style.display!=="none"&&(s.style.display="none")),o.$closeButton&&(o.$closeButton.remove(),o.$closeButton=null);const i=s&&s.$placeHolder;i&&(i.parentNode.insertBefore(s,i),i.remove(),s.$placeHolder=null)}onMessage(n){try{let a=JSON.parse(n.data);if(n.origin==="https://player.vimeo.com"){if(a.event==="ready")for(let o of document.getElementsByClassName("fancybox__iframe"))o.contentWindow===n.source&&(o.isReady=1)}else n.origin==="https://www.youtube-nocookie.com"&&a.event==="onReady"&&(document.getElementById(a.id).isReady=1)}catch{}}attach(){this.fancybox.on(this.events),window.addEventListener("message",this.onMessage,!1)}detach(){this.fancybox.off(this.events),window.removeEventListener("message",this.onMessage,!1)}}wi.defaults=$i;class Bi{constructor(n){this.fancybox=n;for(const a of["onReady","onClosing","onDone","onPageChange","onCreateSlide","onRemoveSlide","onImageStatusChange"])this[a]=this[a].bind(this);this.events={ready:this.onReady,closing:this.onClosing,done:this.onDone,"Carousel.change":this.onPageChange,"Carousel.createSlide":this.onCreateSlide,"Carousel.removeSlide":this.onRemoveSlide}}onReady(){this.fancybox.Carousel.slides.forEach(n=>{n.$el&&this.setContent(n)})}onDone(n,a){this.handleCursor(a)}onClosing(n){clearTimeout(this.clickTimer),this.clickTimer=null,n.Carousel.slides.forEach(a=>{a.$image&&(a.state="destroy"),a.Panzoom&&a.Panzoom.detachEvents()}),this.fancybox.state==="closing"&&this.canZoom(n.getSlide())&&this.zoomOut()}onCreateSlide(n,a,o){this.fancybox.state==="ready"&&this.setContent(o)}onRemoveSlide(n,a,o){o.$image&&(o.$el.classList.remove(n.option("Image.canZoomInClass")),o.$image.remove(),o.$image=null),o.Panzoom&&(o.Panzoom.destroy(),o.Panzoom=null),o.$el&&o.$el.dataset&&delete o.$el.dataset.imageFit}setContent(n){if(n.isDom||n.html||n.type&&n.type!=="image"||n.$image)return;n.type="image",n.state="loading";const a=document.createElement("div");a.style.visibility="hidden";const o=document.createElement("img");o.addEventListener("load",i=>{i.stopImmediatePropagation(),this.onImageStatusChange(n)}),o.addEventListener("error",()=>{this.onImageStatusChange(n)}),o.src=n.src,o.alt="",o.draggable=!1,o.classList.add("fancybox__image"),n.srcset&&o.setAttribute("srcset",n.srcset),n.sizes&&o.setAttribute("sizes",n.sizes),n.$image=o;const s=this.fancybox.option("Image.wrap");if(s){const i=document.createElement("div");i.classList.add(typeof s=="string"?s:"fancybox__image-wrap"),i.appendChild(o),a.appendChild(i),n.$wrap=i}else a.appendChild(o);n.$el.dataset.imageFit=this.fancybox.option("Image.fit"),this.fancybox.setContent(n,a),o.complete||o.error?this.onImageStatusChange(n):this.fancybox.showLoading(n)}onImageStatusChange(n){const a=n.$image;a&&n.state==="loading"&&(a.complete&&a.naturalWidth&&a.naturalHeight?(this.fancybox.hideLoading(n),this.fancybox.option("Image.fit")==="contain"&&this.initSlidePanzoom(n),n.$el.addEventListener("wheel",o=>this.onWheel(n,o),{passive:!1}),n.$content.addEventListener("click",o=>this.onClick(n,o),{passive:!1}),this.revealContent(n)):this.fancybox.setError(n,"{{IMAGE_ERROR}}"))}initSlidePanzoom(n){n.Panzoom||(n.Panzoom=new bt(n.$el,ce(!0,this.fancybox.option("Image.Panzoom",{}),{viewport:n.$wrap,content:n.$image,width:n._width,height:n._height,wrapInner:!1,textSelection:!0,touch:this.fancybox.option("Image.touch"),panOnlyZoomed:!0,click:!1,wheel:!1})),n.Panzoom.on("startAnimation",()=>{this.fancybox.trigger("Image.startAnimation",n)}),n.Panzoom.on("endAnimation",()=>{n.state==="zoomIn"&&this.fancybox.done(n),this.handleCursor(n),this.fancybox.trigger("Image.endAnimation",n)}),n.Panzoom.on("afterUpdate",()=>{this.handleCursor(n),this.fancybox.trigger("Image.afterUpdate",n)}))}revealContent(n){this.fancybox.Carousel.prevPage===null&&n.index===this.fancybox.options.startIndex&&this.canZoom(n)?this.zoomIn():this.fancybox.revealContent(n)}getZoomInfo(n){const a=n.$thumb.getBoundingClientRect(),o=a.width,s=a.height,i=n.$content.getBoundingClientRect(),r=i.width,l=i.height,c=i.top-a.top,d=i.left-a.left;let h=this.fancybox.option("Image.zoomOpacity");return h==="auto"&&(h=Math.abs(o/s-r/l)>.1),{top:c,left:d,scale:r&&o?o/r:1,opacity:h}}canZoom(n){const a=this.fancybox,o=a.$container;if(window.visualViewport&&window.visualViewport.scale!==1||n.Panzoom&&!n.Panzoom.content.width||!a.option("Image.zoom")||a.option("Image.fit")!=="contain")return!1;const s=n.$thumb;if(!s||n.state==="loading")return!1;o.classList.add("fancybox__no-click");const i=s.getBoundingClientRect();let r;if(this.fancybox.option("Image.ignoreCoveredThumbnail")){const l=document.elementFromPoint(i.left+1,i.top+1)===s,c=document.elementFromPoint(i.right-1,i.bottom-1)===s;r=l&&c}else r=document.elementFromPoint(i.left+.5*i.width,i.top+.5*i.height)===s;return o.classList.remove("fancybox__no-click"),r}zoomIn(){const n=this.fancybox,a=n.getSlide(),o=a.Panzoom,{top:s,left:i,scale:r,opacity:l}=this.getZoomInfo(a);n.trigger("reveal",a),o.panTo({x:-1*i,y:-1*s,scale:r,friction:0,ignoreBounds:!0}),a.$content.style.visibility="",a.state="zoomIn",l===!0&&o.on("afterTransform",c=>{a.state!=="zoomIn"&&a.state!=="zoomOut"||(c.$content.style.opacity=Math.min(1,1-(1-c.content.scale)/(1-r)))}),o.panTo({x:0,y:0,scale:1,friction:this.fancybox.option("Image.zoomFriction")})}zoomOut(){const n=this.fancybox,a=n.getSlide(),o=a.Panzoom;if(!o)return;a.state="zoomOut",n.state="customClosing",a.$caption&&(a.$caption.style.visibility="hidden");let s=this.fancybox.option("Image.zoomFriction");const i=r=>{const{top:l,left:c,scale:d,opacity:h}=this.getZoomInfo(a);r||h||(s*=.82),o.panTo({x:-1*c,y:-1*l,scale:d,friction:s,ignoreBounds:!0}),s*=.98};window.addEventListener("scroll",i),o.once("endAnimation",()=>{window.removeEventListener("scroll",i),n.destroy()}),i()}handleCursor(n){if(n.type!=="image"||!n.$el)return;const a=n.Panzoom,o=this.fancybox.option("Image.click",!1,n),s=this.fancybox.option("Image.touch"),i=n.$el.classList,r=this.fancybox.option("Image.canZoomInClass"),l=this.fancybox.option("Image.canZoomOutClass");i.remove(l),i.remove(r),a&&o==="toggleZoom"?a&&a.content.scale===1&&a.option("maxScale")-a.content.scale>.01?i.add(r):a.content.scale>1&&!s&&i.add(l):o==="close"&&i.add(l)}onWheel(n,a){if(this.fancybox.state==="ready"&&this.fancybox.trigger("Image.wheel",a)!==!1)switch(this.fancybox.option("Image.wheel")){case"zoom":n.state==="done"&&n.Panzoom&&n.Panzoom.zoomWithWheel(a);break;case"close":this.fancybox.close();break;case"slide":this.fancybox[a.deltaY<0?"prev":"next"]()}}onClick(n,a){if(this.fancybox.state!=="ready")return;const o=n.Panzoom;if(o&&(o.dragPosition.midPoint||o.dragOffset.x!==0||o.dragOffset.y!==0||o.dragOffset.scale!==1))return;if(this.fancybox.Carousel.Panzoom.lockAxis)return!1;const s=l=>{switch(l){case"toggleZoom":a.stopPropagation(),n.Panzoom&&n.Panzoom.zoomWithClick(a);break;case"close":this.fancybox.close();break;case"next":a.stopPropagation(),this.fancybox.next()}},i=this.fancybox.option("Image.click"),r=this.fancybox.option("Image.doubleClick");r?this.clickTimer?(clearTimeout(this.clickTimer),this.clickTimer=null,s(r)):this.clickTimer=setTimeout(()=>{this.clickTimer=null,s(i)},300):s(i)}onPageChange(n,a){const o=n.getSlide();a.slides.forEach(s=>{s.Panzoom&&s.state==="done"&&s.index!==o.index&&s.Panzoom.panTo({x:0,y:0,scale:1,friction:.8})})}attach(){this.fancybox.on(this.events)}detach(){this.fancybox.off(this.events)}}Bi.defaults={canZoomInClass:"can-zoom_in",canZoomOutClass:"can-zoom_out",zoom:!0,zoomOpacity:"auto",zoomFriction:.82,ignoreCoveredThumbnail:!1,touch:!0,click:"toggleZoom",doubleClick:null,wheel:"zoom",fit:"contain",wrap:!1,Panzoom:{ratio:1}};class Ee{constructor(n){this.fancybox=n;for(const a of["onChange","onClosing"])this[a]=this[a].bind(this);this.events={initCarousel:this.onChange,"Carousel.change":this.onChange,closing:this.onClosing},this.hasCreatedHistory=!1,this.origHash="",this.timer=null}onChange(n){const a=n.Carousel;this.timer&&clearTimeout(this.timer);const o=a.prevPage===null,s=n.getSlide(),i=new URL(document.URL).hash;let r=!1;if(s.slug)r="#"+s.slug;else{const l=s.$trigger&&s.$trigger.dataset,c=n.option("slug")||l&&l.fancybox;c&&c.length&&c!=="true"&&(r="#"+c+(a.slides.length>1?"-"+(s.index+1):""))}o&&(this.origHash=i!==r?i:""),r&&i!==r&&(this.timer=setTimeout(()=>{try{window.history[o?"pushState":"replaceState"]({},document.title,window.location.pathname+window.location.search+r),o&&(this.hasCreatedHistory=!0)}catch{}},300))}onClosing(){if(this.timer&&clearTimeout(this.timer),this.hasSilentClose!==!0)try{return void window.history.replaceState({},document.title,window.location.pathname+window.location.search+(this.origHash||""))}catch{}}attach(n){n.on(this.events)}detach(n){n.off(this.events)}static startFromUrl(){const n=Ee.Fancybox;if(!n||n.getInstance()||n.defaults.Hash===!1)return;const{hash:a,slug:o,index:s}=Ee.getParsedURL();if(!o)return;let i=document.querySelector(`[data-slug="${a}"]`);if(i&&i.dispatchEvent(new CustomEvent("click",{bubbles:!0,cancelable:!0})),n.getInstance())return;const r=document.querySelectorAll(`[data-fancybox="${o}"]`);r.length&&(s===null&&r.length===1?i=r[0]:s&&(i=r[s-1]),i&&i.dispatchEvent(new CustomEvent("click",{bubbles:!0,cancelable:!0})))}static onHashChange(){const{slug:n,index:a}=Ee.getParsedURL(),o=Ee.Fancybox,s=o&&o.getInstance();if(s&&s.plugins.Hash){if(n){const i=s.Carousel;if(n===s.option("slug"))return i.slideTo(a-1);for(let c of i.slides)if(c.slug&&c.slug===n)return i.slideTo(c.index);const r=s.getSlide(),l=r.$trigger&&r.$trigger.dataset;if(l&&l.fancybox===n)return i.slideTo(a-1)}s.plugins.Hash.hasSilentClose=!0,s.close()}Ee.startFromUrl()}static create(n){function a(){window.addEventListener("hashchange",Ee.onHashChange,!1),Ee.startFromUrl()}Ee.Fancybox=n,wn&&window.requestAnimationFrame(()=>{/complete|interactive|loaded/.test(document.readyState)?a():document.addEventListener("DOMContentLoaded",a)})}static destroy(){window.removeEventListener("hashchange",Ee.onHashChange,!1)}static getParsedURL(){const n=window.location.hash.substr(1),a=n.split("-"),o=a.length>1&&/^\+?\d+$/.test(a[a.length-1])&&parseInt(a.pop(-1),10)||null;return{hash:n,slug:a.join("-"),index:o}}}const Ae={pageXOffset:0,pageYOffset:0,element:()=>document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement,activate(e){Ae.pageXOffset=window.pageXOffset,Ae.pageYOffset=window.pageYOffset,e.requestFullscreen?e.requestFullscreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.webkitRequestFullscreen?e.webkitRequestFullscreen():e.msRequestFullscreen&&e.msRequestFullscreen()},deactivate(){document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen()}};class vp{constructor(n){this.fancybox=n,this.active=!1,this.handleVisibilityChange=this.handleVisibilityChange.bind(this)}isActive(){return this.active}setTimer(){if(!this.active||this.timer)return;const n=this.fancybox.option("slideshow.delay",3e3);this.timer=setTimeout(()=>{this.timer=null,this.fancybox.option("infinite")||this.fancybox.getSlide().index!==this.fancybox.Carousel.slides.length-1?this.fancybox.next():this.fancybox.jumpTo(0,{friction:0})},n);let a=this.$progress;a||(a=document.createElement("div"),a.classList.add("fancybox__progress"),this.fancybox.$carousel.parentNode.insertBefore(a,this.fancybox.$carousel),this.$progress=a,a.offsetHeight),a.style.transitionDuration=`${n}ms`,a.style.transform="scaleX(1)"}clearTimer(){clearTimeout(this.timer),this.timer=null,this.$progress&&(this.$progress.style.transitionDuration="",this.$progress.style.transform="",this.$progress.offsetHeight)}activate(){this.active||(this.active=!0,this.fancybox.$container.classList.add("has-slideshow"),this.fancybox.getSlide().state==="done"&&this.setTimer(),document.addEventListener("visibilitychange",this.handleVisibilityChange,!1))}handleVisibilityChange(){this.deactivate()}deactivate(){this.active=!1,this.clearTimer(),this.fancybox.$container.classList.remove("has-slideshow"),document.removeEventListener("visibilitychange",this.handleVisibilityChange,!1)}toggle(){this.active?this.deactivate():this.fancybox.Carousel.slides.length>1&&this.activate()}}const Pp={display:["counter","zoom","slideshow","fullscreen","thumbs","close"],autoEnable:!0,items:{counter:{position:"left",type:"div",class:"fancybox__counter",html:'<span data-fancybox-index=""></span>&nbsp;/&nbsp;<span data-fancybox-count=""></span>',attr:{tabindex:-1}},prev:{type:"button",class:"fancybox__button--prev",label:"PREV",html:'<svg viewBox="0 0 24 24"><path d="M15 4l-8 8 8 8"/></svg>',attr:{"data-fancybox-prev":""}},next:{type:"button",class:"fancybox__button--next",label:"NEXT",html:'<svg viewBox="0 0 24 24"><path d="M8 4l8 8-8 8"/></svg>',attr:{"data-fancybox-next":""}},fullscreen:{type:"button",class:"fancybox__button--fullscreen",label:"TOGGLE_FULLSCREEN",html:`<svg viewBox="0 0 24 24">
26
26
  <g><path d="M3 8 V3h5"></path><path d="M21 8V3h-5"></path><path d="M8 21H3v-5"></path><path d="M16 21h5v-5"></path></g>
27
27
  <g><path d="M7 2v5H2M17 2v5h5M2 17h5v5M22 17h-5v5"/></g>
28
28
  </svg>`,click:function(e){e.preventDefault(),Ae.element()?Ae.deactivate():Ae.activate(this.fancybox.$container)}},slideshow:{type:"button",class:"fancybox__button--slideshow",label:"TOGGLE_SLIDESHOW",html:`<svg viewBox="0 0 24 24">
29
29
  <g><path d="M6 4v16"/><path d="M20 12L6 20"/><path d="M20 12L6 4"/></g>
30
30
  <g><path d="M7 4v15M17 4v15"/></g>
31
- </svg>`,click:function(e){e.preventDefault(),this.Slideshow.toggle()}},zoom:{type:"button",class:"fancybox__button--zoom",label:"TOGGLE_ZOOM",html:'<svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"></circle><path d="M16 16 L21 21"></svg>',click:function(e){e.preventDefault();const n=this.fancybox.getSlide().Panzoom;n&&n.toggleZoom()}},download:{type:"link",label:"DOWNLOAD",class:"fancybox__button--download",html:'<svg viewBox="0 0 24 24"><path d="M12 15V3m0 12l-4-4m4 4l4-4M2 17l.62 2.48A2 2 0 004.56 21h14.88a2 2 0 001.94-1.51L22 17"/></svg>',click:function(e){e.stopPropagation()}},thumbs:{type:"button",label:"TOGGLE_THUMBS",class:"fancybox__button--thumbs",html:'<svg viewBox="0 0 24 24"><circle cx="4" cy="4" r="1" /><circle cx="12" cy="4" r="1" transform="rotate(90 12 4)"/><circle cx="20" cy="4" r="1" transform="rotate(90 20 4)"/><circle cx="4" cy="12" r="1" transform="rotate(90 4 12)"/><circle cx="12" cy="12" r="1" transform="rotate(90 12 12)"/><circle cx="20" cy="12" r="1" transform="rotate(90 20 12)"/><circle cx="4" cy="20" r="1" transform="rotate(90 4 20)"/><circle cx="12" cy="20" r="1" transform="rotate(90 12 20)"/><circle cx="20" cy="20" r="1" transform="rotate(90 20 20)"/></svg>',click:function(e){e.stopPropagation();const n=this.fancybox.plugins.Thumbs;n&&n.toggle()}},close:{type:"button",label:"CLOSE",class:"fancybox__button--close",html:'<svg viewBox="0 0 24 24"><path d="M20 20L4 4m16 0L4 20"></path></svg>',attr:{"data-fancybox-close":"",tabindex:0}}}};class $i{constructor(n){this.fancybox=n,this.$container=null,this.state="init";for(const a of["onInit","onPrepare","onDone","onKeydown","onClosing","onChange","onSettle","onRefresh"])this[a]=this[a].bind(this);this.events={init:this.onInit,prepare:this.onPrepare,done:this.onDone,keydown:this.onKeydown,closing:this.onClosing,"Carousel.change":this.onChange,"Carousel.settle":this.onSettle,"Carousel.Panzoom.touchStart":()=>this.onRefresh(),"Image.startAnimation":(a,o)=>this.onRefresh(o),"Image.afterUpdate":(a,o)=>this.onRefresh(o)}}onInit(){if(this.fancybox.option("Toolbar.autoEnable")){let n=!1;for(const a of this.fancybox.items)if(a.type==="image"){n=!0;break}if(!n)return void(this.state="disabled")}for(const n of this.fancybox.option("Toolbar.display"))if((gt(n)?n.id:n)==="close"){this.fancybox.options.closeButton=!1;break}}onPrepare(){const n=this.fancybox;if(this.state==="init"&&(this.build(),this.update(),this.Slideshow=new Sp(n),!n.Carousel.prevPage&&(n.option("slideshow.autoStart")&&this.Slideshow.activate(),n.option("fullscreen.autoStart")&&!Ae.element())))try{Ae.activate(n.$container)}catch{}}onFsChange(){window.scrollTo(Ae.pageXOffset,Ae.pageYOffset)}onSettle(){const n=this.fancybox,a=this.Slideshow;a&&a.isActive()&&(n.getSlide().index!==n.Carousel.slides.length-1||n.option("infinite")?n.getSlide().state==="done"&&a.setTimer():a.deactivate())}onChange(){this.update(),this.Slideshow&&this.Slideshow.isActive()&&this.Slideshow.clearTimer()}onDone(n,a){const o=this.Slideshow;a.index===n.getSlide().index&&(this.update(),o&&o.isActive()&&(n.option("infinite")||a.index!==n.Carousel.slides.length-1?o.setTimer():o.deactivate()))}onRefresh(n){n&&n.index!==this.fancybox.getSlide().index||(this.update(),!this.Slideshow||!this.Slideshow.isActive()||n&&n.state!=="done"||this.Slideshow.deactivate())}onKeydown(n,a,o){a===" "&&this.Slideshow&&(this.Slideshow.toggle(),o.preventDefault())}onClosing(){this.Slideshow&&this.Slideshow.deactivate(),document.removeEventListener("fullscreenchange",this.onFsChange)}createElement(n){let a;n.type==="div"?a=document.createElement("div"):(a=document.createElement(n.type==="link"?"a":"button"),a.classList.add("carousel__button")),a.innerHTML=n.html,a.setAttribute("tabindex",n.tabindex||0),n.class&&a.classList.add(...n.class.split(" "));for(const s in n.attr)a.setAttribute(s,n.attr[s]);n.label&&a.setAttribute("title",this.fancybox.localize(`{{${n.label}}}`)),n.click&&a.addEventListener("click",n.click.bind(this)),n.id==="prev"&&a.setAttribute("data-fancybox-prev",""),n.id==="next"&&a.setAttribute("data-fancybox-next","");const o=a.querySelector("svg");return o&&(o.setAttribute("role","img"),o.setAttribute("tabindex","-1"),o.setAttribute("xmlns","http://www.w3.org/2000/svg")),a}build(){this.cleanup();const n=this.fancybox.option("Toolbar.items"),a=[{position:"left",items:[]},{position:"center",items:[]},{position:"right",items:[]}],o=this.fancybox.plugins.Thumbs;for(const i of this.fancybox.option("Toolbar.display")){let r,l;if(gt(i)?(r=i.id,l=ce({},n[r],i)):(r=i,l=n[r]),["counter","next","prev","slideshow"].includes(r)&&this.fancybox.items.length<2)continue;if(r==="fullscreen"){if(!document.fullscreenEnabled||window.fullScreen)continue;document.addEventListener("fullscreenchange",this.onFsChange)}if(r==="thumbs"&&(!o||o.state==="disabled")||!l)continue;let c=l.position||"right",d=a.find(h=>h.position===c);d&&d.items.push(l)}const s=document.createElement("div");s.classList.add("fancybox__toolbar");for(const i of a)if(i.items.length){const r=document.createElement("div");r.classList.add("fancybox__toolbar__items"),r.classList.add(`fancybox__toolbar__items--${i.position}`);for(const l of i.items)r.appendChild(this.createElement(l));s.appendChild(r)}this.fancybox.$carousel.parentNode.insertBefore(s,this.fancybox.$carousel),this.$container=s}update(){const n=this.fancybox.getSlide(),a=n.index,o=this.fancybox.items.length,s=n.downloadSrc||(n.type!=="image"||n.error?null:n.src);for(const l of this.fancybox.$container.querySelectorAll("a.fancybox__button--download"))s?(l.removeAttribute("disabled"),l.removeAttribute("tabindex"),l.setAttribute("href",s),l.setAttribute("download",s),l.setAttribute("target","_blank")):(l.setAttribute("disabled",""),l.setAttribute("tabindex",-1),l.removeAttribute("href"),l.removeAttribute("download"));const i=n.Panzoom,r=i&&i.option("maxScale")>i.option("baseScale");for(const l of this.fancybox.$container.querySelectorAll(".fancybox__button--zoom"))r?l.removeAttribute("disabled"):l.setAttribute("disabled","");for(const l of this.fancybox.$container.querySelectorAll("[data-fancybox-index]"))l.innerHTML=n.index+1;for(const l of this.fancybox.$container.querySelectorAll("[data-fancybox-count]"))l.innerHTML=o;if(!this.fancybox.option("infinite")){for(const l of this.fancybox.$container.querySelectorAll("[data-fancybox-prev]"))a===0?l.setAttribute("disabled",""):l.removeAttribute("disabled");for(const l of this.fancybox.$container.querySelectorAll("[data-fancybox-next]"))a===o-1?l.setAttribute("disabled",""):l.removeAttribute("disabled")}}cleanup(){this.Slideshow&&this.Slideshow.isActive()&&this.Slideshow.clearTimer(),this.$container&&this.$container.remove(),this.$container=null}attach(){this.fancybox.on(this.events)}detach(){this.fancybox.off(this.events),this.cleanup()}}$i.defaults=Vp;const Np={ScrollLock:class{constructor(e){this.fancybox=e,this.viewport=null,this.pendingUpdate=null;for(const n of["onReady","onResize","onTouchstart","onTouchmove"])this[n]=this[n].bind(this)}onReady(){const e=window.visualViewport;e&&(this.viewport=e,this.startY=0,e.addEventListener("resize",this.onResize),this.updateViewport()),window.addEventListener("touchstart",this.onTouchstart,{passive:!1}),window.addEventListener("touchmove",this.onTouchmove,{passive:!1}),window.addEventListener("wheel",this.onWheel,{passive:!1})}onResize(){this.updateViewport()}updateViewport(){const e=this.fancybox,n=this.viewport,a=n.scale||1,o=e.$container;if(!o)return;let s="",i="",r="";a-1>.1&&(s=n.width*a+"px",i=n.height*a+"px",r=`translate3d(${n.offsetLeft}px, ${n.offsetTop}px, 0) scale(${1/a})`),o.style.width=s,o.style.height=i,o.style.transform=r}onTouchstart(e){this.startY=e.touches?e.touches[0].screenY:e.screenY}onTouchmove(e){const n=this.startY,a=window.innerWidth/window.document.documentElement.clientWidth;if(!e.cancelable||e.touches.length>1||a!==1)return;const o=$n(e.composedPath()[0]);if(!o)return void e.preventDefault();const s=window.getComputedStyle(o),i=parseInt(s.getPropertyValue("height"),10),r=e.touches?e.touches[0].screenY:e.screenY,l=n<=r&&o.scrollTop===0,c=n>=r&&o.scrollHeight-o.scrollTop===i;(l||c)&&e.preventDefault()}onWheel(e){$n(e.composedPath()[0])||e.preventDefault()}cleanup(){this.pendingUpdate&&(cancelAnimationFrame(this.pendingUpdate),this.pendingUpdate=null);const e=this.viewport;e&&(e.removeEventListener("resize",this.onResize),this.viewport=null),window.removeEventListener("touchstart",this.onTouchstart,!1),window.removeEventListener("touchmove",this.onTouchmove,!1),window.removeEventListener("wheel",this.onWheel,{passive:!1})}attach(){this.fancybox.on("initLayout",this.onReady)}detach(){this.fancybox.off("initLayout",this.onReady),this.cleanup()}},Thumbs:gi,Html:ki,Toolbar:$i,Image:_i,Hash:Ee},wi={startIndex:0,preload:1,infinite:!0,showClass:"fancybox-zoomInUp",hideClass:"fancybox-fadeOut",animated:!0,hideScrollbar:!0,parentEl:null,mainClass:null,autoFocus:!0,trapFocus:!0,placeFocusBack:!0,click:"close",closeButton:"inside",dragToClose:!0,keyboard:{Escape:"close",Delete:"close",Backspace:"close",PageUp:"next",PageDown:"prev",ArrowUp:"next",ArrowDown:"prev",ArrowRight:"next",ArrowLeft:"prev"},template:{closeButton:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M20 20L4 4m16 0L4 20"/></svg>',spinner:'<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="25 25 50 50" tabindex="-1"><circle cx="50" cy="50" r="20"/></svg>',main:null},l10n:{CLOSE:"Close",NEXT:"Next",PREV:"Previous",MODAL:"You can close this modal content with the ESC key",ERROR:"Something Went Wrong, Please Try Again Later",IMAGE_ERROR:"Image Not Found",ELEMENT_NOT_FOUND:"HTML Element Not Found",AJAX_NOT_FOUND:"Error Loading AJAX : Not Found",AJAX_FORBIDDEN:"Error Loading AJAX : Forbidden",IFRAME_ERROR:"Error Loading Page",TOGGLE_ZOOM:"Toggle zoom level",TOGGLE_THUMBS:"Toggle thumbnails",TOGGLE_SLIDESHOW:"Toggle slideshow",TOGGLE_FULLSCREEN:"Toggle full-screen mode",DOWNLOAD:"Download"}},jt=new Map;let Tp=0;class W extends qa{constructor(n,a={}){n=n.map(o=>(o.width&&(o._width=o.width),o.height&&(o._height=o.height),o)),super(ce(!0,{},wi,a)),this.bindHandlers(),this.state="init",this.setItems(n),this.attachPlugins(W.Plugins),this.trigger("init"),this.option("hideScrollbar")===!0&&this.hideScrollbar(),this.initLayout(),this.initCarousel(),this.attachEvents(),jt.set(this.id,this),this.trigger("prepare"),this.state="ready",this.trigger("ready"),this.$container.setAttribute("aria-hidden","false"),this.option("trapFocus")&&this.focus()}option(n,...a){const o=this.getSlide();let s=o?o[n]:void 0;return s!==void 0?(typeof s=="function"&&(s=s.call(this,this,...a)),s):super.option(n,...a)}bindHandlers(){for(const n of["onMousedown","onKeydown","onClick","onFocus","onCreateSlide","onSettle","onTouchMove","onTouchEnd","onTransform"])this[n]=this[n].bind(this)}attachEvents(){document.addEventListener("mousedown",this.onMousedown),document.addEventListener("keydown",this.onKeydown,!0),this.option("trapFocus")&&document.addEventListener("focus",this.onFocus,!0),this.$container.addEventListener("click",this.onClick)}detachEvents(){document.removeEventListener("mousedown",this.onMousedown),document.removeEventListener("keydown",this.onKeydown,!0),document.removeEventListener("focus",this.onFocus,!0),this.$container.removeEventListener("click",this.onClick)}initLayout(){this.$root=this.option("parentEl")||document.body;let n=this.option("template.main");n&&(this.$root.insertAdjacentHTML("beforeend",this.localize(n)),this.$container=this.$root.querySelector(".fancybox__container")),this.$container||(this.$container=document.createElement("div"),this.$root.appendChild(this.$container)),this.$container.onscroll=()=>(this.$container.scrollLeft=0,!1),Object.entries({class:"fancybox__container",role:"dialog",tabIndex:"-1","aria-modal":"true","aria-hidden":"true","aria-label":this.localize("{{MODAL}}")}).forEach(o=>this.$container.setAttribute(...o)),this.option("animated")&&this.$container.classList.add("is-animated"),this.$backdrop=this.$container.querySelector(".fancybox__backdrop"),this.$backdrop||(this.$backdrop=document.createElement("div"),this.$backdrop.classList.add("fancybox__backdrop"),this.$container.appendChild(this.$backdrop)),this.$carousel=this.$container.querySelector(".fancybox__carousel"),this.$carousel||(this.$carousel=document.createElement("div"),this.$carousel.classList.add("fancybox__carousel"),this.$container.appendChild(this.$carousel)),this.$container.Fancybox=this,this.id=this.$container.getAttribute("id"),this.id||(this.id=this.options.id||++Tp,this.$container.setAttribute("id","fancybox-"+this.id));const a=this.option("mainClass");return a&&this.$container.classList.add(...a.split(" ")),document.documentElement.classList.add("with-fancybox"),this.trigger("initLayout"),this}setItems(n){const a=[];for(const o of n){const s=o.$trigger;if(s){const l=s.dataset||{};o.src=l.src||s.getAttribute("href")||o.src,o.type=l.type||o.type,!o.src&&s instanceof HTMLImageElement&&(o.src=s.currentSrc||o.$trigger.src)}let i=o.$thumb;if(!i){let l=o.$trigger&&o.$trigger.origTarget;l&&(i=l instanceof HTMLImageElement?l:l.querySelector("img:not([aria-hidden])")),!i&&o.$trigger&&(i=o.$trigger instanceof HTMLImageElement?o.$trigger:o.$trigger.querySelector("img:not([aria-hidden])"))}o.$thumb=i||null;let r=o.thumb;!r&&i&&(r=i.currentSrc||i.src,!r&&i.dataset&&(r=i.dataset.lazySrc||i.dataset.src)),r||o.type!=="image"||(r=o.src),o.thumb=r||null,o.caption=o.caption||"",a.push(o)}this.items=a}initCarousel(){return this.Carousel=new kt(this.$carousel,ce(!0,{},{prefix:"",classNames:{viewport:"fancybox__viewport",track:"fancybox__track",slide:"fancybox__slide"},textSelection:!0,preload:this.option("preload"),friction:.88,slides:this.items,initialPage:this.options.startIndex,slidesPerPage:1,infiniteX:this.option("infinite"),infiniteY:!0,l10n:this.option("l10n"),Dots:!1,Navigation:{classNames:{main:"fancybox__nav",button:"carousel__button",next:"is-next",prev:"is-prev"}},Panzoom:{textSelection:!0,panOnlyZoomed:()=>this.Carousel&&this.Carousel.pages&&this.Carousel.pages.length<2&&!this.option("dragToClose"),lockAxis:()=>{if(this.Carousel){let n="x";return this.option("dragToClose")&&(n+="y"),n}}},on:{"*":(n,...a)=>this.trigger(`Carousel.${n}`,...a),init:n=>this.Carousel=n,createSlide:this.onCreateSlide,settle:this.onSettle}},this.option("Carousel"))),this.option("dragToClose")&&this.Carousel.Panzoom.on({touchMove:this.onTouchMove,afterTransform:this.onTransform,touchEnd:this.onTouchEnd}),this.trigger("initCarousel"),this}onCreateSlide(n,a){let o=a.caption||"";if(typeof this.options.caption=="function"&&(o=this.options.caption.call(this,this,this.Carousel,a)),typeof o=="string"&&o.length){const s=document.createElement("div"),i=`fancybox__caption_${this.id}_${a.index}`;s.className="fancybox__caption",s.innerHTML=o,s.setAttribute("id",i),a.$caption=a.$el.appendChild(s),a.$el.classList.add("has-caption"),a.$el.setAttribute("aria-labelledby",i)}}onSettle(){this.option("autoFocus")&&this.focus()}onFocus(n){this.isTopmost()&&this.focus(n)}onClick(n){if(n.defaultPrevented)return;let a=n.composedPath()[0];if(a.matches("[data-fancybox-close]"))return n.preventDefault(),void W.close(!1,n);if(a.matches("[data-fancybox-next]"))return n.preventDefault(),void W.next();if(a.matches("[data-fancybox-prev]"))return n.preventDefault(),void W.prev();const o=document.activeElement;if(o){if(o.closest("[contenteditable]"))return;a.matches(ui)||o.blur()}if(!a.closest(".fancybox__content")&&!getSelection().toString().length&&this.trigger("click",n)!==!1)switch(this.option("click")){case"close":this.close();break;case"next":this.next()}}onTouchMove(){const n=this.getSlide().Panzoom;return!n||n.content.scale===1}onTouchEnd(n){const a=n.dragOffset.y;Math.abs(a)>=150||Math.abs(a)>=35&&n.dragOffset.time<350?(this.option("hideClass")&&(this.getSlide().hideClass="fancybox-throwOut"+(n.content.y<0?"Up":"Down")),this.close()):n.lockAxis==="y"&&n.panTo({y:0})}onTransform(n){if(this.$backdrop){const a=Math.abs(n.content.y),o=a<1?"":Math.max(.33,Math.min(1,1-a/n.content.fitHeight*1.5));this.$container.style.setProperty("--fancybox-ts",o?"0s":""),this.$container.style.setProperty("--fancybox-opacity",o)}}onMousedown(){this.state==="ready"&&document.body.classList.add("is-using-mouse")}onKeydown(n){if(!this.isTopmost())return;document.body.classList.remove("is-using-mouse");const a=n.key,o=this.option("keyboard");if(!o||n.ctrlKey||n.altKey||n.shiftKey)return;const s=n.composedPath()[0],i=document.activeElement&&document.activeElement.classList,r=i&&i.contains("carousel__button");if(a!=="Escape"&&!r&&(n.target.isContentEditable||["BUTTON","TEXTAREA","OPTION","INPUT","SELECT","VIDEO"].indexOf(s.nodeName)!==-1)||this.trigger("keydown",a,n)===!1)return;const l=o[a];typeof this[l]=="function"&&this[l]()}getSlide(){const n=this.Carousel;if(!n)return null;const a=n.page===null?n.option("initialPage"):n.page,o=n.pages||[];return o.length&&o[a]?o[a].slides[0]:null}focus(n){if(W.ignoreFocusChange||["init","closing","customClosing","destroy"].indexOf(this.state)>-1)return;const a=this.$container,o=this.getSlide(),s=o.state==="done"?o.$el:null;if(s&&s.contains(document.activeElement))return;n&&n.preventDefault(),W.ignoreFocusChange=!0;const i=Array.from(a.querySelectorAll(ui));let r,l=[];for(let c of i){const d=c.offsetParent,h=s&&s.contains(c),m=!this.Carousel.$viewport.contains(c);d&&(h||m)?(l.push(c),c.dataset.origTabindex!==void 0&&(c.tabIndex=c.dataset.origTabindex,c.removeAttribute("data-orig-tabindex")),(c.hasAttribute("autoFocus")||!r&&h&&!c.classList.contains("carousel__button"))&&(r=c)):(c.dataset.origTabindex=c.dataset.origTabindex===void 0?c.getAttribute("tabindex"):c.dataset.origTabindex,c.tabIndex=-1)}n?l.indexOf(n.target)>-1?this.lastFocus=n.target:this.lastFocus===a?qt(l[l.length-1]):qt(a):this.option("autoFocus")&&r?qt(r):l.indexOf(document.activeElement)<0&&qt(a),this.lastFocus=document.activeElement,W.ignoreFocusChange=!1}hideScrollbar(){if(!wn)return;const n=window.innerWidth-document.documentElement.getBoundingClientRect().width,a="fancybox-style-noscroll";let o=document.getElementById(a);o||n>0&&(o=document.createElement("style"),o.id=a,o.type="text/css",o.innerHTML=`.compensate-for-scrollbar {padding-right: ${n}px;}`,document.getElementsByTagName("head")[0].appendChild(o),document.body.classList.add("compensate-for-scrollbar"))}revealScrollbar(){document.body.classList.remove("compensate-for-scrollbar");const n=document.getElementById("fancybox-style-noscroll");n&&n.remove()}clearContent(n){this.Carousel.trigger("removeSlide",n),n.$content&&(n.$content.remove(),n.$content=null),n.$closeButton&&(n.$closeButton.remove(),n.$closeButton=null),n._className&&n.$el.classList.remove(n._className)}setContent(n,a,o={}){let s;const i=n.$el;if(a instanceof HTMLElement)["img","iframe","video","audio"].indexOf(a.nodeName.toLowerCase())>-1?(s=document.createElement("div"),s.appendChild(a)):s=a;else{const r=document.createRange().createContextualFragment(a);s=document.createElement("div"),s.appendChild(r)}if(n.filter&&!n.error&&(s=s.querySelector(n.filter)),s instanceof Element)return n._className=`has-${o.suffix||n.type||"unknown"}`,i.classList.add(n._className),s.classList.add("fancybox__content"),s.style.display!=="none"&&getComputedStyle(s).getPropertyValue("display")!=="none"||(s.style.display=n.display||this.option("defaultDisplay")||"flex"),n.id&&s.setAttribute("id",n.id),n.$content=s,i.prepend(s),this.manageCloseButton(n),n.state!=="loading"&&this.revealContent(n),s;this.setError(n,"{{ELEMENT_NOT_FOUND}}")}manageCloseButton(n){const a=n.closeButton===void 0?this.option("closeButton"):n.closeButton;if(!a||a==="top"&&this.$closeButton)return;const o=document.createElement("button");o.classList.add("carousel__button","is-close"),o.setAttribute("title",this.options.l10n.CLOSE),o.innerHTML=this.option("template.closeButton"),o.addEventListener("click",s=>this.close(s)),a==="inside"?(n.$closeButton&&n.$closeButton.remove(),n.$closeButton=n.$content.appendChild(o)):this.$closeButton=this.$container.insertBefore(o,this.$container.firstChild)}revealContent(n){this.trigger("reveal",n),n.$content.style.visibility="";let a=!1;n.error||n.state==="loading"||this.Carousel.prevPage!==null||n.index!==this.options.startIndex||(a=n.showClass===void 0?this.option("showClass"):n.showClass),a?(n.state="animating",this.animateCSS(n.$content,a,()=>{this.done(n)})):this.done(n)}animateCSS(n,a,o){if(n&&n.dispatchEvent(new CustomEvent("animationend",{bubbles:!0,cancelable:!0})),!n||!a)return void(typeof o=="function"&&o());const s=function(i){i.currentTarget===this&&(n.removeEventListener("animationend",s),o&&o(),n.classList.remove(a))};n.addEventListener("animationend",s),n.classList.add(a)}done(n){n.state="done",this.trigger("done",n);const a=this.getSlide();a&&n.index===a.index&&this.option("autoFocus")&&this.focus()}setError(n,a){n.error=a,this.hideLoading(n),this.clearContent(n);const o=document.createElement("div");o.classList.add("fancybox-error"),o.innerHTML=this.localize(a||"<p>{{ERROR}}</p>"),this.setContent(n,o,{suffix:"error"})}showLoading(n){n.state="loading",n.$el.classList.add("is-loading");let a=n.$el.querySelector(".fancybox__spinner");a||(a=document.createElement("div"),a.classList.add("fancybox__spinner"),a.innerHTML=this.option("template.spinner"),a.addEventListener("click",()=>{this.Carousel.Panzoom.velocity||this.close()}),n.$el.prepend(a))}hideLoading(n){const a=n.$el&&n.$el.querySelector(".fancybox__spinner");a&&(a.remove(),n.$el.classList.remove("is-loading")),n.state==="loading"&&(this.trigger("load",n),n.state="ready")}next(){const n=this.Carousel;n&&n.pages.length>1&&n.slideNext()}prev(){const n=this.Carousel;n&&n.pages.length>1&&n.slidePrev()}jumpTo(...n){this.Carousel&&this.Carousel.slideTo(...n)}isClosing(){return["closing","customClosing","destroy"].includes(this.state)}isTopmost(){return W.getInstance().id==this.id}close(n){if(n&&n.preventDefault(),this.isClosing()||this.trigger("shouldClose",n)===!1||(this.state="closing",this.Carousel.Panzoom.destroy(),this.detachEvents(),this.trigger("closing",n),this.state==="destroy"))return;this.$container.setAttribute("aria-hidden","true"),this.$container.classList.add("is-closing");const a=this.getSlide();if(this.Carousel.slides.forEach(o=>{o.$content&&o.index!==a.index&&this.Carousel.trigger("removeSlide",o)}),this.state==="closing"){const o=a.hideClass===void 0?this.option("hideClass"):a.hideClass;this.animateCSS(a.$content,o,()=>{this.destroy()},!0)}}destroy(){if(this.state==="destroy")return;this.state="destroy",this.trigger("destroy");const n=this.option("placeFocusBack")?this.option("triggerTarget",this.getSlide().$trigger):null;this.Carousel.destroy(),this.detachPlugins(),this.Carousel=null,this.options={},this.events={},this.$container.remove(),this.$container=this.$backdrop=this.$carousel=null,n&&qt(n),jt.delete(this.id);const a=W.getInstance();a?a.focus():(document.documentElement.classList.remove("with-fancybox"),document.body.classList.remove("is-using-mouse"),this.revealScrollbar())}static show(n,a={}){return new W(n,a)}static fromEvent(n,a={}){if(n.defaultPrevented||n.button&&n.button!==0||n.ctrlKey||n.metaKey||n.shiftKey)return;const o=n.composedPath()[0];let s,i,r,l=o;if((l.matches("[data-fancybox-trigger]")||(l=l.closest("[data-fancybox-trigger]")))&&(a.triggerTarget=l,s=l&&l.dataset&&l.dataset.fancyboxTrigger),s){const d=document.querySelectorAll(`[data-fancybox="${s}"]`),h=parseInt(l.dataset.fancyboxIndex,10)||0;l=d.length?d[h]:l}Array.from(W.openers.keys()).reverse().some(d=>{r=l||o;let h=!1;try{r instanceof Element&&(typeof d=="string"||d instanceof String)&&(h=r.matches(d)||(r=r.closest(d)))}catch{}return!!h&&(n.preventDefault(),i=d,!0)});let c=!1;if(i){a.event=n,a.target=r,r.origTarget=o,c=W.fromOpener(i,a);const d=W.getInstance();d&&d.state==="ready"&&n.detail&&document.body.classList.add("is-using-mouse")}return c}static fromOpener(n,a={}){let o=[],s=a.startIndex||0,i=a.target||null;const r=(a=ce({},a,W.openers.get(n))).groupAll!==void 0&&a.groupAll,l=a.groupAttr===void 0?"data-fancybox":a.groupAttr,c=l&&i?i.getAttribute(`${l}`):"";if(!i||c||r){const h=a.root||(i?i.getRootNode():document.body);o=[].slice.call(h.querySelectorAll(n))}if(i&&!r&&(o=c?o.filter(h=>h.getAttribute(`${l}`)===c):[i]),!o.length)return!1;const d=W.getInstance();return!(d&&o.indexOf(d.options.$trigger)>-1)&&(s=i?o.indexOf(i):s,o=o.map(function(h){const m=["false","0","no","null","undefined"],p=["true","1","yes"],f=Object.assign({},h.dataset),u={};for(let[k,E]of Object.entries(f))if(k!=="fancybox")if(k==="width"||k==="height")u[`_${k}`]=E;else if(typeof E=="string"||E instanceof String)if(m.indexOf(E)>-1)u[k]=!1;else if(p.indexOf(u[k])>-1)u[k]=!0;else try{u[k]=JSON.parse(E)}catch{u[k]=E}else u[k]=E;return h instanceof Element&&(u.$trigger=h),u}),new W(o,ce({},a,{startIndex:s,$trigger:i})))}static bind(n,a={}){function o(){document.body.addEventListener("click",W.fromEvent,!1)}wn&&(W.openers.size||(/complete|interactive|loaded/.test(document.readyState)?o():document.addEventListener("DOMContentLoaded",o)),W.openers.set(n,a))}static unbind(n){W.openers.delete(n),W.openers.size||W.destroy()}static destroy(){let n;for(;n=W.getInstance();)n.destroy();W.openers=new Map,document.body.removeEventListener("click",W.fromEvent,!1)}static getInstance(n){return n?jt.get(n):Array.from(jt.values()).reverse().find(a=>!a.isClosing()&&a)||null}static close(n=!0,a){if(n)for(const o of jt.values())o.close(a);else{const o=W.getInstance();o&&o.close(a)}}static next(){const n=W.getInstance();n&&n.next()}static prev(){const n=W.getInstance();n&&n.prev()}}W.version="4.0.31",W.defaults=wi,W.openers=new Map,W.Plugins=Np,W.bind("[data-fancybox]");for(const[e,n]of Object.entries(W.Plugins||{}))typeof n.create=="function"&&n.create(W);const Rt={pageXOffset:0,pageYOffset:0,element(){return document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement},activate(e){Rt.pageXOffset=window.pageXOffset,Rt.pageYOffset=window.pageYOffset,e.requestFullscreen?e.requestFullscreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.webkitRequestFullscreen?e.webkitRequestFullscreen():e.msRequestFullscreen&&e.msRequestFullscreen()},deactivate(){document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen()}},Ra={normal:"fancybox-theme-normal ThemeVariantLight",light:"fancybox-theme-light ThemeVariantLight",dark:"fancybox-theme-dark ThemeVariantDark"},Ip=t.defineComponent({name:"MixinFancybox",components:{MixinFancyboxOpenButton:di},filters:{truncate(e){return e&&e.length>280&&(e=e.substring(0,277)+"..."),e}},props:{infinite:{type:Boolean,required:!1,default:!0},showThumbnails:{type:Boolean,required:!1,default:!1},animated:{type:Boolean,required:!1,default:!1},galleryName:{type:String,required:!1,default:null},src:{type:String,required:!1},srcSet:{type:String,required:!1},sizes:{type:String,required:!1},downloadSrc:{type:String,required:!1},caption:{type:String,required:!1},credit:{type:String,required:!1},title:{type:String,required:!1},detailUrl:{type:String,required:!1},width:{type:String,required:!1},height:{type:String,required:!1},theme:{type:String,required:!1,default:"dark",validator:e=>Object.keys(Ra).includes(e)}},computed:{computedClass(){return Ra[this.theme]},computedCaption(){let e=this.caption&&this.caption.length?this.$options.filters.truncate(this.caption,180):"";return this.credit&&(e=`${e} Credit: ${this.credit}`),e}},mounted(){return W.bind("[data-fancybox]",{infinite:this.infinite,mainClass:this.computedClass?this.computedClass:Ra.dark,showClass:"fancybox-fadeIn",hideClass:"fancybox-fadeOut",autoFocus:!0,maxScale:6,slideshow:{delay:1e4},animated:this.animated,Image:{zoom:this.animated},Thumbs:{autoStart:this.showThumbnails},Toolbar:{items:{counter:{type:"div",class:"fancybox__counter",html:'<span data-fancybox-index=""></span>&nbsp;/&nbsp;<span data-fancybox-count=""></span>',tabindex:-1,position:"left"},prev:{type:"button",class:"fancybox__button--prev",label:"PREV",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M15 4l-8 8 8 8"/></svg>',click(e){e.preventDefault(),this.fancybox.prev()}},next:{type:"button",class:"fancybox__button--next",label:"NEXT",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M8 4l8 8-8 8"/></svg>',click(e){e.preventDefault(),this.fancybox.next()}},fullscreen:{type:"button",class:"fancybox__button--fullscreen",label:"TOGGLE_FULLSCREEN",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><g><path d="M3 8 V3h5"></path><path d="M21 8V3h-5"></path><path d="M8 21H3v-5"></path><path d="M16 21h5v-5"></path></g><g><path d="M7 2v5H2M17 2v5h5M2 17h5v5M22 17h-5v5"/></g></svg>',click(e){e.preventDefault(),Rt.element()?Rt.deactivate():Rt.activate(this.fancybox.$container)}},slideshow:{type:"button",class:"fancybox__button--slideshow",label:"TOGGLE_SLIDESHOW",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><g><path d="M6 4v16"/><path d="M20 12L6 20"/><path d="M20 12L6 4"/></g><g><path d="M7 4v15M17 4v15"/></g></svg>',click(e){e.preventDefault(),this.Slideshow.toggle()}},zoom:{type:"button",class:"fancybox__button--zoom",label:"TOGGLE_ZOOM",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><circle cx="10" cy="10" r="7"></circle><path d="M16 16 L21 21"></svg>',click(e){e.preventDefault();const n=this.fancybox.getSlide().Panzoom;n&&n.toggleZoom()}},download:{type:"link",label:"DOWNLOAD",class:"fancybox__button--download",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M12 15V3m0 12l-4-4m4 4l4-4M2 17l.62 2.48A2 2 0 004.56 21h14.88a2 2 0 001.94-1.51L22 17"/></svg>',click(e){e.stopPropagation()}},thumbs:{type:"button",label:"TOGGLE_THUMBS",class:"fancybox__button--thumbs",html:'<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 576 512" width="24" height="21" stroke-width="3px"><path stroke-width="3px" fill="white" d="M512 0C547.3 0 576 28.65 576 64V288C576 323.3 547.3 352 512 352H64C28.65 352 0 323.3 0 288V64C0 28.65 28.65 0 64 0H512zM512 64H64V288H512V64zM0 448C0 430.3 14.33 416 32 416H64C81.67 416 96 430.3 96 448V480C96 497.7 81.67 512 64 512H32C14.33 512 0 497.7 0 480V448zM224 416C241.7 416 256 430.3 256 448V480C256 497.7 241.7 512 224 512H192C174.3 512 160 497.7 160 480V448C160 430.3 174.3 416 192 416H224zM320 448C320 430.3 334.3 416 352 416H384C401.7 416 416 430.3 416 448V480C416 497.7 401.7 512 384 512H352C334.3 512 320 497.7 320 480V448zM544 416C561.7 416 576 430.3 576 448V480C576 497.7 561.7 512 544 512H512C494.3 512 480 497.7 480 480V448C480 430.3 494.3 416 512 416H544z"/></svg>',click(e){e.stopPropagation();const n=this.fancybox.plugins.Thumbs;n&&n.toggle()}},close:{type:"button",label:"CLOSE",class:"fancybox__button--close",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M20 20L4 4m16 0L4 20"></path></svg>',tabindex:1,click(e){e.stopPropagation(),e.preventDefault(),this.fancybox.close()}}},display:[{id:"counter",position:"left"},"zoom","slideshow","fullscreen","thumbs","captions","close"]},caption(e,n,a){let o=a.caption;return a.type==="image"&&(o=`<div class="mx-auto container">
31
+ </svg>`,click:function(e){e.preventDefault(),this.Slideshow.toggle()}},zoom:{type:"button",class:"fancybox__button--zoom",label:"TOGGLE_ZOOM",html:'<svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"></circle><path d="M16 16 L21 21"></svg>',click:function(e){e.preventDefault();const n=this.fancybox.getSlide().Panzoom;n&&n.toggleZoom()}},download:{type:"link",label:"DOWNLOAD",class:"fancybox__button--download",html:'<svg viewBox="0 0 24 24"><path d="M12 15V3m0 12l-4-4m4 4l4-4M2 17l.62 2.48A2 2 0 004.56 21h14.88a2 2 0 001.94-1.51L22 17"/></svg>',click:function(e){e.stopPropagation()}},thumbs:{type:"button",label:"TOGGLE_THUMBS",class:"fancybox__button--thumbs",html:'<svg viewBox="0 0 24 24"><circle cx="4" cy="4" r="1" /><circle cx="12" cy="4" r="1" transform="rotate(90 12 4)"/><circle cx="20" cy="4" r="1" transform="rotate(90 20 4)"/><circle cx="4" cy="12" r="1" transform="rotate(90 4 12)"/><circle cx="12" cy="12" r="1" transform="rotate(90 12 12)"/><circle cx="20" cy="12" r="1" transform="rotate(90 20 12)"/><circle cx="4" cy="20" r="1" transform="rotate(90 4 20)"/><circle cx="12" cy="20" r="1" transform="rotate(90 12 20)"/><circle cx="20" cy="20" r="1" transform="rotate(90 20 20)"/></svg>',click:function(e){e.stopPropagation();const n=this.fancybox.plugins.Thumbs;n&&n.toggle()}},close:{type:"button",label:"CLOSE",class:"fancybox__button--close",html:'<svg viewBox="0 0 24 24"><path d="M20 20L4 4m16 0L4 20"></path></svg>',attr:{"data-fancybox-close":"",tabindex:0}}}};class Ci{constructor(n){this.fancybox=n,this.$container=null,this.state="init";for(const a of["onInit","onPrepare","onDone","onKeydown","onClosing","onChange","onSettle","onRefresh"])this[a]=this[a].bind(this);this.events={init:this.onInit,prepare:this.onPrepare,done:this.onDone,keydown:this.onKeydown,closing:this.onClosing,"Carousel.change":this.onChange,"Carousel.settle":this.onSettle,"Carousel.Panzoom.touchStart":()=>this.onRefresh(),"Image.startAnimation":(a,o)=>this.onRefresh(o),"Image.afterUpdate":(a,o)=>this.onRefresh(o)}}onInit(){if(this.fancybox.option("Toolbar.autoEnable")){let n=!1;for(const a of this.fancybox.items)if(a.type==="image"){n=!0;break}if(!n)return void(this.state="disabled")}for(const n of this.fancybox.option("Toolbar.display"))if((gt(n)?n.id:n)==="close"){this.fancybox.options.closeButton=!1;break}}onPrepare(){const n=this.fancybox;if(this.state==="init"&&(this.build(),this.update(),this.Slideshow=new vp(n),!n.Carousel.prevPage&&(n.option("slideshow.autoStart")&&this.Slideshow.activate(),n.option("fullscreen.autoStart")&&!Ae.element())))try{Ae.activate(n.$container)}catch{}}onFsChange(){window.scrollTo(Ae.pageXOffset,Ae.pageYOffset)}onSettle(){const n=this.fancybox,a=this.Slideshow;a&&a.isActive()&&(n.getSlide().index!==n.Carousel.slides.length-1||n.option("infinite")?n.getSlide().state==="done"&&a.setTimer():a.deactivate())}onChange(){this.update(),this.Slideshow&&this.Slideshow.isActive()&&this.Slideshow.clearTimer()}onDone(n,a){const o=this.Slideshow;a.index===n.getSlide().index&&(this.update(),o&&o.isActive()&&(n.option("infinite")||a.index!==n.Carousel.slides.length-1?o.setTimer():o.deactivate()))}onRefresh(n){n&&n.index!==this.fancybox.getSlide().index||(this.update(),!this.Slideshow||!this.Slideshow.isActive()||n&&n.state!=="done"||this.Slideshow.deactivate())}onKeydown(n,a,o){a===" "&&this.Slideshow&&(this.Slideshow.toggle(),o.preventDefault())}onClosing(){this.Slideshow&&this.Slideshow.deactivate(),document.removeEventListener("fullscreenchange",this.onFsChange)}createElement(n){let a;n.type==="div"?a=document.createElement("div"):(a=document.createElement(n.type==="link"?"a":"button"),a.classList.add("carousel__button")),a.innerHTML=n.html,a.setAttribute("tabindex",n.tabindex||0),n.class&&a.classList.add(...n.class.split(" "));for(const s in n.attr)a.setAttribute(s,n.attr[s]);n.label&&a.setAttribute("title",this.fancybox.localize(`{{${n.label}}}`)),n.click&&a.addEventListener("click",n.click.bind(this)),n.id==="prev"&&a.setAttribute("data-fancybox-prev",""),n.id==="next"&&a.setAttribute("data-fancybox-next","");const o=a.querySelector("svg");return o&&(o.setAttribute("role","img"),o.setAttribute("tabindex","-1"),o.setAttribute("xmlns","http://www.w3.org/2000/svg")),a}build(){this.cleanup();const n=this.fancybox.option("Toolbar.items"),a=[{position:"left",items:[]},{position:"center",items:[]},{position:"right",items:[]}],o=this.fancybox.plugins.Thumbs;for(const i of this.fancybox.option("Toolbar.display")){let r,l;if(gt(i)?(r=i.id,l=ce({},n[r],i)):(r=i,l=n[r]),["counter","next","prev","slideshow"].includes(r)&&this.fancybox.items.length<2)continue;if(r==="fullscreen"){if(!document.fullscreenEnabled||window.fullScreen)continue;document.addEventListener("fullscreenchange",this.onFsChange)}if(r==="thumbs"&&(!o||o.state==="disabled")||!l)continue;let c=l.position||"right",d=a.find(h=>h.position===c);d&&d.items.push(l)}const s=document.createElement("div");s.classList.add("fancybox__toolbar");for(const i of a)if(i.items.length){const r=document.createElement("div");r.classList.add("fancybox__toolbar__items"),r.classList.add(`fancybox__toolbar__items--${i.position}`);for(const l of i.items)r.appendChild(this.createElement(l));s.appendChild(r)}this.fancybox.$carousel.parentNode.insertBefore(s,this.fancybox.$carousel),this.$container=s}update(){const n=this.fancybox.getSlide(),a=n.index,o=this.fancybox.items.length,s=n.downloadSrc||(n.type!=="image"||n.error?null:n.src);for(const l of this.fancybox.$container.querySelectorAll("a.fancybox__button--download"))s?(l.removeAttribute("disabled"),l.removeAttribute("tabindex"),l.setAttribute("href",s),l.setAttribute("download",s),l.setAttribute("target","_blank")):(l.setAttribute("disabled",""),l.setAttribute("tabindex",-1),l.removeAttribute("href"),l.removeAttribute("download"));const i=n.Panzoom,r=i&&i.option("maxScale")>i.option("baseScale");for(const l of this.fancybox.$container.querySelectorAll(".fancybox__button--zoom"))r?l.removeAttribute("disabled"):l.setAttribute("disabled","");for(const l of this.fancybox.$container.querySelectorAll("[data-fancybox-index]"))l.innerHTML=n.index+1;for(const l of this.fancybox.$container.querySelectorAll("[data-fancybox-count]"))l.innerHTML=o;if(!this.fancybox.option("infinite")){for(const l of this.fancybox.$container.querySelectorAll("[data-fancybox-prev]"))a===0?l.setAttribute("disabled",""):l.removeAttribute("disabled");for(const l of this.fancybox.$container.querySelectorAll("[data-fancybox-next]"))a===o-1?l.setAttribute("disabled",""):l.removeAttribute("disabled")}}cleanup(){this.Slideshow&&this.Slideshow.isActive()&&this.Slideshow.clearTimer(),this.$container&&this.$container.remove(),this.$container=null}attach(){this.fancybox.on(this.events)}detach(){this.fancybox.off(this.events),this.cleanup()}}Ci.defaults=Pp;const zp={ScrollLock:class{constructor(e){this.fancybox=e,this.viewport=null,this.pendingUpdate=null;for(const n of["onReady","onResize","onTouchstart","onTouchmove"])this[n]=this[n].bind(this)}onReady(){const e=window.visualViewport;e&&(this.viewport=e,this.startY=0,e.addEventListener("resize",this.onResize),this.updateViewport()),window.addEventListener("touchstart",this.onTouchstart,{passive:!1}),window.addEventListener("touchmove",this.onTouchmove,{passive:!1}),window.addEventListener("wheel",this.onWheel,{passive:!1})}onResize(){this.updateViewport()}updateViewport(){const e=this.fancybox,n=this.viewport,a=n.scale||1,o=e.$container;if(!o)return;let s="",i="",r="";a-1>.1&&(s=n.width*a+"px",i=n.height*a+"px",r=`translate3d(${n.offsetLeft}px, ${n.offsetTop}px, 0) scale(${1/a})`),o.style.width=s,o.style.height=i,o.style.transform=r}onTouchstart(e){this.startY=e.touches?e.touches[0].screenY:e.screenY}onTouchmove(e){const n=this.startY,a=window.innerWidth/window.document.documentElement.clientWidth;if(!e.cancelable||e.touches.length>1||a!==1)return;const o=$n(e.composedPath()[0]);if(!o)return void e.preventDefault();const s=window.getComputedStyle(o),i=parseInt(s.getPropertyValue("height"),10),r=e.touches?e.touches[0].screenY:e.screenY,l=n<=r&&o.scrollTop===0,c=n>=r&&o.scrollHeight-o.scrollTop===i;(l||c)&&e.preventDefault()}onWheel(e){$n(e.composedPath()[0])||e.preventDefault()}cleanup(){this.pendingUpdate&&(cancelAnimationFrame(this.pendingUpdate),this.pendingUpdate=null);const e=this.viewport;e&&(e.removeEventListener("resize",this.onResize),this.viewport=null),window.removeEventListener("touchstart",this.onTouchstart,!1),window.removeEventListener("touchmove",this.onTouchmove,!1),window.removeEventListener("wheel",this.onWheel,{passive:!1})}attach(){this.fancybox.on("initLayout",this.onReady)}detach(){this.fancybox.off("initLayout",this.onReady),this.cleanup()}},Thumbs:ki,Html:wi,Toolbar:Ci,Image:Bi,Hash:Ee},Ei={startIndex:0,preload:1,infinite:!0,showClass:"fancybox-zoomInUp",hideClass:"fancybox-fadeOut",animated:!0,hideScrollbar:!0,parentEl:null,mainClass:null,autoFocus:!0,trapFocus:!0,placeFocusBack:!0,click:"close",closeButton:"inside",dragToClose:!0,keyboard:{Escape:"close",Delete:"close",Backspace:"close",PageUp:"next",PageDown:"prev",ArrowUp:"next",ArrowDown:"prev",ArrowRight:"next",ArrowLeft:"prev"},template:{closeButton:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M20 20L4 4m16 0L4 20"/></svg>',spinner:'<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="25 25 50 50" tabindex="-1"><circle cx="50" cy="50" r="20"/></svg>',main:null},l10n:{CLOSE:"Close",NEXT:"Next",PREV:"Previous",MODAL:"You can close this modal content with the ESC key",ERROR:"Something Went Wrong, Please Try Again Later",IMAGE_ERROR:"Image Not Found",ELEMENT_NOT_FOUND:"HTML Element Not Found",AJAX_NOT_FOUND:"Error Loading AJAX : Not Found",AJAX_FORBIDDEN:"Error Loading AJAX : Forbidden",IFRAME_ERROR:"Error Loading Page",TOGGLE_ZOOM:"Toggle zoom level",TOGGLE_THUMBS:"Toggle thumbnails",TOGGLE_SLIDESHOW:"Toggle slideshow",TOGGLE_FULLSCREEN:"Toggle full-screen mode",DOWNLOAD:"Download"}},jt=new Map;let Ap=0;class W extends Ra{constructor(n,a={}){n=n.map(o=>(o.width&&(o._width=o.width),o.height&&(o._height=o.height),o)),super(ce(!0,{},Ei,a)),this.bindHandlers(),this.state="init",this.setItems(n),this.attachPlugins(W.Plugins),this.trigger("init"),this.option("hideScrollbar")===!0&&this.hideScrollbar(),this.initLayout(),this.initCarousel(),this.attachEvents(),jt.set(this.id,this),this.trigger("prepare"),this.state="ready",this.trigger("ready"),this.$container.setAttribute("aria-hidden","false"),this.option("trapFocus")&&this.focus()}option(n,...a){const o=this.getSlide();let s=o?o[n]:void 0;return s!==void 0?(typeof s=="function"&&(s=s.call(this,this,...a)),s):super.option(n,...a)}bindHandlers(){for(const n of["onMousedown","onKeydown","onClick","onFocus","onCreateSlide","onSettle","onTouchMove","onTouchEnd","onTransform"])this[n]=this[n].bind(this)}attachEvents(){document.addEventListener("mousedown",this.onMousedown),document.addEventListener("keydown",this.onKeydown,!0),this.option("trapFocus")&&document.addEventListener("focus",this.onFocus,!0),this.$container.addEventListener("click",this.onClick)}detachEvents(){document.removeEventListener("mousedown",this.onMousedown),document.removeEventListener("keydown",this.onKeydown,!0),document.removeEventListener("focus",this.onFocus,!0),this.$container.removeEventListener("click",this.onClick)}initLayout(){this.$root=this.option("parentEl")||document.body;let n=this.option("template.main");n&&(this.$root.insertAdjacentHTML("beforeend",this.localize(n)),this.$container=this.$root.querySelector(".fancybox__container")),this.$container||(this.$container=document.createElement("div"),this.$root.appendChild(this.$container)),this.$container.onscroll=()=>(this.$container.scrollLeft=0,!1),Object.entries({class:"fancybox__container",role:"dialog",tabIndex:"-1","aria-modal":"true","aria-hidden":"true","aria-label":this.localize("{{MODAL}}")}).forEach(o=>this.$container.setAttribute(...o)),this.option("animated")&&this.$container.classList.add("is-animated"),this.$backdrop=this.$container.querySelector(".fancybox__backdrop"),this.$backdrop||(this.$backdrop=document.createElement("div"),this.$backdrop.classList.add("fancybox__backdrop"),this.$container.appendChild(this.$backdrop)),this.$carousel=this.$container.querySelector(".fancybox__carousel"),this.$carousel||(this.$carousel=document.createElement("div"),this.$carousel.classList.add("fancybox__carousel"),this.$container.appendChild(this.$carousel)),this.$container.Fancybox=this,this.id=this.$container.getAttribute("id"),this.id||(this.id=this.options.id||++Ap,this.$container.setAttribute("id","fancybox-"+this.id));const a=this.option("mainClass");return a&&this.$container.classList.add(...a.split(" ")),document.documentElement.classList.add("with-fancybox"),this.trigger("initLayout"),this}setItems(n){const a=[];for(const o of n){const s=o.$trigger;if(s){const l=s.dataset||{};o.src=l.src||s.getAttribute("href")||o.src,o.type=l.type||o.type,!o.src&&s instanceof HTMLImageElement&&(o.src=s.currentSrc||o.$trigger.src)}let i=o.$thumb;if(!i){let l=o.$trigger&&o.$trigger.origTarget;l&&(i=l instanceof HTMLImageElement?l:l.querySelector("img:not([aria-hidden])")),!i&&o.$trigger&&(i=o.$trigger instanceof HTMLImageElement?o.$trigger:o.$trigger.querySelector("img:not([aria-hidden])"))}o.$thumb=i||null;let r=o.thumb;!r&&i&&(r=i.currentSrc||i.src,!r&&i.dataset&&(r=i.dataset.lazySrc||i.dataset.src)),r||o.type!=="image"||(r=o.src),o.thumb=r||null,o.caption=o.caption||"",a.push(o)}this.items=a}initCarousel(){return this.Carousel=new kt(this.$carousel,ce(!0,{},{prefix:"",classNames:{viewport:"fancybox__viewport",track:"fancybox__track",slide:"fancybox__slide"},textSelection:!0,preload:this.option("preload"),friction:.88,slides:this.items,initialPage:this.options.startIndex,slidesPerPage:1,infiniteX:this.option("infinite"),infiniteY:!0,l10n:this.option("l10n"),Dots:!1,Navigation:{classNames:{main:"fancybox__nav",button:"carousel__button",next:"is-next",prev:"is-prev"}},Panzoom:{textSelection:!0,panOnlyZoomed:()=>this.Carousel&&this.Carousel.pages&&this.Carousel.pages.length<2&&!this.option("dragToClose"),lockAxis:()=>{if(this.Carousel){let n="x";return this.option("dragToClose")&&(n+="y"),n}}},on:{"*":(n,...a)=>this.trigger(`Carousel.${n}`,...a),init:n=>this.Carousel=n,createSlide:this.onCreateSlide,settle:this.onSettle}},this.option("Carousel"))),this.option("dragToClose")&&this.Carousel.Panzoom.on({touchMove:this.onTouchMove,afterTransform:this.onTransform,touchEnd:this.onTouchEnd}),this.trigger("initCarousel"),this}onCreateSlide(n,a){let o=a.caption||"";if(typeof this.options.caption=="function"&&(o=this.options.caption.call(this,this,this.Carousel,a)),typeof o=="string"&&o.length){const s=document.createElement("div"),i=`fancybox__caption_${this.id}_${a.index}`;s.className="fancybox__caption",s.innerHTML=o,s.setAttribute("id",i),a.$caption=a.$el.appendChild(s),a.$el.classList.add("has-caption"),a.$el.setAttribute("aria-labelledby",i)}}onSettle(){this.option("autoFocus")&&this.focus()}onFocus(n){this.isTopmost()&&this.focus(n)}onClick(n){if(n.defaultPrevented)return;let a=n.composedPath()[0];if(a.matches("[data-fancybox-close]"))return n.preventDefault(),void W.close(!1,n);if(a.matches("[data-fancybox-next]"))return n.preventDefault(),void W.next();if(a.matches("[data-fancybox-prev]"))return n.preventDefault(),void W.prev();const o=document.activeElement;if(o){if(o.closest("[contenteditable]"))return;a.matches(bi)||o.blur()}if(!a.closest(".fancybox__content")&&!getSelection().toString().length&&this.trigger("click",n)!==!1)switch(this.option("click")){case"close":this.close();break;case"next":this.next()}}onTouchMove(){const n=this.getSlide().Panzoom;return!n||n.content.scale===1}onTouchEnd(n){const a=n.dragOffset.y;Math.abs(a)>=150||Math.abs(a)>=35&&n.dragOffset.time<350?(this.option("hideClass")&&(this.getSlide().hideClass="fancybox-throwOut"+(n.content.y<0?"Up":"Down")),this.close()):n.lockAxis==="y"&&n.panTo({y:0})}onTransform(n){if(this.$backdrop){const a=Math.abs(n.content.y),o=a<1?"":Math.max(.33,Math.min(1,1-a/n.content.fitHeight*1.5));this.$container.style.setProperty("--fancybox-ts",o?"0s":""),this.$container.style.setProperty("--fancybox-opacity",o)}}onMousedown(){this.state==="ready"&&document.body.classList.add("is-using-mouse")}onKeydown(n){if(!this.isTopmost())return;document.body.classList.remove("is-using-mouse");const a=n.key,o=this.option("keyboard");if(!o||n.ctrlKey||n.altKey||n.shiftKey)return;const s=n.composedPath()[0],i=document.activeElement&&document.activeElement.classList,r=i&&i.contains("carousel__button");if(a!=="Escape"&&!r&&(n.target.isContentEditable||["BUTTON","TEXTAREA","OPTION","INPUT","SELECT","VIDEO"].indexOf(s.nodeName)!==-1)||this.trigger("keydown",a,n)===!1)return;const l=o[a];typeof this[l]=="function"&&this[l]()}getSlide(){const n=this.Carousel;if(!n)return null;const a=n.page===null?n.option("initialPage"):n.page,o=n.pages||[];return o.length&&o[a]?o[a].slides[0]:null}focus(n){if(W.ignoreFocusChange||["init","closing","customClosing","destroy"].indexOf(this.state)>-1)return;const a=this.$container,o=this.getSlide(),s=o.state==="done"?o.$el:null;if(s&&s.contains(document.activeElement))return;n&&n.preventDefault(),W.ignoreFocusChange=!0;const i=Array.from(a.querySelectorAll(bi));let r,l=[];for(let c of i){const d=c.offsetParent,h=s&&s.contains(c),m=!this.Carousel.$viewport.contains(c);d&&(h||m)?(l.push(c),c.dataset.origTabindex!==void 0&&(c.tabIndex=c.dataset.origTabindex,c.removeAttribute("data-orig-tabindex")),(c.hasAttribute("autoFocus")||!r&&h&&!c.classList.contains("carousel__button"))&&(r=c)):(c.dataset.origTabindex=c.dataset.origTabindex===void 0?c.getAttribute("tabindex"):c.dataset.origTabindex,c.tabIndex=-1)}n?l.indexOf(n.target)>-1?this.lastFocus=n.target:this.lastFocus===a?qt(l[l.length-1]):qt(a):this.option("autoFocus")&&r?qt(r):l.indexOf(document.activeElement)<0&&qt(a),this.lastFocus=document.activeElement,W.ignoreFocusChange=!1}hideScrollbar(){if(!wn)return;const n=window.innerWidth-document.documentElement.getBoundingClientRect().width,a="fancybox-style-noscroll";let o=document.getElementById(a);o||n>0&&(o=document.createElement("style"),o.id=a,o.type="text/css",o.innerHTML=`.compensate-for-scrollbar {padding-right: ${n}px;}`,document.getElementsByTagName("head")[0].appendChild(o),document.body.classList.add("compensate-for-scrollbar"))}revealScrollbar(){document.body.classList.remove("compensate-for-scrollbar");const n=document.getElementById("fancybox-style-noscroll");n&&n.remove()}clearContent(n){this.Carousel.trigger("removeSlide",n),n.$content&&(n.$content.remove(),n.$content=null),n.$closeButton&&(n.$closeButton.remove(),n.$closeButton=null),n._className&&n.$el.classList.remove(n._className)}setContent(n,a,o={}){let s;const i=n.$el;if(a instanceof HTMLElement)["img","iframe","video","audio"].indexOf(a.nodeName.toLowerCase())>-1?(s=document.createElement("div"),s.appendChild(a)):s=a;else{const r=document.createRange().createContextualFragment(a);s=document.createElement("div"),s.appendChild(r)}if(n.filter&&!n.error&&(s=s.querySelector(n.filter)),s instanceof Element)return n._className=`has-${o.suffix||n.type||"unknown"}`,i.classList.add(n._className),s.classList.add("fancybox__content"),s.style.display!=="none"&&getComputedStyle(s).getPropertyValue("display")!=="none"||(s.style.display=n.display||this.option("defaultDisplay")||"flex"),n.id&&s.setAttribute("id",n.id),n.$content=s,i.prepend(s),this.manageCloseButton(n),n.state!=="loading"&&this.revealContent(n),s;this.setError(n,"{{ELEMENT_NOT_FOUND}}")}manageCloseButton(n){const a=n.closeButton===void 0?this.option("closeButton"):n.closeButton;if(!a||a==="top"&&this.$closeButton)return;const o=document.createElement("button");o.classList.add("carousel__button","is-close"),o.setAttribute("title",this.options.l10n.CLOSE),o.innerHTML=this.option("template.closeButton"),o.addEventListener("click",s=>this.close(s)),a==="inside"?(n.$closeButton&&n.$closeButton.remove(),n.$closeButton=n.$content.appendChild(o)):this.$closeButton=this.$container.insertBefore(o,this.$container.firstChild)}revealContent(n){this.trigger("reveal",n),n.$content.style.visibility="";let a=!1;n.error||n.state==="loading"||this.Carousel.prevPage!==null||n.index!==this.options.startIndex||(a=n.showClass===void 0?this.option("showClass"):n.showClass),a?(n.state="animating",this.animateCSS(n.$content,a,()=>{this.done(n)})):this.done(n)}animateCSS(n,a,o){if(n&&n.dispatchEvent(new CustomEvent("animationend",{bubbles:!0,cancelable:!0})),!n||!a)return void(typeof o=="function"&&o());const s=function(i){i.currentTarget===this&&(n.removeEventListener("animationend",s),o&&o(),n.classList.remove(a))};n.addEventListener("animationend",s),n.classList.add(a)}done(n){n.state="done",this.trigger("done",n);const a=this.getSlide();a&&n.index===a.index&&this.option("autoFocus")&&this.focus()}setError(n,a){n.error=a,this.hideLoading(n),this.clearContent(n);const o=document.createElement("div");o.classList.add("fancybox-error"),o.innerHTML=this.localize(a||"<p>{{ERROR}}</p>"),this.setContent(n,o,{suffix:"error"})}showLoading(n){n.state="loading",n.$el.classList.add("is-loading");let a=n.$el.querySelector(".fancybox__spinner");a||(a=document.createElement("div"),a.classList.add("fancybox__spinner"),a.innerHTML=this.option("template.spinner"),a.addEventListener("click",()=>{this.Carousel.Panzoom.velocity||this.close()}),n.$el.prepend(a))}hideLoading(n){const a=n.$el&&n.$el.querySelector(".fancybox__spinner");a&&(a.remove(),n.$el.classList.remove("is-loading")),n.state==="loading"&&(this.trigger("load",n),n.state="ready")}next(){const n=this.Carousel;n&&n.pages.length>1&&n.slideNext()}prev(){const n=this.Carousel;n&&n.pages.length>1&&n.slidePrev()}jumpTo(...n){this.Carousel&&this.Carousel.slideTo(...n)}isClosing(){return["closing","customClosing","destroy"].includes(this.state)}isTopmost(){return W.getInstance().id==this.id}close(n){if(n&&n.preventDefault(),this.isClosing()||this.trigger("shouldClose",n)===!1||(this.state="closing",this.Carousel.Panzoom.destroy(),this.detachEvents(),this.trigger("closing",n),this.state==="destroy"))return;this.$container.setAttribute("aria-hidden","true"),this.$container.classList.add("is-closing");const a=this.getSlide();if(this.Carousel.slides.forEach(o=>{o.$content&&o.index!==a.index&&this.Carousel.trigger("removeSlide",o)}),this.state==="closing"){const o=a.hideClass===void 0?this.option("hideClass"):a.hideClass;this.animateCSS(a.$content,o,()=>{this.destroy()},!0)}}destroy(){if(this.state==="destroy")return;this.state="destroy",this.trigger("destroy");const n=this.option("placeFocusBack")?this.option("triggerTarget",this.getSlide().$trigger):null;this.Carousel.destroy(),this.detachPlugins(),this.Carousel=null,this.options={},this.events={},this.$container.remove(),this.$container=this.$backdrop=this.$carousel=null,n&&qt(n),jt.delete(this.id);const a=W.getInstance();a?a.focus():(document.documentElement.classList.remove("with-fancybox"),document.body.classList.remove("is-using-mouse"),this.revealScrollbar())}static show(n,a={}){return new W(n,a)}static fromEvent(n,a={}){if(n.defaultPrevented||n.button&&n.button!==0||n.ctrlKey||n.metaKey||n.shiftKey)return;const o=n.composedPath()[0];let s,i,r,l=o;if((l.matches("[data-fancybox-trigger]")||(l=l.closest("[data-fancybox-trigger]")))&&(a.triggerTarget=l,s=l&&l.dataset&&l.dataset.fancyboxTrigger),s){const d=document.querySelectorAll(`[data-fancybox="${s}"]`),h=parseInt(l.dataset.fancyboxIndex,10)||0;l=d.length?d[h]:l}Array.from(W.openers.keys()).reverse().some(d=>{r=l||o;let h=!1;try{r instanceof Element&&(typeof d=="string"||d instanceof String)&&(h=r.matches(d)||(r=r.closest(d)))}catch{}return!!h&&(n.preventDefault(),i=d,!0)});let c=!1;if(i){a.event=n,a.target=r,r.origTarget=o,c=W.fromOpener(i,a);const d=W.getInstance();d&&d.state==="ready"&&n.detail&&document.body.classList.add("is-using-mouse")}return c}static fromOpener(n,a={}){let o=[],s=a.startIndex||0,i=a.target||null;const r=(a=ce({},a,W.openers.get(n))).groupAll!==void 0&&a.groupAll,l=a.groupAttr===void 0?"data-fancybox":a.groupAttr,c=l&&i?i.getAttribute(`${l}`):"";if(!i||c||r){const h=a.root||(i?i.getRootNode():document.body);o=[].slice.call(h.querySelectorAll(n))}if(i&&!r&&(o=c?o.filter(h=>h.getAttribute(`${l}`)===c):[i]),!o.length)return!1;const d=W.getInstance();return!(d&&o.indexOf(d.options.$trigger)>-1)&&(s=i?o.indexOf(i):s,o=o.map(function(h){const m=["false","0","no","null","undefined"],p=["true","1","yes"],f=Object.assign({},h.dataset),u={};for(let[b,E]of Object.entries(f))if(b!=="fancybox")if(b==="width"||b==="height")u[`_${b}`]=E;else if(typeof E=="string"||E instanceof String)if(m.indexOf(E)>-1)u[b]=!1;else if(p.indexOf(u[b])>-1)u[b]=!0;else try{u[b]=JSON.parse(E)}catch{u[b]=E}else u[b]=E;return h instanceof Element&&(u.$trigger=h),u}),new W(o,ce({},a,{startIndex:s,$trigger:i})))}static bind(n,a={}){function o(){document.body.addEventListener("click",W.fromEvent,!1)}wn&&(W.openers.size||(/complete|interactive|loaded/.test(document.readyState)?o():document.addEventListener("DOMContentLoaded",o)),W.openers.set(n,a))}static unbind(n){W.openers.delete(n),W.openers.size||W.destroy()}static destroy(){let n;for(;n=W.getInstance();)n.destroy();W.openers=new Map,document.body.removeEventListener("click",W.fromEvent,!1)}static getInstance(n){return n?jt.get(n):Array.from(jt.values()).reverse().find(a=>!a.isClosing()&&a)||null}static close(n=!0,a){if(n)for(const o of jt.values())o.close(a);else{const o=W.getInstance();o&&o.close(a)}}static next(){const n=W.getInstance();n&&n.next()}static prev(){const n=W.getInstance();n&&n.prev()}}W.version="4.0.31",W.defaults=Ei,W.openers=new Map,W.Plugins=zp,W.bind("[data-fancybox]");for(const[e,n]of Object.entries(W.Plugins||{}))typeof n.create=="function"&&n.create(W);const Rt={pageXOffset:0,pageYOffset:0,element(){return document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement},activate(e){Rt.pageXOffset=window.pageXOffset,Rt.pageYOffset=window.pageYOffset,e.requestFullscreen?e.requestFullscreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.webkitRequestFullscreen?e.webkitRequestFullscreen():e.msRequestFullscreen&&e.msRequestFullscreen()},deactivate(){document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen()}},Ua={normal:"fancybox-theme-normal ThemeVariantLight",light:"fancybox-theme-light ThemeVariantLight",dark:"fancybox-theme-dark ThemeVariantDark"},Op=t.defineComponent({name:"MixinFancybox",components:{MixinFancyboxOpenButton:pi},filters:{truncate(e){return e&&e.length>280&&(e=e.substring(0,277)+"..."),e}},props:{infinite:{type:Boolean,required:!1,default:!0},showThumbnails:{type:Boolean,required:!1,default:!1},animated:{type:Boolean,required:!1,default:!1},galleryName:{type:String,required:!1,default:null},src:{type:String,required:!1},srcSet:{type:String,required:!1},sizes:{type:String,required:!1},downloadSrc:{type:String,required:!1},caption:{type:String,required:!1},credit:{type:String,required:!1},title:{type:String,required:!1},detailUrl:{type:String,required:!1},width:{type:String,required:!1},height:{type:String,required:!1},theme:{type:String,required:!1,default:"dark",validator:e=>Object.keys(Ua).includes(e)}},computed:{computedClass(){return Ua[this.theme]},computedCaption(){let e=this.caption&&this.caption.length?this.$options.filters.truncate(this.caption,180):"";return this.credit&&(e=`${e} Credit: ${this.credit}`),e}},mounted(){return W.bind("[data-fancybox]",{infinite:this.infinite,mainClass:this.computedClass?this.computedClass:Ua.dark,showClass:"fancybox-fadeIn",hideClass:"fancybox-fadeOut",autoFocus:!0,maxScale:6,slideshow:{delay:1e4},animated:this.animated,Image:{zoom:this.animated},Thumbs:{autoStart:this.showThumbnails},Toolbar:{items:{counter:{type:"div",class:"fancybox__counter",html:'<span data-fancybox-index=""></span>&nbsp;/&nbsp;<span data-fancybox-count=""></span>',tabindex:-1,position:"left"},prev:{type:"button",class:"fancybox__button--prev",label:"PREV",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M15 4l-8 8 8 8"/></svg>',click(e){e.preventDefault(),this.fancybox.prev()}},next:{type:"button",class:"fancybox__button--next",label:"NEXT",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M8 4l8 8-8 8"/></svg>',click(e){e.preventDefault(),this.fancybox.next()}},fullscreen:{type:"button",class:"fancybox__button--fullscreen",label:"TOGGLE_FULLSCREEN",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><g><path d="M3 8 V3h5"></path><path d="M21 8V3h-5"></path><path d="M8 21H3v-5"></path><path d="M16 21h5v-5"></path></g><g><path d="M7 2v5H2M17 2v5h5M2 17h5v5M22 17h-5v5"/></g></svg>',click(e){e.preventDefault(),Rt.element()?Rt.deactivate():Rt.activate(this.fancybox.$container)}},slideshow:{type:"button",class:"fancybox__button--slideshow",label:"TOGGLE_SLIDESHOW",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><g><path d="M6 4v16"/><path d="M20 12L6 20"/><path d="M20 12L6 4"/></g><g><path d="M7 4v15M17 4v15"/></g></svg>',click(e){e.preventDefault(),this.Slideshow.toggle()}},zoom:{type:"button",class:"fancybox__button--zoom",label:"TOGGLE_ZOOM",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><circle cx="10" cy="10" r="7"></circle><path d="M16 16 L21 21"></svg>',click(e){e.preventDefault();const n=this.fancybox.getSlide().Panzoom;n&&n.toggleZoom()}},download:{type:"link",label:"DOWNLOAD",class:"fancybox__button--download",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M12 15V3m0 12l-4-4m4 4l4-4M2 17l.62 2.48A2 2 0 004.56 21h14.88a2 2 0 001.94-1.51L22 17"/></svg>',click(e){e.stopPropagation()}},thumbs:{type:"button",label:"TOGGLE_THUMBS",class:"fancybox__button--thumbs",html:'<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 576 512" width="24" height="21" stroke-width="3px"><path stroke-width="3px" fill="white" d="M512 0C547.3 0 576 28.65 576 64V288C576 323.3 547.3 352 512 352H64C28.65 352 0 323.3 0 288V64C0 28.65 28.65 0 64 0H512zM512 64H64V288H512V64zM0 448C0 430.3 14.33 416 32 416H64C81.67 416 96 430.3 96 448V480C96 497.7 81.67 512 64 512H32C14.33 512 0 497.7 0 480V448zM224 416C241.7 416 256 430.3 256 448V480C256 497.7 241.7 512 224 512H192C174.3 512 160 497.7 160 480V448C160 430.3 174.3 416 192 416H224zM320 448C320 430.3 334.3 416 352 416H384C401.7 416 416 430.3 416 448V480C416 497.7 401.7 512 384 512H352C334.3 512 320 497.7 320 480V448zM544 416C561.7 416 576 430.3 576 448V480C576 497.7 561.7 512 544 512H512C494.3 512 480 497.7 480 480V448C480 430.3 494.3 416 512 416H544z"/></svg>',click(e){e.stopPropagation();const n=this.fancybox.plugins.Thumbs;n&&n.toggle()}},close:{type:"button",label:"CLOSE",class:"fancybox__button--close",html:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" tabindex="-1"><path d="M20 20L4 4m16 0L4 20"></path></svg>',tabindex:1,click(e){e.stopPropagation(),e.preventDefault(),this.fancybox.close()}}},display:[{id:"counter",position:"left"},"zoom","slideshow","fullscreen","thumbs","captions","close"]},caption(e,n,a){let o=a.caption;return a.type==="image"&&(o=`<div class="mx-auto container">
32
32
  ${a.title?`<h6 class="font-semibold text-4xl mb-1">${a.title}</h6>`:""}
33
33
  ${o.length?`<div class="caption inline sm:flex text-body-md pb-2 mr-2 sm:mr-0"><div class="inline">${o}</div></div>`:""}
34
34
  ${a.url?`<a href="${a.url}" class="inline-block text-body-md whitespace-nowrap relative text-primary can-hover:hover:text-primary-dark cursor-pointer focus:outline-none" title="Full Image Details">Full Image Details</a>`:""}
35
- </div>`),o}})},methods:{clickHandler(){this.$emit("click")}}}),xp=["href","data-fancybox","data-src","data-width","data-height","data-srcset","data-sizes","data-theme","data-caption","data-title","data-animated","data-download-src","data-url","data-max-width"];function Mp(e,n,a,o,s,i){const r=di;return t.openBlock(),t.createElementBlock("a",{class:"MixinFancybox group cursor-pointer block",role:"link","aria-label":"Open in Lightbox",href:e.src,"data-fancybox":e.galleryName||"","data-src":e.src,"data-width":e.src?e.src.width:null,"data-height":e.src?e.src.height:null,"data-srcset":e.srcSet,"data-sizes":e.sizes,"data-theme":e.computedClass,"data-caption":e.computedCaption,"data-title":e.title,"data-animated":e.animated,"data-download-src":e.downloadSrc,"data-url":e.detailUrl,"data-max-width":e.src?e.src.width:null,onClick:n[0]||(n[0]=l=>e.$emit("click"))},[t.createVNode(r),t.renderSlot(e.$slots,"default")],8,xp)}const Se=w(Ip,[["render",Mp]]),Lp=t.defineComponent({name:"BlockImageStandard",components:{MixinFancybox:Se,BaseImage:q,BaseImagePlaceholder:j,BaseImageCaption:ie},props:{data:{type:Object,required:!1},displayCaption:{type:Boolean,default:!0},caption:{type:String,required:!1},constrain:{type:Boolean,default:!0}},computed:{theCaption(){if(this.caption&&this.caption.length>2&&this.displayCaption)return this.caption;if(this.displayCaption&&this.data&&this.data.caption&&this.data.caption.length>2)return this.data.caption},theData(){if(this.data)return{...this.data,caption:this.theCaption}},hasCaptionArea(){return!!(this.data&&(this.theCaption||this.data.credit||this.data.detailUrl))}}}),Dp={key:0},vp={key:1,class:"lg:px-0 p-4 pb-0"};function Pp(e,n,a,o,s,i){var h;const r=q,l=j,c=Se,d=ie;return e.theData?(t.openBlock(),t.createElementBlock("div",Dp,[e.theData.src?(t.openBlock(),t.createBlock(c,{key:0,src:e.theData.original||((h=e.theData.src)==null?void 0:h.url),caption:e.theData.caption,credit:e.theData.credit,"detail-url":e.theData.detailUrl},{default:t.withCtx(()=>[t.createVNode(l,{"aspect-ratio":e.constrain?"16:9":"none","dark-mode":""},{default:t.withCtx(()=>[e.theData.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.theData.src.url,srcset:e.theData.srcSet,width:e.theData.src.width,height:e.theData.src.height,alt:e.theData.alt,"image-class":e.constrain?void 0:"w-full h-auto","object-fit-class":e.constrain?"contain":void 0,loading:"lazy"},null,8,["src","srcset","width","height","alt","image-class","object-fit-class"])):t.createCommentVNode("",!0)]),_:1},8,["aspect-ratio"])]),_:1},8,["src","caption","credit","detail-url"])):t.createCommentVNode("",!0),e.theData&&e.hasCaptionArea?(t.openBlock(),t.createElementBlock("div",vp,[t.createVNode(d,{data:e.theData},null,8,["data"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Qe=w(Lp,[["render",Pp]]),zp=t.defineComponent({name:"BlockImageFullBleed",components:{MixinFancybox:Se,BaseImage:q,BaseImagePlaceholder:j,BaseImageCaption:ie},props:{data:{type:Object,required:!1},displayCaption:{type:Boolean,default:!0},caption:{type:String,required:!1},constrain:{type:Boolean,default:!0}},data(){return{openTab:1}},computed:{theCaption(){if(this.caption&&this.caption.length>2&&this.displayCaption)return this.caption;if(this.displayCaption&&this.data&&this.data.caption&&this.data.caption.length>2)return this.data.caption},theSrcSet(){return this.theData?se(this.theData):void 0},theData(){if(this.data)return{...this.data,caption:this.theCaption}},hasCaptionArea(){return!!(this.data&&(this.theCaption||this.data.credit||this.data.detailUrl))}}}),Ap={key:0},Op={class:"bg-gray-light"},Fp={class:"max-w-screen-3xl mx-auto"},Hp={key:0,class:"max-w-screen-3xl p-4 pb-0 mx-auto"};function qp(e,n,a,o,s,i){var h;const r=q,l=j,c=Se,d=ie;return e.theData?(t.openBlock(),t.createElementBlock("div",Ap,[t.createElementVNode("div",Op,[t.createElementVNode("div",Fp,[e.theData.src?(t.openBlock(),t.createBlock(c,{key:0,src:e.theData.original||((h=e.theData.src)==null?void 0:h.url),caption:e.theData.caption,credit:e.theData.credit,"detail-url":e.theData.detailUrl},{default:t.withCtx(()=>[t.createVNode(l,{"aspect-ratio":e.constrain?"16:9":"none","responsive-aspect-ratio":e.constrain?"lg:aspect-ratio-two-one":"","dark-mode":""},{default:t.withCtx(()=>[e.theData.src&&e.theData.srcCropped?(t.openBlock(),t.createBlock(r,{key:0,src:e.constrain?e.theData.srcCropped.url:e.theData.src.url,srcset:e.theData.srcSet&&!e.constrain?e.theData.srcSet:e.theSrcSet,width:e.constrain?e.theData.srcCropped.width:e.theData.src.width,height:e.constrain?e.theData.srcCropped.height:e.theData.src.height,alt:e.theData.alt,"image-class":e.constrain?void 0:"w-full h-auto","object-fit-class":e.constrain?"cover":void 0,loading:"lazy"},null,8,["src","srcset","width","height","alt","image-class","object-fit-class"])):t.createCommentVNode("",!0)]),_:1},8,["aspect-ratio","responsive-aspect-ratio"])]),_:1},8,["src","caption","credit","detail-url"])):t.createCommentVNode("",!0)])]),e.data&&e.hasCaptionArea?(t.openBlock(),t.createElementBlock("div",Hp,[t.createVNode(d,{data:e.theData},null,8,["data"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Ga=w(zp,[["render",qp]]),jp=t.defineComponent({name:"BlockImage",components:{BlockImageStandard:Qe,BlockImageFullBleed:Ga,LayoutHelper:ee},props:{data:{type:Object,required:!1},fullBleed:{type:Boolean,required:!1,default:!1}}}),Rp={key:0};function Gp(e,n,a,o,s,i){const r=Ga,l=Qe,c=ee;return e.data?(t.openBlock(),t.createElementBlock("div",Rp,[e.fullBleed&&e.data.imageFullBleed?(t.openBlock(),t.createBlock(r,{key:0,data:e.data.imageFullBleed,"display-caption":e.data.displayCaption,caption:e.data.caption,constrain:e.data.constrain},null,8,["data","display-caption","caption","constrain"])):(t.openBlock(),t.createBlock(c,{key:1,indent:"col-2"},{default:t.withCtx(()=>[t.createVNode(l,{data:e.data.image,"display-caption":e.data.displayCaption,caption:e.data.caption,constrain:e.data.constrain},null,8,["data","display-caption","caption","constrain"])]),_:1}))])):t.createCommentVNode("",!0)}const Ua=w(jp,[["render",Gp]]),Up=t.defineComponent({name:"BlockImageCarouselItem",components:{MixinFancybox:Se,BaseImage:q,BaseImagePlaceholder:j,BaseImageCaption:ie},props:{image:{type:Object,required:!0,default:()=>({})},displayCaption:{type:Boolean,default:!0},caption:{type:String,required:!1},blockId:{type:String,required:!1},showTitle:{type:Boolean,required:!1,default:!1}},computed:{theCaption(){if(this.caption&&this.caption.length>2&&this.displayCaption)return this.caption;if(this.displayCaption&&this.image&&this.image.caption&&this.image.caption.length>2)return this.image.caption},theImageData(){return this.image?{...this.image,caption:this.theCaption}:null},hasCaptionArea(){return this.image?this.theCaption||this.image.credit||this.image.detailUrl:!1}}}),Wp={key:0},Yp={key:0,class:"lg:px-0 lg:pt-3 px-4 pt-10"};function Kp(e,n,a,o,s,i){var h;const r=q,l=j,c=Se,d=ie;return e.theImageData?(t.openBlock(),t.createElementBlock("div",Wp,[t.createVNode(c,{src:e.theImageData.original||((h=e.theImageData.src)==null?void 0:h.url),caption:e.theImageData.caption,credit:e.theImageData.credit,"detail-url":e.theImageData.detailUrl,"gallery-name":`carousel-${e.blockId}`,title:e.showTitle?e.theImageData.title:void 0,"show-thumbnails":""},{default:t.withCtx(()=>[e.theImageData?(t.openBlock(),t.createBlock(l,{key:0,"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[e.theImageData.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.theImageData.src.url,srcset:e.theImageData.srcSet,width:e.theImageData.src.width,height:e.theImageData.src.height,alt:e.theImageData.alt,"object-fit-class":"contain",loading:"lazy"},null,8,["src","srcset","width","height","alt"])):t.createCommentVNode("",!0)]),_:1})):t.createCommentVNode("",!0)]),_:1},8,["src","caption","credit","detail-url","gallery-name","title"]),e.theImageData&&e.hasCaptionArea?(t.openBlock(),t.createElementBlock("div",Yp,[t.createVNode(d,{class:"slide-caption",data:e.theImageData},null,8,["data"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Wa=w(Up,[["render",Kp]]),Zp=_n.BlockImageCarousel;te.use([kn,Ot]);const Xp=t.defineComponent({name:"BlockImageCarousel",components:{BaseButton:R,IconPrev:we,IconNext:$e,BlockImageCarouselItem:Wa},props:{items:{type:Array,required:!1},itemRole:{type:String,required:!1},loop:{type:Boolean,default:!0},slide:{type:Number,required:!1},blockId:{type:String,required:!1},showTitle:{type:Boolean,required:!1,default:!1}},data(){return{currentIndex:0,currentCaption:"",slider:null,sliderOptions:{...Zp,loop:this.loop,pagination:!1,a11y:{slideRole:this.itemRole},on:{slideChange:e=>{this.updateIndex(e.realIndex),this.loop&&Array.prototype.forEach.call(e.slides,function(n){const a=n.querySelector(".MixinFancybox");if(a){const o=a.dataset.fancybox||a.dataset.triggerFancybox;n.classList.contains("swiper-slide-visible")?(a.dataset.fancybox=o,a.removeAttribute("data-trigger-fancybox")):n.classList.contains("swiper-slide-duplicate")||n.classList.contains("swiper-slide-duplicate-next")?(a.dataset.triggerFancybox=o,a.removeAttribute("data-fancybox")):(a.dataset.fancybox=o,a.removeAttribute("data-trigger-fancybox"))}})}}}}},computed:{hasCover(){return!!this.$slots.firstSlide},itemsMobileNav(){const e=this.items?this.items.map(n=>n):void 0;return e&&this.hasCover&&e.push({cover:"hasCover"}),e}},watch:{slide(e){this.slideTo(e)}},mounted(){this.init()},methods:{init(){this.slider=new te(this.$refs.BlockImageCarousel,this.sliderOptions),this.currentIndex=this.slider.realIndex},updateIndex(e){this.currentIndex=e},slideTo(e){this.slider&&this.slider.slideTo(e)}}}),Jp={key:0,class:"BlockImageCarousel w-full overflow-hidden"},Qp={ref:"BlockImageCarousel",class:"swiper"},ef={class:"swiper-wrapper"},tf={class:"swiper-nav lg:block absolute inset-x-0 top-0 hidden h-0 overflow-hidden z-70"},nf={class:"absolute inset-0"},af={class:"absolute bottom-0 right-0 z-10 flex"},of={class:"swiper-dots lg:hidden absolute top-0 z-50 w-full text-center"},sf=["aria-label","onClick"];function rf(e,n,a,o,s,i){const r=Wa,l=we,c=R,d=$e;return e.items?(t.openBlock(),t.createElementBlock("div",Jp,[t.createElementVNode("div",Qp,[t.createElementVNode("div",ef,[t.renderSlot(e.$slots,"firstSlide"),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(h,m)=>(t.openBlock(),t.createBlock(r,{key:m,image:h.image,caption:h.caption,"display-caption":h.displayCaption,"block-id":e.blockId,"show-title":e.showTitle,class:"swiper-slide"},null,8,["image","caption","display-caption","block-id","show-title"]))),128))]),t.createElementVNode("div",tf,[t.createElementVNode("div",nf,[t.createElementVNode("div",af,[t.createVNode(c,{class:"swiper-prev xl:text-xl border-collapse","aria-label":"Previous slide"},{icon:t.withCtx(()=>[t.createVNode(l)]),_:1}),t.createVNode(c,{class:"swiper-next xl:text-xl border-collapse","aria-label":"Next slide"},{icon:t.withCtx(()=>[t.createVNode(d)]),_:1})])])]),t.createElementVNode("div",of,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.itemsMobileNav,(h,m)=>(t.openBlock(),t.createElementBlock("button",{key:m,class:"pointer-events-auto inline-block px-1 py-3 cursor-pointer","aria-label":"Go to slide "+(e.hasCover?m:m+1),onClick:p=>e.slideTo(e.hasCover?m:m+1)},[t.createElementVNode("span",{class:t.normalizeClass(["inline-block w-3 h-3 rounded-full",e.currentIndex===m?"bg-jpl-red":"bg-gray-light-mid"])},null,2)],8,sf))),128))])],512)])):t.createCommentVNode("",!0)}const et=w(Xp,[["render",rf]]),lf=t.defineComponent({name:"BlockImageComparison",props:{data:{type:Object,required:!0}},computed:{theBeforeImageSrc(){return this.data&&this.data.beforeImage?this.data.constrain&&this.data.beforeImage.srcCropped?this.data.beforeImage.srcCropped:this.data.beforeImage.src:null},theAfterImageSrc(){return this.data&&this.data.afterImage?this.data.constrain&&this.data.afterImage.srcCropped?this.data.afterImage.srcCropped:this.data.afterImage.src:null}}}),cf={key:0},df=["innerHTML"];function hf(e,n,a,o,s,i){const r=t.resolveComponent("VueCompareImage"),l=t.resolveComponent("client-only");return e.data?(t.openBlock(),t.createElementBlock("div",cf,[t.createVNode(l,{placeholder:"Loading Image Comparison..."},{default:t.withCtx(()=>[e.theBeforeImageSrc&&e.theAfterImageSrc?(t.openBlock(),t.createBlock(r,{key:0,class:"h-full animate-fadeIn","left-image":e.theBeforeImageSrc.url,"left-image-alt":"Left image","right-image":e.theAfterImageSrc.url,"right-image-alt":"Right image"},null,8,["left-image","right-image"])):t.createCommentVNode("",!0)]),_:1}),e.data.caption&&e.data.caption.length>2?(t.openBlock(),t.createElementBlock("div",{key:0,class:"text-gray-mid-dark mt-3",innerHTML:e.data.caption},null,8,df)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Gt=w(lf,[["render",hf]]),mf=t.defineComponent({name:"BlockImageGallery",components:{MixinFancybox:Se,BaseImage:q,BaseImagePlaceholder:j,BaseHeading:G,BlockImageCarousel:et},props:{label:{type:String,required:!1},title:{type:String,required:!1},description:{type:String,required:!1},cover:{type:Object,required:!1},items:{type:Array,required:!1},blockId:{type:String,required:!1}},computed:{theSrcSet(){return this.cover?se(this.cover)?se(this.cover):this.cover.srcSet:""}}}),pf={class:"bg-gradient-to-b from-transparent-w50 to-black absolute inset-0 z-10"},ff={class:"text-contrast lg:p-20 flex items-end w-full h-full p-10 text-white"},uf={class:"w-full"},gf={key:0,class:"text-subtitle mb-3"},yf={key:2,class:"sm:block text-body-lg lg:w-2/3 xl:w-1/2 hidden mt-5"};function bf(e,n,a,o,s,i){const r=G,l=q,c=j,d=Se,h=et;return e.items?(t.openBlock(),t.createBlock(h,{key:0,class:"BlockImageGallery",items:e.items,"item-role":"link",loop:!1,"block-id":e.blockId},{firstSlide:t.withCtx(()=>{var m;return[e.cover?(t.openBlock(),t.createBlock(d,{key:0,src:e.cover.original||((m=e.cover.src)==null?void 0:m.url),caption:e.description,credit:e.cover.credit,"detail-url":e.cover.detailUrl,title:e.title,"gallery-name":`carousel-${e.blockId}`,"show-thumbnails":"",class:"swiper-slide h-auto"},{default:t.withCtx(()=>[t.createElementVNode("div",null,[t.createElementVNode("div",pf,[t.createElementVNode("div",ff,[t.createElementVNode("div",uf,[e.label?(t.openBlock(),t.createElementBlock("p",gf,t.toDisplayString(e.label),1)):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createBlock(r,{key:1,level:"h2"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1})):t.createCommentVNode("",!0),e.description?(t.openBlock(),t.createElementBlock("p",yf,t.toDisplayString(e.description),1)):t.createCommentVNode("",!0)])])]),e.cover&&e.cover.src?(t.openBlock(),t.createBlock(c,{key:0,"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[e.cover.src?(t.openBlock(),t.createBlock(l,{key:0,src:e.cover.src.url,srcset:e.theSrcSet,width:e.cover.src.width,height:e.cover.src.height,alt:"","object-fit-class":"cover",loading:"lazy"},null,8,["src","srcset","width","height"])):t.createCommentVNode("",!0)]),_:1})):t.createCommentVNode("",!0)])]),_:1},8,["src","caption","credit","detail-url","title","gallery-name"])):t.createCommentVNode("",!0)]}),_:1},8,["items","block-id"])):t.createCommentVNode("",!0)}const Ut=w(mf,[["render",bf]]),Ci={small:"text-body-sm",medium:"text-body-md",large:"text-body-lg"},kf=t.defineComponent({name:"BlockText",props:{text:{type:String,required:!1},variant:{type:String,required:!1,default:"large",validator:e=>Object.keys(Ci).includes(e)}},computed:{computedClass(){return Ci[this.variant]}}}),_f=["innerHTML"];function $f(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["BlockText",e.computedClass]),innerHTML:e.text},null,10,_f)}const re=w(kf,[["render",$f]]),wf=t.defineComponent({name:"BlockInlineImage",components:{MixinFancybox:Se,BlockText:re,BaseImagePlaceholder:j,BaseImage:q,BaseImageCaption:ie},props:{data:{type:Object,required:!1}},computed:{theCaption(){if(this.data&&this.data.caption&&this.data.caption.length>2&&this.data.displayCaption)return this.data.caption;if(this.data&&this.data.image.caption&&this.data.image.caption.length>2&&this.data.displayCaption)return this.data.image.caption},theImageData(){var e,n;return(e=this.data)!=null&&e.image?{...(n=this.data)==null?void 0:n.image,caption:this.theCaption}:null},hasCaptionArea(){return this.data&&this.data.image?this.theCaption||this.data.image.credit||this.data.image.detailUrl:!1},theSrcSet(){return this.theImageData?se(this.theImageData)?se(this.theImageData):this.theImageData.srcSet:void 0}}}),Cf={key:0,class:"BlockInlineImage LayoutHelper container mx-auto"},Bf={class:"lg:BaseGrid lg:px-0 px-4"};function Ef(e,n,a,o,s,i){var m;const r=q,l=j,c=Se,d=ie,h=re;return e.data?(t.openBlock(),t.createElementBlock("div",Cf,[t.createElementVNode("div",Bf,[e.theImageData?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["lg:mb-0 lg:w-full sm:w-xl lg:mt-0 lg:pr-4 2xl:pr-0 col-span-5 mx-auto mt-8 mb-8",e.data.alignTo==="right"?"col-start-8 lg:order-2":"col-start-1 lg:order-1"])},[e.theImageData?(t.openBlock(),t.createBlock(c,{key:0,src:e.theImageData.original||((m=e.theImageData.src)==null?void 0:m.url),caption:e.theImageData.caption,credit:e.theImageData.credit,"detail-url":e.theImageData.detailUrl},{default:t.withCtx(()=>[t.createVNode(l,{"aspect-ratio":"none"},{default:t.withCtx(()=>[e.theImageData&&e.theImageData.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.theImageData.src.url,srcset:e.theSrcSet,width:e.theImageData.src.width,height:e.theImageData.src.height,"image-class":"w-full h-auto",alt:e.theImageData.alt,loading:"lazy"},null,8,["src","srcset","width","height","alt"])):t.createCommentVNode("",!0)]),_:1})]),_:1},8,["src","caption","credit","detail-url"])):t.createCommentVNode("",!0),e.hasCaptionArea?(t.openBlock(),t.createBlock(d,{key:1,class:"lg:mt-3 mt-2",data:e.theImageData},null,8,["data"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),e.data.text?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["flex col-span-5",e.data.alignTo==="right"?"col-start-3 lg:order-1":"col-start-6 lg:order-2"])},[t.createVNode(h,{text:e.data.text},null,8,["text"])],2)):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)}const Ya=w(wf,[["render",Ef]]),Sf=t.defineComponent({name:"BlockKeyPoints",components:{BlockHeading:Ft,BlockText:re},props:{data:{type:Object,required:!1}}}),Vf={key:0,class:"BlockKeyPoints border-gray-light-mid lg:py-10 py-6 border-t border-b"};function Nf(e,n,a,o,s,i){const r=Ft,l=re;return e.data?(t.openBlock(),t.createElementBlock("div",Vf,[t.createVNode(r,{class:"mb-5",data:{heading:e.data.heading}},null,8,["data"]),t.createElementVNode("ul",null,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.listItem,(c,d)=>(t.openBlock(),t.createElementBlock("li",{key:d,class:t.normalizeClass(["flex",d+1===e.data.listItem.length?"mb-0":"mb-4"])},[t.createVNode(l,{text:c.text,variant:"medium"},null,8,["text"])],2))),128))])])):t.createCommentVNode("",!0)}const Ka=w(Sf,[["render",Nf]]),Tf=t.defineComponent({name:"IconArrow"}),If={class:"IconArrow",width:"26",height:"16",viewBox:"0 0 26 16",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},xf=[t.createElementVNode("path",{d:"M17.935.929L25.006 8l-7.071 7.071-1.414-1.414L21.177 9H1V7h20.177l-4.656-4.657L17.935.93z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function Mf(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",If,xf)}const be=w(Tf,[["render",Mf]]),Lf=t.defineComponent({name:"BlockLinkCard",components:{IconArrow:be,BaseLink:F,BaseImage:q,BaseImagePlaceholder:j},props:{data:{type:Object,required:!1,default:void 0},url:{type:String,required:!1,default:void 0},externalLink:{type:String,required:!1,default:void 0},thumbnailImage:{type:Object,required:!1,default:void 0},label:{type:String,required:!1,default:void 0},title:{type:String,required:!1,default:void 0},date:{type:String,required:!1,default:void 0},startDate:{type:String,required:!1,default:void 0},endDate:{type:String,required:!1,default:void 0},compact:{type:Boolean,default:!1},headingLevel:{type:String||null,required:!1,default:void 0}},computed:{theItem(){var e;if((e=this.data)!=null&&e.page)return this.data.page;if(this.data)return this.data;if(this.url||this.externalLink||this.thumbnailImage||this.label||this.title||this.date||this.startDate||this.endDate)return{url:this.url,externalLink:this.externalLink,thumbnailImage:this.thumbnailImage,label:this.label,title:this.title,date:this.date,startDate:this.startDate,endDate:this.endDate}},formattedEventDates(){var e;return(e=this.theItem)!=null&&e.startDate?pt(this.theItem.startDate,this.theItem.endDate):void 0}}}),Df={key:1},vf={class:"flex flex-wrap"},Pf=t.createElementVNode("span",{class:"sr-only"},".",-1),zf={key:0,class:"text-gray-mid-dark mt-2"},Af={class:"BlockLinkCard__CardArrow ThemeVariantLight can-hover:block text-action can-hover:-ml-3 can-hover:group-hover:delay-200 can-hover:opacity-0 can-hover:group-hover:ml-0 can-hover:group-hover:opacity-100 hidden -mt-1 text-2xl leading-normal transition-all duration-200 ease-in"};function Of(e,n,a,o,s,i){const r=q,l=j,c=be,d=F;return e.theItem?(t.openBlock(),t.createBlock(d,{key:0,variant:"none",to:e.theItem.url?e.theItem.url:void 0,href:e.theItem.externalLink?e.theItem.externalLink:void 0,class:"BlockLinkCard group","link-class":`block ${e.compact?"pb-3":"pb-5"}`,"external-target-blank":""},{default:t.withCtx(()=>[t.createVNode(l,{"aspect-ratio":"16:9",class:t.normalizeClass(["bg-gray-dark relative mb-6 overflow-hidden",{"lg:mb-10":!e.compact}]),"dark-mode":"","no-logo":""},{default:t.withCtx(()=>[e.theItem.thumbnailImage&&e.theItem.thumbnailImage.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.theItem.thumbnailImage.src.url,width:e.theItem.thumbnailImage.src.width,height:e.theItem.thumbnailImage.src.height,alt:"","object-fit-class":"cover","image-class":"can-hover:group-hover:delay-200 can-hover:group-hover:scale-100 absolute top-0 left-0 w-full transition-all duration-200 ease-in transform scale-105",loading:"lazy"},null,8,["src","width","height"])):(t.openBlock(),t.createElementBlock("div",Df))]),_:1},8,["class"]),t.createElementVNode("div",{class:t.normalizeClass(["BlockLinkCard__CardContent transition-translate can-hover:group-hover:delay-200 duration-200 ease-in transform",e.compact?"can-hover:group-hover:-translate-y-2":"can-hover:group-hover:-translate-y-3"])},[t.createElementVNode("div",vf,[e.theItem.label||e.theItem.startDate?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(["text-subtitle divide-gray-mid flex divide-x",e.compact?"mb-2":"mb-4"])},[e.theItem.label?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass({"pr-2":e.theItem.startDate})},t.toDisplayString(e.theItem.label),3)):t.createCommentVNode("",!0),e.theItem.startDate?(t.openBlock(),t.createElementBlock("span",{key:1,class:t.normalizeClass({"text-gray-mid-dark pl-2":e.theItem.label})},t.toDisplayString(e.formattedEventDates),3)):t.createCommentVNode("",!0),Pf],2)):t.createCommentVNode("",!0)]),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.headingLevel||"p"),{class:t.normalizeClass(["text-gray-dark text-xl font-medium leading-tight tracking-tight edu:font-extrabold",{"lg:text-3xl":!e.compact}])},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.theItem.title),1)]),_:1},8,["class"])),e.theItem.date?(t.openBlock(),t.createElementBlock("p",zf,t.toDisplayString(e.theItem.date),1)):t.createCommentVNode("",!0)],2),t.createElementVNode("div",Af,[t.createVNode(c)])]),_:1},8,["to","href","link-class"])):t.createCommentVNode("",!0)}const _t=w(Lf,[["render",Of]]),Ff=t.defineComponent({name:"BlockLinkTile",components:{IconArrow:be,BaseLink:F,BaseImage:q,BaseImagePlaceholder:j},props:{data:{type:Object,required:!1},url:{type:String,required:!1},externalLink:{type:String,required:!1},thumbnailImage:{type:Object,required:!1},label:{type:String,required:!1},title:{type:String,required:!1},startDate:{type:String,required:!1},endDate:{type:String,required:!1},compact:{type:Boolean,default:!1},headingLevel:{type:String||null,required:!1}},computed:{theItem(){var e;if((e=this.data)!=null&&e.page)return this.data.page;if(this.data)return this.data;if(this.url||this.externalLink||this.thumbnailImage||this.label||this.title||this.startDate||this.endDate)return{url:this.url,externalLink:this.externalLink,thumbnailImage:this.thumbnailImage,label:this.label,title:this.title,startDate:this.startDate,endDate:this.endDate}},formattedEventDates(){var e;return(e=this.theItem)!=null&&e.startDate?pt(this.theItem.startDate,this.theItem.endDate):void 0}}}),Hf={class:"relative"},qf={class:"lg:group-hover:scale-105 min-h-66 transition-all duration-200 ease-in delay-200 transform scale-100 bg-black"},jf={key:1},Rf=t.createElementVNode("div",{class:"gradient-overlay bg-gradient-to-b from-transparent to-black min-h-1/2 absolute inset-x-0 bottom-0"},null,-1),Gf=t.createElementVNode("div",{class:"bg-opacity-15 absolute inset-0 bg-black"},null,-1),Uf={class:"absolute inset-x-0 bottom-0"},Wf={key:0,class:"text-subtitle divide-white flex divide-x mb-2"},Yf=t.createElementVNode("span",{class:"sr-only"},".",-1),Kf={class:"lg:block lg:-ml-3 lg:opacity-0 lg:group-hover:ml-0 lg:group-hover:opacity-100 lg:-mb-3 relative z-20 hidden text-3xl leading-normal transition-all duration-200 ease-in delay-200"};function Zf(e,n,a,o,s,i){const r=q,l=j,c=be,d=F;return e.theItem?(t.openBlock(),t.createBlock(d,{key:0,variant:"none",to:e.theItem.url?e.theItem.url:void 0,href:e.theItem.externalLink?e.theItem.externalLink:void 0,class:"BlockLinkTile group","link-class":"block","external-target-blank":""},{default:t.withCtx(()=>[t.createElementVNode("div",Hf,[t.createElementVNode("div",qf,[t.createVNode(l,{"aspect-ratio":e.compact?"1:1":"8:7","dark-mode":"","no-logo":""},{default:t.withCtx(()=>[e.theItem.thumbnailImage&&e.theItem.thumbnailImage.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.theItem.thumbnailImage.src.url,width:e.theItem.thumbnailImage.src.width,height:e.theItem.thumbnailImage.src.height,alt:"","object-fit-class":"cover","image-class":"w-full h-full",loading:"lazy"},null,8,["src","width","height"])):(t.openBlock(),t.createElementBlock("div",jf))]),_:1},8,["aspect-ratio"]),Rf,Gf]),t.createElementVNode("div",Uf,[t.createElementVNode("div",{class:t.normalizeClass(["text-contrast px-6 py-4 text-white",{"xl:px-10 xl:py-6 lg:px-8":!e.compact}])},[e.theItem.label||e.theItem.startDate?(t.openBlock(),t.createElementBlock("p",Wf,[e.theItem.label?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass({"pr-2":e.theItem.startDate})},t.toDisplayString(e.theItem.label),3)):t.createCommentVNode("",!0),e.theItem.startDate?(t.openBlock(),t.createElementBlock("span",{key:1,class:t.normalizeClass({"pl-2":e.theItem.label})},t.toDisplayString(e.formattedEventDates),3)):t.createCommentVNode("",!0),Yf])):t.createCommentVNode("",!0),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.headingLevel||"p"),{class:t.normalizeClass(["text-xl leading-tight tracking-tight transition-all duration-200 ease-in delay-200 edu:font-extrabold",e.compact?"font-semibold mb-0 lg:group-hover:mb-1":"font-medium mb-1 lg:group-hover:mb-3 sm:text-6xl md:text-3xl xl:text-6xl"])},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.theItem.title),1)]),_:1},8,["class"])),t.createElementVNode("div",Kf,[t.createVNode(c)])],2)])])]),_:1},8,["to","href"])):t.createCommentVNode("",!0)}const Cn=w(Ff,[["render",Zf]]),Bi={cards:"BlockLinkCard",tiles:"BlockLinkTile"},Xf=t.defineComponent({name:"BlockLinkCarousel",components:{MixinCarousel:Be,BlockLinkCard:_t,BlockLinkTile:Cn},props:{itemType:{type:String,required:!1,default:"cards",validator:e=>Object.keys(Bi).includes(e)},items:{type:Array,required:!1,default:void 0},heading:{type:String,required:!1,default:void 0}},computed:{theVariantComponent(){return t.resolveComponent(Bi[this.itemType])},hasContent(){return!!(this.items&&this.items.length)}}});function Jf(e,n,a,o,s,i){const r=Be;return e.hasContent?(t.openBlock(),t.createBlock(r,{key:0,heading:e.heading,variant:e.itemType},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(l,c)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.theVariantComponent),{key:c,data:l,class:"swiper-slide"},null,8,["data"]))),128))]),_:1},8,["heading","variant"])):t.createCommentVNode("",!0)}const tt=w(Xf,[["render",Jf]]),Qf=t.defineComponent({name:"BlockListCards",components:{BaseHeading:G,BaseLink:F,BaseImage:q,BaseImagePlaceholder:j,BlockText:re},props:{data:{type:Object,required:!1}},methods:{getExternalLink(e){return ha(e)}}}),eu={key:0,class:"BlockListCards"},tu={class:"md:mr-6 lg:mr-8 md:mb-0 flex-shrink-0 w-40 mb-6"},nu={key:2,class:"mt-3"},au={class:"pl-4 list-square"},ou={key:3,class:"mt-3"};function su(e,n,a,o,s,i){const r=q,l=j,c=G,d=re,h=F;return e.data&&e.data.items&&e.data.items.length>0?(t.openBlock(),t.createElementBlock("div",eu,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.items,(m,p)=>(t.openBlock(),t.createElementBlock("div",{key:p,class:t.normalizeClass(["md:flex",{"lg:pb-10 lg:mb-10 mb-8 border-gray-light-mid pb-6 border-b":p+1!==e.data.items.length}])},[t.createElementVNode("div",tu,[t.createVNode(l,{"aspect-ratio":"1:1"},{default:t.withCtx(()=>[m.image&&m.image.src?(t.openBlock(),t.createBlock(r,{key:0,src:m.image.src.url,width:m.image.src.width,height:m.image.src.height,alt:"",class:"object-cover",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0)]),_:2},1024)]),t.createElementVNode("div",null,[m.heading?(t.openBlock(),t.createBlock(c,{key:0,size:"h5",level:"h2",class:"mb-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(m.heading),1)]),_:2},1024)):t.createCommentVNode("",!0),m.description?(t.openBlock(),t.createBlock(d,{key:1,text:m.description,variant:"medium"},null,8,["text"])):t.createCommentVNode("",!0),m.links&&m.links.length>1?(t.openBlock(),t.createElementBlock("div",nu,[t.createElementVNode("ul",au,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.links,(f,u)=>(t.openBlock(),t.createElementBlock("li",{key:u,class:"my-2"},[(t.openBlock(),t.createBlock(h,{key:u,variant:"default",class:"","link-class":"no-underline",href:e.getExternalLink(f)?e.getExternalLink(f):void 0,to:f.page?f.page.url:null,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(f.text),1)]),_:2},1032,["href","to"]))]))),128))])])):m.links&&m.links.length===1?(t.openBlock(),t.createElementBlock("div",ou,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.links,(f,u)=>(t.openBlock(),t.createBlock(h,{key:u,variant:"primary",class:"-mb-1","link-class":"inline-block","caret-wrapper-class":"py-2",href:e.getExternalLink(f)?e.getExternalLink(f):void 0,to:f.page?f.page.url:null,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(f.text),1)]),_:2},1032,["href","to"]))),128))])):t.createCommentVNode("",!0)])],2))),128))])):t.createCommentVNode("",!0)}const Za=w(Qf,[["render",su]]),iu=t.defineComponent({name:"BlockQuote",components:{BaseLink:F},props:{data:{type:Object,required:!0,default:()=>({})}}}),ru={class:"BlockQuote md:px-0 px-4 mx-auto text-center"},lu=t.createElementVNode("hr",{"aria-hidden":"true",class:"lg:mb-6 mb-3"},null,-1),cu=["innerHTML"],du={key:0,class:"inline-block"},hu={class:"flex items-center justify-center"},mu=["src","alt"],pu={key:2,class:"attribution-text"},fu=t.createElementVNode("hr",{"aria-hidden":"true",class:"lg:mt-6 mt-3"},null,-1);function uu(e,n,a,o,s,i){const r=F;return t.openBlock(),t.createElementBlock("div",ru,[lu,t.createElementVNode("p",{class:"quote",innerHTML:e.data.quote},null,8,cu),e.data.attribution?(t.openBlock(),t.createElementBlock("div",du,[t.createElementVNode("div",hu,[e.data.thumbnail&&Object.keys(e.data.thumbnail).length>0&&e.data.thumbnail.src?(t.openBlock(),t.createElementBlock("img",{key:0,loading:"lazy",class:"attribution-image",src:e.data.thumbnail.src,alt:e.data.thumbnail.alt,"data-chromatic":"ignore"},null,8,mu)):t.createCommentVNode("",!0),e.data.quoteLink&&e.data.quoteLink.length>0?(t.openBlock(),t.createBlock(r,{key:1,variant:"none",class:"attribution-text",href:e.data.quoteLink[0].externalLink?e.data.quoteLink[0].externalLink:void 0,to:e.data.quoteLink[0].page?e.data.quoteLink[0].page.url:void 0,"caret-margin-left":"ml-1","caret-color":"text-primary",caret:"","external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.attribution),1)]),_:1},8,["href","to"])):(t.openBlock(),t.createElementBlock("div",pu,[t.createElementVNode("span",null,t.toDisplayString(e.data.attribution),1)]))])])):t.createCommentVNode("",!0),fu])}const nt=w(iu,[["render",uu]]),gu=t.defineComponent({name:"IconDownload"}),yu={class:"IconDownload",width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},bu=[t.createElementVNode("g",{fill:"none","fill-rule":"evenodd"},[t.createElementVNode("path",{d:"M2 16v6h20v-6h2v8H0v-8h2zM13.003 0v14.245l4.657-4.656 1.414 1.414-7.071 7.071-7.071-7.071 1.414-1.414 4.657 4.656V0h2z",fill:"currentColor","fill-rule":"nonzero"})],-1)];function ku(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",yu,bu)}const Xa=w(gu,[["render",ku]]),_u={page:"page",external:"external",document:"document"},$u=t.defineComponent({name:"BlockRelatedLinks",components:{IconArrow:be,IconDownload:Xa,IconExternal:ye},props:{variant:{type:String,required:!0,default:"page",validator:e=>Object.keys(_u).includes(e)},to:{type:[String,Object],required:!1},href:{type:String,required:!1}},computed:{tag(){return this.to?"nuxt-link":"a"},target(){return this.to?"_self":"_blank"},icon(){return this.variant==="document"?"IconDownload":this.variant==="page"?"IconArrow":"IconExternal"}}}),wu={class:"can-hover:group-hover:underline min-w-12 block w-auto break-words"};function Cu(e,n,a,o,s,i){return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.tag),{to:e.to,href:e.href,class:"bg-gray-light group text-body-lg flex items-center justify-between px-4 py-4 cursor-pointer",target:e.target,rel:"noopener"},{default:t.withCtx(()=>[t.createElementVNode("span",wu,[t.renderSlot(e.$slots,"default")]),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{class:t.normalizeClass(["text-action xl:mx-4 flex-none ml-4 text-2xl leading-normal",e.variant==="external"?"text-lg":"text-3xl"])},null,8,["class"]))]),_:3},8,["to","href","target"])}const Ja=w($u,[["render",Cu]]),Bu=t.defineComponent({name:"BlockRelatedLinks",components:{RelatedLink:Ja,BaseHeading:G},props:{data:{type:Object,required:!0,default:()=>({})},headingSize:{type:String,required:!1,default:void 0}},computed:{hasContent(){var e,n;return!!((n=(e=this.data)==null?void 0:e.links)!=null&&n.length)}}}),Eu={key:0};function Su(e,n,a,o,s,i){const r=G,l=Ja;return e.hasContent?(t.openBlock(),t.createElementBlock("div",Eu,[e.data.heading?(t.openBlock(),t.createBlock(r,t.mergeProps({key:0,level:"h2"},e.$attrs,{class:"md:mb-8 mb-5"}),{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.heading),1)]),_:1},16)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.links,(c,d)=>(t.openBlock(),t.createElementBlock("div",{key:d,class:"sm:w-3/4 md:w-2/3 lg:w-3/4 xl:w-2/3 mb-2"},[c.externalLink?(t.openBlock(),t.createBlock(l,{key:0,variant:"external",href:c.externalLink},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.text),1)]),_:2},1032,["href"])):c.document?(t.openBlock(),t.createBlock(l,{key:1,variant:"document",href:c.document.url},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.text),1)]),_:2},1032,["href"])):c.page?(t.openBlock(),t.createBlock(l,{key:2,variant:"page",to:c.page.url},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.text),1)]),_:2},1032,["to"])):t.createCommentVNode("",!0)]))),128))])):t.createCommentVNode("",!0)}const Ve=w(Bu,[["render",Su]]),Vu=t.defineComponent({name:"BlockTable",props:{data:{type:Object,required:!1}},computed:{table(){let e=this.data.table;e=e.replace(/'/g,'"'),e=e.replace(/None,/g,'"",'),e=e.replace(/, None/g,',""'),e=e.replace(/: False/g,": false"),e=e.replace(/: True/g,": true");const n=JSON.parse(e),a={rows:[],caption:n.table_caption};for(let o=0;o<n.data.length;o++){const s={cols:n.data[o],header:o===0&&n.first_row_is_table_header};a.rows.push(s)}return a}}}),Nu={key:0,class:"BlockTable"},Tu={class:"overflow-x-auto scrolling-touch"},Iu={class:"border-gray-light-mid w-full border-t border-b border-collapse table-auto"},xu={class:"text-gray-mid-dark text-body-sm mt-4"};function Mu(e,n,a,o,s,i){return e.data?(t.openBlock(),t.createElementBlock("div",Nu,[t.createElementVNode("div",Tu,[t.createElementVNode("table",Iu,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.table.rows,(r,l)=>(t.openBlock(),t.createElementBlock("tr",{key:l},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.cols,(c,d)=>(t.openBlock(),t.createElementBlock("td",{key:d,class:t.normalizeClass([r.header?"bg-jpl-blue-darker text-subtitle text-white":"bg-white text-gray-dark","border-gray-light-mid lg:p-5 p-3 border-b"])},t.toDisplayString(c),3))),128))]))),128))])]),t.createElementVNode("div",xu,t.toDisplayString(e.table.caption),1)])):t.createCommentVNode("",!0)}const Qa=w(Vu,[["render",Mu]]),Lu={name:"BlockTwitterEmbed",props:{data:{type:Object,required:!1}},mounted(){this.render()},methods:{render(){typeof require<"u"&&require("twitter-widgets").load((e,n)=>{if(e){console.log("[twitter-widgets] Error: "+e);return}n.widgets.createTimeline({sourceType:"profile",screenName:this.data.username},this.$refs.timeline)})}}},Du={key:0,class:"BlockTwitterEmbed lg:px-0 px-8"},vu={ref:"timeline",class:"border-gray-light-mid mx-auto border"};function Pu(e,n,a,o,s,i){return a.data?(t.openBlock(),t.createElementBlock("div",Du,[t.createElementVNode("div",vu,null,512)])):t.createCommentVNode("",!0)}const eo=w(Lu,[["render",Pu]]),zu=t.defineComponent({name:"BlockVideoEmbed",components:{BaseImagePlaceholder:j,BaseImageCaption:ie},props:{data:{type:Object,required:!1,default:void 0}},mounted(){this.addIframeLazyLoad()},methods:{addIframeLazyLoad(){var n;if(!((n=this.data)!=null&&n.embed))return;const e=this.$el.querySelector("iframe");e&&e.setAttribute("loading","lazy")}}}),Au={key:0,class:"BlockVideoEmbed"},Ou=["innerHTML"],Fu={key:0,class:"lg:px-0 p-4"};function Hu(e,n,a,o,s,i){const r=j,l=ie;return e.data&&e.data.embed?(t.openBlock(),t.createElementBlock("div",Au,[t.createVNode(r,{"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:e.data.embed.embed},null,8,Ou)]),_:1}),e.data.caption?(t.openBlock(),t.createElementBlock("div",Fu,[t.createVNode(l,{data:e.data},null,8,["data"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Wt=w(zu,[["render",Hu]]),qu=t.defineComponent({name:"BlockVideo",components:{BaseVideo:Sa,BaseImageCaption:ie},props:{data:{type:Object,required:!1},autoplay:{type:Boolean,default:!1}}}),ju={key:0,class:"BlockVideo"},Ru={key:0,class:"lg:px-0 p-4 pb-0"};function Gu(e,n,a,o,s,i){const r=Sa,l=ie;return e.data?(t.openBlock(),t.createElementBlock("div",ju,[t.createVNode(r,{data:e.data.video,autoplay:e.autoplay},null,8,["data","autoplay"]),e.data.caption&&e.data.caption.length>2||e.data.credit?(t.openBlock(),t.createElementBlock("div",Ru,[t.createVNode(l,{data:e.data},null,8,["data"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Bn=w(qu,[["render",Gu]]),Uu=t.defineComponent({name:"BlockTeaser",components:{BaseButton:R,BaseImage:q},props:{customLabel:{type:String,required:!1},label:{type:String,required:!1},heading:{type:String,required:!1},introduction:{type:String,required:!1},buttonText:{type:String,required:!1},image:{type:Object,required:!1},fullWidth:{type:Boolean,default:!1},teaserPage:{type:[Array,Object],required:!1}},computed:{theLabel(){return this.customLabel||this.label||this.theTeaserPage&&this.theTeaserPage.label||""},theHeading(){return this.heading||this.theTeaserPage&&this.theTeaserPage.title||""},theButtonText(){return this.buttonText||"Read More"},theImage(){const{url:e,width:n,height:a}=this.image&&this.fullWidth?this.image.full:this.image?this.image.half:void 0;return{url:e,width:n,height:a}},theTeaserPage(){if(this.teaserPage&&typeof this.teaserPage=="object")return this.teaserPage;if(this.teaserPage&&Object.keys(this.teaserPage).length){const e=this.getTeaserPageBlock();if(e)return e[0].page}return null}},methods:{getTeaserPageBlock(){return this.teaserPage&&this.teaserPage.length?this.teaserPage.filter(n=>n.blockType==="PageChooserBlock"):null}}}),Wu={key:0,class:"lg:block bg-gradient-to-l from-transparent-w50 to-transparent-black-50 absolute inset-0 z-10 hidden"},Yu={class:"my-auto"},Ku={key:0,class:"text-subtitle"},Zu={key:2,class:"text-body-md lg:mt-2 mt-4"};function Xu(e,n,a,o,s,i){const r=q,l=R;return t.openBlock(),t.createElementBlock("div",{class:"BlockTeaser bg-gray-light lg:grid lg:grid-cols-10 relative z-0",style:t.normalizeStyle(e.image?`min-height: ${e.theImage.height}px`:"")},[e.fullWidth?(t.openBlock(),t.createElementBlock("div",Wu)):t.createCommentVNode("",!0),e.image&&e.theImage.url?(t.openBlock(),t.createBlock(r,{key:1,"image-class":`cover-bg${e.fullWidth?" -full":""}`,alt:"",src:e.theImage.url,width:e.theImage.width,height:e.theImage.height,loading:"lazy"},null,8,["image-class","src","width","height"])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`${e.image&&e.fullWidth?"relative lg:text-white lg:text-contrast z-20":""} grid lg:col-start-2 lg:col-end-5 px-10 lg:px-0 lg:py-16 py-8`)},[t.createElementVNode("div",Yu,[e.theLabel?(t.openBlock(),t.createElementBlock("h2",Ku,t.toDisplayString(e.theLabel),1)):t.createCommentVNode("",!0),e.theHeading?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.theLabel||e.theTeaserPage&&e.theTeaserPage.label?"h3":"h2"),{key:1,class:"text-h3 font-semibold tracking-normal lg:mt-2 mt-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.theHeading),1)]),_:1})):t.createCommentVNode("",!0),e.introduction?(t.openBlock(),t.createElementBlock("p",Zu,t.toDisplayString(e.introduction),1)):t.createCommentVNode("",!0),e.theTeaserPage?(t.openBlock(),t.createBlock(l,{key:3,variant:"primary",href:e.theTeaserPage.url,class:"mt-8","aria-label":`${e.theButtonText} - ${e.theHeading}`},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.theButtonText),1)]),_:1},8,["href","aria-label"])):t.createCommentVNode("",!0)])],2)],4)}const to=w(Uu,[["render",Xu]]),Ei={default:"",fluid:"-fluid"},Ju=t.defineComponent({name:"BlockStreamfield",components:{LayoutHelper:ee,BlockCta:Fa,BlockHeading:Ft,BlockImage:Ua,BlockImageCarousel:et,BlockImageComparison:Gt,BlockImageGallery:Ut,BlockInlineImage:Ya,BlockKeyPoints:Ka,BlockListCards:Za,BlockQuote:nt,BlockRelatedLinks:Ve,BlockTable:Qa,BlockTeaser:to,BlockText:re,BlockTwitterEmbed:eo,BlockIframeEmbed:Ht,BlockVideo:Bn,BlockVideoEmbed:Wt,BlockAnchor:Va},props:{variant:{type:String,required:!1,default:"default",validator:e=>Object.keys(Ei).includes(e)},data:{type:Array,required:!1}},computed:{layoutClass(){return Ei[this.variant]}},methods:{seamlessText(e){const n=e+1;if(this.data&&this.data[n]){const o=this.data[n].blockType;if(o==="InlineImageBlock"||o==="RichTextBlock")return!0}return!1}}});function Qu(e,n,a,o,s,i){const r=Ft,l=ee,c=re,d=Ya,h=Za,m=Ka,p=nt,f=Fa,u=to,k=et,E=Ut,g=Bn,y=Wt,_=Ua,V=Gt,x=eo,N=Ht,I=Qa,T=Ve,A=Va;return e.data?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["BlockStreamfield",e.layoutClass])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data,(b,C)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[b.blockType=="HeadingBlock"?(t.openBlock(),t.createBlock(l,{key:`headingBlock${C}`,indent:"col-3",class:"mb-5"},{default:t.withCtx(()=>[t.createVNode(r,{data:b},null,8,["data"])]),_:2},1024)):b.blockType=="RichTextBlock"?(t.openBlock(),t.createBlock(l,{key:`richText${C}`,indent:"col-3",class:t.normalizeClass(e.seamlessText(C)?"lg:mb-8 mb-5":"lg:mb-18 mb-10")},{default:t.withCtx(()=>[t.createVNode(c,{text:b.value},null,8,["text"])]),_:2},1032,["class"])):b.blockType=="InlineImageBlock"?(t.openBlock(),t.createBlock(d,{key:`inlineImageBlock${C}`,class:t.normalizeClass(e.seamlessText(C)?"lg:mb-8 mb-5":"lg:mb-18 mb-10"),data:b},null,8,["class","data"])):b.blockType=="ListBlock"?(t.openBlock(),t.createBlock(l,{key:`listBlock${C}`,indent:"col-3",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(h,{data:b},null,8,["data"])]),_:2},1024)):b.blockType=="KeyPointBlock"?(t.openBlock(),t.createBlock(l,{key:`keyPointBlock${C}`,indent:"col-3",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(m,{data:b},null,8,["data"])]),_:2},1024)):b.blockType=="QuoteBlock"?(t.openBlock(),t.createBlock(l,{key:`quoteBlock${C}`,indent:"col-4",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(p,{data:b},null,8,["data"])]),_:2},1024)):b.blockType=="CTABlock"?(t.openBlock(),t.createBlock(l,{key:`ctaBlock${C}`,indent:"col-4",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(f,{data:b},null,8,["data"])]),_:2},1024)):b.blockType=="TeaserBlock"?(t.openBlock(),t.createBlock(l,{key:`teaserBlock${C}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(u,{"custom-label":b.customLabel,heading:b.heading,introduction:b.introduction,"button-text":b.buttonText,image:b.image,"full-width":b.fullWidthImage,"teaser-page":b.teaserPage},null,8,["custom-label","heading","introduction","button-text","image","full-width","teaser-page"])]),_:2},1024)):b.blockType=="CarouselBlock"?(t.openBlock(),t.createBlock(l,{key:`carouselBlock${C}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(k,{items:b.blocks,"block-id":b.id},null,8,["items","block-id"])]),_:2},1024)):b.blockType=="ImageGalleryBlock"?(t.openBlock(),t.createElementBlock("div",{key:`imageGalleryBlock${C}`,class:"max-w-screen-3xl lg:mb-18 mx-auto mb-10"},[t.createVNode(E,{title:b.galleryTitle,description:b.galleryDescription,cover:b.coverImage,items:b.gallerySlides,"block-id":b.id},null,8,["title","description","cover","items","block-id"])])):b.blockType=="VideoBlock"?(t.openBlock(),t.createBlock(l,{key:`videoBlock${C}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(g,{data:b},null,8,["data"])]),_:2},1024)):b.blockType=="VideoEmbedBlock"?(t.openBlock(),t.createBlock(l,{key:`videoEmbedBlock${C}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(y,{data:b},null,8,["data"])]),_:2},1024)):b.blockType=="FullBleedImageBlock"?(t.openBlock(),t.createBlock(_,{key:`fullBleedImageBlock${C}`,class:"lg:mb-18 mb-10",data:b,"full-bleed":b.fullBleed},null,8,["data","full-bleed"])):b.blockType=="ImageComparisonBlock"?(t.openBlock(),t.createBlock(l,{key:`imageComparisonBlock${C}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(V,{data:b},null,8,["data"])]),_:2},1024)):b.blockType=="TwitterEmbedBlock"?(t.openBlock(),t.createBlock(x,{key:`twitterEmbedBlock${C}`,class:"lg:mb-18 mb-10",data:b},null,8,["data"])):b.blockType=="IframeEmbedBlock"?(t.openBlock(),t.createBlock(l,{key:`iframeEmbedBlock${C}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(N,{data:b},null,8,["data"])]),_:2},1024)):b.blockType=="TableBlock"?(t.openBlock(),t.createBlock(l,{key:`tableBlock${C}`,indent:"col-3",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(I,{data:b},null,8,["data"])]),_:2},1024)):b.blockType=="RelatedLinksBlock"?(t.openBlock(),t.createBlock(l,{key:`relatedLinksBlock${C}`,indent:"col-3",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(T,{data:b},null,8,["data"])]),_:2},1024)):b.blockType=="AnchorBlock"?(t.openBlock(),t.createBlock(A,{key:`anchorBlock${C}`,data:b},null,8,["data"])):(t.openBlock(),t.createElementBlock("div",{key:C,class:"lg:mb-18 p-3 mb-10 overflow-hidden border"},[t.createElementVNode("pre",null,t.toDisplayString(b),1)]))],64))),256))],2)):t.createCommentVNode("",!0)}const at=w(Ju,[["render",Qu]]);var eg={FREQUENCY:{DAILY:"DAILY",WEEKLY:"WEEKLY",MONTHLY:"MONTHLY",YEARLY:"YEARLY"}},de={DATE:"YYYYMMDD",TIME:"ThhmmssZ",FULL:"YYYYMMDDThhmmssZ",NO_UTC_FULL:"YYYYMMDDThhmmss",OUTLOOK_DATE:"YYYY-MM-DD",OUTLOOK_TIME:"Thh:mm:ssZ",OUTLOOK_FULL:"YYYY-MM-DDThh:mm:ssZ"},En={YAHOO:"https://calendar.yahoo.com/",GOOGLE:"https://calendar.google.com/calendar/render",OUTLOOK:"https://outlook.{{host}}.com/calendar/0/deeplink/compose"},fe=function(e){return e===void 0&&(e=""),"0".concat(parseInt(e.toString(),10)).slice(-2)},tg=function(e,n){var a=Math.floor((n-e)/1e3),o=Math.floor(a/3600),s=a/3600%1*60;return"".concat(fe(o)).concat(fe(s))},ng=function(e,n){var a=Math.floor((n-e)/1e3);return Math.floor(a/3600)},ag=function(e){var n=e.frequency,a=e.interval,o=eg.FREQUENCY;if(a)switch(n){case o.YEARLY:return a*365.25;case o.MONTHLY:return a*30.42;case o.WEEKLY:return a*7;default:return a}return 365.25*100},Si=function(e,n){e===void 0&&(e=new Date);var a={YYYY:e.getUTCFullYear(),MM:fe(e.getUTCMonth()+1),DD:fe(e.getUTCDate()),hh:fe(e.getUTCHours()),mm:fe(e.getUTCMinutes()),ss:fe(e.getUTCSeconds())};return Object.keys(a).reduce(function(o,s){return o.replace(s,a[s].toString())},n)},og=function(e,n){e===void 0&&(e=new Date);var a={YYYY:e.getFullYear(),MM:fe(e.getMonth()+1),DD:fe(e.getDate()),hh:fe(e.getHours()),mm:fe(e.getMinutes()),ss:fe(e.getSeconds())};return Object.keys(a).reduce(function(o,s){return o.replace(s,a[s].toString())},n)},sg=function(){return Si(new Date,de.FULL)},ig=function(e,n){var a=n*864e5,o=new Date;return o.setTime(e.getTime()+a),o},le={addLeadingZero:fe,getDuration:tg,getHoursDiff:ng,getRecurrenceLengthDays:ag,formatDate:Si,formatDateNoUtc:og,getTimeCreated:sg,incrementDate:ig},Sn=function(){function e(n){var a=this;this.isAllDay=!1,this.description="",this.title="",this.location="",this.start=new Date,this.end=new Date,this.params={},this.attendees=[],this.setText=function(o){a.description=o.description||"",a.title=o.title||"",a.location=o.location||""},this.setTimestamps=function(o){a.isAllDay=!o.end,a.start=o.start,a.end=o.end||le.incrementDate(a.start,1),a.recurrence=o.recurrence},this.setParam=function(o,s){return a.params[o]=s,a},this.setText(n),this.setTimestamps(n),this.setAttendees(n)}return e.prototype.setAttendees=function(n){this.attendees=Array.isArray(n.attendees)?n.attendees:[]},e}(),no=function(e,n){return no=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,o){a.__proto__=o}||function(a,o){for(var s in o)Object.prototype.hasOwnProperty.call(o,s)&&(a[s]=o[s])},no(e,n)};function Vn(e,n){if(typeof n!="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");no(e,n);function a(){this.constructor=e}e.prototype=n===null?Object.create(n):(a.prototype=n.prototype,new a)}var Nn=function(){return Nn=Object.assign||function(n){for(var a,o=1,s=arguments.length;o<s;o++){a=arguments[o];for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(n[i]=a[i])}return n},Nn.apply(this,arguments)};function Ue(e,n,a){if(a||arguments.length===2)for(var o=0,s=n.length,i;o<s;o++)(i||!(o in n))&&(i||(i=Array.prototype.slice.call(n,0,o)),i[o]=n[o]);return e.concat(i||Array.prototype.slice.call(n))}var ao=function(e,n,a){n===void 0&&(n=";"),a===void 0&&(a=function(i){return i});var o=[];for(var s in e)e.hasOwnProperty(s)&&e[s]!==void 0&&o.push("".concat(s,"=").concat(a(e[s])));return o.join(n)},rg=function(e){var n=Object.keys(e).filter(function(a){return e[a]!==null}).reduce(function(a,o){var s;return Nn(Nn({},a),(s={},s[o]=e[o],s))},{});return ao(n,"&",encodeURIComponent)},lg=function(e){return ao(e,";")},cg=function(e){return e.map(function(n){var a=n.email,o=n.name;return o?"".concat(o," <").concat(a,">"):a})},dg=function(e){return[e[0].toUpperCase(),e.slice(-e.length+1).toLowerCase()].join("")},We={toParamString:ao,toQueryString:rg,toIcsParamString:lg,toMailtoList:cg,toProperCase:dg},hg=function(e){return e===void 0&&(e=""),e.replace(/\\/g,"\\\\").replace(/\n/g,"\\n").replace(/[,;]/g,"\\$&")},mg=function(){return Math.random().toString(36).substr(2)},pg=function(){return typeof window<"u"?window.location.host:"datebook"},fg=function(e){var n,a,o={FREQ:e.frequency,INTERVAL:(n=e.interval)===null||n===void 0?void 0:n.toString(),COUNT:(a=e.count)===null||a===void 0?void 0:a.toString(),WKST:e.weekstart,BYDAY:e.weekdays,BYMONTHDAY:e.monthdays};return e.end&&(o.UNTIL=le.formatDate(e.end,de.FULL)),We.toIcsParamString(o)},Oe={formatText:hg,getUid:mg,getProdId:pg,getRrule:fg};(function(e){Vn(n,e);function n(a){var o=e.call(this,a)||this;return o.setInitialParams=function(){var s=de.DATE;o.isAllDay||(s+=de.TIME);var i=[le.formatDate(o.start,s),le.formatDate(o.end,s)].join("/");o.setParam("action","TEMPLATE").setParam("dates",i).setParam("text",o.title).setParam("details",o.description).setParam("location",o.location).setParam("allday",o.isAllDay.toString()),o.recurrence&&o.setParam("recur","RRULE:".concat(Oe.getRrule(o.recurrence))),o.attendees.length>0&&o.setParam("add",We.toMailtoList(o.attendees).join(","))},o.render=function(){var s=En.GOOGLE,i=We.toQueryString(o.params);return"".concat(s,"?").concat(i)},o.setInitialParams(),o}return n})(Sn),function(e){Vn(n,e);function n(a){var o=e.call(this,a)||this;return o.setInitialParams=function(){o.setParam("v","60").setParam("title",o.title).setParam("desc",o.description).setParam("in_loc",o.location),o.setTimeParams(),o.attendees.length>0&&o.setParam("inv_list",We.toMailtoList(o.attendees).join(","))},o.setTimeParams=function(){o.isAllDay?o.setParam("dur","allday").setParam("st",le.formatDateNoUtc(o.start,de.DATE)):(o.setParam("st",le.formatDateNoUtc(o.start,de.NO_UTC_FULL)),le.getHoursDiff(o.start.getTime(),o.end.getTime())>99?o.setParam("et",le.formatDateNoUtc(o.end,de.NO_UTC_FULL)):o.setParam("dur",le.getDuration(o.start.getTime(),o.end.getTime())))},o.render=function(){var s=En.YAHOO,i=We.toQueryString(o.params);return"".concat(s,"?").concat(i)},o.setInitialParams(),o}return n}(Sn),function(e){Vn(n,e);function n(a){var o=e.call(this,a)||this;return o.baseUrl=En.OUTLOOK,o.setInitialParams=function(){var s=de.OUTLOOK_DATE;o.isAllDay||(s+=de.OUTLOOK_TIME),o.setParam("rru","addevent").setParam("path","/calendar/action/compose").setParam("startdt",le.formatDate(o.start,s)).setParam("enddt",le.formatDate(o.end,s)).setParam("subject",o.title).setParam("body",o.description).setParam("location",o.location).setParam("allday",o.isAllDay.toString()),o.attendees.length>0&&o.setParam("to",We.toMailtoList(o.attendees).join(","))},o.setHost=function(s){return["live","office"].includes(s)&&(o.baseUrl=En.OUTLOOK.replace("{{host}}",s)),o},o.render=function(){var s=We.toQueryString(o.params);return"".concat(o.baseUrl,"?").concat(s)},o.setInitialParams(),o.setHost("live"),o}return n}(Sn);var ug=function(e){Vn(n,e);function n(a){var o=e.call(this,a)||this;return o.additionalEvents=[],o.properties=[],o.meta={},o.setInitialParams=function(){o.setMeta("UID",Oe.getUid()).setMeta("DTSTAMP",le.getTimeCreated()).addProperty("CLASS","PUBLIC").addProperty("DESCRIPTION",Oe.formatText(o.description)).addProperty("LOCATION",Oe.formatText(o.location)).addProperty("SUMMARY",Oe.formatText(o.title)).addProperty("TRANSP","TRANSPARENT"),o.isAllDay?o.addProperty("DTSTART;VALUE=DATE",le.formatDateNoUtc(o.start,de.DATE)).addProperty("DTEND;VALUE=DATE",le.formatDateNoUtc(le.incrementDate(o.start,1),de.DATE)):o.addProperty("DTSTART",le.formatDate(o.start,de.FULL)).addProperty("DTEND",le.formatDate(o.end,de.FULL)),o.recurrence&&o.addProperty("RRULE",Oe.getRrule(o.recurrence)),o.attendees.length>0&&o.attendees.forEach(function(s){var i=s.email,r=s.name,l=s.icsOptions,c=l===void 0?{}:l,d=o.getAttendeeParams(c,r),h="MAILTO:".concat(i);o.addProperty(d,h)})},o.getAttendeeParams=function(s,i){var r={};i&&(r.CN=i),s.delegatedFrom&&(r["DELEGATED-FROM"]=s.delegatedFrom),s.partStat&&(r.PARTSTAT=s.partStat),s.role&&(r.ROLE=s.role),s.sentBy&&(r["SENT-BY"]=s.sentBy),r.RSVP=s.rsvp?"TRUE":"FALSE";var l=We.toParamString(r,";");return"ATTENDEE;".concat(l)},o.getAlarmDuration=function(s){var i=["".concat(s.weeks,"W"),"".concat(s.days,"D"),"".concat(s.hours,"H"),"".concat(s.minutes,"M"),"".concat(s.seconds,"S")].filter(function(r){return/^[0-9]+[A-Z]$/.exec(r)});return i.unshift(s.after?"PT":"-PT"),i.join("")},o.getMeta=function(){return Object.keys(o.meta).map(function(s){return"".concat(s,":").concat(o.meta[s])})},o.setMeta=function(s,i){return o.meta[s]=i,o},o.addEvent=function(s){return o.additionalEvents.push(s),o},o.addProperty=function(s,i){if(typeof i=="object"){o.properties.push("BEGIN:".concat(s));for(var r in i)o.addProperty(r,i[r]);o.properties.push("END:".concat(s))}else o.properties.push("".concat(s,":").concat(i.toString()));return o},o.addAlarm=function(s){var i={ACTION:s.action};if(s.description&&(i.DESCRIPTION=Oe.formatText(s.description)),s.summary&&(i.SUMMARY=Oe.formatText(s.summary)),s.duration&&(i.DURATION=o.getAlarmDuration(s.duration)),s.repeat&&(i.REPEAT=s.repeat),s.attach){var r=s.attach.params?"ATTACH;".concat(s.attach.params):"ATTACH";i[r]=s.attach.url}return s.trigger instanceof Date?i["TRIGGER;VALUE=DATE-TIME"]=le.formatDate(s.trigger,de.FULL):i.TRIGGER=o.getAlarmDuration(s.trigger),o.addProperty("VALARM",i)},o.render=function(){var s=Ue([o],o.additionalEvents,!0),i=s.reduce(function(r,l){return Ue(Ue(Ue(Ue(Ue([],r,!0),["BEGIN:VEVENT"],!1),l.properties,!0),l.getMeta(),!0),["END:VEVENT"],!1)},[]);return Ue(Ue(["BEGIN:VCALENDAR","VERSION:2.0"],i,!0),["PRODID:".concat(Oe.getProdId()),"END:VCALENDAR"],!1).join(`
36
- `)},o.setInitialParams(),o}return n}(Sn);const gg=t.defineComponent({name:"CalendarButton",components:{BaseButton:R},props:{isAllDay:{type:Boolean,required:!1,default:!1},startDatetime:{type:String,required:!0},endDatetime:{type:String,required:!1,default:void 0},title:{type:String,required:!1,default:void 0},location:{type:String,required:!1,default:void 0},description:{type:String,required:!1,default:void 0}},data(){return{icalendar:void 0,options:void 0}},mounted(){this.init()},methods:{init(){let e={};if(this.endDatetime&&this.isAllDay){const n=X(this.startDatetime);e={frequency:"DAILY",interval:1,count:X(this.endDatetime).diff(n,"day")+1}}this.options={title:this.title?this.title:void 0,location:this.location?this.addSlashes(this.location):void 0,description:this.description?this.description:void 0,start:new Date(this.startDatetime),end:!this.isAllDay&&this.endDatetime?new Date(this.endDatetime):void 0,recurrence:e},this.icalendar=new ug(this.options)},addSlashes(e){return e.replace(/[,;\\]/g,"\\$&").replace(/\u0000/g,"\\0")},handleDownload(){const e=this.icalendar.render(),n=new Blob([e],{type:"text/calendar"}),a=window.URL.createObjectURL(n);let o=document.createElement("a");o.href=a,o.download=Pl.kebabCase(this.title),o.click()}}});function yg(e,n,a,o,s,i){const r=R;return t.openBlock(),t.createBlock(r,{ref:"CalendarButton",class:"w-full",variant:"secondary",compact:"",onClick:e.handleDownload},{default:t.withCtx(()=>[t.createTextVNode(" Add to calendar ")]),_:1},8,["onClick"])}const oo=w(gg,[["render",yg]]),bg=t.defineComponent({name:"DetailHeadline",components:{BaseLink:F,BaseHeading:G},props:{title:{type:String,required:!1,default:void 0},author:{type:Object,required:!1,default:void 0},publicationDate:{type:String,required:!1,default:void 0},publicationTime:{type:String,required:!1,default:void 0},topics:{type:Array,required:!1,default:void 0},label:{type:String,required:!1,default:void 0},labelLink:{type:String,required:!1,default:void 0},schema:{type:Boolean,default:!1}},computed:{...Te(Ze),pubDatetime(){const e=this.publicationTime||"00:00:00";return new Date(this.publicationDate+" "+e).toISOString()},authors(){let e;return this.author&&this.author.constructor===Array?(e=[],this.author.forEach(n=>{e.push(n.author)})):this.author&&(e=[this.author]),e}}}),kg={key:0},_g={key:0,class:"flex flex-wrap items-start mb-3"},$g={key:0,class:"inline"},wg=["itemprop"],Cg={key:1,class:"text-subtitle py-3 edu:text-primary"},Bg=t.createElementVNode("span",{class:"sr-only"},".",-1),Eg={key:1,class:"lg:text-base text-gray-mid-dark divide-gray-mid-dark px-3 mt-5 -ml-3 text-sm leading-normal"},Sg=["itemprop"],Vg=["itemprop"],Ng={key:0,class:"inline-block pr-1"},Tg=["itemprop"],Ig=["itemprop"],xg=["itemprop"],Mg={key:2},Lg=["content"];function Dg(e,n,a,o,s,i){var c,d;const r=F,l=G;return e.title||e.label||e.topics||e.publicationDate||e.author?(t.openBlock(),t.createElementBlock("div",kg,[e.label||e.topics&&e.topics.length?(t.openBlock(),t.createElementBlock("div",_g,[e.topics&&e.topics.length?(t.openBlock(),t.createElementBlock("div",$g,[t.createVNode(r,{variant:"secondary",to:e.topics[0].url,class:"py-3","use-primary-color":e.themeStore.theme==="ThemeEdu"},{default:t.withCtx(()=>[t.createElementVNode("span",{itemprop:e.schema?"articleSection":void 0},t.toDisplayString(e.topics[0].title),9,wg)]),_:1},8,["to","use-primary-color"])])):e.label?(t.openBlock(),t.createElementBlock("span",Cg,[e.labelLink?(t.openBlock(),t.createBlock(r,{key:1,variant:"secondary",to:e.labelLink,class:"py-3","use-primary-color":e.themeStore.theme==="ThemeEdu"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.label),1)]),_:1},8,["to","use-primary-color"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(e.label),1)],64))])):t.createCommentVNode("",!0),Bg])):t.createCommentVNode("",!0),t.createVNode(l,{level:"h1",size:e.themeStore.theme==="ThemeEdu"?"h1":"h2",itemprop:e.schema?"headline":void 0},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["size","itemprop"]),(c=e.authors)!=null&&c.length||e.publicationDate?(t.openBlock(),t.createElementBlock("div",Eg,[(d=e.authors)!=null&&d.length?(t.openBlock(),t.createElementBlock("span",{key:0,itemprop:e.schema?"author":void 0,itemscope:"",itemtype:"https://schema.org/Person",class:"pr-3 border-r mr-2"},[t.createTextVNode(" Written by "),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.authors,(h,m)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:m},[t.createElementVNode("span",{class:"inline-block",itemprop:e.schema?"name":void 0},t.toDisplayString(h.name),9,Vg),m!==e.authors.length-1?(t.openBlock(),t.createElementBlock("span",Ng,",")):t.createCommentVNode("",!0)],64))),128))],8,Sg)):(t.openBlock(),t.createElementBlock("span",{key:1,itemprop:e.schema?"author":void 0,itemscope:"",itemtype:"https://schema.org/Organization",class:"hidden"},[t.createElementVNode("span",{itemprop:e.schema?"name":void 0}," Jet Propulsion Laboratory ",8,Ig),t.createElementVNode("span",{itemprop:e.schema?"url":void 0}," https://www.jpl.nasa.gov/ ",8,xg)],8,Tg)),e.publicationDate?(t.openBlock(),t.createElementBlock("span",Mg,[e.schema?(t.openBlock(),t.createElementBlock("meta",{key:0,itemprop:"datePublished",content:e.pubDatetime},null,8,Lg)):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(e.$filters.displayDate(e.publicationDate)),1)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Yt=w(bg,[["render",Dg]]),vg=t.defineComponent({name:"IconArrows"}),Pg={class:"IconArrows",width:"32",height:"12",viewBox:"0 0 32 12",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},zg=[t.createStaticVNode('<g fill="currentColor" fill-rule="evenodd"><path d="M4 11.657l-.707-.707L8.243 6l-4.95-4.95L4 .343 9.657 6 4 11.657z" transform="translate(2)"></path><path d="M10 11.657l-.707-.707L14.243 6l-4.95-4.95L10 .343 15.657 6 10 11.657z" transform="translate(2)"></path><path d="M16 11.657l-.707-.707L20.243 6l-4.95-4.95L16 .343 21.657 6 16 11.657z" transform="translate(2)"></path><path d="M22 11.657l-.707-.707L26.243 6l-4.95-4.95L22 .343 27.657 6 22 11.657z" transform="translate(2)"></path></g>',1)];function Ag(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Pg,zg)}const Tn=w(vg,[["render",Ag]]),Og=t.defineComponent({name:"DsnWidget",components:{BaseLink:F,IconArrows:Tn},props:{data:{type:Object,required:!1}}}),Fg={key:0,class:"lg:col-span-3 sm:col-span-5 col-span-full"},Hg={key:0,class:"text-subtitle text-primary mb-4"},qg={key:0,class:"text-subtitle text-primary mb-4"},jg={key:0,class:"text-body-sm mb-4"},Rg={key:1,class:"text-stats-lg"},Gg={class:"text-gray-mid-dark flex flex-nowrap items-center justify-start mt-2 text-sm"},Ug={key:0,class:"animate-pulse mr-1"},Wg={class:"sr-only"},Yg={key:1,class:"mr-1","aria-hidden":"true"},Kg={key:2,class:"animate-pulse"},Zg={class:"sr-only"},Xg={key:3,class:"text-body-sm"};function Jg(e,n,a,o,s,i){const r=F,l=Tn;return e.data?(t.openBlock(),t.createElementBlock("div",Fg,[e.data.link?(t.openBlock(),t.createBlock(r,{key:0,variant:"none",target:e.data.linkTarget?"_blank":"_self",href:e.data.link,"link-class":"block"},{default:t.withCtx(()=>[e.data.heading?(t.openBlock(),t.createElementBlock("p",Hg,t.toDisplayString(e.data.heading),1)):t.createCommentVNode("",!0)]),_:1},8,["target","href"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.data.heading?(t.openBlock(),t.createElementBlock("p",qg,t.toDisplayString(e.data.heading),1)):t.createCommentVNode("",!0)],64)),e.data.spacecraftName?(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[e.data.transmitTitle?(t.openBlock(),t.createElementBlock("p",jg,t.toDisplayString(e.data.transmitTitle),1)):t.createCommentVNode("",!0),e.data.spacecraftName?(t.openBlock(),t.createElementBlock("p",Rg,t.toDisplayString(e.data.spacecraftName),1)):t.createCommentVNode("",!0),t.createElementVNode("div",Gg,[e.data.transmitStatus==="both"||e.data.transmitStatus==="sending"?(t.openBlock(),t.createElementBlock("span",Ug,[t.createElementVNode("span",Wg,t.toDisplayString(e.data.spacecraftName)+" is sending to "+t.toDisplayString(e.data.location)+". ",1),t.createVNode(l,{class:"-ml-1"})])):t.createCommentVNode("",!0),e.data.location?(t.openBlock(),t.createElementBlock("span",Yg,t.toDisplayString(e.data.location),1)):t.createCommentVNode("",!0),e.data.transmitStatus==="both"||e.data.transmitStatus==="receiving"?(t.openBlock(),t.createElementBlock("span",Kg,[t.createElementVNode("span",Zg,t.toDisplayString(e.data.spacecraftName)+" is receiving from "+t.toDisplayString(e.data.location)+". ",1),t.createVNode(l)])):t.createCommentVNode("",!0)])],64)):(t.openBlock(),t.createElementBlock("p",Xg,"Data currently unavailable"))])):t.createCommentVNode("",!0)}const so=w(Og,[["render",Jg]]),Qg=t.defineComponent({name:"IconLocation"}),e3={class:"IconLocation",width:"16",height:"22",viewBox:"0 0 16 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},t3=[t.createElementVNode("g",{transform:"translate(-4 -1)",stroke:"currentColor","stroke-width":"2",fill:"none"},[t.createElementVNode("path",{d:"M12 2c1.933 0 3.683.784 4.95 2.05A6.978 6.978 0 0119 9c0 2.681-2.41 6.81-7 12.43C7.41 15.81 5 11.68 5 9c0-1.933.784-3.683 2.05-4.95A6.978 6.978 0 0112 2z"}),t.createElementVNode("circle",{cx:"12",cy:"9",r:"3"})],-1)];function n3(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",e3,t3)}const In=w(Qg,[["render",n3]]),a3=t.defineComponent({name:"IconTime"}),o3={class:"IconTime",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},s3=[t.createElementVNode("path",{d:"M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 2a8 8 0 100 16 8 8 0 000-16zm1 2v6.185l2.596 2.597-1.414 1.414L9 11.014 9.013 11H9V4h2z",fill:"currentColor"},null,-1)];function i3(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",o3,s3)}const xn=w(a3,[["render",i3]]),r3=t.defineComponent({name:"IconCalendar"}),l3={class:"IconCalendar",width:"20",height:"19",viewBox:"0 0 20 19",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},c3=[t.createElementVNode("path",{d:"M7 0v2h6V0h2v2h5v17H0V2h5V0h2zm11 9H2v8h16V9zM5 4H2v3h16V4h-3v2h-2V4H7v2H5V4z",fill:"currentColor"},null,-1)];function d3(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",l3,c3)}const Mn=w(r3,[["render",d3]]),h3=t.defineComponent({name:"EventCard",components:{BaseLink:F,BaseHeading:G,BaseImage:q,BaseImagePlaceholder:j},props:{url:{type:String,required:!1,default:"#"},title:{type:String,required:!1},summary:{type:String,required:!1},startTime:{type:String,required:!1},startDate:{type:String,required:!1},endTime:{type:String,required:!1},endDate:{type:String,required:!1},location:{type:String,required:!1},image:{type:Object,required:!1},headingLevel:{type:String||null,required:!1,default:"h5"}},computed:{splitDate(){return this.startDate?hn(this.startDate,this.endDate):null},displayTime(){if(this.startDate)return pa(this.startDate,this.endDate,this.endTime)},formattedEventDates(){return this.startDate?pt(this.startDate,this.endDate):void 0}}}),m3={class:"border-gray-light-mid lg:pb-10 lg:mb-10 relative grid grid-cols-9 gap-7 pb-6 mb-6 border-b"},p3={class:"col-span-6 md:order-last"},f3={key:1,class:"text-gray-dark text-body-sm mb-3 hidden md:block"},u3={class:"md:mt-10 text-xl md:flex"},g3={class:"EventCard__Metadata flex text-primary text-body-sm"},y3={class:"EventCard__Metadata hidden md:flex text-primary text-body-sm"},b3={key:0,class:"EventCard__Metadata flex text-primary text-body-sm"},k3={key:0,class:"SearchResultCard-image col-span-3 md:order-first"},_3={key:1,class:"hidden md:block absolute top-0 left-0 z-10 px-4 py-4 text-center text-white bg-primary"},$3={class:"font-extrabold text-6xl leading-tight tracking-wider"},w3={class:"text-subtitle"};function C3(e,n,a,o,s,i){const r=G,l=Mn,c=xn,d=In,h=q,m=j,p=F;return t.openBlock(),t.createBlock(p,{variant:"none",to:e.url,class:"SearchResultCard EventCard","link-class":"block"},{default:t.withCtx(()=>[t.createElementVNode("div",m3,[t.createElementVNode("div",p3,[e.title?(t.openBlock(),t.createBlock(r,{key:0,level:e.headingLevel,size:"h3",class:"mb-4"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["level"])):t.createCommentVNode("",!0),e.summary?(t.openBlock(),t.createElementBlock("p",f3,t.toDisplayString(e.summary),1)):t.createCommentVNode("",!0),t.createElementVNode("div",u3,[t.createElementVNode("div",g3,[t.createVNode(l,{class:"relative mr-3"}),t.createElementVNode("span",null,t.toDisplayString(e.formattedEventDates),1)]),t.withDirectives(t.createElementVNode("div",y3,[t.createVNode(c,{class:"relative mr-3"}),t.createElementVNode("span",null,t.toDisplayString(e.displayTime),1)],512),[[t.vShow,e.displayTime]]),e.location?(t.openBlock(),t.createElementBlock("div",b3,[t.createVNode(d,{class:"relative mr-3"}),t.createElementVNode("span",null,t.toDisplayString(e.location),1)])):t.createCommentVNode("",!0)])]),e.image?(t.openBlock(),t.createElementBlock("div",k3,[t.createVNode(m,{"aspect-ratio":"square","responsive-aspect-ratio":"md:aspect-ratio-four-three"},{default:t.withCtx(()=>[e.image.src?(t.openBlock(),t.createBlock(h,{key:0,src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:"","object-fit-class":"cover",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0),e.splitDate?(t.openBlock(),t.createElementBlock("div",_3,[t.createElementVNode("div",$3,t.toDisplayString(e.splitDate.day),1),t.createElementVNode("div",w3,t.toDisplayString(e.splitDate.monthAndYear),1)])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0)])]),_:1},8,["to"])}const io=w(h3,[["render",C3]]),B3=t.defineComponent({name:"EventDetailHero",components:{BaseImage:q},props:{data:{type:Object,required:!1,default:void 0},startDateSplit:{type:Object,required:!0},image:{type:Object,required:!1,default:void 0}},computed:{getSrcSet(){return this.image?se(this.image):void 0}}}),E3={key:0,class:"EventDetailHero mb-10 md:mb-10 lg:mb-14 -mx-4 lg:mx-0"},S3={class:"hero"},V3={key:1,class:"ThemeVariantLight absolute top-0 left-0 z-10 px-4 py-4 text-center text-white bg-primary"},N3={class:"font-extrabold text-6xl leading-tight tracking-wider"},T3={class:"text-subtitle"};function I3(e,n,a,o,s,i){const r=q;return e.image?(t.openBlock(),t.createElementBlock("div",E3,[t.createElementVNode("div",S3,[e.image.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.image.src.url,srcset:e.getSrcSet,width:e.image.src.width,height:e.image.src.height,alt:e.image.alt,"image-class":"w-full h-auto","object-fit-class":"cover",loading:"lazy"},null,8,["src","srcset","width","height","alt"])):t.createCommentVNode("",!0),e.startDateSplit?(t.openBlock(),t.createElementBlock("div",V3,[t.createElementVNode("div",N3,t.toDisplayString(e.startDateSplit.day),1),t.createElementVNode("div",T3,t.toDisplayString(e.startDateSplit.monthAndYear),1)])):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)}const ro=w(B3,[["render",I3]]),x3=["id","for"],M3={key:0,class:"text-error"},L3=["id","cols","rows","name","required","placeholder","aria-required","aria-labelledby","aria-label"],Vi=t.defineComponent({__name:"TextArea",props:t.mergeModels({inputName:{},label:{default:void 0},cols:{default:void 0},rows:{default:4},required:{type:Boolean,default:!1},showLabel:{type:Boolean,default:!0},placeholder:{default:void 0},labelClass:{default:void 0},inputClass:{default:void 0}},{modelValue:{type:String},modelModifiers:{}}),emits:t.mergeModels(["input","esc"],["update:modelValue"]),setup(e,{emit:n}){const a=e,o=n,s=t.useModel(e,"modelValue"),i=t.ref(void 0),r=t.ref(!1),l=t.computed(()=>`${a.inputName}_input`),c=t.computed(()=>`${l.value}_label`);return(d,h)=>(t.openBlock(),t.createElementBlock("div",null,[a.showLabel?(t.openBlock(),t.createElementBlock("label",{key:0,id:c.value,for:l.value,class:t.normalizeClass(a.labelClass?a.labelClass:"block text-subtitle text-gray-dark mb-2")},[t.createTextVNode(t.toDisplayString(a.label)+" ",1),a.required?(t.openBlock(),t.createElementBlock("span",M3,"*")):t.createCommentVNode("",!0)],10,x3)):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("textarea",{id:l.value,ref_key:"TextAreaRef",ref:i,"onUpdate:modelValue":h[0]||(h[0]=m=>s.value=m),cols:a.cols,rows:a.rows,name:a.inputName,required:a.required,placeholder:a.placeholder,"aria-required":a.required,"aria-labelledby":a.showLabel?c.value:void 0,"aria-label":a.showLabel?void 0:a.label,class:t.normalizeClass(a.inputClass?a.inputClass:"border-gray-light-mid w-full px-4 py-3 border mt-2 focus:border-focus-blue focus:shadow-jpl"),onKeydown:h[1]||(h[1]=t.withKeys(m=>o("esc"),["esc"])),onInput:h[2]||(h[2]=m=>o("input",m.target)),onFocus:h[3]||(h[3]=m=>r.value=!0),onBlur:h[4]||(h[4]=m=>r.value=!1)},null,42,L3),[[t.vModelText,s.value]])]))}}),D3=["id","for"],v3={key:0,class:"text-error"},P3=["id","name","type","required","title","placeholder","maxlength","pattern","aria-required","aria-labelledby","aria-label"],Ln=t.defineComponent({__name:"TextInput",props:t.mergeModels({inputName:{},type:{default:"text"},required:{type:Boolean,default:!1},label:{},showLabel:{type:Boolean,default:!0},placeholder:{default:void 0},maxlength:{default:void 0},pattern:{default:void 0},title:{default:void 0},autofocus:{type:Boolean},labelClass:{default:void 0},inputClass:{default:void 0}},{modelValue:{type:String},modelModifiers:{}}),emits:t.mergeModels(["input","esc"],["update:modelValue"]),setup(e,{emit:n}){const a=e,o=n,s=t.useModel(e,"modelValue"),i=t.ref(void 0),r=t.ref(!1),l=t.computed(()=>`${a.inputName}_input`),c=t.computed(()=>`${l.value}_label`);return t.onMounted(()=>{a.autoFocus&&i.value&&(i.value.focus(),r.value=!0)}),(d,h)=>(t.openBlock(),t.createElementBlock("div",null,[a.showLabel?(t.openBlock(),t.createElementBlock("label",{key:0,id:c.value,for:l.value,class:t.normalizeClass(a.labelClass?a.labelClass:"block text-subtitle text-gray-dark")},[t.createTextVNode(t.toDisplayString(a.label)+" ",1),a.required?(t.openBlock(),t.createElementBlock("span",v3,"*")):t.createCommentVNode("",!0)],10,D3)):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("input",{id:l.value,ref_key:"TextInputRef",ref:i,"onUpdate:modelValue":h[0]||(h[0]=m=>s.value=m),name:a.inputName,type:a.type,required:a.required,title:a.title,placeholder:a.placeholder,maxlength:a.maxlength,pattern:a.pattern,"aria-required":a.required,"aria-labelledby":a.showLabel?c.value:void 0,"aria-label":a.showLabel?void 0:a.label,class:t.normalizeClass(a.inputClass?a.inputClass:"border-gray-light-mid w-full px-4 py-3 border mt-2 focus:border-focus-blue focus:shadow-jpl"),onKeydown:h[1]||(h[1]=t.withKeys(m=>o("esc"),["esc"])),onInput:h[2]||(h[2]=m=>o("input",m.target)),onFocus:h[3]||(h[3]=m=>r.value=!0),onBlur:h[4]||(h[4]=m=>r.value=!1)},null,42,P3),[[t.vModelDynamic,s.value]])]))}});var z3=/[!'()*]/g,A3=function(e){return"%".concat(e.charCodeAt(0).toString(16))};function O3(e){return encodeURIComponent(e).replace(z3,A3)}function F3(e){return e==null}function H3(e,n){return e.hasOwnProperty(n)}function q3(e,n){return Object.prototype.hasOwnProperty.call(e,n)}function j3(e){return e.hasOwnProperty?H3:q3}function R3(e,n,a){var o=j3(e),s;for(var s in e)o(e,s)&&n(e[s],s,e)}function G3(e,n,a){F3(e)||R3(e,n)}typeof document<"u"&&document.createElement("a");var lo=function(e,n){return lo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,o){a.__proto__=o}||function(a,o){for(var s in o)Object.prototype.hasOwnProperty.call(o,s)&&(a[s]=o[s])},lo(e,n)};function Ni(e,n){if(typeof n!="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");lo(e,n);function a(){this.constructor=e}e.prototype=n===null?Object.create(n):(a.prototype=n.prototype,new a)}typeof SuppressedError=="function"&&SuppressedError;function Ti(e){return e!==null&&typeof e=="object"}var U3=function(e){Ni(n,e);function n(a,o,s){var i=e.call(this,a)||this;return Ti(o)&&(s=o,o="Exception"),Error.captureStackTrace?Error.captureStackTrace(i,i.constructor):i.stack=new Error().stack,i.name=o||"Exception",Object.assign(i,s),i}return n}(Error);(function(e){Ni(n,e);function n(a,o,s){return e.call(this,"".concat(typeof o=="string"?o:o.constructor.name,".").concat(a," not implemented yet."),"NotImplementedException",s)||this}return n})(U3);function Ii(e,n){switch(typeof e){case"string":return e===""?e:n(e);case"number":if(e!==e)return"";case"bigint":case"boolean":return e;case"object":return e===null?"":n(JSON.stringify(e));default:return""}}function W3(e,n,a,o,s){n||(n="&"),a||(a="="),o||(o=O3);var i="",r=s?function(l,c,d){s(l,c)&&(d&&(i+=n),i+=l,i+=a,i+=c)}:function(l,c,d){d&&(i+=n),i+=l,i+=a,i+=c};return G3(e,function(l,c){if(Array.isArray(l))for(var d=0,h=l.length;d<h;d++)r(c,Ii(l[d],o),!!i||d>0);else r(c,Ii(l,o),!!i)}),i}function xi(e,n){return Ti(e)?(n||(n={}),W3(e,n.sep,n.eq,n.encodeURIComponent,n.filter)):""}const Y3=t.defineComponent({name:"FormContact",components:{LayoutHelper:ee,BaseHeading:G,BaseButton:R,TextArea:Vi,TextInput:Ln},data(){return{submitted:!1}},methods:{focus(e){window.scrollTo(0,e.offsetTop+100),e.focus()},validate(e){const n=["full_name","email","subject","message"],a={};for(const o in n){const s=n[o],i=e.target.elements[s];if(i.value===""){this.focus(i);const r=s.replace("_"," ");return alert("Please fill out the "+r+" field."),!1}else a[s]=i.value}return a},submit(e){const n=this.validate(e);if(n!==!1){this.reveal();const a="https://formspree.io/f/xpzvnnzn",o={method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},body:xi({full_name:n.full_name,email:n.email,subject:n.subject,message:n.message})};fetch(a,o)}},reveal(){this.submitted=!0,this.$refs&&this.$refs.FormContact&&this.$scrollTo(this.$refs.FormContact,0,{offset:-100})}}}),K3={ref:"FormContact",class:"text-gray-light-mid mb-10"},Z3={class:"mb-10"},X3={class:"mt-8"},J3={class:"pt-10 text-center"},Q3=t.createElementVNode("div",{class:"text-jpl-blue-light h-22 w-22 p-5 mx-auto my-8 text-6xl font-bold border-4 rounded-full"}," ✓ ",-1),e4=t.createElementVNode("p",{class:"text-h5"},"Your feedback has been sent.",-1);function t4(e,n,a,o,s,i){const r=G,l=Ln,c=Vi,d=R,h=ee;return t.openBlock(),t.createBlock(h,{indent:"col-3"},{default:t.withCtx(()=>[t.createElementVNode("hr",K3,null,512),t.withDirectives(t.createElementVNode("div",Z3,[t.createElementVNode("form",{onSubmit:n[0]||(n[0]=t.withModifiers((...m)=>e.submit&&e.submit(...m),["prevent"]))},[t.createVNode(r,{level:"h2",size:"h6"},{default:t.withCtx(()=>[t.createTextVNode("Contact Information")]),_:1}),t.createVNode(l,{class:"mt-8","input-name":"full_name",label:"Name",type:"text",required:"",placeholder:"enter your first and last name"}),t.createVNode(l,{class:"mt-8","input-name":"email",label:"Email",type:"email",required:"",placeholder:"enter your email"}),t.createVNode(r,{level:"h2",size:"h6",class:"mt-12"},{default:t.withCtx(()=>[t.createTextVNode("Write Us")]),_:1}),t.createVNode(l,{class:"mt-8","input-name":"subject",label:"Subject",type:"text",required:"",placeholder:"write a subject"}),t.createVNode(c,{class:"mt-8","input-name":"message",label:"Message","input-class":"w-full px-4 py-3",required:"",placeholder:"write your message..."}),t.createElementVNode("div",X3,[t.createVNode(d,{type:"submit",variant:"primary"},{default:t.withCtx(()=>[t.createTextVNode("Submit")]),_:1})])],32)],512),[[t.vShow,!e.submitted]]),t.withDirectives(t.createElementVNode("div",J3,[t.createVNode(r,{level:"h2"},{default:t.withCtx(()=>[t.createTextVNode("Thank you!")]),_:1}),Q3,e4],512),[[t.vShow,e.submitted]])]),_:1})}const co=w(Y3,[["render",t4]]),Mi="https://app.icontact.com/icp/core/mycontacts/signup/designer/form/?id=5&cid=1389932&lid=11365",n4="6LeCZCcUAAAAALhxcQ5fN80W6Wa2K3GqRQK6WRjA",a4="https://app.icontact.com/icp/core/signup/tracking.gif?id=5&cid=1389932&lid=11365",o4=[{id:"breaking",title:"Latest News",text:"All JPL News delivered immediately",value:"41031",alt:"Lists",name:"data[listGroups][]"},{id:"daily",title:"Day in Review",text:"Daily JPL news summary",value:"41032",alt:"Lists",name:"data[listGroups][]"},{id:"weekly",title:"Week in Review",text:"Weekly JPL news summary",value:"41033",alt:"Lists",name:"data[listGroups][]"},{id:"monthly",title:"Month in Review",text:"Monthly JPL news summary",value:"41034",alt:"Lists",name:"data[listGroups][]"}],s4=[{id:"educators",title:"Educators",text:null,value:"21583",alt:"Lists",name:"data[listGroups][]"},{id:"educator-workshop",title:"Educators Workshops",text:"Southern California",value:"51343",alt:"Lists",name:"data[listGroups][]"},{id:"students",title:"Students K-12",text:null,value:"29483",alt:"Lists",name:"data[listGroups][]"},{id:"internships",title:"Internships",text:null,value:"29484",alt:"Lists",name:"data[listGroups][]"}],i4=t.defineComponent({name:"FormNewsletterSignup",components:{LayoutHelper:ee,BaseHeading:G,BaseButton:R,BaseCheckboxGroup:$a,BaseRadioGroup:Ca,TextInput:Ln},data(){return{prefilledEmail:null,submitted:!1,iContactForm:Mi,iContactTrackingGif:a4,captchaKey:n4,emailGroups:o4,eduEmailGroups:s4}},mounted(){this.$route&&this.$route.query.email!=null&&(this.prefilledEmail=this.$route.query.email);const e=document.createElement("script");e.setAttribute("src","https://app.icontact.com/icp/static/form/javascripts/validation-captcha.js");const n=document.createElement("script");n.setAttribute("src","https://app.icontact.com/icp/static/form/javascripts/tracking.js"),document.head.appendChild(e,n)},methods:{focus(e){window.scrollTo(0,e.offsetTop+100),e.focus()},validate(e){const n=["email"],a={};for(const o in n){const s=n[o],i=e.target.elements[s];if(i.value===""){this.focus(i);const r=s.replace("_"," ");return alert("Please fill out the "+r+" field."),!1}else a[s]=i.value}return a},submit(e){const n=this.validate(e);if(n!==!1){this.reveal();const a={method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},body:xi({"data[email]":n.email,"data[fname]":n.first_name,"data[lname]":n.last_name,"data[zip]":n.zip_code,"data[listGroups][]":n.listGroups})};fetch(Mi,a)}},reveal(){this.submitted=!0,this.$refs&&this.$refs.FormNewsletterSignup&&this.$scrollTo(this.$refs.FormNewsletterSignup,0,{offset:100})}}}),r4=["src"],l4={ref:"FormNewsletterSignup",class:"text-gray-light-mid mb-10"},c4={class:"mb-10"},d4=["captcha-key","action"],h4={dataname:"listGroups","data-label":"Which email groups would you like to join?"},m4={class:"mt-8"},p4={class:"mt-8"},f4={class:"mt-4 lg:mt-8 submit-container"},u4={class:"pt-10 text-center"},g4=t.createElementVNode("div",{class:"text-jpl-blue-light h-22 w-22 p-5 mx-auto my-8 text-6xl font-bold border-4 rounded-full"}," ✓ ",-1),y4=t.createElementVNode("p",{class:"text-h6"},"Check your inbox to verify your email.",-1),b4=t.createElementVNode("div",{class:"hidden-container"},null,-1);function k4(e,n,a,o,s,i){const r=G,l=Ln,c=Ca,d=$a,h=R,m=ee;return t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("img",{src:e.iContactTrackingGif,alt:""},null,8,r4),t.createVNode(m,{indent:"col-3"},{default:t.withCtx(()=>[t.createElementVNode("hr",l4,null,512),t.withDirectives(t.createElementVNode("div",c4,[t.createElementVNode("form",{id:"ic_signupform","captcha-key":e.captchaKey,"captcha-theme":"light","new-captcha":"true",method:"POST",action:e.iContactForm},[t.createVNode(r,{level:"h2",size:"h6"},{default:t.withCtx(()=>[t.createTextVNode("Contact Information")]),_:1}),t.createVNode(l,{modelValue:e.prefilledEmail,"onUpdate:modelValue":n[0]||(n[0]=p=>e.prefilledEmail=p),class:"mt-8","input-name":"data[email]",label:"Email",type:"email",required:"",placeholder:"enter your email"},null,8,["modelValue"]),t.createVNode(l,{class:"mt-8","input-name":"data[fname]",label:"First Name",type:"text",placeholder:"enter your first name"}),t.createVNode(l,{class:"mt-8","input-name":"data[lname]",label:"Last Name",type:"text",maxlength:"64",placeholder:"enter your last name"}),t.createVNode(l,{class:"mt-8","input-name":"data[zip]",label:"Zip",type:"text",maxlength:"10",pattern:"[0-9]{5-10}",title:"Five digit zip code",placeholder:"enter your 5-digit zip code"}),t.createVNode(r,{level:"h2",size:"h6",class:"mt-12"},{default:t.withCtx(()=>[t.createTextVNode(" Subscribe to Email Groups ")]),_:1}),t.createElementVNode("div",h4,[t.createElementVNode("div",m4,[t.createVNode(c,{heading:"JPL News","sub-heading":"Choose how frequently you want to receive updates (opt out anytime):",group:"email",title:"Email Groups",preselected:"breaking",options:e.emailGroups},null,8,["options"])]),t.createElementVNode("div",p4,[t.createVNode(d,{heading:"JPL Education Updates","sub-heading":"The JPL Education Office also offers email updates about classroom activities and workshops for educators, projects and competitons for K-12 students and internship opportunities at JPL and NASA.",group:"education",title:"Education Email Groups",options:e.eduEmailGroups},null,8,["options"])])]),t.createElementVNode("div",f4,[t.createVNode(h,{type:"submit",variant:"primary"},{default:t.withCtx(()=>[t.createTextVNode("Submit")]),_:1})])],8,d4)],512),[[t.vShow,!e.submitted]]),t.withDirectives(t.createElementVNode("div",u4,[t.createVNode(r,{level:"h2"},{default:t.withCtx(()=>[t.createTextVNode("Thank you!")]),_:1}),g4,y4],512),[[t.vShow,e.submitted]])]),_:1}),b4])}const ho=w(i4,[["render",k4]]),_4=t.defineComponent({name:"HeroLarge",props:{eyebrow:{type:String,required:!1},title:{type:String,required:!1},summary:{type:String,required:!1},image:{type:Object,required:!1},hasOverlay:{type:Boolean,default:!1}},mounted(){Xe()}}),Li=e=>(t.pushScopeId("data-v-56889aaa"),e=e(),t.popScopeId(),e),$4={class:"HeroLarge max-w-screen-3xl relative mx-auto"},w4={class:"absolute inset-0 z-10 bg-black"},C4={key:0},B4=["srcset"],E4=["srcset"],S4=["srcset"],V4=["src","width","height","alt"],N4={class:"content-wrapper lg:flex lg:items-center relative z-20 w-full h-full"},T4=Li(()=>t.createElementVNode("div",{class:"bg-gradient-to-t lg:bg-gradient-to-l from-transparent-w25 lg:from-transparent-w50 to-transparent-black-50 lg:to-transparent-black-50 absolute inset-0"},null,-1)),I4={class:"text-contrast relative w-full text-white"},x4={class:"lg:py-0 pb-80 container pt-8 mx-auto"},M4={key:0,class:"lg:mb-6 font-secondary mb-4 text-base font-semibold tracking-wider no-underline uppercase"},L4=Li(()=>t.createElementVNode("span",{class:"sr-only"},".",-1)),D4={key:1,class:"lg:w-3/4 xl:w-3/5 xl:text-10xl lg:text-9xl md:text-8xl text-7xl lg:tracking-tightest lg:leading-tighter mb-5 font-bold leading-tight uppercase"},v4={key:2,class:"lg:w-1/2 2xl:w-2/5 xl:text-6xl lg:text-4xl md:text-2xl lg:leading-tight text-lg font-medium"};function P4(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",$4,[t.createElementVNode("div",w4,[e.image&&e.image.src?(t.openBlock(),t.createElementBlock("picture",C4,[t.createElementVNode("source",{media:"(min-width: 768px)",srcset:e.image.srcSet},null,8,B4),t.createElementVNode("source",{media:"(min-width: 420px)",srcset:e.image.screenMd.url},null,8,E4),t.createElementVNode("source",{srcset:e.image.screenSm.url},null,8,S4),t.createElementVNode("img",{class:"md:object-right object-cover object-bottom w-full h-full",src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:e.image.alt},null,8,V4)])):t.createCommentVNode("",!0)]),t.createElementVNode("div",N4,[T4,t.createElementVNode("div",I4,[t.createElementVNode("div",x4,[t.createElementVNode("div",{class:t.normalizeClass(["lg:px-10 2xl:px-0 lg:pt-6 lg:pb-18 px-4",{"pt-10":e.hasOverlay}])},[e.eyebrow?(t.openBlock(),t.createElementBlock("div",M4,[t.createTextVNode(t.toDisplayString(e.eyebrow)+" ",1),L4])):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createElementBlock("h1",D4,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.summary?(t.openBlock(),t.createElementBlock("p",v4,t.toDisplayString(e.summary),1)):t.createCommentVNode("",!0)],2)])])])])}const z4=w(_4,[["render",P4],["__scopeId","data-v-56889aaa"]]),A4=t.defineComponent({name:"MixinVideoBg",props:{video:{type:Object,required:!1}}}),O4={key:0,loop:"",muted:"",playsinline:"",autoplay:"",preload:"auto",class:"object-cover w-full h-full"},F4=["src"],H4=["src"],q4=["src"];function j4(e,n,a,o,s,i){return e.video&&e.video.file?(t.openBlock(),t.createElementBlock("video",O4,[e.video.fileWebm?(t.openBlock(),t.createElementBlock("source",{key:0,src:e.video.fileWebm,type:"video/webm"},null,8,F4)):t.createCommentVNode("",!0),t.createElementVNode("source",{src:e.video.file,type:"video/mp4"},null,8,H4),e.video.fileOgg?(t.openBlock(),t.createElementBlock("source",{key:1,src:e.video.fileOgg,type:"video/ogg"},null,8,q4)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Kt=w(A4,[["render",j4]]),R4=t.defineComponent({name:"HeroMedium",components:{IconArrow:be,BaseLink:F,MixinVideoBg:Kt,BaseTag:Ba},props:{feature:{type:Object,required:!1},customTag:{type:String,required:!1},customLabel:{type:String,required:!1},cta:{type:String,default:"View"},compact:{type:Boolean,required:!1,default:!1},customVideo:{type:Object,required:!1},customImage:{type:Object,required:!1}},computed:{theVideo(){var e,n;return this.customVideo?this.customVideo:(n=(e=this.feature)==null?void 0:e.video)!=null&&n.file?this.feature.video:null},theImage(){var e,n;return this.customImage?this.customImage:(n=(e=this.feature)==null?void 0:e.image)!=null&&n.src?this.feature.image:null}},watch:{"$route.query":{handler(){Xe()}}},mounted(){Xe()}}),G4={class:"absolute inset-0 z-10 overflow-hidden bg-black"},U4={key:1},W4=["srcset"],Y4=["srcset"],K4=["data-srcset"],Z4=["src","width","height"],X4=t.createElementVNode("div",{class:"bg-gradient-to-b lg:bg-gradient-to-bl from-transparent lg:from-transparent-w50 to-black lg:to-transparent-black-75 absolute inset-0"},null,-1),J4={key:0,class:"flex items-center lg:mb-3 mb-2"},Q4={key:1,class:"text-subtitle"},e5=t.createElementVNode("span",{class:"sr-only"},".",-1),t5={class:"text-h3 font-semibold mb-0"},n5={class:"mr-2"},a5={class:"text-jpl-red-light lg:hidden can-hover:group-hover:ml-2 ml-0 text-4xl transition-all duration-200 ease-in"};function o5(e,n,a,o,s,i){var m,p;const r=Kt,l=Ba,c=be,d=t.resolveComponent("nuxt-link"),h=F;return t.openBlock(),t.createElementBlock("section",{"aria-label":"Feature",class:t.normalizeClass(["ThemeVariantDark relative flex items-center overflow-hidden",e.compact?"HeroSmall":"HeroMedium"])},[t.createElementVNode("div",G4,[e.theVideo?(t.openBlock(),t.createBlock(r,{key:0,video:e.theVideo},null,8,["video"])):e.theImage&&e.theImage.src?(t.openBlock(),t.createElementBlock("picture",U4,[t.createElementVNode("source",{media:"(min-width: 768px)",srcset:e.theImage.srcSet},null,8,W4),t.createElementVNode("source",{media:"(min-width: 420px)",srcset:(m=e.theImage.screenMd)==null?void 0:m.url},null,8,Y4),t.createElementVNode("source",{"data-srcset":(p=e.theImage.screenSm)==null?void 0:p.url},null,8,K4),t.createElementVNode("img",{class:"object-cover w-full h-full",src:e.theImage.src.url,width:e.theImage.src.width,height:e.theImage.src.height,alt:""},null,8,Z4)])):t.createCommentVNode("",!0)]),t.createElementVNode("div",{class:t.normalizeClass(["lg:flex lg:items-end lg:relative lg:h-full z-20 w-full",{"absolute bottom-0":!e.compact}])},[X4,e.feature?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["px-4 lg:px-10 2xl:px-0 lg:pb-0 lg:py-0 text-contrast container relative mx-auto text-white",{"pt-40 pb-2 mb-10":!e.compact,"my-6 lg:mt-0 lg:mb-10":e.compact}])},[t.createVNode(d,{to:e.feature.url,class:"lg:w-1/2 xl:w-5/12 block"},{default:t.withCtx(()=>[e.customTag||e.customLabel||e.feature.label?(t.openBlock(),t.createElementBlock("div",J4,[e.customTag?(t.openBlock(),t.createBlock(l,{key:0,variant:"primary",size:"sm",class:"mr-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.customTag),1)]),_:1})):t.createCommentVNode("",!0),e.customLabel||e.feature.label?(t.openBlock(),t.createElementBlock("p",Q4,[t.createTextVNode(t.toDisplayString(e.customLabel||e.feature.label)+" ",1),e5])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createElementVNode("p",t5,[t.createElementVNode("span",n5,t.toDisplayString(e.feature.title),1),t.createElementVNode("span",a5,[t.createVNode(c,{class:"inline"})])])]),_:1},8,["to"]),t.createVNode(h,{to:e.feature.url,class:"lg:block hidden","link-class":"inline-block","caret-wrapper-class":"py-3",variant:"primary"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.cta),1)]),_:1},8,["to"])],2)):t.createCommentVNode("",!0)],2)],2)}const mo=w(R4,[["render",o5]]),s5=t.defineComponent({name:"HeroListingIndex",components:{HeroMedium:mo},props:{pageData:{type:Object,required:!1},customLabel:{type:String,required:!1},cta:{type:String,default:"Read Article"}},computed:{...Te(Ze),customVideo(){var e,n;if(this.pageData&&((n=(e=this.pageData.featured)==null?void 0:e.heroBlocks)==null?void 0:n.length)>0&&this.pageData.featured.heroBlocks[0].blockType==="VideoBlock")return this.pageData.featured.heroBlocks[0].video},customImage(){var e,n,a,o;if(this.pageData&&((n=(e=this.pageData.featured)==null?void 0:e.heroBlocks)==null?void 0:n.length)>0){const s=this.pageData.featured.heroBlocks[0];if(s.blockType==="ImageChooserBlock"||s.blockType==="HeroImageBlock")return s.listingPageHeroImage;if(s.blockType==="CarouselBlock"&&s.blocks&&s.blocks.length>0)return s.blocks[0].listingPageHeroImage}else if((o=(a=this.pageData)==null?void 0:a.featured)!=null&&o.listingPageHeroImage)return this.pageData.featured.listingPageHeroImage}}});function i5(e,n,a,o,s,i){const r=mo;return e.pageData?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["max-w-screen-3xl mx-auto",{"-nav-offset":e.pageData.featured}])},[e.pageData.featured?(t.openBlock(),t.createBlock(r,{key:0,class:"md:mb-12 lg:mb-18 mb-10","custom-tag":e.themeStore.theme==="ThemeEdu"&&e.customLabel?e.customLabel:void 0,"custom-label":e.themeStore.theme==="ThemeEdu"?e.pageData.featured.topicLabel:e.customLabel,feature:e.pageData.featured,"custom-video":e.customVideo,"custom-image":e.customImage,cta:e.cta},null,8,["custom-tag","custom-label","feature","custom-video","custom-image","cta"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0)}const r5=w(s5,[["render",i5]]),l5=t.defineComponent({name:"IconClose"}),c5={class:"IconClose",width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},d5=[t.createElementVNode("path",{d:"M21.192-.02l2.829 2.828L14.828 12l9.193 9.192-2.829 2.829L12 14.828l-9.192 9.193-2.829-2.829L9.172 12-.02 2.808 2.808-.021 12 9.172 21.192-.02z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function h5(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",c5,d5)}const Fe=w(l5,[["render",h5]]),m5=t.defineComponent({name:"IconInfo"}),p5={class:"IconInfo",width:"10",height:"22",viewBox:"0 0 10 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},f5=[t.createElementVNode("path",{d:"M7 8v12h3v2H0v-2h3V10H0V8h7zM5 0a2.5 2.5 0 110 5 2.5 2.5 0 010-5z",fill:"currentColor"},null,-1)];function u5(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",p5,f5)}const po=w(m5,[["render",u5]]),g5=t.defineComponent({name:"HeroMedia",components:{MixinVideoBg:Kt,BaseImageCaption:ie,IconInfo:po,IconClose:Fe},props:{image:{type:Object,required:!1},video:{type:Object,required:!1},displayCaption:{type:Boolean,default:!0},caption:{type:String,required:!1},credit:{type:String,required:!1}},data(){return{captionVisible:!1}},computed:{theImageCaption(){if(this.image&&this.caption&&this.caption.length>2&&this.displayCaption)return this.caption;if(this.image&&this.image.caption&&this.image.caption.length>2&&this.displayCaption)return this.image.caption},theImageData(){if(this.image)return{...this.image,caption:this.theImageCaption}},theSrcSet(){return this.theImageData?se(this.theImageData):void 0},customCaption(){if(this.caption&&this.caption.length>2||this.credit)return{caption:this.caption,credit:this.credit}},captionVisibilityClass(){return this.captionVisible?"flex":"hidden"},hasCaptionArea(){var e,n;return this.theImageData?this.theImageCaption||((e=this.image)==null?void 0:e.credit)||((n=this.image)==null?void 0:n.detailUrl):!!this.customCaption}},mounted(){Xe()},methods:{toggleCaption(){this.captionVisible?this.captionVisible=!1:this.captionVisible=!0}}}),y5={key:0,class:"HeroMedia"},b5={class:"bg-gray-light"},k5={class:"vh-crop max-w-screen-3xl relative flex items-center mx-auto overflow-hidden"},_5={class:"hero"},$5=["srcset","src","width","height","alt"],w5={key:0,class:"lg:hidden absolute bottom-0 left-0 w-full h-auto mx-auto"};function C5(e,n,a,o,s,i){const r=Kt,l=po,c=Fe,d=ie;return e.image||e.video?(t.openBlock(),t.createElementBlock("div",y5,[t.createElementVNode("div",b5,[t.createElementVNode("div",k5,[t.createElementVNode("div",_5,[e.theImageData?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.theImageData.src?(t.openBlock(),t.createElementBlock("img",{key:0,class:"object-cover object-center w-full h-full",srcset:e.theSrcSet,src:e.theImageData.src.url,width:e.theImageData.src.width,height:e.theImageData.src.height,alt:e.theImageData.alt,itemprop:"image","data-chromatic":"ignore"},null,8,$5)):t.createCommentVNode("",!0)],64)):e.video?(t.openBlock(),t.createBlock(r,{key:1,video:e.video},null,8,["video"])):t.createCommentVNode("",!0)]),e.hasCaptionArea?(t.openBlock(),t.createElementBlock("div",w5,[t.createElementVNode("button",{class:"bg-opacity-90 text-gray-dark flex items-center justify-center w-12 h-12 ml-auto bg-white cursor-pointer","aria-label":"Toggle caption",onClick:n[0]||(n[0]=(...h)=>e.toggleCaption&&e.toggleCaption(...h))},[t.withDirectives(t.createVNode(l,{class:"text-xl"},null,512),[[t.vShow,!e.captionVisible]]),t.withDirectives(t.createVNode(c,null,null,512),[[t.vShow,e.captionVisible]])])])):t.createCommentVNode("",!0)]),e.hasCaptionArea?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass([e.captionVisibilityClass,"max-w-screen-3xl ThemeVariantGray bg-gray-light bg-opacity-90 lg:bg-opacity-100 ThemeVariantGray lg:block lg:pb-4 lg:px-3 xl:px-8 lg:pt-4 items-start p-4 mx-auto"])},[t.createVNode(d,{data:e.theImageData||e.customCaption},null,8,["data"])],2)):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)}const Zt=w(g5,[["render",C5]]),B5=t.defineComponent({name:"HomepageCarouselItem",components:{BaseLink:F,IconArrow:be},props:{item:{type:Object,required:!1}}}),E5={key:0,class:"HomepageCarouselItem relative flex items-center overflow-hidden"},S5={class:"absolute inset-0 z-10 overflow-hidden bg-black"},V5={key:0,loop:"",muted:"",playsinline:"",preload:"none",class:"left-1/2 top-1/2 absolute z-10 object-cover w-auto h-auto min-w-full min-h-full transform -translate-x-1/2 -translate-y-1/2"},N5=["src"],T5=["src"],I5=["src"],x5={key:1},M5=["srcset"],L5=["srcset"],D5=["srcset"],v5=["src","width","height"],P5={class:"lg:flex lg:items-center lg:relative lg:h-full absolute bottom-0 z-20 w-full"},z5=t.createElementVNode("div",{class:"bg-gradient-to-b lg:bg-gradient-to-l from-transparent lg:from-transparent xl:from-transparent-w25 to-black lg:to-transparent-black-75 absolute inset-0"},null,-1),A5={class:"lg:px-10 2xl:px-0 lg:pb-10 lg:pt-0 text-contrast container relative px-4 pt-40 pb-24 mx-auto text-white"},O5={class:"lg:w-3/4 xl:w-1/2 block"},F5={key:0,class:"font-primary text-jpl-red-light lg:text-3xl lg:mb-0 mb-2 text-xl font-semibold tracking-normal uppercase"},H5=t.createElementVNode("span",{class:"sr-only"},".",-1),q5={key:0,class:"lg:text-9xl leading-tighter text-5xl font-extrabold tracking-tighter"},j5={class:"mr-2"},R5={key:0,class:"text-jpl-red-light lg:hidden can-hover:group-hover:ml-2 ml-0 text-4xl transition-all duration-200 ease-in"},G5={key:1,class:"can-hover:group-hover:ml-5 text-jpl-red-light text-7xl lg:block hidden ml-0 transition-all duration-200 ease-in"};function U5(e,n,a,o,s,i){var l,c;const r=be;return e.item?(t.openBlock(),t.createElementBlock("div",E5,[t.createElementVNode("div",S5,[e.item.video&&e.item.video.file?(t.openBlock(),t.createElementBlock("video",V5,[e.item.video.fileWebm?(t.openBlock(),t.createElementBlock("source",{key:0,src:e.item.video.fileWebm,type:"video/webm"},null,8,N5)):t.createCommentVNode("",!0),t.createElementVNode("source",{src:e.item.video.file,type:"video/mp4"},null,8,T5),e.item.video.fileOgg?(t.openBlock(),t.createElementBlock("source",{key:1,src:e.item.video.fileOgg,type:"video/ogg"},null,8,I5)):t.createCommentVNode("",!0)])):e.item.image&&e.item.image.src?(t.openBlock(),t.createElementBlock("picture",x5,[t.createElementVNode("source",{media:"(min-width: 768px)",srcset:e.item.image.srcSet},null,8,M5),t.createElementVNode("source",{media:"(min-width: 420px)",srcset:(l=e.item.image.screenMd)==null?void 0:l.url},null,8,L5),t.createElementVNode("source",{srcset:(c=e.item.image.screenSm)==null?void 0:c.url},null,8,D5),t.createElementVNode("img",{class:"md:object-right object-cover object-bottom w-full h-full",src:e.item.image.src.url,width:e.item.image.src.width,height:e.item.image.src.height,alt:"",loading:"lazy","data-chromatic":"ignore"},null,8,v5)])):t.createCommentVNode("",!0)]),t.createElementVNode("div",P5,[z5,t.createElementVNode("div",A5,[t.createElementVNode("div",O5,[e.item.heading?(t.openBlock(),t.createElementBlock("p",F5,[t.createTextVNode(t.toDisplayString(e.item.heading)+" ",1),H5])):t.createCommentVNode("",!0),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.item.externalLink||e.item.page&&e.item.page.url?"BaseLink":"div"),{variant:"none","link-class":"block",href:e.item.externalLink?e.item.externalLink:null,to:e.item.page&&e.item.page.url&&!e.item.externalLink?e.item.page.url:null,"external-target-blank":""},{default:t.withCtx(()=>[e.item.slideTitle?(t.openBlock(),t.createElementBlock("p",q5,[t.createElementVNode("span",j5,t.toDisplayString(e.item.slideTitle),1),e.item.externalLink||e.item.page&&e.item.page.url?(t.openBlock(),t.createElementBlock("span",R5,[t.createVNode(r,{class:"inline"})])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.item.externalLink||e.item.page&&e.item.page.url?(t.openBlock(),t.createElementBlock("div",G5,[t.createVNode(r)])):t.createCommentVNode("",!0)]),_:1},8,["href","to"]))])])])])):t.createCommentVNode("",!0)}const fo=w(B5,[["render",U5]]);te.use([wm,Ot,Vm,Cm]);const W5=t.defineComponent({name:"HomepageCarousel",components:{BaseLink:F,HomepageCarouselItem:fo},props:{items:{type:Array,required:!1},duration:{type:Number,default:5e3}},data(){return{slideLoaded:!1,slider:null,sliderOptions:{effect:"fade",slidesPerView:1,speed:500,threshold:20,followFinger:!1,longSwipesRatio:.01,autoplay:{delay:this.duration,disableOnInteraction:!1},loop:!0,pagination:{el:".swiper-pagination",clickable:!0},lazyPreloadPrevNext:1,on:{transitionStart:()=>{this.slideLoaded=!1},transitionEnd:()=>{this.slideLoaded=!0,this.slideToNext=!0,this.updateTabbedItems()},sliderMove:e=>{e.touches.diff>0?this.slideToNext=!1:this.slideToNext=!0},slideChange:e=>{this.videoHandler(e)}}},tabbedItems:void 0,slideToNext:!0}},computed:{theIndex(){return this.slider?this.slider.realIndex:!1},onlyOneSlide(){var e;return((e=this.items)==null?void 0:e.length)===1},loopedTabs(){const e=this.items,n=this.theIndex?this.theIndex+1:1;return n&&e?[...e.slice(n-1),...e.slice(0,n)]:this.items},tabContainerWidthClass(){var e,n,a,o;return((e=this.items)==null?void 0:e.length)===2?"overflow-hidden w-2/5":((n=this.items)==null?void 0:n.length)===3?"overflow-hidden w-3/5":((a=this.items)==null?void 0:a.length)===4?"overflow-hidden w-4/5":((o=this.items)==null?void 0:o.length)===5?"overflow-hidden container":"overflow-visible container"},tabWidthClass(){var e,n,a,o;return((e=this.items)==null?void 0:e.length)===2?"w-1/2":((n=this.items)==null?void 0:n.length)===3?"w-1/3":((a=this.items)==null?void 0:a.length)===4?"w-1/4":(((o=this.items)==null?void 0:o.length)===5,"w-1/5")},tabTranslateClass(){var n,a,o,s,i,r;let e="";return this.slideToNext?((n=this.items)==null?void 0:n.length)===2?e="-translate-x-1/2":((a=this.items)==null?void 0:a.length)===3?e="-translate-x-1/3":((o=this.items)==null?void 0:o.length)===4?e="-translate-x-1/4":e="-translate-x-1/5":this.slideToNext||(((s=this.items)==null?void 0:s.length)===2?e="translate-x-1/2":((i=this.items)==null?void 0:i.length)===3?e="translate-x-1/3":((r=this.items)==null?void 0:r.length)===4?e="translate-x-1/4":e="translate-x-1/5"),this.slideLoaded||(e+=" transform transition-transform duration-500"),e}},mounted(){Xe(),this.init()},methods:{init(){this.onlyOneSlide?this.slider=new te(this.$refs.HomepageCarouselSlider,{...this.sliderOptions,loop:!1,autoplay:!1}):this.slider=new te(this.$refs.HomepageCarouselSlider,this.sliderOptions),this.updateTabbedItems(),this.slideLoaded=!0,this.videoHandler(this.slider)},updateTabbedItems(){this.tabbedItems=this.loopedTabs},videoHandler(e){const n=e.activeIndex,a=this.getVideo(n,e);if(a&&(a.autoplay=!0,a.load()),e.previousIndex){const o=e.previousIndex,s=this.getVideo(o,e);s&&s.pause()}},getVideo(e,n){const a=n.slides[e];if(a){const o=a.getElementsByTagName("video");if(o.length)return o[0]}return null}}}),Y5={key:0,class:"HomepageCarousel max-w-screen-3xl mx-auto"},K5={"aria-label":"Features",class:"sr-only"},Z5={class:"relative w-full overflow-hidden",role:"presentation"},X5={ref:"HomepageCarouselSlider",class:"HomepageCarouselSlider swiper"},J5={class:"swiper-wrapper"},Q5={key:0,class:"lg:hidden pb-14 absolute bottom-0 w-full"},e6={class:"swiper-pagination container"},t6={key:1,class:"lg:block text-contrast absolute inset-x-0 bottom-0 z-10 hidden text-left text-white bg-black bg-opacity-50"},n6={class:"h-2px w-full bg-transparent"},a6={class:"HomepageCarouselTabs relative container overflow-hidden mx-auto pt-5 pb-22"},o6={class:"w-full -translate-x-1/5"};function s6(e,n,a,o,s,i){const r=F,l=fo;return e.items?(t.openBlock(),t.createElementBlock("div",Y5,[t.createElementVNode("nav",K5,[t.createElementVNode("ul",null,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(c,d)=>(t.openBlock(),t.createElementBlock("li",{key:d},[t.createVNode(r,{variant:"none",href:c.externalLink?c.externalLink:void 0,to:c.page&&c.page.url&&!c.externalLink?c.page.url:void 0},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.slideTitle),1)]),_:2},1032,["href","to"])]))),128))])]),t.createElementVNode("div",Z5,[t.createElementVNode("div",X5,[t.createElementVNode("div",J5,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(c,d)=>(t.openBlock(),t.createBlock(l,{key:d,item:c,class:"swiper-slide"},null,8,["item"]))),128))]),e.onlyOneSlide?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",Q5,[t.createElementVNode("div",e6,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(c,d)=>(t.openBlock(),t.createElementBlock("span",{key:d,class:t.normalizeClass(`swiper-pagination-bullet${d===0?" swiper-pagination-bullet-active":""}`)},null,2))),128))])])),e.onlyOneSlide?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",t6,[t.createElementVNode("div",n6,[t.createVNode(t.Transition,{name:"load"},{default:t.withCtx(()=>[e.slideLoaded?(t.openBlock(),t.createElementBlock("div",{key:0,class:"h-2px w-full bg-white bg-opacity-50 -translate-x-full",style:t.normalizeStyle(`transition-duration: ${e.duration}ms`)},null,4)):t.createCommentVNode("",!0)]),_:1})]),t.createElementVNode("div",a6,[t.createElementVNode("div",o6,[t.createElementVNode("div",{class:t.normalizeClass(e.tabContainerWidthClass)},[t.createElementVNode("div",{class:t.normalizeClass(["flex flex-nowrap",e.tabTranslateClass])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.tabbedItems,(c,d)=>(t.openBlock(),t.createBlock(r,{key:d,variant:"none",href:c.externalLink?c.externalLink:void 0,to:c.page&&c.page.url&&!c.externalLink?c.page.url:void 0,"external-target-blank":"",class:t.normalizeClass(["pr-5 flex-shrink-0 h-auto translate-x-0",e.tabWidthClass]),"link-class":`
35
+ </div>`),o}})},methods:{clickHandler(){this.$emit("click")}}}),Fp=["href","data-fancybox","data-src","data-width","data-height","data-srcset","data-sizes","data-theme","data-caption","data-title","data-animated","data-download-src","data-url","data-max-width"];function Hp(e,n,a,o,s,i){const r=pi;return t.openBlock(),t.createElementBlock("a",{class:"MixinFancybox group cursor-pointer block",role:"link","aria-label":"Open in Lightbox",href:e.src,"data-fancybox":e.galleryName||"","data-src":e.src,"data-width":e.src?e.src.width:null,"data-height":e.src?e.src.height:null,"data-srcset":e.srcSet,"data-sizes":e.sizes,"data-theme":e.computedClass,"data-caption":e.computedCaption,"data-title":e.title,"data-animated":e.animated,"data-download-src":e.downloadSrc,"data-url":e.detailUrl,"data-max-width":e.src?e.src.width:null,onClick:n[0]||(n[0]=l=>e.$emit("click"))},[t.createVNode(r),t.renderSlot(e.$slots,"default")],8,Fp)}const Se=B(Op,[["render",Hp]]),qp=t.defineComponent({name:"BlockImageStandard",components:{MixinFancybox:Se,BaseImage:q,BaseImagePlaceholder:j,BaseImageCaption:ie},props:{data:{type:Object,required:!1},displayCaption:{type:Boolean,default:!0},caption:{type:String,required:!1},constrain:{type:Boolean,default:!0}},computed:{theCaption(){if(this.caption&&this.caption.length>2&&this.displayCaption)return this.caption;if(this.displayCaption&&this.data&&this.data.caption&&this.data.caption.length>2)return this.data.caption},theData(){if(this.data)return{...this.data,caption:this.theCaption}},hasCaptionArea(){return!!(this.data&&(this.theCaption||this.data.credit||this.data.detailUrl))}}}),jp={key:0},Rp={key:1,class:"lg:px-0 p-4 pb-0"};function Gp(e,n,a,o,s,i){var h;const r=q,l=j,c=Se,d=ie;return e.theData?(t.openBlock(),t.createElementBlock("div",jp,[e.theData.src?(t.openBlock(),t.createBlock(c,{key:0,src:e.theData.original||((h=e.theData.src)==null?void 0:h.url),caption:e.theData.caption,credit:e.theData.credit,"detail-url":e.theData.detailUrl},{default:t.withCtx(()=>[t.createVNode(l,{"aspect-ratio":e.constrain?"16:9":"none","dark-mode":""},{default:t.withCtx(()=>[e.theData.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.theData.src.url,srcset:e.theData.srcSet,width:e.theData.src.width,height:e.theData.src.height,alt:e.theData.alt,"image-class":e.constrain?void 0:"w-full h-auto","object-fit-class":e.constrain?"contain":void 0,loading:"lazy"},null,8,["src","srcset","width","height","alt","image-class","object-fit-class"])):t.createCommentVNode("",!0)]),_:1},8,["aspect-ratio"])]),_:1},8,["src","caption","credit","detail-url"])):t.createCommentVNode("",!0),e.theData&&e.hasCaptionArea?(t.openBlock(),t.createElementBlock("div",Rp,[t.createVNode(d,{data:e.theData},null,8,["data"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Qe=B(qp,[["render",Gp]]),Up=t.defineComponent({name:"BlockImageFullBleed",components:{MixinFancybox:Se,BaseImage:q,BaseImagePlaceholder:j,BaseImageCaption:ie},props:{data:{type:Object,required:!1},displayCaption:{type:Boolean,default:!0},caption:{type:String,required:!1},constrain:{type:Boolean,default:!0}},data(){return{openTab:1}},computed:{theCaption(){if(this.caption&&this.caption.length>2&&this.displayCaption)return this.caption;if(this.displayCaption&&this.data&&this.data.caption&&this.data.caption.length>2)return this.data.caption},theSrcSet(){return this.theData?se(this.theData):void 0},theData(){if(this.data)return{...this.data,caption:this.theCaption}},hasCaptionArea(){return!!(this.data&&(this.theCaption||this.data.credit||this.data.detailUrl))}}}),Wp={key:0},Yp={class:"bg-gray-light"},Kp={class:"max-w-screen-3xl mx-auto"},Zp={key:0,class:"max-w-screen-3xl p-4 pb-0 mx-auto"};function Xp(e,n,a,o,s,i){var h;const r=q,l=j,c=Se,d=ie;return e.theData?(t.openBlock(),t.createElementBlock("div",Wp,[t.createElementVNode("div",Yp,[t.createElementVNode("div",Kp,[e.theData.src?(t.openBlock(),t.createBlock(c,{key:0,src:e.theData.original||((h=e.theData.src)==null?void 0:h.url),caption:e.theData.caption,credit:e.theData.credit,"detail-url":e.theData.detailUrl},{default:t.withCtx(()=>[t.createVNode(l,{"aspect-ratio":e.constrain?"16:9":"none","responsive-aspect-ratio":e.constrain?"lg:aspect-ratio-two-one":"","dark-mode":""},{default:t.withCtx(()=>[e.theData.src&&e.theData.srcCropped?(t.openBlock(),t.createBlock(r,{key:0,src:e.constrain?e.theData.srcCropped.url:e.theData.src.url,srcset:e.theData.srcSet&&!e.constrain?e.theData.srcSet:e.theSrcSet,width:e.constrain?e.theData.srcCropped.width:e.theData.src.width,height:e.constrain?e.theData.srcCropped.height:e.theData.src.height,alt:e.theData.alt,"image-class":e.constrain?void 0:"w-full h-auto","object-fit-class":e.constrain?"cover":void 0,loading:"lazy"},null,8,["src","srcset","width","height","alt","image-class","object-fit-class"])):t.createCommentVNode("",!0)]),_:1},8,["aspect-ratio","responsive-aspect-ratio"])]),_:1},8,["src","caption","credit","detail-url"])):t.createCommentVNode("",!0)])]),e.data&&e.hasCaptionArea?(t.openBlock(),t.createElementBlock("div",Zp,[t.createVNode(d,{data:e.theData},null,8,["data"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Wa=B(Up,[["render",Xp]]),Jp=t.defineComponent({name:"BlockImage",components:{BlockImageStandard:Qe,BlockImageFullBleed:Wa,LayoutHelper:ee},props:{data:{type:Object,required:!1},fullBleed:{type:Boolean,required:!1,default:!1}}}),Qp={key:0};function ef(e,n,a,o,s,i){const r=Wa,l=Qe,c=ee;return e.data?(t.openBlock(),t.createElementBlock("div",Qp,[e.fullBleed&&e.data.imageFullBleed?(t.openBlock(),t.createBlock(r,{key:0,data:e.data.imageFullBleed,"display-caption":e.data.displayCaption,caption:e.data.caption,constrain:e.data.constrain},null,8,["data","display-caption","caption","constrain"])):(t.openBlock(),t.createBlock(c,{key:1,indent:"col-2"},{default:t.withCtx(()=>[t.createVNode(l,{data:e.data.image,"display-caption":e.data.displayCaption,caption:e.data.caption,constrain:e.data.constrain},null,8,["data","display-caption","caption","constrain"])]),_:1}))])):t.createCommentVNode("",!0)}const Ya=B(Jp,[["render",ef]]),tf=t.defineComponent({name:"BlockImageCarouselItem",components:{MixinFancybox:Se,BaseImage:q,BaseImagePlaceholder:j,BaseImageCaption:ie},props:{image:{type:Object,required:!0,default:()=>({})},displayCaption:{type:Boolean,default:!0},caption:{type:String,required:!1},blockId:{type:String,required:!1},showTitle:{type:Boolean,required:!1,default:!1}},computed:{theCaption(){if(this.caption&&this.caption.length>2&&this.displayCaption)return this.caption;if(this.displayCaption&&this.image&&this.image.caption&&this.image.caption.length>2)return this.image.caption},theImageData(){return this.image?{...this.image,caption:this.theCaption}:null},hasCaptionArea(){return this.image?this.theCaption||this.image.credit||this.image.detailUrl:!1}}}),nf={key:0},af={key:0,class:"lg:px-0 lg:pt-3 px-4 pt-10"};function of(e,n,a,o,s,i){var h;const r=q,l=j,c=Se,d=ie;return e.theImageData?(t.openBlock(),t.createElementBlock("div",nf,[t.createVNode(c,{src:e.theImageData.original||((h=e.theImageData.src)==null?void 0:h.url),caption:e.theImageData.caption,credit:e.theImageData.credit,"detail-url":e.theImageData.detailUrl,"gallery-name":`carousel-${e.blockId}`,title:e.showTitle?e.theImageData.title:void 0,"show-thumbnails":""},{default:t.withCtx(()=>[e.theImageData?(t.openBlock(),t.createBlock(l,{key:0,"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[e.theImageData.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.theImageData.src.url,srcset:e.theImageData.srcSet,width:e.theImageData.src.width,height:e.theImageData.src.height,alt:e.theImageData.alt,"object-fit-class":"contain",loading:"lazy"},null,8,["src","srcset","width","height","alt"])):t.createCommentVNode("",!0)]),_:1})):t.createCommentVNode("",!0)]),_:1},8,["src","caption","credit","detail-url","gallery-name","title"]),e.theImageData&&e.hasCaptionArea?(t.openBlock(),t.createElementBlock("div",af,[t.createVNode(d,{class:"slide-caption",data:e.theImageData},null,8,["data"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Ka=B(tf,[["render",of]]),sf=_n.BlockImageCarousel;te.use([kn,Ot]);const rf=t.defineComponent({name:"BlockImageCarousel",components:{BaseButton:R,IconPrev:we,IconNext:$e,BlockImageCarouselItem:Ka},props:{items:{type:Array,required:!1},itemRole:{type:String,required:!1},loop:{type:Boolean,default:!0},slide:{type:Number,required:!1},blockId:{type:String,required:!1},showTitle:{type:Boolean,required:!1,default:!1}},data(){return{currentIndex:0,currentCaption:"",slider:null,sliderOptions:{...sf,loop:this.loop,pagination:!1,a11y:{slideRole:this.itemRole},on:{slideChange:e=>{this.updateIndex(e.realIndex),this.loop&&Array.prototype.forEach.call(e.slides,function(n){const a=n.querySelector(".MixinFancybox");if(a){const o=a.dataset.fancybox||a.dataset.triggerFancybox;n.classList.contains("swiper-slide-visible")?(a.dataset.fancybox=o,a.removeAttribute("data-trigger-fancybox")):n.classList.contains("swiper-slide-duplicate")||n.classList.contains("swiper-slide-duplicate-next")?(a.dataset.triggerFancybox=o,a.removeAttribute("data-fancybox")):(a.dataset.fancybox=o,a.removeAttribute("data-trigger-fancybox"))}})}}}}},computed:{hasCover(){return!!this.$slots.firstSlide},itemsMobileNav(){const e=this.items?this.items.map(n=>n):void 0;return e&&this.hasCover&&e.push({cover:"hasCover"}),e}},watch:{slide(e){this.slideTo(e)}},mounted(){this.init()},methods:{init(){this.slider=new te(this.$refs.BlockImageCarousel,this.sliderOptions),this.currentIndex=this.slider.realIndex},updateIndex(e){this.currentIndex=e},slideTo(e){this.slider&&this.slider.slideTo(e)}}}),lf={key:0,class:"BlockImageCarousel w-full overflow-hidden"},cf={ref:"BlockImageCarousel",class:"swiper"},df={class:"swiper-wrapper"},hf={class:"swiper-nav lg:block absolute inset-x-0 top-0 hidden h-0 overflow-hidden z-70"},mf={class:"absolute inset-0"},pf={class:"absolute bottom-0 right-0 z-10 flex"},ff={class:"swiper-dots lg:hidden absolute top-0 z-50 w-full text-center"},uf=["aria-label","onClick"];function gf(e,n,a,o,s,i){const r=Ka,l=we,c=R,d=$e;return e.items?(t.openBlock(),t.createElementBlock("div",lf,[t.createElementVNode("div",cf,[t.createElementVNode("div",df,[t.renderSlot(e.$slots,"firstSlide"),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(h,m)=>(t.openBlock(),t.createBlock(r,{key:m,image:h.image,caption:h.caption,"display-caption":h.displayCaption,"block-id":e.blockId,"show-title":e.showTitle,class:"swiper-slide"},null,8,["image","caption","display-caption","block-id","show-title"]))),128))]),t.createElementVNode("div",hf,[t.createElementVNode("div",mf,[t.createElementVNode("div",pf,[t.createVNode(c,{class:"swiper-prev xl:text-xl border-collapse","aria-label":"Previous slide"},{icon:t.withCtx(()=>[t.createVNode(l)]),_:1}),t.createVNode(c,{class:"swiper-next xl:text-xl border-collapse","aria-label":"Next slide"},{icon:t.withCtx(()=>[t.createVNode(d)]),_:1})])])]),t.createElementVNode("div",ff,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.itemsMobileNav,(h,m)=>(t.openBlock(),t.createElementBlock("button",{key:m,class:"pointer-events-auto inline-block px-1 py-3 cursor-pointer","aria-label":"Go to slide "+(e.hasCover?m:m+1),onClick:p=>e.slideTo(e.hasCover?m:m+1)},[t.createElementVNode("span",{class:t.normalizeClass(["inline-block w-3 h-3 rounded-full",e.currentIndex===m?"bg-jpl-red":"bg-gray-light-mid"])},null,2)],8,uf))),128))])],512)])):t.createCommentVNode("",!0)}const et=B(rf,[["render",gf]]),yf=t.defineComponent({name:"BlockImageComparison",props:{data:{type:Object,required:!0}},computed:{theBeforeImageSrc(){return this.data&&this.data.beforeImage?this.data.constrain&&this.data.beforeImage.srcCropped?this.data.beforeImage.srcCropped:this.data.beforeImage.src:null},theAfterImageSrc(){return this.data&&this.data.afterImage?this.data.constrain&&this.data.afterImage.srcCropped?this.data.afterImage.srcCropped:this.data.afterImage.src:null}}}),bf={key:0},kf=["innerHTML"];function _f(e,n,a,o,s,i){const r=t.resolveComponent("VueCompareImage"),l=t.resolveComponent("client-only");return e.data?(t.openBlock(),t.createElementBlock("div",bf,[t.createVNode(l,{placeholder:"Loading Image Comparison..."},{default:t.withCtx(()=>[e.theBeforeImageSrc&&e.theAfterImageSrc?(t.openBlock(),t.createBlock(r,{key:0,class:"h-full animate-fadeIn","left-image":e.theBeforeImageSrc.url,"left-image-alt":"Left image","right-image":e.theAfterImageSrc.url,"right-image-alt":"Right image"},null,8,["left-image","right-image"])):t.createCommentVNode("",!0)]),_:1}),e.data.caption&&e.data.caption.length>2?(t.openBlock(),t.createElementBlock("div",{key:0,class:"text-gray-mid-dark mt-3",innerHTML:e.data.caption},null,8,kf)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Gt=B(yf,[["render",_f]]),$f=t.defineComponent({name:"BlockImageGallery",components:{MixinFancybox:Se,BaseImage:q,BaseImagePlaceholder:j,BaseHeading:G,BlockImageCarousel:et},props:{label:{type:String,required:!1},title:{type:String,required:!1},description:{type:String,required:!1},cover:{type:Object,required:!1},items:{type:Array,required:!1},blockId:{type:String,required:!1}},computed:{theSrcSet(){return this.cover?se(this.cover)?se(this.cover):this.cover.srcSet:""}}}),wf={class:"bg-gradient-to-b from-transparent-w50 to-black absolute inset-0 z-10"},Bf={class:"text-contrast lg:p-20 flex items-end w-full h-full p-10 text-white"},Cf={class:"w-full"},Ef={key:0,class:"text-subtitle mb-3"},Sf={key:2,class:"sm:block text-body-lg lg:w-2/3 xl:w-1/2 hidden mt-5"};function Vf(e,n,a,o,s,i){const r=G,l=q,c=j,d=Se,h=et;return e.items?(t.openBlock(),t.createBlock(h,{key:0,class:"BlockImageGallery",items:e.items,"item-role":"link",loop:!1,"block-id":e.blockId},{firstSlide:t.withCtx(()=>{var m;return[e.cover?(t.openBlock(),t.createBlock(d,{key:0,src:e.cover.original||((m=e.cover.src)==null?void 0:m.url),caption:e.description,credit:e.cover.credit,"detail-url":e.cover.detailUrl,title:e.title,"gallery-name":`carousel-${e.blockId}`,"show-thumbnails":"",class:"swiper-slide h-auto"},{default:t.withCtx(()=>[t.createElementVNode("div",null,[t.createElementVNode("div",wf,[t.createElementVNode("div",Bf,[t.createElementVNode("div",Cf,[e.label?(t.openBlock(),t.createElementBlock("p",Ef,t.toDisplayString(e.label),1)):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createBlock(r,{key:1,level:"h2"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1})):t.createCommentVNode("",!0),e.description?(t.openBlock(),t.createElementBlock("p",Sf,t.toDisplayString(e.description),1)):t.createCommentVNode("",!0)])])]),e.cover&&e.cover.src?(t.openBlock(),t.createBlock(c,{key:0,"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[e.cover.src?(t.openBlock(),t.createBlock(l,{key:0,src:e.cover.src.url,srcset:e.theSrcSet,width:e.cover.src.width,height:e.cover.src.height,alt:"","object-fit-class":"cover",loading:"lazy"},null,8,["src","srcset","width","height"])):t.createCommentVNode("",!0)]),_:1})):t.createCommentVNode("",!0)])]),_:1},8,["src","caption","credit","detail-url","title","gallery-name"])):t.createCommentVNode("",!0)]}),_:1},8,["items","block-id"])):t.createCommentVNode("",!0)}const Ut=B($f,[["render",Vf]]),Si={small:"text-body-sm",medium:"text-body-md",large:"text-body-lg"},Nf=t.defineComponent({name:"BlockText",props:{text:{type:String,required:!1},variant:{type:String,required:!1,default:"large",validator:e=>Object.keys(Si).includes(e)}},computed:{computedClass(){return Si[this.variant]}}}),Tf=["innerHTML"];function If(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["BlockText",e.computedClass]),innerHTML:e.text},null,10,Tf)}const re=B(Nf,[["render",If]]),xf=t.defineComponent({name:"BlockInlineImage",components:{MixinFancybox:Se,BlockText:re,BaseImagePlaceholder:j,BaseImage:q,BaseImageCaption:ie},props:{data:{type:Object,required:!1}},computed:{theCaption(){if(this.data&&this.data.caption&&this.data.caption.length>2&&this.data.displayCaption)return this.data.caption;if(this.data&&this.data.image.caption&&this.data.image.caption.length>2&&this.data.displayCaption)return this.data.image.caption},theImageData(){var e,n;return(e=this.data)!=null&&e.image?{...(n=this.data)==null?void 0:n.image,caption:this.theCaption}:null},hasCaptionArea(){return this.data&&this.data.image?this.theCaption||this.data.image.credit||this.data.image.detailUrl:!1},theSrcSet(){return this.theImageData?se(this.theImageData)?se(this.theImageData):this.theImageData.srcSet:void 0}}}),Mf={key:0,class:"BlockInlineImage LayoutHelper container mx-auto"},Lf={class:"lg:BaseGrid lg:px-0 px-4"};function Df(e,n,a,o,s,i){var m;const r=q,l=j,c=Se,d=ie,h=re;return e.data?(t.openBlock(),t.createElementBlock("div",Mf,[t.createElementVNode("div",Lf,[e.theImageData?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["lg:mb-0 lg:w-full sm:w-xl lg:mt-0 lg:pr-4 2xl:pr-0 col-span-5 mx-auto mt-8 mb-8",e.data.alignTo==="right"?"col-start-8 lg:order-2":"col-start-1 lg:order-1"])},[e.theImageData?(t.openBlock(),t.createBlock(c,{key:0,src:e.theImageData.original||((m=e.theImageData.src)==null?void 0:m.url),caption:e.theImageData.caption,credit:e.theImageData.credit,"detail-url":e.theImageData.detailUrl},{default:t.withCtx(()=>[t.createVNode(l,{"aspect-ratio":"none"},{default:t.withCtx(()=>[e.theImageData&&e.theImageData.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.theImageData.src.url,srcset:e.theSrcSet,width:e.theImageData.src.width,height:e.theImageData.src.height,"image-class":"w-full h-auto",alt:e.theImageData.alt,loading:"lazy"},null,8,["src","srcset","width","height","alt"])):t.createCommentVNode("",!0)]),_:1})]),_:1},8,["src","caption","credit","detail-url"])):t.createCommentVNode("",!0),e.hasCaptionArea?(t.openBlock(),t.createBlock(d,{key:1,class:"lg:mt-3 mt-2",data:e.theImageData},null,8,["data"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),e.data.text?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["flex col-span-5",e.data.alignTo==="right"?"col-start-3 lg:order-1":"col-start-6 lg:order-2"])},[t.createVNode(h,{text:e.data.text},null,8,["text"])],2)):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)}const Za=B(xf,[["render",Df]]),vf=t.defineComponent({name:"BlockKeyPoints",components:{BlockHeading:Ft,BlockText:re},props:{data:{type:Object,required:!1}}}),Pf={key:0,class:"BlockKeyPoints border-gray-light-mid lg:py-10 py-6 border-t border-b"};function zf(e,n,a,o,s,i){const r=Ft,l=re;return e.data?(t.openBlock(),t.createElementBlock("div",Pf,[t.createVNode(r,{class:"mb-5",data:{heading:e.data.heading}},null,8,["data"]),t.createElementVNode("ul",null,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.listItem,(c,d)=>(t.openBlock(),t.createElementBlock("li",{key:d,class:t.normalizeClass(["flex",d+1===e.data.listItem.length?"mb-0":"mb-4"])},[t.createVNode(l,{text:c.text,variant:"medium"},null,8,["text"])],2))),128))])])):t.createCommentVNode("",!0)}const Xa=B(vf,[["render",zf]]),Af=t.defineComponent({name:"BlockLinkCard",components:{IconArrow:de,BaseLink:F,BaseImage:q,BaseImagePlaceholder:j},props:{data:{type:Object,required:!1,default:void 0},url:{type:String,required:!1,default:void 0},externalLink:{type:String,required:!1,default:void 0},thumbnailImage:{type:Object,required:!1,default:void 0},label:{type:String,required:!1,default:void 0},title:{type:String,required:!1,default:void 0},date:{type:String,required:!1,default:void 0},startDate:{type:String,required:!1,default:void 0},endDate:{type:String,required:!1,default:void 0},compact:{type:Boolean,default:!1},headingLevel:{type:String||null,required:!1,default:void 0}},computed:{theItem(){var e;if((e=this.data)!=null&&e.page)return this.data.page;if(this.data)return this.data;if(this.url||this.externalLink||this.thumbnailImage||this.label||this.title||this.date||this.startDate||this.endDate)return{url:this.url,externalLink:this.externalLink,thumbnailImage:this.thumbnailImage,label:this.label,title:this.title,date:this.date,startDate:this.startDate,endDate:this.endDate}},formattedEventDates(){var e;return(e=this.theItem)!=null&&e.startDate?pt(this.theItem.startDate,this.theItem.endDate):void 0}}}),Of={key:1},Ff={class:"flex flex-wrap"},Hf=t.createElementVNode("span",{class:"sr-only"},".",-1),qf={key:0,class:"text-gray-mid-dark mt-2"},jf={class:"BlockLinkCard__CardArrow ThemeVariantLight can-hover:block text-action can-hover:-ml-3 can-hover:group-hover:delay-200 can-hover:opacity-0 can-hover:group-hover:ml-0 can-hover:group-hover:opacity-100 hidden -mt-1 text-2xl leading-normal transition-all duration-200 ease-in"};function Rf(e,n,a,o,s,i){const r=q,l=j,c=de,d=F;return e.theItem?(t.openBlock(),t.createBlock(d,{key:0,variant:"none",to:e.theItem.url?e.theItem.url:void 0,href:e.theItem.externalLink?e.theItem.externalLink:void 0,class:"BlockLinkCard group","link-class":`block ${e.compact?"pb-3":"pb-5"}`,"external-target-blank":""},{default:t.withCtx(()=>[t.createVNode(l,{"aspect-ratio":"16:9",class:t.normalizeClass(["bg-gray-dark relative mb-6 overflow-hidden",{"lg:mb-10":!e.compact}]),"dark-mode":"","no-logo":""},{default:t.withCtx(()=>[e.theItem.thumbnailImage&&e.theItem.thumbnailImage.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.theItem.thumbnailImage.src.url,width:e.theItem.thumbnailImage.src.width,height:e.theItem.thumbnailImage.src.height,alt:"","object-fit-class":"cover","image-class":"can-hover:group-hover:delay-200 can-hover:group-hover:scale-100 absolute top-0 left-0 w-full transition-all duration-200 ease-in transform scale-105",loading:"lazy"},null,8,["src","width","height"])):(t.openBlock(),t.createElementBlock("div",Of))]),_:1},8,["class"]),t.createElementVNode("div",{class:t.normalizeClass(["BlockLinkCard__CardContent transition-translate can-hover:group-hover:delay-200 duration-200 ease-in transform",e.compact?"can-hover:group-hover:-translate-y-2":"can-hover:group-hover:-translate-y-3"])},[t.createElementVNode("div",Ff,[e.theItem.label||e.theItem.startDate?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(["text-subtitle divide-gray-mid flex divide-x",e.compact?"mb-2":"mb-4"])},[e.theItem.label?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass({"pr-2":e.theItem.startDate})},t.toDisplayString(e.theItem.label),3)):t.createCommentVNode("",!0),e.theItem.startDate?(t.openBlock(),t.createElementBlock("span",{key:1,class:t.normalizeClass({"text-gray-mid-dark pl-2":e.theItem.label})},t.toDisplayString(e.formattedEventDates),3)):t.createCommentVNode("",!0),Hf],2)):t.createCommentVNode("",!0)]),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.headingLevel||"p"),{class:t.normalizeClass(["text-gray-dark text-xl font-medium leading-tight tracking-tight edu:font-extrabold",{"lg:text-3xl":!e.compact}])},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.theItem.title),1)]),_:1},8,["class"])),e.theItem.date?(t.openBlock(),t.createElementBlock("p",qf,t.toDisplayString(e.theItem.date),1)):t.createCommentVNode("",!0)],2),t.createElementVNode("div",jf,[t.createVNode(c)])]),_:1},8,["to","href","link-class"])):t.createCommentVNode("",!0)}const _t=B(Af,[["render",Rf]]),Gf=t.defineComponent({name:"BlockLinkTile",components:{IconArrow:de,BaseLink:F,BaseImage:q,BaseImagePlaceholder:j},props:{data:{type:Object,required:!1},url:{type:String,required:!1},externalLink:{type:String,required:!1},thumbnailImage:{type:Object,required:!1},label:{type:String,required:!1},title:{type:String,required:!1},startDate:{type:String,required:!1},endDate:{type:String,required:!1},compact:{type:Boolean,default:!1},headingLevel:{type:String||null,required:!1}},computed:{theItem(){var e;if((e=this.data)!=null&&e.page)return this.data.page;if(this.data)return this.data;if(this.url||this.externalLink||this.thumbnailImage||this.label||this.title||this.startDate||this.endDate)return{url:this.url,externalLink:this.externalLink,thumbnailImage:this.thumbnailImage,label:this.label,title:this.title,startDate:this.startDate,endDate:this.endDate}},formattedEventDates(){var e;return(e=this.theItem)!=null&&e.startDate?pt(this.theItem.startDate,this.theItem.endDate):void 0}}}),Uf={class:"relative"},Wf={class:"lg:group-hover:scale-105 min-h-66 transition-all duration-200 ease-in delay-200 transform scale-100 bg-black"},Yf={key:1},Kf=t.createElementVNode("div",{class:"gradient-overlay bg-gradient-to-b from-transparent to-black min-h-1/2 absolute inset-x-0 bottom-0"},null,-1),Zf=t.createElementVNode("div",{class:"bg-opacity-15 absolute inset-0 bg-black"},null,-1),Xf={class:"absolute inset-x-0 bottom-0"},Jf={key:0,class:"text-subtitle divide-white flex divide-x mb-2"},Qf=t.createElementVNode("span",{class:"sr-only"},".",-1),eu={class:"lg:block lg:-ml-3 lg:opacity-0 lg:group-hover:ml-0 lg:group-hover:opacity-100 lg:-mb-3 relative z-20 hidden text-3xl leading-normal transition-all duration-200 ease-in delay-200"};function tu(e,n,a,o,s,i){const r=q,l=j,c=de,d=F;return e.theItem?(t.openBlock(),t.createBlock(d,{key:0,variant:"none",to:e.theItem.url?e.theItem.url:void 0,href:e.theItem.externalLink?e.theItem.externalLink:void 0,class:"BlockLinkTile group","link-class":"block","external-target-blank":""},{default:t.withCtx(()=>[t.createElementVNode("div",Uf,[t.createElementVNode("div",Wf,[t.createVNode(l,{"aspect-ratio":e.compact?"1:1":"8:7","dark-mode":"","no-logo":""},{default:t.withCtx(()=>[e.theItem.thumbnailImage&&e.theItem.thumbnailImage.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.theItem.thumbnailImage.src.url,width:e.theItem.thumbnailImage.src.width,height:e.theItem.thumbnailImage.src.height,alt:"","object-fit-class":"cover","image-class":"w-full h-full",loading:"lazy"},null,8,["src","width","height"])):(t.openBlock(),t.createElementBlock("div",Yf))]),_:1},8,["aspect-ratio"]),Kf,Zf]),t.createElementVNode("div",Xf,[t.createElementVNode("div",{class:t.normalizeClass(["text-contrast px-6 py-4 text-white",{"xl:px-10 xl:py-6 lg:px-8":!e.compact}])},[e.theItem.label||e.theItem.startDate?(t.openBlock(),t.createElementBlock("p",Jf,[e.theItem.label?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass({"pr-2":e.theItem.startDate})},t.toDisplayString(e.theItem.label),3)):t.createCommentVNode("",!0),e.theItem.startDate?(t.openBlock(),t.createElementBlock("span",{key:1,class:t.normalizeClass({"pl-2":e.theItem.label})},t.toDisplayString(e.formattedEventDates),3)):t.createCommentVNode("",!0),Qf])):t.createCommentVNode("",!0),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.headingLevel||"p"),{class:t.normalizeClass(["text-xl leading-tight tracking-tight transition-all duration-200 ease-in delay-200 edu:font-extrabold",e.compact?"font-semibold mb-0 lg:group-hover:mb-1":"font-medium mb-1 lg:group-hover:mb-3 sm:text-6xl md:text-3xl xl:text-6xl"])},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.theItem.title),1)]),_:1},8,["class"])),t.createElementVNode("div",eu,[t.createVNode(c)])],2)])])]),_:1},8,["to","href"])):t.createCommentVNode("",!0)}const Bn=B(Gf,[["render",tu]]),Vi={cards:"BlockLinkCard",tiles:"BlockLinkTile"},nu=t.defineComponent({name:"BlockLinkCarousel",components:{MixinCarousel:Ce,BlockLinkCard:_t,BlockLinkTile:Bn},props:{itemType:{type:String,required:!1,default:"cards",validator:e=>Object.keys(Vi).includes(e)},items:{type:Array,required:!1,default:void 0},heading:{type:String,required:!1,default:void 0}},computed:{theVariantComponent(){return t.resolveComponent(Vi[this.itemType])},hasContent(){return!!(this.items&&this.items.length)}}});function au(e,n,a,o,s,i){const r=Ce;return e.hasContent?(t.openBlock(),t.createBlock(r,{key:0,heading:e.heading,variant:e.itemType},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(l,c)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.theVariantComponent),{key:c,data:l,class:"swiper-slide"},null,8,["data"]))),128))]),_:1},8,["heading","variant"])):t.createCommentVNode("",!0)}const tt=B(nu,[["render",au]]),ou=t.defineComponent({name:"BlockListCards",components:{BaseHeading:G,BaseLink:F,BaseImage:q,BaseImagePlaceholder:j,BlockText:re},props:{data:{type:Object,required:!1}},methods:{getExternalLink(e){return ma(e)}}}),su={key:0,class:"BlockListCards"},iu={class:"md:mr-6 lg:mr-8 md:mb-0 flex-shrink-0 w-40 mb-6"},ru={key:2,class:"mt-3"},lu={class:"pl-4 list-square"},cu={key:3,class:"mt-3"};function du(e,n,a,o,s,i){const r=q,l=j,c=G,d=re,h=F;return e.data&&e.data.items&&e.data.items.length>0?(t.openBlock(),t.createElementBlock("div",su,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.items,(m,p)=>(t.openBlock(),t.createElementBlock("div",{key:p,class:t.normalizeClass(["md:flex",{"lg:pb-10 lg:mb-10 mb-8 border-gray-light-mid pb-6 border-b":p+1!==e.data.items.length}])},[t.createElementVNode("div",iu,[t.createVNode(l,{"aspect-ratio":"1:1"},{default:t.withCtx(()=>[m.image&&m.image.src?(t.openBlock(),t.createBlock(r,{key:0,src:m.image.src.url,width:m.image.src.width,height:m.image.src.height,alt:"",class:"object-cover",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0)]),_:2},1024)]),t.createElementVNode("div",null,[m.heading?(t.openBlock(),t.createBlock(c,{key:0,size:"h5",level:"h2",class:"mb-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(m.heading),1)]),_:2},1024)):t.createCommentVNode("",!0),m.description?(t.openBlock(),t.createBlock(d,{key:1,text:m.description,variant:"medium"},null,8,["text"])):t.createCommentVNode("",!0),m.links&&m.links.length>1?(t.openBlock(),t.createElementBlock("div",ru,[t.createElementVNode("ul",lu,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.links,(f,u)=>(t.openBlock(),t.createElementBlock("li",{key:u,class:"my-2"},[(t.openBlock(),t.createBlock(h,{key:u,variant:"default",class:"","link-class":"no-underline",href:e.getExternalLink(f)?e.getExternalLink(f):void 0,to:f.page?f.page.url:null,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(f.text),1)]),_:2},1032,["href","to"]))]))),128))])])):m.links&&m.links.length===1?(t.openBlock(),t.createElementBlock("div",cu,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.links,(f,u)=>(t.openBlock(),t.createBlock(h,{key:u,variant:"primary",class:"-mb-1","link-class":"inline-block","caret-wrapper-class":"py-2",href:e.getExternalLink(f)?e.getExternalLink(f):void 0,to:f.page?f.page.url:null,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(f.text),1)]),_:2},1032,["href","to"]))),128))])):t.createCommentVNode("",!0)])],2))),128))])):t.createCommentVNode("",!0)}const Ja=B(ou,[["render",du]]),hu=t.defineComponent({name:"BlockQuote",components:{BaseLink:F},props:{data:{type:Object,required:!0,default:()=>({})}}}),mu={class:"BlockQuote md:px-0 px-4 mx-auto text-center"},pu=t.createElementVNode("hr",{"aria-hidden":"true",class:"lg:mb-6 mb-3"},null,-1),fu=["innerHTML"],uu={key:0,class:"inline-block"},gu={class:"flex items-center justify-center"},yu=["src","alt"],bu={key:2,class:"attribution-text"},ku=t.createElementVNode("hr",{"aria-hidden":"true",class:"lg:mt-6 mt-3"},null,-1);function _u(e,n,a,o,s,i){const r=F;return t.openBlock(),t.createElementBlock("div",mu,[pu,t.createElementVNode("p",{class:"quote",innerHTML:e.data.quote},null,8,fu),e.data.attribution?(t.openBlock(),t.createElementBlock("div",uu,[t.createElementVNode("div",gu,[e.data.thumbnail&&Object.keys(e.data.thumbnail).length>0&&e.data.thumbnail.src?(t.openBlock(),t.createElementBlock("img",{key:0,loading:"lazy",class:"attribution-image",src:e.data.thumbnail.src,alt:e.data.thumbnail.alt,"data-chromatic":"ignore"},null,8,yu)):t.createCommentVNode("",!0),e.data.quoteLink&&e.data.quoteLink.length>0?(t.openBlock(),t.createBlock(r,{key:1,variant:"none",class:"attribution-text",href:e.data.quoteLink[0].externalLink?e.data.quoteLink[0].externalLink:void 0,to:e.data.quoteLink[0].page?e.data.quoteLink[0].page.url:void 0,"caret-margin-left":"ml-1","caret-color":"text-primary",caret:"","external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.attribution),1)]),_:1},8,["href","to"])):(t.openBlock(),t.createElementBlock("div",bu,[t.createElementVNode("span",null,t.toDisplayString(e.data.attribution),1)]))])])):t.createCommentVNode("",!0),ku])}const nt=B(hu,[["render",_u]]),$u=t.defineComponent({name:"IconDownload"}),wu={class:"IconDownload",width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},Bu=[t.createElementVNode("g",{fill:"none","fill-rule":"evenodd"},[t.createElementVNode("path",{d:"M2 16v6h20v-6h2v8H0v-8h2zM13.003 0v14.245l4.657-4.656 1.414 1.414-7.071 7.071-7.071-7.071 1.414-1.414 4.657 4.656V0h2z",fill:"currentColor","fill-rule":"nonzero"})],-1)];function Cu(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",wu,Bu)}const Qa=B($u,[["render",Cu]]),Eu={page:"page",external:"external",document:"document"},Su=t.defineComponent({name:"BlockRelatedLinks",components:{IconArrow:de,IconDownload:Qa,IconExternal:be},props:{variant:{type:String,required:!0,default:"page",validator:e=>Object.keys(Eu).includes(e)},to:{type:[String,Object],required:!1},href:{type:String,required:!1}},computed:{tag(){return this.to?"nuxt-link":"a"},target(){return this.to?"_self":"_blank"},icon(){return this.variant==="document"?"IconDownload":this.variant==="page"?"IconArrow":"IconExternal"}}}),Vu={class:"can-hover:group-hover:underline min-w-12 block w-auto break-words"};function Nu(e,n,a,o,s,i){return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.tag),{to:e.to,href:e.href,class:"bg-gray-light group text-body-lg flex items-center justify-between px-4 py-4 cursor-pointer",target:e.target,rel:"noopener"},{default:t.withCtx(()=>[t.createElementVNode("span",Vu,[t.renderSlot(e.$slots,"default")]),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{class:t.normalizeClass(["text-action xl:mx-4 flex-none ml-4 text-2xl leading-normal",e.variant==="external"?"text-lg":"text-3xl"])},null,8,["class"]))]),_:3},8,["to","href","target"])}const eo=B(Su,[["render",Nu]]),Tu=t.defineComponent({name:"BlockRelatedLinks",components:{RelatedLink:eo,BaseHeading:G},props:{data:{type:Object,required:!0,default:()=>({})},headingSize:{type:String,required:!1,default:void 0}},computed:{hasContent(){var e,n;return!!((n=(e=this.data)==null?void 0:e.links)!=null&&n.length)}}}),Iu={key:0};function xu(e,n,a,o,s,i){const r=G,l=eo;return e.hasContent?(t.openBlock(),t.createElementBlock("div",Iu,[e.data.heading?(t.openBlock(),t.createBlock(r,t.mergeProps({key:0,level:"h2"},e.$attrs,{class:"md:mb-8 mb-5"}),{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.heading),1)]),_:1},16)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.links,(c,d)=>(t.openBlock(),t.createElementBlock("div",{key:d,class:"sm:w-3/4 md:w-2/3 lg:w-3/4 xl:w-2/3 mb-2"},[c.externalLink?(t.openBlock(),t.createBlock(l,{key:0,variant:"external",href:c.externalLink},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.text),1)]),_:2},1032,["href"])):c.document?(t.openBlock(),t.createBlock(l,{key:1,variant:"document",href:c.document.url},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.text),1)]),_:2},1032,["href"])):c.page?(t.openBlock(),t.createBlock(l,{key:2,variant:"page",to:c.page.url},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.text),1)]),_:2},1032,["to"])):t.createCommentVNode("",!0)]))),128))])):t.createCommentVNode("",!0)}const Ve=B(Tu,[["render",xu]]),Mu=t.defineComponent({name:"BlockTable",props:{data:{type:Object,required:!1}},computed:{table(){let e=this.data.table;e=e.replace(/'/g,'"'),e=e.replace(/None,/g,'"",'),e=e.replace(/, None/g,',""'),e=e.replace(/: False/g,": false"),e=e.replace(/: True/g,": true");const n=JSON.parse(e),a={rows:[],caption:n.table_caption};for(let o=0;o<n.data.length;o++){const s={cols:n.data[o],header:o===0&&n.first_row_is_table_header};a.rows.push(s)}return a}}}),Lu={key:0,class:"BlockTable"},Du={class:"overflow-x-auto scrolling-touch"},vu={class:"border-gray-light-mid w-full border-t border-b border-collapse table-auto"},Pu={class:"text-gray-mid-dark text-body-sm mt-4"};function zu(e,n,a,o,s,i){return e.data?(t.openBlock(),t.createElementBlock("div",Lu,[t.createElementVNode("div",Du,[t.createElementVNode("table",vu,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.table.rows,(r,l)=>(t.openBlock(),t.createElementBlock("tr",{key:l},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.cols,(c,d)=>(t.openBlock(),t.createElementBlock("td",{key:d,class:t.normalizeClass([r.header?"bg-jpl-blue-darker text-subtitle text-white":"bg-white text-gray-dark","border-gray-light-mid lg:p-5 p-3 border-b"])},t.toDisplayString(c),3))),128))]))),128))])]),t.createElementVNode("div",Pu,t.toDisplayString(e.table.caption),1)])):t.createCommentVNode("",!0)}const to=B(Mu,[["render",zu]]),Au={name:"BlockTwitterEmbed",props:{data:{type:Object,required:!1}},mounted(){this.render()},methods:{render(){typeof require<"u"&&require("twitter-widgets").load((e,n)=>{if(e){console.log("[twitter-widgets] Error: "+e);return}n.widgets.createTimeline({sourceType:"profile",screenName:this.data.username},this.$refs.timeline)})}}},Ou={key:0,class:"BlockTwitterEmbed lg:px-0 px-8"},Fu={ref:"timeline",class:"border-gray-light-mid mx-auto border"};function Hu(e,n,a,o,s,i){return a.data?(t.openBlock(),t.createElementBlock("div",Ou,[t.createElementVNode("div",Fu,null,512)])):t.createCommentVNode("",!0)}const no=B(Au,[["render",Hu]]),qu=t.defineComponent({name:"BlockVideoEmbed",components:{BaseImagePlaceholder:j,BaseImageCaption:ie},props:{data:{type:Object,required:!1,default:void 0}},mounted(){this.addIframeLazyLoad()},methods:{addIframeLazyLoad(){var n;if(!((n=this.data)!=null&&n.embed))return;const e=this.$el.querySelector("iframe");e&&e.setAttribute("loading","lazy")}}}),ju={key:0,class:"BlockVideoEmbed"},Ru=["innerHTML"],Gu={key:0,class:"lg:px-0 p-4"};function Uu(e,n,a,o,s,i){const r=j,l=ie;return e.data&&e.data.embed?(t.openBlock(),t.createElementBlock("div",ju,[t.createVNode(r,{"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:e.data.embed.embed},null,8,Ru)]),_:1}),e.data.caption?(t.openBlock(),t.createElementBlock("div",Gu,[t.createVNode(l,{data:e.data},null,8,["data"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Wt=B(qu,[["render",Uu]]),Wu=t.defineComponent({name:"BlockVideo",components:{BaseVideo:Va,BaseImageCaption:ie},props:{data:{type:Object,required:!1},autoplay:{type:Boolean,default:!1}}}),Yu={key:0,class:"BlockVideo"},Ku={key:0,class:"lg:px-0 p-4 pb-0"};function Zu(e,n,a,o,s,i){const r=Va,l=ie;return e.data?(t.openBlock(),t.createElementBlock("div",Yu,[t.createVNode(r,{data:e.data.video,autoplay:e.autoplay},null,8,["data","autoplay"]),e.data.caption&&e.data.caption.length>2||e.data.credit?(t.openBlock(),t.createElementBlock("div",Ku,[t.createVNode(l,{data:e.data},null,8,["data"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Cn=B(Wu,[["render",Zu]]),Xu=t.defineComponent({name:"BlockTeaser",components:{BaseButton:R,BaseImage:q},props:{customLabel:{type:String,required:!1},label:{type:String,required:!1},heading:{type:String,required:!1},introduction:{type:String,required:!1},buttonText:{type:String,required:!1},image:{type:Object,required:!1},fullWidth:{type:Boolean,default:!1},teaserPage:{type:[Array,Object],required:!1}},computed:{theLabel(){return this.customLabel||this.label||this.theTeaserPage&&this.theTeaserPage.label||""},theHeading(){return this.heading||this.theTeaserPage&&this.theTeaserPage.title||""},theButtonText(){return this.buttonText||"Read More"},theImage(){const{url:e,width:n,height:a}=this.image&&this.fullWidth?this.image.full:this.image?this.image.half:void 0;return{url:e,width:n,height:a}},theTeaserPage(){if(this.teaserPage&&typeof this.teaserPage=="object")return this.teaserPage;if(this.teaserPage&&Object.keys(this.teaserPage).length){const e=this.getTeaserPageBlock();if(e)return e[0].page}return null}},methods:{getTeaserPageBlock(){return this.teaserPage&&this.teaserPage.length?this.teaserPage.filter(n=>n.blockType==="PageChooserBlock"):null}}}),Ju={key:0,class:"lg:block bg-gradient-to-l from-transparent-w50 to-transparent-black-50 absolute inset-0 z-10 hidden"},Qu={class:"my-auto"},eg={key:0,class:"text-subtitle"},tg={key:2,class:"text-body-md lg:mt-2 mt-4"};function ng(e,n,a,o,s,i){const r=q,l=R;return t.openBlock(),t.createElementBlock("div",{class:"BlockTeaser bg-gray-light lg:grid lg:grid-cols-10 relative z-0",style:t.normalizeStyle(e.image?`min-height: ${e.theImage.height}px`:"")},[e.fullWidth?(t.openBlock(),t.createElementBlock("div",Ju)):t.createCommentVNode("",!0),e.image&&e.theImage.url?(t.openBlock(),t.createBlock(r,{key:1,"image-class":`cover-bg${e.fullWidth?" -full":""}`,alt:"",src:e.theImage.url,width:e.theImage.width,height:e.theImage.height,loading:"lazy"},null,8,["image-class","src","width","height"])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`${e.image&&e.fullWidth?"relative lg:text-white lg:text-contrast z-20":""} grid lg:col-start-2 lg:col-end-5 px-10 lg:px-0 lg:py-16 py-8`)},[t.createElementVNode("div",Qu,[e.theLabel?(t.openBlock(),t.createElementBlock("h2",eg,t.toDisplayString(e.theLabel),1)):t.createCommentVNode("",!0),e.theHeading?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.theLabel||e.theTeaserPage&&e.theTeaserPage.label?"h3":"h2"),{key:1,class:"text-h3 font-semibold tracking-normal lg:mt-2 mt-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.theHeading),1)]),_:1})):t.createCommentVNode("",!0),e.introduction?(t.openBlock(),t.createElementBlock("p",tg,t.toDisplayString(e.introduction),1)):t.createCommentVNode("",!0),e.theTeaserPage?(t.openBlock(),t.createBlock(l,{key:3,variant:"primary",href:e.theTeaserPage.url,class:"mt-8","aria-label":`${e.theButtonText} - ${e.theHeading}`},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.theButtonText),1)]),_:1},8,["href","aria-label"])):t.createCommentVNode("",!0)])],2)],4)}const ao=B(Xu,[["render",ng]]),Ni={default:"",fluid:"-fluid"},ag=t.defineComponent({name:"BlockStreamfield",components:{LayoutHelper:ee,BlockCardGrid:Ha,BlockCta:qa,BlockHeading:Ft,BlockImage:Ya,BlockImageCarousel:et,BlockImageComparison:Gt,BlockImageGallery:Ut,BlockInlineImage:Za,BlockKeyPoints:Xa,BlockListCards:Ja,BlockQuote:nt,BlockRelatedLinks:Ve,BlockTable:to,BlockTeaser:ao,BlockText:re,BlockTwitterEmbed:no,BlockIframeEmbed:Ht,BlockVideo:Cn,BlockVideoEmbed:Wt,BlockAnchor:Na},props:{variant:{type:String,required:!1,default:"default",validator:e=>Object.keys(Ni).includes(e)},data:{type:Array,required:!1}},computed:{layoutClass(){return Ni[this.variant]}},methods:{seamlessText(e){const n=e+1;if(this.data&&this.data[n]){const o=this.data[n].blockType;if(o==="InlineImageBlock"||o==="RichTextBlock")return!0}return!1}}});function og(e,n,a,o,s,i){const r=Ft,l=ee,c=re,d=Za,h=Ja,m=Xa,p=nt,f=qa,u=ao,b=et,E=Ut,g=Cn,y=Wt,_=Ya,V=Gt,M=no,N=Ht,I=to,T=Ve,A=Na,w=Ha;return e.data?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["BlockStreamfield",e.layoutClass])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data,(k,x)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[k.blockType=="HeadingBlock"?(t.openBlock(),t.createBlock(l,{key:`headingBlock${x}`,indent:"col-3",class:"mb-5"},{default:t.withCtx(()=>[t.createVNode(r,{data:k},null,8,["data"])]),_:2},1024)):k.blockType=="RichTextBlock"?(t.openBlock(),t.createBlock(l,{key:`richText${x}`,indent:"col-3",class:t.normalizeClass(e.seamlessText(x)?"lg:mb-8 mb-5":"lg:mb-18 mb-10")},{default:t.withCtx(()=>[t.createVNode(c,{text:k.value},null,8,["text"])]),_:2},1032,["class"])):k.blockType=="InlineImageBlock"?(t.openBlock(),t.createBlock(d,{key:`inlineImageBlock${x}`,class:t.normalizeClass(e.seamlessText(x)?"lg:mb-8 mb-5":"lg:mb-18 mb-10"),data:k},null,8,["class","data"])):k.blockType=="ListBlock"&&k.field==="content_card_list"?(t.openBlock(),t.createBlock(l,{key:`listBlock${x}`,indent:"col-3",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(h,{data:k},null,8,["data"])]),_:2},1024)):k.blockType=="KeyPointBlock"?(t.openBlock(),t.createBlock(l,{key:`keyPointBlock${x}`,indent:"col-3",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(m,{data:k},null,8,["data"])]),_:2},1024)):k.blockType=="QuoteBlock"?(t.openBlock(),t.createBlock(l,{key:`quoteBlock${x}`,indent:"col-4",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(p,{data:k},null,8,["data"])]),_:2},1024)):k.blockType=="CTABlock"?(t.openBlock(),t.createBlock(l,{key:`ctaBlock${x}`,indent:"col-4",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(f,{data:k},null,8,["data"])]),_:2},1024)):k.blockType=="TeaserBlock"?(t.openBlock(),t.createBlock(l,{key:`teaserBlock${x}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(u,{"custom-label":k.customLabel,heading:k.heading,introduction:k.introduction,"button-text":k.buttonText,image:k.image,"full-width":k.fullWidthImage,"teaser-page":k.teaserPage},null,8,["custom-label","heading","introduction","button-text","image","full-width","teaser-page"])]),_:2},1024)):k.blockType=="CarouselBlock"?(t.openBlock(),t.createBlock(l,{key:`carouselBlock${x}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(b,{items:k.blocks,"block-id":k.id},null,8,["items","block-id"])]),_:2},1024)):k.blockType=="ImageGalleryBlock"?(t.openBlock(),t.createElementBlock("div",{key:`imageGalleryBlock${x}`,class:"max-w-screen-3xl lg:mb-18 mx-auto mb-10"},[t.createVNode(E,{title:k.galleryTitle,description:k.galleryDescription,cover:k.coverImage,items:k.gallerySlides,"block-id":k.id},null,8,["title","description","cover","items","block-id"])])):k.blockType=="VideoBlock"?(t.openBlock(),t.createBlock(l,{key:`videoBlock${x}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(g,{data:k},null,8,["data"])]),_:2},1024)):k.blockType=="VideoEmbedBlock"?(t.openBlock(),t.createBlock(l,{key:`videoEmbedBlock${x}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(y,{data:k},null,8,["data"])]),_:2},1024)):k.blockType=="FullBleedImageBlock"?(t.openBlock(),t.createBlock(_,{key:`fullBleedImageBlock${x}`,class:"lg:mb-18 mb-10",data:k,"full-bleed":k.fullBleed},null,8,["data","full-bleed"])):k.blockType=="ImageComparisonBlock"?(t.openBlock(),t.createBlock(l,{key:`imageComparisonBlock${x}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(V,{data:k},null,8,["data"])]),_:2},1024)):k.blockType=="TwitterEmbedBlock"?(t.openBlock(),t.createBlock(M,{key:`twitterEmbedBlock${x}`,class:"lg:mb-18 mb-10",data:k},null,8,["data"])):k.blockType=="IframeEmbedBlock"?(t.openBlock(),t.createBlock(l,{key:`iframeEmbedBlock${x}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(N,{data:k},null,8,["data"])]),_:2},1024)):k.blockType=="TableBlock"?(t.openBlock(),t.createBlock(l,{key:`tableBlock${x}`,indent:"col-3",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(I,{data:k},null,8,["data"])]),_:2},1024)):k.blockType=="RelatedLinksBlock"?(t.openBlock(),t.createBlock(l,{key:`relatedLinksBlock${x}`,indent:"col-3",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(T,{data:k},null,8,["data"])]),_:2},1024)):k.blockType=="AnchorBlock"?(t.openBlock(),t.createBlock(A,{key:`anchorBlock${x}`,data:k},null,8,["data"])):k.blockType=="ListBlock"&&k.field==="card_grid"?(t.openBlock(),t.createBlock(l,{key:`gridBlock${x}`,indent:"col-1",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(w,{cards:k.items},null,8,["cards"])]),_:2},1024)):(t.openBlock(),t.createElementBlock("div",{key:x,class:"lg:mb-18 p-3 mb-10 overflow-hidden border"},[t.createElementVNode("pre",null,t.toDisplayString(k),1)]))],64))),256))],2)):t.createCommentVNode("",!0)}const at=B(ag,[["render",og]]);var sg={FREQUENCY:{DAILY:"DAILY",WEEKLY:"WEEKLY",MONTHLY:"MONTHLY",YEARLY:"YEARLY"}},he={DATE:"YYYYMMDD",TIME:"ThhmmssZ",FULL:"YYYYMMDDThhmmssZ",NO_UTC_FULL:"YYYYMMDDThhmmss",OUTLOOK_DATE:"YYYY-MM-DD",OUTLOOK_TIME:"Thh:mm:ssZ",OUTLOOK_FULL:"YYYY-MM-DDThh:mm:ssZ"},En={YAHOO:"https://calendar.yahoo.com/",GOOGLE:"https://calendar.google.com/calendar/render",OUTLOOK:"https://outlook.{{host}}.com/calendar/0/deeplink/compose"},ue=function(e){return e===void 0&&(e=""),"0".concat(parseInt(e.toString(),10)).slice(-2)},ig=function(e,n){var a=Math.floor((n-e)/1e3),o=Math.floor(a/3600),s=a/3600%1*60;return"".concat(ue(o)).concat(ue(s))},rg=function(e,n){var a=Math.floor((n-e)/1e3);return Math.floor(a/3600)},lg=function(e){var n=e.frequency,a=e.interval,o=sg.FREQUENCY;if(a)switch(n){case o.YEARLY:return a*365.25;case o.MONTHLY:return a*30.42;case o.WEEKLY:return a*7;default:return a}return 365.25*100},Ti=function(e,n){e===void 0&&(e=new Date);var a={YYYY:e.getUTCFullYear(),MM:ue(e.getUTCMonth()+1),DD:ue(e.getUTCDate()),hh:ue(e.getUTCHours()),mm:ue(e.getUTCMinutes()),ss:ue(e.getUTCSeconds())};return Object.keys(a).reduce(function(o,s){return o.replace(s,a[s].toString())},n)},cg=function(e,n){e===void 0&&(e=new Date);var a={YYYY:e.getFullYear(),MM:ue(e.getMonth()+1),DD:ue(e.getDate()),hh:ue(e.getHours()),mm:ue(e.getMinutes()),ss:ue(e.getSeconds())};return Object.keys(a).reduce(function(o,s){return o.replace(s,a[s].toString())},n)},dg=function(){return Ti(new Date,he.FULL)},hg=function(e,n){var a=n*864e5,o=new Date;return o.setTime(e.getTime()+a),o},le={addLeadingZero:ue,getDuration:ig,getHoursDiff:rg,getRecurrenceLengthDays:lg,formatDate:Ti,formatDateNoUtc:cg,getTimeCreated:dg,incrementDate:hg},Sn=function(){function e(n){var a=this;this.isAllDay=!1,this.description="",this.title="",this.location="",this.start=new Date,this.end=new Date,this.params={},this.attendees=[],this.setText=function(o){a.description=o.description||"",a.title=o.title||"",a.location=o.location||""},this.setTimestamps=function(o){a.isAllDay=!o.end,a.start=o.start,a.end=o.end||le.incrementDate(a.start,1),a.recurrence=o.recurrence},this.setParam=function(o,s){return a.params[o]=s,a},this.setText(n),this.setTimestamps(n),this.setAttendees(n)}return e.prototype.setAttendees=function(n){this.attendees=Array.isArray(n.attendees)?n.attendees:[]},e}(),oo=function(e,n){return oo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,o){a.__proto__=o}||function(a,o){for(var s in o)Object.prototype.hasOwnProperty.call(o,s)&&(a[s]=o[s])},oo(e,n)};function Vn(e,n){if(typeof n!="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");oo(e,n);function a(){this.constructor=e}e.prototype=n===null?Object.create(n):(a.prototype=n.prototype,new a)}var Nn=function(){return Nn=Object.assign||function(n){for(var a,o=1,s=arguments.length;o<s;o++){a=arguments[o];for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(n[i]=a[i])}return n},Nn.apply(this,arguments)};function Ue(e,n,a){if(a||arguments.length===2)for(var o=0,s=n.length,i;o<s;o++)(i||!(o in n))&&(i||(i=Array.prototype.slice.call(n,0,o)),i[o]=n[o]);return e.concat(i||Array.prototype.slice.call(n))}var so=function(e,n,a){n===void 0&&(n=";"),a===void 0&&(a=function(i){return i});var o=[];for(var s in e)e.hasOwnProperty(s)&&e[s]!==void 0&&o.push("".concat(s,"=").concat(a(e[s])));return o.join(n)},mg=function(e){var n=Object.keys(e).filter(function(a){return e[a]!==null}).reduce(function(a,o){var s;return Nn(Nn({},a),(s={},s[o]=e[o],s))},{});return so(n,"&",encodeURIComponent)},pg=function(e){return so(e,";")},fg=function(e){return e.map(function(n){var a=n.email,o=n.name;return o?"".concat(o," <").concat(a,">"):a})},ug=function(e){return[e[0].toUpperCase(),e.slice(-e.length+1).toLowerCase()].join("")},We={toParamString:so,toQueryString:mg,toIcsParamString:pg,toMailtoList:fg,toProperCase:ug},gg=function(e){return e===void 0&&(e=""),e.replace(/\\/g,"\\\\").replace(/\n/g,"\\n").replace(/[,;]/g,"\\$&")},yg=function(){return Math.random().toString(36).substr(2)},bg=function(){return typeof window<"u"?window.location.host:"datebook"},kg=function(e){var n,a,o={FREQ:e.frequency,INTERVAL:(n=e.interval)===null||n===void 0?void 0:n.toString(),COUNT:(a=e.count)===null||a===void 0?void 0:a.toString(),WKST:e.weekstart,BYDAY:e.weekdays,BYMONTHDAY:e.monthdays};return e.end&&(o.UNTIL=le.formatDate(e.end,he.FULL)),We.toIcsParamString(o)},Oe={formatText:gg,getUid:yg,getProdId:bg,getRrule:kg};(function(e){Vn(n,e);function n(a){var o=e.call(this,a)||this;return o.setInitialParams=function(){var s=he.DATE;o.isAllDay||(s+=he.TIME);var i=[le.formatDate(o.start,s),le.formatDate(o.end,s)].join("/");o.setParam("action","TEMPLATE").setParam("dates",i).setParam("text",o.title).setParam("details",o.description).setParam("location",o.location).setParam("allday",o.isAllDay.toString()),o.recurrence&&o.setParam("recur","RRULE:".concat(Oe.getRrule(o.recurrence))),o.attendees.length>0&&o.setParam("add",We.toMailtoList(o.attendees).join(","))},o.render=function(){var s=En.GOOGLE,i=We.toQueryString(o.params);return"".concat(s,"?").concat(i)},o.setInitialParams(),o}return n})(Sn),function(e){Vn(n,e);function n(a){var o=e.call(this,a)||this;return o.setInitialParams=function(){o.setParam("v","60").setParam("title",o.title).setParam("desc",o.description).setParam("in_loc",o.location),o.setTimeParams(),o.attendees.length>0&&o.setParam("inv_list",We.toMailtoList(o.attendees).join(","))},o.setTimeParams=function(){o.isAllDay?o.setParam("dur","allday").setParam("st",le.formatDateNoUtc(o.start,he.DATE)):(o.setParam("st",le.formatDateNoUtc(o.start,he.NO_UTC_FULL)),le.getHoursDiff(o.start.getTime(),o.end.getTime())>99?o.setParam("et",le.formatDateNoUtc(o.end,he.NO_UTC_FULL)):o.setParam("dur",le.getDuration(o.start.getTime(),o.end.getTime())))},o.render=function(){var s=En.YAHOO,i=We.toQueryString(o.params);return"".concat(s,"?").concat(i)},o.setInitialParams(),o}return n}(Sn),function(e){Vn(n,e);function n(a){var o=e.call(this,a)||this;return o.baseUrl=En.OUTLOOK,o.setInitialParams=function(){var s=he.OUTLOOK_DATE;o.isAllDay||(s+=he.OUTLOOK_TIME),o.setParam("rru","addevent").setParam("path","/calendar/action/compose").setParam("startdt",le.formatDate(o.start,s)).setParam("enddt",le.formatDate(o.end,s)).setParam("subject",o.title).setParam("body",o.description).setParam("location",o.location).setParam("allday",o.isAllDay.toString()),o.attendees.length>0&&o.setParam("to",We.toMailtoList(o.attendees).join(","))},o.setHost=function(s){return["live","office"].includes(s)&&(o.baseUrl=En.OUTLOOK.replace("{{host}}",s)),o},o.render=function(){var s=We.toQueryString(o.params);return"".concat(o.baseUrl,"?").concat(s)},o.setInitialParams(),o.setHost("live"),o}return n}(Sn);var _g=function(e){Vn(n,e);function n(a){var o=e.call(this,a)||this;return o.additionalEvents=[],o.properties=[],o.meta={},o.setInitialParams=function(){o.setMeta("UID",Oe.getUid()).setMeta("DTSTAMP",le.getTimeCreated()).addProperty("CLASS","PUBLIC").addProperty("DESCRIPTION",Oe.formatText(o.description)).addProperty("LOCATION",Oe.formatText(o.location)).addProperty("SUMMARY",Oe.formatText(o.title)).addProperty("TRANSP","TRANSPARENT"),o.isAllDay?o.addProperty("DTSTART;VALUE=DATE",le.formatDateNoUtc(o.start,he.DATE)).addProperty("DTEND;VALUE=DATE",le.formatDateNoUtc(le.incrementDate(o.start,1),he.DATE)):o.addProperty("DTSTART",le.formatDate(o.start,he.FULL)).addProperty("DTEND",le.formatDate(o.end,he.FULL)),o.recurrence&&o.addProperty("RRULE",Oe.getRrule(o.recurrence)),o.attendees.length>0&&o.attendees.forEach(function(s){var i=s.email,r=s.name,l=s.icsOptions,c=l===void 0?{}:l,d=o.getAttendeeParams(c,r),h="MAILTO:".concat(i);o.addProperty(d,h)})},o.getAttendeeParams=function(s,i){var r={};i&&(r.CN=i),s.delegatedFrom&&(r["DELEGATED-FROM"]=s.delegatedFrom),s.partStat&&(r.PARTSTAT=s.partStat),s.role&&(r.ROLE=s.role),s.sentBy&&(r["SENT-BY"]=s.sentBy),r.RSVP=s.rsvp?"TRUE":"FALSE";var l=We.toParamString(r,";");return"ATTENDEE;".concat(l)},o.getAlarmDuration=function(s){var i=["".concat(s.weeks,"W"),"".concat(s.days,"D"),"".concat(s.hours,"H"),"".concat(s.minutes,"M"),"".concat(s.seconds,"S")].filter(function(r){return/^[0-9]+[A-Z]$/.exec(r)});return i.unshift(s.after?"PT":"-PT"),i.join("")},o.getMeta=function(){return Object.keys(o.meta).map(function(s){return"".concat(s,":").concat(o.meta[s])})},o.setMeta=function(s,i){return o.meta[s]=i,o},o.addEvent=function(s){return o.additionalEvents.push(s),o},o.addProperty=function(s,i){if(typeof i=="object"){o.properties.push("BEGIN:".concat(s));for(var r in i)o.addProperty(r,i[r]);o.properties.push("END:".concat(s))}else o.properties.push("".concat(s,":").concat(i.toString()));return o},o.addAlarm=function(s){var i={ACTION:s.action};if(s.description&&(i.DESCRIPTION=Oe.formatText(s.description)),s.summary&&(i.SUMMARY=Oe.formatText(s.summary)),s.duration&&(i.DURATION=o.getAlarmDuration(s.duration)),s.repeat&&(i.REPEAT=s.repeat),s.attach){var r=s.attach.params?"ATTACH;".concat(s.attach.params):"ATTACH";i[r]=s.attach.url}return s.trigger instanceof Date?i["TRIGGER;VALUE=DATE-TIME"]=le.formatDate(s.trigger,he.FULL):i.TRIGGER=o.getAlarmDuration(s.trigger),o.addProperty("VALARM",i)},o.render=function(){var s=Ue([o],o.additionalEvents,!0),i=s.reduce(function(r,l){return Ue(Ue(Ue(Ue(Ue([],r,!0),["BEGIN:VEVENT"],!1),l.properties,!0),l.getMeta(),!0),["END:VEVENT"],!1)},[]);return Ue(Ue(["BEGIN:VCALENDAR","VERSION:2.0"],i,!0),["PRODID:".concat(Oe.getProdId()),"END:VCALENDAR"],!1).join(`
36
+ `)},o.setInitialParams(),o}return n}(Sn);const $g=t.defineComponent({name:"CalendarButton",components:{BaseButton:R},props:{isAllDay:{type:Boolean,required:!1,default:!1},startDatetime:{type:String,required:!0},endDatetime:{type:String,required:!1,default:void 0},title:{type:String,required:!1,default:void 0},location:{type:String,required:!1,default:void 0},description:{type:String,required:!1,default:void 0}},data(){return{icalendar:void 0,options:void 0}},mounted(){this.init()},methods:{init(){let e={};if(this.endDatetime&&this.isAllDay){const n=X(this.startDatetime);e={frequency:"DAILY",interval:1,count:X(this.endDatetime).diff(n,"day")+1}}this.options={title:this.title?this.title:void 0,location:this.location?this.addSlashes(this.location):void 0,description:this.description?this.description:void 0,start:new Date(this.startDatetime),end:!this.isAllDay&&this.endDatetime?new Date(this.endDatetime):void 0,recurrence:e},this.icalendar=new _g(this.options)},addSlashes(e){return e.replace(/[,;\\]/g,"\\$&").replace(/\u0000/g,"\\0")},handleDownload(){const e=this.icalendar.render(),n=new Blob([e],{type:"text/calendar"}),a=window.URL.createObjectURL(n);let o=document.createElement("a");o.href=a,o.download=Ol.kebabCase(this.title),o.click()}}});function wg(e,n,a,o,s,i){const r=R;return t.openBlock(),t.createBlock(r,{ref:"CalendarButton",class:"w-full",variant:"secondary",compact:"",onClick:e.handleDownload},{default:t.withCtx(()=>[t.createTextVNode(" Add to calendar ")]),_:1},8,["onClick"])}const io=B($g,[["render",wg]]),Bg=t.defineComponent({name:"DetailHeadline",components:{BaseLink:F,BaseHeading:G},props:{title:{type:String,required:!1,default:void 0},author:{type:Object,required:!1,default:void 0},publicationDate:{type:String,required:!1,default:void 0},publicationTime:{type:String,required:!1,default:void 0},readTime:{type:String,required:!1,default:void 0},topics:{type:Array,required:!1,default:void 0},label:{type:String,required:!1,default:void 0},labelLink:{type:String,required:!1,default:void 0},schema:{type:Boolean,default:!1}},computed:{...Te(Ze),pubDatetime(){const e=this.publicationTime||"00:00:00";return new Date(this.publicationDate+" "+e).toISOString()},authors(){let e;return this.author&&this.author.constructor===Array?(e=[],this.author.forEach(n=>{e.push(n.author)})):this.author&&(e=[this.author]),e}}}),Cg={key:0},Eg={key:0,class:"flex flex-wrap items-start mb-3"},Sg={key:0,class:"inline"},Vg=["itemprop"],Ng={key:1,class:"text-subtitle py-3 edu:text-primary"},Tg=t.createElementVNode("span",{class:"sr-only"},".",-1),Ig={key:1,class:"lg:text-base text-gray-mid-dark divide-gray-mid-dark px-3 mt-5 -ml-3 text-sm leading-none"},xg=["itemprop"],Mg=["itemprop"],Lg={key:0,class:"inline-block pr-1"},Dg=["itemprop"],vg=["itemprop"],Pg=["itemprop"],zg={key:2},Ag=["content"];function Og(e,n,a,o,s,i){var c,d;const r=F,l=G;return e.title||e.label||e.topics||e.publicationDate||e.author?(t.openBlock(),t.createElementBlock("div",Cg,[e.label||e.topics&&e.topics.length||e.readTime?(t.openBlock(),t.createElementBlock("div",Eg,[e.topics&&e.topics.length?(t.openBlock(),t.createElementBlock("div",Sg,[t.createVNode(r,{variant:"secondary",to:e.topics[0].url,class:"py-3","use-primary-color":e.themeStore.theme==="ThemeEdu"},{default:t.withCtx(()=>[t.createElementVNode("span",{itemprop:e.schema?"articleSection":void 0},t.toDisplayString(e.topics[0].title),9,Vg)]),_:1},8,["to","use-primary-color"])])):e.label?(t.openBlock(),t.createElementBlock("span",Ng,[e.labelLink?(t.openBlock(),t.createBlock(r,{key:1,variant:"secondary",to:e.labelLink,class:"py-3","use-primary-color":e.themeStore.theme==="ThemeEdu"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.label),1)]),_:1},8,["to","use-primary-color"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(e.label),1)],64))])):t.createCommentVNode("",!0),Tg,t.createElementVNode("span",{class:t.normalizeClass(`${e.topics&&e.topics.length||e.label?"divide-gray-mid-dark border-l ml-3 pl-3 ":""} my-4 text-gray-mid-dark uppercase text-sm lg:text-base leading-none`)},t.toDisplayString(e.readTime),3)])):t.createCommentVNode("",!0),t.createVNode(l,{level:"h1",size:e.themeStore.theme==="ThemeEdu"?"h1":"h2",itemprop:e.schema?"headline":void 0},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["size","itemprop"]),(c=e.authors)!=null&&c.length||e.publicationDate?(t.openBlock(),t.createElementBlock("div",Ig,[(d=e.authors)!=null&&d.length?(t.openBlock(),t.createElementBlock("span",{key:0,itemprop:e.schema?"author":void 0,itemscope:"",itemtype:"https://schema.org/Person",class:"pr-3 border-r mr-2"},[t.createTextVNode(" Written by "),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.authors,(h,m)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:m},[t.createElementVNode("span",{class:"inline-block",itemprop:e.schema?"name":void 0},t.toDisplayString(h.name),9,Mg),m!==e.authors.length-1?(t.openBlock(),t.createElementBlock("span",Lg,",")):t.createCommentVNode("",!0)],64))),128))],8,xg)):(t.openBlock(),t.createElementBlock("span",{key:1,itemprop:e.schema?"author":void 0,itemscope:"",itemtype:"https://schema.org/Organization",class:"hidden"},[t.createElementVNode("span",{itemprop:e.schema?"name":void 0}," Jet Propulsion Laboratory ",8,vg),t.createElementVNode("span",{itemprop:e.schema?"url":void 0}," https://www.jpl.nasa.gov/ ",8,Pg)],8,Dg)),e.publicationDate?(t.openBlock(),t.createElementBlock("span",zg,[e.schema?(t.openBlock(),t.createElementBlock("meta",{key:0,itemprop:"datePublished",content:e.pubDatetime},null,8,Ag)):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(e.$filters.displayDate(e.publicationDate)),1)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Yt=B(Bg,[["render",Og]]),Fg=t.defineComponent({name:"IconArrows"}),Hg={class:"IconArrows",width:"32",height:"12",viewBox:"0 0 32 12",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},qg=[t.createStaticVNode('<g fill="currentColor" fill-rule="evenodd"><path d="M4 11.657l-.707-.707L8.243 6l-4.95-4.95L4 .343 9.657 6 4 11.657z" transform="translate(2)"></path><path d="M10 11.657l-.707-.707L14.243 6l-4.95-4.95L10 .343 15.657 6 10 11.657z" transform="translate(2)"></path><path d="M16 11.657l-.707-.707L20.243 6l-4.95-4.95L16 .343 21.657 6 16 11.657z" transform="translate(2)"></path><path d="M22 11.657l-.707-.707L26.243 6l-4.95-4.95L22 .343 27.657 6 22 11.657z" transform="translate(2)"></path></g>',1)];function jg(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Hg,qg)}const Tn=B(Fg,[["render",jg]]),Rg=t.defineComponent({name:"DsnWidget",components:{BaseLink:F,IconArrows:Tn},props:{data:{type:Object,required:!1}}}),Gg={key:0,class:"lg:col-span-3 sm:col-span-5 col-span-full"},Ug={key:0,class:"text-subtitle text-primary mb-4"},Wg={key:0,class:"text-subtitle text-primary mb-4"},Yg={key:0,class:"text-body-sm mb-4"},Kg={key:1,class:"text-stats-lg"},Zg={class:"text-gray-mid-dark flex flex-nowrap items-center justify-start mt-2 text-sm"},Xg={key:0,class:"animate-pulse mr-1"},Jg={class:"sr-only"},Qg={key:1,class:"mr-1","aria-hidden":"true"},e3={key:2,class:"animate-pulse"},t3={class:"sr-only"},n3={key:3,class:"text-body-sm"};function a3(e,n,a,o,s,i){const r=F,l=Tn;return e.data?(t.openBlock(),t.createElementBlock("div",Gg,[e.data.link?(t.openBlock(),t.createBlock(r,{key:0,variant:"none",target:e.data.linkTarget?"_blank":"_self",href:e.data.link,"link-class":"block"},{default:t.withCtx(()=>[e.data.heading?(t.openBlock(),t.createElementBlock("p",Ug,t.toDisplayString(e.data.heading),1)):t.createCommentVNode("",!0)]),_:1},8,["target","href"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.data.heading?(t.openBlock(),t.createElementBlock("p",Wg,t.toDisplayString(e.data.heading),1)):t.createCommentVNode("",!0)],64)),e.data.spacecraftName?(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[e.data.transmitTitle?(t.openBlock(),t.createElementBlock("p",Yg,t.toDisplayString(e.data.transmitTitle),1)):t.createCommentVNode("",!0),e.data.spacecraftName?(t.openBlock(),t.createElementBlock("p",Kg,t.toDisplayString(e.data.spacecraftName),1)):t.createCommentVNode("",!0),t.createElementVNode("div",Zg,[e.data.transmitStatus==="both"||e.data.transmitStatus==="sending"?(t.openBlock(),t.createElementBlock("span",Xg,[t.createElementVNode("span",Jg,t.toDisplayString(e.data.spacecraftName)+" is sending to "+t.toDisplayString(e.data.location)+". ",1),t.createVNode(l,{class:"-ml-1"})])):t.createCommentVNode("",!0),e.data.location?(t.openBlock(),t.createElementBlock("span",Qg,t.toDisplayString(e.data.location),1)):t.createCommentVNode("",!0),e.data.transmitStatus==="both"||e.data.transmitStatus==="receiving"?(t.openBlock(),t.createElementBlock("span",e3,[t.createElementVNode("span",t3,t.toDisplayString(e.data.spacecraftName)+" is receiving from "+t.toDisplayString(e.data.location)+". ",1),t.createVNode(l)])):t.createCommentVNode("",!0)])],64)):(t.openBlock(),t.createElementBlock("p",n3,"Data currently unavailable"))])):t.createCommentVNode("",!0)}const ro=B(Rg,[["render",a3]]),o3=t.defineComponent({name:"IconLocation"}),s3={class:"IconLocation",width:"16",height:"22",viewBox:"0 0 16 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},i3=[t.createElementVNode("g",{transform:"translate(-4 -1)",stroke:"currentColor","stroke-width":"2",fill:"none"},[t.createElementVNode("path",{d:"M12 2c1.933 0 3.683.784 4.95 2.05A6.978 6.978 0 0119 9c0 2.681-2.41 6.81-7 12.43C7.41 15.81 5 11.68 5 9c0-1.933.784-3.683 2.05-4.95A6.978 6.978 0 0112 2z"}),t.createElementVNode("circle",{cx:"12",cy:"9",r:"3"})],-1)];function r3(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",s3,i3)}const In=B(o3,[["render",r3]]),l3=t.defineComponent({name:"IconTime"}),c3={class:"IconTime",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},d3=[t.createElementVNode("path",{d:"M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 2a8 8 0 100 16 8 8 0 000-16zm1 2v6.185l2.596 2.597-1.414 1.414L9 11.014 9.013 11H9V4h2z",fill:"currentColor"},null,-1)];function h3(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",c3,d3)}const xn=B(l3,[["render",h3]]),m3=t.defineComponent({name:"IconCalendar"}),p3={class:"IconCalendar",width:"20",height:"19",viewBox:"0 0 20 19",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},f3=[t.createElementVNode("path",{d:"M7 0v2h6V0h2v2h5v17H0V2h5V0h2zm11 9H2v8h16V9zM5 4H2v3h16V4h-3v2h-2V4H7v2H5V4z",fill:"currentColor"},null,-1)];function u3(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",p3,f3)}const Mn=B(m3,[["render",u3]]),g3=t.defineComponent({name:"EventCard",components:{BaseLink:F,BaseHeading:G,BaseImage:q,BaseImagePlaceholder:j},props:{url:{type:String,required:!1,default:"#"},title:{type:String,required:!1},summary:{type:String,required:!1},startTime:{type:String,required:!1},startDate:{type:String,required:!1},endTime:{type:String,required:!1},endDate:{type:String,required:!1},location:{type:String,required:!1},image:{type:Object,required:!1},headingLevel:{type:String||null,required:!1,default:"h5"}},computed:{splitDate(){return this.startDate?hn(this.startDate,this.endDate):null},displayTime(){if(this.startDate)return fa(this.startDate,this.endDate,this.endTime)},formattedEventDates(){return this.startDate?pt(this.startDate,this.endDate):void 0}}}),y3={class:"border-gray-light-mid lg:pb-10 lg:mb-10 relative grid grid-cols-9 gap-7 pb-6 mb-6 border-b"},b3={class:"col-span-6 md:order-last"},k3={key:1,class:"text-gray-dark text-body-sm mb-3 hidden md:block"},_3={class:"md:mt-10 text-xl md:flex"},$3={class:"EventCard__Metadata flex text-primary text-body-sm"},w3={class:"EventCard__Metadata hidden md:flex text-primary text-body-sm"},B3={key:0,class:"EventCard__Metadata flex text-primary text-body-sm"},C3={key:0,class:"SearchResultCard-image col-span-3 md:order-first"},E3={key:1,class:"hidden md:block absolute top-0 left-0 z-10 px-4 py-4 text-center text-white bg-primary"},S3={class:"font-extrabold text-6xl leading-tight tracking-wider"},V3={class:"text-subtitle"};function N3(e,n,a,o,s,i){const r=G,l=Mn,c=xn,d=In,h=q,m=j,p=F;return t.openBlock(),t.createBlock(p,{variant:"none",to:e.url,class:"SearchResultCard EventCard","link-class":"block"},{default:t.withCtx(()=>[t.createElementVNode("div",y3,[t.createElementVNode("div",b3,[e.title?(t.openBlock(),t.createBlock(r,{key:0,level:e.headingLevel,size:"h3",class:"mb-4"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["level"])):t.createCommentVNode("",!0),e.summary?(t.openBlock(),t.createElementBlock("p",k3,t.toDisplayString(e.summary),1)):t.createCommentVNode("",!0),t.createElementVNode("div",_3,[t.createElementVNode("div",$3,[t.createVNode(l,{class:"relative mr-3"}),t.createElementVNode("span",null,t.toDisplayString(e.formattedEventDates),1)]),t.withDirectives(t.createElementVNode("div",w3,[t.createVNode(c,{class:"relative mr-3"}),t.createElementVNode("span",null,t.toDisplayString(e.displayTime),1)],512),[[t.vShow,e.displayTime]]),e.location?(t.openBlock(),t.createElementBlock("div",B3,[t.createVNode(d,{class:"relative mr-3"}),t.createElementVNode("span",null,t.toDisplayString(e.location),1)])):t.createCommentVNode("",!0)])]),e.image?(t.openBlock(),t.createElementBlock("div",C3,[t.createVNode(m,{"aspect-ratio":"square","responsive-aspect-ratio":"md:aspect-ratio-four-three"},{default:t.withCtx(()=>[e.image.src?(t.openBlock(),t.createBlock(h,{key:0,src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:"","object-fit-class":"cover",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0),e.splitDate?(t.openBlock(),t.createElementBlock("div",E3,[t.createElementVNode("div",S3,t.toDisplayString(e.splitDate.day),1),t.createElementVNode("div",V3,t.toDisplayString(e.splitDate.monthAndYear),1)])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0)])]),_:1},8,["to"])}const lo=B(g3,[["render",N3]]),T3=t.defineComponent({name:"EventDetailHero",components:{BaseImage:q},props:{data:{type:Object,required:!1,default:void 0},startDateSplit:{type:Object,required:!0},image:{type:Object,required:!1,default:void 0}},computed:{getSrcSet(){return this.image?se(this.image):void 0}}}),I3={key:0,class:"EventDetailHero mb-10 md:mb-10 lg:mb-14 -mx-4 lg:mx-0"},x3={class:"hero"},M3={key:1,class:"ThemeVariantLight absolute top-0 left-0 z-10 px-4 py-4 text-center text-white bg-primary"},L3={class:"font-extrabold text-6xl leading-tight tracking-wider"},D3={class:"text-subtitle"};function v3(e,n,a,o,s,i){const r=q;return e.image?(t.openBlock(),t.createElementBlock("div",I3,[t.createElementVNode("div",x3,[e.image.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.image.src.url,srcset:e.getSrcSet,width:e.image.src.width,height:e.image.src.height,alt:e.image.alt,"image-class":"w-full h-auto","object-fit-class":"cover",loading:"lazy"},null,8,["src","srcset","width","height","alt"])):t.createCommentVNode("",!0),e.startDateSplit?(t.openBlock(),t.createElementBlock("div",M3,[t.createElementVNode("div",L3,t.toDisplayString(e.startDateSplit.day),1),t.createElementVNode("div",D3,t.toDisplayString(e.startDateSplit.monthAndYear),1)])):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)}const co=B(T3,[["render",v3]]),P3=["id","for"],z3={key:0,class:"text-error"},A3=["id","cols","rows","name","required","placeholder","aria-required","aria-labelledby","aria-label"],Ii=t.defineComponent({__name:"TextArea",props:t.mergeModels({inputName:{},label:{default:void 0},cols:{default:void 0},rows:{default:4},required:{type:Boolean,default:!1},showLabel:{type:Boolean,default:!0},placeholder:{default:void 0},labelClass:{default:void 0},inputClass:{default:void 0}},{modelValue:{type:String},modelModifiers:{}}),emits:t.mergeModels(["input","esc"],["update:modelValue"]),setup(e,{emit:n}){const a=e,o=n,s=t.useModel(e,"modelValue"),i=t.ref(void 0),r=t.ref(!1),l=t.computed(()=>`${a.inputName}_input`),c=t.computed(()=>`${l.value}_label`);return(d,h)=>(t.openBlock(),t.createElementBlock("div",null,[a.showLabel?(t.openBlock(),t.createElementBlock("label",{key:0,id:c.value,for:l.value,class:t.normalizeClass(a.labelClass?a.labelClass:"block text-subtitle text-gray-dark mb-2")},[t.createTextVNode(t.toDisplayString(a.label)+" ",1),a.required?(t.openBlock(),t.createElementBlock("span",z3,"*")):t.createCommentVNode("",!0)],10,P3)):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("textarea",{id:l.value,ref_key:"TextAreaRef",ref:i,"onUpdate:modelValue":h[0]||(h[0]=m=>s.value=m),cols:a.cols,rows:a.rows,name:a.inputName,required:a.required,placeholder:a.placeholder,"aria-required":a.required,"aria-labelledby":a.showLabel?c.value:void 0,"aria-label":a.showLabel?void 0:a.label,class:t.normalizeClass(a.inputClass?a.inputClass:"border-gray-light-mid w-full px-4 py-3 border mt-2 focus:border-focus-blue focus:shadow-jpl"),onKeydown:h[1]||(h[1]=t.withKeys(m=>o("esc"),["esc"])),onInput:h[2]||(h[2]=m=>o("input",m.target)),onFocus:h[3]||(h[3]=m=>r.value=!0),onBlur:h[4]||(h[4]=m=>r.value=!1)},null,42,A3),[[t.vModelText,s.value]])]))}}),O3=["id","for"],F3={key:0,class:"text-error"},H3=["id","name","type","required","title","placeholder","maxlength","pattern","aria-required","aria-labelledby","aria-label"],Ln=t.defineComponent({__name:"TextInput",props:t.mergeModels({inputName:{},type:{default:"text"},required:{type:Boolean,default:!1},label:{},showLabel:{type:Boolean,default:!0},placeholder:{default:void 0},maxlength:{default:void 0},pattern:{default:void 0},title:{default:void 0},autofocus:{type:Boolean},labelClass:{default:void 0},inputClass:{default:void 0}},{modelValue:{type:String},modelModifiers:{}}),emits:t.mergeModels(["input","esc"],["update:modelValue"]),setup(e,{emit:n}){const a=e,o=n,s=t.useModel(e,"modelValue"),i=t.ref(void 0),r=t.ref(!1),l=t.computed(()=>`${a.inputName}_input`),c=t.computed(()=>`${l.value}_label`);return t.onMounted(()=>{a.autoFocus&&i.value&&(i.value.focus(),r.value=!0)}),(d,h)=>(t.openBlock(),t.createElementBlock("div",null,[a.showLabel?(t.openBlock(),t.createElementBlock("label",{key:0,id:c.value,for:l.value,class:t.normalizeClass(a.labelClass?a.labelClass:"block text-subtitle text-gray-dark")},[t.createTextVNode(t.toDisplayString(a.label)+" ",1),a.required?(t.openBlock(),t.createElementBlock("span",F3,"*")):t.createCommentVNode("",!0)],10,O3)):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("input",{id:l.value,ref_key:"TextInputRef",ref:i,"onUpdate:modelValue":h[0]||(h[0]=m=>s.value=m),name:a.inputName,type:a.type,required:a.required,title:a.title,placeholder:a.placeholder,maxlength:a.maxlength,pattern:a.pattern,"aria-required":a.required,"aria-labelledby":a.showLabel?c.value:void 0,"aria-label":a.showLabel?void 0:a.label,class:t.normalizeClass(a.inputClass?a.inputClass:"border-gray-light-mid w-full px-4 py-3 border mt-2 focus:border-focus-blue focus:shadow-jpl"),onKeydown:h[1]||(h[1]=t.withKeys(m=>o("esc"),["esc"])),onInput:h[2]||(h[2]=m=>o("input",m.target)),onFocus:h[3]||(h[3]=m=>r.value=!0),onBlur:h[4]||(h[4]=m=>r.value=!1)},null,42,H3),[[t.vModelDynamic,s.value]])]))}});var q3=/[!'()*]/g,j3=function(e){return"%".concat(e.charCodeAt(0).toString(16))};function R3(e){return encodeURIComponent(e).replace(q3,j3)}function G3(e){return e==null}function U3(e,n){return e.hasOwnProperty(n)}function W3(e,n){return Object.prototype.hasOwnProperty.call(e,n)}function Y3(e){return e.hasOwnProperty?U3:W3}function K3(e,n,a){var o=Y3(e),s;for(var s in e)o(e,s)&&n(e[s],s,e)}function Z3(e,n,a){G3(e)||K3(e,n)}typeof document<"u"&&document.createElement("a");var ho=function(e,n){return ho=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,o){a.__proto__=o}||function(a,o){for(var s in o)Object.prototype.hasOwnProperty.call(o,s)&&(a[s]=o[s])},ho(e,n)};function xi(e,n){if(typeof n!="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");ho(e,n);function a(){this.constructor=e}e.prototype=n===null?Object.create(n):(a.prototype=n.prototype,new a)}typeof SuppressedError=="function"&&SuppressedError;function Mi(e){return e!==null&&typeof e=="object"}var X3=function(e){xi(n,e);function n(a,o,s){var i=e.call(this,a)||this;return Mi(o)&&(s=o,o="Exception"),Error.captureStackTrace?Error.captureStackTrace(i,i.constructor):i.stack=new Error().stack,i.name=o||"Exception",Object.assign(i,s),i}return n}(Error);(function(e){xi(n,e);function n(a,o,s){return e.call(this,"".concat(typeof o=="string"?o:o.constructor.name,".").concat(a," not implemented yet."),"NotImplementedException",s)||this}return n})(X3);function Li(e,n){switch(typeof e){case"string":return e===""?e:n(e);case"number":if(e!==e)return"";case"bigint":case"boolean":return e;case"object":return e===null?"":n(JSON.stringify(e));default:return""}}function J3(e,n,a,o,s){n||(n="&"),a||(a="="),o||(o=R3);var i="",r=s?function(l,c,d){s(l,c)&&(d&&(i+=n),i+=l,i+=a,i+=c)}:function(l,c,d){d&&(i+=n),i+=l,i+=a,i+=c};return Z3(e,function(l,c){if(Array.isArray(l))for(var d=0,h=l.length;d<h;d++)r(c,Li(l[d],o),!!i||d>0);else r(c,Li(l,o),!!i)}),i}function Di(e,n){return Mi(e)?(n||(n={}),J3(e,n.sep,n.eq,n.encodeURIComponent,n.filter)):""}const Q3=t.defineComponent({name:"FormContact",components:{LayoutHelper:ee,BaseHeading:G,BaseButton:R,TextArea:Ii,TextInput:Ln},data(){return{submitted:!1}},methods:{focus(e){window.scrollTo(0,e.offsetTop+100),e.focus()},validate(e){const n=["full_name","email","subject","message"],a={};for(const o in n){const s=n[o],i=e.target.elements[s];if(i.value===""){this.focus(i);const r=s.replace("_"," ");return alert("Please fill out the "+r+" field."),!1}else a[s]=i.value}return a},submit(e){const n=this.validate(e);if(n!==!1){this.reveal();const a="https://formspree.io/f/xpzvnnzn",o={method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},body:Di({full_name:n.full_name,email:n.email,subject:n.subject,message:n.message})};fetch(a,o)}},reveal(){this.submitted=!0,this.$refs&&this.$refs.FormContact&&this.$scrollTo(this.$refs.FormContact,0,{offset:-100})}}}),e4={ref:"FormContact",class:"text-gray-light-mid mb-10"},t4={class:"mb-10"},n4={class:"mt-8"},a4={class:"pt-10 text-center"},o4=t.createElementVNode("div",{class:"text-jpl-blue-light h-22 w-22 p-5 mx-auto my-8 text-6xl font-bold border-4 rounded-full"}," ✓ ",-1),s4=t.createElementVNode("p",{class:"text-h5"},"Your feedback has been sent.",-1);function i4(e,n,a,o,s,i){const r=G,l=Ln,c=Ii,d=R,h=ee;return t.openBlock(),t.createBlock(h,{indent:"col-3"},{default:t.withCtx(()=>[t.createElementVNode("hr",e4,null,512),t.withDirectives(t.createElementVNode("div",t4,[t.createElementVNode("form",{onSubmit:n[0]||(n[0]=t.withModifiers((...m)=>e.submit&&e.submit(...m),["prevent"]))},[t.createVNode(r,{level:"h2",size:"h6"},{default:t.withCtx(()=>[t.createTextVNode("Contact Information")]),_:1}),t.createVNode(l,{class:"mt-8","input-name":"full_name",label:"Name",type:"text",required:"",placeholder:"enter your first and last name"}),t.createVNode(l,{class:"mt-8","input-name":"email",label:"Email",type:"email",required:"",placeholder:"enter your email"}),t.createVNode(r,{level:"h2",size:"h6",class:"mt-12"},{default:t.withCtx(()=>[t.createTextVNode("Write Us")]),_:1}),t.createVNode(l,{class:"mt-8","input-name":"subject",label:"Subject",type:"text",required:"",placeholder:"write a subject"}),t.createVNode(c,{class:"mt-8","input-name":"message",label:"Message","input-class":"w-full px-4 py-3",required:"",placeholder:"write your message..."}),t.createElementVNode("div",n4,[t.createVNode(d,{type:"submit",variant:"primary"},{default:t.withCtx(()=>[t.createTextVNode("Submit")]),_:1})])],32)],512),[[t.vShow,!e.submitted]]),t.withDirectives(t.createElementVNode("div",a4,[t.createVNode(r,{level:"h2"},{default:t.withCtx(()=>[t.createTextVNode("Thank you!")]),_:1}),o4,s4],512),[[t.vShow,e.submitted]])]),_:1})}const mo=B(Q3,[["render",i4]]),vi="https://app.icontact.com/icp/core/mycontacts/signup/designer/form/?id=5&cid=1389932&lid=11365",r4="6LeCZCcUAAAAALhxcQ5fN80W6Wa2K3GqRQK6WRjA",l4="https://app.icontact.com/icp/core/signup/tracking.gif?id=5&cid=1389932&lid=11365",c4=[{id:"breaking",title:"Latest News",text:"All JPL News delivered immediately",value:"41031",alt:"Lists",name:"data[listGroups][]"},{id:"daily",title:"Day in Review",text:"Daily JPL news summary",value:"41032",alt:"Lists",name:"data[listGroups][]"},{id:"weekly",title:"Week in Review",text:"Weekly JPL news summary",value:"41033",alt:"Lists",name:"data[listGroups][]"},{id:"monthly",title:"Month in Review",text:"Monthly JPL news summary",value:"41034",alt:"Lists",name:"data[listGroups][]"}],d4=[{id:"educators",title:"Educators",text:null,value:"21583",alt:"Lists",name:"data[listGroups][]"},{id:"educator-workshop",title:"Educators Workshops",text:"Southern California",value:"51343",alt:"Lists",name:"data[listGroups][]"},{id:"students",title:"Students K-12",text:null,value:"29483",alt:"Lists",name:"data[listGroups][]"},{id:"internships",title:"Internships",text:null,value:"29484",alt:"Lists",name:"data[listGroups][]"}],h4=t.defineComponent({name:"FormNewsletterSignup",components:{LayoutHelper:ee,BaseHeading:G,BaseButton:R,BaseCheckboxGroup:wa,BaseRadioGroup:Ca,TextInput:Ln},data(){return{prefilledEmail:null,submitted:!1,iContactForm:vi,iContactTrackingGif:l4,captchaKey:r4,emailGroups:c4,eduEmailGroups:d4}},mounted(){this.$route&&this.$route.query.email!=null&&(this.prefilledEmail=this.$route.query.email);const e=document.createElement("script");e.setAttribute("src","https://app.icontact.com/icp/static/form/javascripts/validation-captcha.js");const n=document.createElement("script");n.setAttribute("src","https://app.icontact.com/icp/static/form/javascripts/tracking.js"),document.head.appendChild(e,n)},methods:{focus(e){window.scrollTo(0,e.offsetTop+100),e.focus()},validate(e){const n=["email"],a={};for(const o in n){const s=n[o],i=e.target.elements[s];if(i.value===""){this.focus(i);const r=s.replace("_"," ");return alert("Please fill out the "+r+" field."),!1}else a[s]=i.value}return a},submit(e){const n=this.validate(e);if(n!==!1){this.reveal();const a={method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},body:Di({"data[email]":n.email,"data[fname]":n.first_name,"data[lname]":n.last_name,"data[zip]":n.zip_code,"data[listGroups][]":n.listGroups})};fetch(vi,a)}},reveal(){this.submitted=!0,this.$refs&&this.$refs.FormNewsletterSignup&&this.$scrollTo(this.$refs.FormNewsletterSignup,0,{offset:100})}}}),m4=["src"],p4={ref:"FormNewsletterSignup",class:"text-gray-light-mid mb-10"},f4={class:"mb-10"},u4=["captcha-key","action"],g4={dataname:"listGroups","data-label":"Which email groups would you like to join?"},y4={class:"mt-8"},b4={class:"mt-8"},k4={class:"mt-4 lg:mt-8 submit-container"},_4={class:"pt-10 text-center"},$4=t.createElementVNode("div",{class:"text-jpl-blue-light h-22 w-22 p-5 mx-auto my-8 text-6xl font-bold border-4 rounded-full"}," ✓ ",-1),w4=t.createElementVNode("p",{class:"text-h6"},"Check your inbox to verify your email.",-1),B4=t.createElementVNode("div",{class:"hidden-container"},null,-1);function C4(e,n,a,o,s,i){const r=G,l=Ln,c=Ca,d=wa,h=R,m=ee;return t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("img",{src:e.iContactTrackingGif,alt:""},null,8,m4),t.createVNode(m,{indent:"col-3"},{default:t.withCtx(()=>[t.createElementVNode("hr",p4,null,512),t.withDirectives(t.createElementVNode("div",f4,[t.createElementVNode("form",{id:"ic_signupform","captcha-key":e.captchaKey,"captcha-theme":"light","new-captcha":"true",method:"POST",action:e.iContactForm},[t.createVNode(r,{level:"h2",size:"h6"},{default:t.withCtx(()=>[t.createTextVNode("Contact Information")]),_:1}),t.createVNode(l,{modelValue:e.prefilledEmail,"onUpdate:modelValue":n[0]||(n[0]=p=>e.prefilledEmail=p),class:"mt-8","input-name":"data[email]",label:"Email",type:"email",required:"",placeholder:"enter your email"},null,8,["modelValue"]),t.createVNode(l,{class:"mt-8","input-name":"data[fname]",label:"First Name",type:"text",placeholder:"enter your first name"}),t.createVNode(l,{class:"mt-8","input-name":"data[lname]",label:"Last Name",type:"text",maxlength:"64",placeholder:"enter your last name"}),t.createVNode(l,{class:"mt-8","input-name":"data[zip]",label:"Zip",type:"text",maxlength:"10",pattern:"[0-9]{5-10}",title:"Five digit zip code",placeholder:"enter your 5-digit zip code"}),t.createVNode(r,{level:"h2",size:"h6",class:"mt-12"},{default:t.withCtx(()=>[t.createTextVNode(" Subscribe to Email Groups ")]),_:1}),t.createElementVNode("div",g4,[t.createElementVNode("div",y4,[t.createVNode(c,{heading:"JPL News","sub-heading":"Choose how frequently you want to receive updates (opt out anytime):",group:"email",title:"Email Groups",preselected:"breaking",options:e.emailGroups},null,8,["options"])]),t.createElementVNode("div",b4,[t.createVNode(d,{heading:"JPL Education Updates","sub-heading":"The JPL Education Office also offers email updates about classroom activities and workshops for educators, projects and competitons for K-12 students and internship opportunities at JPL and NASA.",group:"education",title:"Education Email Groups",options:e.eduEmailGroups},null,8,["options"])])]),t.createElementVNode("div",k4,[t.createVNode(h,{type:"submit",variant:"primary"},{default:t.withCtx(()=>[t.createTextVNode("Submit")]),_:1})])],8,u4)],512),[[t.vShow,!e.submitted]]),t.withDirectives(t.createElementVNode("div",_4,[t.createVNode(r,{level:"h2"},{default:t.withCtx(()=>[t.createTextVNode("Thank you!")]),_:1}),$4,w4],512),[[t.vShow,e.submitted]])]),_:1}),B4])}const po=B(h4,[["render",C4]]),E4=t.defineComponent({name:"HeroLarge",props:{eyebrow:{type:String,required:!1},title:{type:String,required:!1},summary:{type:String,required:!1},image:{type:Object,required:!1},hasOverlay:{type:Boolean,default:!1}},mounted(){Xe()}}),Pi=e=>(t.pushScopeId("data-v-56889aaa"),e=e(),t.popScopeId(),e),S4={class:"HeroLarge max-w-screen-3xl relative mx-auto"},V4={class:"absolute inset-0 z-10 bg-black"},N4={key:0},T4=["srcset"],I4=["srcset"],x4=["srcset"],M4=["src","width","height","alt"],L4={class:"content-wrapper lg:flex lg:items-center relative z-20 w-full h-full"},D4=Pi(()=>t.createElementVNode("div",{class:"bg-gradient-to-t lg:bg-gradient-to-l from-transparent-w25 lg:from-transparent-w50 to-transparent-black-50 lg:to-transparent-black-50 absolute inset-0"},null,-1)),v4={class:"text-contrast relative w-full text-white"},P4={class:"lg:py-0 pb-80 container pt-8 mx-auto"},z4={key:0,class:"lg:mb-6 font-secondary mb-4 text-base font-semibold tracking-wider no-underline uppercase"},A4=Pi(()=>t.createElementVNode("span",{class:"sr-only"},".",-1)),O4={key:1,class:"lg:w-3/4 xl:w-3/5 xl:text-10xl lg:text-9xl md:text-8xl text-7xl lg:tracking-tightest lg:leading-tighter mb-5 font-bold leading-tight uppercase"},F4={key:2,class:"lg:w-1/2 2xl:w-2/5 xl:text-6xl lg:text-4xl md:text-2xl lg:leading-tight text-lg font-medium"};function H4(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",S4,[t.createElementVNode("div",V4,[e.image&&e.image.src?(t.openBlock(),t.createElementBlock("picture",N4,[t.createElementVNode("source",{media:"(min-width: 768px)",srcset:e.image.srcSet},null,8,T4),t.createElementVNode("source",{media:"(min-width: 420px)",srcset:e.image.screenMd.url},null,8,I4),t.createElementVNode("source",{srcset:e.image.screenSm.url},null,8,x4),t.createElementVNode("img",{class:"md:object-right object-cover object-bottom w-full h-full",src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:e.image.alt},null,8,M4)])):t.createCommentVNode("",!0)]),t.createElementVNode("div",L4,[D4,t.createElementVNode("div",v4,[t.createElementVNode("div",P4,[t.createElementVNode("div",{class:t.normalizeClass(["lg:px-10 2xl:px-0 lg:pt-6 lg:pb-18 px-4",{"pt-10":e.hasOverlay}])},[e.eyebrow?(t.openBlock(),t.createElementBlock("div",z4,[t.createTextVNode(t.toDisplayString(e.eyebrow)+" ",1),A4])):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createElementBlock("h1",O4,t.toDisplayString(e.title),1)):t.createCommentVNode("",!0),e.summary?(t.openBlock(),t.createElementBlock("p",F4,t.toDisplayString(e.summary),1)):t.createCommentVNode("",!0)],2)])])])])}const q4=B(E4,[["render",H4],["__scopeId","data-v-56889aaa"]]),j4=t.defineComponent({name:"MixinVideoBg",props:{video:{type:Object,required:!1}}}),R4={key:0,loop:"",muted:"",playsinline:"",autoplay:"",preload:"auto",class:"object-cover w-full h-full"},G4=["src"],U4=["src"],W4=["src"];function Y4(e,n,a,o,s,i){return e.video&&e.video.file?(t.openBlock(),t.createElementBlock("video",R4,[e.video.fileWebm?(t.openBlock(),t.createElementBlock("source",{key:0,src:e.video.fileWebm,type:"video/webm"},null,8,G4)):t.createCommentVNode("",!0),t.createElementVNode("source",{src:e.video.file,type:"video/mp4"},null,8,U4),e.video.fileOgg?(t.openBlock(),t.createElementBlock("source",{key:1,src:e.video.fileOgg,type:"video/ogg"},null,8,W4)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Kt=B(j4,[["render",Y4]]),K4=t.defineComponent({name:"HeroMedium",components:{IconArrow:de,BaseLink:F,MixinVideoBg:Kt,BaseTag:Ea},props:{feature:{type:Object,required:!1},customTag:{type:String,required:!1},customLabel:{type:String,required:!1},cta:{type:String,default:"View"},compact:{type:Boolean,required:!1,default:!1},customVideo:{type:Object,required:!1},customImage:{type:Object,required:!1}},computed:{theVideo(){var e,n;return this.customVideo?this.customVideo:(n=(e=this.feature)==null?void 0:e.video)!=null&&n.file?this.feature.video:null},theImage(){var e,n;return this.customImage?this.customImage:(n=(e=this.feature)==null?void 0:e.image)!=null&&n.src?this.feature.image:null}},watch:{"$route.query":{handler(){Xe()}}},mounted(){Xe()}}),Z4={class:"absolute inset-0 z-10 overflow-hidden bg-black"},X4={key:1},J4=["srcset"],Q4=["srcset"],e5=["data-srcset"],t5=["src","width","height"],n5=t.createElementVNode("div",{class:"bg-gradient-to-b lg:bg-gradient-to-bl from-transparent lg:from-transparent-w50 to-black lg:to-transparent-black-75 absolute inset-0"},null,-1),a5={key:0,class:"flex items-center lg:mb-3 mb-2"},o5={key:1,class:"text-subtitle"},s5=t.createElementVNode("span",{class:"sr-only"},".",-1),i5={class:"text-h3 font-semibold mb-0"},r5={class:"mr-2"},l5={class:"text-jpl-red-light lg:hidden can-hover:group-hover:ml-2 ml-0 text-4xl transition-all duration-200 ease-in"};function c5(e,n,a,o,s,i){var m,p;const r=Kt,l=Ea,c=de,d=t.resolveComponent("nuxt-link"),h=F;return t.openBlock(),t.createElementBlock("section",{"aria-label":"Feature",class:t.normalizeClass(["ThemeVariantDark relative flex items-center overflow-hidden",e.compact?"HeroSmall":"HeroMedium"])},[t.createElementVNode("div",Z4,[e.theVideo?(t.openBlock(),t.createBlock(r,{key:0,video:e.theVideo},null,8,["video"])):e.theImage&&e.theImage.src?(t.openBlock(),t.createElementBlock("picture",X4,[t.createElementVNode("source",{media:"(min-width: 768px)",srcset:e.theImage.srcSet},null,8,J4),t.createElementVNode("source",{media:"(min-width: 420px)",srcset:(m=e.theImage.screenMd)==null?void 0:m.url},null,8,Q4),t.createElementVNode("source",{"data-srcset":(p=e.theImage.screenSm)==null?void 0:p.url},null,8,e5),t.createElementVNode("img",{class:"object-cover w-full h-full",src:e.theImage.src.url,width:e.theImage.src.width,height:e.theImage.src.height,alt:""},null,8,t5)])):t.createCommentVNode("",!0)]),t.createElementVNode("div",{class:t.normalizeClass(["lg:flex lg:items-end lg:relative lg:h-full z-20 w-full",{"absolute bottom-0":!e.compact}])},[n5,e.feature?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["px-4 lg:px-10 2xl:px-0 lg:pb-0 lg:py-0 text-contrast container relative mx-auto text-white",{"pt-40 pb-2 mb-10":!e.compact,"my-6 lg:mt-0 lg:mb-10":e.compact}])},[t.createVNode(d,{to:e.feature.url,class:"lg:w-1/2 xl:w-5/12 block"},{default:t.withCtx(()=>[e.customTag||e.customLabel||e.feature.label?(t.openBlock(),t.createElementBlock("div",a5,[e.customTag?(t.openBlock(),t.createBlock(l,{key:0,variant:"primary",size:"sm",class:"mr-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.customTag),1)]),_:1})):t.createCommentVNode("",!0),e.customLabel||e.feature.label?(t.openBlock(),t.createElementBlock("p",o5,[t.createTextVNode(t.toDisplayString(e.customLabel||e.feature.label)+" ",1),s5])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createElementVNode("p",i5,[t.createElementVNode("span",r5,t.toDisplayString(e.feature.title),1),t.createElementVNode("span",l5,[t.createVNode(c,{class:"inline"})])])]),_:1},8,["to"]),t.createVNode(h,{to:e.feature.url,class:"lg:block hidden","link-class":"inline-block","caret-wrapper-class":"py-3",variant:"primary"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.cta),1)]),_:1},8,["to"])],2)):t.createCommentVNode("",!0)],2)],2)}const fo=B(K4,[["render",c5]]),d5=t.defineComponent({name:"HeroListingIndex",components:{HeroMedium:fo},props:{pageData:{type:Object,required:!1},customLabel:{type:String,required:!1},cta:{type:String,default:"Read Article"}},computed:{...Te(Ze),customVideo(){var e,n;if(this.pageData&&((n=(e=this.pageData.featured)==null?void 0:e.heroBlocks)==null?void 0:n.length)>0&&this.pageData.featured.heroBlocks[0].blockType==="VideoBlock")return this.pageData.featured.heroBlocks[0].video},customImage(){var e,n,a,o;if(this.pageData&&((n=(e=this.pageData.featured)==null?void 0:e.heroBlocks)==null?void 0:n.length)>0){const s=this.pageData.featured.heroBlocks[0];if(s.blockType==="ImageChooserBlock"||s.blockType==="HeroImageBlock")return s.listingPageHeroImage;if(s.blockType==="CarouselBlock"&&s.blocks&&s.blocks.length>0)return s.blocks[0].listingPageHeroImage}else if((o=(a=this.pageData)==null?void 0:a.featured)!=null&&o.listingPageHeroImage)return this.pageData.featured.listingPageHeroImage}}});function h5(e,n,a,o,s,i){const r=fo;return e.pageData?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["max-w-screen-3xl mx-auto",{"-nav-offset":e.pageData.featured}])},[e.pageData.featured?(t.openBlock(),t.createBlock(r,{key:0,class:"md:mb-12 lg:mb-18 mb-10","custom-tag":e.themeStore.theme==="ThemeEdu"&&e.customLabel?e.customLabel:void 0,"custom-label":e.themeStore.theme==="ThemeEdu"?e.pageData.featured.topicLabel:e.customLabel,feature:e.pageData.featured,"custom-video":e.customVideo,"custom-image":e.customImage,cta:e.cta},null,8,["custom-tag","custom-label","feature","custom-video","custom-image","cta"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0)}const m5=B(d5,[["render",h5]]),p5=t.defineComponent({name:"IconClose"}),f5={class:"IconClose",width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},u5=[t.createElementVNode("path",{d:"M21.192-.02l2.829 2.828L14.828 12l9.193 9.192-2.829 2.829L12 14.828l-9.192 9.193-2.829-2.829L9.172 12-.02 2.808 2.808-.021 12 9.172 21.192-.02z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function g5(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",f5,u5)}const Fe=B(p5,[["render",g5]]),y5=t.defineComponent({name:"IconInfo"}),b5={class:"IconInfo",width:"10",height:"22",viewBox:"0 0 10 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},k5=[t.createElementVNode("path",{d:"M7 8v12h3v2H0v-2h3V10H0V8h7zM5 0a2.5 2.5 0 110 5 2.5 2.5 0 010-5z",fill:"currentColor"},null,-1)];function _5(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",b5,k5)}const uo=B(y5,[["render",_5]]),$5=t.defineComponent({name:"HeroMedia",components:{MixinVideoBg:Kt,BaseImageCaption:ie,IconInfo:uo,IconClose:Fe},props:{image:{type:Object,required:!1},video:{type:Object,required:!1},displayCaption:{type:Boolean,default:!0},caption:{type:String,required:!1},credit:{type:String,required:!1}},data(){return{captionVisible:!1}},computed:{theImageCaption(){if(this.image&&this.caption&&this.caption.length>2&&this.displayCaption)return this.caption;if(this.image&&this.image.caption&&this.image.caption.length>2&&this.displayCaption)return this.image.caption},theImageData(){if(this.image)return{...this.image,caption:this.theImageCaption}},theSrcSet(){return this.theImageData?se(this.theImageData):void 0},customCaption(){if(this.caption&&this.caption.length>2||this.credit)return{caption:this.caption,credit:this.credit}},captionVisibilityClass(){return this.captionVisible?"flex":"hidden"},hasCaptionArea(){var e,n;return this.theImageData?this.theImageCaption||((e=this.image)==null?void 0:e.credit)||((n=this.image)==null?void 0:n.detailUrl):!!this.customCaption}},mounted(){Xe()},methods:{toggleCaption(){this.captionVisible?this.captionVisible=!1:this.captionVisible=!0}}}),w5={key:0,class:"HeroMedia"},B5={class:"bg-gray-light"},C5={class:"vh-crop max-w-screen-3xl relative flex items-center mx-auto overflow-hidden"},E5={class:"hero"},S5=["srcset","src","width","height","alt"],V5={key:0,class:"lg:hidden absolute bottom-0 left-0 w-full h-auto mx-auto"};function N5(e,n,a,o,s,i){const r=Kt,l=uo,c=Fe,d=ie;return e.image||e.video?(t.openBlock(),t.createElementBlock("div",w5,[t.createElementVNode("div",B5,[t.createElementVNode("div",C5,[t.createElementVNode("div",E5,[e.theImageData?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.theImageData.src?(t.openBlock(),t.createElementBlock("img",{key:0,class:"object-cover object-center w-full h-full",srcset:e.theSrcSet,src:e.theImageData.src.url,width:e.theImageData.src.width,height:e.theImageData.src.height,alt:e.theImageData.alt,itemprop:"image","data-chromatic":"ignore"},null,8,S5)):t.createCommentVNode("",!0)],64)):e.video?(t.openBlock(),t.createBlock(r,{key:1,video:e.video},null,8,["video"])):t.createCommentVNode("",!0)]),e.hasCaptionArea?(t.openBlock(),t.createElementBlock("div",V5,[t.createElementVNode("button",{class:"bg-opacity-90 text-gray-dark flex items-center justify-center w-12 h-12 ml-auto bg-white cursor-pointer","aria-label":"Toggle caption",onClick:n[0]||(n[0]=(...h)=>e.toggleCaption&&e.toggleCaption(...h))},[t.withDirectives(t.createVNode(l,{class:"text-xl"},null,512),[[t.vShow,!e.captionVisible]]),t.withDirectives(t.createVNode(c,null,null,512),[[t.vShow,e.captionVisible]])])])):t.createCommentVNode("",!0)]),e.hasCaptionArea?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass([e.captionVisibilityClass,"max-w-screen-3xl ThemeVariantGray bg-gray-light bg-opacity-90 lg:bg-opacity-100 ThemeVariantGray lg:block lg:pb-4 lg:px-3 xl:px-8 lg:pt-4 items-start p-4 mx-auto"])},[t.createVNode(d,{data:e.theImageData||e.customCaption},null,8,["data"])],2)):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)}const Zt=B($5,[["render",N5]]),T5=t.defineComponent({name:"HomepageCarouselItem",components:{BaseLink:F,IconArrow:de},props:{item:{type:Object,required:!1}}}),I5={key:0,class:"HomepageCarouselItem relative flex items-center overflow-hidden"},x5={class:"absolute inset-0 z-10 overflow-hidden bg-black"},M5={key:0,loop:"",muted:"",playsinline:"",preload:"none",class:"left-1/2 top-1/2 absolute z-10 object-cover w-auto h-auto min-w-full min-h-full transform -translate-x-1/2 -translate-y-1/2"},L5=["src"],D5=["src"],v5=["src"],P5={key:1},z5=["srcset"],A5=["srcset"],O5=["srcset"],F5=["src","width","height"],H5={class:"lg:flex lg:items-center lg:relative lg:h-full absolute bottom-0 z-20 w-full"},q5=t.createElementVNode("div",{class:"bg-gradient-to-b lg:bg-gradient-to-l from-transparent lg:from-transparent xl:from-transparent-w25 to-black lg:to-transparent-black-75 absolute inset-0"},null,-1),j5={class:"lg:px-10 2xl:px-0 lg:pb-10 lg:pt-0 text-contrast container relative px-4 pt-40 pb-24 mx-auto text-white"},R5={class:"lg:w-3/4 xl:w-1/2 block"},G5={key:0,class:"font-primary text-jpl-red-light lg:text-3xl lg:mb-0 mb-2 text-xl font-semibold tracking-normal uppercase"},U5=t.createElementVNode("span",{class:"sr-only"},".",-1),W5={key:0,class:"lg:text-9xl leading-tighter text-5xl font-extrabold tracking-tighter"},Y5={class:"mr-2"},K5={key:0,class:"text-jpl-red-light lg:hidden can-hover:group-hover:ml-2 ml-0 text-4xl transition-all duration-200 ease-in"},Z5={key:1,class:"can-hover:group-hover:ml-5 text-jpl-red-light text-7xl lg:block hidden ml-0 transition-all duration-200 ease-in"};function X5(e,n,a,o,s,i){var l,c;const r=de;return e.item?(t.openBlock(),t.createElementBlock("div",I5,[t.createElementVNode("div",x5,[e.item.video&&e.item.video.file?(t.openBlock(),t.createElementBlock("video",M5,[e.item.video.fileWebm?(t.openBlock(),t.createElementBlock("source",{key:0,src:e.item.video.fileWebm,type:"video/webm"},null,8,L5)):t.createCommentVNode("",!0),t.createElementVNode("source",{src:e.item.video.file,type:"video/mp4"},null,8,D5),e.item.video.fileOgg?(t.openBlock(),t.createElementBlock("source",{key:1,src:e.item.video.fileOgg,type:"video/ogg"},null,8,v5)):t.createCommentVNode("",!0)])):e.item.image&&e.item.image.src?(t.openBlock(),t.createElementBlock("picture",P5,[t.createElementVNode("source",{media:"(min-width: 768px)",srcset:e.item.image.srcSet},null,8,z5),t.createElementVNode("source",{media:"(min-width: 420px)",srcset:(l=e.item.image.screenMd)==null?void 0:l.url},null,8,A5),t.createElementVNode("source",{srcset:(c=e.item.image.screenSm)==null?void 0:c.url},null,8,O5),t.createElementVNode("img",{class:"md:object-right object-cover object-bottom w-full h-full",src:e.item.image.src.url,width:e.item.image.src.width,height:e.item.image.src.height,alt:"",loading:"lazy","data-chromatic":"ignore"},null,8,F5)])):t.createCommentVNode("",!0)]),t.createElementVNode("div",H5,[q5,t.createElementVNode("div",j5,[t.createElementVNode("div",R5,[e.item.heading?(t.openBlock(),t.createElementBlock("p",G5,[t.createTextVNode(t.toDisplayString(e.item.heading)+" ",1),U5])):t.createCommentVNode("",!0),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.item.externalLink||e.item.page&&e.item.page.url?"BaseLink":"div"),{variant:"none","link-class":"block",href:e.item.externalLink?e.item.externalLink:null,to:e.item.page&&e.item.page.url&&!e.item.externalLink?e.item.page.url:null,"external-target-blank":""},{default:t.withCtx(()=>[e.item.slideTitle?(t.openBlock(),t.createElementBlock("p",W5,[t.createElementVNode("span",Y5,t.toDisplayString(e.item.slideTitle),1),e.item.externalLink||e.item.page&&e.item.page.url?(t.openBlock(),t.createElementBlock("span",K5,[t.createVNode(r,{class:"inline"})])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.item.externalLink||e.item.page&&e.item.page.url?(t.openBlock(),t.createElementBlock("div",Z5,[t.createVNode(r)])):t.createCommentVNode("",!0)]),_:1},8,["href","to"]))])])])])):t.createCommentVNode("",!0)}const go=B(T5,[["render",X5]]);te.use([Lm,Ot,Am,Dm]);const J5=t.defineComponent({name:"HomepageCarousel",components:{BaseLink:F,HomepageCarouselItem:go},props:{items:{type:Array,required:!1},duration:{type:Number,default:5e3}},data(){return{slideLoaded:!1,slider:null,sliderOptions:{effect:"fade",slidesPerView:1,speed:500,threshold:20,followFinger:!1,longSwipesRatio:.01,autoplay:{delay:this.duration,disableOnInteraction:!1},loop:!0,pagination:{el:".swiper-pagination",clickable:!0},lazyPreloadPrevNext:1,on:{transitionStart:()=>{this.slideLoaded=!1},transitionEnd:()=>{this.slideLoaded=!0,this.slideToNext=!0,this.updateTabbedItems()},sliderMove:e=>{e.touches.diff>0?this.slideToNext=!1:this.slideToNext=!0},slideChange:e=>{this.videoHandler(e)}}},tabbedItems:void 0,slideToNext:!0}},computed:{theIndex(){return this.slider?this.slider.realIndex:!1},onlyOneSlide(){var e;return((e=this.items)==null?void 0:e.length)===1},loopedTabs(){const e=this.items,n=this.theIndex?this.theIndex+1:1;return n&&e?[...e.slice(n-1),...e.slice(0,n)]:this.items},tabContainerWidthClass(){var e,n,a,o;return((e=this.items)==null?void 0:e.length)===2?"overflow-hidden w-2/5":((n=this.items)==null?void 0:n.length)===3?"overflow-hidden w-3/5":((a=this.items)==null?void 0:a.length)===4?"overflow-hidden w-4/5":((o=this.items)==null?void 0:o.length)===5?"overflow-hidden container":"overflow-visible container"},tabWidthClass(){var e,n,a,o;return((e=this.items)==null?void 0:e.length)===2?"w-1/2":((n=this.items)==null?void 0:n.length)===3?"w-1/3":((a=this.items)==null?void 0:a.length)===4?"w-1/4":(((o=this.items)==null?void 0:o.length)===5,"w-1/5")},tabTranslateClass(){var n,a,o,s,i,r;let e="";return this.slideToNext?((n=this.items)==null?void 0:n.length)===2?e="-translate-x-1/2":((a=this.items)==null?void 0:a.length)===3?e="-translate-x-1/3":((o=this.items)==null?void 0:o.length)===4?e="-translate-x-1/4":e="-translate-x-1/5":this.slideToNext||(((s=this.items)==null?void 0:s.length)===2?e="translate-x-1/2":((i=this.items)==null?void 0:i.length)===3?e="translate-x-1/3":((r=this.items)==null?void 0:r.length)===4?e="translate-x-1/4":e="translate-x-1/5"),this.slideLoaded||(e+=" transform transition-transform duration-500"),e}},mounted(){Xe(),this.init()},methods:{init(){this.onlyOneSlide?this.slider=new te(this.$refs.HomepageCarouselSlider,{...this.sliderOptions,loop:!1,autoplay:!1}):this.slider=new te(this.$refs.HomepageCarouselSlider,this.sliderOptions),this.updateTabbedItems(),this.slideLoaded=!0,this.videoHandler(this.slider)},updateTabbedItems(){this.tabbedItems=this.loopedTabs},videoHandler(e){const n=e.activeIndex,a=this.getVideo(n,e);if(a&&(a.autoplay=!0,a.load()),e.previousIndex){const o=e.previousIndex,s=this.getVideo(o,e);s&&s.pause()}},getVideo(e,n){const a=n.slides[e];if(a){const o=a.getElementsByTagName("video");if(o.length)return o[0]}return null}}}),Q5={key:0,class:"HomepageCarousel max-w-screen-3xl mx-auto"},e6={"aria-label":"Features",class:"sr-only"},t6={class:"relative w-full overflow-hidden",role:"presentation"},n6={ref:"HomepageCarouselSlider",class:"HomepageCarouselSlider swiper"},a6={class:"swiper-wrapper"},o6={key:0,class:"lg:hidden pb-14 absolute bottom-0 w-full"},s6={class:"swiper-pagination container"},i6={key:1,class:"lg:block text-contrast absolute inset-x-0 bottom-0 z-10 hidden text-left text-white bg-black bg-opacity-50"},r6={class:"h-2px w-full bg-transparent"},l6={class:"HomepageCarouselTabs relative container overflow-hidden mx-auto pt-5 pb-22"},c6={class:"w-full -translate-x-1/5"};function d6(e,n,a,o,s,i){const r=F,l=go;return e.items?(t.openBlock(),t.createElementBlock("div",Q5,[t.createElementVNode("nav",e6,[t.createElementVNode("ul",null,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(c,d)=>(t.openBlock(),t.createElementBlock("li",{key:d},[t.createVNode(r,{variant:"none",href:c.externalLink?c.externalLink:void 0,to:c.page&&c.page.url&&!c.externalLink?c.page.url:void 0},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.slideTitle),1)]),_:2},1032,["href","to"])]))),128))])]),t.createElementVNode("div",t6,[t.createElementVNode("div",n6,[t.createElementVNode("div",a6,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(c,d)=>(t.openBlock(),t.createBlock(l,{key:d,item:c,class:"swiper-slide"},null,8,["item"]))),128))]),e.onlyOneSlide?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",o6,[t.createElementVNode("div",s6,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(c,d)=>(t.openBlock(),t.createElementBlock("span",{key:d,class:t.normalizeClass(`swiper-pagination-bullet${d===0?" swiper-pagination-bullet-active":""}`)},null,2))),128))])])),e.onlyOneSlide?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",i6,[t.createElementVNode("div",r6,[t.createVNode(t.Transition,{name:"load"},{default:t.withCtx(()=>[e.slideLoaded?(t.openBlock(),t.createElementBlock("div",{key:0,class:"h-2px w-full bg-white bg-opacity-50 -translate-x-full",style:t.normalizeStyle(`transition-duration: ${e.duration}ms`)},null,4)):t.createCommentVNode("",!0)]),_:1})]),t.createElementVNode("div",l6,[t.createElementVNode("div",c6,[t.createElementVNode("div",{class:t.normalizeClass(e.tabContainerWidthClass)},[t.createElementVNode("div",{class:t.normalizeClass(["flex flex-nowrap",e.tabTranslateClass])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.tabbedItems,(c,d)=>(t.openBlock(),t.createBlock(r,{key:d,variant:"none",href:c.externalLink?c.externalLink:void 0,to:c.page&&c.page.url&&!c.externalLink?c.page.url:void 0,"external-target-blank":"",class:t.normalizeClass(["pr-5 flex-shrink-0 h-auto translate-x-0",e.tabWidthClass]),"link-class":`
37
37
  group
38
38
  border-opacity-30 border-r border-white
39
39
  can-hover:hover:text-white
@@ -45,4 +45,4 @@ This will fail in production if not fixed.`),e=e[0]),e.reduce((n,a)=>(n[a.$id+Jl
45
45
  -ml-5
46
46
  font-semibold
47
47
  text-base text-left text-white text-opacity-75
48
- transition-all duration-200 ease-in`},{default:t.withCtx(()=>[t.createElementVNode("span",null,t.toDisplayString(c.slideTitle),1)]),_:2},1032,["href","to","class"]))),128))],2)],2)])])]))],512)])])):t.createCommentVNode("",!0)}const i6=w(W5,[["render",s6]]),r6=t.defineComponent({name:"HomepageEmbedBlock",components:{BlockVideoEmbed:Wt},props:{data:{type:Array,required:!1}}}),l6={key:0,id:"featuredEmbed",class:"2xl:px-0 container px-4 mx-auto"},c6={key:0,class:"font-primary text-gray-dark lg:text-6xl mb-5 text-3xl font-semibold leading-normal tracking-normal uppercase"},d6={class:"xl:BaseGrid"};function h6(e,n,a,o,s,i){const r=Wt;return e.data&&e.data.length&&e.data[0].display?(t.openBlock(),t.createElementBlock("div",l6,[e.data[0].heading?(t.openBlock(),t.createElementBlock("h2",c6,t.toDisplayString(e.data[0].heading),1)):t.createCommentVNode("",!0),t.createElementVNode("div",d6,[t.createVNode(r,{class:"col-span-11",data:e.data[0]},null,8,["data"])])])):t.createCommentVNode("",!0)}const m6=w(r6,[["render",h6]]),Di={unitless:"",gram:"Gram",grams:"Grams",kilogram:"Kilogram",kilograms:"Kilograms",meter:"Meter",meters:"Meters",kilometer:"Kilometer",kilometers:"Kilometers","m/s":"m/s"},p6=t.defineComponent({name:"RoboticsDetailStats",components:{},props:{mass:Number,height:Number,speed:Number,status:{type:String},animalAnalogIcon:{type:Object},animalAnalogName:String,robotDestinations:{type:Array,required:!0},alternativeStats:{type:Array,required:!0}},computed:{hasContent(){return!!(this.allStats.length>0||this.status!==""||this.robotDestinations.length>0||this.animalAnalogIcon)},allStats(){const e=[];return(this.mass||this.mass===0)&&(this.mass===1?e.push({metricLabel:"Mass",metricValue:this.mass,metricUnit:"gram"}):this.mass===1e3?e.push({metricLabel:"Mass",metricValue:this.mass/1e3,metricUnit:"kilogram"}):this.mass>1e3?e.push({metricLabel:"Mass",metricValue:this.mass/1e3,metricUnit:"kilograms"}):e.push({metricLabel:"Mass",metricValue:this.mass,metricUnit:"grams"})),(this.height||this.height===0)&&(this.height===1?e.push({metricLabel:"Height",metricValue:this.height,metricUnit:"meter"}):this.height===1e3?e.push({metricLabel:"Mass",metricValue:this.height/1e3,metricUnit:"kilometer"}):this.height>1e3?e.push({metricLabel:"Mass",metricValue:this.height/1e3,metricUnit:"kilometers"}):e.push({metricLabel:"Height",metricValue:this.height,metricUnit:"meters"})),(this.speed||this.speed===0)&&e.push({metricLabel:"Speed",metricValue:this.speed,metricUnit:"m/s"}),e.concat(this.alternativeStats)}},methods:{unitLabel(e){return Di[e]??e}}}),f6={key:0,class:"RoboticsDetailStats MixedBleedGrid lg:pl-0 relative z-20 pl-4 -mt-12 overflow-hidden"},u6=t.createElementVNode("h2",{class:"sr-only"},"Robot Statistics",-1),g6=t.createElementVNode("div",{class:"lg:block bg-gray-light col-start-indent-col-2 col-end-indent-col-3 hidden"},null,-1),y6={class:"bg-gray-light text-gray-dark col-start-indent-col-3 col-end-container lg:py-12 lg:px-0 text-body-lg lg:gap-x-6 gap-y-8 lg:gap-y-0 grid grid-cols-10 px-8 py-10 pr-0"},b6={class:"gap-y-10 lg:col-end-9 grid grid-cols-8 col-start-1 col-end-11 gap-6"},k6={class:"label text-subtitle"},_6={class:"text-body-xs text-gray-mid-dark uppercase"},$6={key:0,class:"lg:col-span-3 col-span-4"},w6=t.createElementVNode("p",{class:"label text-subtitle"},"Status",-1),C6={key:1,class:"lg:col-span-4 col-span-8"},B6=t.createElementVNode("p",{class:"label text-subtitle"},"Potential Destinations",-1),E6={key:0,class:"lg:col-span-2 lg:row-span-2 lg:text-left gap-y-8 col-span-10 -ml-8 text-center"},S6={class:"block"},V6=["srcset"],N6=["src"],T6={key:0,class:"text-subtitle mt-4"},I6=t.createElementVNode("div",{class:"bg-gray-light col-start-container-end col-end-bleed sm:block hidden"},null,-1);function x6(e,n,a,o,s,i){return e.hasContent?(t.openBlock(),t.createElementBlock("div",f6,[u6,g6,t.createElementVNode("div",y6,[t.createElementVNode("div",b6,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.allStats,(r,l)=>(t.openBlock(),t.createElementBlock("div",{key:l,class:t.normalizeClass(["col-span-4",(l+1)%3===0?"lg:col-span-2":"lg:col-span-3"])},[t.createElementVNode("p",k6,t.toDisplayString(r.metricLabel),1),t.createElementVNode("p",null,[t.createElementVNode("span",{class:t.normalizeClass({"text-stats-xl":!isNaN(r.metricValue)})},t.toDisplayString(r.metricValue),3),t.createElementVNode("span",_6,t.toDisplayString(e.unitLabel(r.metricUnit)),1)])],2))),128)),e.status!==""?(t.openBlock(),t.createElementBlock("div",$6,[w6,t.createTextVNode(" "+t.toDisplayString(e.status),1)])):t.createCommentVNode("",!0),e.robotDestinations.length>0?(t.openBlock(),t.createElementBlock("div",C6,[B6,t.createTextVNode(" "+t.toDisplayString(e.robotDestinations.map(r=>r.destination).join(", ")),1)])):t.createCommentVNode("",!0)]),e.animalAnalogIcon&&e.animalAnalogIcon.src?(t.openBlock(),t.createElementBlock("div",E6,[t.createElementVNode("picture",S6,[t.createElementVNode("source",{srcset:e.animalAnalogIcon.webp.url,type:"image/webp"},null,8,V6),t.createElementVNode("img",{class:"lg:mx-0 mx-auto bg-white rounded-full",src:e.animalAnalogIcon.src.url,width:"160",height:"160",alt:""},null,8,N6)]),e.animalAnalogName?(t.openBlock(),t.createElementBlock("p",T6,t.toDisplayString(`Animal Analog: ${e.animalAnalogName}`),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)]),I6])):t.createCommentVNode("",!0)}const M6=w(p6,[["render",x6]]),L6=t.defineComponent({name:"RoboticsDetailStatsMini",components:{BaseUnitToggle:Pe},props:{mass:Number,height:Number,speed:Number,alternativeStats:{type:Array,required:!0}},computed:{hasContent(){return this.allStats.length>0},allStats(){const e=[];return(this.mass||this.mass===0)&&(this.mass===1?e.push({metricLabel:"Mass",metricValue:this.mass,metricUnit:"gram"}):this.mass===1e3?e.push({metricLabel:"Mass",metricValue:this.mass/1e3,metricUnit:"kilogram"}):this.mass>=1e3?e.push({metricLabel:"Mass",metricValue:this.mass/1e3,metricUnit:"kilograms"}):e.push({metricLabel:"Mass",metricValue:this.mass,metricUnit:"grams"})),(this.height||this.height===0)&&(this.height===1?e.push({metricLabel:"Height",metricValue:this.height,metricUnit:"meter"}):this.height===1e3?e.push({metricLabel:"Height",metricValue:this.height/1e3,metricUnit:"kilometer"}):this.height>1e3?e.push({metricLabel:"Height",metricValue:this.height/1e3,metricUnit:"kilometers"}):e.push({metricLabel:"Height",metricValue:this.height,metricUnit:"meters"})),(this.speed||this.speed===0)&&e.push({metricLabel:"Speed",metricValue:this.speed,metricUnit:"m/s"}),e.concat(this.alternativeStats).splice(0,3)}},methods:{unitLabel(e){return Di[e]??e},unitPair(e){return e==="gram"||e==="grams"?"G_OZ":e==="kilogram"||e==="kilograms"?"LB_KG":e==="meter"||e==="meters"?"M_FT":e==="kilometer"||e==="kilometers"?"MI_KM":e==="m/s"?"MS_FS":null}}}),D6={class:"text-subtitle text-gray-mid-dark mb-4"},v6={class:"text-stats-xl"},P6={key:1},z6={class:"text-body-xs text-gray-mid-dark pt-3 uppercase"};function A6(e,n,a,o,s,i){const r=Pe;return e.hasContent?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["RoboticsDetailStatsMini text-gray-dark text-body-lg sm:flex sm:text-left text-center",e.allStats.length>2?"justify-between":"justify-start"])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.allStats,(l,c)=>(t.openBlock(),t.createElementBlock("div",{key:c,class:t.normalizeClass(["stat sm:mb-0 mb-6",e.allStats.length>2?"mr-0":"mr-16"])},[t.createElementVNode("p",D6,t.toDisplayString(l.metricLabel),1),(l.metricUnit==="gram"||l.metricUnit==="grams"||l.metricUnit==="kilogram"||l.metricUnit==="kilograms"||l.metricUnit==="meter"||l.metricUnit==="meters"||l.metricUnit==="kilometer"||l.metricUnit==="kilometers"||l.metricUnit==="m/s")&&e.unitPair(l.metricUnit)?(t.openBlock(),t.createBlock(r,{key:0,"unit-pair":e.unitPair(l.metricUnit),value:parseFloat(l.metricValue),"value-system":"metric"},{default:t.withCtx(d=>[t.createElementVNode("span",v6,t.toDisplayString(d.formattedValue),1)]),_:2},1032,["unit-pair","value"])):(t.openBlock(),t.createElementBlock("div",P6,[t.createElementVNode("p",{class:t.normalizeClass({"text-stats-xl":!isNaN(l.metricValue)})},t.toDisplayString(l.metricValue),3),t.createElementVNode("p",z6,t.toDisplayString(e.unitLabel(l.metricUnit)),1)]))],2))),128))],2)):t.createCommentVNode("",!0)}const vi=w(L6,[["render",A6]]),O6=t.defineComponent({name:"HomepageFeaturedRobot",components:{RoboticsDetailStatsMini:vi,BaseButton:R,BaseHeading:G,BaseImage:q},props:{data:{type:Object,required:!1}},computed:{theImage(){var e,n,a,o;return(e=this.data)!=null&&e.homePageImage?(n=this.data)==null?void 0:n.homePageImage:(a=this.data)!=null&&a.heroImage?(o=this.data)==null?void 0:o.heroImage:null},theSrcSet(){return this.theImage?se(this.theImage)?se(this.theImage):this.theImage.srcSet:void 0}}}),F6={key:0,class:"HomepageFeaturedRobot lg:BaseGrid lg:px-0 container px-4 mx-auto"},H6={class:"lg:flex items-center col-span-5 col-start-2"},q6={class:"lg:pr-5 xl:pr-18"},j6=t.createElementVNode("p",{class:"text-subtitle text-jpl-red mb-3"},"Robotics",-1),R6={key:1,class:"text-body-lg mb-10"},G6={class:"lg:hidden sm:w-xl w-full mx-auto my-10"},U6={class:"lg:flex items-center hidden col-span-6"};function W6(e,n,a,o,s,i){const r=G,l=q,c=vi,d=R;return e.data?(t.openBlock(),t.createElementBlock("div",F6,[t.createElementVNode("div",H6,[t.createElementVNode("div",null,[t.createElementVNode("div",q6,[j6,e.data.nickname||e.data.title?(t.openBlock(),t.createBlock(r,{key:0,level:"h2",class:"mb-5"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.nickname||e.data.title),1)]),_:1})):t.createCommentVNode("",!0),e.data.homePageBlurb||e.data.description?(t.openBlock(),t.createElementBlock("div",R6,t.toDisplayString(e.data.homePageBlurb||e.data.description),1)):t.createCommentVNode("",!0),t.createElementVNode("div",G6,[e.theImage&&e.theImage.src?(t.openBlock(),t.createBlock(l,{key:0,src:e.theImage.src.url,srcset:e.theSrcSet,width:e.theImage.src.width,height:e.theImage.src.height,"image-class":"w-full h-auto",alt:"","object-fit-class":e.data.homePageImage?"contain":"cover",loading:"lazy"},null,8,["src","srcset","width","height","object-fit-class"])):t.createCommentVNode("",!0)]),t.createVNode(c,{class:"my-10",mass:e.data.mass,height:e.data.height,speed:e.data.speed,"alternative-stats":e.data.alternativeStats},null,8,["mass","height","speed","alternative-stats"])]),e.data.url?(t.openBlock(),t.createBlock(d,{key:0,class:"lg:mr-3 mb-3","block-classes":"lg:inline-block block",variant:"primary","aria-label":e.data.nickname?`Meet ${e.data.nickname}`:`Meet ${e.data.title}`,to:e.data.url},{default:t.withCtx(()=>[t.createTextVNode(" Meet "+t.toDisplayString(e.data.nickname||e.data.title),1)]),_:1},8,["aria-label","to"])):t.createCommentVNode("",!0),e.data.parent&&e.data.parent.url?(t.openBlock(),t.createBlock(d,{key:1,class:"lg:mr-3 mb-3","block-classes":"lg:inline-block block",variant:"secondary",to:e.data.parent.url,"aria-label":"See All Robots",compact:""},{default:t.withCtx(()=>[t.createTextVNode(" See All Robots ")]),_:1},8,["to"])):t.createCommentVNode("",!0)])]),t.createElementVNode("div",U6,[e.theImage&&e.theImage.src?(t.openBlock(),t.createBlock(l,{key:0,"image-class":"w-full h-auto",src:e.theImage.src.url,srcset:e.theSrcSet,width:e.theImage.src.width,height:e.theImage.src.height,alt:"","object-fit-class":e.data.homePageImage?"contain":"cover",loading:"lazy"},null,8,["src","srcset","width","height","object-fit-class"])):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)}const Y6=w(O6,[["render",W6]]),K6=t.defineComponent({name:"HomepageMissionsCarouselItem",components:{BaseLink:F,IconCaret:_e},props:{data:{type:Object,required:!1}},computed:{hasTopic(){return!!(this.data&&this.data.topic&&this.data.topic.url)}}}),Z6={class:"slide-image h-80 mb-3"},X6={key:0,class:"flex w-full h-full"},J6=["srcset"],Q6=["src","srcset","width","height"],e8={class:"text-wrapper -mt-18 pt-22 w-3/5 h-auto pl-6 mx-auto border-l"},t8={class:"shifted-text can-hover:group-hover:-mt-3 lg:mt-0 -mt-3 transition-all duration-500 ease-in-out"},n8={class:"mb-1 text-3xl font-semibold"},a8={class:"text-gray-light-mid mb-1 text-lg whitespace-nowrap"},o8={class:"text-gray-light-mid mb-2 text-lg whitespace-nowrap"},s8={class:"explore-text can-hover:group-hover:opacity-100 can-hover:group-hover:ml-0 lg:-ml-3 lg:opacity-0 ml-0 transition-all duration-300 ease-in"},i8={class:"text-subtitle text-primary-light flex items-center"};function r8(e,n,a,o,s,i){const r=_e,l=F;return e.data?(t.openBlock(),t.createBlock(l,{key:0,variant:"none","aria-label":e.hasTopic?"More about "+e.data.topic.title:"View "+e.data.name+" missions",to:e.hasTopic?e.data.topic.url:{name:"missions",query:{mission_target:e.data.name}},class:"HomepageMissionsCarouselItem group flex h-full pb-1 text-white","link-class":"flex flex-col w-full"},{default:t.withCtx(()=>[t.createElementVNode("div",Z6,[e.data.image&&e.data.image.src?(t.openBlock(),t.createElementBlock("picture",X6,[t.createElementVNode("source",{srcset:e.data.image.webp.url,type:"image/webp"},null,8,J6),t.createElementVNode("img",{class:"object-contain w-auto mx-auto",src:e.data.image.src.url,srcset:e.data.image.srcSet,width:e.data.image.src.width,height:e.data.image.src.height,loading:"lazy",alt:""},null,8,Q6)])):t.createCommentVNode("",!0)]),t.createElementVNode("div",e8,[t.createElementVNode("div",t8,[t.createElementVNode("p",n8,t.toDisplayString(e.data.name),1),t.createElementVNode("p",a8," Current missions: "+t.toDisplayString(e.data.currentMissions),1),t.createElementVNode("p",o8," Past missions: "+t.toDisplayString(e.data.pastMissions),1),t.createElementVNode("div",s8,[t.createElementVNode("span",i8,[t.createTextVNode(" Explore "),t.createVNode(r,{class:"ml-1 text-base"})])])])])]),_:1},8,["aria-label","to"])):t.createCommentVNode("",!0)}const Pi=w(K6,[["render",r8]]);te.use([kn,Ot]);const l8=t.defineComponent({name:"HomepageMissionsCarousel",components:{BaseLink:F,BaseHeading:G,BaseButton:R,IconPrev:we,IconNext:$e,HomepageMissionsCarouselItem:Pi},props:{data:{type:Object,required:!1,default:void 0}},data(){return{slider:null,sliderOptions:{slidesPerView:1.5,speed:500,threshold:20,spaceBetween:0,centeredSlides:!0,loop:!0,navigation:{nextEl:".swiper-next",prevEl:".swiper-prev"},a11y:{slideRole:this.itemRole},breakpoints:{640:{slidesPerView:1.5},768:{slidesPerView:2},1280:{slidesPerView:3,spaceBetween:56}},on:{init(e){e.el.classList.replace("opacity-0","opacity-100")}}}}},mounted(){this.init()},methods:{init(){this.slider=new te(this.$refs.HomepageMissionsCarousel,this.sliderOptions)}}}),c8={key:0,class:"HomepageMissionsCarousel ThemeVariantDark bg-stars max-w-screen-3xl mx-auto overflow-hidden text-white bg-black"},d8={class:"lg:BaseGrid lg:py-24 pt-14 container flex flex-col pb-5 mx-auto"},h8={class:"xl:px-0 lg:col-end-8 xl:col-end-7 order-1 col-start-2 px-4"},m8={key:0,class:"text-subtitle text-primary edu:text-white mb-3"},p8={key:2,class:"text-body-md"},f8={class:"lg:order-2 xl:px-0 flex justify-end order-3 col-start-10 col-end-13 px-4"},u8={class:"lg:order-3 order-2 col-start-2 col-end-12"},g8={ref:"HomepageMissionsCarousel",class:"swiper lg:mt-0 lg:mb-0 mb-14 mt-3"},y8=["aria-label"],b8={class:"swiper-navigation xl:block absolute top-0 left-0 hidden w-full"},k8={class:"top-1/2 absolute left-0 z-30"},_8={class:"arrow-wrapper","aria-hidden":"true"},$8={class:"arrow"},w8={class:"arrow-fixed"},C8={class:"top-1/2 absolute right-0 z-30"},B8={class:"arrow-wrapper","aria-hidden":"true"},E8={class:"arrow"},S8={class:"arrow-fixed"};function V8(e,n,a,o,s,i){const r=G,l=F,c=Pi,d=we,h=R,m=$e;return e.data?(t.openBlock(),t.createElementBlock("section",c8,[t.createElementVNode("div",d8,[t.createElementVNode("div",h8,[e.data.label?(t.openBlock(),t.createElementBlock("p",m8,t.toDisplayString(e.data.label),1)):t.createCommentVNode("",!0),e.data.heading?(t.openBlock(),t.createBlock(r,{key:1,level:"h2",class:"mb-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.heading),1)]),_:1})):t.createCommentVNode("",!0),e.data.summary?(t.openBlock(),t.createElementBlock("p",p8,t.toDisplayString(e.data.summary),1)):t.createCommentVNode("",!0)]),t.createElementVNode("div",f8,[t.createVNode(l,{to:{name:"missions"},variant:"primary"},{default:t.withCtx(()=>[t.createTextVNode(" All Missions ")]),_:1})]),t.createElementVNode("div",u8,[t.createElementVNode("div",g8,[t.createElementVNode("nav",{"aria-label":e.data.heading||"Missions",class:"swiper-wrapper"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.targets,(p,f)=>(t.openBlock(),t.createBlock(c,{key:f,data:p,class:"swiper-slide"},null,8,["data"]))),128))],8,y8),t.createElementVNode("div",b8,[t.createElementVNode("div",k8,[t.createVNode(h,{class:"swiper-prev xl:text-base -ml-16","aria-label":e.data.heading+" - Previous slide"},{icon:t.withCtx(()=>[t.createElementVNode("span",_8,[t.createElementVNode("span",$8,[t.createVNode(d)]),t.createElementVNode("span",w8,[t.createVNode(d)])])]),_:1},8,["aria-label"])]),t.createElementVNode("div",C8,[t.createVNode(h,{class:"swiper-next xl:text-base -mr-16","aria-label":e.data.heading+" - Next slide"},{icon:t.withCtx(()=>[t.createElementVNode("span",B8,[t.createElementVNode("span",E8,[t.createVNode(m)]),t.createElementVNode("span",S8,[t.createVNode(m)])])]),_:1},8,["aria-label"])])])],512)])])])):t.createCommentVNode("",!0)}const N8=w(l8,[["render",V8]]),T8=t.defineComponent({name:"HomepageStats",components:{BaseLink:F,IconArrow:be,IconArrows:Tn,BaseUnitToggle:Pe,BaseTimer:ze,DsnWidget:so},props:{statistics:{type:Array,required:!1},missionCount:{type:Number,required:!1},dsn:{type:Object,required:!1},asteroidWatch:{type:Object,required:!1},featuredEmbed:{type:Array,required:!1}},data(){return{autoplayAdded:!1}},computed:{dataMissionStatsBlock(){const e=this.filterBlocksByType("StatisticsMissionBlock");return e&&e.length?e[0]:null},dataGenericStatsBlock(){const e=this.filterBlocksByType("StatisticsGenericBlock");return e&&e.length?e[0]:null},hasFeaturedEmbed(){return!!(this.featuredEmbed&&this.featuredEmbed.length&&this.featuredEmbed[0].display)}},methods:{playVideo(){if(this.hasFeaturedEmbed){const e=document.getElementById("featuredEmbed");if(e){e.scrollIntoView({behavior:"smooth"});const n=e.querySelector("iframe");n&&this.autoplayAdded===!1&&(n.src+="&autoplay=1",this.autoplayAdded=!0)}}return null},filterBlocksByType(e){return this.statistics?this.statistics.filter(a=>a.blockType===e):null}}}),I8={key:0,"aria-label":"Featured mission statistics",class:"HomepageStats -mt-14 relative z-20 overflow-hidden"},x8={class:"MixedBleedGrid lg:pl-0 pl-4"},M8={class:"ThemeVariantGray bg-gray-light text-gray-dark col-start-container col-end-container lg:py-18 lg:px-0 text-body-lg px-8 py-10 pr-0"},L8={class:"gap-y-10 lg:col-end-9 grid grid-cols-12 gap-6"},D8=t.createElementVNode("div",{class:"lg:block hidden"},null,-1),v8={key:0,class:"lg:col-span-2 sm:col-span-5 col-span-full"},P8={key:0,class:"text-subtitle text-primary mb-4"},z8={key:0,class:"text-subtitle text-primary mb-4"},A8={key:2,class:"text-body-sm mb-4"},O8={key:3,class:"text-stats-xl"},F8={key:1,class:"lg:col-span-3 sm:col-span-6 col-span-full"},H8={key:0,class:"text-subtitle text-primary mb-4"},q8={key:0,class:"text-subtitle text-primary mb-4"},j8={key:2,class:"text-body-sm mb-4"},R8={key:3},G8={key:4,class:"text-stats-lg"},U8=t.createElementVNode("p",{class:"text-stats-lg flex items-center"},[t.createElementVNode("span",{class:"relative flex w-3 h-3 mr-3"},[t.createElementVNode("span",{class:"motion-safe:animate-ping bg-green absolute inline-flex w-full h-full rounded-full opacity-75"}),t.createElementVNode("span",{class:"bg-green relative inline-flex w-3 h-3 rounded-full"})]),t.createElementVNode("span",null,"Watch Live")],-1),W8={class:"text-gray-mid-dark flex flex-wrap mt-2 text-sm"},Y8=t.createElementVNode("span",{class:"mr-1 -mb-3"},"Estimated:",-1),K8={class:"sm:whitespace-nowrap"},Z8={key:0,class:"lg:-mb-8 can-hover:group-hover:ml-3 text-jpl-red-light text-7xl ml-0 transition-all duration-200 ease-in"},X8={key:2,class:"lg:col-span-3 sm:col-span-6 col-span-full"},J8={key:0,class:"text-subtitle text-primary mb-4"},Q8={key:0,class:"text-subtitle text-primary mb-4"},ey={key:2,class:"text-body-sm mb-4"},ty={key:0,class:"text-stats-lg"},ny={class:"text-sm"},ay={class:"lg:-mb-8 can-hover:group-hover:ml-3 text-jpl-red-light text-7xl ml-0 transition-all duration-200 ease-in"},oy=t.createElementVNode("div",{class:"bg-gray-light col-start-container-end col-end-bleed sm:block hidden"},null,-1);function sy(e,n,a,o,s,i){const r=F,l=ze,c=be,d=so,h=Pe;return e.statistics||e.dsn||e.asteroidWatch||e.missionCount?(t.openBlock(),t.createElementBlock("section",I8,[t.createElementVNode("div",x8,[t.createElementVNode("div",M8,[t.createElementVNode("div",L8,[D8,e.dataMissionStatsBlock?(t.openBlock(),t.createElementBlock("div",v8,[e.dataMissionStatsBlock.link?(t.openBlock(),t.createBlock(r,{key:0,variant:"none",target:e.dataMissionStatsBlock.linkTarget?"_blank":"_self",href:e.dataMissionStatsBlock.link,"link-class":"block"},{default:t.withCtx(()=>[e.dataMissionStatsBlock.heading?(t.openBlock(),t.createElementBlock("p",P8,t.toDisplayString(e.dataMissionStatsBlock.heading),1)):t.createCommentVNode("",!0)]),_:1},8,["target","href"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.dataMissionStatsBlock.heading?(t.openBlock(),t.createElementBlock("p",z8,t.toDisplayString(e.dataMissionStatsBlock.heading),1)):t.createCommentVNode("",!0)],64)),e.dataMissionStatsBlock.title?(t.openBlock(),t.createElementBlock("p",A8,t.toDisplayString(e.dataMissionStatsBlock.title),1)):t.createCommentVNode("",!0),e.missionCount?(t.openBlock(),t.createElementBlock("p",O8,t.toDisplayString(e.missionCount),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.dataGenericStatsBlock?(t.openBlock(),t.createElementBlock("div",F8,[e.dataGenericStatsBlock.link?(t.openBlock(),t.createBlock(r,{key:0,variant:"none",target:e.dataGenericStatsBlock.linkTarget?"_blank":"_self",href:e.dataGenericStatsBlock.link,"link-class":"block"},{default:t.withCtx(()=>[e.dataGenericStatsBlock.heading?(t.openBlock(),t.createElementBlock("p",H8,t.toDisplayString(e.dataGenericStatsBlock.heading),1)):t.createCommentVNode("",!0)]),_:1},8,["target","href"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.dataGenericStatsBlock.heading?(t.openBlock(),t.createElementBlock("p",q8,t.toDisplayString(e.dataGenericStatsBlock.heading),1)):t.createCommentVNode("",!0)],64)),e.dataGenericStatsBlock.title?(t.openBlock(),t.createElementBlock("p",j8,t.toDisplayString(e.dataGenericStatsBlock.title),1)):t.createCommentVNode("",!0),e.dataGenericStatsBlock.dateDisplay==="countdown"||e.dataGenericStatsBlock.dateDisplay==="time_elapsed"?(t.openBlock(),t.createElementBlock("div",R8,[t.createVNode(l,{"target-date-time":e.dataGenericStatsBlock.date,countdown:e.dataGenericStatsBlock.dateDisplay==="countdown"},null,8,["target-date-time","countdown"])])):e.dataGenericStatsBlock.dateDisplay==="static"?(t.openBlock(),t.createElementBlock("p",G8,t.toDisplayString(e.$filters.displayDate(e.dataGenericStatsBlock.date)),1)):e.dataGenericStatsBlock.dateDisplay==="live"?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.hasFeaturedEmbed?"a":"div"),{key:5,href:e.hasFeaturedEmbed?"#featuredEmbed":null,class:t.normalizeClass(["group block",{"cursor-pointer":e.hasFeaturedEmbed}]),onClick:e.playVideo},{default:t.withCtx(()=>[U8,t.createElementVNode("p",W8,[Y8,t.createElementVNode("span",K8,t.toDisplayString(e.$filters.displayDate(e.dataGenericStatsBlock.date,"DateTime"))+" UTC ",1)]),e.hasFeaturedEmbed?(t.openBlock(),t.createElementBlock("div",Z8,[t.createVNode(c)])):t.createCommentVNode("",!0)]),_:1},8,["href","class","onClick"])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createVNode(d),e.asteroidWatch?(t.openBlock(),t.createElementBlock("div",X8,[e.asteroidWatch.link?(t.openBlock(),t.createBlock(r,{key:0,variant:"none",target:e.asteroidWatch.linkTarget?"_blank":"_self",href:e.asteroidWatch.link,"link-class":"block"},{default:t.withCtx(()=>[e.asteroidWatch.heading?(t.openBlock(),t.createElementBlock("p",J8,t.toDisplayString(e.asteroidWatch.heading),1)):t.createCommentVNode("",!0)]),_:1},8,["target","href"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.asteroidWatch.heading?(t.openBlock(),t.createElementBlock("p",Q8,t.toDisplayString(e.asteroidWatch.heading),1)):t.createCommentVNode("",!0)],64)),e.asteroidWatch.title?(t.openBlock(),t.createElementBlock("p",ey,t.toDisplayString(e.asteroidWatch.title),1)):t.createCommentVNode("",!0),e.asteroidWatch.asteroidApproach?(t.openBlock(),t.createElementBlock(t.Fragment,{key:3},[e.asteroidWatch.asteroidApproach.date?(t.openBlock(),t.createElementBlock("p",ty,t.toDisplayString(e.$filters.displayDate(e.asteroidWatch.asteroidApproach.date)),1)):t.createCommentVNode("",!0),t.createVNode(h,{"unit-pair":"MI_KM",value:parseFloat(e.asteroidWatch.asteroidApproach.distanceMiles),"second-value":parseFloat(e.asteroidWatch.asteroidApproach.distanceKilometers),"value-system":"imperial",inline:"",class:"text-gray-mid-dark mt-2"},{default:t.withCtx(m=>[t.createElementVNode("span",ny," Proximity "+t.toDisplayString(m.formattedValue),1)]),_:1},8,["value","second-value"]),t.createVNode(r,{"link-class":"block",variant:"none","aria-label":"View the next five approaches",to:"/asteroid-watch/next-five-approaches"},{default:t.withCtx(()=>[t.createElementVNode("div",ay,[t.createVNode(c)])]),_:1})],64)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])]),oy])])):t.createCommentVNode("",!0)}const iy=w(T8,[["render",sy]]),ry=t.defineComponent({name:"Icon360"}),ly={class:"Icon360",width:"40",height:"40",viewBox:"0 0 40 40",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},cy=[t.createElementVNode("g",{fill:"none"},[t.createElementVNode("path",{d:"M13.736 16.144c.696 0 1.26-.212 1.692-.636.432-.424.648-.996.648-1.716 0-.52-.11-.952-.33-1.296a1.744 1.744 0 00-.882-.72v-.048c.336-.192.598-.434.786-.726.188-.292.282-.666.282-1.122 0-.72-.202-1.276-.606-1.668-.404-.392-.946-.588-1.626-.588-.432 0-.816.094-1.152.282a1.996 1.996 0 00-.786.792c-.188.34-.282.734-.282 1.182v.3h1.332v-.192c0-.416.08-.732.24-.948a.776.776 0 01.66-.324.78.78 0 01.648.306c.16.204.24.51.24.918 0 .424-.09.752-.27.984-.18.232-.406.348-.678.348h-.516v1.092h.492c.744 0 1.116.452 1.116 1.356 0 .44-.094.772-.282.996-.188.224-.442.336-.762.336-.336 0-.592-.116-.768-.348-.176-.232-.264-.564-.264-.996v-.216h-1.332v.18c0 .76.21 1.362.63 1.806.42.444 1.01.666 1.77.666zm6.33 0c.424 0 .806-.108 1.146-.324.34-.216.606-.526.798-.93.192-.404.288-.874.288-1.41 0-.792-.172-1.432-.516-1.92-.344-.488-.844-.732-1.5-.732-.272 0-.524.062-.756.186a1.641 1.641 0 00-.576.51c.008-.968.076-1.678.204-2.13.128-.452.384-.678.768-.678.56 0 .84.528.84 1.584h1.32c0-.808-.174-1.456-.522-1.944-.348-.488-.878-.732-1.59-.732-.512 0-.94.14-1.284.42-.344.28-.608.752-.792 1.416-.184.664-.276 1.552-.276 2.664 0 1.456.206 2.49.618 3.102.412.612 1.022.918 1.83.918zm-.06-1.092c-.32 0-.562-.146-.726-.438-.164-.292-.246-.67-.246-1.134 0-.48.082-.864.246-1.152.164-.288.406-.432.726-.432.32 0 .56.144.72.432.16.288.24.672.24 1.152 0 .464-.082.842-.246 1.134-.164.292-.402.438-.714.438zm6.174 1.092c.512 0 .938-.128 1.278-.384.34-.256.602-.696.786-1.32.184-.624.276-1.476.276-2.556s-.092-1.932-.276-2.556c-.184-.624-.446-1.064-.786-1.32s-.766-.384-1.278-.384c-.52 0-.95.128-1.29.384-.34.256-.6.694-.78 1.314-.18.62-.27 1.474-.27 2.562 0 1.088.09 1.942.27 2.562.18.62.44 1.058.78 1.314s.77.384 1.29.384zm0-1.092c-.384 0-.648-.22-.792-.66-.144-.44-.216-1.136-.216-2.088v-.84c0-.952.072-1.648.216-2.088.144-.44.408-.66.792-.66.384 0 .648.22.792.66.144.44.216 1.136.216 2.088v.84c0 .952-.072 1.648-.216 2.088-.144.44-.408.66-.792.66zm5.862-4.08a1.681 1.681 0 001.458-.828c.148-.256.222-.536.222-.84 0-.304-.074-.586-.222-.846a1.606 1.606 0 00-.612-.612 1.681 1.681 0 00-.846-.222c-.304 0-.586.074-.846.222-.26.148-.464.352-.612.612-.148.26-.222.542-.222.846a1.649 1.649 0 00.834 1.446c.26.148.542.222.846.222zm0-.756a.89.89 0 01-.654-.27.877.877 0 01-.27-.642c0-.256.09-.472.27-.648a.901.901 0 01.654-.264c.256 0 .472.088.648.264a.881.881 0 01.264.648.887.887 0 01-.264.642.871.871 0 01-.648.27zM33.345 23.893c-.011-.016-.026-.03-.037-.046-1.204-1.498-3.23-2.261-5.001-2.782-2.138-.631-4.366-.939-6.587-1.034a31.217 31.217 0 00-6.685.41c-2.033.357-4.138.92-5.905 2.034-.78.49-1.552 1.14-1.931 2.015a2.499 2.499 0 00-.184 1.258c.071.52.098 1.068.266 1.57.54 1.615 2.296 3 3.751 3.634 1.832.801 3.804 1.284 5.807 1.532V36l7.402-6.048-7.402-6.04v4.283l-.03-.003c-1.039-.183-2.067-.441-3.042-.837-.848-.342-1.725-.794-2.322-1.508-.162-.198-.37-.43-.285-.689.033-.11.082-.22.14-.323.213-.399.535-.726.892-1 1.44-1.124 3.41-1.577 5.166-1.832a21.212 21.212 0 016.257.034c1.331.206 2.667.533 3.893 1.11.732.346 1.433.79 1.951 1.426.195.258.525.704.345 1.023-.22.391-.559.707-.915.97a7.697 7.697 0 01-1.91.992v4.488c1.663-.383 3.13-1.035 4.456-2.061C34 28 33.923 26.303 33.976 25.953c.104-.715-.143-1.402-.56-1.969-.026-.03-.048-.06-.071-.091z",fill:"currentColor"})],-1)];function dy(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",ly,cy)}const uo=w(ry,[["render",dy]]),hy=t.defineComponent({name:"HomepageTeaserBlockCardImage",components:{BaseImagePlaceholder:j,BaseImage:q,Icon360:uo},props:{data:{type:Object,required:!1}},computed:{theSrcSet(){var e;return(e=this.data)!=null&&e.image?se(this.data.image)?se(this.data.image):this.data.image.srcSet:void 0}}}),my={key:0,class:"relative h-auto"},py={class:"bg-jpl-red absolute bottom-0 right-0 z-10 text-white"};function fy(e,n,a,o,s,i){const r=uo,l=q,c=j;return e.data&&e.data.image?(t.openBlock(),t.createElementBlock("div",my,[t.createElementVNode("div",py,[t.createVNode(r)]),t.createVNode(c,{"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[e.data.image.src?(t.openBlock(),t.createBlock(l,{key:0,src:e.data.image.src.url,srcset:e.theSrcSet,alt:"",width:e.data.image.src.width,height:e.data.image.src.height,"object-fit-class":"cover",loading:"lazy"},null,8,["src","srcset","width","height"])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0)}const zi=w(hy,[["render",fy]]),uy=t.defineComponent({name:"HomepageTeaserBlock",components:{BaseHeading:G,BlockText:re,BaseImage:q,BaseLink:F,HomepageTeaserBlockCardImage:zi},props:{data:{type:Object,required:!1,default:void 0}},computed:{theCard(){return this.data.card&&this.data.card.length>0?this.data.card[0]:null},hasCoverImage(){return!!(this.data.coverImage&&this.data.coverImage.src)},theLink(){return ha(this.data.link)||void 0},theSrcSet(){return this.data.coverImage?se(this.data.coverImage)?se(this.data.coverImage):this.data.coverImage.srcSet:void 0}}}),gy={key:0,class:"HomepageTeaserBlock max-w-screen-3xl relative mx-auto"},yy={class:"lg:px-4 2xl:px-0"},by={class:"lg:px-0 lg:col-end-8 xl:col-end-9 col-start-2 px-4"},ky=["aria-label"],_y={key:0,class:"relative h-auto"},$y={class:"px-6 pt-6 pb-4"},wy={class:"mb-2 text-3xl font-medium"},Cy={key:0,class:"text-body-sm"};function By(e,n,a,o,s,i){const r=q,l=G,c=re,d=F,h=zi;return e.data?(t.openBlock(),t.createElementBlock("div",gy,[e.hasCoverImage?(t.openBlock(),t.createBlock(r,{key:0,class:"lg:mb-0 mb-10",src:e.data.coverImage.src.url,srcset:e.theSrcSet,alt:e.data.coverImage.alt,width:e.data.coverImage.src.width,height:e.data.coverImage.src.height,"image-class":"object-cover w-full h-full",loading:"lazy"},null,8,["src","srcset","alt","width","height"])):t.createCommentVNode("",!0),t.createElementVNode("div",yy,[t.createElementVNode("div",{class:t.normalizeClass(["lg:BaseGrid container relative z-10 mx-auto bg-white",{"lg:-mt-26 lg:pt-22":e.hasCoverImage}])},[t.createElementVNode("div",by,[e.data.heading?(t.openBlock(),t.createBlock(l,{key:0,level:"h2",class:"lg:mb-8 mb-5"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.heading),1)]),_:1})):t.createCommentVNode("",!0),e.data.paragraph?(t.openBlock(),t.createBlock(c,{key:1,class:"lg:pr-14",text:e.data.paragraph},null,8,["text"])):t.createCommentVNode("",!0),e.data.link&&e.theLink?(t.openBlock(),t.createBlock(d,{key:2,variant:"primary",class:"mt-5","link-class":"inline-block","caret-wrapper-class":"py-2",href:e.theLink,to:e.data.link.page?e.data.link.page.url:null,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.link.text),1)]),_:1},8,["href","to"])):t.createCommentVNode("",!0)]),e.theCard?(t.openBlock(),t.createElementBlock("aside",{key:0,"aria-label":e.theCard?e.theCard.heading:"Virtual Tour",class:"lg:mt-0 lg:mx-0 xl:col-span-3 sm:mx-auto lg:w-auto sm:w-80 lg:col-start-8 xl:col-start-9 col-span-4 mx-6 mt-12"},[t.createElementVNode("div",{class:t.normalizeClass(["shadow-jpl",{"flex items-center min-h-32":!e.theCard.image}])},[e.theCard.image?(t.openBlock(),t.createElementBlock("div",_y,[e.theCard.link&&e.theLink?(t.openBlock(),t.createBlock(d,{key:0,variant:"none","link-class":"block","aria-label":e.theCard.link.text||"Learn more",href:e.theLink,to:e.theCard.link.page?e.theCard.link.page.url:null,"external-target-blank":""},{default:t.withCtx(()=>[t.createVNode(h,{data:e.theCard},null,8,["data"])]),_:1},8,["aria-label","href","to"])):(t.openBlock(),t.createBlock(h,{key:1,data:e.theCard},null,8,["data"]))])):t.createCommentVNode("",!0),t.createElementVNode("div",$y,[t.createElementVNode("div",wy,t.toDisplayString(e.theCard.heading),1),e.theCard.description?(t.openBlock(),t.createElementBlock("p",Cy,t.toDisplayString(e.theCard.description),1)):t.createCommentVNode("",!0),e.theCard.link&&e.theLink?(t.openBlock(),t.createBlock(d,{key:1,variant:"primary",class:"mt-3","link-class":"inline-block","caret-wrapper-class":"py-2",href:e.theLink,to:e.theCard.link.page?e.theCard.link.page.url:null,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.theCard.link.text),1)]),_:1},8,["href","to"])):t.createCommentVNode("",!0)])],2)],8,ky)):t.createCommentVNode("",!0)],2)])])):t.createCommentVNode("",!0)}const Ey=w(uy,[["render",By]]),Sy=t.defineComponent({name:"IconAudio"}),Vy={class:"IconAudio",width:"60",height:"60",viewBox:"0 0 60 60",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},Ny=[t.createElementVNode("path",{d:"M22 29v2a8 8 0 1016 0v-2h2v2c0 5.185-3.946 9.448-8.999 9.95L31 46h4v2H25v-2h4v-5.05c-4.962-.492-8.857-4.612-8.996-9.67L20 31v-2h2zm2-8l.004-.225A6 6 0 0136 21v10a6 6 0 11-12 0V21z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function Ty(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Vy,Ny)}const Iy=w(Sy,[["render",Ty]]),xy=t.defineComponent({name:"IconBook"}),My={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconBook"},Ly=[t.createElementVNode("path",{d:"M28.813 22.781c0 1.108-.739 2.057-1.688 2.426v3.48h.844c.422 0 .843.422.843.844 0 .475-.421.844-.843.844H8.562c-1.898 0-3.374-1.477-3.374-3.375V7.594a4.197 4.197 0 0 1 4.218-4.219h16.875c1.371 0 2.532 1.16 2.532 2.531v16.875ZM6.875 7.594V24.1c.475-.264 1.055-.475 1.688-.475h1.687V5.062h-.844a2.532 2.532 0 0 0-2.531 2.532Zm18.563 21.093v-3.375H8.563A1.7 1.7 0 0 0 6.875 27c0 .95.738 1.688 1.688 1.688h16.874Zm.843-5.062c.422 0 .844-.37.844-.844V5.906c0-.422-.422-.843-.844-.843H11.938v18.562H26.28Zm-2.531-13.5c.422 0 .844.422.844.844 0 .474-.422.844-.844.844h-8.438a.833.833 0 0 1-.843-.844c0-.422.369-.844.844-.844h8.437Zm0 5.063c.422 0 .844.421.844.843 0 .475-.422.844-.844.844h-8.438a.833.833 0 0 1-.843-.844c0-.422.369-.843.844-.843h8.437Z"},null,-1)];function Dy(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",My,Ly)}const Ai=w(xy,[["render",Dy]]),vy=t.defineComponent({name:"IconBookUser"}),Py={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconBookUser"},zy=[t.createElementVNode("path",{d:"M28.813 22.781c0 1.108-.739 2.057-1.688 2.426v3.48h.844c.422 0 .843.422.843.844 0 .475-.421.844-.843.844H8.562c-1.898 0-3.374-1.477-3.374-3.375V7.594a4.197 4.197 0 0 1 4.218-4.219h16.875c1.371 0 2.532 1.16 2.532 2.531v16.875Zm-3.375 5.907v-3.375H8.563A1.7 1.7 0 0 0 6.875 27c0 .95.738 1.688 1.688 1.688h16.874Zm.843-5.063c.422 0 .844-.37.844-.844V5.906c0-.422-.422-.843-.844-.843H9.406a2.532 2.532 0 0 0-2.531 2.53V24.1c.475-.264 1.055-.475 1.688-.475H26.28Zm-7.593-7.594a4.231 4.231 0 0 1 4.218 4.219c0 .475-.422.844-.843.844a.833.833 0 0 1-.844-.844c0-1.371-1.16-2.531-2.532-2.531h-3.375a2.532 2.532 0 0 0-2.53 2.531c0 .475-.423.844-.845.844a.833.833 0 0 1-.843-.844 4.197 4.197 0 0 1 4.219-4.219h3.374ZM17 14.344c-1.898 0-3.375-1.477-3.375-3.375A3.365 3.365 0 0 1 17 7.594c1.846 0 3.375 1.529 3.375 3.375A3.365 3.365 0 0 1 17 14.344Zm0-5.063a1.7 1.7 0 0 0-1.688 1.688c0 .949.739 1.687 1.688 1.687a1.7 1.7 0 0 0 1.688-1.687c0-.897-.791-1.688-1.688-1.688Z"},null,-1)];function Ay(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Py,zy)}const Oi=w(vy,[["render",Ay]]),Oy=t.defineComponent({name:"IconBriefcase"}),Fy={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconBriefcase"},Hy=[t.createElementVNode("path",{d:"M27.625 8.438c1.846 0 3.375 1.529 3.375 3.374v13.5a3.365 3.365 0 0 1-3.375 3.375H7.375C5.477 28.688 4 27.212 4 25.313v-13.5a3.365 3.365 0 0 1 3.375-3.374h3.375V5.905a2.532 2.532 0 0 1 2.531-2.531h8.438c1.37 0 2.531 1.16 2.531 2.531v2.532h3.375ZM12.437 5.905v2.532h10.126V5.905c0-.422-.422-.843-.844-.843H13.28c-.474 0-.844.421-.844.843Zm16.876 19.407v-6.75h-7.594v3.375c0 .474-.422.843-.844.843h-6.75a.833.833 0 0 1-.844-.843v-3.375H5.687v6.75c0 .949.739 1.687 1.688 1.687h20.25a1.7 1.7 0 0 0 1.688-1.688Zm-14.344-4.22h5.062v-2.53H14.97v2.53Zm14.344-4.218v-5.063c0-.896-.791-1.687-1.688-1.687H7.375a1.7 1.7 0 0 0-1.688 1.688v5.062h23.625Z"},null,-1)];function qy(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Fy,Hy)}const Fi=w(Oy,[["render",qy]]),jy=t.defineComponent({name:"IconCheckbox"}),Ry={class:"IconCheckbox",width:"22",height:"22",viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},Gy=[t.createElementVNode("path",{stroke:"currentColor",fill:"none",d:"M0.5 0.5H21.5V21.5H0.5z"},null,-1)];function Uy(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Ry,Gy)}const Wy=w(jy,[["render",Uy]]),Yy=t.defineComponent({name:"IconCheckboxSelected"}),Ky={class:"IconCheckboxSelected",width:"22",height:"22",viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},Zy=[t.createElementVNode("g",{fill:"none","fill-rule":"evenodd"},[t.createElementVNode("path",{fill:"currentColor","fill-rule":"nonzero",d:"M0 0H22V22H0z"}),t.createElementVNode("path",{d:"M9.732 15.718l-4.95-4.95 1.415-1.414 3.535 3.535 7.071-7.071 1.415 1.414-8.486 8.486z",fill:"#FFF"})],-1)];function Xy(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Ky,Zy)}const Jy=w(Yy,[["render",Xy]]),Qy=t.defineComponent({name:"IconEnvelope"}),e9={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconEnvelope"},t9=[t.createElementVNode("path",{d:"M7.375 8.438a1.7 1.7 0 0 0-1.688 1.687v2.11l10.284 7.593c.896.633 2.11.633 3.006 0l10.335-7.594v-2.109c0-.896-.79-1.688-1.687-1.688H7.375Zm-1.688 5.906v9.281c0 .95.739 1.688 1.688 1.688h20.25a1.7 1.7 0 0 0 1.688-1.688v-9.281l-9.334 6.855c-1.477 1.055-3.534 1.055-5.01 0l-9.281-6.855ZM4 10.125A3.365 3.365 0 0 1 7.375 6.75h20.25C29.471 6.75 31 8.28 31 10.125v13.5A3.365 3.365 0 0 1 27.625 27H7.375C5.477 27 4 25.523 4 23.625v-13.5Z"},null,-1)];function n9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",e9,t9)}const a9=w(Qy,[["render",n9]]),o9=t.defineComponent({name:"IconFilter"}),s9={class:"IconFilter",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},i9=[t.createElementVNode("path",{d:"M5 12c1.306 0 2.418.835 2.83 2H18v2H7.829a3.001 3.001 0 01-5.658 0H0v-2h2.17A3.001 3.001 0 015 12zm0 2a1 1 0 100 2 1 1 0 000-2zm8-8c1.306 0 2.418.835 2.83 2H18v2h-2.171a3.001 3.001 0 01-5.658 0H0V8h10.17A3.001 3.001 0 0113 6zm0 2a1 1 0 100 2 1 1 0 000-2zM7 0c1.306 0 2.418.835 2.83 2H18v2H9.829a3.001 3.001 0 01-5.658 0H0V2h4.17A3.001 3.001 0 017 0zm0 2a1 1 0 100 2 1 1 0 000-2z",fill:"currentColor"},null,-1)];function r9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",s9,i9)}const l9=w(o9,[["render",r9]]),c9=t.defineComponent({name:"IconGrid"}),d9={class:"IconGrid",width:"22",height:"22",viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},h9=[t.createElementVNode("path",{d:"M9 11v9H0v-9h9zm11 0v9h-9v-9h9zM7 13H2v5h5v-5zm11 0h-5v5h5v-5zM9 0v9H0V0h9zm11 0v9h-9V0h9zM7 2H2v5h5V2zm11 0h-5v5h5V2z",fill:"currentColor"},null,-1)];function m9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",d9,h9)}const p9=w(c9,[["render",m9]]),f9=t.defineComponent({name:"IconHand"}),u9={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconHand"},g9=[t.createElementVNode("path",{d:"M15.39 13.5c-4.43 0-8.015-4.166-8.015-9.281 0-.422.37-.844.844-.844h2.056c3.165 0 5.907 2.162 7.225 5.22 1.318-3.058 4.008-5.22 7.172-5.22h2.11c.421 0 .843.422.843.844 0 5.115-3.639 9.281-8.068 9.281h-1.213v2.531c0 .475-.422.844-.844.844a.833.833 0 0 1-.844-.844V13.5h-1.265Zm9.282-8.438c-3.27 0-5.96 3.006-6.328 6.75h1.213c3.27 0 5.959-2.953 6.328-6.75h-1.213Zm-14.397 0H9.062c.37 3.797 3.06 6.75 6.329 6.75h1.213c-.37-3.744-3.06-6.75-6.329-6.75Zm21.463 15.926c.58.58.95 1.371.844 2.162 0 .844-.37 1.635-1.002 2.11l-5.326 4.271a3.92 3.92 0 0 1-2.479.844H3.104c-.422 0-.792-.422-.792-.844 0-.474.37-.843.844-.843h20.62c.527 0 1.001-.211 1.423-.528l5.326-4.219a1.119 1.119 0 0 0 0-1.74 1.003 1.003 0 0 0-.685-.264c-.264 0-.58.106-.791.264l-3.27 2.584c-.369.317-.896.527-1.37.527h-9.493c-.475 0-.844-.421-.844-.843 0-.475.37-.844.844-.844h4.64c.686 0 1.266-.58 1.266-1.266a1.25 1.25 0 0 0-1.265-1.265h-7.752c-.739 0-1.424.21-2.057.633l-2.426 1.898H3.104c-.422 0-.792-.37-.792-.844 0-.422.37-.843.844-.843h3.639l2.004-1.477c.949-.686 1.951-1.055 3.058-1.055h7.594c1.477 0 2.848 1.055 3.059 2.532.105.632 0 1.212-.264 1.687h2.215c.105 0 .264 0 .37-.105l3.216-2.584a2.902 2.902 0 0 1 1.846-.633c.685 0 1.318.21 1.845.685Z"},null,-1)];function y9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",u9,g9)}const Hi=w(f9,[["render",y9]]),b9=t.defineComponent({name:"IconLink"}),k9={class:"IconLink",width:"22",height:"23",viewBox:"0 0 22 23",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},_9=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M18.9852 3.598C18.6369 3.24968 18.2235 2.97336 17.7685 2.78485C17.3134 2.59633 16.8257 2.4993 16.3332 2.4993C15.8406 2.4993 15.3529 2.59633 14.8979 2.78485C14.4429 2.97336 14.0294 3.24968 13.6812 3.598L9.18118 8.098C8.75664 8.52217 8.4401 9.04203 8.25816 9.61391C8.07621 10.1858 8.03418 10.793 8.13559 11.3845C8.23699 11.976 8.47888 12.5345 8.84093 13.0131C9.20297 13.4917 9.67459 13.8765 10.2162 14.135C10.3895 14.2243 10.5212 14.3776 10.5834 14.5624C10.6456 14.7472 10.6334 14.9489 10.5494 15.1248C10.4654 15.3008 10.3162 15.4371 10.1334 15.5049C9.95061 15.5727 9.74859 15.5666 9.57018 15.488C8.81229 15.126 8.15232 14.5874 7.64569 13.9175C7.13906 13.2476 6.80056 12.4659 6.6586 11.638C6.51665 10.8102 6.57538 9.9604 6.82988 9.15997C7.08437 8.35953 7.5272 7.63184 8.12118 7.038L12.6212 2.538C13.1063 2.04013 13.6855 1.64357 14.3251 1.37133C14.9648 1.09909 15.6521 0.956586 16.3472 0.952089C17.0424 0.947593 17.7315 1.08119 18.3746 1.34514C19.0177 1.60909 19.602 1.99812 20.0935 2.48967C20.5851 2.98122 20.9741 3.56549 21.238 4.20859C21.502 4.85168 21.6356 5.5408 21.6311 6.23594C21.6266 6.93108 21.4841 7.6184 21.2118 8.25803C20.9396 8.89766 20.543 9.47685 20.0452 9.962L18.2882 11.719C18.2195 11.7927 18.1367 11.8518 18.0447 11.8928C17.9527 11.9338 17.8534 11.9558 17.7527 11.9576C17.652 11.9594 17.552 11.9408 17.4586 11.9031C17.3652 11.8654 17.2804 11.8093 17.2091 11.738C17.1379 11.6668 17.0818 11.582 17.0441 11.4886C17.0063 11.3952 16.9878 11.2952 16.9896 11.1945C16.9914 11.0938 17.0134 10.9945 17.0544 10.9025C17.0954 10.8105 17.1545 10.7277 17.2282 10.659L18.9852 8.902C19.3335 8.55377 19.6098 8.14033 19.7983 7.68529C19.9868 7.23026 20.0839 6.74254 20.0839 6.25C20.0839 5.75746 19.9868 5.26974 19.7983 4.81471C19.6098 4.35967 19.3335 3.94623 18.9852 3.598ZM11.5962 7.865C11.682 7.68561 11.8356 7.54764 12.0231 7.48144C12.2106 7.41525 12.4168 7.42624 12.5962 7.512C13.3541 7.87403 14.014 8.41261 14.5207 9.08252C15.0273 9.75244 15.3658 10.5341 15.5078 11.362C15.6497 12.1898 15.591 13.0396 15.3365 13.84C15.082 14.6405 14.6392 15.3682 14.0452 15.962L9.54518 20.462C9.06003 20.9599 8.48083 21.3564 7.84121 21.6287C7.20158 21.9009 6.51425 22.0434 5.81911 22.0479C5.12397 22.0524 4.43486 21.9188 3.79176 21.6549C3.14867 21.3909 2.56439 21.0019 2.07285 20.5103C1.5813 20.0188 1.19226 19.4345 0.928317 18.7914C0.664371 18.1483 0.53077 17.4592 0.535266 16.7641C0.539762 16.0689 0.682266 15.3816 0.954509 14.742C1.22675 14.1023 1.62331 13.5232 2.12118 13.038L3.87818 11.281C3.94684 11.2073 4.02964 11.1482 4.12164 11.1072C4.21364 11.0662 4.31295 11.0442 4.41365 11.0424C4.51436 11.0406 4.61439 11.0592 4.70777 11.0969C4.80116 11.1346 4.886 11.1907 4.95722 11.262C5.02843 11.3332 5.08458 11.418 5.1223 11.5114C5.16002 11.6048 5.17855 11.7048 5.17677 11.8055C5.17499 11.9062 5.15295 12.0055 5.11196 12.0975C5.07097 12.1895 5.01186 12.2723 4.93818 12.341L3.18118 14.098C2.83291 14.4463 2.55665 14.8597 2.36817 15.3147C2.17969 15.7698 2.08268 16.2575 2.08268 16.75C2.08268 17.2425 2.17969 17.7302 2.36817 18.1853C2.55665 18.6403 2.83291 19.0537 3.18118 19.402C3.52944 19.7503 3.94289 20.0265 4.39792 20.215C4.85296 20.4035 5.34066 20.5005 5.83318 20.5005C6.3257 20.5005 6.8134 20.4035 7.26843 20.215C7.72346 20.0265 8.13691 19.7503 8.48518 19.402L12.9852 14.902C13.4097 14.4778 13.7263 13.958 13.9082 13.3861C14.0901 12.8142 14.1322 12.207 14.0308 11.6155C13.9294 11.024 13.6875 10.4655 13.3254 9.98689C12.9634 9.50827 12.4918 9.12353 11.9502 8.865C11.8613 8.82259 11.7816 8.76309 11.7157 8.68988C11.6497 8.61667 11.5989 8.53119 11.566 8.43833C11.5332 8.34547 11.5189 8.24704 11.5241 8.14867C11.5292 8.05029 11.5537 7.9539 11.5962 7.865Z",fill:"currentColor"},null,-1)];function $9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",k9,_9)}const qi=w(b9,[["render",$9]]),w9=t.defineComponent({name:"IconList"}),C9={class:"IconList",width:"22",height:"22",viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},B9=[t.createElementVNode("path",{d:"M9 11v9H0v-9h9zm-2 2H2v5h5v-5zm12 3v2h-8v-2h8zm3-4v2H11v-2h11zM9 0v9H0V0h9zM7 2H2v5h5V2zm12 3v2h-8V5h8zm3-4v2H11V1h11z",fill:"currentColor"},null,-1)];function E9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",C9,B9)}const S9=w(w9,[["render",E9]]),V9=t.defineComponent({name:"IconMagnifyingGlass"}),N9={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconMagnifyingGlass"},T9=[t.createElementVNode("path",{d:"M30.736 28.951c.317.317.317.897 0 1.213-.158.158-.369.211-.58.211-.263 0-.474-.053-.685-.21l-7.436-7.49a10.791 10.791 0 0 1-7.119 2.637C8.904 25.313 4 20.409 4 14.345 4 8.332 8.852 3.375 14.916 3.375c6.012 0 10.969 4.957 10.969 10.969 0 2.742-.95 5.22-2.637 7.172l7.488 7.435ZM14.97 23.625a9.261 9.261 0 0 0 9.281-9.281c0-5.115-4.166-9.281-9.281-9.281a9.261 9.261 0 0 0-9.281 9.28 9.261 9.261 0 0 0 9.28 9.282Z"},null,-1)];function I9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",N9,T9)}const ji=w(V9,[["render",I9]]),x9=t.defineComponent({name:"IconMedal"}),M9={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconMedal"},L9=[t.createElementVNode("path",{d:"m19.821 17.93 2.32.316c.528.106 1.002.475 1.16 1.002.159.527.053 1.107-.368 1.477l-1.688 1.634.422 2.32c.158.95-.633 1.688-1.477 1.688-.21 0-.422-.053-.633-.158l-2.056-1.107-2.11 1.107a1.46 1.46 0 0 1-.685.158c-.791 0-1.582-.738-1.424-1.687l.422-2.32-1.688-1.635c-.421-.37-.527-.95-.369-1.477.159-.527.633-.896 1.16-1.002l2.32-.316 1.056-2.11c.263-.474.79-.738 1.318-.738.474 0 1.002.211 1.265.738l1.055 2.11Zm-.369 3.85 1.951-1.9-2.69-.421-1.265-2.479-1.213 2.479-2.69.422 1.952 1.898-.475 2.742 2.426-1.318 2.479 1.319-.475-2.743Zm-1.951-9.968c5.115 0 9.281 4.167 9.281 9.282a9.261 9.261 0 0 1-9.281 9.281 9.228 9.228 0 0 1-9.281-9.281 9.261 9.261 0 0 1 9.28-9.282Zm0 16.876c4.166 0 7.594-3.375 7.594-7.594 0-4.166-3.428-7.594-7.594-7.594-4.219 0-7.594 3.428-7.594 7.594a7.562 7.562 0 0 0 7.594 7.593ZM9.907 13.5c-.316 0-.58-.105-.738-.37L4.265 5.855c-.317-.475-.37-1.108-.106-1.583.264-.527.791-.896 1.371-.896h5.537c.528 0 1.055.316 1.371.791l3.375 5.643c.211.369.106.896-.316 1.16a.874.874 0 0 1-1.16-.317L10.962 5.01l-5.22.053 4.85 7.171c.264.37.159.897-.263 1.16-.106.106-.264.106-.422.106ZM30.79 4.271a1.54 1.54 0 0 1-.106 1.635l-4.904 7.225c-.158.264-.422.369-.685.369-.211 0-.37 0-.475-.105-.422-.264-.527-.791-.264-1.213l4.852-7.12h-5.326l-3.27 5.59a.874.874 0 0 1-1.16.317.874.874 0 0 1-.316-1.16l3.375-5.643c.316-.475.843-.791 1.37-.791h5.538c.58 0 1.107.37 1.37.896Z"},null,-1)];function D9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",M9,L9)}const Ri=w(x9,[["render",D9]]),v9=t.defineComponent({name:"IconMenu"}),P9={class:"IconMenu",width:"30",height:"26",viewBox:"0 0 30 26",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},z9=[t.createElementVNode("path",{d:"M30 22v4H0v-4h30zm0-11v4H0v-4h30zm0-11v4H0V0h30z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function A9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",P9,z9)}const go=w(v9,[["render",A9]]),O9=t.defineComponent({name:"IconMinus"}),F9={class:"IconMinus",width:"12",height:"2",viewBox:"0 0 12 2",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},H9=[t.createElementVNode("path",{transform:"translate(-6 -11)",fill:"currentColor",d:"M6 11H18V13H6z"},null,-1)];function q9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",F9,H9)}const j9=w(O9,[["render",q9]]),R9=t.defineComponent({name:"IconPlus"}),G9={class:"IconPlus",width:"12",height:"12",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},U9=[t.createElementVNode("path",{d:"M7 0v5h5v2H7v5H5V7H0V5h5V0h2z",fill:"currentColor"},null,-1)];function W9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",G9,U9)}const Y9=w(R9,[["render",W9]]),K9=t.defineComponent({name:"IconSearch"}),Z9={class:"IconSearch",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},X9=[t.createElementVNode("path",{d:"M8 0a8 8 0 016.096 13.181l5.293 5.294-1.414 1.414-5.357-5.356A8 8 0 118 0zm0 2a6 6 0 100 12A6 6 0 008 2z",fill:"currentColor"},null,-1)];function J9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Z9,X9)}const Dn=w(K9,[["render",J9]]),Q9=t.defineComponent({name:"IconShare"}),e7={width:"23",height:"23",viewBox:"0 0 23 23",fill:"none","aria-hidden":"true",focusable:"false",class:"IconShare",xmlns:"http://www.w3.org/2000/svg"},t7=[t.createElementVNode("path",{d:"M6.21518 10.2999C5.94644 9.8298 5.52473 9.45977 5.01626 9.24788C4.50778 9.03599 3.94132 8.99425 3.4058 9.12919C2.87027 9.26414 2.396 9.56814 2.05743 9.99348C1.71886 10.4188 1.53516 10.9414 1.53516 11.4792C1.53516 12.017 1.71886 12.5396 2.05743 12.965C2.396 13.3903 2.87027 13.6943 3.4058 13.8293C3.94132 13.9642 4.50778 13.9225 5.01626 13.7106C5.52473 13.4987 5.94644 13.1286 6.21518 12.6585M6.21518 10.2999C6.41496 10.6495 6.52928 11.0509 6.52928 11.4792C6.52928 11.9076 6.41496 12.31 6.21518 12.6585M6.21518 10.2999L16.8323 4.56623M6.21518 12.6585L16.8323 18.3922M16.8323 4.56623C16.988 4.85122 17.2005 5.1032 17.4575 5.30741C17.7146 5.51162 18.0109 5.66397 18.3291 5.75556C18.6474 5.84714 18.9813 5.87613 19.3112 5.84081C19.6411 5.8055 19.9605 5.7066 20.2507 5.54989C20.5408 5.39318 20.796 5.18181 21.0011 4.92813C21.2062 4.67445 21.3573 4.38357 21.4455 4.07247C21.5336 3.76137 21.5571 3.43631 21.5145 3.11629C21.4719 2.79627 21.3642 2.48772 21.1975 2.20866C20.869 1.65875 20.3318 1.25608 19.7012 1.08719C19.0705 0.918307 18.3969 0.996698 17.8252 1.30551C17.2534 1.61433 16.829 2.12891 16.6434 2.73865C16.4577 3.34839 16.5256 4.0046 16.8323 4.56623ZM16.8323 18.3922C16.673 18.671 16.5718 18.9776 16.5343 19.2944C16.4969 19.6112 16.524 19.9321 16.6141 20.2387C16.7043 20.5454 16.8556 20.8318 17.0596 21.0815C17.2636 21.3313 17.5162 21.5396 17.8029 21.6944C18.0897 21.8493 18.405 21.9477 18.7309 21.9841C19.0568 22.0205 19.3869 21.9942 19.7023 21.9065C20.0178 21.8189 20.3123 21.6718 20.5693 21.4735C20.8262 21.2752 21.0404 21.0296 21.1997 20.7509C21.5215 20.1878 21.5999 19.5236 21.4179 18.9043C21.2359 18.2851 20.8083 17.7614 20.2291 17.4487C19.65 17.1359 18.9667 17.0596 18.3297 17.2365C17.6927 17.4135 17.1541 17.8292 16.8323 18.3922Z",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)];function n7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",e7,t7)}const Gi=w(Q9,[["render",n7]]),a7=t.defineComponent({name:"IconSlideshow"}),o7={class:"IconSlideshow",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},s7=[t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"},null,-1)];function i7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",o7,s7)}const r7=w(a7,[["render",i7]]),l7=t.defineComponent({name:"IconSocialEmail"}),c7={class:"IconSocialEmail",width:"22",height:"16",viewBox:"0 0 22 16",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},d7=[t.createElementVNode("path",{d:"M11 9l11-7v14H0V2l11 7zm11-9L11 7 0 0h22z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function h7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",c7,d7)}const $t=w(l7,[["render",h7]]),m7=t.defineComponent({name:"IconSocialFacebook"}),p7={class:"IconSocialFacebook",width:"12",height:"23",viewBox:"0 0 12 23",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},f7=[t.createElementVNode("path",{d:"M11.214 12.84l.622-4.131h-3.89V6.028c0-1.13.543-2.232 2.285-2.232H12V.28S10.395 0 8.86 0C5.656 0 3.562 1.978 3.562 5.56V8.71H0v4.13h3.562v9.987a13.877 13.877 0 004.383 0V12.84h3.269",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function u7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",p7,f7)}const wt=w(m7,[["render",u7]]),g7=t.defineComponent({name:"IconSocialGoogleClassroom"}),y7={class:"IconSocialGoogleClassroom",width:"24",height:"19",viewBox:"0 0 24 19",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},b7=[t.createElementVNode("path",{d:"M2.01406 1.78125H5.17656C5.65453 1.78125 6.03906 1.38418 6.03906 0.890625C6.03906 0.39707 5.65453 0 5.17656 0H1.43906C0.802969 0 0.289062 0.530664 0.289062 1.1875V5.04688C0.289062 5.54043 0.673594 5.9375 1.15156 5.9375C1.62953 5.9375 2.01406 5.54043 2.01406 5.04688V1.78125ZM6.60687 8.3125C6.83341 8.3125 7.05772 8.26643 7.267 8.17691C7.47629 8.08739 7.66645 7.95619 7.82663 7.79078C7.98681 7.62538 8.11388 7.42902 8.20057 7.2129C8.28726 6.99679 8.33187 6.76517 8.33187 6.53125C8.33187 6.29733 8.28726 6.06571 8.20057 5.8496C8.11388 5.63348 7.98681 5.43712 7.82663 5.27172C7.66645 5.10631 7.47629 4.97511 7.267 4.88559C7.05772 4.79607 6.83341 4.75 6.60687 4.75C6.38034 4.75 6.15603 4.79607 5.94675 4.88559C5.73746 4.97511 5.5473 5.10631 5.38712 5.27172C5.22693 5.43712 5.09987 5.63348 5.01318 5.8496C4.92649 6.06571 4.88187 6.29733 4.88187 6.53125C4.88187 6.76517 4.92649 6.99679 5.01318 7.2129C5.09987 7.42902 5.22693 7.62538 5.38712 7.79078C5.5473 7.95619 5.73746 8.08739 5.94675 8.17691C6.15603 8.26643 6.38034 8.3125 6.60687 8.3125ZM5.65453 9.5C4.59797 9.5 3.73906 10.3869 3.73906 11.4779C3.73906 12.0234 4.16672 12.4688 4.69859 12.4688H6.71469C7.00219 11.2033 7.89344 10.1791 9.05781 9.7375C8.78828 9.58535 8.47563 9.5 8.14859 9.5H5.65453ZM18.8795 12.4688C19.4078 12.4688 19.8391 12.0271 19.8391 11.4779C19.8391 10.3832 18.9802 9.5 17.9236 9.5H15.4295C15.0989 9.5 14.7898 9.58535 14.5203 9.7375C15.6847 10.1791 16.5759 11.2033 16.8634 12.4688H18.8795ZM15.6667 12.4688C15.3577 11.567 14.5922 10.8879 13.6578 10.7246C13.5177 10.6986 13.3739 10.6875 13.2266 10.6875H10.3516C10.2042 10.6875 10.0605 10.6986 9.92031 10.7246C8.98594 10.8879 8.22047 11.567 7.91141 12.4688C7.81437 12.7471 7.76406 13.0477 7.76406 13.3594C7.76406 13.8529 8.14859 14.25 8.62656 14.25H14.9516C15.4295 14.25 15.8141 13.8529 15.8141 13.3594C15.8141 13.0477 15.7637 12.7471 15.6667 12.4688ZM16.9641 8.3125C17.1906 8.3125 17.4149 8.26643 17.6242 8.17691C17.8335 8.08739 18.0236 7.95619 18.1838 7.79078C18.344 7.62538 18.4711 7.42902 18.5578 7.2129C18.6444 6.99679 18.6891 6.76517 18.6891 6.53125C18.6891 6.29733 18.6444 6.06571 18.5578 5.8496C18.4711 5.63348 18.344 5.43712 18.1838 5.27172C18.0236 5.10631 17.8335 4.97511 17.6242 4.88559C17.4149 4.79607 17.1906 4.75 16.9641 4.75C16.7375 4.75 16.5132 4.79607 16.3039 4.88559C16.0946 4.97511 15.9045 5.10631 15.7443 5.27172C15.5841 5.43712 15.4571 5.63348 15.3704 5.8496C15.2837 6.06571 15.2391 6.29733 15.2391 6.53125C15.2391 6.76517 15.2837 6.99679 15.3704 7.2129C15.4571 7.42902 15.5841 7.62538 15.7443 7.79078C15.9045 7.95619 16.0946 8.08739 16.3039 8.17691C16.5132 8.26643 16.7375 8.3125 16.9641 8.3125ZM14.0891 7.125C14.0891 6.49511 13.8467 5.89102 13.4154 5.44562C12.9841 5.00022 12.3991 4.75 11.7891 4.75C11.1791 4.75 10.5941 5.00022 10.1627 5.44562C9.73138 5.89102 9.48906 6.49511 9.48906 7.125C9.48906 7.75489 9.73138 8.35898 10.1627 8.80438C10.5941 9.24978 11.1791 9.5 11.7891 9.5C12.3991 9.5 12.9841 9.24978 13.4154 8.80438C13.8467 8.35898 14.0891 7.75489 14.0891 7.125ZM18.4016 1.78125H21.5641V5.04688C21.5641 5.54043 21.9486 5.9375 22.4266 5.9375C22.9045 5.9375 23.2891 5.54043 23.2891 5.04688V1.1875C23.2891 0.530664 22.7752 0 22.1391 0H18.4016C17.9236 0 17.5391 0.39707 17.5391 0.890625C17.5391 1.38418 17.9236 1.78125 18.4016 1.78125ZM2.01406 17.2188V13.9531C2.01406 13.4596 1.62953 13.0625 1.15156 13.0625C0.673594 13.0625 0.289062 13.4596 0.289062 13.9531V17.8125C0.289062 18.4693 0.802969 19 1.43906 19H5.17656C5.65453 19 6.03906 18.6029 6.03906 18.1094C6.03906 17.6158 5.65453 17.2188 5.17656 17.2188H2.01406ZM18.4016 17.2188C17.9236 17.2188 17.5391 17.6158 17.5391 18.1094C17.5391 18.6029 17.9236 19 18.4016 19H22.1391C22.7752 19 23.2891 18.4693 23.2891 17.8125V13.9531C23.2891 13.4596 22.9045 13.0625 22.4266 13.0625C21.9486 13.0625 21.5641 13.4596 21.5641 13.9531V17.2188H18.4016Z",fill:"currentColor"},null,-1)];function k7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",y7,b7)}const Ui=w(g7,[["render",k7]]),_7=t.defineComponent({name:"IconSocialInstagram"}),$7={class:"IconSocialInstagram",width:"22",height:"22",viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},w7=[t.createElementVNode("g",{fill:"none","fill-rule":"evenodd"},[t.createElementVNode("path",{d:"M0 0H24V24H0z",transform:"translate(-1 -1)"}),t.createElementVNode("path",{d:"M13.092 1.008c2.01.003 2.427.019 3.438.065 1.17.054 1.97.24 2.67.511a5.39 5.39 0 011.947 1.269A5.39 5.39 0 0122.416 4.8c.272.7.457 1.5.51 2.67l.03.655.006.205c.02.581.028 1.211.03 2.578v2.191a80.391 80.391 0 01-.03 2.578l-.007.205-.028.655c-.053 1.17-.24 1.97-.511 2.67a5.39 5.39 0 01-1.269 1.947 5.39 5.39 0 01-1.947 1.269c-.7.272-1.5.457-2.67.51a89.3 89.3 0 01-.655.029l-.205.007c-.581.02-1.211.028-2.578.03h-2.191a80.392 80.392 0 01-2.578-.03l-.205-.007a89.299 89.299 0 01-.655-.028c-1.17-.054-1.97-.24-2.67-.511a5.39 5.39 0 01-1.947-1.269 5.39 5.39 0 01-1.269-1.947c-.272-.7-.457-1.5-.51-2.67-.047-1.01-.063-1.429-.066-3.438v-2.191c.003-2.01.019-2.427.065-3.438.054-1.17.24-1.97.511-2.67a5.39 5.39 0 011.269-1.947 5.39 5.39 0 011.947-1.269c.7-.272 1.5-.458 2.67-.51 1.01-.047 1.429-.063 3.438-.066zm.014 1.981h-2.22c-1.375.002-1.976.01-2.562.031l-.208.008a98.53 98.53 0 00-.563.024c-1.072.05-1.654.228-2.042.379-.513.2-.88.438-1.264.823a3.407 3.407 0 00-.823 1.264c-.15.388-.33.97-.379 2.042l-.024.563-.008.208c-.02.586-.029 1.187-.03 2.563v2.22c.002 1.942.017 2.34.062 3.333.05 1.072.229 1.654.38 2.042.199.513.437.88.822 1.264.384.385.75.623 1.264.823.388.15.97.33 2.042.379 1.04.047 1.426.06 3.612.063h1.664c2.185-.002 2.572-.016 3.611-.063 1.072-.05 1.654-.229 2.042-.38.513-.199.88-.437 1.264-.822.385-.384.623-.75.823-1.264.15-.388.33-.97.379-2.042.047-1.035.06-1.423.063-3.585v-1.717a86.876 86.876 0 00-.028-2.71l-.01-.312a98.528 98.528 0 00-.025-.563c-.05-1.072-.228-1.654-.379-2.042-.2-.513-.438-.88-.823-1.264a3.407 3.407 0 00-1.264-.823c-.388-.15-.97-.33-2.042-.379-.994-.045-1.391-.06-3.334-.063zM12.5 7a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm0 1.93a3.57 3.57 0 100 7.14 3.57 3.57 0 000-7.14zM18 5a1 1 0 110 2 1 1 0 010-2z",fill:"currentColor",transform:"translate(-1 -1)"})],-1)];function C7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",$7,w7)}const yo=w(_7,[["render",C7]]),B7=t.defineComponent({name:"IconSocialPinterest"}),E7={class:"IconSocialPinterest",width:"23",height:"23",viewBox:"0 0 23 23","aria-hidden":"true",focusable:"false",xmlns:"http://www.w3.org/2000/svg"},S7=[t.createElementVNode("path",{d:"M23 11.5C23 17.8528 17.8528 23 11.5 23C10.3129 23 9.17218 22.8192 8.09637 22.4853C8.56472 21.7202 9.26492 20.4681 9.5246 19.4712C9.66371 18.9333 10.2387 16.7353 10.2387 16.7353C10.6143 17.4494 11.7087 18.0569 12.8726 18.0569C16.3411 18.0569 18.8405 14.8665 18.8405 10.9018C18.8405 7.10403 15.7383 4.26149 11.7504 4.26149C6.78871 4.26149 4.1502 7.59093 4.1502 11.2218C4.1502 12.9097 5.0498 15.0103 6.48266 15.678C6.7006 15.78 6.81653 15.7337 6.86754 15.525C6.90464 15.3673 7.0994 14.5837 7.1875 14.222C7.21532 14.106 7.20141 14.004 7.10867 13.8927C6.64032 13.3131 6.26008 12.2558 6.26008 11.2681C6.26008 8.73165 8.17984 6.27863 11.4536 6.27863C14.2776 6.27863 16.2577 8.20302 16.2577 10.9575C16.2577 14.069 14.6857 16.2252 12.6407 16.2252C11.5139 16.2252 10.6653 15.2931 10.9389 14.1478C11.2635 12.7798 11.8895 11.3052 11.8895 10.3175C11.8895 9.43649 11.4165 8.69919 10.4335 8.69919C9.27883 8.69919 8.35141 9.89093 8.35141 11.4907C8.35141 12.5109 8.69456 13.1972 8.69456 13.1972C8.69456 13.1972 7.55847 18.0105 7.3498 18.9101C7.11794 19.9024 7.21069 21.3028 7.30806 22.2117C3.03266 20.5377 0 16.3736 0 11.5C0 5.14718 5.14718 0 11.5 0C17.8528 0 23 5.14718 23 11.5Z",fill:"currentColor"},null,-1)];function V7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",E7,S7)}const Wi=w(B7,[["render",V7]]),N7=t.defineComponent({name:"IconSocialReddit"}),T7={class:"IconSocialReddit",width:"24",height:"22",viewBox:"0 0 24 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},I7=[t.createElementVNode("path",{d:"M24,11.187c0.001-1.449-1.172-2.625-2.622-2.626c-0.681-0.001-1.336,0.264-1.826,0.737 c-1.795-1.296-4.268-2.132-7.023-2.228l1.196-5.628l3.908,0.832c0.048,1.036,0.927,1.837,1.963,1.789s1.837-0.927,1.789-1.963 c-0.048-1.036-0.927-1.837-1.963-1.789c-0.683,0.032-1.295,0.432-1.597,1.045l-4.364-0.928c-0.253-0.054-0.502,0.108-0.556,0.361 l-1.336,6.28C8.775,7.146,6.263,7.984,4.444,9.294C3.399,8.289,1.738,8.322,0.733,9.366s-0.973,2.706,0.072,3.711 c0.218,0.21,0.472,0.381,0.748,0.504c-0.041,0.263-0.062,0.528-0.063,0.794c0,4.04,4.703,7.316,10.504,7.316 s10.504-3.275,10.504-7.316c0-0.264-0.021-0.528-0.062-0.789C23.387,13.167,24,12.226,24,11.187z M5.996,13.063 c0-1.036,0.84-1.876,1.875-1.876c1.036,0,1.876,0.84,1.876,1.875c0,1.036-0.839,1.876-1.875,1.876 C6.837,14.938,5.997,14.099,5.996,13.063z M16.455,18.02c-1.28,1.278-3.733,1.378-4.455,1.378s-3.175-0.099-4.453-1.378 c-0.19-0.19-0.19-0.498,0-0.687c0.19-0.19,0.498-0.19,0.687,0c0.807,0.807,2.533,1.093,3.767,1.093s2.959-0.286,3.767-1.094 c0.193-0.186,0.501-0.181,0.688,0.013C16.637,17.533,16.636,17.832,16.455,18.02L16.455,18.02z M16.125,14.939 c-1.036,0-1.876-0.84-1.876-1.876c0-1.036,0.84-1.876,1.876-1.876c1.036,0,1.876,0.84,1.876,1.876c0,0,0,0,0,0 C17.999,14.099,17.16,14.938,16.125,14.939z",fill:"currentColor"},null,-1)];function x7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",T7,I7)}const bo=w(N7,[["render",x7]]),M7=t.defineComponent({name:"IconSocialTwitter"}),L7={class:"IconSocialTwitter",width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},D7=[t.createElementVNode("path",{d:"M14.2,10.2L23,0h-2.1l-7.6,8.8L7.3,0h-7l9.2,13.3L0.3,24h2.1l8-9.3l6.4,9.3h7L14.2,10.2L14.2,10.2z M11.4,13.5 l-0.9-1.3L3.1,1.6h3.2l6,8.5l0.9,1.3l7.8,11.1h-3.2L11.4,13.5L11.4,13.5z",fill:"currentColor"},null,-1)];function v7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",L7,D7)}const Ct=w(M7,[["render",v7]]),P7=t.defineComponent({name:"IconSocialYoutube"}),z7={class:"IconSocialYoutube",width:"24",height:"16",viewBox:"0 0 24 16",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},A7=[t.createElementVNode("g",{fill:"none","fill-rule":"evenodd"},[t.createElementVNode("path",{d:"M0 0H24V24H0z",transform:"translate(0 -4)"}),t.createElementVNode("path",{d:"M12.239 4l.1.001.248.001c.88.006 2.62.025 4.352.089l.546.021c1.632.07 3.175.183 3.892.366 1.032.262 1.845 1.037 2.121 2.02.455 1.616.498 4.822.502 5.409v.186c-.004.587-.047 3.793-.502 5.409-.276.983-1.089 1.758-2.121 2.02-1.713.437-8.14.475-9.222.478h-.31c-1.082-.003-7.51-.04-9.222-.478-1.032-.262-1.845-1.037-2.121-2.02-.44-1.56-.494-4.603-.501-5.339v-.326c.007-.737.062-3.779.5-5.339.277-.983 1.09-1.758 2.122-2.02.797-.204 2.613-.32 4.437-.387l.547-.02c1.543-.048 3.019-.064 3.805-.069l.248-.001h.1zM10 8.5v7l6-3.5-6-3.5z",fill:"currentColor",transform:"translate(0 -4)"})],-1)];function O7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",z7,A7)}const ko=w(P7,[["render",O7]]),F7=t.defineComponent({name:"IconStop"}),H7={class:"IconStop",width:"60",height:"60",viewBox:"0 0 185 185",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},q7=[t.createElementVNode("path",{fill:"currentColor","fill-rule":"evenodd",d:"M0,0h185v185H0V0z"},null,-1)];function j7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",H7,q7)}const R7=w(F7,[["render",j7]]),G7=t.defineComponent({name:"IconUniversity"}),U7={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconUniversity"},W7=[t.createElementVNode("path",{d:"M30.156 10.441c.475.317.844.844.844 1.424 0 .897-.738 1.635-1.688 1.635H5.636C4.685 13.5 4 12.762 4 11.865c0-.58.316-1.107.791-1.424l12.287-6.908a.718.718 0 0 1 .791 0l12.287 6.908Zm-1.002 1.371L17.5 5.221 5.793 11.812h9.017c-.21-.369-.263-.79-.263-1.265 0-1.582 1.318-2.953 2.953-2.953 1.582 0 2.953 1.37 2.953 2.953 0 .474-.105.896-.316 1.265h9.017Zm-11.654 0a1.25 1.25 0 0 0 1.266-1.265c0-.686-.58-1.266-1.266-1.266a1.25 1.25 0 0 0-1.266 1.266c0 .738.528 1.265 1.266 1.265ZM7.375 15.188h1.688v6.75h4.218v-6.75h1.688v6.75h5.062v-6.75h1.688v6.75h4.218v-6.75h1.688v6.75c.422 0 .844.421.844.843 0 .475-.422.844-.844.844H7.375a.833.833 0 0 1-.844-.844c0-.422.37-.843.844-.843v-6.75Zm21.516 10.124c.422 0 .843.422.843.844 0 .475-.422.844-.843.844H6.109a.833.833 0 0 1-.843-.844c0-.422.369-.843.843-.843h22.782Zm1.265 3.375c.422 0 .844.422.844.844 0 .475-.422.844-.844.844H4.844A.833.833 0 0 1 4 29.531c0-.422.37-.843.844-.843h25.312Z"},null,-1)];function Y7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",U7,W7)}const Yi=w(G7,[["render",Y7]]),K7=t.defineComponent({name:"IconArrows"}),Z7={class:"IconUser",width:"21",height:"21",viewBox:"0 0 21 21",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},X7=[t.createElementVNode("path",{d:"M10.5 0C4.7 0 0 4.7 0 10.5S4.7 21 10.5 21 21 16.3 21 10.5 16.3 0 10.5 0zm5.42 17.867c-1.525 1.143-3.43 1.778-5.42 1.778-2.032 0-3.938-.635-5.42-1.778v-.593a2.701 2.701 0 0 1 2.71-2.71c.466 0 1.143.509 2.71.509 1.524 0 2.202-.508 2.71-.508a2.729 2.729 0 0 1 2.71 2.71v.592zm1.27-1.143c-.297-1.99-1.948-3.514-3.98-3.514-.89 0-1.313.508-2.71.508-1.44 0-1.863-.508-2.71-.508-2.074 0-3.725 1.524-4.022 3.514-1.524-1.651-2.413-3.81-2.413-6.224A9.134 9.134 0 0 1 10.5 1.355c5.038 0 9.145 4.107 9.145 9.145 0 2.413-.931 4.573-2.456 6.224zM10.5 4.742a3.731 3.731 0 0 0-3.726 3.726 3.704 3.704 0 0 0 3.726 3.726 3.731 3.731 0 0 0 3.726-3.726c0-2.033-1.694-3.726-3.726-3.726zm0 6.097a2.367 2.367 0 0 1-2.371-2.371c0-1.27 1.059-2.371 2.371-2.371 1.27 0 2.371 1.1 2.371 2.37 0 1.313-1.1 2.372-2.371 2.372z",fill:"currentColor"},null,-1)];function J7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Z7,X7)}const Q7=w(K7,[["render",J7]]),eb=t.defineComponent({name:"ImageDetailContextImage",components:{BaseImagePlaceholder:j,BaseImage:q,IconDropdown:Mt,IconClose:Fe},inheritAttrs:!0,props:{data:{type:Object,required:!1}},data(){return{contextImagePreviewShow:!1}},methods:{toggleContextImagePreview(){this.contextImagePreviewShow?this.contextImagePreviewShow=!1:this.contextImagePreviewShow=!0}}}),tb=e=>(t.pushScopeId("data-v-799186d8"),e=e(),t.popScopeId(),e),nb={class:"flex flex-row items-center justify-between py-3 text-white uppercase"},ab=tb(()=>t.createElementVNode("span",{class:"font-secondary pr-3 tracking-wider"},"Context Image",-1));function ob(e,n,a,o,s,i){const r=Mt,l=Fe,c=q,d=j;return t.openBlock(),t.createElementBlock("a",{ref:"ContextImageButton",class:"ContextImageButton bg-gray-dark sm:absolute bottom-0 right-0 left-auto z-40 block px-5",onClick:n[0]||(n[0]=h=>e.toggleContextImagePreview())},[t.createElementVNode("div",nb,[ab,t.createElementVNode("span",{class:t.normalizeClass({hidden:e.contextImagePreviewShow,block:!e.contextImagePreviewShow})},[t.createVNode(r)],2),t.createElementVNode("span",{class:t.normalizeClass({hidden:!e.contextImagePreviewShow,block:e.contextImagePreviewShow})},[t.createVNode(l)],2)]),t.createElementVNode("div",{class:t.normalizeClass(["ContextImage pb-5",{hidden:!e.contextImagePreviewShow,block:e.contextImagePreviewShow}])},[t.createVNode(d,{"aspect-ratio":"square"},{default:t.withCtx(()=>{var h,m;return[(m=(h=e.data)==null?void 0:h.contextImage)!=null&&m.src?(t.openBlock(),t.createBlock(c,{key:0,src:e.data.contextImage.src.url,srcset:e.data.contextImage.srcSet,alt:e.data.contextImage.alt||"",width:e.data.contextImage.src.width,height:e.data.contextImage.src.height,loading:"eager","object-fit-class":"cover"},null,8,["src","srcset","alt","width","height"])):t.createCommentVNode("",!0)]}),_:1})],2)],512)}const sb=w(eb,[["render",ob],["__scopeId","data-v-799186d8"]]),ib={name:"LoadingTransition",data:()=>({loading:!1}),methods:{start(){this.loading=!0},finish(){this.loading=!1}}},rb=e=>(t.pushScopeId("data-v-8f39b706"),e=e(),t.popScopeId(),e),lb={key:0,class:"loading-page animate-fadeIn"},cb={class:"loading-wrapper"},db=rb(()=>t.createElementVNode("div",{class:"loading"},null,-1));function hb(e,n,a,o,s,i){return e.loading?(t.openBlock(),t.createElementBlock("div",lb,[t.createElementVNode("div",cb,[t.renderSlot(e.$slots,"loading",{},()=>[db],!0)])])):t.createCommentVNode("",!0)}const mb=w(ib,[["render",hb],["__scopeId","data-v-8f39b706"]]),pb=t.defineComponent({name:"LogoCaltech"}),fb={class:"LogoCaltech",width:"313",height:"76",viewBox:"0 0 313 76",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},ub=[t.createElementVNode("path",{d:"M62.88 23.95C59.503 9.15 48.675 1.7 34.471 1.7 13.313 1.7.941 18.884.941 38.85.94 58.815 11.822 76 34.47 76c14.105 0 23.541-6.853 29.203-21.058l-12.118-5.564c-2.583 8.245-7.847 14.305-17.085 14.305-14.106 0-19.966-12.516-19.966-24.833 0-12.317 5.86-24.833 19.966-24.833 8.046 0 14.502 5.364 15.595 13.21L62.88 23.95zm47.421 15.298c0-14.304-10.828-16.49-21.654-16.49-11.026 0-21.457 4.57-21.457 16.39l12.12.497c0-5.464 2.283-7.55 9.337-7.55 5.264 0 9.536 1.391 9.536 6.357v1.491c-3.079 1.092-8.742 2.085-13.113 2.98l-5.066.993c-7.45 1.49-15.296 5.861-15.296 15.695 0 9.734 7.548 15.793 17.085 15.793 6.257 0 11.72-1.986 16.39-5.76 0 1.29.397 3.376 1.192 4.568h12.813c-.695-1.092-1.887-3.278-1.887-8.444v-26.52zM98.183 56.233c0 6.457-7.252 9.238-12.913 9.238-4.37 0-7.848-2.484-7.848-6.258 0-4.767 3.775-6.059 8.344-6.953l6.655-1.39c2.186-.399 4.173-.994 5.762-1.79v7.153zm20.792 17.98h12.118V1.502h-12.118v72.71zm20.306-61.209V62.69c0 7.65 3.377 12.118 13.31 12.118 3.775 0 6.754-.596 9.636-1.192v-9.933c-1.788.2-3.676.596-5.365.596-4.668 0-5.462-2.186-5.462-6.158v-25.43h10.827v-8.74H151.4V.871l-12.119 12.132zm73.44 38.957c0-17.979-7.353-29.203-24.139-29.203-16.29 0-25.727 11.324-25.727 26.322 0 15.001 9.436 26.324 25.727 26.324 13.707 0 20.96-6.555 24.734-12.317l-10.232-5.96c-1.192 1.688-4.967 7.152-14.502 7.152-6.556 0-12.814-4.867-13.013-12.318h37.151zm-37.152-9.337c1.292-5.364 5.961-9.933 13.013-9.933 8.145 0 11.422 7.252 11.422 9.933H175.57zm88.175-5.562c-3.08-7.55-9.04-14.304-21.259-14.304-16.289 0-25.726 11.324-25.726 26.322 0 15.001 9.437 26.324 24.832 26.324 13.61 0 19.371-8.045 22.748-15.397l-10.33-5.463c-1.887 4.57-4.966 9.735-12.218 9.735-8.443 0-12.318-7.35-12.318-15.199 0-7.846 4.371-15.196 13.012-15.196 4.77 0 9.041 3.078 10.63 8.045l10.63-4.867zm3.774 37.15h12.118V48.385c0-6.158 2.782-13.906 11.92-13.906 6.16 0 8.941 2.981 8.941 9.933v29.8h12.117V40.936c0-14.603-9.833-18.178-18.376-18.178-6.854 0-11.722 2.682-14.403 6.16h-.199V1.501h-12.118v72.711z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function gb(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",fb,ub)}const _o=w(pb,[["render",gb]]),yb=t.defineComponent({name:"LogoTribrand",props:{invert:{type:Boolean,default:!1}}}),bb=[t.createStaticVNode('<g fill="none" fill-rule="evenodd"><path d="M61.094 28.823c0 15.811-13.013 28.824-28.823 28.824-15.811 0-28.824-13.013-28.824-28.824C3.447 13.013 16.46 0 32.271 0c15.81 0 28.823 13.013 28.823 28.823" fill="#263976" transform="translate(8.042 6.948)"></path><path d="M32.668 2.618a.237.237 0 01-.234.236.235.235 0 010-.47c.128 0 .234.105.234.234M34.294 6.177a.291.291 0 01-.289.289.29.29 0 01-.289-.289.29.29 0 01.289-.289c.158 0 .289.131.289.289M38.519 11.991a.29.29 0 01-.289.289.29.29 0 010-.578.29.29 0 01.289.289M31.729 8.181a.236.236 0 01-.235.235.236.236 0 01-.234-.235c0-.129.106-.235.234-.235.129 0 .235.106.235.235M34.257 9.518a.237.237 0 01-.235.235.236.236 0 01-.234-.235c0-.129.106-.236.234-.236.129 0 .235.107.235.236M30.971 5.779c0 .159-.131.29-.289.29a.29.29 0 010-.579.29.29 0 01.289.289M27.142 8.109a.236.236 0 01-.235.235.236.236 0 01-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M27.828 8.579a.237.237 0 01-.235.235.237.237 0 01-.235-.235.235.235 0 01.47 0M28.515 9.048a.235.235 0 01-.47 0 .235.235 0 01.47 0M27.467 9.951a.238.238 0 01-.235.236.235.235 0 11.235-.236M22.013 13.78a.236.236 0 01-.235.235.236.236 0 01-.235-.235c0-.128.106-.235.235-.235s.235.107.235.235M23.024 15.008a.237.237 0 01-.235.235.237.237 0 01-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M22.229 34.837a.236.236 0 01-.234.235.236.236 0 01-.235-.235.235.235 0 01.469 0M22.374 40.31a.291.291 0 01-.289.289.29.29 0 01-.289-.289.29.29 0 01.289-.289.29.29 0 01.289.289M19.268 43.109a.237.237 0 01-.235.235.237.237 0 01-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M15.547 44.247a.29.29 0 01-.578 0c0-.16.131-.29.289-.29a.29.29 0 01.289.29M14.789 41.718a.291.291 0 01-.289.289.29.29 0 01-.289-.289.29.29 0 01.289-.289c.158 0 .289.131.289.289M14.355 43.325a.236.236 0 01-.234.235.236.236 0 01-.235-.235.235.235 0 01.469 0M11.574 41.989a.236.236 0 01-.235.235.236.236 0 01-.235-.235c0-.128.106-.235.235-.235s.235.107.235.235M21.29 46.503a.236.236 0 01-.234.235.236.236 0 01-.235-.235c0-.128.106-.234.235-.234.128 0 .234.106.234.234M24.216 44.355a.291.291 0 01-.289.289.291.291 0 01-.289-.289.29.29 0 01.289-.289.29.29 0 01.289.289M24.541 47.118a.237.237 0 01-.235.235.237.237 0 01-.235-.235.235.235 0 01.47 0M36.569 44.482a.235.235 0 11-.235-.235c.129 0 .235.106.235.235M30.971 46.468a.235.235 0 01-.47 0 .235.235 0 01.47 0M46.032 49.321a.236.236 0 01-.235.235.236.236 0 01-.234-.235c0-.128.106-.234.234-.234.129 0 .235.106.235.234M47.26 38.214a.29.29 0 01-.288.289.29.29 0 01-.289-.289.29.29 0 01.289-.289.29.29 0 01.288.289M44.949 39.785c0 .13-.106.236-.235.236a.236.236 0 01-.235-.236c0-.128.106-.234.235-.234s.235.106.235.234M47.225 40.237c0 .159-.131.29-.29.29a.291.291 0 01-.289-.29c0-.158.131-.289.289-.289.159 0 .29.131.29.289M44.949 43.036a.236.236 0 01-.235.235.236.236 0 01-.235-.235.235.235 0 01.47 0M50.836 36.644a.235.235 0 01-.469 0c0-.129.106-.236.235-.236.128 0 .234.107.234.236M51.414 38.07a.29.29 0 01-.289.289.29.29 0 01-.289-.289c0-.159.131-.29.289-.29a.29.29 0 01.289.29M55.459 39.768a.29.29 0 01-.578 0 .29.29 0 01.578 0M51.342 42.784a.237.237 0 01-.235.235.236.236 0 01-.234-.235c0-.129.106-.235.234-.235.129 0 .235.106.235.235M53.942 40.327a.236.236 0 01-.234.235.236.236 0 01-.235-.235.235.235 0 01.469 0M53.473 44.12a.236.236 0 01-.235.235.236.236 0 01-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M37.727 5.507a.414.414 0 01.309-.294l.082-.618.121.623c.145.042.257.16.29.309l.626.088-.632.111a.412.412 0 01-.299.29l-.106.636-.108-.641a.413.413 0 01-.285-.298l-.604-.098.606-.108M21.533 49.814a.411.411 0 01.308-.294l.082-.618.122.625a.41.41 0 01.289.306l.626.089-.631.111a.412.412 0 01-.3.289l-.106.637-.107-.64a.415.415 0 01-.285-.298l-.604-.099.606-.108M51.315 44.103a.41.41 0 01.308-.295l.082-.619.122.625a.413.413 0 01.289.307l.626.089-.632.111a.414.414 0 01-.299.29l-.106.636-.107-.641a.416.416 0 01-.286-.298l-.604-.098.607-.107M53.673 37.732a.411.411 0 01.307-.295l.082-.618.122.624c.145.042.257.16.29.308l.626.088-.632.111a.416.416 0 01-.299.29l-.107.636-.106-.64a.414.414 0 01-.286-.298l-.604-.099.607-.107M24.423 14.2a.413.413 0 01.307-.294l.083-.618.122.624c.144.041.256.16.289.308l.626.089-.632.11a.412.412 0 01-.299.29l-.106.636-.107-.641a.413.413 0 01-.286-.297l-.604-.098.607-.109M22.513 27.612c2.129 3.719 4.611 6.442 6.61 9.03 1.775 2.295 5.233 3.445 4.015 4.535-1.373 1.227-4.696-4.19-4.696-4.19-2.209-2.664-4.322-5.489-6.478-9.184l.549-.191" fill="#FFFFFE" transform="translate(8.042 6.948)"></path><path d="M0 37.374c10.289-6.758 28.245-11.119 43.034-16.991 11.236-4.46 21.227-10.061 26.598-17.77C56.021 30.338 18.114 27.056.741 37.632L0 37.374" fill="#D8262C" transform="translate(8.042 6.948)"></path><path d="M23.919 23.626h5.153l3.694 9.303 1.232 1.236H27.29l1.231-1.236-.437-1.135h-3.703L24 33.091l.883 1.074h-3.499l1.231-1.236 2.374-8.227-1.07-1.076zm3.509 6.539l-1.491-3.777-1.094 3.777h2.585zM47.857 23.626h5.348l3.694 9.303 1.232 1.236h-6.708l1.231-1.236-.437-1.135h-3.702l-.381 1.297.883 1.074h-3.5l1.231-1.236 2.374-8.227-1.265-1.076zm3.703 6.539l-1.49-3.777-1.094 3.777h2.584zM16.928 30.19L16.928 24.702 15.858 23.626 19.423 23.626 18.353 24.702 18.353 32.929 19.585 34.165 14.902 34.165 10.868 27.34 10.868 32.929 11.905 34.165 8.178 34.165 9.409 32.929 9.409 24.702 8.34 23.626 13.006 23.626 16.928 30.19M43.918 26.329l-.11-3.281-1.104.762c-1.556-.544-3.367-.524-4.638.078-1.183.559-2.459 1.742-2.303 3.42.156 1.679 1.457 2.33 2.63 2.861 1.51.685 3.152.916 3.128 1.82-.016.575-.97.987-1.711.963-.678-.021-2.88-.185-4.031-1.554l.218 3.452 1.229-.902c1.494.528 3.304.75 4.98.204 1.665-.543 3.415-1.936 2.443-4.372-.418-1.046-1.569-1.693-2.256-1.974-.628-.258-2.546-1.012-3.082-1.291-.626-.325-.556-1.36.95-1.57 1.363-.19 3.252.902 3.657 1.384" fill="#FFFFFE" transform="translate(8.042 6.948)"></path><path d="M7.968 53.553C28.63 32.465 59.428 22.722 69.632 2.612c-6.145 19.551-39.054 30.334-61.72 51.932l.056-.991" fill="#D8262C" transform="translate(8.042 6.948)"></path><path d="M21.964 27.803a71.957 71.957 0 01-.728-1.278c-5.509-9.91-4.714-20.024 5.255-15.617 8.462 3.74 16.544 14.232 19.794 21.682 1.506 3.452 5.544 17.001-7.459 11.511l-.026-.08c12.281 5.057 10.158-7.757 3.584-17.581-3.72-5.56-8.571-10.191-11.63-12.425-10.186-7.442-16.399-2.891-9.247 11.703.324.66.66 1.29 1.006 1.894l-.549.191" fill="#FFFFFE" transform="translate(8.042 6.948)"></path><path class="logo-path-jpl-caltech" d="M82.104 22.133c0 1.775-.483 4.669-4.591 4.669-2.295 0-4.534-1.254-4.534-4.264v-1.195h2.739v.618c0 1.331.328 2.294 1.757 2.294 1.6 0 1.6-1.292 1.6-2.256v-9.298h3.029v9.432M91.012 20.417c-.25-1.388-.849-2.123-2.18-2.123-1.736 0-2.238 1.352-2.276 2.123h4.456zm-4.456 1.737c.077 1.736.926 2.527 2.449 2.527 1.1 0 1.988-.676 2.161-1.292h2.412c-.772 2.352-2.412 3.354-4.669 3.354-3.144 0-5.093-2.159-5.093-5.246 0-2.989 2.064-5.265 5.093-5.265 3.396 0 5.035 2.853 4.842 5.922h-7.195zM98.646 16.5h2.006v1.834h-2.006v4.939c0 .925.231 1.157 1.158 1.157.288 0 .559-.02.848-.077v2.14c-.463.077-1.06.096-1.601.096-1.678 0-3.144-.384-3.144-2.372v-5.883h-1.659V16.5h1.659v-2.988h2.739V16.5M110.294 19.182h2.353c1.407 0 2.662-.309 2.662-2.063 0-1.755-1.255-2.064-2.662-2.064h-2.353v4.127zm-3.029-6.481h6.21c3.435 0 4.765 2.179 4.765 4.418 0 2.238-1.33 4.416-4.765 4.416h-3.181v4.94h-3.029V12.701zM119.663 16.5h2.605v1.855h.038c.502-1.256 1.851-2.123 3.182-2.123.193 0 .425.037.598.096v2.545a5.058 5.058 0 00-.983-.095c-2.006 0-2.701 1.446-2.701 3.202v4.495h-2.739V16.5M131.464 24.681c1.872 0 2.432-1.603 2.432-3.184 0-1.599-.56-3.203-2.432-3.203-1.851 0-2.41 1.604-2.41 3.203 0 1.581.559 3.184 2.41 3.184zm0-8.449c3.145 0 5.172 2.084 5.172 5.265 0 3.163-2.027 5.246-5.172 5.246-3.124 0-5.149-2.083-5.149-5.246 0-3.181 2.025-5.265 5.149-5.265zM145.638 21.518c0-1.582-.636-3.224-2.392-3.224-1.793 0-2.371 1.604-2.371 3.224 0 1.618.616 3.163 2.391 3.163 1.794 0 2.372-1.545 2.372-3.163zm-7.407-5.018h2.605v1.274h.039c.656-1.062 1.737-1.542 2.97-1.542 3.124 0 4.533 2.527 4.533 5.361 0 2.662-1.465 5.15-4.378 5.15-1.198 0-2.335-.518-2.991-1.504h-.038v4.746h-2.74V16.5zM159.194 26.475h-2.604v-1.39h-.057c-.695 1.12-1.889 1.658-3.047 1.658-2.913 0-3.648-1.638-3.648-4.107V16.5h2.739v5.633c0 1.641.484 2.451 1.756 2.451 1.485 0 2.123-.829 2.123-2.855V16.5h2.738v9.975M161.178 26.474L163.917 26.474 163.917 12.701 161.178 12.701zM168.024 23.233c.019 1.197 1.024 1.678 2.103 1.678.792 0 1.793-.307 1.793-1.272 0-.829-1.137-1.119-3.105-1.544-1.582-.348-3.164-.905-3.164-2.663 0-2.545 2.199-3.2 4.34-3.2 2.18 0 4.188.731 4.399 3.181h-2.604c-.077-1.058-.887-1.349-1.871-1.349-.617 0-1.524.115-1.524.924 0 .985 1.543 1.121 3.106 1.488 1.6.366 3.164.944 3.164 2.797 0 2.623-2.277 3.47-4.553 3.47-2.316 0-4.574-.867-4.689-3.51h2.605M176.141 26.475h2.74V16.5h-2.74v9.975zm0-11.517h2.74v-2.257h-2.74v2.257zM185.707 24.681c1.871 0 2.43-1.603 2.43-3.184 0-1.599-.559-3.203-2.43-3.203-1.853 0-2.411 1.604-2.411 3.203 0 1.581.558 3.184 2.411 3.184zm0-8.449c3.144 0 5.169 2.084 5.169 5.265 0 3.163-2.025 5.246-5.169 5.246-3.126 0-5.15-2.083-5.15-5.246 0-3.181 2.024-5.265 5.15-5.265zM192.454 16.5h2.605v1.391h.056c.696-1.119 1.89-1.659 3.048-1.659 2.912 0 3.647 1.639 3.647 4.109v6.134h-2.741v-5.633c0-1.64-.482-2.45-1.755-2.45-1.485 0-2.122.829-2.122 2.855v5.228h-2.738V16.5M209.19 12.701L212.219 12.701 212.219 23.928 218.931 23.928 218.931 26.475 209.19 26.475 209.19 12.701M226.354 21.593c-.462.406-1.427.427-2.276.579-.849.174-1.621.464-1.621 1.467 0 1.021.793 1.272 1.678 1.272 2.142 0 2.219-1.697 2.219-2.295v-1.023zm-6.328-2.024c.156-2.567 2.451-3.337 4.688-3.337 1.987 0 4.38.443 4.38 2.835v5.188c0 .907.095 1.815.346 2.22h-2.777a4.05 4.05 0 01-.193-.965c-.869.907-2.142 1.233-3.357 1.233-1.89 0-3.395-.944-3.395-2.988 0-2.258 1.698-2.798 3.395-3.028 1.678-.251 3.241-.195 3.241-1.314 0-1.176-.811-1.349-1.775-1.349-1.041 0-1.717.423-1.813 1.505h-2.74zM236.014 18.294c-1.62 0-2.333 1.525-2.333 3.203 0 1.659.713 3.184 2.333 3.184s2.334-1.525 2.334-3.184c0-1.678-.714-3.203-2.334-3.203zm-4.978-5.593h2.741v5.016h.036c.677-1.023 1.912-1.485 3.146-1.485 1.987 0 4.13 1.6 4.13 5.247 0 3.665-2.143 5.264-4.13 5.264-1.466 0-2.682-.443-3.278-1.542h-.04v1.274h-2.605V12.701zM247.487 24.681c1.871 0 2.431-1.603 2.431-3.184 0-1.599-.56-3.203-2.431-3.203-1.852 0-2.412 1.604-2.412 3.203 0 1.581.56 3.184 2.412 3.184zm0-8.449c3.144 0 5.17 2.084 5.17 5.265 0 3.163-2.026 5.246-5.17 5.246-3.125 0-5.15-2.083-5.15-5.246 0-3.181 2.025-5.265 5.15-5.265zM254.233 16.5h2.604v1.855h.039c.504-1.256 1.852-2.123 3.185-2.123.192 0 .422.037.596.096v2.545a5.074 5.074 0 00-.983-.095c-2.007 0-2.701 1.446-2.701 3.202v4.495h-2.74V16.5M267.755 21.593c-.465.406-1.43.427-2.277.579-.849.174-1.622.464-1.622 1.467 0 1.021.79 1.272 1.679 1.272 2.142 0 2.22-1.697 2.22-2.295v-1.023zm-6.33-2.024c.154-2.567 2.45-3.337 4.688-3.337 1.99 0 4.381.443 4.381 2.835v5.188c0 .907.096 1.815.347 2.22h-2.779a4.149 4.149 0 01-.192-.965c-.869.907-2.142 1.233-3.357 1.233-1.892 0-3.396-.944-3.396-2.988 0-2.258 1.697-2.798 3.396-3.028 1.677-.251 3.242-.195 3.242-1.314 0-1.176-.813-1.349-1.776-1.349-1.042 0-1.718.423-1.814 1.505h-2.74zM275.91 16.5h2.005v1.834h-2.005v4.939c0 .925.23 1.157 1.157 1.157.287 0 .558-.02.848-.077v2.14c-.463.077-1.061.096-1.603.096-1.676 0-3.144-.384-3.144-2.372v-5.883h-1.657V16.5h1.657v-2.988h2.742V16.5M283.892 24.681c1.871 0 2.43-1.603 2.43-3.184 0-1.599-.559-3.203-2.43-3.203-1.851 0-2.413 1.604-2.413 3.203 0 1.581.562 3.184 2.413 3.184zm0-8.449c3.144 0 5.17 2.084 5.17 5.265 0 3.163-2.026 5.246-5.17 5.246-3.124 0-5.15-2.083-5.15-5.246 0-3.181 2.026-5.265 5.15-5.265zM290.64 16.5h2.601v1.855h.041c.502-1.256 1.851-2.123 3.185-2.123.191 0 .423.037.595.096v2.545a5.093 5.093 0 00-.984-.095c-2.007 0-2.7 1.446-2.7 3.202v4.495h-2.738V16.5M304.021 27.727c-.595 1.604-1.542 2.258-3.432 2.258-.56 0-1.117-.039-1.679-.096v-2.257c.521.038 1.063.116 1.602.095.945-.095 1.253-1.078.945-1.869l-3.512-9.358h2.933l2.258 6.829h.037l2.18-6.829h2.836l-4.168 11.227M82.32 38.092c-.332-1.674-1.674-2.519-3.315-2.519-2.817 0-4.009 2.32-4.009 4.789 0 2.699 1.192 4.953 4.026 4.953 2.072 0 3.264-1.458 3.413-3.413h1.575c-.299 2.949-2.138 4.739-5.121 4.739-3.678 0-5.468-2.717-5.468-6.164 0-3.429 1.956-6.23 5.601-6.23 2.469 0 4.507 1.326 4.871 3.845H82.32M90.771 41.935c-.547.398-1.607.414-2.552.581-.928.166-1.723.497-1.723 1.54 0 .929.795 1.259 1.656 1.259 1.856 0 2.619-1.159 2.619-1.939v-1.441zm2.286 4.39c-.248.151-.563.233-1.01.233-.73 0-1.193-.397-1.193-1.325-.779.911-1.823 1.325-3.016 1.325-1.558 0-2.833-.696-2.833-2.402 0-1.939 1.441-2.352 2.899-2.634 1.558-.298 2.884-.2 2.884-1.26 0-1.227-1.011-1.424-1.907-1.424-1.192 0-2.07.363-2.136 1.623h-1.409c.083-2.121 1.723-2.865 3.629-2.865 1.54 0 3.214.345 3.214 2.351v4.408c0 .664 0 .96.447.96.117 0 .249-.017.431-.082v1.092zM94.186 46.358L95.594 46.358 95.594 34.529 94.186 34.529zM97.599 46.358h1.407v-8.564h-1.407v8.564zm0-10.106h1.407v-1.723h-1.407v1.723zM101.509 39.035h-1.441v-1.241h1.441v-1.276c0-1.392.828-2.12 2.37-2.12.264 0 .645.048.911.131v1.226a2.671 2.671 0 00-.795-.116c-.68 0-1.078.216-1.078.962v1.193h1.657v1.241h-1.657v7.324h-1.408v-7.324M109.264 45.315c1.474 0 2.667-1.159 2.667-3.23 0-2.088-1.193-3.247-2.667-3.247-1.475 0-2.668 1.159-2.668 3.247 0 2.071 1.193 3.23 2.668 3.23zm0-7.719c2.716 0 4.158 1.971 4.158 4.489 0 2.501-1.442 4.473-4.158 4.473-2.718 0-4.159-1.972-4.159-4.473 0-2.518 1.441-4.489 4.159-4.489zM114.766 37.794h1.325V39.6h.033c.68-1.376 1.625-2.056 3.149-2.004v1.491c-2.27 0-3.098 1.292-3.098 3.462v3.81h-1.409v-8.565M120.068 37.794h1.325v1.358h.034c.596-1.06 1.557-1.556 2.783-1.556 2.253 0 2.95 1.292 2.95 3.13v5.633h-1.409v-5.797c0-1.045-.663-1.724-1.74-1.724-1.706 0-2.534 1.143-2.534 2.684v4.837h-1.409v-8.565M129.1 46.358h1.408v-8.564H129.1v8.564zm0-10.106h1.408v-1.723H129.1v1.723zM137.732 41.935c-.547.398-1.607.414-2.552.581-.928.166-1.723.497-1.723 1.54 0 .929.795 1.259 1.657 1.259 1.856 0 2.618-1.159 2.618-1.939v-1.441zm2.287 4.39c-.249.151-.563.233-1.011.233-.729 0-1.193-.397-1.193-1.325-.779.911-1.823 1.325-3.016 1.325-1.557 0-2.833-.696-2.833-2.402 0-1.939 1.441-2.352 2.899-2.634 1.558-.298 2.884-.2 2.884-1.26 0-1.227-1.01-1.424-1.906-1.424-1.193 0-2.071.363-2.137 1.623h-1.408c.082-2.121 1.723-2.865 3.628-2.865 1.54 0 3.215.345 3.215 2.351v4.408c0 .664 0 .96.446.96.117 0 .249-.017.432-.082v1.092zM145.704 46.358L147.277 46.358 147.277 34.529 145.704 34.529zM149.43 37.794h1.326v1.358h.035c.593-1.06 1.556-1.556 2.783-1.556 2.253 0 2.949 1.292 2.949 3.13v5.633h-1.41v-5.797c0-1.045-.661-1.724-1.739-1.724-1.707 0-2.534 1.143-2.534 2.684v4.837h-1.41v-8.565M159.242 43.658c.049 1.259 1.142 1.657 2.302 1.657.879 0 2.073-.199 2.073-1.275 0-1.094-1.393-1.275-2.804-1.59-1.389-.317-2.796-.78-2.796-2.42 0-1.722 1.706-2.434 3.196-2.434 1.89 0 3.397.594 3.514 2.683h-1.408c-.101-1.094-1.062-1.441-1.99-1.441-.846 0-1.822.233-1.822 1.093 0 1.011 1.491 1.175 2.801 1.49 1.406.316 2.798.778 2.798 2.436 0 2.039-1.905 2.701-3.644 2.701-1.924 0-3.546-.779-3.63-2.9h1.41M168.356 37.794h1.706v1.241h-1.706v5.32c0 .647.182.761 1.06.761h.646v1.243h-1.076c-1.459 0-2.04-.297-2.04-1.872v-5.452h-1.457v-1.241h1.457v-2.569h1.41v2.569M171.438 46.358h1.407v-8.564h-1.407v8.564zm0-10.106h1.407v-1.723h-1.407v1.723zM176.724 37.794h1.708v1.241h-1.708v5.32c0 .647.182.761 1.06.761h.648v1.243h-1.079c-1.457 0-2.038-.297-2.038-1.872v-5.452h-1.459v-1.241h1.459v-2.569h1.409v2.569M186.813 46.359h-1.325v-1.357h-.033c-.596 1.06-1.558 1.556-2.783 1.556-2.253 0-2.949-1.291-2.949-3.132v-5.632h1.409v5.798c0 1.044.663 1.723 1.739 1.723 1.706 0 2.534-1.142 2.534-2.685v-4.836h1.408v8.565M190.627 37.794h1.705v1.241h-1.705v5.32c0 .647.181.761 1.059.761h.646v1.243h-1.076c-1.457 0-2.037-.297-2.037-1.872v-5.452h-1.459v-1.241h1.459v-2.569h1.408v2.569M199.573 41.257c-.066-1.343-1.077-2.419-2.468-2.419-1.474 0-2.353 1.109-2.452 2.419h4.92zm1.359 2.385c-.381 1.889-1.74 2.916-3.661 2.916-2.736 0-4.027-1.889-4.109-4.505 0-2.57 1.69-4.457 4.026-4.457 3.031 0 3.961 2.832 3.876 4.904h-6.411c-.05 1.491.794 2.815 2.667 2.815 1.159 0 1.972-.563 2.221-1.673h1.391zM210.295 45.315c1.476 0 2.668-1.159 2.668-3.23 0-2.088-1.192-3.247-2.668-3.247-1.475 0-2.667 1.159-2.667 3.247 0 2.071 1.192 3.23 2.667 3.23zm0-7.719c2.716 0 4.158 1.971 4.158 4.489 0 2.501-1.442 4.473-4.158 4.473-2.718 0-4.159-1.972-4.159-4.473 0-2.518 1.441-4.489 4.159-4.489zM216.427 39.035h-1.441v-1.241h1.441v-1.276c0-1.392.828-2.12 2.371-2.12.264 0 .644.048.911.131v1.226a2.684 2.684 0 00-.797-.116c-.681 0-1.076.216-1.076.962v1.193h1.655v1.241h-1.655v7.324h-1.409v-7.324M227.744 35.855L223.801 35.855 223.801 34.529 233.262 34.529 233.262 35.855 229.319 35.855 229.319 46.359 227.744 46.359 227.744 35.855M240.023 41.257c-.068-1.343-1.077-2.419-2.468-2.419-1.476 0-2.354 1.109-2.452 2.419h4.92zm1.359 2.385c-.381 1.889-1.739 2.916-3.661 2.916-2.735 0-4.029-1.889-4.111-4.505 0-2.57 1.691-4.457 4.027-4.457 3.032 0 3.959 2.832 3.877 4.904h-6.411c-.05 1.491.793 2.815 2.667 2.815 1.159 0 1.972-.563 2.22-1.673h1.392zM248.524 40.545c-.215-1.078-.961-1.707-2.122-1.707-2.038 0-2.666 1.608-2.666 3.346 0 1.574.711 3.131 2.501 3.131 1.359 0 2.171-.795 2.353-2.087h1.441c-.314 2.087-1.623 3.33-3.778 3.33-2.617 0-4.009-1.822-4.009-4.374 0-2.57 1.324-4.588 4.043-4.588 1.937 0 3.495.91 3.694 2.949h-1.457M251.341 34.529h1.409v4.524h.035c.462-1.027 1.671-1.457 2.699-1.457 2.253 0 2.95 1.292 2.95 3.13v5.633h-1.409v-5.797c0-1.045-.665-1.724-1.74-1.724-1.707 0-2.535 1.143-2.535 2.684v4.837h-1.409v-11.83M260.29 37.794h1.325v1.358h.033c.597-1.06 1.558-1.556 2.784-1.556 2.255 0 2.95 1.292 2.95 3.13v5.633h-1.408v-5.797c0-1.045-.663-1.724-1.742-1.724-1.704 0-2.534 1.143-2.534 2.684v4.837h-1.408v-8.565M272.934 45.315c1.475 0 2.668-1.159 2.668-3.23 0-2.088-1.193-3.247-2.668-3.247-1.474 0-2.667 1.159-2.667 3.247 0 2.071 1.193 3.23 2.667 3.23zm0-7.719c2.717 0 4.158 1.971 4.158 4.489 0 2.501-1.441 4.473-4.158 4.473-2.716 0-4.16-1.972-4.16-4.473 0-2.518 1.444-4.489 4.16-4.489zM278.568 46.358L279.977 46.358 279.977 34.529 278.568 34.529zM285.596 45.315c1.473 0 2.666-1.159 2.666-3.23 0-2.088-1.193-3.247-2.666-3.247-1.477 0-2.669 1.159-2.669 3.247 0 2.071 1.192 3.23 2.669 3.23zm0-7.719c2.716 0 4.157 1.971 4.157 4.489 0 2.501-1.441 4.473-4.157 4.473-2.719 0-4.16-1.972-4.16-4.473 0-2.518 1.441-4.489 4.16-4.489zM297.144 41.902c0-1.508-.663-3.064-2.434-3.064-1.808 0-2.536 1.474-2.536 3.113 0 1.541.563 3.266 2.418 3.266 1.857 0 2.552-1.707 2.552-3.315zm1.391 3.728c0 2.785-1.274 4.208-3.977 4.208-1.606 0-3.463-.645-3.544-2.517h1.407c.067 1.026 1.292 1.392 2.221 1.392 1.839 0 2.568-1.327 2.568-3.248v-.563h-.032c-.466 1.044-1.591 1.556-2.668 1.556-2.553 0-3.829-2.004-3.829-4.341 0-2.021.995-4.521 3.961-4.521 1.077 0 2.038.479 2.551 1.424h.017v-1.226h1.325v7.836zM303.757 47.501c-.647 1.675-1.227 2.287-2.486 2.287-.332 0-.664-.033-.978-.148v-1.293c.265.085.548.198.828.198.581 0 .896-.28 1.16-.776l.58-1.459-3.396-8.516h1.59l2.503 7.008h.033l2.401-7.008h1.492l-3.727 9.707" fill="currentColor" transform="translate(8.042 6.948)"></path></g>',1)];function kb(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(["LogoTribrand",{"-invert":e.invert}]),width:"324",height:"72",viewBox:"0 0 324 72",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},bb,2)}const _b=w(yb,[["render",kb]]);function vn(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?vn=function(n){return typeof n}:vn=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},vn(e)}function $b(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function wb(e,n){for(var a=0;a<n.length;a++){var o=n[a];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Cb(e,n,a){return n&&wb(e.prototype,n),e}function Ki(e){return Bb(e)||Eb(e)||Sb()}function Bb(e){if(Array.isArray(e)){for(var n=0,a=new Array(e.length);n<e.length;n++)a[n]=e[n];return a}}function Eb(e){if(Symbol.iterator in Object(e)||Object.prototype.toString.call(e)==="[object Arguments]")return Array.from(e)}function Sb(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function Vb(e){var n;return typeof e=="function"?n={callback:e}:n=e,n}function Nb(e,n){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o,s,i,r=function(c){for(var d=arguments.length,h=new Array(d>1?d-1:0),m=1;m<d;m++)h[m-1]=arguments[m];if(i=h,!(o&&c===s)){var p=a.leading;typeof p=="function"&&(p=p(c,s)),(!o||c!==s)&&p&&e.apply(void 0,[c].concat(Ki(i))),s=c,clearTimeout(o),o=setTimeout(function(){e.apply(void 0,[c].concat(Ki(i))),o=0},n)}};return r._clear=function(){clearTimeout(o),o=null},r}function Zi(e,n){if(e===n)return!0;if(vn(e)==="object"){for(var a in e)if(!Zi(e[a],n[a]))return!1;return!0}return!1}var Tb=function(){function e(n,a,o){$b(this,e),this.el=n,this.observer=null,this.frozen=!1,this.createObserver(a,o)}return Cb(e,[{key:"createObserver",value:function(a,o){var s=this;if(this.observer&&this.destroyObserver(),!this.frozen){if(this.options=Vb(a),this.callback=function(l,c){s.options.callback(l,c),l&&s.options.once&&(s.frozen=!0,s.destroyObserver())},this.callback&&this.options.throttle){var i=this.options.throttleOptions||{},r=i.leading;this.callback=Nb(this.callback,this.options.throttle,{leading:function(c){return r==="both"||r==="visible"&&c||r==="hidden"&&!c}})}this.oldResult=void 0,this.observer=new IntersectionObserver(function(l){var c=l[0];if(l.length>1){var d=l.find(function(m){return m.isIntersecting});d&&(c=d)}if(s.callback){var h=c.isIntersecting&&c.intersectionRatio>=s.threshold;if(h===s.oldResult)return;s.oldResult=h,s.callback(h,c)}},this.options.intersection),o.context.$nextTick(function(){s.observer&&s.observer.observe(s.el)})}}},{key:"destroyObserver",value:function(){this.observer&&(this.observer.disconnect(),this.observer=null),this.callback&&this.callback._clear&&(this.callback._clear(),this.callback=null)}},{key:"threshold",get:function(){return this.options.intersection&&typeof this.options.intersection.threshold=="number"?this.options.intersection.threshold:0}}]),e}();function Xi(e,n,a){var o=n.value;if(o)if(typeof IntersectionObserver>"u")console.warn("[vue-observe-visibility] IntersectionObserver API is not available in your browser. Please install this polyfill: https://github.com/w3c/IntersectionObserver/tree/master/polyfill");else{var s=new Tb(e,o,a);e._vue_visibilityState=s}}function Ib(e,n,a){var o=n.value,s=n.oldValue;if(!Zi(o,s)){var i=e._vue_visibilityState;if(!o){Ji(e);return}i?i.createObserver(o,a):Xi(e,{value:o},a)}}function Ji(e){var n=e._vue_visibilityState;n&&(n.destroyObserver(),delete e._vue_visibilityState)}var Pn={bind:Xi,update:Ib,unbind:Ji};function xb(e){e.directive("observe-visibility",Pn)}var Mb={version:"1.0.0",install:xb},zn=null;typeof window<"u"?zn=window.Vue:typeof global<"u"&&(zn=global.Vue),zn&&zn.use(Mb);const Lb=t.defineComponent({name:"MissionDetailAbout",components:{BaseHeading:G,BlockText:re},directives:{ObserveVisibility:Pn},props:{descriptionHeading:{type:String,required:!1,default:"About the Mission"},description:{type:String,required:!0,default:""},instruments:{type:Array,required:!1},sidebarTitle:{type:String,required:!1,default:"Instruments"}},data(){return{showAnimation:!1,hasIntersectionObserver:!0}},computed:{hasContent(){return!(!this.instruments||this.instruments.length===0)},animationClass(){if(this.hasIntersectionObserver){if(this.showAnimation)return"animated"}else return"lifeless";return""}},mounted(){this.featureDetection()},methods:{isViewableNow(e){this.showAnimation=e},featureDetection(){(!("IntersectionObserver"in window)||!("IntersectionObserverEntry"in window)||!("intersectionRatio"in window.IntersectionObserverEntry.prototype))&&(this.hasIntersectionObserver=!1)}}}),Db={key:0,class:"MissionDetailAbout lg:BaseGrid lg:px-0 container px-4 mx-auto"},vb={class:"col-span-6 col-start-2 mb-3"},Pb={class:"col-span-6 col-start-2"},zb={class:"mb-10"},Ab={key:0,class:"col-span-3 col-start-9"},Ob={class:"font-secondary mb-5 text-base leading-tight tracking-wider uppercase"},Fb={class:"lg:mb-5 flex flex-wrap items-start mb-3"};function Hb(e,n,a,o,s,i){const r=G,l=re,c=t.resolveDirective("observe-visibility");return e.description?(t.openBlock(),t.createElementBlock("div",Db,[t.createElementVNode("div",vb,[t.createVNode(r,{level:"h2"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.descriptionHeading),1)]),_:1})]),t.createElementVNode("div",Pb,[t.createElementVNode("div",zb,[t.createVNode(l,{text:e.description},null,8,["text"])])]),e.hasContent?(t.openBlock(),t.createElementBlock("div",Ab,[t.createElementVNode("p",Ob,t.toDisplayString(e.sidebarTitle),1),t.createElementVNode("ul",Fb,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.instruments,(d,h)=>t.withDirectives((t.openBlock(),t.createElementBlock("li",{key:h,class:t.normalizeClass([e.animationClass,"instrument justify-content-center flex-column flex items-start w-full align-middle"])},[t.createElementVNode("span",null,t.toDisplayString(d.instrument),1)],2)),[[c,{callback:e.isViewableNow,throttle:0,once:!0}]])),128))])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const qb=w(Lb,[["render",Hb]]),jb={name:"ParallaxElement",props:{factor:{default:.25,type:Number},offset:{default:0,type:Number}}};function Rb(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle({transform:`translate3d(0, calc(var(--scroll-factor) * ${a.factor} - ${a.offset}px), 0)`})},[t.renderSlot(e.$slots,"default")],4)}const $o=w(jb,[["render",Rb]]),Gb={name:"ParallaxContainer",props:{invert:{type:Boolean,default:!1,required:!1},overflow:{type:Boolean,default:!1,required:!1}},data(){return{data:{scrollFactor:0,width:0,height:0},eventHandler:void 0}},mounted(){this.init()},beforeUnmount(){this.eventHandler&&(window.removeEventListener("resize",this.eventHandler),window.removeEventListener("scroll",this.eventHandler))},methods:{init(){this.calcParallax(),this.$nextTick(()=>{this.eventHandler=()=>requestAnimationFrame(this.calcParallax),window.addEventListener("resize",this.eventHandler,!1),window.addEventListener("scroll",this.eventHandler,{capture:!1,passive:!0})})},calcParallax(){const e=this.$el.getBoundingClientRect();this.data.height=e.height,this.data.width=e.width;const n=e.top,a=window.innerHeight-n;this.invert?this.data.scrollFactor=n/(window.innerHeight+this.data.height):this.data.scrollFactor=a/(window.innerHeight+this.data.height)}}};function Ub(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass({"overflow-hidden":!a.overflow}),style:t.normalizeStyle({"--scroll-factor":`${s.data.scrollFactor*s.data.height}px`})},[t.renderSlot(e.$slots,"default")],6)}const Qi=w(Gb,[["render",Ub]]),Wb=t.defineComponent({name:"MissionDetailHero",components:{ParallaxContainer:Qi,ParallaxElement:$o,BaseButton:R,IconExternal:ye},props:{title:{type:String,required:!0,default:""},subtitle:{type:String,required:!1},summary:{type:String,required:!0,default:""},missionWebsiteUrl:{type:String,required:!1},instrumentImage:{type:Object,required:!1},instrumentBackground:{type:Object,required:!1},heroFallback:{type:Object,required:!1},templateStyle:{type:String,required:!1}},data(){return{isLoaded:!1}},computed:{hasBackground(){return this.instrumentBackground?!0:!!(this.heroFallback&&!this.instrumentImage)},hasForeground(){return!!this.instrumentImage},theBackground(){return this.instrumentBackground?this.instrumentBackground.image:this.heroFallback},heroTheme(){let e="";return this.hasBackground||this.templateStyle==="dark"?e="ThemeVariantDark bg-black":e="ThemeVariantLight",e},backgroundTransition(){let e="";return this.isLoaded?e="scale-100 opacity-1":e="scale-125 opacity-0",e},foregroundTransition(){let e="";return this.isLoaded?e="opacity-1 translate-y-0 lg:-translate-y-1/2":e="opacity-0 translate-y-12 lg:-translate-y-3/7",e},overlayClasses(){return this.hasForeground&&this.hasBackground?"bg-gradient-to-bl from-transparent lg:to-transparent-black-90 to-black":this.hasBackground?"bg-gradient-to-l from-transparent-w25 to-transparent-black-90":""}},mounted(){this.init()},methods:{init(){(this.hasBackground||this.templateStyle==="dark")&&Xe();let e=this.$refs.foregroundImage;if(this.hasBackground&&(e=this.$refs.backgroundImage),!!e)if(e.complete)this.isLoaded=!0;else{const n=()=>{this.isLoaded=!0,e.removeEventListener("load",n)};e.addEventListener("load",n,!1)}}}}),Yb=["src","srcset","width","height","alt"],Kb={class:"relative z-30 w-full h-full"},Zb={class:"content lg:mb-0 lg:py-48 lg:flex lg:items-center duration-2000 relative z-30 w-full h-full transition-all ease-out delay-200"},Xb={class:"lg:py-0 lg:BaseGrid sm:pt-24 container h-full py-10 mx-auto"},Jb={key:0,class:"text-body-sm mb-3 font-normal tracking-normal"},Qb={class:"text-h1-alt break-normal"},ek={class:"xl:text-2xl lg:text-md xl:pr-26 xl:leading-normal text-xl leading-relaxed"},tk={class:"block w-full h-full"},nk=["srcset"],ak=["src","srcset","width","height","alt"];function ok(e,n,a,o,s,i){const r=ye,l=R,c=$o;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["MissionDetailHero max-w-screen-3xl relative mx-auto transition-opacity duration-500",e.heroTheme])},[t.createElementVNode("div",{class:t.normalizeClass(["absolute inset-0 z-10 overflow-hidden",{"bg-black":e.hasBackground}])},[t.createElementVNode("div",{class:t.normalizeClass(["background duration-3500 w-full h-full transition-all ease-out transform",e.backgroundTransition])},[e.hasBackground&&e.theBackground&&e.theBackground.src?(t.openBlock(),t.createElementBlock("img",{key:0,ref:"backgroundImage",class:"max-w-none object-cover w-full h-full",src:e.theBackground.src.url,srcset:e.theBackground.srcSet,width:e.theBackground.src.width,height:e.theBackground.src.height,alt:e.hasForeground?"":e.theBackground.alt,"data-chromatic":"ignore"},null,8,Yb)):t.createCommentVNode("",!0)],2)],2),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.hasForeground?"ParallaxContainer":"div"),{invert:"",overflow:"",class:t.normalizeClass(["content-wrapper lg:pb-0 relative z-20 flex items-center w-full h-full pb-12",e.overlayClasses])},{default:t.withCtx(()=>[t.createElementVNode("div",Kb,[t.createElementVNode("div",Zb,[t.createElementVNode("div",Xb,[t.createElementVNode("div",{class:t.normalizeClass(["content-body lg:px-10 3xl:px-0 col-start-1 col-end-7 px-4",{"text-contrast":e.hasBackground}])},[e.subtitle?(t.openBlock(),t.createElementBlock("p",Jb,t.toDisplayString(e.subtitle),1)):t.createCommentVNode("",!0),t.createElementVNode("h1",Qb,t.toDisplayString(e.title),1),t.createElementVNode("p",ek,t.toDisplayString(e.summary),1),e.missionWebsiteUrl?(t.openBlock(),t.createBlock(l,{key:1,href:e.missionWebsiteUrl,target:"_blank",class:"mt-8",variant:"secondary",compact:""},{icon:t.withCtx(()=>[t.createVNode(r,{class:"ml-2 text-base"})]),default:t.withCtx(()=>[t.createTextVNode(" Visit Mission Website ")]),_:1},8,["href"])):t.createCommentVNode("",!0)],2)])]),e.hasForeground&&e.instrumentImage&&Object.keys(e.instrumentImage).length?(t.openBlock(),t.createBlock(c,{key:0,class:"foreground lg:absolute lg:mt-0 lg:pb-0 lg:inset-0 lg:flex lg:items-center 3xl:mr-16 z-20 w-full h-full pb-10 mt-24 ml-auto mr-10 overflow-visible",factor:.4},{default:t.withCtx(()=>[t.createElementVNode("picture",tk,[t.createElementVNode("source",{srcset:e.instrumentImage.webp.url,type:"image/webp"},null,8,nk),e.instrumentImage.src?(t.openBlock(),t.createElementBlock("img",{key:0,ref:"foregroundImage",class:t.normalizeClass(`lg:absolute lg:right-1/2 lg:translate-x-1/2 lg:top-1/2 lg:-mr-8 lg:mt-0 transform transition-all delay-500 duration-2000 ease-out mx-auto -mt-10 ${e.foregroundTransition}`),src:e.instrumentImage.src.url,srcset:e.instrumentImage.srcSet,width:e.instrumentImage.src.width,height:e.instrumentImage.src.height,alt:e.instrumentImage.alt},null,10,ak)):t.createCommentVNode("",!0)])]),_:1})):t.createCommentVNode("",!0)])]),_:1},8,["class"]))],2)}const sk=w(Wb,[["render",ok],["__scopeId","data-v-41a4bfe3"]]),ik=t.defineComponent({name:"MissionDetailHighlightsCarouselItem",components:{BaseHeading:G,BaseLink:F,IconExternal:ye},props:{item:{type:Object,required:!0,default:()=>({})}},computed:{theHeading(){var n,a;const e=this.item;return e.heading??((a=(n=e.highlightLink)==null?void 0:n.page)==null?void 0:a.title)??!1},theSummary(){const e=this.item;return e.summary?e.summary:e.highlightLink&&e.highlightLink.page&&e.highlightLink.page.summary?e.highlightLink.page.summary:!1},theAriaLabel(){return this.theHeading?"Learn more about "+this.theHeading:"Learn more"}}}),rk={key:0},lk={key:0,class:"font-secondary text-jpl-red-light mb-4 font-semibold tracking-wider uppercase"},ck={key:1,class:"font-secondary text-jpl-red-light mb-4 font-semibold tracking-wider uppercase"},dk={key:3,class:"text-body-normal xl:pr-4"},hk={key:0},mk={key:1,class:"inline-block"},pk={class:"flex items-center"};function fk(e,n,a,o,s,i){const r=G,l=ye,c=F;return e.item?(t.openBlock(),t.createElementBlock("div",rk,[e.item.date?(t.openBlock(),t.createElementBlock("p",lk,t.toDisplayString(e.$filters.displayDate(e.item.date)),1)):t.createCommentVNode("",!0),e.item.dateFreeform?(t.openBlock(),t.createElementBlock("p",ck,t.toDisplayString(e.item.dateFreeform),1)):t.createCommentVNode("",!0),e.theHeading?(t.openBlock(),t.createBlock(r,{key:2,level:"h3",size:"h6",class:"mb-6"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.theHeading),1)]),_:1})):t.createCommentVNode("",!0),e.theSummary||e.item.highlightLink?(t.openBlock(),t.createElementBlock("div",dk,[e.theSummary?(t.openBlock(),t.createElementBlock("span",hk,t.toDisplayString(e.theSummary),1)):t.createCommentVNode("",!0),e.item.highlightLink?(t.openBlock(),t.createElementBlock("span",mk,[t.createVNode(c,{variant:"default","external-target-blank":"",class:"slide-link inline-block font-medium","aria-label":e.theAriaLabel,href:e.item.highlightLink.externalLink?e.item.highlightLink.externalLink:void 0,to:e.item.highlightLink.page?e.item.highlightLink.page.url:void 0},{default:t.withCtx(()=>[t.createElementVNode("span",pk,[t.createElementVNode("span",{class:t.normalizeClass(["ml-1",{"mr-1":e.item.highlightLink.externalLink}])},"Learn more",2),e.item.highlightLink.externalLink?(t.openBlock(),t.createBlock(l,{key:0})):t.createCommentVNode("",!0)])]),_:1},8,["aria-label","href","to"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const er=w(ik,[["render",fk],["__scopeId","data-v-04221f79"]]);te.use([kn,Ot]);const uk=t.defineComponent({name:"MissionDetailHighlightsCarousel",components:{BaseButton:R,IconPrev:we,IconNext:$e,MissionDetailHighlightsCarouselItem:er},props:{items:{type:Array,required:!0,default:()=>[]}},data(){return{currentIndex:0,currentCaption:"",slider:null,sliderOptions:{slidesPerView:1,speed:500,threshold:20,loop:!0,spaceBetween:20,watchSlidesProgress:!0,navigation:{nextEl:".swiper-next",prevEl:".swiper-prev"},on:{slideChange:e=>{this.updateIndex(e.realIndex)}}}}},mounted(){this.init()},methods:{init(){this.items.length>1&&(this.slider=new te(this.$refs.MissionHighlightsCarousel,this.sliderOptions),this.currentIndex=this.slider.realIndex)},updateIndex(e){this.currentIndex=e},slideTo(e){this.slider&&this.slider.slideTo(e)}}}),gk={class:"MissionHighlightsCarousel ThemeVariantDark w-full overflow-hidden"},yk={ref:"MissionHighlightsCarousel",class:"swiper"},bk={class:"swiper-wrapper"},kk={class:"swiper-dots -mb-2 -ml-2"},_k=["aria-label","onClick"],$k={class:"swiper-nav"},wk={class:"flex justify-end w-full"},Ck={class:"flex"};function Bk(e,n,a,o,s,i){const r=er,l=we,c=R,d=$e;return t.openBlock(),t.createElementBlock("div",gk,[t.createElementVNode("div",yk,[t.createElementVNode("div",bk,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(h,m)=>(t.openBlock(),t.createBlock(r,{key:m,item:h,class:"swiper-slide"},null,8,["item"]))),128))]),t.createElementVNode("div",{class:t.normalizeClass(["border-jpl-red-light lg:mt-12 flex justify-between w-full mt-5 border-t",{hidden:e.items.length===1}])},[t.createElementVNode("div",kk,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(h,m)=>(t.openBlock(),t.createElementBlock("button",{key:m,class:"group inline-block px-2 pt-3 cursor-pointer","aria-label":"Go to slide "+(m+1),onClick:p=>e.slideTo(m+1)},[t.createElementVNode("span",{class:t.normalizeClass(["can-hover:group-hover:bg-jpl-red-light can-hover:group-hover:opacity-100 inline-block w-3 h-3 rounded-full",e.currentIndex===m?"bg-jpl-red-light":"bg-white opacity-25"])},null,2)],8,_k))),128))]),t.createElementVNode("div",$k,[t.createElementVNode("div",wk,[t.createElementVNode("div",Ck,[t.createVNode(c,{class:"swiper-prev xl:text-base text-sm border-collapse","aria-label":"Previous slide"},{icon:t.withCtx(()=>[t.createVNode(l)]),_:1}),t.createVNode(c,{class:"swiper-next xl:text-base text-sm border-collapse","aria-label":"Next slide"},{icon:t.withCtx(()=>[t.createVNode(d)]),_:1})])])])],2)],512)])}const tr=w(uk,[["render",Bk]]);var nr={update:null,begin:null,loopBegin:null,changeBegin:null,change:null,changeComplete:null,loopComplete:null,complete:null,loop:1,direction:"normal",autoplay:!0,timelineOffset:0},wo={duration:1e3,delay:0,endDelay:0,easing:"easeOutElastic(1, .5)",round:0},Ek=["translateX","translateY","translateZ","rotate","rotateX","rotateY","rotateZ","scale","scaleX","scaleY","scaleZ","skew","skewX","skewY","perspective","matrix","matrix3d"],An={CSS:{},springs:{}};function Me(e,n,a){return Math.min(Math.max(e,n),a)}function Xt(e,n){return e.indexOf(n)>-1}function Co(e,n){return e.apply(null,n)}var H={arr:function(e){return Array.isArray(e)},obj:function(e){return Xt(Object.prototype.toString.call(e),"Object")},pth:function(e){return H.obj(e)&&e.hasOwnProperty("totalLength")},svg:function(e){return e instanceof SVGElement},inp:function(e){return e instanceof HTMLInputElement},dom:function(e){return e.nodeType||H.svg(e)},str:function(e){return typeof e=="string"},fnc:function(e){return typeof e=="function"},und:function(e){return typeof e>"u"},nil:function(e){return H.und(e)||e===null},hex:function(e){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(e)},rgb:function(e){return/^rgb/.test(e)},hsl:function(e){return/^hsl/.test(e)},col:function(e){return H.hex(e)||H.rgb(e)||H.hsl(e)},key:function(e){return!nr.hasOwnProperty(e)&&!wo.hasOwnProperty(e)&&e!=="targets"&&e!=="keyframes"}};function ar(e){var n=/\(([^)]+)\)/.exec(e);return n?n[1].split(",").map(function(a){return parseFloat(a)}):[]}function or(e,n){var a=ar(e),o=Me(H.und(a[0])?1:a[0],.1,100),s=Me(H.und(a[1])?100:a[1],.1,100),i=Me(H.und(a[2])?10:a[2],.1,100),r=Me(H.und(a[3])?0:a[3],.1,100),l=Math.sqrt(s/o),c=i/(2*Math.sqrt(s*o)),d=c<1?l*Math.sqrt(1-c*c):0,h=1,m=c<1?(c*l+-r)/d:-r+l;function p(u){var k=n?n*u/1e3:u;return c<1?k=Math.exp(-k*c*l)*(h*Math.cos(d*k)+m*Math.sin(d*k)):k=(h+m*k)*Math.exp(-k*l),u===0||u===1?u:1-k}function f(){var u=An.springs[e];if(u)return u;for(var k=1/6,E=0,g=0;;)if(E+=k,p(E)===1){if(g++,g>=16)break}else g=0;var y=E*k*1e3;return An.springs[e]=y,y}return n?p:f}function Sk(e){return e===void 0&&(e=10),function(n){return Math.ceil(Me(n,1e-6,1)*e)*(1/e)}}var Vk=function(){var e=11,n=1/(e-1);function a(h,m){return 1-3*m+3*h}function o(h,m){return 3*m-6*h}function s(h){return 3*h}function i(h,m,p){return((a(m,p)*h+o(m,p))*h+s(m))*h}function r(h,m,p){return 3*a(m,p)*h*h+2*o(m,p)*h+s(m)}function l(h,m,p,f,u){var k,E,g=0;do E=m+(p-m)/2,k=i(E,f,u)-h,k>0?p=E:m=E;while(Math.abs(k)>1e-7&&++g<10);return E}function c(h,m,p,f){for(var u=0;u<4;++u){var k=r(m,p,f);if(k===0)return m;var E=i(m,p,f)-h;m-=E/k}return m}function d(h,m,p,f){if(!(0<=h&&h<=1&&0<=p&&p<=1))return;var u=new Float32Array(e);if(h!==m||p!==f)for(var k=0;k<e;++k)u[k]=i(k*n,h,p);function E(g){for(var y=0,_=1,V=e-1;_!==V&&u[_]<=g;++_)y+=n;--_;var x=(g-u[_])/(u[_+1]-u[_]),N=y+x*n,I=r(N,h,p);return I>=.001?c(g,N,h,p):I===0?N:l(g,y,y+n,h,p)}return function(g){return h===m&&p===f||g===0||g===1?g:i(E(g),m,f)}}return d}(),sr=function(){var e={linear:function(){return function(o){return o}}},n={Sine:function(){return function(o){return 1-Math.cos(o*Math.PI/2)}},Expo:function(){return function(o){return o?Math.pow(2,10*o-10):0}},Circ:function(){return function(o){return 1-Math.sqrt(1-o*o)}},Back:function(){return function(o){return o*o*(3*o-2)}},Bounce:function(){return function(o){for(var s,i=4;o<((s=Math.pow(2,--i))-1)/11;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((s*3-2)/22-o,2)}},Elastic:function(o,s){o===void 0&&(o=1),s===void 0&&(s=.5);var i=Me(o,1,10),r=Me(s,.1,2);return function(l){return l===0||l===1?l:-i*Math.pow(2,10*(l-1))*Math.sin((l-1-r/(Math.PI*2)*Math.asin(1/i))*(Math.PI*2)/r)}}},a=["Quad","Cubic","Quart","Quint"];return a.forEach(function(o,s){n[o]=function(){return function(i){return Math.pow(i,s+2)}}}),Object.keys(n).forEach(function(o){var s=n[o];e["easeIn"+o]=s,e["easeOut"+o]=function(i,r){return function(l){return 1-s(i,r)(1-l)}},e["easeInOut"+o]=function(i,r){return function(l){return l<.5?s(i,r)(l*2)/2:1-s(i,r)(l*-2+2)/2}},e["easeOutIn"+o]=function(i,r){return function(l){return l<.5?(1-s(i,r)(1-l*2))/2:(s(i,r)(l*2-1)+1)/2}}}),e}();function Bo(e,n){if(H.fnc(e))return e;var a=e.split("(")[0],o=sr[a],s=ar(e);switch(a){case"spring":return or(e,n);case"cubicBezier":return Co(Vk,s);case"steps":return Co(Sk,s);default:return Co(o,s)}}function ir(e){try{var n=document.querySelectorAll(e);return n}catch{return}}function On(e,n){for(var a=e.length,o=arguments.length>=2?arguments[1]:void 0,s=[],i=0;i<a;i++)if(i in e){var r=e[i];n.call(o,r,i,e)&&s.push(r)}return s}function Fn(e){return e.reduce(function(n,a){return n.concat(H.arr(a)?Fn(a):a)},[])}function rr(e){return H.arr(e)?e:(H.str(e)&&(e=ir(e)||e),e instanceof NodeList||e instanceof HTMLCollection?[].slice.call(e):[e])}function Eo(e,n){return e.some(function(a){return a===n})}function So(e){var n={};for(var a in e)n[a]=e[a];return n}function Vo(e,n){var a=So(e);for(var o in e)a[o]=n.hasOwnProperty(o)?n[o]:e[o];return a}function Hn(e,n){var a=So(e);for(var o in n)a[o]=H.und(e[o])?n[o]:e[o];return a}function Nk(e){var n=/rgb\((\d+,\s*[\d]+,\s*[\d]+)\)/g.exec(e);return n?"rgba("+n[1]+",1)":e}function Tk(e){var n=/^#?([a-f\d])([a-f\d])([a-f\d])$/i,a=e.replace(n,function(l,c,d,h){return c+c+d+d+h+h}),o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(a),s=parseInt(o[1],16),i=parseInt(o[2],16),r=parseInt(o[3],16);return"rgba("+s+","+i+","+r+",1)"}function Ik(e){var n=/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(e)||/hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*([\d.]+)\)/g.exec(e),a=parseInt(n[1],10)/360,o=parseInt(n[2],10)/100,s=parseInt(n[3],10)/100,i=n[4]||1;function r(p,f,u){return u<0&&(u+=1),u>1&&(u-=1),u<1/6?p+(f-p)*6*u:u<1/2?f:u<2/3?p+(f-p)*(2/3-u)*6:p}var l,c,d;if(o==0)l=c=d=s;else{var h=s<.5?s*(1+o):s+o-s*o,m=2*s-h;l=r(m,h,a+1/3),c=r(m,h,a),d=r(m,h,a-1/3)}return"rgba("+l*255+","+c*255+","+d*255+","+i+")"}function xk(e){if(H.rgb(e))return Nk(e);if(H.hex(e))return Tk(e);if(H.hsl(e))return Ik(e)}function He(e){var n=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(e);if(n)return n[1]}function Mk(e){if(Xt(e,"translate")||e==="perspective")return"px";if(Xt(e,"rotate")||Xt(e,"skew"))return"deg"}function No(e,n){return H.fnc(e)?e(n.target,n.id,n.total):e}function Le(e,n){return e.getAttribute(n)}function To(e,n,a){var o=He(n);if(Eo([a,"deg","rad","turn"],o))return n;var s=An.CSS[n+a];if(!H.und(s))return s;var i=100,r=document.createElement(e.tagName),l=e.parentNode&&e.parentNode!==document?e.parentNode:document.body;l.appendChild(r),r.style.position="absolute",r.style.width=i+a;var c=i/r.offsetWidth;l.removeChild(r);var d=c*parseFloat(n);return An.CSS[n+a]=d,d}function lr(e,n,a){if(n in e.style){var o=n.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),s=e.style[n]||getComputedStyle(e).getPropertyValue(o)||"0";return a?To(e,s,a):s}}function Io(e,n){if(H.dom(e)&&!H.inp(e)&&(!H.nil(Le(e,n))||H.svg(e)&&e[n]))return"attribute";if(H.dom(e)&&Eo(Ek,n))return"transform";if(H.dom(e)&&n!=="transform"&&lr(e,n))return"css";if(e[n]!=null)return"object"}function cr(e){if(H.dom(e)){for(var n=e.style.transform||"",a=/(\w+)\(([^)]*)\)/g,o=new Map,s;s=a.exec(n);)o.set(s[1],s[2]);return o}}function Lk(e,n,a,o){var s=Xt(n,"scale")?1:0+Mk(n),i=cr(e).get(n)||s;return a&&(a.transforms.list.set(n,i),a.transforms.last=n),o?To(e,i,o):i}function xo(e,n,a,o){switch(Io(e,n)){case"transform":return Lk(e,n,o,a);case"css":return lr(e,n,a);case"attribute":return Le(e,n);default:return e[n]||0}}function Mo(e,n){var a=/^(\*=|\+=|-=)/.exec(e);if(!a)return e;var o=He(e)||0,s=parseFloat(n),i=parseFloat(e.replace(a[0],""));switch(a[0][0]){case"+":return s+i+o;case"-":return s-i+o;case"*":return s*i+o}}function dr(e,n){if(H.col(e))return xk(e);if(/\s/g.test(e))return e;var a=He(e),o=a?e.substr(0,e.length-a.length):e;return n?o+n:o}function Lo(e,n){return Math.sqrt(Math.pow(n.x-e.x,2)+Math.pow(n.y-e.y,2))}function Dk(e){return Math.PI*2*Le(e,"r")}function vk(e){return Le(e,"width")*2+Le(e,"height")*2}function Pk(e){return Lo({x:Le(e,"x1"),y:Le(e,"y1")},{x:Le(e,"x2"),y:Le(e,"y2")})}function hr(e){for(var n=e.points,a=0,o,s=0;s<n.numberOfItems;s++){var i=n.getItem(s);s>0&&(a+=Lo(o,i)),o=i}return a}function zk(e){var n=e.points;return hr(e)+Lo(n.getItem(n.numberOfItems-1),n.getItem(0))}function mr(e){if(e.getTotalLength)return e.getTotalLength();switch(e.tagName.toLowerCase()){case"circle":return Dk(e);case"rect":return vk(e);case"line":return Pk(e);case"polyline":return hr(e);case"polygon":return zk(e)}}function Ak(e){var n=mr(e);return e.setAttribute("stroke-dasharray",n),n}function Ok(e){for(var n=e.parentNode;H.svg(n)&&H.svg(n.parentNode);)n=n.parentNode;return n}function pr(e,n){var a=n||{},o=a.el||Ok(e),s=o.getBoundingClientRect(),i=Le(o,"viewBox"),r=s.width,l=s.height,c=a.viewBox||(i?i.split(" "):[0,0,r,l]);return{el:o,viewBox:c,x:c[0]/1,y:c[1]/1,w:r,h:l,vW:c[2],vH:c[3]}}function Fk(e,n){var a=H.str(e)?ir(e)[0]:e,o=n||100;return function(s){return{property:s,el:a,svg:pr(a),totalLength:mr(a)*(o/100)}}}function Hk(e,n,a){function o(h){h===void 0&&(h=0);var m=n+h>=1?n+h:0;return e.el.getPointAtLength(m)}var s=pr(e.el,e.svg),i=o(),r=o(-1),l=o(1),c=a?1:s.w/s.vW,d=a?1:s.h/s.vH;switch(e.property){case"x":return(i.x-s.x)*c;case"y":return(i.y-s.y)*d;case"angle":return Math.atan2(l.y-r.y,l.x-r.x)*180/Math.PI}}function fr(e,n){var a=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?/g,o=dr(H.pth(e)?e.totalLength:e,n)+"";return{original:o,numbers:o.match(a)?o.match(a).map(Number):[0],strings:H.str(e)||n?o.split(a):[]}}function Do(e){var n=e?Fn(H.arr(e)?e.map(rr):rr(e)):[];return On(n,function(a,o,s){return s.indexOf(a)===o})}function ur(e){var n=Do(e);return n.map(function(a,o){return{target:a,id:o,total:n.length,transforms:{list:cr(a)}}})}function qk(e,n){var a=So(n);if(/^spring/.test(a.easing)&&(a.duration=or(a.easing)),H.arr(e)){var o=e.length,s=o===2&&!H.obj(e[0]);s?e={value:e}:H.fnc(n.duration)||(a.duration=n.duration/o)}var i=H.arr(e)?e:[e];return i.map(function(r,l){var c=H.obj(r)&&!H.pth(r)?r:{value:r};return H.und(c.delay)&&(c.delay=l?0:n.delay),H.und(c.endDelay)&&(c.endDelay=l===i.length-1?n.endDelay:0),c}).map(function(r){return Hn(r,a)})}function jk(e){for(var n=On(Fn(e.map(function(i){return Object.keys(i)})),function(i){return H.key(i)}).reduce(function(i,r){return i.indexOf(r)<0&&i.push(r),i},[]),a={},o=function(i){var r=n[i];a[r]=e.map(function(l){var c={};for(var d in l)H.key(d)?d==r&&(c.value=l[d]):c[d]=l[d];return c})},s=0;s<n.length;s++)o(s);return a}function Rk(e,n){var a=[],o=n.keyframes;o&&(n=Hn(jk(o),n));for(var s in n)H.key(s)&&a.push({name:s,tweens:qk(n[s],e)});return a}function Gk(e,n){var a={};for(var o in e){var s=No(e[o],n);H.arr(s)&&(s=s.map(function(i){return No(i,n)}),s.length===1&&(s=s[0])),a[o]=s}return a.duration=parseFloat(a.duration),a.delay=parseFloat(a.delay),a}function Uk(e,n){var a;return e.tweens.map(function(o){var s=Gk(o,n),i=s.value,r=H.arr(i)?i[1]:i,l=He(r),c=xo(n.target,e.name,l,n),d=a?a.to.original:c,h=H.arr(i)?i[0]:d,m=He(h)||He(c),p=l||m;return H.und(r)&&(r=d),s.from=fr(h,p),s.to=fr(Mo(r,h),p),s.start=a?a.end:0,s.end=s.start+s.delay+s.duration+s.endDelay,s.easing=Bo(s.easing,s.duration),s.isPath=H.pth(i),s.isPathTargetInsideSVG=s.isPath&&H.svg(n.target),s.isColor=H.col(s.from.original),s.isColor&&(s.round=1),a=s,s})}var gr={css:function(e,n,a){return e.style[n]=a},attribute:function(e,n,a){return e.setAttribute(n,a)},object:function(e,n,a){return e[n]=a},transform:function(e,n,a,o,s){if(o.list.set(n,a),n===o.last||s){var i="";o.list.forEach(function(r,l){i+=l+"("+r+") "}),e.style.transform=i}}};function yr(e,n){var a=ur(e);a.forEach(function(o){for(var s in n){var i=No(n[s],o),r=o.target,l=He(i),c=xo(r,s,l,o),d=l||He(c),h=Mo(dr(i,d),c),m=Io(r,s);gr[m](r,s,h,o.transforms,!0)}})}function Wk(e,n){var a=Io(e.target,n.name);if(a){var o=Uk(n,e),s=o[o.length-1];return{type:a,property:n.name,animatable:e,tweens:o,duration:s.end,delay:o[0].delay,endDelay:s.endDelay}}}function Yk(e,n){return On(Fn(e.map(function(a){return n.map(function(o){return Wk(a,o)})})),function(a){return!H.und(a)})}function br(e,n){var a=e.length,o=function(i){return i.timelineOffset?i.timelineOffset:0},s={};return s.duration=a?Math.max.apply(Math,e.map(function(i){return o(i)+i.duration})):n.duration,s.delay=a?Math.min.apply(Math,e.map(function(i){return o(i)+i.delay})):n.delay,s.endDelay=a?s.duration-Math.max.apply(Math,e.map(function(i){return o(i)+i.duration-i.endDelay})):n.endDelay,s}var kr=0;function Kk(e){var n=Vo(nr,e),a=Vo(wo,e),o=Rk(a,e),s=ur(e.targets),i=Yk(s,o),r=br(i,a),l=kr;return kr++,Hn(n,{id:l,children:[],animatables:s,animations:i,duration:r.duration,delay:r.delay,endDelay:r.endDelay})}var Ne=[],_r=function(){var e;function n(){!e&&(!$r()||!J.suspendWhenDocumentHidden)&&Ne.length>0&&(e=requestAnimationFrame(a))}function a(s){for(var i=Ne.length,r=0;r<i;){var l=Ne[r];l.paused?(Ne.splice(r,1),i--):(l.tick(s),r++)}e=r>0?requestAnimationFrame(a):void 0}function o(){J.suspendWhenDocumentHidden&&($r()?e=cancelAnimationFrame(e):(Ne.forEach(function(s){return s._onDocumentVisibility()}),_r()))}return typeof document<"u"&&document.addEventListener("visibilitychange",o),n}();function $r(){return!!document&&document.hidden}function J(e){e===void 0&&(e={});var n=0,a=0,o=0,s,i=0,r=null;function l(y){var _=window.Promise&&new Promise(function(V){return r=V});return y.finished=_,_}var c=Kk(e);l(c);function d(){var y=c.direction;y!=="alternate"&&(c.direction=y!=="normal"?"normal":"reverse"),c.reversed=!c.reversed,s.forEach(function(_){return _.reversed=c.reversed})}function h(y){return c.reversed?c.duration-y:y}function m(){n=0,a=h(c.currentTime)*(1/J.speed)}function p(y,_){_&&_.seek(y-_.timelineOffset)}function f(y){if(c.reversePlayback)for(var V=i;V--;)p(y,s[V]);else for(var _=0;_<i;_++)p(y,s[_])}function u(y){for(var _=0,V=c.animations,x=V.length;_<x;){var N=V[_],I=N.animatable,T=N.tweens,A=T.length-1,b=T[A];A&&(b=On(T,function(De){return y<De.end})[0]||b);for(var C=Me(y-b.start-b.delay,0,b.duration)/b.duration,D=isNaN(C)?1:b.easing(C),M=b.to.strings,L=b.round,v=[],P=b.to.numbers.length,S=void 0,B=0;B<P;B++){var z=void 0,O=b.to.numbers[B],U=b.from.numbers[B]||0;b.isPath?z=Hk(b.value,D*O,b.isPathTargetInsideSVG):z=U+D*(O-U),L&&(b.isColor&&B>2||(z=Math.round(z*L)/L)),v.push(z)}var K=M.length;if(!K)S=v[0];else{S=M[0];for(var Z=0;Z<K;Z++){M[Z];var oe=M[Z+1],ne=v[Z];isNaN(ne)||(oe?S+=ne+oe:S+=ne+" ")}}gr[N.type](I.target,N.property,S,I.transforms),N.currentValue=S,_++}}function k(y){c[y]&&!c.passThrough&&c[y](c)}function E(){c.remaining&&c.remaining!==!0&&c.remaining--}function g(y){var _=c.duration,V=c.delay,x=_-c.endDelay,N=h(y);c.progress=Me(N/_*100,0,100),c.reversePlayback=N<c.currentTime,s&&f(N),!c.began&&c.currentTime>0&&(c.began=!0,k("begin")),!c.loopBegan&&c.currentTime>0&&(c.loopBegan=!0,k("loopBegin")),N<=V&&c.currentTime!==0&&u(0),(N>=x&&c.currentTime!==_||!_)&&u(_),N>V&&N<x?(c.changeBegan||(c.changeBegan=!0,c.changeCompleted=!1,k("changeBegin")),k("change"),u(N)):c.changeBegan&&(c.changeCompleted=!0,c.changeBegan=!1,k("changeComplete")),c.currentTime=Me(N,0,_),c.began&&k("update"),y>=_&&(a=0,E(),c.remaining?(n=o,k("loopComplete"),c.loopBegan=!1,c.direction==="alternate"&&d()):(c.paused=!0,c.completed||(c.completed=!0,k("loopComplete"),k("complete"),!c.passThrough&&"Promise"in window&&(r(),l(c)))))}return c.reset=function(){var y=c.direction;c.passThrough=!1,c.currentTime=0,c.progress=0,c.paused=!0,c.began=!1,c.loopBegan=!1,c.changeBegan=!1,c.completed=!1,c.changeCompleted=!1,c.reversePlayback=!1,c.reversed=y==="reverse",c.remaining=c.loop,s=c.children,i=s.length;for(var _=i;_--;)c.children[_].reset();(c.reversed&&c.loop!==!0||y==="alternate"&&c.loop===1)&&c.remaining++,u(c.reversed?c.duration:0)},c._onDocumentVisibility=m,c.set=function(y,_){return yr(y,_),c},c.tick=function(y){o=y,n||(n=o),g((o+(a-n))*J.speed)},c.seek=function(y){g(h(y))},c.pause=function(){c.paused=!0,m()},c.play=function(){c.paused&&(c.completed&&c.reset(),c.paused=!1,Ne.push(c),m(),_r())},c.reverse=function(){d(),c.completed=!c.reversed,m()},c.restart=function(){c.reset(),c.play()},c.remove=function(y){var _=Do(y);Cr(_,c)},c.reset(),c.autoplay&&c.play(),c}function wr(e,n){for(var a=n.length;a--;)Eo(e,n[a].animatable.target)&&n.splice(a,1)}function Cr(e,n){var a=n.animations,o=n.children;wr(e,a);for(var s=o.length;s--;){var i=o[s],r=i.animations;wr(e,r),!r.length&&!i.children.length&&o.splice(s,1)}!a.length&&!o.length&&n.pause()}function Zk(e){for(var n=Do(e),a=Ne.length;a--;){var o=Ne[a];Cr(n,o)}}function Xk(e,n){n===void 0&&(n={});var a=n.direction||"normal",o=n.easing?Bo(n.easing):null,s=n.grid,i=n.axis,r=n.from||0,l=r==="first",c=r==="center",d=r==="last",h=H.arr(e),m=parseFloat(h?e[0]:e),p=h?parseFloat(e[1]):0,f=He(h?e[1]:e)||0,u=n.start||0+(h?m:0),k=[],E=0;return function(g,y,_){if(l&&(r=0),c&&(r=(_-1)/2),d&&(r=_-1),!k.length){for(var V=0;V<_;V++){if(!s)k.push(Math.abs(r-V));else{var x=c?(s[0]-1)/2:r%s[0],N=c?(s[1]-1)/2:Math.floor(r/s[0]),I=V%s[0],T=Math.floor(V/s[0]),A=x-I,b=N-T,C=Math.sqrt(A*A+b*b);i==="x"&&(C=-A),i==="y"&&(C=-b),k.push(C)}E=Math.max.apply(Math,k)}o&&(k=k.map(function(M){return o(M/E)*E})),a==="reverse"&&(k=k.map(function(M){return i?M<0?M*-1:-M:Math.abs(E-M)}))}var D=h?(p-m)/E:m;return u+D*(Math.round(k[y]*100)/100)+f}}function Jk(e){e===void 0&&(e={});var n=J(e);return n.duration=0,n.add=function(a,o){var s=Ne.indexOf(n),i=n.children;s>-1&&Ne.splice(s,1);function r(p){p.passThrough=!0}for(var l=0;l<i.length;l++)r(i[l]);var c=Hn(a,Vo(wo,e));c.targets=c.targets||e.targets;var d=n.duration;c.autoplay=!1,c.direction=n.direction,c.timelineOffset=H.und(o)?d:Mo(o,d),r(n),n.seek(c.timelineOffset);var h=J(c);r(h),i.push(h);var m=br(i,e);return n.delay=m.delay,n.endDelay=m.endDelay,n.duration=m.duration,n.seek(0),n.reset(),n.autoplay&&n.play(),n},n}J.version="3.2.1",J.speed=1,J.suspendWhenDocumentHidden=!0,J.running=Ne,J.remove=Zk,J.get=xo,J.set=yr,J.convertPx=To,J.path=Fk,J.setDashoffset=Ak,J.stagger=Xk,J.timeline=Jk,J.easing=Bo,J.penner=sr,J.random=function(e,n){return Math.floor(Math.random()*(n-e+1))+e};const Qk=t.defineComponent({name:"MissionDetailHighlights",components:{BaseHeading:G,MissionDetailHighlightsCarousel:tr},directives:{ObserveVisibility:Pn},props:{missionTitle:{type:String,required:!0},animation:{type:Boolean,required:!1,default:!1},graphic:{type:Object,required:!1},heading:{type:String,required:!1},highlights:{type:Array,required:!1}},data(){return{isLoaded:!1,animationInView:!1,resizeHandler:null}},computed:{animationClasses(){let e="";return this.animationInView&&this.isLoaded?e=e+" opacity-100":e=e+" opacity-0",this.graphic?e=e+" absolute inset-0":e=e+" relative -filler",e}},watch:{isLoaded(){this.animation&&this.animationInView&&this.animate()}},mounted(){this.init()},methods:{visibilityChanged(e){this.animationInView=e,this.animationInView&&this.isLoaded&&this.animation?(this.resizeHandler=zs(this.onResize,70),window.addEventListener("resize",this.resizeHandler,!1),this.animate()):this.resizeHandler&&window.removeEventListener("resize",this.resizeHandler)},animate(){this.drawLine(),this.lineFollower()},drawLine(){J({targets:this.$refs.missionHighlightsPath,strokeDashoffset:[J.setDashoffset,0],easing:"easeInOutSine",duration:2e3,delay(e,n){return n*250},direction:"alternate",loop:!1})},lineFollower(){const e=J.path(this.$refs.missionHighlightsPath),n=J.timeline();n.add({targets:this.$refs.missionHighlightsMovingDot,translateX:e("x"),translateY:e("y"),easing:"easeInOutSine",duration:2e3,loop:!1}),n.add({targets:this.$refs.missionHighlightsTitle,easing:"easeInOutSine",duration:250,opacity:["0","1"],loop:!1})},onResize(){this.animationInView&&this.animate()},init(){if(this.animation&&this.$refs.MissionDetailHighlightsImage){const e=this.$refs.MissionDetailHighlightsImage;if(e||(this.isLoaded=!0),e.complete)this.isLoaded=!0;else{const n=()=>{this.isLoaded=!0,e.removeEventListener("load",n)};e.addEventListener("load",n,!1)}}else this.isLoaded=!0}}}),e_={class:"max-w-screen-3xl relative mx-auto overflow-hidden"},t_={class:"mission-highlights-content lg:BaseGrid lg:px-0 container relative z-20 px-4 mx-auto"},n_={class:"xl:col-start-6 lg:py-36 lg:col-start-7 xl:col-end-11 lg:col-end-12 relative"},a_={class:"relative z-10 w-full"},o_={class:"slides relative overflow-hidden"},s_={key:0,class:"lg:flex lg:col-start-5 lg:col-end-12 absolute inset-0 flex hidden"},i_=[t.createElementVNode("div",{class:"bg-gradient-to-t lg:bg-gradient-to-r from-transparent to-black height-full w-1/2"},null,-1)],r_={key:0,class:"lg:absolute inset-0 z-10 w-full"},l_=t.createElementVNode("div",{class:"lg:block bg-gradient-to-t from-transparent to-black sm:h-40 absolute inset-x-0 top-0 z-20 hidden h-20"},null,-1),c_=t.createElementVNode("div",{class:"lg:block bg-gradient-to-b from-transparent to-black sm:h-40 absolute inset-x-0 bottom-0 z-20 hidden h-20"},null,-1),d_={class:"lg:absolute lg:mt-0 lg:flex lg:-ml-24 xl:-ml-20 3xl:ml-0 lg:w-3xl lg:inset-y-0 lg:left-0 relative z-10 items-center w-full -mt-24"},h_={class:"lg:max-w-none relative max-w-2xl mx-auto"},m_=t.createElementVNode("div",{class:"bg-gradient-to-t from-transparent to-black sm:h-10 absolute inset-x-0 top-0 h-40"},null,-1),p_=t.createElementVNode("div",{class:"bg-gradient-to-b from-transparent to-black sm:h-10 absolute inset-x-0 bottom-0 h-40"},null,-1),f_=t.createElementVNode("div",{class:"bg-gradient-to-l from-transparent to-black lg:w-64 absolute inset-y-0 left-0 w-20"},null,-1),u_=t.createElementVNode("div",{class:"bg-gradient-to-r from-transparent to-black lg:w-64 absolute inset-y-0 right-0 w-20"},null,-1),g_={class:"block"},y_=["srcset"],b_=["src","srcset","width","height","alt"],k_={key:0,class:"lg:absolute relative inset-0"},__={class:"mission-highlights-animation-container pt-14 relative max-w-screen-xl mx-auto"},$_={class:"mission-highlights-spherical-body -translate-x-3/7 xl:-translate-x-1/2 lg:w-3xl lg:max-w-3xl relative inset-0 w-full max-w-xl transform"},w_={key:0,class:"lg:absolute relative inset-x-0 top-0 z-10"},C_=["srcset"],B_=["src","srcset","width","height","alt"],E_={class:"mission-highlights-path text-jpl-red-light absolute inset-x-0 top-0 left-0 z-20"},S_={fill:"none","fill-rule":"evenodd"},V_={ref:"missionHighlightsPath",stroke:"currentColor","stroke-width":"2","stroke-dasharray":"6,10",d:"M386,1C598.25,1,770,177.27,770,395.11"},N_={ref:"missionHighlightsMovingDot",class:"mission-highlights-dot absolute top-0 z-30"},T_=t.createElementVNode("div",{class:"border-jpl-red-light sm:w-26 sm:h-26 absolute top-0 left-0 flex items-center justify-center w-12 h-12 transform -translate-x-1/2 -translate-y-1/2 bg-transparent border-2 rounded-full"},[t.createElementVNode("div",{class:"bg-jpl-red-light w-3 h-3 rounded-full"})],-1);function I_(e,n,a,o,s,i){const r=G,l=tr,c=t.resolveDirective("observe-visibility");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["MissionDetailHighlights lg:pt-0 lg:overflow-visible relative w-full pt-12 mb-10 overflow-hidden text-white bg-black",e.graphic&&e.animation?"lg:mb-36 min-h-mission-highlights":"pb-12 lg:mb-18"])},[t.createElementVNode("div",e_,[t.createElementVNode("div",t_,[t.createElementVNode("div",n_,[t.createElementVNode("div",a_,[t.createVNode(r,{level:"h2",class:"mb-8"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.heading||"Mission Highlights"),1)]),_:1}),t.createElementVNode("div",o_,[t.createVNode(l,{items:e.highlights},null,8,["items"])])])]),!e.animation&&e.graphic?(t.openBlock(),t.createElementBlock("div",s_,i_)):t.createCommentVNode("",!0)]),!e.animation&&e.graphic&&e.graphic.src?(t.openBlock(),t.createElementBlock("div",r_,[l_,c_,t.createElementVNode("div",d_,[t.createElementVNode("div",h_,[m_,p_,f_,u_,t.createElementVNode("picture",g_,[t.createElementVNode("source",{srcset:e.graphic.webp.url,type:"image/webp"},null,8,y_),t.createElementVNode("img",{class:"object-contain",src:e.graphic.src.url,srcset:e.graphic.srcSet,width:e.graphic.src.width,height:e.graphic.src.height,alt:e.graphic.alt},null,8,b_)])])])])):t.createCommentVNode("",!0)]),e.animation?t.withDirectives((t.openBlock(),t.createElementBlock("div",k_,[t.createElementVNode("div",__,[t.createElementVNode("div",$_,[e.graphic&&e.graphic.src?(t.openBlock(),t.createElementBlock("div",w_,[t.createElementVNode("picture",null,[t.createElementVNode("source",{srcset:e.graphic.webp.url,type:"image/webp"},null,8,C_),t.createElementVNode("img",{ref:"MissionDetailHighlightsImage",class:"lg:absolute relative w-full -mt-3",src:e.graphic.src.url,srcset:e.graphic.srcSet,width:e.graphic.src.width,height:e.graphic.src.height,alt:e.graphic.alt},null,8,B_)])])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(["mission-highlights-lines transition-opacity duration-300 ease-linear",e.animationClasses])},[t.createElementVNode("div",E_,[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(["w-auto h-auto transition-opacity duration-200",[e.animationInView?"opacity-100":"opacity-0"]]),viewBox:"0 0 771 500","aria-hidden":"true"},[t.createElementVNode("g",S_,[t.createElementVNode("path",V_,null,512)])],2))]),t.createElementVNode("div",N_,[T_,e.missionTitle?(t.openBlock(),t.createElementBlock("div",{key:0,ref:"missionHighlightsTitle",class:"sm:mt-16 relative mt-10 text-white transform -translate-x-1/2 opacity-0"},t.toDisplayString(e.missionTitle),513)):t.createCommentVNode("",!0)],512)],2)])])])),[[c,{callback:e.visibilityChanged,throttle:300,once:!1}]]):t.createCommentVNode("",!0)],2)}const x_=w(Qk,[["render",I_]]),M_=t.defineComponent({name:"MissionDetailInlineImage",components:{BlockText:re,BaseImagePlaceholder:j,BaseImage:q,BaseImageCaption:ie},props:{alignment:{type:String,required:!1,default:"right"},text:{type:String,required:!1},image:{type:Object,required:!1}},computed:{theSrcSet(){if(this.image)return se(this.image)}}}),L_={key:0,class:"MissionDetailInlineImage lg:BaseGrid container mx-auto"},D_={class:"lg:mb-10 xl:mb-3 mb-2"},v_={class:"justify-items-center relative block"};function P_(e,n,a,o,s,i){const r=re,l=q,c=j,d=ie;return e.text||e.image?(t.openBlock(),t.createElementBlock("div",L_,[t.createElementVNode("div",{class:t.normalizeClass(["flex flex-row items-start col-span-4",e.alignment==="right"?"col-start-2 order-1":"col-start-9 order-2"])},[t.createElementVNode("div",D_,[e.text?(t.openBlock(),t.createBlock(r,{key:0,class:"lg:mb-0 mb-5",text:e.text},null,8,["text"])):t.createCommentVNode("",!0)])],2),t.createElementVNode("div",{class:t.normalizeClass(["col-span-6",e.alignment==="right"?"col-start-7 order-2":"col-start-2 order-1"])},[t.createElementVNode("div",v_,[t.createVNode(c,{"aspect-ratio":"1:1","dark-mode":""},{default:t.withCtx(()=>[e.image&&e.image.src?(t.openBlock(),t.createBlock(l,{key:0,src:e.image.src.url,srcset:e.theSrcSet,width:e.image.src.width,height:e.image.src.height,alt:"","object-fit-class":"cover",loading:"lazy"},null,8,["src","srcset","width","height"])):t.createCommentVNode("",!0)]),_:1}),t.createVNode(d,{class:"lg:mt-3 mt-2",data:e.image},null,8,["data"])])],2)])):t.createCommentVNode("",!0)}const vo=w(M_,[["render",P_]]),Br={earth:"Distance from Earth",mars:"Distance traveled on Mars"},Er={"/api/v1/missions/":{getPath:(e,n)=>{const a=e.split(n)[1];if(!a)throw console.error(e,n),new Error("Error querying /api/v1/missions/ API");return`/api/mars${n}${a}`},getDistance:e=>{if(typeof(e==null?void 0:e.mi_traveled)>"u")throw console.error(e),new Error("Error processing /api/v1/missions/ data");return{value:e.mi_traveled,system:"imperial"}}},"/spice_data/getRangefromT1/":{getPath:(e,n)=>{const o=e.split(n)[1].split("/"),s=`${o[0]}/${o[1]}/`,i=[X(),X().add(1,"minute")].map(r=>r.toISOString().replace(/\.\d+Z$/,"")).join("/");return`/api/mars/spice_data/getRangefromT1/${s}${i}/1/`},getDistance:(e,n)=>{var o;const a=(o=e==null?void 0:e.items[n])==null?void 0:o.value;if(e.error||e.units!=="KM"||typeof a>"u")throw console.error(e,n),new Error("Error processing /spice_data/getRangefromT1/ data");return{value:Math.round(Number(a)),system:"metric"}}}},Sr=Object.keys(Er),z_=t.defineComponent({name:"DistanceStats",components:{BaseUnitToggle:Pe},props:{distanceType:{type:String,required:!0,validator:e=>e===""||Object.keys(Br).includes(e)},value:Number,valueSystem:{type:String,required:!1,default:"imperial"},distanceApiUrls:{type:String,required:!1,validator:e=>Sr.some(n=>e.includes(n)||e==="")},labelClass:String},data(){return{apiDistance:null,showError:!1,timeout:null}},computed:{distanceTypeLabel(){return Br[this.distanceType]||this.distanceType},loadedValue(){var e;return this.distanceApiUrls?((e=this.apiDistance)==null?void 0:e.value)||0:this.value},loadedSystem(){var e;return this.distanceApiUrls?((e=this.apiDistance)==null?void 0:e.system)||"imperial":this.valueSystem},isLoading(){return!!this.distanceApiUrls&&this.apiDistance===null}},mounted(){this.distanceApiUrls&&this.getAPIDistance()},beforeUnmount(){clearTimeout(this.timeout)},methods:{async getAPIDistance(){try{const e=Sr.find(n=>{var a;return(a=this.distanceApiUrls)==null?void 0:a.includes(n)});if(e&&this.distanceApiUrls){const n=Er[e],a=n.getPath(this.distanceApiUrls,e),o=await this.$axios.$get(a);e==="/spice_data/getRangefromT1/"?this.updateSPICEData(n,o,0):this.apiDistance=n.getDistance(o,0)}}catch(e){console.error(e),this.showError=!0}},async updateSPICEData(e,n,a){var s;this.apiDistance=e.getDistance(n,a);const o=a+1;if(o<((s=n==null?void 0:n.items)==null?void 0:s.length))this.timeout=setTimeout(this.updateSPICEData.bind(this,e,n,o),1e3);else if(this.distanceApiUrls){const i=await this.$axios.$get(e.getPath(this.distanceApiUrls,"/spice_data/getRangefromT1/"));this.updateSPICEData(e,i,0)}}}}),A_={key:0,class:"DistanceStats"},O_={key:0},F_={key:1};function H_(e,n,a,o,s,i){const r=Pe;return typeof e.value<"u"||e.distanceApiUrls?(t.openBlock(),t.createElementBlock("div",A_,[t.renderSlot(e.$slots,"label",{label:e.distanceTypeLabel},()=>[t.createElementVNode("p",null,t.toDisplayString(e.distanceTypeLabel),1)]),e.showError?(t.openBlock(),t.createElementBlock("p",O_,"Unavailable")):e.isLoading?(t.openBlock(),t.createElementBlock("p",F_,"Loading…")):e.loadedValue?(t.openBlock(),t.createBlock(r,{key:2,"unit-pair":"MI_KM",value:e.loadedValue,"value-system":e.loadedSystem},{default:t.withCtx(l=>[t.renderSlot(e.$slots,"value",{formattedValue:l.formattedValue},()=>[t.createTextVNode(t.toDisplayString(l.formattedValue),1)])]),_:3},8,["value","value-system"])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const qn=w(z_,[["render",H_]]),Vr={draft:"Select status",current:"Current",future:"Future",proposed:"Proposed",past:"Past"},Bt={countdown:"Countdown",time_in_orbit:"Time in Orbit",time_on_mars:"Time on Mars",time_to_mars:"Time to Mars",time_to_dest:"Time to Destination"},q_=t.defineComponent({name:"MissionDetailStats",components:{BaseTimer:ze,DistanceStats:qn},props:{showClock:Boolean,clockType:{type:String,required:!0,validator:e=>!!Bt[e]},startDateTime:String,displayDate:{type:String||null,required:!1},missionTypes:{type:Array,required:!0,default:()=>[]},missionTargets:{type:Array,required:!0,default:()=>[]},status:{type:String,required:!0,validator:e=>!!Vr[e]},showDistance:Boolean,distanceType:{type:String,required:!1,default:""},distanceValue:Number,distanceApiUrls:String},computed:{clockTypeLabel(){return Bt[this.clockType]||this.clockType},statusLabel(){return Vr[this.status]||this.status}}}),j_={class:"MissionDetailStats MixedBleedGrid lg:relative lg:z-20 lg:-mt-20 lg:pl-0 lg:mb-20 pl-4 mb-12"},R_=t.createElementVNode("h2",{class:"sr-only"},"Mission Statistics",-1),G_={class:"theme col-start-indent-col-2 col-end-container lg:py-12 lg:px-0 text-body-lg px-8 py-10 pr-0"},U_=t.createElementVNode("div",{class:"lg:block hidden col-span-1 row-span-2"},null,-1),W_={key:0,class:"lg:col-span-6 col-span-10"},Y_={class:"label text-subtitle"},K_={class:"label text-subtitle"},Z_={class:"text-stats-xl"},X_={key:2,class:"lg:col-span-2 col-span-5"},J_=t.createElementVNode("p",{class:"label text-subtitle"},"Launch Date",-1),Q_={key:3,class:"lg:col-span-2 col-span-5"},e$=t.createElementVNode("p",{class:"label text-subtitle"},"Type",-1),t$={key:4,class:"lg:col-span-2 col-span-5"},n$=t.createElementVNode("p",{class:"label text-subtitle"},"Target",-1),a$={key:5,class:"lg:col-span-2 col-span-5"},o$=t.createElementVNode("p",{class:"label text-subtitle"},"Status",-1),s$=t.createElementVNode("div",{class:"theme col-start-container-end col-end-bleed"},null,-1);function i$(e,n,a,o,s,i){const r=ze,l=qn;return t.openBlock(),t.createElementBlock("div",j_,[R_,t.createElementVNode("div",G_,[t.createElementVNode("div",{class:t.normalizeClass(["gap-y-10 grid grid-cols-10",{"adaptive-stats-grid 2xl:grid-cols-11":e.showClock}])},[U_,e.showClock&&e.startDateTime?(t.openBlock(),t.createElementBlock("div",W_,[t.createElementVNode("p",Y_,t.toDisplayString(e.clockTypeLabel),1),t.createVNode(r,{"target-date-time":e.startDateTime,"selected-units":["years","months","days","hours","minutes","seconds"],countdown:e.clockType==="countdown"},null,8,["target-date-time","countdown"])])):t.createCommentVNode("",!0),e.showDistance?(t.openBlock(),t.createBlock(l,{key:1,class:"lg:col-span-3 col-span-10","distance-type":e.distanceType,value:e.distanceValue,"value-system":"imperial","distance-api-urls":e.distanceApiUrls},{label:t.withCtx(c=>[t.createElementVNode("p",K_,t.toDisplayString(c.label),1)]),value:t.withCtx(c=>[t.createElementVNode("span",Z_,t.toDisplayString(c.formattedValue),1)]),_:1},8,["distance-type","value","distance-api-urls"])):t.createCommentVNode("",!0),e.displayDate?(t.openBlock(),t.createElementBlock("div",X_,[J_,t.createElementVNode("p",null,t.toDisplayString(e.displayDate),1)])):t.createCommentVNode("",!0),e.missionTypes.length>0?(t.openBlock(),t.createElementBlock("div",Q_,[e$,t.createTextVNode(" "+t.toDisplayString(e.missionTypes.map(c=>c.missionType).join(", ")),1)])):t.createCommentVNode("",!0),e.missionTargets.length>0?(t.openBlock(),t.createElementBlock("div",t$,[n$,t.createTextVNode(" "+t.toDisplayString(e.missionTargets.map(c=>c.target).join(", ")),1)])):t.createCommentVNode("",!0),e.status!=="draft"?(t.openBlock(),t.createElementBlock("div",a$,[o$,t.createTextVNode(" "+t.toDisplayString(e.statusLabel),1)])):t.createCommentVNode("",!0)],2)]),s$])}const r$=w(q_,[["render",i$]]),l$={name:"MissionDetailStreamfield",components:{MissionDetailInlineImage:vo,BaseHeading:G,BlockQuote:nt,LayoutHelper:ee,BlockIframeEmbed:Ht},props:{data:{type:Array,required:!1}}},c$={key:0,class:"MissionDetailStreamfield"};function d$(e,n,a,o,s,i){const r=G,l=ee,c=vo,d=nt,h=Ht;return a.data?(t.openBlock(),t.createElementBlock("div",c$,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.data,(m,p)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[m.blockType=="HeadingBlock"?(t.openBlock(),t.createBlock(l,{key:p,indent:"col-2"},{default:t.withCtx(()=>[t.createVNode(r,{level:m.level,class:"MissionDetailStreamfield-heading md:mb-8 mb-5"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(m.heading),1)]),_:2},1032,["level"])]),_:2},1024)):m.blockType=="InlineImageBlock"?(t.openBlock(),t.createBlock(c,{key:`InlineImageBlock${p}`,alignment:m.alignTo,text:m.text,image:m.image,class:"lg:mb-18 mb-10"},null,8,["alignment","text","image"])):m.blockType=="QuoteBlock"?(t.openBlock(),t.createBlock(l,{key:`QuoteBlock${p}`,indent:"col-3",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(d,{data:m},null,8,["data"])]),_:2},1024)):m.blockType=="IframeEmbedBlock"?(t.openBlock(),t.createBlock(l,{key:`IframeEmbedBlock${p}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(h,{data:m},null,8,["data"])]),_:2},1024)):t.createCommentVNode("",!0)],64))),256))])):t.createCommentVNode("",!0)}const h$=w(l$,[["render",d$],["__scopeId","data-v-538a741e"]]),m$=t.defineComponent({name:"NavDropdownToggle",props:{path:{type:String,required:!1},ariaExpanded:{type:Boolean,required:!1}},computed:{isActivePath(){return this.path?mt(this.path):!1}},methods:{clickEvent(){this.$emit("toggleClicked")},escEvent(){this.$emit("closeDropdown")}}}),p$=["aria-expanded"];function f$(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("button",{class:t.normalizeClass(["NavDropdownToggle group cursor-pointer",{"-active":e.isActivePath}]),"aria-expanded":e.ariaExpanded,onClick:n[0]||(n[0]=r=>e.clickEvent()),onKeydown:n[1]||(n[1]=t.withKeys(r=>e.escEvent(),["esc"]))},[t.renderSlot(e.$slots,"default")],42,p$)}const qe=w(m$,[["render",f$]]),u$={class:"absolute inset-0 flex items-center"},g$={key:0,class:"underlinedInput ml-14 h-2px absolute inset-x-0 bottom-0 overflow-hidden text-lg text-transparent"},y$={class:"border-jpl-red-light absolute z-10 h-0 border-b-2 select-none"},b$=["placeholder"],Po=w(t.defineComponent({__name:"SearchInput",props:t.mergeModels({underlinedInput:{type:Boolean,default:!1},underlinedInputValue:{default:void 0},placeholder:{default:""},autoFocus:{type:Boolean,default:!1},defaultColors:{type:Boolean,default:!0}},{modelValue:{},modelModifiers:{}}),emits:t.mergeModels(["input","esc"],["update:modelValue"]),setup(e,{emit:n}){const a=e,o=n,s=t.useModel(e,"modelValue"),i=t.ref(!1),r=t.ref(void 0);return t.onMounted(()=>{a.autoFocus&&r.value&&(r.value.focus(),i.value=!0)}),(l,c)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["relative flex items-center",{"border border-gray-mid":l.defaultColors&&!l.underlinedInput,"custom-focus":l.underlinedInput}])},[t.createElementVNode("div",u$,[t.createVNode(Dn,{class:t.normalizeClass(["relative z-10 ml-6 text-xl",{"text-gray-mid":l.defaultColors}])},null,8,["class"])]),l.underlinedInput?(t.openBlock(),t.createElementBlock("div",g$,[t.createElementVNode("span",y$,t.toDisplayString(l.underlinedInputValue),1),t.createElementVNode("span",{class:t.normalizeClass(["border-gray-light-mid absolute inset-x-0 z-10 h-0 border-b-2 select-none",i.value?"border-opacity-100":"border-opacity-50"])},null,2)])):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("input",{ref_key:"searchQueryRef",ref:r,"onUpdate:modelValue":c[0]||(c[0]=d=>s.value=d),class:t.normalizeClass(["pl-14 focus:ring-2 relative z-10 w-full pr-5 text-lg bg-transparent border-0",{"text-gray-dark":l.defaultColors,"py-1":l.underlinedInput,"py-4":!l.underlinedInput}]),type:"search","aria-label":"Query",placeholder:l.placeholder,onKeydown:c[1]||(c[1]=t.withKeys(d=>o("esc"),["esc"])),onInput:c[2]||(c[2]=d=>o("input",d.target)),onFocus:c[3]||(c[3]=d=>i.value=!0),onBlur:c[4]||(c[4]=d=>i.value=!1)},null,42,b$),[[t.vModelText,s.value]])],2))}}),[["__scopeId","data-v-c6422975"]]),k$=t.defineComponent({name:"NavSearchForm",components:{SearchInput:Po},props:{mobile:{type:Boolean,default:!1}},data(){return{searchQuery:void 0}},methods:{clearSearch(){this.searchQuery=void 0,this.$emit("clearSearch")},submitSearch(){this.$emit("submitForm"),this.$router&&this.$router.push({name:"search",query:{query:this.searchQuery}})}}}),_$=t.createElementVNode("button",{type:"submit",class:"sr-only","aria-label":"Submit"}," Search ",-1);function $$(e,n,a,o,s,i){const r=Po;return t.openBlock(),t.createElementBlock("form",{class:"NavSearchForm",onSubmit:n[2]||(n[2]=t.withModifiers(l=>e.submitSearch(),["prevent"]))},[t.createVNode(r,{modelValue:e.searchQuery,"onUpdate:modelValue":n[0]||(n[0]=l=>e.searchQuery=l),placeholder:"Search JPL","underlined-input":!e.mobile,"underlined-input-value":e.searchQuery,"auto-focus":!e.mobile,inline:!e.mobile,"default-colors":e.mobile,onEsc:n[1]||(n[1]=l=>e.clearSearch())},null,8,["modelValue","underlined-input","underlined-input-value","auto-focus","inline","default-colors"]),_$],32)}const Jt=w(k$,[["render",$$]]),w$=t.defineComponent({name:"NavHighlight",components:{BaseLink:F,BaseImage:q,BaseImagePlaceholder:j},props:{highlight:{type:Object,required:!1},customLabel:{type:String,required:!1}}}),C$={key:0},B$={key:0,class:"mb-4"},E$={key:1,class:"text-subtitle-sm mb-2"},S$=t.createElementVNode("span",{class:"sr-only"},".",-1),V$={key:2};function N$(e,n,a,o,s,i){const r=q,l=j,c=F;return e.highlight?(t.openBlock(),t.createElementBlock("div",C$,[t.createVNode(c,{variant:"none","external-target-blank":"","link-class":"block",to:e.highlight.url},{default:t.withCtx(()=>[e.highlight.thumbnailImage?(t.openBlock(),t.createElementBlock("div",B$,[t.createVNode(l,{"aspect-ratio":"16:9","dark-mode":"","no-logo":""},{default:t.withCtx(()=>[e.highlight.thumbnailImage.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.highlight.thumbnailImage.src.url,width:e.highlight.thumbnailImage.src.width,height:e.highlight.thumbnailImage.src.height,alt:"","object-fit-class":"cover","image-class":"can-hover:group-hover:scale-100 transition duration-300 ease-in-out transform scale-105",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0),e.customLabel||e.highlight.label?(t.openBlock(),t.createElementBlock("p",E$,t.toDisplayString(e.customLabel||e.highlight.label),1)):t.createCommentVNode("",!0),S$,e.highlight.title?(t.openBlock(),t.createElementBlock("p",V$,t.toDisplayString(e.highlight.title),1)):t.createCommentVNode("",!0)]),_:1},8,["to"])])):t.createCommentVNode("",!0)}const Qt=w(w$,[["render",N$]]),T$=t.defineComponent({name:"NavHeading",components:{BaseLink:F},props:{data:{type:Object,required:!1}}}),I$={key:0,class:"-mt-2 -ml-2"},x$={key:1,class:"text-subtitle text-jpl-blue-lighter edu:text-primary-lighter inline-block mb-4"},M$={class:"p-2"};function L$(e,n,a,o,s,i){const r=F;return e.data?(t.openBlock(),t.createElementBlock("div",I$,[e.data.headingPage&&e.data.heading?(t.openBlock(),t.createBlock(r,{key:0,variant:"none",class:"text-subtitle text-jpl-blue-lighter edu:text-primary-lighter inline-block mb-4","link-class":"p-2",to:e.data.headingPage.url},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.heading),1)]),_:1},8,["to"])):e.data.heading?(t.openBlock(),t.createElementBlock("div",x$,[t.createElementVNode("span",M$,t.toDisplayString(e.data.heading),1)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const en=w(T$,[["render",L$]]),D$=[{facebook:!0,url:"http://www.facebook.com/NASAJPL",label:"Follow JPL on Facebook"},{twitter:!0,url:"https://x.com/NASAJPL",label:"Follow JPL on X"},{instagram:!0,url:"http://instagram.com/nasajpl",label:"Follow JPL on Instagram"},{youtube:!0,url:"http://www.youtube.com/user/JPLnews?sub_confirmation=1",label:"Follow JPL on YouTube"}],v$=[{facebook:!0,url:"http://facebook.com/nasajpledu",label:"Follow JPL Education on Facebook"},{twitter:!0,url:"http://x.com/nasajpl_edu",label:"Follow JPL Education on X"},{instagram:!0,url:"http://instagram.com/nasajpl_edu",label:"Follow JPL Education on Instagram"},{youtube:!0,url:"https://www.youtube.com/@nasajpledu3401",label:"Follow JPL Education on YouTube"}],P$=t.defineComponent({name:"NavSocial",components:{BaseButton:R,IconSocialFacebook:wt,IconSocialTwitter:Ct,IconSocialInstagram:yo,IconSocialYoutube:ko},props:{dark:{type:Boolean,required:!1,default:!1},edu:{type:Boolean,required:!1,default:!1}},computed:{socialLinks(){return this.edu?v$:D$}}}),z$={class:"NavSocial relative flex flex-row items-start border-collapse"};function A$(e,n,a,o,s,i){const r=wt,l=Ct,c=yo,d=ko,h=R;return t.openBlock(),t.createElementBlock("div",z$,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.socialLinks,(m,p)=>(t.openBlock(),t.createBlock(h,{key:p,variant:e.dark?"dark":"social",class:t.normalizeClass(["-facebook w-12 h-12 text-2xl",{"-facebook":m.facebook,"-twitter":m.twitter,"-instagram":m.instagram,"-youtube":m.youtube}]),href:m.url,"aria-label":m.label,target:"_blank",rel:"noopener"},{icon:t.withCtx(()=>[m.facebook?(t.openBlock(),t.createBlock(r,{key:0})):m.twitter?(t.openBlock(),t.createBlock(l,{key:1})):m.instagram?(t.openBlock(),t.createBlock(c,{key:2})):m.youtube?(t.openBlock(),t.createBlock(d,{key:3})):t.createCommentVNode("",!0)]),_:2},1032,["variant","class","href","aria-label"]))),128))])}const ot=w(P$,[["render",A$],["__scopeId","data-v-489e40bd"]]),O$=t.defineComponent({name:"NavLinkList",components:{BaseLink:F,NavHeading:en},props:{data:{type:Object,required:!1},autoCol:{type:Boolean,required:!1,default:!1}},methods:{getRouterLink(e){return dn(e)},getLinkText(e){return ht(e)}}}),F$={key:0};function H$(e,n,a,o,s,i){const r=en,l=F;return e.data?(t.openBlock(),t.createElementBlock("div",F$,[t.createVNode(r,{data:e.data},null,8,["data"]),e.data.links?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass({"auto-col":e.autoCol})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.links,(c,d)=>(t.openBlock(),t.createElementBlock("div",{key:d,class:"mb-0"},[t.createVNode(l,{variant:"none",class:"block text-lg font-medium leading-tight text-white",href:c.path&&!e.getRouterLink(c)?c.path:void 0,to:e.getRouterLink(c)?e.getRouterLink(c):void 0,"link-class":"can-hover:hover:underline inline-block px-2 py-3 -ml-2"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(c)),1)]),_:2},1032,["href","to"])]))),128))],2)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const tn=w(O$,[["render",H$],["__scopeId","data-v-0b357aea"]]);function q$(e,n){for(var a=-1,o=e==null?0:e.length,s=Array(o);++a<o;)s[a]=n(e[a],a,e);return s}var zo=q$;function j$(){this.__data__=[],this.size=0}var R$=j$;function G$(e,n){return e===n||e!==e&&n!==n}var Nr=G$,U$=Nr;function W$(e,n){for(var a=e.length;a--;)if(U$(e[a][0],n))return a;return-1}var jn=W$,Y$=jn,K$=Array.prototype,Z$=K$.splice;function X$(e){var n=this.__data__,a=Y$(n,e);if(a<0)return!1;var o=n.length-1;return a==o?n.pop():Z$.call(n,a,1),--this.size,!0}var J$=X$,Q$=jn;function ew(e){var n=this.__data__,a=Q$(n,e);return a<0?void 0:n[a][1]}var tw=ew,nw=jn;function aw(e){return nw(this.__data__,e)>-1}var ow=aw,sw=jn;function iw(e,n){var a=this.__data__,o=sw(a,e);return o<0?(++this.size,a.push([e,n])):a[o][1]=n,this}var rw=iw,lw=R$,cw=J$,dw=tw,hw=ow,mw=rw;function Et(e){var n=-1,a=e==null?0:e.length;for(this.clear();++n<a;){var o=e[n];this.set(o[0],o[1])}}Et.prototype.clear=lw,Et.prototype.delete=cw,Et.prototype.get=dw,Et.prototype.has=hw,Et.prototype.set=mw;var Rn=Et,pw=Rn;function fw(){this.__data__=new pw,this.size=0}var uw=fw;function gw(e){var n=this.__data__,a=n.delete(e);return this.size=n.size,a}var yw=gw;function bw(e){return this.__data__.get(e)}var kw=bw;function _w(e){return this.__data__.has(e)}var $w=_w,ww=Dt,Cw=ft,Bw="[object AsyncFunction]",Ew="[object Function]",Sw="[object GeneratorFunction]",Vw="[object Proxy]";function Nw(e){if(!Cw(e))return!1;var n=ww(e);return n==Ew||n==Sw||n==Bw||n==Vw}var Tr=Nw,Tw=Ie,Iw=Tw["__core-js_shared__"],xw=Iw,Ao=xw,Ir=function(){var e=/[^.]+$/.exec(Ao&&Ao.keys&&Ao.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Mw(e){return!!Ir&&Ir in e}var Lw=Mw,Dw=Function.prototype,vw=Dw.toString;function Pw(e){if(e!=null){try{return vw.call(e)}catch{}try{return e+""}catch{}}return""}var xr=Pw,zw=Tr,Aw=Lw,Ow=ft,Fw=xr,Hw=/[\\^$.*+?()[\]{}|]/g,qw=/^\[object .+?Constructor\]$/,jw=Function.prototype,Rw=Object.prototype,Gw=jw.toString,Uw=Rw.hasOwnProperty,Ww=RegExp("^"+Gw.call(Uw).replace(Hw,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Yw(e){if(!Ow(e)||Aw(e))return!1;var n=zw(e)?Ww:qw;return n.test(Fw(e))}var Kw=Yw;function Zw(e,n){return e==null?void 0:e[n]}var Xw=Zw,Jw=Kw,Qw=Xw;function eC(e,n){var a=Qw(e,n);return Jw(a)?a:void 0}var st=eC,tC=st,nC=Ie,aC=tC(nC,"Map"),Oo=aC,oC=st,sC=oC(Object,"create"),Gn=sC,Mr=Gn;function iC(){this.__data__=Mr?Mr(null):{},this.size=0}var rC=iC;function lC(e){var n=this.has(e)&&delete this.__data__[e];return this.size-=n?1:0,n}var cC=lC,dC=Gn,hC="__lodash_hash_undefined__",mC=Object.prototype,pC=mC.hasOwnProperty;function fC(e){var n=this.__data__;if(dC){var a=n[e];return a===hC?void 0:a}return pC.call(n,e)?n[e]:void 0}var uC=fC,gC=Gn,yC=Object.prototype,bC=yC.hasOwnProperty;function kC(e){var n=this.__data__;return gC?n[e]!==void 0:bC.call(n,e)}var _C=kC,$C=Gn,wC="__lodash_hash_undefined__";function CC(e,n){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=$C&&n===void 0?wC:n,this}var BC=CC,EC=rC,SC=cC,VC=uC,NC=_C,TC=BC;function St(e){var n=-1,a=e==null?0:e.length;for(this.clear();++n<a;){var o=e[n];this.set(o[0],o[1])}}St.prototype.clear=EC,St.prototype.delete=SC,St.prototype.get=VC,St.prototype.has=NC,St.prototype.set=TC;var IC=St,Lr=IC,xC=Rn,MC=Oo;function LC(){this.size=0,this.__data__={hash:new Lr,map:new(MC||xC),string:new Lr}}var DC=LC;function vC(e){var n=typeof e;return n=="string"||n=="number"||n=="symbol"||n=="boolean"?e!=="__proto__":e===null}var PC=vC,zC=PC;function AC(e,n){var a=e.__data__;return zC(n)?a[typeof n=="string"?"string":"hash"]:a.map}var Un=AC,OC=Un;function FC(e){var n=OC(this,e).delete(e);return this.size-=n?1:0,n}var HC=FC,qC=Un;function jC(e){return qC(this,e).get(e)}var RC=jC,GC=Un;function UC(e){return GC(this,e).has(e)}var WC=UC,YC=Un;function KC(e,n){var a=YC(this,e),o=a.size;return a.set(e,n),this.size+=a.size==o?0:1,this}var ZC=KC,XC=DC,JC=HC,QC=RC,eB=WC,tB=ZC;function Vt(e){var n=-1,a=e==null?0:e.length;for(this.clear();++n<a;){var o=e[n];this.set(o[0],o[1])}}Vt.prototype.clear=XC,Vt.prototype.delete=JC,Vt.prototype.get=QC,Vt.prototype.has=eB,Vt.prototype.set=tB;var Fo=Vt,nB=Rn,aB=Oo,oB=Fo,sB=200;function iB(e,n){var a=this.__data__;if(a instanceof nB){var o=a.__data__;if(!aB||o.length<sB-1)return o.push([e,n]),this.size=++a.size,this;a=this.__data__=new oB(o)}return a.set(e,n),this.size=a.size,this}var rB=iB,lB=Rn,cB=uw,dB=yw,hB=kw,mB=$w,pB=rB;function Nt(e){var n=this.__data__=new lB(e);this.size=n.size}Nt.prototype.clear=cB,Nt.prototype.delete=dB,Nt.prototype.get=hB,Nt.prototype.has=mB,Nt.prototype.set=pB;var Dr=Nt,fB="__lodash_hash_undefined__";function uB(e){return this.__data__.set(e,fB),this}var gB=uB;function yB(e){return this.__data__.has(e)}var bB=yB,kB=Fo,_B=gB,$B=bB;function Wn(e){var n=-1,a=e==null?0:e.length;for(this.__data__=new kB;++n<a;)this.add(e[n])}Wn.prototype.add=Wn.prototype.push=_B,Wn.prototype.has=$B;var vr=Wn;function wB(e,n){for(var a=-1,o=e==null?0:e.length;++a<o;)if(n(e[a],a,e))return!0;return!1}var CB=wB;function BB(e,n){return e.has(n)}var Pr=BB,EB=vr,SB=CB,VB=Pr,NB=1,TB=2;function IB(e,n,a,o,s,i){var r=a&NB,l=e.length,c=n.length;if(l!=c&&!(r&&c>l))return!1;var d=i.get(e),h=i.get(n);if(d&&h)return d==n&&h==e;var m=-1,p=!0,f=a&TB?new EB:void 0;for(i.set(e,n),i.set(n,e);++m<l;){var u=e[m],k=n[m];if(o)var E=r?o(k,u,m,n,e,i):o(u,k,m,e,n,i);if(E!==void 0){if(E)continue;p=!1;break}if(f){if(!SB(n,function(g,y){if(!VB(f,y)&&(u===g||s(u,g,a,o,i)))return f.push(y)})){p=!1;break}}else if(!(u===k||s(u,k,a,o,i))){p=!1;break}}return i.delete(e),i.delete(n),p}var zr=IB,xB=Ie,MB=xB.Uint8Array,LB=MB;function DB(e){var n=-1,a=Array(e.size);return e.forEach(function(o,s){a[++n]=[s,o]}),a}var vB=DB;function PB(e){var n=-1,a=Array(e.size);return e.forEach(function(o){a[++n]=o}),a}var zB=PB,Ar=mn,Or=LB,AB=Nr,OB=zr,FB=vB,HB=zB,qB=1,jB=2,RB="[object Boolean]",GB="[object Date]",UB="[object Error]",WB="[object Map]",YB="[object Number]",KB="[object RegExp]",ZB="[object Set]",XB="[object String]",JB="[object Symbol]",QB="[object ArrayBuffer]",eE="[object DataView]",Fr=Ar?Ar.prototype:void 0,Ho=Fr?Fr.valueOf:void 0;function tE(e,n,a,o,s,i,r){switch(a){case eE:if(e.byteLength!=n.byteLength||e.byteOffset!=n.byteOffset)return!1;e=e.buffer,n=n.buffer;case QB:return!(e.byteLength!=n.byteLength||!i(new Or(e),new Or(n)));case RB:case GB:case YB:return AB(+e,+n);case UB:return e.name==n.name&&e.message==n.message;case KB:case XB:return e==n+"";case WB:var l=FB;case ZB:var c=o&qB;if(l||(l=HB),e.size!=n.size&&!c)return!1;var d=r.get(e);if(d)return d==n;o|=jB,r.set(e,n);var h=OB(l(e),l(n),o,s,i,r);return r.delete(e),h;case JB:if(Ho)return Ho.call(e)==Ho.call(n)}return!1}var nE=tE;function aE(e,n){for(var a=-1,o=n.length,s=e.length;++a<o;)e[s+a]=n[a];return e}var oE=aE,sE=Array.isArray,je=sE,iE=oE,rE=je;function lE(e,n,a){var o=n(e);return rE(e)?o:iE(o,a(e))}var cE=lE;function dE(e,n){for(var a=-1,o=e==null?0:e.length,s=0,i=[];++a<o;){var r=e[a];n(r,a,e)&&(i[s++]=r)}return i}var hE=dE;function mE(){return[]}var pE=mE,fE=hE,uE=pE,gE=Object.prototype,yE=gE.propertyIsEnumerable,Hr=Object.getOwnPropertySymbols,bE=Hr?function(e){return e==null?[]:(e=Object(e),fE(Hr(e),function(n){return yE.call(e,n)}))}:uE,kE=bE;function _E(e,n){for(var a=-1,o=Array(e);++a<e;)o[a]=n(a);return o}var $E=_E,wE=Dt,CE=ut,BE="[object Arguments]";function EE(e){return CE(e)&&wE(e)==BE}var SE=EE,qr=SE,VE=ut,jr=Object.prototype,NE=jr.hasOwnProperty,TE=jr.propertyIsEnumerable,IE=qr(function(){return arguments}())?qr:function(e){return VE(e)&&NE.call(e,"callee")&&!TE.call(e,"callee")},Rr=IE,Yn={exports:{}};function xE(){return!1}var ME=xE;Yn.exports,function(e,n){var a=Ie,o=ME,s=n&&!n.nodeType&&n,i=s&&!0&&e&&!e.nodeType&&e,r=i&&i.exports===s,l=r?a.Buffer:void 0,c=l?l.isBuffer:void 0,d=c||o;e.exports=d}(Yn,Yn.exports);var Gr=Yn.exports,LE=9007199254740991,DE=/^(?:0|[1-9]\d*)$/;function vE(e,n){var a=typeof e;return n=n??LE,!!n&&(a=="number"||a!="symbol"&&DE.test(e))&&e>-1&&e%1==0&&e<n}var Ur=vE,PE=9007199254740991;function zE(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=PE}var qo=zE,AE=Dt,OE=qo,FE=ut,HE="[object Arguments]",qE="[object Array]",jE="[object Boolean]",RE="[object Date]",GE="[object Error]",UE="[object Function]",WE="[object Map]",YE="[object Number]",KE="[object Object]",ZE="[object RegExp]",XE="[object Set]",JE="[object String]",QE="[object WeakMap]",eS="[object ArrayBuffer]",tS="[object DataView]",nS="[object Float32Array]",aS="[object Float64Array]",oS="[object Int8Array]",sS="[object Int16Array]",iS="[object Int32Array]",rS="[object Uint8Array]",lS="[object Uint8ClampedArray]",cS="[object Uint16Array]",dS="[object Uint32Array]",Q={};Q[nS]=Q[aS]=Q[oS]=Q[sS]=Q[iS]=Q[rS]=Q[lS]=Q[cS]=Q[dS]=!0,Q[HE]=Q[qE]=Q[eS]=Q[jE]=Q[tS]=Q[RE]=Q[GE]=Q[UE]=Q[WE]=Q[YE]=Q[KE]=Q[ZE]=Q[XE]=Q[JE]=Q[QE]=!1;function hS(e){return FE(e)&&OE(e.length)&&!!Q[AE(e)]}var mS=hS;function pS(e){return function(n){return e(n)}}var Wr=pS,Kn={exports:{}};Kn.exports,function(e,n){var a=Ts,o=n&&!n.nodeType&&n,s=o&&!0&&e&&!e.nodeType&&e,i=s&&s.exports===o,r=i&&a.process,l=function(){try{var c=s&&s.require&&s.require("util").types;return c||r&&r.binding&&r.binding("util")}catch{}}();e.exports=l}(Kn,Kn.exports);var fS=Kn.exports,uS=mS,gS=Wr,Yr=fS,Kr=Yr&&Yr.isTypedArray,yS=Kr?gS(Kr):uS,Zr=yS,bS=$E,kS=Rr,_S=je,$S=Gr,wS=Ur,CS=Zr,BS=Object.prototype,ES=BS.hasOwnProperty;function SS(e,n){var a=_S(e),o=!a&&kS(e),s=!a&&!o&&$S(e),i=!a&&!o&&!s&&CS(e),r=a||o||s||i,l=r?bS(e.length,String):[],c=l.length;for(var d in e)(n||ES.call(e,d))&&!(r&&(d=="length"||s&&(d=="offset"||d=="parent")||i&&(d=="buffer"||d=="byteLength"||d=="byteOffset")||wS(d,c)))&&l.push(d);return l}var VS=SS,NS=Object.prototype;function TS(e){var n=e&&e.constructor,a=typeof n=="function"&&n.prototype||NS;return e===a}var IS=TS;function xS(e,n){return function(a){return e(n(a))}}var MS=xS,LS=MS,DS=LS(Object.keys,Object),vS=DS,PS=IS,zS=vS,AS=Object.prototype,OS=AS.hasOwnProperty;function FS(e){if(!PS(e))return zS(e);var n=[];for(var a in Object(e))OS.call(e,a)&&a!="constructor"&&n.push(a);return n}var HS=FS,qS=Tr,jS=qo;function RS(e){return e!=null&&jS(e.length)&&!qS(e)}var Zn=RS,GS=VS,US=HS,WS=Zn;function YS(e){return WS(e)?GS(e):US(e)}var jo=YS,KS=cE,ZS=kE,XS=jo;function JS(e){return KS(e,XS,ZS)}var QS=JS,Xr=QS,eV=1,tV=Object.prototype,nV=tV.hasOwnProperty;function aV(e,n,a,o,s,i){var r=a&eV,l=Xr(e),c=l.length,d=Xr(n),h=d.length;if(c!=h&&!r)return!1;for(var m=c;m--;){var p=l[m];if(!(r?p in n:nV.call(n,p)))return!1}var f=i.get(e),u=i.get(n);if(f&&u)return f==n&&u==e;var k=!0;i.set(e,n),i.set(n,e);for(var E=r;++m<c;){p=l[m];var g=e[p],y=n[p];if(o)var _=r?o(y,g,p,n,e,i):o(g,y,p,e,n,i);if(!(_===void 0?g===y||s(g,y,a,o,i):_)){k=!1;break}E||(E=p=="constructor")}if(k&&!E){var V=e.constructor,x=n.constructor;V!=x&&"constructor"in e&&"constructor"in n&&!(typeof V=="function"&&V instanceof V&&typeof x=="function"&&x instanceof x)&&(k=!1)}return i.delete(e),i.delete(n),k}var oV=aV,sV=st,iV=Ie,rV=sV(iV,"DataView"),lV=rV,cV=st,dV=Ie,hV=cV(dV,"Promise"),mV=hV,pV=st,fV=Ie,uV=pV(fV,"Set"),gV=uV,yV=st,bV=Ie,kV=yV(bV,"WeakMap"),_V=kV,Ro=lV,Go=Oo,Uo=mV,Wo=gV,Yo=_V,Jr=Dt,Tt=xr,Qr="[object Map]",$V="[object Object]",el="[object Promise]",tl="[object Set]",nl="[object WeakMap]",al="[object DataView]",wV=Tt(Ro),CV=Tt(Go),BV=Tt(Uo),EV=Tt(Wo),SV=Tt(Yo),it=Jr;(Ro&&it(new Ro(new ArrayBuffer(1)))!=al||Go&&it(new Go)!=Qr||Uo&&it(Uo.resolve())!=el||Wo&&it(new Wo)!=tl||Yo&&it(new Yo)!=nl)&&(it=function(e){var n=Jr(e),a=n==$V?e.constructor:void 0,o=a?Tt(a):"";if(o)switch(o){case wV:return al;case CV:return Qr;case BV:return el;case EV:return tl;case SV:return nl}return n});var VV=it,Ko=Dr,NV=zr,TV=nE,IV=oV,ol=VV,sl=je,il=Gr,xV=Zr,MV=1,rl="[object Arguments]",ll="[object Array]",Xn="[object Object]",LV=Object.prototype,cl=LV.hasOwnProperty;function DV(e,n,a,o,s,i){var r=sl(e),l=sl(n),c=r?ll:ol(e),d=l?ll:ol(n);c=c==rl?Xn:c,d=d==rl?Xn:d;var h=c==Xn,m=d==Xn,p=c==d;if(p&&il(e)){if(!il(n))return!1;r=!0,h=!1}if(p&&!h)return i||(i=new Ko),r||xV(e)?NV(e,n,a,o,s,i):TV(e,n,c,a,o,s,i);if(!(a&MV)){var f=h&&cl.call(e,"__wrapped__"),u=m&&cl.call(n,"__wrapped__");if(f||u){var k=f?e.value():e,E=u?n.value():n;return i||(i=new Ko),s(k,E,a,o,i)}}return p?(i||(i=new Ko),IV(e,n,a,o,s,i)):!1}var vV=DV,PV=vV,dl=ut;function hl(e,n,a,o,s){return e===n?!0:e==null||n==null||!dl(e)&&!dl(n)?e!==e&&n!==n:PV(e,n,a,o,hl,s)}var Zo=hl,zV=Dr,AV=Zo,OV=1,FV=2;function HV(e,n,a,o){var s=a.length,i=s,r=!o;if(e==null)return!i;for(e=Object(e);s--;){var l=a[s];if(r&&l[2]?l[1]!==e[l[0]]:!(l[0]in e))return!1}for(;++s<i;){l=a[s];var c=l[0],d=e[c],h=l[1];if(r&&l[2]){if(d===void 0&&!(c in e))return!1}else{var m=new zV;if(o)var p=o(d,h,c,e,n,m);if(!(p===void 0?AV(h,d,OV|FV,o,m):p))return!1}}return!0}var qV=HV,jV=ft;function RV(e){return e===e&&!jV(e)}var ml=RV,GV=ml,UV=jo;function WV(e){for(var n=UV(e),a=n.length;a--;){var o=n[a],s=e[o];n[a]=[o,s,GV(s)]}return n}var YV=WV;function KV(e,n){return function(a){return a==null?!1:a[e]===n&&(n!==void 0||e in Object(a))}}var pl=KV,ZV=qV,XV=YV,JV=pl;function QV(e){var n=XV(e);return n.length==1&&n[0][2]?JV(n[0][0],n[0][1]):function(a){return a===e||ZV(a,e,n)}}var eN=QV,tN=je,nN=pn,aN=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,oN=/^\w*$/;function sN(e,n){if(tN(e))return!1;var a=typeof e;return a=="number"||a=="symbol"||a=="boolean"||e==null||nN(e)?!0:oN.test(e)||!aN.test(e)||n!=null&&e in Object(n)}var Xo=sN,fl=Fo,iN="Expected a function";function Jo(e,n){if(typeof e!="function"||n!=null&&typeof n!="function")throw new TypeError(iN);var a=function(){var o=arguments,s=n?n.apply(this,o):o[0],i=a.cache;if(i.has(s))return i.get(s);var r=e.apply(this,o);return a.cache=i.set(s,r)||i,r};return a.cache=new(Jo.Cache||fl),a}Jo.Cache=fl;var rN=Jo,lN=rN,cN=500;function dN(e){var n=lN(e,function(o){return a.size===cN&&a.clear(),o}),a=n.cache;return n}var hN=dN,mN=hN,pN=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,fN=/\\(\\)?/g,uN=mN(function(e){var n=[];return e.charCodeAt(0)===46&&n.push(""),e.replace(pN,function(a,o,s,i){n.push(s?i.replace(fN,"$1"):o||a)}),n}),gN=uN,ul=mn,yN=zo,bN=je,kN=pn,_N=1/0,gl=ul?ul.prototype:void 0,yl=gl?gl.toString:void 0;function bl(e){if(typeof e=="string")return e;if(bN(e))return yN(e,bl)+"";if(kN(e))return yl?yl.call(e):"";var n=e+"";return n=="0"&&1/e==-_N?"-0":n}var $N=bl,wN=$N;function CN(e){return e==null?"":wN(e)}var BN=CN,EN=je,SN=Xo,VN=gN,NN=BN;function TN(e,n){return EN(e)?e:SN(e,n)?[e]:VN(NN(e))}var kl=TN,IN=pn,xN=1/0;function MN(e){if(typeof e=="string"||IN(e))return e;var n=e+"";return n=="0"&&1/e==-xN?"-0":n}var Jn=MN,LN=kl,DN=Jn;function vN(e,n){n=LN(n,e);for(var a=0,o=n.length;e!=null&&a<o;)e=e[DN(n[a++])];return a&&a==o?e:void 0}var _l=vN,PN=_l;function zN(e,n,a){var o=e==null?void 0:PN(e,n);return o===void 0?a:o}var AN=zN;function ON(e,n){return e!=null&&n in Object(e)}var FN=ON,HN=kl,qN=Rr,jN=je,RN=Ur,GN=qo,UN=Jn;function WN(e,n,a){n=HN(n,e);for(var o=-1,s=n.length,i=!1;++o<s;){var r=UN(n[o]);if(!(i=e!=null&&a(e,r)))break;e=e[r]}return i||++o!=s?i:(s=e==null?0:e.length,!!s&&GN(s)&&RN(r,s)&&(jN(e)||qN(e)))}var YN=WN,KN=FN,ZN=YN;function XN(e,n){return e!=null&&ZN(e,n,KN)}var JN=XN,QN=Zo,eT=AN,tT=JN,nT=Xo,aT=ml,oT=pl,sT=Jn,iT=1,rT=2;function lT(e,n){return nT(e)&&aT(n)?oT(sT(e),n):function(a){var o=eT(a,e);return o===void 0&&o===n?tT(a,e):QN(n,o,iT|rT)}}var cT=lT;function dT(e){return e}var Qo=dT;function hT(e){return function(n){return n==null?void 0:n[e]}}var mT=hT,pT=_l;function fT(e){return function(n){return pT(n,e)}}var uT=fT,gT=mT,yT=uT,bT=Xo,kT=Jn;function _T(e){return bT(e)?gT(kT(e)):yT(e)}var $T=_T,wT=eN,CT=cT,BT=Qo,ET=je,ST=$T;function VT(e){return typeof e=="function"?e:e==null?BT:typeof e=="object"?ET(e)?CT(e[0],e[1]):wT(e):ST(e)}var NT=VT;function TT(e){return function(n,a,o){for(var s=-1,i=Object(n),r=o(n),l=r.length;l--;){var c=r[e?l:++s];if(a(i[c],c,i)===!1)break}return n}}var IT=TT,xT=IT,MT=xT(),LT=MT,DT=LT,vT=jo;function PT(e,n){return e&&DT(e,n,vT)}var zT=PT,AT=Zn;function OT(e,n){return function(a,o){if(a==null)return a;if(!AT(a))return e(a,o);for(var s=a.length,i=n?s:-1,r=Object(a);(n?i--:++i<s)&&o(r[i],i,r)!==!1;);return a}}var FT=OT,HT=zT,qT=FT,jT=qT(HT),RT=jT,GT=RT,UT=Zn;function WT(e,n){var a=-1,o=UT(e)?Array(e.length):[];return GT(e,function(s,i,r){o[++a]=n(s,i,r)}),o}var YT=WT,KT=zo,ZT=NT,XT=YT,JT=je;function QT(e,n){var a=JT(e)?KT:XT;return a(e,ZT(n))}var eI=QT;const es=ke(eI);function tI(e,n,a,o){for(var s=e.length,i=a+(o?1:-1);o?i--:++i<s;)if(n(e[i],i,e))return i;return-1}var nI=tI;function aI(e){return e!==e}var oI=aI;function sI(e,n,a){for(var o=a-1,s=e.length;++o<s;)if(e[o]===n)return o;return-1}var iI=sI,rI=nI,lI=oI,cI=iI;function dI(e,n,a){return n===n?cI(e,n,a):rI(e,lI,a)}var hI=dI,mI=hI;function pI(e,n){var a=e==null?0:e.length;return!!a&&mI(e,n,0)>-1}var fI=pI;function uI(e,n,a){for(var o=-1,s=e==null?0:e.length;++o<s;)if(a(n,e[o]))return!0;return!1}var gI=uI,yI=vr,bI=fI,kI=gI,_I=zo,$I=Wr,wI=Pr,CI=200;function BI(e,n,a,o){var s=-1,i=bI,r=!0,l=e.length,c=[],d=n.length;if(!l)return c;a&&(n=_I(n,$I(a))),o?(i=kI,r=!1):n.length>=CI&&(i=wI,r=!1,n=new yI(n));e:for(;++s<l;){var h=e[s],m=a==null?h:a(h);if(h=o||h!==0?h:0,r&&m===m){for(var p=d;p--;)if(n[p]===m)continue e;c.push(h)}else i(n,m,o)||c.push(h)}return c}var EI=BI;function SI(e,n,a){switch(a.length){case 0:return e.call(n);case 1:return e.call(n,a[0]);case 2:return e.call(n,a[0],a[1]);case 3:return e.call(n,a[0],a[1],a[2])}return e.apply(n,a)}var VI=SI,NI=VI,$l=Math.max;function TI(e,n,a){return n=$l(n===void 0?e.length-1:n,0),function(){for(var o=arguments,s=-1,i=$l(o.length-n,0),r=Array(i);++s<i;)r[s]=o[n+s];s=-1;for(var l=Array(n+1);++s<n;)l[s]=o[s];return l[n]=a(r),NI(e,this,l)}}var II=TI;function xI(e){return function(){return e}}var MI=xI,LI=st,DI=function(){try{var e=LI(Object,"defineProperty");return e({},"",{}),e}catch{}}(),vI=DI,PI=MI,wl=vI,zI=Qo,AI=wl?function(e,n){return wl(e,"toString",{configurable:!0,enumerable:!1,value:PI(n),writable:!0})}:zI,OI=AI,FI=800,HI=16,qI=Date.now;function jI(e){var n=0,a=0;return function(){var o=qI(),s=HI-(o-a);if(a=o,s>0){if(++n>=FI)return arguments[0]}else n=0;return e.apply(void 0,arguments)}}var RI=jI,GI=OI,UI=RI,WI=UI(GI),YI=WI,KI=Qo,ZI=II,XI=YI;function JI(e,n){return XI(ZI(e,n,KI),e+"")}var QI=JI,ex=Zn,tx=ut;function nx(e){return tx(e)&&ex(e)}var ax=nx,ox=EI,sx=QI,ix=ax,rx=sx(function(e,n){return ix(e)?ox(e,n):[]}),lx=rx;const ts=ke(lx),cx=t.defineComponent({name:"NavDesktopDropdownMore",components:{NavLinkList:tn,NavSocial:ot,NavHighlight:Qt,NavHeading:en},props:{data:{type:Object,required:!1}},computed:{linkColumns(){let e;return e=this.data?es(this.data.menuColumns,function(n){if(n.blockType.includes("MenuLinkColumnWithHeader"))return n}):void 0,e=ts(e,void 0),e},highlightsColumn(){let e;return e=this.data?es(this.data.menuColumns,function(n){if(n.blockType.includes("MenuMoreHighlightsColumn"))return n}):void 0,e=ts(e,void 0),e!=null&&e.length?e[0]:void 0}}}),dx={key:0,class:"NavDesktopDropdownMore bg-jpl-blue-darker bg-opacity-98 3xl:px-0 w-full px-4 py-10 text-white"},hx={class:"BaseGrid container mx-auto"},mx={key:0,class:"grid order-1 grid-cols-2 col-span-9 grid-rows-2 gap-10"},px={class:"row-span-1 row-start-2"},fx={key:0,class:"text-medium pr-5 mb-8 text-6xl leading-tight"},ux={key:1,class:"order-2 col-span-3 col-start-10"};function gx(e,n,a,o,s,i){const r=tn,l=ot,c=en,d=Qt;return e.data?(t.openBlock(),t.createElementBlock("div",dx,[t.createElementVNode("div",hx,[e.linkColumns?(t.openBlock(),t.createElementBlock("div",mx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.linkColumns,(h,m)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[m===0?(t.openBlock(),t.createElementBlock("div",{key:`rowSpan1${m}`,class:"row-span-1"},[t.createVNode(r,{data:h,"auto-col":""},null,8,["data"])])):m===1?(t.openBlock(),t.createElementBlock("div",{key:`rowSpan2${m}`,class:"row-span-2"},[t.createVNode(r,{data:h,"auto-col":""},null,8,["data"])])):t.createCommentVNode("",!0)],64))),256)),t.createElementVNode("div",px,[e.data.strapline?(t.openBlock(),t.createElementBlock("p",fx,t.toDisplayString(e.data.strapline),1)):t.createCommentVNode("",!0),t.createVNode(l,{dark:""})])])):t.createCommentVNode("",!0),e.highlightsColumn?(t.openBlock(),t.createElementBlock("div",ux,[t.createVNode(c,{data:e.highlightsColumn},null,8,["data"]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.highlightsColumn.highlights,(h,m)=>(t.openBlock(),t.createElementBlock("div",{key:m,class:t.normalizeClass({"mb-10":m+1!==e.highlightsColumn.highlights.length})},[t.createVNode(d,{highlight:h.highlight},null,8,["highlight"])],2))),128))])):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)}const Cl=w(cx,[["render",gx]]),yx=t.defineComponent({name:"NavDesktopDropdown",components:{NavDropdownToggle:qe},props:{parentScrolled:{type:Number,required:!1,default:0}},data(){return{dropdownVisible:!1}},computed:{...Te(ve),hasSecondary(){return this.headerStore?!this.headerStore.highlightPrimary:!1}},watch:{$route(){this.dropdownVisible&&this.closeDropdown()},parentScrolled(){this.dropdownVisible&&this.closeDropdown()}},mounted(){},methods:{toggleDropdown(){this.dropdownVisible?this.closeDropdown():this.openDropdown()},closeDropdown(){this.dropdownVisible&&(this.dropdownVisible=!1,this.$emit("closeDropdown"))},openDropdown(){this.dropdownVisible||(this.dropdownVisible=!0,this.$emit("openDropdown"))}}}),bx={class:"NavDesktopDropdown"},kx={key:0,class:"absolute inset-0 w-full"};function _x(e,n,a,o,s,i){const r=qe,l=t.resolveDirective("click-outside");return t.openBlock(),t.createElementBlock("div",bx,[t.withDirectives((t.openBlock(),t.createBlock(r,{"aria-expanded":!!e.dropdownVisible,class:t.normalizeClass(["group relative z-20 px-4 font-medium border-t-2 border-transparent",{"-open":e.dropdownVisible}]),onToggleClicked:n[0]||(n[0]=c=>e.toggleDropdown()),onCloseDropdown:n[1]||(n[1]=c=>e.closeDropdown())},{default:t.withCtx(()=>[t.createElementVNode("span",{class:t.normalizeClass(["inline-block py-2 transition-colors duration-100 ease-in border-b-2",{hasSecondary:e.hasSecondary}])},[t.renderSlot(e.$slots,"dropdownLabel",{},()=>[t.createTextVNode("Dropdown")])],2)]),_:3},8,["aria-expanded","class"])),[[l,e.closeDropdown]]),t.createVNode(t.Transition,{name:"navfade"},{default:t.withCtx(()=>[e.dropdownVisible?(t.openBlock(),t.createElementBlock("div",kx,[t.createElementVNode("div",{class:"max-w-screen-3xl mx-auto",onClick:n[2]||(n[2]=t.withModifiers(()=>{},["stop"]))},[t.renderSlot(e.$slots,"default")])])):t.createCommentVNode("",!0)]),_:3})])}const Bl=w(yx,[["render",_x]]),$x=t.defineComponent({name:"NavDesktopDropdownContent",components:{NavLinkList:tn,NavHighlight:Qt},props:{data:{type:Object,required:!1}},computed:{linkColumns(){let e;return e=this.data?es(this.data.menuColumns,function(n){if(n.blockType.includes("MenuLinkColumnWithHeader"))return n}):void 0,e=ts(e,void 0),e}}}),wx={key:0,class:"NavDesktopDropdownContent bg-jpl-blue-darker bg-opacity-98 edu:bg-gradient-to-r edu:bg-transparent edu:from-black/[.98] edu:to-jpl-violet/[.98] edu:to-90% 3xl:px-0 px-4 py-10 text-white"},Cx={key:0,class:"BaseGrid container mx-auto"},Bx={class:"grid grid-cols-4"},Ex={class:"text-medium text-6xl"},Sx={class:"text-sm leading-relaxed"},Vx={key:0,class:"grid order-3 grid-cols-4 col-span-4 col-start-9 gap-6"};function Nx(e,n,a,o,s,i){const r=Qt,l=tn;return e.data?(t.openBlock(),t.createElementBlock("div",wx,[e.data.menuColumns?(t.openBlock(),t.createElementBlock("div",Cx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.menuColumns,(c,d)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[c.blockType==="MenuHighlightColumn"?(t.openBlock(),t.createElementBlock("div",{key:`MenuHighlightColumn${d}`,class:"order-1 col-span-4 col-start-1"},[t.createElementVNode("div",Bx,[t.createVNode(r,{highlight:c.highlight,"custom-label":c.label,class:"col-span-3"},null,8,["highlight","custom-label"])])])):c.blockType==="MenuDescriptionColumn"?(t.openBlock(),t.createElementBlock("div",{key:`MenuDescriptionColumn${d}`,class:"order-2 col-span-3"},[t.createElementVNode("p",Ex,t.toDisplayString(c.title),1),t.createElementVNode("p",Sx,t.toDisplayString(c.description),1)])):t.createCommentVNode("",!0)],64))),256)),e.linkColumns?(t.openBlock(),t.createElementBlock("div",Vx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.linkColumns,(c,d)=>(t.openBlock(),t.createBlock(l,{key:d,data:c,class:"col-span-2"},null,8,["data"]))),128))])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const El=w($x,[["render",Nx]]),Tx=t.defineComponent({name:"NavLogoLinks",components:{BaseLink:F}}),Ix={class:"NavLogoLinks relative"},xx={class:"absolute inset-0 flex items-start"};function Mx(e,n,a,o,s,i){const r=F;return t.openBlock(),t.createElementBlock("div",Ix,[t.createElementVNode("div",xx,[t.createVNode(r,{variant:"none",href:"https://www.nasa.gov",title:"NASA","aria-label":"NASA",class:"w-1/4 h-full","link-class":"block w-auto h-full","external-target-blank":""}),t.createVNode(r,{variant:"none",to:"/",title:"JPL Home","aria-label":"JPL Home",class:"flex-grow h-full","link-class":"block w-full h-full"})]),t.renderSlot(e.$slots,"default")])}const nn=w(Tx,[["render",Mx]]),Sl="data:image/svg+xml,%3csvg%20class='LogoTribrand'%20width='324'%20height='72'%20viewBox='0%200%20324%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M61.094%2028.823c0%2015.811-13.013%2028.824-28.823%2028.824-15.811%200-28.824-13.013-28.824-28.824C3.447%2013.013%2016.46%200%2032.271%200c15.81%200%2028.823%2013.013%2028.823%2028.823'%20fill='%23263976'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M32.668%202.618a.237.237%200%2001-.234.236.235.235%200%20010-.47c.128%200%20.234.105.234.234M34.294%206.177a.291.291%200%2001-.289.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289c.158%200%20.289.131.289.289M38.519%2011.991a.29.29%200%2001-.289.289.29.29%200%20010-.578.29.29%200%2001.289.289M31.729%208.181a.236.236%200%2001-.235.235.236.236%200%2001-.234-.235c0-.129.106-.235.234-.235.129%200%20.235.106.235.235M34.257%209.518a.237.237%200%2001-.235.235.236.236%200%2001-.234-.235c0-.129.106-.236.234-.236.129%200%20.235.107.235.236M30.971%205.779c0%20.159-.131.29-.289.29a.29.29%200%20010-.579.29.29%200%2001.289.289M27.142%208.109a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M27.828%208.579a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235.235.235%200%2001.47%200M28.515%209.048a.235.235%200%2001-.47%200%20.235.235%200%2001.47%200M27.467%209.951a.238.238%200%2001-.235.236.235.235%200%2011.235-.236M22.013%2013.78a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.128.106-.235.235-.235s.235.107.235.235M23.024%2015.008a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M22.229%2034.837a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235.235.235%200%2001.469%200M22.374%2040.31a.291.291%200%2001-.289.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289.29.29%200%2001.289.289M19.268%2043.109a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M15.547%2044.247a.29.29%200%2001-.578%200c0-.16.131-.29.289-.29a.29.29%200%2001.289.29M14.789%2041.718a.291.291%200%2001-.289.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289c.158%200%20.289.131.289.289M14.355%2043.325a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235.235.235%200%2001.469%200M11.574%2041.989a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.128.106-.235.235-.235s.235.107.235.235M21.29%2046.503a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235c0-.128.106-.234.235-.234.128%200%20.234.106.234.234M24.216%2044.355a.291.291%200%2001-.289.289.291.291%200%2001-.289-.289.29.29%200%2001.289-.289.29.29%200%2001.289.289M24.541%2047.118a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235.235.235%200%2001.47%200M36.569%2044.482a.235.235%200%2011-.235-.235c.129%200%20.235.106.235.235M30.971%2046.468a.235.235%200%2001-.47%200%20.235.235%200%2001.47%200M46.032%2049.321a.236.236%200%2001-.235.235.236.236%200%2001-.234-.235c0-.128.106-.234.234-.234.129%200%20.235.106.235.234M47.26%2038.214a.29.29%200%2001-.288.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289.29.29%200%2001.288.289M44.949%2039.785c0%20.13-.106.236-.235.236a.236.236%200%2001-.235-.236c0-.128.106-.234.235-.234s.235.106.235.234M47.225%2040.237c0%20.159-.131.29-.29.29a.291.291%200%2001-.289-.29c0-.158.131-.289.289-.289.159%200%20.29.131.29.289M44.949%2043.036a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235.235.235%200%2001.47%200M50.836%2036.644a.235.235%200%2001-.469%200c0-.129.106-.236.235-.236.128%200%20.234.107.234.236M51.414%2038.07a.29.29%200%2001-.289.289.29.29%200%2001-.289-.289c0-.159.131-.29.289-.29a.29.29%200%2001.289.29M55.459%2039.768a.29.29%200%2001-.578%200%20.29.29%200%2001.578%200M51.342%2042.784a.237.237%200%2001-.235.235.236.236%200%2001-.234-.235c0-.129.106-.235.234-.235.129%200%20.235.106.235.235M53.942%2040.327a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235.235.235%200%2001.469%200M53.473%2044.12a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M37.727%205.507a.414.414%200%2001.309-.294l.082-.618.121.623c.145.042.257.16.29.309l.626.088-.632.111a.412.412%200%2001-.299.29l-.106.636-.108-.641a.413.413%200%2001-.285-.298l-.604-.098.606-.108M21.533%2049.814a.411.411%200%2001.308-.294l.082-.618.122.625a.41.41%200%2001.289.306l.626.089-.631.111a.412.412%200%2001-.3.289l-.106.637-.107-.64a.415.415%200%2001-.285-.298l-.604-.099.606-.108M51.315%2044.103a.41.41%200%2001.308-.295l.082-.619.122.625a.413.413%200%2001.289.307l.626.089-.632.111a.414.414%200%2001-.299.29l-.106.636-.107-.641a.416.416%200%2001-.286-.298l-.604-.098.607-.107M53.673%2037.732a.411.411%200%2001.307-.295l.082-.618.122.624c.145.042.257.16.29.308l.626.088-.632.111a.416.416%200%2001-.299.29l-.107.636-.106-.64a.414.414%200%2001-.286-.298l-.604-.099.607-.107M24.423%2014.2a.413.413%200%2001.307-.294l.083-.618.122.624c.144.041.256.16.289.308l.626.089-.632.11a.412.412%200%2001-.299.29l-.106.636-.107-.641a.413.413%200%2001-.286-.297l-.604-.098.607-.109M22.513%2027.612c2.129%203.719%204.611%206.442%206.61%209.03%201.775%202.295%205.233%203.445%204.015%204.535-1.373%201.227-4.696-4.19-4.696-4.19-2.209-2.664-4.322-5.489-6.478-9.184l.549-.191'%20fill='%23FFFFFE'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M0%2037.374c10.289-6.758%2028.245-11.119%2043.034-16.991%2011.236-4.46%2021.227-10.061%2026.598-17.77C56.021%2030.338%2018.114%2027.056.741%2037.632L0%2037.374'%20fill='%23D8262C'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M23.919%2023.626h5.153l3.694%209.303%201.232%201.236H27.29l1.231-1.236-.437-1.135h-3.703L24%2033.091l.883%201.074h-3.499l1.231-1.236%202.374-8.227-1.07-1.076zm3.509%206.539l-1.491-3.777-1.094%203.777h2.585zM47.857%2023.626h5.348l3.694%209.303%201.232%201.236h-6.708l1.231-1.236-.437-1.135h-3.702l-.381%201.297.883%201.074h-3.5l1.231-1.236%202.374-8.227-1.265-1.076zm3.703%206.539l-1.49-3.777-1.094%203.777h2.584zM16.928%2030.19L16.928%2024.702%2015.858%2023.626%2019.423%2023.626%2018.353%2024.702%2018.353%2032.929%2019.585%2034.165%2014.902%2034.165%2010.868%2027.34%2010.868%2032.929%2011.905%2034.165%208.178%2034.165%209.409%2032.929%209.409%2024.702%208.34%2023.626%2013.006%2023.626%2016.928%2030.19M43.918%2026.329l-.11-3.281-1.104.762c-1.556-.544-3.367-.524-4.638.078-1.183.559-2.459%201.742-2.303%203.42.156%201.679%201.457%202.33%202.63%202.861%201.51.685%203.152.916%203.128%201.82-.016.575-.97.987-1.711.963-.678-.021-2.88-.185-4.031-1.554l.218%203.452%201.229-.902c1.494.528%203.304.75%204.98.204%201.665-.543%203.415-1.936%202.443-4.372-.418-1.046-1.569-1.693-2.256-1.974-.628-.258-2.546-1.012-3.082-1.291-.626-.325-.556-1.36.95-1.57%201.363-.19%203.252.902%203.657%201.384'%20fill='%23FFFFFE'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M7.968%2053.553C28.63%2032.465%2059.428%2022.722%2069.632%202.612c-6.145%2019.551-39.054%2030.334-61.72%2051.932l.056-.991'%20fill='%23D8262C'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M21.964%2027.803a71.957%2071.957%200%2001-.728-1.278c-5.509-9.91-4.714-20.024%205.255-15.617%208.462%203.74%2016.544%2014.232%2019.794%2021.682%201.506%203.452%205.544%2017.001-7.459%2011.511l-.026-.08c12.281%205.057%2010.158-7.757%203.584-17.581-3.72-5.56-8.571-10.191-11.63-12.425-10.186-7.442-16.399-2.891-9.247%2011.703.324.66.66%201.29%201.006%201.894l-.549.191'%20fill='%23FFFFFE'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M82.104%2022.133c0%201.775-.483%204.669-4.591%204.669-2.295%200-4.534-1.254-4.534-4.264v-1.195h2.739v.618c0%201.331.328%202.294%201.757%202.294%201.6%200%201.6-1.292%201.6-2.256v-9.298h3.029v9.432M91.012%2020.417c-.25-1.388-.849-2.123-2.18-2.123-1.736%200-2.238%201.352-2.276%202.123h4.456zm-4.456%201.737c.077%201.736.926%202.527%202.449%202.527%201.1%200%201.988-.676%202.161-1.292h2.412c-.772%202.352-2.412%203.354-4.669%203.354-3.144%200-5.093-2.159-5.093-5.246%200-2.989%202.064-5.265%205.093-5.265%203.396%200%205.035%202.853%204.842%205.922h-7.195zM98.646%2016.5h2.006v1.834h-2.006v4.939c0%20.925.231%201.157%201.158%201.157.288%200%20.559-.02.848-.077v2.14c-.463.077-1.06.096-1.601.096-1.678%200-3.144-.384-3.144-2.372v-5.883h-1.659V16.5h1.659v-2.988h2.739V16.5M110.294%2019.182h2.353c1.407%200%202.662-.309%202.662-2.063%200-1.755-1.255-2.064-2.662-2.064h-2.353v4.127zm-3.029-6.481h6.21c3.435%200%204.765%202.179%204.765%204.418%200%202.238-1.33%204.416-4.765%204.416h-3.181v4.94h-3.029V12.701zM119.663%2016.5h2.605v1.855h.038c.502-1.256%201.851-2.123%203.182-2.123.193%200%20.425.037.598.096v2.545a5.058%205.058%200%2000-.983-.095c-2.006%200-2.701%201.446-2.701%203.202v4.495h-2.739V16.5M131.464%2024.681c1.872%200%202.432-1.603%202.432-3.184%200-1.599-.56-3.203-2.432-3.203-1.851%200-2.41%201.604-2.41%203.203%200%201.581.559%203.184%202.41%203.184zm0-8.449c3.145%200%205.172%202.084%205.172%205.265%200%203.163-2.027%205.246-5.172%205.246-3.124%200-5.149-2.083-5.149-5.246%200-3.181%202.025-5.265%205.149-5.265zM145.638%2021.518c0-1.582-.636-3.224-2.392-3.224-1.793%200-2.371%201.604-2.371%203.224%200%201.618.616%203.163%202.391%203.163%201.794%200%202.372-1.545%202.372-3.163zm-7.407-5.018h2.605v1.274h.039c.656-1.062%201.737-1.542%202.97-1.542%203.124%200%204.533%202.527%204.533%205.361%200%202.662-1.465%205.15-4.378%205.15-1.198%200-2.335-.518-2.991-1.504h-.038v4.746h-2.74V16.5zM159.194%2026.475h-2.604v-1.39h-.057c-.695%201.12-1.889%201.658-3.047%201.658-2.913%200-3.648-1.638-3.648-4.107V16.5h2.739v5.633c0%201.641.484%202.451%201.756%202.451%201.485%200%202.123-.829%202.123-2.855V16.5h2.738v9.975M161.178%2026.474L163.917%2026.474%20163.917%2012.701%20161.178%2012.701zM168.024%2023.233c.019%201.197%201.024%201.678%202.103%201.678.792%200%201.793-.307%201.793-1.272%200-.829-1.137-1.119-3.105-1.544-1.582-.348-3.164-.905-3.164-2.663%200-2.545%202.199-3.2%204.34-3.2%202.18%200%204.188.731%204.399%203.181h-2.604c-.077-1.058-.887-1.349-1.871-1.349-.617%200-1.524.115-1.524.924%200%20.985%201.543%201.121%203.106%201.488%201.6.366%203.164.944%203.164%202.797%200%202.623-2.277%203.47-4.553%203.47-2.316%200-4.574-.867-4.689-3.51h2.605M176.141%2026.475h2.74V16.5h-2.74v9.975zm0-11.517h2.74v-2.257h-2.74v2.257zM185.707%2024.681c1.871%200%202.43-1.603%202.43-3.184%200-1.599-.559-3.203-2.43-3.203-1.853%200-2.411%201.604-2.411%203.203%200%201.581.558%203.184%202.411%203.184zm0-8.449c3.144%200%205.169%202.084%205.169%205.265%200%203.163-2.025%205.246-5.169%205.246-3.126%200-5.15-2.083-5.15-5.246%200-3.181%202.024-5.265%205.15-5.265zM192.454%2016.5h2.605v1.391h.056c.696-1.119%201.89-1.659%203.048-1.659%202.912%200%203.647%201.639%203.647%204.109v6.134h-2.741v-5.633c0-1.64-.482-2.45-1.755-2.45-1.485%200-2.122.829-2.122%202.855v5.228h-2.738V16.5M209.19%2012.701L212.219%2012.701%20212.219%2023.928%20218.931%2023.928%20218.931%2026.475%20209.19%2026.475%20209.19%2012.701M226.354%2021.593c-.462.406-1.427.427-2.276.579-.849.174-1.621.464-1.621%201.467%200%201.021.793%201.272%201.678%201.272%202.142%200%202.219-1.697%202.219-2.295v-1.023zm-6.328-2.024c.156-2.567%202.451-3.337%204.688-3.337%201.987%200%204.38.443%204.38%202.835v5.188c0%20.907.095%201.815.346%202.22h-2.777a4.05%204.05%200%2001-.193-.965c-.869.907-2.142%201.233-3.357%201.233-1.89%200-3.395-.944-3.395-2.988%200-2.258%201.698-2.798%203.395-3.028%201.678-.251%203.241-.195%203.241-1.314%200-1.176-.811-1.349-1.775-1.349-1.041%200-1.717.423-1.813%201.505h-2.74zM236.014%2018.294c-1.62%200-2.333%201.525-2.333%203.203%200%201.659.713%203.184%202.333%203.184s2.334-1.525%202.334-3.184c0-1.678-.714-3.203-2.334-3.203zm-4.978-5.593h2.741v5.016h.036c.677-1.023%201.912-1.485%203.146-1.485%201.987%200%204.13%201.6%204.13%205.247%200%203.665-2.143%205.264-4.13%205.264-1.466%200-2.682-.443-3.278-1.542h-.04v1.274h-2.605V12.701zM247.487%2024.681c1.871%200%202.431-1.603%202.431-3.184%200-1.599-.56-3.203-2.431-3.203-1.852%200-2.412%201.604-2.412%203.203%200%201.581.56%203.184%202.412%203.184zm0-8.449c3.144%200%205.17%202.084%205.17%205.265%200%203.163-2.026%205.246-5.17%205.246-3.125%200-5.15-2.083-5.15-5.246%200-3.181%202.025-5.265%205.15-5.265zM254.233%2016.5h2.604v1.855h.039c.504-1.256%201.852-2.123%203.185-2.123.192%200%20.422.037.596.096v2.545a5.074%205.074%200%2000-.983-.095c-2.007%200-2.701%201.446-2.701%203.202v4.495h-2.74V16.5M267.755%2021.593c-.465.406-1.43.427-2.277.579-.849.174-1.622.464-1.622%201.467%200%201.021.79%201.272%201.679%201.272%202.142%200%202.22-1.697%202.22-2.295v-1.023zm-6.33-2.024c.154-2.567%202.45-3.337%204.688-3.337%201.99%200%204.381.443%204.381%202.835v5.188c0%20.907.096%201.815.347%202.22h-2.779a4.149%204.149%200%2001-.192-.965c-.869.907-2.142%201.233-3.357%201.233-1.892%200-3.396-.944-3.396-2.988%200-2.258%201.697-2.798%203.396-3.028%201.677-.251%203.242-.195%203.242-1.314%200-1.176-.813-1.349-1.776-1.349-1.042%200-1.718.423-1.814%201.505h-2.74zM275.91%2016.5h2.005v1.834h-2.005v4.939c0%20.925.23%201.157%201.157%201.157.287%200%20.558-.02.848-.077v2.14c-.463.077-1.061.096-1.603.096-1.676%200-3.144-.384-3.144-2.372v-5.883h-1.657V16.5h1.657v-2.988h2.742V16.5M283.892%2024.681c1.871%200%202.43-1.603%202.43-3.184%200-1.599-.559-3.203-2.43-3.203-1.851%200-2.413%201.604-2.413%203.203%200%201.581.562%203.184%202.413%203.184zm0-8.449c3.144%200%205.17%202.084%205.17%205.265%200%203.163-2.026%205.246-5.17%205.246-3.124%200-5.15-2.083-5.15-5.246%200-3.181%202.026-5.265%205.15-5.265zM290.64%2016.5h2.601v1.855h.041c.502-1.256%201.851-2.123%203.185-2.123.191%200%20.423.037.595.096v2.545a5.093%205.093%200%2000-.984-.095c-2.007%200-2.7%201.446-2.7%203.202v4.495h-2.738V16.5M304.021%2027.727c-.595%201.604-1.542%202.258-3.432%202.258-.56%200-1.117-.039-1.679-.096v-2.257c.521.038%201.063.116%201.602.095.945-.095%201.253-1.078.945-1.869l-3.512-9.358h2.933l2.258%206.829h.037l2.18-6.829h2.836l-4.168%2011.227M82.32%2038.092c-.332-1.674-1.674-2.519-3.315-2.519-2.817%200-4.009%202.32-4.009%204.789%200%202.699%201.192%204.953%204.026%204.953%202.072%200%203.264-1.458%203.413-3.413h1.575c-.299%202.949-2.138%204.739-5.121%204.739-3.678%200-5.468-2.717-5.468-6.164%200-3.429%201.956-6.23%205.601-6.23%202.469%200%204.507%201.326%204.871%203.845H82.32M90.771%2041.935c-.547.398-1.607.414-2.552.581-.928.166-1.723.497-1.723%201.54%200%20.929.795%201.259%201.656%201.259%201.856%200%202.619-1.159%202.619-1.939v-1.441zm2.286%204.39c-.248.151-.563.233-1.01.233-.73%200-1.193-.397-1.193-1.325-.779.911-1.823%201.325-3.016%201.325-1.558%200-2.833-.696-2.833-2.402%200-1.939%201.441-2.352%202.899-2.634%201.558-.298%202.884-.2%202.884-1.26%200-1.227-1.011-1.424-1.907-1.424-1.192%200-2.07.363-2.136%201.623h-1.409c.083-2.121%201.723-2.865%203.629-2.865%201.54%200%203.214.345%203.214%202.351v4.408c0%20.664%200%20.96.447.96.117%200%20.249-.017.431-.082v1.092zM94.186%2046.358L95.594%2046.358%2095.594%2034.529%2094.186%2034.529zM97.599%2046.358h1.407v-8.564h-1.407v8.564zm0-10.106h1.407v-1.723h-1.407v1.723zM101.509%2039.035h-1.441v-1.241h1.441v-1.276c0-1.392.828-2.12%202.37-2.12.264%200%20.645.048.911.131v1.226a2.671%202.671%200%2000-.795-.116c-.68%200-1.078.216-1.078.962v1.193h1.657v1.241h-1.657v7.324h-1.408v-7.324M109.264%2045.315c1.474%200%202.667-1.159%202.667-3.23%200-2.088-1.193-3.247-2.667-3.247-1.475%200-2.668%201.159-2.668%203.247%200%202.071%201.193%203.23%202.668%203.23zm0-7.719c2.716%200%204.158%201.971%204.158%204.489%200%202.501-1.442%204.473-4.158%204.473-2.718%200-4.159-1.972-4.159-4.473%200-2.518%201.441-4.489%204.159-4.489zM114.766%2037.794h1.325V39.6h.033c.68-1.376%201.625-2.056%203.149-2.004v1.491c-2.27%200-3.098%201.292-3.098%203.462v3.81h-1.409v-8.565M120.068%2037.794h1.325v1.358h.034c.596-1.06%201.557-1.556%202.783-1.556%202.253%200%202.95%201.292%202.95%203.13v5.633h-1.409v-5.797c0-1.045-.663-1.724-1.74-1.724-1.706%200-2.534%201.143-2.534%202.684v4.837h-1.409v-8.565M129.1%2046.358h1.408v-8.564H129.1v8.564zm0-10.106h1.408v-1.723H129.1v1.723zM137.732%2041.935c-.547.398-1.607.414-2.552.581-.928.166-1.723.497-1.723%201.54%200%20.929.795%201.259%201.657%201.259%201.856%200%202.618-1.159%202.618-1.939v-1.441zm2.287%204.39c-.249.151-.563.233-1.011.233-.729%200-1.193-.397-1.193-1.325-.779.911-1.823%201.325-3.016%201.325-1.557%200-2.833-.696-2.833-2.402%200-1.939%201.441-2.352%202.899-2.634%201.558-.298%202.884-.2%202.884-1.26%200-1.227-1.01-1.424-1.906-1.424-1.193%200-2.071.363-2.137%201.623h-1.408c.082-2.121%201.723-2.865%203.628-2.865%201.54%200%203.215.345%203.215%202.351v4.408c0%20.664%200%20.96.446.96.117%200%20.249-.017.432-.082v1.092zM145.704%2046.358L147.277%2046.358%20147.277%2034.529%20145.704%2034.529zM149.43%2037.794h1.326v1.358h.035c.593-1.06%201.556-1.556%202.783-1.556%202.253%200%202.949%201.292%202.949%203.13v5.633h-1.41v-5.797c0-1.045-.661-1.724-1.739-1.724-1.707%200-2.534%201.143-2.534%202.684v4.837h-1.41v-8.565M159.242%2043.658c.049%201.259%201.142%201.657%202.302%201.657.879%200%202.073-.199%202.073-1.275%200-1.094-1.393-1.275-2.804-1.59-1.389-.317-2.796-.78-2.796-2.42%200-1.722%201.706-2.434%203.196-2.434%201.89%200%203.397.594%203.514%202.683h-1.408c-.101-1.094-1.062-1.441-1.99-1.441-.846%200-1.822.233-1.822%201.093%200%201.011%201.491%201.175%202.801%201.49%201.406.316%202.798.778%202.798%202.436%200%202.039-1.905%202.701-3.644%202.701-1.924%200-3.546-.779-3.63-2.9h1.41M168.356%2037.794h1.706v1.241h-1.706v5.32c0%20.647.182.761%201.06.761h.646v1.243h-1.076c-1.459%200-2.04-.297-2.04-1.872v-5.452h-1.457v-1.241h1.457v-2.569h1.41v2.569M171.438%2046.358h1.407v-8.564h-1.407v8.564zm0-10.106h1.407v-1.723h-1.407v1.723zM176.724%2037.794h1.708v1.241h-1.708v5.32c0%20.647.182.761%201.06.761h.648v1.243h-1.079c-1.457%200-2.038-.297-2.038-1.872v-5.452h-1.459v-1.241h1.459v-2.569h1.409v2.569M186.813%2046.359h-1.325v-1.357h-.033c-.596%201.06-1.558%201.556-2.783%201.556-2.253%200-2.949-1.291-2.949-3.132v-5.632h1.409v5.798c0%201.044.663%201.723%201.739%201.723%201.706%200%202.534-1.142%202.534-2.685v-4.836h1.408v8.565M190.627%2037.794h1.705v1.241h-1.705v5.32c0%20.647.181.761%201.059.761h.646v1.243h-1.076c-1.457%200-2.037-.297-2.037-1.872v-5.452h-1.459v-1.241h1.459v-2.569h1.408v2.569M199.573%2041.257c-.066-1.343-1.077-2.419-2.468-2.419-1.474%200-2.353%201.109-2.452%202.419h4.92zm1.359%202.385c-.381%201.889-1.74%202.916-3.661%202.916-2.736%200-4.027-1.889-4.109-4.505%200-2.57%201.69-4.457%204.026-4.457%203.031%200%203.961%202.832%203.876%204.904h-6.411c-.05%201.491.794%202.815%202.667%202.815%201.159%200%201.972-.563%202.221-1.673h1.391zM210.295%2045.315c1.476%200%202.668-1.159%202.668-3.23%200-2.088-1.192-3.247-2.668-3.247-1.475%200-2.667%201.159-2.667%203.247%200%202.071%201.192%203.23%202.667%203.23zm0-7.719c2.716%200%204.158%201.971%204.158%204.489%200%202.501-1.442%204.473-4.158%204.473-2.718%200-4.159-1.972-4.159-4.473%200-2.518%201.441-4.489%204.159-4.489zM216.427%2039.035h-1.441v-1.241h1.441v-1.276c0-1.392.828-2.12%202.371-2.12.264%200%20.644.048.911.131v1.226a2.684%202.684%200%2000-.797-.116c-.681%200-1.076.216-1.076.962v1.193h1.655v1.241h-1.655v7.324h-1.409v-7.324M227.744%2035.855L223.801%2035.855%20223.801%2034.529%20233.262%2034.529%20233.262%2035.855%20229.319%2035.855%20229.319%2046.359%20227.744%2046.359%20227.744%2035.855M240.023%2041.257c-.068-1.343-1.077-2.419-2.468-2.419-1.476%200-2.354%201.109-2.452%202.419h4.92zm1.359%202.385c-.381%201.889-1.739%202.916-3.661%202.916-2.735%200-4.029-1.889-4.111-4.505%200-2.57%201.691-4.457%204.027-4.457%203.032%200%203.959%202.832%203.877%204.904h-6.411c-.05%201.491.793%202.815%202.667%202.815%201.159%200%201.972-.563%202.22-1.673h1.392zM248.524%2040.545c-.215-1.078-.961-1.707-2.122-1.707-2.038%200-2.666%201.608-2.666%203.346%200%201.574.711%203.131%202.501%203.131%201.359%200%202.171-.795%202.353-2.087h1.441c-.314%202.087-1.623%203.33-3.778%203.33-2.617%200-4.009-1.822-4.009-4.374%200-2.57%201.324-4.588%204.043-4.588%201.937%200%203.495.91%203.694%202.949h-1.457M251.341%2034.529h1.409v4.524h.035c.462-1.027%201.671-1.457%202.699-1.457%202.253%200%202.95%201.292%202.95%203.13v5.633h-1.409v-5.797c0-1.045-.665-1.724-1.74-1.724-1.707%200-2.535%201.143-2.535%202.684v4.837h-1.409v-11.83M260.29%2037.794h1.325v1.358h.033c.597-1.06%201.558-1.556%202.784-1.556%202.255%200%202.95%201.292%202.95%203.13v5.633h-1.408v-5.797c0-1.045-.663-1.724-1.742-1.724-1.704%200-2.534%201.143-2.534%202.684v4.837h-1.408v-8.565M272.934%2045.315c1.475%200%202.668-1.159%202.668-3.23%200-2.088-1.193-3.247-2.668-3.247-1.474%200-2.667%201.159-2.667%203.247%200%202.071%201.193%203.23%202.667%203.23zm0-7.719c2.717%200%204.158%201.971%204.158%204.489%200%202.501-1.441%204.473-4.158%204.473-2.716%200-4.16-1.972-4.16-4.473%200-2.518%201.444-4.489%204.16-4.489zM278.568%2046.358L279.977%2046.358%20279.977%2034.529%20278.568%2034.529zM285.596%2045.315c1.473%200%202.666-1.159%202.666-3.23%200-2.088-1.193-3.247-2.666-3.247-1.477%200-2.669%201.159-2.669%203.247%200%202.071%201.192%203.23%202.669%203.23zm0-7.719c2.716%200%204.157%201.971%204.157%204.489%200%202.501-1.441%204.473-4.157%204.473-2.719%200-4.16-1.972-4.16-4.473%200-2.518%201.441-4.489%204.16-4.489zM297.144%2041.902c0-1.508-.663-3.064-2.434-3.064-1.808%200-2.536%201.474-2.536%203.113%200%201.541.563%203.266%202.418%203.266%201.857%200%202.552-1.707%202.552-3.315zm1.391%203.728c0%202.785-1.274%204.208-3.977%204.208-1.606%200-3.463-.645-3.544-2.517h1.407c.067%201.026%201.292%201.392%202.221%201.392%201.839%200%202.568-1.327%202.568-3.248v-.563h-.032c-.466%201.044-1.591%201.556-2.668%201.556-2.553%200-3.829-2.004-3.829-4.341%200-2.021.995-4.521%203.961-4.521%201.077%200%202.038.479%202.551%201.424h.017v-1.226h1.325v7.836zM303.757%2047.501c-.647%201.675-1.227%202.287-2.486%202.287-.332%200-.664-.033-.978-.148v-1.293c.265.085.548.198.828.198.581%200%20.896-.28%201.16-.776l.58-1.459-3.396-8.516h1.59l2.503%207.008h.033l2.401-7.008h1.492l-3.727%209.707'%20fill='%231B1A19'%20transform='translate(8.042%206.948)'/%3e%3c/g%3e%3c/svg%3e",Vl="data:image/svg+xml,%3csvg%20class='LogoTribrand'%20width='324'%20height='72'%20viewBox='0%200%20324%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M61.094%2028.823c0%2015.811-13.013%2028.824-28.823%2028.824-15.811%200-28.824-13.013-28.824-28.824C3.447%2013.013%2016.46%200%2032.271%200c15.81%200%2028.823%2013.013%2028.823%2028.823'%20fill='%23263976'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M32.668%202.618a.237.237%200%2001-.234.236.235.235%200%20010-.47c.128%200%20.234.105.234.234M34.294%206.177a.291.291%200%2001-.289.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289c.158%200%20.289.131.289.289M38.519%2011.991a.29.29%200%2001-.289.289.29.29%200%20010-.578.29.29%200%2001.289.289M31.729%208.181a.236.236%200%2001-.235.235.236.236%200%2001-.234-.235c0-.129.106-.235.234-.235.129%200%20.235.106.235.235M34.257%209.518a.237.237%200%2001-.235.235.236.236%200%2001-.234-.235c0-.129.106-.236.234-.236.129%200%20.235.107.235.236M30.971%205.779c0%20.159-.131.29-.289.29a.29.29%200%20010-.579.29.29%200%2001.289.289M27.142%208.109a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M27.828%208.579a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235.235.235%200%2001.47%200M28.515%209.048a.235.235%200%2001-.47%200%20.235.235%200%2001.47%200M27.467%209.951a.238.238%200%2001-.235.236.235.235%200%2011.235-.236M22.013%2013.78a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.128.106-.235.235-.235s.235.107.235.235M23.024%2015.008a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M22.229%2034.837a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235.235.235%200%2001.469%200M22.374%2040.31a.291.291%200%2001-.289.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289.29.29%200%2001.289.289M19.268%2043.109a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M15.547%2044.247a.29.29%200%2001-.578%200c0-.16.131-.29.289-.29a.29.29%200%2001.289.29M14.789%2041.718a.291.291%200%2001-.289.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289c.158%200%20.289.131.289.289M14.355%2043.325a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235.235.235%200%2001.469%200M11.574%2041.989a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.128.106-.235.235-.235s.235.107.235.235M21.29%2046.503a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235c0-.128.106-.234.235-.234.128%200%20.234.106.234.234M24.216%2044.355a.291.291%200%2001-.289.289.291.291%200%2001-.289-.289.29.29%200%2001.289-.289.29.29%200%2001.289.289M24.541%2047.118a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235.235.235%200%2001.47%200M36.569%2044.482a.235.235%200%2011-.235-.235c.129%200%20.235.106.235.235M30.971%2046.468a.235.235%200%2001-.47%200%20.235.235%200%2001.47%200M46.032%2049.321a.236.236%200%2001-.235.235.236.236%200%2001-.234-.235c0-.128.106-.234.234-.234.129%200%20.235.106.235.234M47.26%2038.214a.29.29%200%2001-.288.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289.29.29%200%2001.288.289M44.949%2039.785c0%20.13-.106.236-.235.236a.236.236%200%2001-.235-.236c0-.128.106-.234.235-.234s.235.106.235.234M47.225%2040.237c0%20.159-.131.29-.29.29a.291.291%200%2001-.289-.29c0-.158.131-.289.289-.289.159%200%20.29.131.29.289M44.949%2043.036a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235.235.235%200%2001.47%200M50.836%2036.644a.235.235%200%2001-.469%200c0-.129.106-.236.235-.236.128%200%20.234.107.234.236M51.414%2038.07a.29.29%200%2001-.289.289.29.29%200%2001-.289-.289c0-.159.131-.29.289-.29a.29.29%200%2001.289.29M55.459%2039.768a.29.29%200%2001-.578%200%20.29.29%200%2001.578%200M51.342%2042.784a.237.237%200%2001-.235.235.236.236%200%2001-.234-.235c0-.129.106-.235.234-.235.129%200%20.235.106.235.235M53.942%2040.327a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235.235.235%200%2001.469%200M53.473%2044.12a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M37.727%205.507a.414.414%200%2001.309-.294l.082-.618.121.623c.145.042.257.16.29.309l.626.088-.632.111a.412.412%200%2001-.299.29l-.106.636-.108-.641a.413.413%200%2001-.285-.298l-.604-.098.606-.108M21.533%2049.814a.411.411%200%2001.308-.294l.082-.618.122.625a.41.41%200%2001.289.306l.626.089-.631.111a.412.412%200%2001-.3.289l-.106.637-.107-.64a.415.415%200%2001-.285-.298l-.604-.099.606-.108M51.315%2044.103a.41.41%200%2001.308-.295l.082-.619.122.625a.413.413%200%2001.289.307l.626.089-.632.111a.414.414%200%2001-.299.29l-.106.636-.107-.641a.416.416%200%2001-.286-.298l-.604-.098.607-.107M53.673%2037.732a.411.411%200%2001.307-.295l.082-.618.122.624c.145.042.257.16.29.308l.626.088-.632.111a.416.416%200%2001-.299.29l-.107.636-.106-.64a.414.414%200%2001-.286-.298l-.604-.099.607-.107M24.423%2014.2a.413.413%200%2001.307-.294l.083-.618.122.624c.144.041.256.16.289.308l.626.089-.632.11a.412.412%200%2001-.299.29l-.106.636-.107-.641a.413.413%200%2001-.286-.297l-.604-.098.607-.109M22.513%2027.612c2.129%203.719%204.611%206.442%206.61%209.03%201.775%202.295%205.233%203.445%204.015%204.535-1.373%201.227-4.696-4.19-4.696-4.19-2.209-2.664-4.322-5.489-6.478-9.184l.549-.191'%20fill='%23FFFFFE'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M0%2037.374c10.289-6.758%2028.245-11.119%2043.034-16.991%2011.236-4.46%2021.227-10.061%2026.598-17.77C56.021%2030.338%2018.114%2027.056.741%2037.632L0%2037.374'%20fill='%23D8262C'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M23.919%2023.626h5.153l3.694%209.303%201.232%201.236H27.29l1.231-1.236-.437-1.135h-3.703L24%2033.091l.883%201.074h-3.499l1.231-1.236%202.374-8.227-1.07-1.076zm3.509%206.539l-1.491-3.777-1.094%203.777h2.585zM47.857%2023.626h5.348l3.694%209.303%201.232%201.236h-6.708l1.231-1.236-.437-1.135h-3.702l-.381%201.297.883%201.074h-3.5l1.231-1.236%202.374-8.227-1.265-1.076zm3.703%206.539l-1.49-3.777-1.094%203.777h2.584zM16.928%2030.19L16.928%2024.702%2015.858%2023.626%2019.423%2023.626%2018.353%2024.702%2018.353%2032.929%2019.585%2034.165%2014.902%2034.165%2010.868%2027.34%2010.868%2032.929%2011.905%2034.165%208.178%2034.165%209.409%2032.929%209.409%2024.702%208.34%2023.626%2013.006%2023.626%2016.928%2030.19M43.918%2026.329l-.11-3.281-1.104.762c-1.556-.544-3.367-.524-4.638.078-1.183.559-2.459%201.742-2.303%203.42.156%201.679%201.457%202.33%202.63%202.861%201.51.685%203.152.916%203.128%201.82-.016.575-.97.987-1.711.963-.678-.021-2.88-.185-4.031-1.554l.218%203.452%201.229-.902c1.494.528%203.304.75%204.98.204%201.665-.543%203.415-1.936%202.443-4.372-.418-1.046-1.569-1.693-2.256-1.974-.628-.258-2.546-1.012-3.082-1.291-.626-.325-.556-1.36.95-1.57%201.363-.19%203.252.902%203.657%201.384'%20fill='%23FFFFFE'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M7.968%2053.553C28.63%2032.465%2059.428%2022.722%2069.632%202.612c-6.145%2019.551-39.054%2030.334-61.72%2051.932l.056-.991'%20fill='%23D8262C'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M21.964%2027.803a71.957%2071.957%200%2001-.728-1.278c-5.509-9.91-4.714-20.024%205.255-15.617%208.462%203.74%2016.544%2014.232%2019.794%2021.682%201.506%203.452%205.544%2017.001-7.459%2011.511l-.026-.08c12.281%205.057%2010.158-7.757%203.584-17.581-3.72-5.56-8.571-10.191-11.63-12.425-10.186-7.442-16.399-2.891-9.247%2011.703.324.66.66%201.29%201.006%201.894l-.549.191'%20fill='%23FFFFFE'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M82.104%2022.133c0%201.775-.483%204.669-4.591%204.669-2.295%200-4.534-1.254-4.534-4.264v-1.195h2.739v.618c0%201.331.328%202.294%201.757%202.294%201.6%200%201.6-1.292%201.6-2.256v-9.298h3.029v9.432M91.012%2020.417c-.25-1.388-.849-2.123-2.18-2.123-1.736%200-2.238%201.352-2.276%202.123h4.456zm-4.456%201.737c.077%201.736.926%202.527%202.449%202.527%201.1%200%201.988-.676%202.161-1.292h2.412c-.772%202.352-2.412%203.354-4.669%203.354-3.144%200-5.093-2.159-5.093-5.246%200-2.989%202.064-5.265%205.093-5.265%203.396%200%205.035%202.853%204.842%205.922h-7.195zM98.646%2016.5h2.006v1.834h-2.006v4.939c0%20.925.231%201.157%201.158%201.157.288%200%20.559-.02.848-.077v2.14c-.463.077-1.06.096-1.601.096-1.678%200-3.144-.384-3.144-2.372v-5.883h-1.659V16.5h1.659v-2.988h2.739V16.5M110.294%2019.182h2.353c1.407%200%202.662-.309%202.662-2.063%200-1.755-1.255-2.064-2.662-2.064h-2.353v4.127zm-3.029-6.481h6.21c3.435%200%204.765%202.179%204.765%204.418%200%202.238-1.33%204.416-4.765%204.416h-3.181v4.94h-3.029V12.701zM119.663%2016.5h2.605v1.855h.038c.502-1.256%201.851-2.123%203.182-2.123.193%200%20.425.037.598.096v2.545a5.058%205.058%200%2000-.983-.095c-2.006%200-2.701%201.446-2.701%203.202v4.495h-2.739V16.5M131.464%2024.681c1.872%200%202.432-1.603%202.432-3.184%200-1.599-.56-3.203-2.432-3.203-1.851%200-2.41%201.604-2.41%203.203%200%201.581.559%203.184%202.41%203.184zm0-8.449c3.145%200%205.172%202.084%205.172%205.265%200%203.163-2.027%205.246-5.172%205.246-3.124%200-5.149-2.083-5.149-5.246%200-3.181%202.025-5.265%205.149-5.265zM145.638%2021.518c0-1.582-.636-3.224-2.392-3.224-1.793%200-2.371%201.604-2.371%203.224%200%201.618.616%203.163%202.391%203.163%201.794%200%202.372-1.545%202.372-3.163zm-7.407-5.018h2.605v1.274h.039c.656-1.062%201.737-1.542%202.97-1.542%203.124%200%204.533%202.527%204.533%205.361%200%202.662-1.465%205.15-4.378%205.15-1.198%200-2.335-.518-2.991-1.504h-.038v4.746h-2.74V16.5zM159.194%2026.475h-2.604v-1.39h-.057c-.695%201.12-1.889%201.658-3.047%201.658-2.913%200-3.648-1.638-3.648-4.107V16.5h2.739v5.633c0%201.641.484%202.451%201.756%202.451%201.485%200%202.123-.829%202.123-2.855V16.5h2.738v9.975M161.178%2026.474L163.917%2026.474%20163.917%2012.701%20161.178%2012.701zM168.024%2023.233c.019%201.197%201.024%201.678%202.103%201.678.792%200%201.793-.307%201.793-1.272%200-.829-1.137-1.119-3.105-1.544-1.582-.348-3.164-.905-3.164-2.663%200-2.545%202.199-3.2%204.34-3.2%202.18%200%204.188.731%204.399%203.181h-2.604c-.077-1.058-.887-1.349-1.871-1.349-.617%200-1.524.115-1.524.924%200%20.985%201.543%201.121%203.106%201.488%201.6.366%203.164.944%203.164%202.797%200%202.623-2.277%203.47-4.553%203.47-2.316%200-4.574-.867-4.689-3.51h2.605M176.141%2026.475h2.74V16.5h-2.74v9.975zm0-11.517h2.74v-2.257h-2.74v2.257zM185.707%2024.681c1.871%200%202.43-1.603%202.43-3.184%200-1.599-.559-3.203-2.43-3.203-1.853%200-2.411%201.604-2.411%203.203%200%201.581.558%203.184%202.411%203.184zm0-8.449c3.144%200%205.169%202.084%205.169%205.265%200%203.163-2.025%205.246-5.169%205.246-3.126%200-5.15-2.083-5.15-5.246%200-3.181%202.024-5.265%205.15-5.265zM192.454%2016.5h2.605v1.391h.056c.696-1.119%201.89-1.659%203.048-1.659%202.912%200%203.647%201.639%203.647%204.109v6.134h-2.741v-5.633c0-1.64-.482-2.45-1.755-2.45-1.485%200-2.122.829-2.122%202.855v5.228h-2.738V16.5M209.19%2012.701L212.219%2012.701%20212.219%2023.928%20218.931%2023.928%20218.931%2026.475%20209.19%2026.475%20209.19%2012.701M226.354%2021.593c-.462.406-1.427.427-2.276.579-.849.174-1.621.464-1.621%201.467%200%201.021.793%201.272%201.678%201.272%202.142%200%202.219-1.697%202.219-2.295v-1.023zm-6.328-2.024c.156-2.567%202.451-3.337%204.688-3.337%201.987%200%204.38.443%204.38%202.835v5.188c0%20.907.095%201.815.346%202.22h-2.777a4.05%204.05%200%2001-.193-.965c-.869.907-2.142%201.233-3.357%201.233-1.89%200-3.395-.944-3.395-2.988%200-2.258%201.698-2.798%203.395-3.028%201.678-.251%203.241-.195%203.241-1.314%200-1.176-.811-1.349-1.775-1.349-1.041%200-1.717.423-1.813%201.505h-2.74zM236.014%2018.294c-1.62%200-2.333%201.525-2.333%203.203%200%201.659.713%203.184%202.333%203.184s2.334-1.525%202.334-3.184c0-1.678-.714-3.203-2.334-3.203zm-4.978-5.593h2.741v5.016h.036c.677-1.023%201.912-1.485%203.146-1.485%201.987%200%204.13%201.6%204.13%205.247%200%203.665-2.143%205.264-4.13%205.264-1.466%200-2.682-.443-3.278-1.542h-.04v1.274h-2.605V12.701zM247.487%2024.681c1.871%200%202.431-1.603%202.431-3.184%200-1.599-.56-3.203-2.431-3.203-1.852%200-2.412%201.604-2.412%203.203%200%201.581.56%203.184%202.412%203.184zm0-8.449c3.144%200%205.17%202.084%205.17%205.265%200%203.163-2.026%205.246-5.17%205.246-3.125%200-5.15-2.083-5.15-5.246%200-3.181%202.025-5.265%205.15-5.265zM254.233%2016.5h2.604v1.855h.039c.504-1.256%201.852-2.123%203.185-2.123.192%200%20.422.037.596.096v2.545a5.074%205.074%200%2000-.983-.095c-2.007%200-2.701%201.446-2.701%203.202v4.495h-2.74V16.5M267.755%2021.593c-.465.406-1.43.427-2.277.579-.849.174-1.622.464-1.622%201.467%200%201.021.79%201.272%201.679%201.272%202.142%200%202.22-1.697%202.22-2.295v-1.023zm-6.33-2.024c.154-2.567%202.45-3.337%204.688-3.337%201.99%200%204.381.443%204.381%202.835v5.188c0%20.907.096%201.815.347%202.22h-2.779a4.149%204.149%200%2001-.192-.965c-.869.907-2.142%201.233-3.357%201.233-1.892%200-3.396-.944-3.396-2.988%200-2.258%201.697-2.798%203.396-3.028%201.677-.251%203.242-.195%203.242-1.314%200-1.176-.813-1.349-1.776-1.349-1.042%200-1.718.423-1.814%201.505h-2.74zM275.91%2016.5h2.005v1.834h-2.005v4.939c0%20.925.23%201.157%201.157%201.157.287%200%20.558-.02.848-.077v2.14c-.463.077-1.061.096-1.603.096-1.676%200-3.144-.384-3.144-2.372v-5.883h-1.657V16.5h1.657v-2.988h2.742V16.5M283.892%2024.681c1.871%200%202.43-1.603%202.43-3.184%200-1.599-.559-3.203-2.43-3.203-1.851%200-2.413%201.604-2.413%203.203%200%201.581.562%203.184%202.413%203.184zm0-8.449c3.144%200%205.17%202.084%205.17%205.265%200%203.163-2.026%205.246-5.17%205.246-3.124%200-5.15-2.083-5.15-5.246%200-3.181%202.026-5.265%205.15-5.265zM290.64%2016.5h2.601v1.855h.041c.502-1.256%201.851-2.123%203.185-2.123.191%200%20.423.037.595.096v2.545a5.093%205.093%200%2000-.984-.095c-2.007%200-2.7%201.446-2.7%203.202v4.495h-2.738V16.5M304.021%2027.727c-.595%201.604-1.542%202.258-3.432%202.258-.56%200-1.117-.039-1.679-.096v-2.257c.521.038%201.063.116%201.602.095.945-.095%201.253-1.078.945-1.869l-3.512-9.358h2.933l2.258%206.829h.037l2.18-6.829h2.836l-4.168%2011.227M82.32%2038.092c-.332-1.674-1.674-2.519-3.315-2.519-2.817%200-4.009%202.32-4.009%204.789%200%202.699%201.192%204.953%204.026%204.953%202.072%200%203.264-1.458%203.413-3.413h1.575c-.299%202.949-2.138%204.739-5.121%204.739-3.678%200-5.468-2.717-5.468-6.164%200-3.429%201.956-6.23%205.601-6.23%202.469%200%204.507%201.326%204.871%203.845H82.32M90.771%2041.935c-.547.398-1.607.414-2.552.581-.928.166-1.723.497-1.723%201.54%200%20.929.795%201.259%201.656%201.259%201.856%200%202.619-1.159%202.619-1.939v-1.441zm2.286%204.39c-.248.151-.563.233-1.01.233-.73%200-1.193-.397-1.193-1.325-.779.911-1.823%201.325-3.016%201.325-1.558%200-2.833-.696-2.833-2.402%200-1.939%201.441-2.352%202.899-2.634%201.558-.298%202.884-.2%202.884-1.26%200-1.227-1.011-1.424-1.907-1.424-1.192%200-2.07.363-2.136%201.623h-1.409c.083-2.121%201.723-2.865%203.629-2.865%201.54%200%203.214.345%203.214%202.351v4.408c0%20.664%200%20.96.447.96.117%200%20.249-.017.431-.082v1.092zM94.186%2046.358L95.594%2046.358%2095.594%2034.529%2094.186%2034.529zM97.599%2046.358h1.407v-8.564h-1.407v8.564zm0-10.106h1.407v-1.723h-1.407v1.723zM101.509%2039.035h-1.441v-1.241h1.441v-1.276c0-1.392.828-2.12%202.37-2.12.264%200%20.645.048.911.131v1.226a2.671%202.671%200%2000-.795-.116c-.68%200-1.078.216-1.078.962v1.193h1.657v1.241h-1.657v7.324h-1.408v-7.324M109.264%2045.315c1.474%200%202.667-1.159%202.667-3.23%200-2.088-1.193-3.247-2.667-3.247-1.475%200-2.668%201.159-2.668%203.247%200%202.071%201.193%203.23%202.668%203.23zm0-7.719c2.716%200%204.158%201.971%204.158%204.489%200%202.501-1.442%204.473-4.158%204.473-2.718%200-4.159-1.972-4.159-4.473%200-2.518%201.441-4.489%204.159-4.489zM114.766%2037.794h1.325V39.6h.033c.68-1.376%201.625-2.056%203.149-2.004v1.491c-2.27%200-3.098%201.292-3.098%203.462v3.81h-1.409v-8.565M120.068%2037.794h1.325v1.358h.034c.596-1.06%201.557-1.556%202.783-1.556%202.253%200%202.95%201.292%202.95%203.13v5.633h-1.409v-5.797c0-1.045-.663-1.724-1.74-1.724-1.706%200-2.534%201.143-2.534%202.684v4.837h-1.409v-8.565M129.1%2046.358h1.408v-8.564H129.1v8.564zm0-10.106h1.408v-1.723H129.1v1.723zM137.732%2041.935c-.547.398-1.607.414-2.552.581-.928.166-1.723.497-1.723%201.54%200%20.929.795%201.259%201.657%201.259%201.856%200%202.618-1.159%202.618-1.939v-1.441zm2.287%204.39c-.249.151-.563.233-1.011.233-.729%200-1.193-.397-1.193-1.325-.779.911-1.823%201.325-3.016%201.325-1.557%200-2.833-.696-2.833-2.402%200-1.939%201.441-2.352%202.899-2.634%201.558-.298%202.884-.2%202.884-1.26%200-1.227-1.01-1.424-1.906-1.424-1.193%200-2.071.363-2.137%201.623h-1.408c.082-2.121%201.723-2.865%203.628-2.865%201.54%200%203.215.345%203.215%202.351v4.408c0%20.664%200%20.96.446.96.117%200%20.249-.017.432-.082v1.092zM145.704%2046.358L147.277%2046.358%20147.277%2034.529%20145.704%2034.529zM149.43%2037.794h1.326v1.358h.035c.593-1.06%201.556-1.556%202.783-1.556%202.253%200%202.949%201.292%202.949%203.13v5.633h-1.41v-5.797c0-1.045-.661-1.724-1.739-1.724-1.707%200-2.534%201.143-2.534%202.684v4.837h-1.41v-8.565M159.242%2043.658c.049%201.259%201.142%201.657%202.302%201.657.879%200%202.073-.199%202.073-1.275%200-1.094-1.393-1.275-2.804-1.59-1.389-.317-2.796-.78-2.796-2.42%200-1.722%201.706-2.434%203.196-2.434%201.89%200%203.397.594%203.514%202.683h-1.408c-.101-1.094-1.062-1.441-1.99-1.441-.846%200-1.822.233-1.822%201.093%200%201.011%201.491%201.175%202.801%201.49%201.406.316%202.798.778%202.798%202.436%200%202.039-1.905%202.701-3.644%202.701-1.924%200-3.546-.779-3.63-2.9h1.41M168.356%2037.794h1.706v1.241h-1.706v5.32c0%20.647.182.761%201.06.761h.646v1.243h-1.076c-1.459%200-2.04-.297-2.04-1.872v-5.452h-1.457v-1.241h1.457v-2.569h1.41v2.569M171.438%2046.358h1.407v-8.564h-1.407v8.564zm0-10.106h1.407v-1.723h-1.407v1.723zM176.724%2037.794h1.708v1.241h-1.708v5.32c0%20.647.182.761%201.06.761h.648v1.243h-1.079c-1.457%200-2.038-.297-2.038-1.872v-5.452h-1.459v-1.241h1.459v-2.569h1.409v2.569M186.813%2046.359h-1.325v-1.357h-.033c-.596%201.06-1.558%201.556-2.783%201.556-2.253%200-2.949-1.291-2.949-3.132v-5.632h1.409v5.798c0%201.044.663%201.723%201.739%201.723%201.706%200%202.534-1.142%202.534-2.685v-4.836h1.408v8.565M190.627%2037.794h1.705v1.241h-1.705v5.32c0%20.647.181.761%201.059.761h.646v1.243h-1.076c-1.457%200-2.037-.297-2.037-1.872v-5.452h-1.459v-1.241h1.459v-2.569h1.408v2.569M199.573%2041.257c-.066-1.343-1.077-2.419-2.468-2.419-1.474%200-2.353%201.109-2.452%202.419h4.92zm1.359%202.385c-.381%201.889-1.74%202.916-3.661%202.916-2.736%200-4.027-1.889-4.109-4.505%200-2.57%201.69-4.457%204.026-4.457%203.031%200%203.961%202.832%203.876%204.904h-6.411c-.05%201.491.794%202.815%202.667%202.815%201.159%200%201.972-.563%202.221-1.673h1.391zM210.295%2045.315c1.476%200%202.668-1.159%202.668-3.23%200-2.088-1.192-3.247-2.668-3.247-1.475%200-2.667%201.159-2.667%203.247%200%202.071%201.192%203.23%202.667%203.23zm0-7.719c2.716%200%204.158%201.971%204.158%204.489%200%202.501-1.442%204.473-4.158%204.473-2.718%200-4.159-1.972-4.159-4.473%200-2.518%201.441-4.489%204.159-4.489zM216.427%2039.035h-1.441v-1.241h1.441v-1.276c0-1.392.828-2.12%202.371-2.12.264%200%20.644.048.911.131v1.226a2.684%202.684%200%2000-.797-.116c-.681%200-1.076.216-1.076.962v1.193h1.655v1.241h-1.655v7.324h-1.409v-7.324M227.744%2035.855L223.801%2035.855%20223.801%2034.529%20233.262%2034.529%20233.262%2035.855%20229.319%2035.855%20229.319%2046.359%20227.744%2046.359%20227.744%2035.855M240.023%2041.257c-.068-1.343-1.077-2.419-2.468-2.419-1.476%200-2.354%201.109-2.452%202.419h4.92zm1.359%202.385c-.381%201.889-1.739%202.916-3.661%202.916-2.735%200-4.029-1.889-4.111-4.505%200-2.57%201.691-4.457%204.027-4.457%203.032%200%203.959%202.832%203.877%204.904h-6.411c-.05%201.491.793%202.815%202.667%202.815%201.159%200%201.972-.563%202.22-1.673h1.392zM248.524%2040.545c-.215-1.078-.961-1.707-2.122-1.707-2.038%200-2.666%201.608-2.666%203.346%200%201.574.711%203.131%202.501%203.131%201.359%200%202.171-.795%202.353-2.087h1.441c-.314%202.087-1.623%203.33-3.778%203.33-2.617%200-4.009-1.822-4.009-4.374%200-2.57%201.324-4.588%204.043-4.588%201.937%200%203.495.91%203.694%202.949h-1.457M251.341%2034.529h1.409v4.524h.035c.462-1.027%201.671-1.457%202.699-1.457%202.253%200%202.95%201.292%202.95%203.13v5.633h-1.409v-5.797c0-1.045-.665-1.724-1.74-1.724-1.707%200-2.535%201.143-2.535%202.684v4.837h-1.409v-11.83M260.29%2037.794h1.325v1.358h.033c.597-1.06%201.558-1.556%202.784-1.556%202.255%200%202.95%201.292%202.95%203.13v5.633h-1.408v-5.797c0-1.045-.663-1.724-1.742-1.724-1.704%200-2.534%201.143-2.534%202.684v4.837h-1.408v-8.565M272.934%2045.315c1.475%200%202.668-1.159%202.668-3.23%200-2.088-1.193-3.247-2.668-3.247-1.474%200-2.667%201.159-2.667%203.247%200%202.071%201.193%203.23%202.667%203.23zm0-7.719c2.717%200%204.158%201.971%204.158%204.489%200%202.501-1.441%204.473-4.158%204.473-2.716%200-4.16-1.972-4.16-4.473%200-2.518%201.444-4.489%204.16-4.489zM278.568%2046.358L279.977%2046.358%20279.977%2034.529%20278.568%2034.529zM285.596%2045.315c1.473%200%202.666-1.159%202.666-3.23%200-2.088-1.193-3.247-2.666-3.247-1.477%200-2.669%201.159-2.669%203.247%200%202.071%201.192%203.23%202.669%203.23zm0-7.719c2.716%200%204.157%201.971%204.157%204.489%200%202.501-1.441%204.473-4.157%204.473-2.719%200-4.16-1.972-4.16-4.473%200-2.518%201.441-4.489%204.16-4.489zM297.144%2041.902c0-1.508-.663-3.064-2.434-3.064-1.808%200-2.536%201.474-2.536%203.113%200%201.541.563%203.266%202.418%203.266%201.857%200%202.552-1.707%202.552-3.315zm1.391%203.728c0%202.785-1.274%204.208-3.977%204.208-1.606%200-3.463-.645-3.544-2.517h1.407c.067%201.026%201.292%201.392%202.221%201.392%201.839%200%202.568-1.327%202.568-3.248v-.563h-.032c-.466%201.044-1.591%201.556-2.668%201.556-2.553%200-3.829-2.004-3.829-4.341%200-2.021.995-4.521%203.961-4.521%201.077%200%202.038.479%202.551%201.424h.017v-1.226h1.325v7.836zM303.757%2047.501c-.647%201.675-1.227%202.287-2.486%202.287-.332%200-.664-.033-.978-.148v-1.293c.265.085.548.198.828.198.581%200%20.896-.28%201.16-.776l.58-1.459-3.396-8.516h1.59l2.503%207.008h.033l2.401-7.008h1.492l-3.727%209.707'%20fill='%23FFFFFF'%20transform='translate(8.042%206.948)'/%3e%3c/g%3e%3c/svg%3e",Lx=t.defineComponent({name:"NavDesktop",components:{NavDesktopDropdown:Bl,NavDesktopDropdownContent:El,NavDesktopDropdownMore:Cl,NavLogoLinks:nn,NavSearchForm:Jt,IconSearch:Dn,IconClose:Fe},props:{data:{type:Object||null,required:!1,default:null},invertOverride:{type:Boolean,required:!1},headerVisible:{type:Boolean,required:!1,default:!1},scrolled:{type:Boolean,required:!1,default:!1},scrolledUp:{type:Boolean,required:!1,default:!1},scrollTop:{type:Number,required:!1,default:0}},data(){return{searchVisible:!1,scrolledCurrentPage:!1,LogoColor:Sl,LogoWhite:Vl}},computed:{...Te(ve),breadcrumb(){return this.data?JSON.parse(this.data.breadcrumb):null},invert(){var a;const e=typeof window<"u"?window.matchMedia("(forced-colors: active)").matches:!1,n=this.headerStore?(a=this.headerStore)==null?void 0:a.headerTransparent:!1;return!e&&(n||this.invertOverride)}},watch:{scrollTop(e){e>0?this.scrolledCurrentPage=!0:this.scrolledCurrentPage=!1},$route(){this.searchVisible&&this.closeSearch(),this.headerStore&&(this.headerStore.makeTransparent(!1),this.headerStore.updateHighlightPrimary(!0),da(null)),this.scrolledCurrentPage=!1}},methods:{getUrlKey(e){return e.linkPage?e.linkPage.url:null},checkActive(e){const n=this.getUrlKey(e);if(n&&this.breadcrumb&&this.breadcrumb.menu_links){const o=this.breadcrumb.menu_links[n].some(s=>mt(s.path));return o&&ca(this.breadcrumb.menu_links[n]),o}return!1},checkActiveMore(){if(this.breadcrumb&&this.breadcrumb.more){const n=this.breadcrumb.more.some(a=>mt(a.path));return n&&ca(null),n}return!1},toggleSearch(){this.searchVisible?this.closeSearch():this.openSearch()},closeSearch(){this.searchVisible&&(this.searchVisible=!1,this.$emit("closeSearch"))},openSearch(){this.searchVisible||(this.searchVisible=!0,this.$emit("openSearch"))},getLinkText(e){return ht(e)}}}),Dx=t.createElementVNode("div",{class:"header-bg max-w-screen-3xl absolute inset-0 mx-auto"},null,-1),vx={class:"px-4"},Px={class:"h-28 container flex items-center justify-between mx-auto"},zx=["src"],Ax=["src"],Ox=["src"],Fx={key:0,"aria-label":"Main",class:"main-navigation flex items-center justify-end w-full"},Hx={class:"flex flex-wrap items-center justify-end"},qx={key:1,class:"flex items-center w-full"};function jx(e,n,a,o,s,i){var f;const r=nn,l=El,c=Bl,d=Cl,h=Dn,m=Jt,p=Fe;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["NavDesktop z-50 w-full duration-150 ease-in",{"sticky top-0":e.scrolledUp,relative:!e.scrolledUp,"transition-colors":e.scrollTop===0,"transition-transform":e.scrollTop>0&&e.scrolledCurrentPage,"transform -translate-y-full":!e.scrolledUp&&!e.headerVisible,"-scrolled transform translate-y-0":e.scrolledUp&&e.headerVisible&&e.scrollTop>0,"-transparent":e.invert,"-hasSecondary":!((f=e.headerStore)!=null&&f.highlightPrimary)}])},[Dx,t.createElementVNode("div",vx,[t.createElementVNode("div",Px,[t.createVNode(r,{class:"z-20 flex flex-shrink-0 my-2 -ml-1"},{default:t.withCtx(()=>[e.scrolledUp&&e.headerVisible&&e.scrollTop>0?(t.openBlock(),t.createElementBlock("img",{key:0,src:e.LogoColor,alt:"JPL Logo",width:"324",height:"72"},null,8,zx)):e.invert?(t.openBlock(),t.createElementBlock("img",{key:1,src:e.LogoWhite,alt:"JPL Logo",width:"324",height:"72"},null,8,Ax)):(t.openBlock(),t.createElementBlock("img",{key:2,src:e.LogoColor,alt:"JPL Logo",width:"324",height:"72"},null,8,Ox))]),_:1}),e.data?(t.openBlock(),t.createElementBlock("nav",Fx,[t.withDirectives(t.createElementVNode("div",Hx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.primaryNavigation,(u,k)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[u.blockType==="MenuPanel"&&u.titleLink?(t.openBlock(),t.createBlock(c,{key:k,class:t.normalizeClass({"-active":e.checkActive(u.titleLink)}),"parent-scrolled":e.scrollTop},{dropdownLabel:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(u.titleLink)),1)]),default:t.withCtx(()=>[t.createVNode(l,{data:u},null,8,["data"])]),_:2},1032,["class","parent-scrolled"])):u.blockType==="MenuMorePanel"?(t.openBlock(),t.createBlock(c,{key:`MenuMorePanel${k}`,class:t.normalizeClass({"-active":e.checkActiveMore()}),"parent-scrolled":e.scrollTop},{dropdownLabel:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(u.titleText),1)]),default:t.withCtx(()=>[t.createVNode(d,{data:u},null,8,["data"])]),_:2},1032,["class","parent-scrolled"])):t.createCommentVNode("",!0)],64))),256))],512),[[t.vShow,!e.searchVisible]]),t.createElementVNode("div",{class:t.normalizeClass(["relative z-20 flex items-center w-auto",{"w-2/3":e.searchVisible}])},[e.searchVisible?(t.openBlock(),t.createElementBlock("div",qx,[t.createVNode(m,{class:"w-full",onClearSearch:n[1]||(n[1]=u=>e.closeSearch()),onSubmitForm:n[2]||(n[2]=u=>e.closeSearch())}),t.createElementVNode("button",{"aria-label":"Close Search",class:"p-4 -mr-4 cursor-pointer",onClick:n[3]||(n[3]=u=>e.closeSearch())},[t.createVNode(p,{class:"text-sm"})])])):(t.openBlock(),t.createElementBlock("button",{key:0,"aria-label":"Open Search",class:"p-4 -mr-4 text-lg cursor-pointer",onClick:n[0]||(n[0]=u=>e.toggleSearch())},[t.createVNode(h)]))],2)])):t.createCommentVNode("",!0)])])],2)}const Rx=w(Lx,[["render",jx]]),Gx=t.defineComponent({name:"NavMobileLink",components:{BaseLink:F},props:{data:{type:Object,required:!1},title:{type:String,required:!1},linkClass:{type:String,required:!1},exact:{type:Boolean,required:!1,default:!1}},methods:{getRouterLink(e){return dn(e)},getLinkText(e){return ht(e)}}});function Ux(e,n,a,o,s,i){const r=F;return e.data?(t.openBlock(),t.createBlock(r,{key:0,variant:"none",class:"NavMobileLink","link-class":`flex items-center py-2 text-lg leading-tight ${e.linkClass}`,href:e.data.path&&!e.getRouterLink(e.data)?e.data.path:void 0,to:e.getRouterLink(e.data)?e.getRouterLink(e.data):void 0,exact:e.exact},{default:t.withCtx(()=>[t.createElementVNode("span",null,t.toDisplayString(e.title||e.getLinkText(e.data)),1)]),_:1},8,["link-class","href","to","exact"])):t.createCommentVNode("",!0)}const Qn=w(Gx,[["render",Ux]]),Wx=t.defineComponent({name:"NavSecondaryDropdownContent",components:{BaseLink:F},props:{item:{type:Object,required:!0}},methods:{linkClass(e,n){let a="py-2 lg:py-4";return e?e.children&&e.children.length>0?a="pt-2 pb-1 lg:pt-4 lg:pb-2":n&&(a="py-2 lg:pt-4 lg:pb-6"):a="py-2 lg:pt-4 lg:pb-4",a},nestedLinkClass(e,n){let a="pt-2 pb-1 lg:py-2";return e&&(n?a="pt-2 pb-3 lg:pt-2 lg:pb-6":a="py-2 lg:pt-2 lg:pb-4"),a}}}),Yx={class:"NavSecondaryDropdownContent"},Kx=t.createElementVNode("span",null," Overview ",-1),Zx={key:0,class:"pl-6"};function Xx(e,n,a,o,s,i){const r=F;return t.openBlock(),t.createElementBlock("ul",Yx,[t.createElementVNode("li",null,[t.createVNode(r,{to:e.item.path,variant:"none","link-class":e.linkClass(),"aria-label":`Overview of ${e.item.title}`,exact:""},{default:t.withCtx(()=>[Kx]),_:1},8,["to","link-class","aria-label"])]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.item.children,(l,c)=>(t.openBlock(),t.createElementBlock("li",{key:c},[t.createVNode(r,{to:l.path,variant:"none","link-class":e.linkClass(l,c===e.item.children.length-1),exact:""},{default:t.withCtx(()=>[t.createElementVNode("span",null,t.toDisplayString(l.title),1)]),_:2},1032,["to","link-class"]),l.children&&l.children.length>0?(t.openBlock(),t.createElementBlock("ul",Zx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.children,(d,h)=>(t.openBlock(),t.createElementBlock("li",{key:h,class:""},[t.createVNode(r,{to:d.path,variant:"none","link-class":e.nestedLinkClass(h===l.children.length-1,c===e.item.children.length-1),exact:""},{default:t.withCtx(()=>[t.createElementVNode("span",null,t.toDisplayString(d.title),1)]),_:2},1032,["to","link-class"])]))),128))])):t.createCommentVNode("",!0)]))),128))])}const ea=w(Wx,[["render",Xx]]),Jx=t.defineComponent({name:"NavMobileSecondaryDropdown",components:{IconCaret:_e,NavDropdownToggle:qe,NavSecondaryDropdownContent:ea},props:{index:{type:Number,required:!1},item:{type:Object,required:!0}},data(){return{dropdownVisible:!1}},computed:{startOpen(){return this.item?mt(this.item.path):!1}},watch:{$route(){this.dropdownVisible&&this.closeDropdown()}},mounted(){this.startOpen&&(this.dropdownVisible=!0)},methods:{toggleDropdown(){console.log("dropdown toggled"),this.dropdownVisible?this.closeDropdown():this.openDropdown()},closeDropdown(){this.dropdownVisible&&(this.dropdownVisible=!1,this.$emit("closeDropdown"))},openDropdown(){this.dropdownVisible||(this.dropdownVisible=!0,this.$emit("openDropdown"))}}}),Qx={class:"NavMobileSecondaryDropdown relative"};function eM(e,n,a,o,s,i){const r=_e,l=qe,c=ea;return t.openBlock(),t.createElementBlock("div",Qx,[t.createVNode(l,{"aria-expanded":!!e.dropdownVisible,path:e.item.path,class:t.normalizeClass(["w-full group cursor-pointer pl-12 flex items-center py-2 text-lg leading-tight",{"-open":e.dropdownVisible}]),onToggleClicked:n[0]||(n[0]=d=>e.toggleDropdown()),onCloseDropdown:n[1]||(n[1]=d=>e.closeDropdown())},{default:t.withCtx(()=>[t.createElementVNode("span",null,t.toDisplayString(e.index===0?"Home":e.item.title),1),t.createVNode(r,{class:"transform rotate-90 text-sm ml-2"})]),_:1},8,["aria-expanded","path","class"]),e.dropdownVisible?t.renderSlot(e.$slots,"default",{key:0},()=>[t.createVNode(c,{class:"relative w-full text-lg",item:e.item},null,8,["item"])]):t.createCommentVNode("",!0)])}const Nl=w(Jx,[["render",eM]]),tM=t.defineComponent({name:"NavMobileDropdown",components:{NavDropdownToggle:qe,NavMobileLink:Qn,NavMobileSecondaryDropdown:Nl},props:{data:{type:[Object,Array],required:!1},startOpen:{type:Boolean,required:!1,default:!1},expandMultiple:{type:Boolean,required:!1,default:!0}},data(){return{dropdownVisible:!1,theDropdown:null}},mounted(){this.startOpen&&(this.dropdownVisible=!0),this.theDropdown=this.$refs.NavDropdownMobile,this.expandMultiple},methods:{toggleDropdown(){this.dropdownVisible?this.closeDropdown():this.openDropdown()},closeDropdown(){var e;this.dropdownVisible&&(this.dropdownVisible=!1,(e=this.$root)==null||e.$emit("closeMobileDropdown",this.theDropdown))},openDropdown(){var e;this.dropdownVisible||(this.dropdownVisible=!0,(e=this.$root)==null||e.$emit("openMobileDropdown",this.theDropdown))},closeIfOtherOpened(e){e!==this.theDropdown&&this.closeDropdown()},getLinkText(e){return ht(e)}}}),nM={ref:"NavDropdownMobile",class:"NavDropdownMobile"},aM={key:0,class:"block py-0 pl-6 -ml-4 border-l-4"},oM={key:0},sM={class:"mt-1 mb-3"},iM={key:1};function rM(e,n,a,o,s,i){var d,h;const r=qe,l=Qn,c=Nl;return t.openBlock(),t.createElementBlock("div",nM,[t.createVNode(r,{"aria-expanded":!!e.dropdownVisible,class:t.normalizeClass(["group relative block w-full px-4 py-2 text-xl font-medium text-left",{"-open":e.dropdownVisible}]),onToggleClicked:n[0]||(n[0]=m=>e.toggleDropdown()),onCloseDropdown:n[1]||(n[1]=m=>e.closeDropdown())},{default:t.withCtx(()=>[e.data?(t.openBlock(),t.createElementBlock("span",aM,t.toDisplayString(e.data.length&&e.data[0].title||e.getLinkText(e.data.titleLink)),1)):t.createCommentVNode("",!0)]),_:1},8,["aria-expanded","class"]),e.dropdownVisible?(t.openBlock(),t.createElementBlock("div",oM,[t.createElementVNode("div",sM,[(d=e.data)!=null&&d.links?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(e.data.links,(m,p)=>(t.openBlock(),t.createBlock(l,{key:p,data:m,"link-class":"pl-12",exact:!0},null,8,["data"]))),128)):((h=e.data)==null?void 0:h.length)>0?(t.openBlock(),t.createElementBlock("div",iM,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data,(m,p)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[m.children&&m.children.length>0?(t.openBlock(),t.createBlock(c,{key:p,item:m,index:p},null,8,["item","index"])):(t.openBlock(),t.createBlock(l,{key:p,title:p===0?"Home":void 0,data:m,"link-class":"pl-12",exact:p===0},null,8,["title","data","exact"]))],64))),256))])):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)],512)}const Tl=w(tM,[["render",rM]]),lM=t.defineComponent({name:"NavMobile",components:{IconMenu:go,IconClose:Fe,NavLogoLinks:nn,NavMobileDropdown:Tl,NavMobileLink:Qn,NavSocial:ot,NavSearchForm:Jt},props:{data:{type:Object||null,required:!1,default:null},headerVisible:{type:Boolean,required:!1,default:!1},scrolledUp:{type:Boolean,required:!1,default:!1},scrollTop:{type:Number,required:!1,default:0},staticSecondaryData:{type:Array,required:!1,default:null}},emits:["closeMobileMenu","openMobileMenu"],data(){return{menuVisible:!1,searchQuery:null,LogoColor:Sl,LogoWhite:Vl}},computed:{...Te(ve),...Te(Ze),breadcrumb(){return this.data?JSON.parse(this.data.mobileBreadcrumb):null},headerClasses(){let e="";return this.scrolledUp&&this.headerVisible&&this.scrollTop>0&&(e=e+" -scrolled"),this.menuVisible&&(e=e+" inset-0 overflow-auto"),e},hasSecondary(){var e;return!!(this.staticSecondaryData||(e=this.headerStore)!=null&&e.secondaryNav)}},watch:{$route(){this.menuVisible&&this.closeMenu()}},mounted(){},methods:{toggleMenu(){this.menuVisible?this.closeMenu():this.openMenu()},closeMenu(){this.menuVisible&&(this.menuVisible=!1,this.$emit("closeMobileMenu"),document.body.classList.remove("overflow-hidden"))},openMenu(){this.menuVisible||(this.menuVisible=!0,this.$emit("openMobileMenu"),document.body.classList.add("overflow-hidden"))},getUrlKey(e){return e.linkPage?e.linkPage.url:null},checkActive(e){const n=this.getUrlKey(e);return n&&this.breadcrumb&&this.breadcrumb.menu_links?this.breadcrumb.menu_links[n].some(o=>mt(o.path)):!1}}}),cM={class:"relative w-full"},dM={class:"h-18 flex w-full justify-between items-center px-5 edu:bg-gradient-to-r edu:from-black edu:to-primary edu:to-90% edu:bg-black"},hM={class:"flex items-center"},mM=["src"],pM=["src"],fM={key:0,class:"-ml-1 pl-2 border-l border-white border-opacity-30 z-20"},uM=[t.createElementVNode("span",{class:"text-white font-bold text-xl pl-px"},"Education",-1)],gM=["aria-label"],yM={key:0,class:"pb-8"},bM={key:0,"aria-label":"Secondary"},kM=t.createElementVNode("hr",{class:"border-gray-light-mid pb-4 mb-4 border-0 border-b"},null,-1),_M={"aria-label":"Main"},$M={class:"pl-8"},wM={key:0,"aria-label":"Other JPL Sites",class:"mt-6"},CM=t.createElementVNode("div",{class:"text-subtitle text-primary mb-3"},"Other JPL Sites",-1);function BM(e,n,a,o,s,i){const r=nn,l=go,c=Fe,d=Jt,h=Tl,m=Qn,p=ot;return t.openBlock(),t.createBlock(t.Transition,{name:"headerMobileReveal"},{default:t.withCtx(()=>[t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass(["NavMobile border-gray-light-mid z-50 w-full transition-all duration-150 ease-in bg-white border-b edu:bg-gray-light edu:border-none",e.headerClasses])},[t.createElementVNode("div",cM,[t.createElementVNode("div",dM,[t.createElementVNode("div",hM,[t.createVNode(r,{class:"lg:p-0 w-72 z-20 p-2 pl-0 -ml-3 edu:w-[12rem]"},{default:t.withCtx(()=>[e.themeStore.theme==="ThemeEdu"?(t.openBlock(),t.createElementBlock("img",{key:0,src:e.LogoWhite,alt:"JPL Logo",width:"324",height:"72"},null,8,mM)):(t.openBlock(),t.createElementBlock("img",{key:1,src:e.LogoColor,alt:"JPL Logo",width:"324",height:"72"},null,8,pM))]),_:1}),e.themeStore.theme==="ThemeEdu"?(t.openBlock(),t.createElementBlock("div",fM,uM)):t.createCommentVNode("",!0)]),e.data?(t.openBlock(),t.createElementBlock("button",{key:0,class:"text-gray-dark p-4 -mr-4 cursor-pointer","aria-label":e.menuVisible?"Close menu":"Open menu",onClick:n[0]||(n[0]=(...f)=>e.toggleMenu&&e.toggleMenu(...f))},[e.menuVisible?(t.openBlock(),t.createBlock(c,{key:1,class:"text-3xl edu:text-white"})):(t.openBlock(),t.createBlock(l,{key:0,class:"text-6xl edu:text-white"}))],8,gM)):t.createCommentVNode("",!0)]),e.menuVisible?(t.openBlock(),t.createElementBlock("div",yM,[t.createVNode(d,{mobile:"",class:"px-4 my-5",onSubmitForm:n[1]||(n[1]=f=>e.closeMenu())}),e.hasSecondary?(t.openBlock(),t.createElementBlock("nav",bM,[t.createVNode(h,{data:e.staticSecondaryData||e.headerStore.secondaryNav,"start-open":""},null,8,["data"]),kM])):t.createCommentVNode("",!0),t.createElementVNode("nav",_M,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerNavigation,(f,u)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[f.titleLink?(t.openBlock(),t.createBlock(h,{key:u,class:t.normalizeClass({"-active":e.checkActive(f.titleLink)&&!e.hasSecondary}),data:f,"start-open":e.checkActive(f.titleLink)&&!e.hasSecondary},null,8,["class","data","start-open"])):t.createCommentVNode("",!0)],64))),256))]),t.createElementVNode("div",$M,[e.data.footerMoreFromJpl&&e.data.footerMoreFromJpl.length>0?(t.openBlock(),t.createElementBlock("nav",wM,[CM,(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerMoreFromJpl,(f,u)=>(t.openBlock(),t.createBlock(m,{key:u,data:f},null,8,["data"]))),128))])):t.createCommentVNode("",!0),e.themeStore.theme==="defaultTheme"?(t.openBlock(),t.createBlock(p,{key:1,class:"mt-8"})):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)])],2),[[t.vShow,e.headerVisible]])]),_:1})}const EM=w(lM,[["render",BM]]),SM=t.defineComponent({name:"NavSecondaryLink",components:{BaseLink:F},props:{index:{type:Number,required:!1},item:{type:Object,required:!0}},methods:{isExternal(e){return!!(e&&e.startsWith("http"))}}});function VM(e,n,a,o,s,i){const r=F;return t.openBlock(),t.createBlock(r,{href:e.isExternal(e.item.path)?e.item.path:null,to:e.isExternal(e.item.path)?null:e.item.path,"link-class":"block px-3 py-2",variant:"none",class:t.normalizeClass(["NavSecondaryLink border-t-2 border-transparent",e.index===0?"mr-auto text-primary font-semibold secondary-root":"text-gray-dark"])},{default:t.withCtx(()=>[t.createElementVNode("span",{class:t.normalizeClass(["inline-block pt-2 pb-1 mb-1 transition-colors duration-100 ease-in border-b-2 border-transparent",e.index===0?"can-hover:group-hover:border-primary":"can-hover:group-hover:border-gray-mid-dark can-hover:group-hover:text-gray-mid-dark "])},t.toDisplayString(e.item.title),3)]),_:1},8,["href","to","class"])}const Il=w(SM,[["render",VM]]),NM=t.defineComponent({name:"NavSecondaryDropdown",components:{IconCaret:_e,NavDropdownToggle:qe,NavSecondaryDropdownContent:ea},props:{index:{type:Number,required:!1},isLast:{type:Boolean,required:!1,default:!1},item:{type:Object,required:!0}},data(){return{dropdownVisible:!1}},watch:{$route(){this.dropdownVisible&&this.closeDropdown()}},mounted(){},methods:{toggleDropdown(){console.log("dropdown toggled"),this.dropdownVisible?this.closeDropdown():this.openDropdown()},closeDropdown(){this.dropdownVisible&&(this.dropdownVisible=!1,this.$emit("closeDropdown"))},openDropdown(){this.dropdownVisible||(this.dropdownVisible=!0,this.$emit("openDropdown"))},isExternal(e){return!!(e&&e.startsWith("http"))}}});function TM(e,n,a,o,s,i){const r=_e,l=qe,c=ea,d=t.resolveDirective("click-outside");return t.withDirectives((t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["NavSecondaryDropdown relative",{"mr-auto":e.index===0}])},[t.createVNode(l,{"aria-expanded":!!e.dropdownVisible,path:e.item.path,class:t.normalizeClass(["font-medium border-t-2 border-transparent block px-3 py-2",{"mr-auto text-primary font-semibold secondary-root":e.index===0,"text-gray-dark":e.index!==0,"-open":e.dropdownVisible}]),onToggleClicked:n[0]||(n[0]=h=>e.toggleDropdown()),onCloseDropdown:n[1]||(n[1]=h=>e.closeDropdown())},{default:t.withCtx(()=>[t.createElementVNode("span",{class:t.normalizeClass(["flex content-center pt-2 pb-1 mb-1 transition-colors duration-100 ease-in border-b-2 border-transparent",e.index===0?"can-hover:group-hover:border-primary":"can-hover:group-hover:border-gray-mid-dark can-hover:group-hover:text-gray-mid-dark "])},[t.createElementVNode("span",null,t.toDisplayString(e.item.title),1),t.createVNode(r,{class:"transform rotate-90 text-sm ml-2 pl-2 -mt-px"})],2)]),_:1},8,["aria-expanded","path","class"]),t.createVNode(t.Transition,{name:"navfade"},{default:t.withCtx(()=>[e.dropdownVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["absolute z-60 bg-gray-light shadow-jpl w-64 text-lg",e.isLast?"right-0":"left-0"]),onClick:n[2]||(n[2]=t.withModifiers(()=>{},["stop"]))},[t.renderSlot(e.$slots,"default",{},()=>[t.createVNode(c,{item:e.item},null,8,["item"])])],2)):t.createCommentVNode("",!0)]),_:3})],2)),[[d,e.closeDropdown]])}const xl=w(NM,[["render",TM]]),IM=t.defineComponent({components:{NavSecondaryDropdown:xl,NavSecondaryLink:Il},props:{breadcrumb:{type:String,required:!1},hasIntro:{type:Boolean,required:!1,default:!1}},data(){return{isSticky:!1}},computed:{...Te(ve),theBreadcrumb(){if(this.breadcrumb)return da(JSON.parse(this.breadcrumb)),JSON.parse(this.breadcrumb);if(this.headerStore)return this.headerStore.globalChildren},enabled(){return!!(this.theBreadcrumb&&this.theBreadcrumb.length>1||this.$slots.default)}},mounted(){this.enabled&&Es(!1),!("IntersectionObserver"in window)||!("IntersectionObserverEntry"in window)||!("intersectionRatio"in window.IntersectionObserverEntry.prototype)||this.enabled&&this.checkSticky()},methods:{isExternal(e){return!!(e&&e.startsWith("http"))},checkSticky(){const e=this.$refs.NavSecondary,n=new IntersectionObserver(([o])=>{o.target.classList.toggle("-is-sticky",o.intersectionRatio<1)},{threshold:[1]}),a=new IntersectionObserver(([o])=>{o.target.classList.toggle("-is-sticky-offset",o.intersectionRatio<1)},{threshold:[1],rootMargin:"-113px 0px 0px 0px"});n.observe(e),a.observe(e)}}}),xM={class:"max-w-screen-3xl mx-auto"},MM={class:"nav-secondary-container lg:container lg:px-0 lg:whitespace-normal border-gray-mid text-gray-mid-dark lg:overflow-visible relative px-4 pb-0 mx-auto overflow-x-auto text-sm font-medium whitespace-nowrap border-t border-opacity-50 edu:border-0"},LM={class:"lg:ml-0 2xl:-mr-3 lg:justify-end flex -ml-3"};function DM(e,n,a,o,s,i){const r=xl,l=Il;return e.enabled?(t.openBlock(),t.createElementBlock("nav",{key:0,ref:"NavSecondary","aria-label":"Secondary",class:t.normalizeClass(["NavSecondary",{"has-intro":e.hasIntro}])},[t.createElementVNode("div",xM,[t.createElementVNode("div",MM,[t.createElementVNode("div",LM,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.theBreadcrumb,(c,d)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[c.children&&c.children.length>0?(t.openBlock(),t.createBlock(r,{key:d,item:c,index:d,"is-last":e.theBreadcrumb&&d===e.theBreadcrumb.length-1},null,8,["item","index","is-last"])):(t.openBlock(),t.createBlock(l,{key:d,item:c,index:d},null,8,["item","index"]))],64))),256)),t.renderSlot(e.$slots,"default")])])])],2)):t.createCommentVNode("",!0)}const ns=w(IM,[["render",DM]]),vM=t.defineComponent({name:"NewsDetailMediaContact",props:{contacts:{type:Array,required:!0,default:()=>[]}},computed:{hasContent(){return this.contacts.some(e=>e.contact.name||e.contact.address||e.contact.phone||e.contact.email)}},methods:{formatEmail(e){const n=e.split(/[,/]+/);let a=n.length;if(a===1)return'<a href="mailto:'+e+'" target="_blank">'+e+"</a>";{let o="";return n.forEach(function(s){const i=s.trim();--a?o+='<a href="mailto:'+i+'" target="_blank">'+i+"</a> / ":o+='<a href="mailto:'+i+'" target="_blank">'+i+"</a>"}),o}}}}),PM={key:0},zM=t.createElementVNode("h2",{class:"text-h6 pt-5 md:pt-8 border-t border-gray-mid md:mb-8 mb-5"},"News Media Contact",-1),AM={key:0},OM={key:1},FM={key:2},HM=["innerHTML"];function qM(e,n,a,o,s,i){return e.hasContent?(t.openBlock(),t.createElementBlock("div",PM,[zM,(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.contacts,(r,l)=>(t.openBlock(),t.createElementBlock("address",{key:l,class:"text-body-md mb-5 not-italic"},[r.contact.name?(t.openBlock(),t.createElementBlock("p",AM,t.toDisplayString(r.contact.name),1)):t.createCommentVNode("",!0),r.contact.address?(t.openBlock(),t.createElementBlock("p",OM,t.toDisplayString(r.contact.address),1)):t.createCommentVNode("",!0),r.contact.phone?(t.openBlock(),t.createElementBlock("p",FM,t.toDisplayString(r.contact.phone),1)):t.createCommentVNode("",!0),r.contact.email?(t.openBlock(),t.createElementBlock("p",{key:3,class:"BlockText",innerHTML:e.formatEmail(r.contact.email)},null,8,HM)):t.createCommentVNode("",!0)]))),128))])):t.createCommentVNode("",!0)}const as=w(vM,[["render",qM]]),jM=t.defineComponent({name:"PastEventsCarousel",components:{MixinCarousel:Be,BlockLinkCard:_t},props:{data:{type:Object,required:!0}},computed:{hasContent(){var e;return!!((e=this.data)!=null&&e.length)},pastEvents(){return this.data.filter(e=>"url"in e._source).map(e=>{const n=this.parseType(e._source.content_type[0]),a=e._source[n+"__thumbnail_image"];return e.url=e._source.url,e.title=e._source.title,e.startDate=e._source[n+"__start_datetime"],e.endDate=e._source[n+"__end_datetime"],a&&(e.image={src:{url:a.thumbnail_image}}),e})}},methods:{parseType(e){return e.toLowerCase().replace(".","_")}}});function RM(e,n,a,o,s,i){const r=_t,l=Be;return e.hasContent?(t.openBlock(),t.createBlock(l,t.mergeProps({key:0,heading:"Past Events",variant:"cards",link:{path:"/events",query:{event_status:"Past events",sortBy:"eventStartDateLatest",page:"1"}},"link-title":"View all past events",indent:"col-1"},e.$attrs),{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.pastEvents,(c,d)=>(t.openBlock(),t.createBlock(r,{key:d,url:c.url,title:c.title,"thumbnail-image":c.image,"start-date":c.startDate,"end-date":c.endDate,class:"swiper-slide"},null,8,["url","title","thumbnail-image","start-date","end-date"]))),128))]),_:1},16)):t.createCommentVNode("",!0)}const GM=w(jM,[["render",RM]]),UM=t.defineComponent({name:"PodcastEpisodeCard",components:{BaseLink:F,BaseHeading:G,BaseImage:q,BaseImagePlaceholder:j,BaseAudio:vt,IconPlay:Je},props:{url:{type:String,required:!1,default:"#"},type:{type:String,required:!1},topic:{type:String,required:!1},title:{type:String,required:!1},summary:{type:String,required:!1},media:{type:String,required:!1},image:{type:Object,required:!1},headingLevel:{type:String||null,required:!1,default:"h5"}},data(){return{showInlinePlayer:!1}},methods:{inlinePlayerToggle(){return this.showInlinePlayer=!this.showInlinePlayer,this.showInlinePlayer}}}),WM={class:"PodcastEpisodeCard"},YM={class:"w-full h-auto"},KM={class:"border-gray-light-mid lg:pb-10 lg:mb-10 relative grid grid-cols-9 pb-6 mb-6 border-b"},ZM={key:0,class:"col-span-full animate-fadeIn transition-all"},XM={key:0,class:"text-subtitle lg:block hidden mb-3"},JM={key:0},QM=t.createElementVNode("span",{class:"sr-only"},".",-1),eL={key:1,class:"mx-1"},tL={key:2,class:"text-gray-mid-dark"},nL=t.createElementVNode("span",{class:"sr-only"},".",-1),aL={key:1,class:"col-span-full flex flex-row animate-fadeIn transition-all bg-gray-dark"},oL={class:"PodcastEpisodeCard-thumbnail w-1/6 lg:w-25 min-h-full relative inline-block"},sL={key:0,class:"w-full pt-3 lg:pt-3.5 px-3.5 flex flex-col justify-center"},iL={class:"w-full"},rL={key:0,class:"hidden sm:block text-gray-mid-dark text-body-sm my-3"},lL=t.createElementVNode("span",{class:"sr-only"},".",-1),cL={key:0,class:"text-subtitle lg:block hidden mb-3"},dL={key:0},hL=t.createElementVNode("span",{class:"sr-only"},".",-1),mL={key:1,class:"mx-1"},pL={key:2,class:"text-gray-mid-dark"},fL=t.createElementVNode("span",{class:"sr-only"},".",-1),uL={key:2,class:"hidden sm:block text-gray-mid-dark text-body-sm mb-3"},gL=t.createElementVNode("span",{class:"sr-only"},".",-1),yL={class:"relative h-full w-full group"},bL={class:"text-white absolute text-8xl animate-fadeIn transition-opacity z-20 inset-0 flex justify-center items-center drop-shadow-lg opacity-90 group-hover:opacity-100 duration-1000"};function kL(e,n,a,o,s,i){const r=F,l=G,c=q,d=j,h=vt,m=Je;return t.openBlock(),t.createElementBlock("div",WM,[t.createElementVNode("div",YM,[t.createElementVNode("div",KM,[e.showInlinePlayer?(t.openBlock(),t.createElementBlock("div",ZM,[e.type||e.topic?(t.openBlock(),t.createElementBlock("div",XM,[e.type?(t.openBlock(),t.createElementBlock("span",JM,[t.createTextVNode(t.toDisplayString(e.type)+" ",1),QM])):t.createCommentVNode("",!0),e.type&&e.topic?(t.openBlock(),t.createElementBlock("span",eL,"|")):t.createCommentVNode("",!0),e.topic?(t.openBlock(),t.createElementBlock("span",tL,[t.createTextVNode(t.toDisplayString(e.topic)+" ",1),nL])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createBlock(l,{key:1,size:"h5",level:e.headingLevel,class:"mb-3"},{default:t.withCtx(()=>[t.createVNode(r,{variant:"none",to:e.url},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["to"])]),_:1},8,["level"])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.showInlinePlayer?(t.openBlock(),t.createElementBlock("div",aL,[t.createElementVNode("div",oL,[t.createVNode(d,{class:"h-full","aspect-ratio":"1:1"},{default:t.withCtx(()=>{var p;return[(p=e.image)!=null&&p.src?(t.openBlock(),t.createBlock(c,{key:0,src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:"","object-fit-class":"cover",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0)]}),_:1})]),e.showInlinePlayer?(t.openBlock(),t.createElementBlock("div",sL,[t.createElementVNode("div",iL,[t.createVNode(h,{file:e.media,"auto-play":""},null,8,["file"])])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.showInlinePlayer?(t.openBlock(),t.createBlock(r,{key:2,variant:"none",to:e.url,class:"col-span-12 animate-fadeIn transition-all","link-class":"block"},{default:t.withCtx(()=>[e.summary?(t.openBlock(),t.createElementBlock("p",rL,[t.createTextVNode(t.toDisplayString(e.summary)+" ",1),lL])):t.createCommentVNode("",!0)]),_:1},8,["to"])):t.createCommentVNode("",!0),e.showInlinePlayer?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(r,{key:3,variant:"none",to:e.url,class:"PodcastEpisodeCard sm:col-span-6 md:col-span-6 lg:col-span-7 xl:col-span-7 col-span-6","link-class":"block"},{default:t.withCtx(()=>[e.type||e.topic?(t.openBlock(),t.createElementBlock("div",cL,[e.type?(t.openBlock(),t.createElementBlock("span",dL,[t.createTextVNode(t.toDisplayString(e.type)+" ",1),hL])):t.createCommentVNode("",!0),e.type&&e.topic?(t.openBlock(),t.createElementBlock("span",mL,"|")):t.createCommentVNode("",!0),e.topic?(t.openBlock(),t.createElementBlock("span",pL,[t.createTextVNode(t.toDisplayString(e.topic)+" ",1),fL])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createBlock(l,{key:1,size:"h5",level:e.headingLevel,class:"mb-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["level"])):t.createCommentVNode("",!0),e.summary?(t.openBlock(),t.createElementBlock("p",uL,[t.createTextVNode(t.toDisplayString(e.summary)+" ",1),gL])):t.createCommentVNode("",!0)]),_:1},8,["to"])),e.image&&!e.showInlinePlayer?(t.openBlock(),t.createElementBlock("button",{key:4,class:"PodcastEpisodeCard-image xl:pl-14 sm:col-span-3 md:col-span-3 lg:col-span-2 xl:col-span-2 col-span-3 z-20 ml-3","aria-label":"Play episode",onClick:n[0]||(n[0]=p=>e.inlinePlayerToggle())},[t.createElementVNode("div",yL,[t.createElementVNode("div",bL,[t.createVNode(m)]),t.createVNode(d,{class:"bg-opacity-0","aspect-ratio":"1:1","no-logo":""},{default:t.withCtx(()=>{var p;return[(p=e.image)!=null&&p.src?(t.openBlock(),t.createBlock(c,{key:0,src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:"",class:"sm:object-cover object-cover","image-class":"group-hover:opacity-75 opacity-100 duration-500",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0)]}),_:1})])])):t.createCommentVNode("",!0)])])])}const os=w(UM,[["render",kL]]),_L=t.defineComponent({name:"SearchResultGridItem",components:{BaseLink:F,BaseImage:q,BaseImagePlaceholder:j,BlockLinkCard:_t,BlockLinkTile:Cn},props:{url:{type:String,required:!1},type:{type:String,required:!1},topic:{type:String,required:!1},date:{type:String,required:!1},startDate:{type:String,required:!1},endDate:{type:String,required:!1},title:{type:String,required:!1},image:{type:Object,required:!1},headingLevel:{type:String||null,required:!1},pageContentType:{type:String,required:!1}},computed:{splitDate(){return this.startDate?hn(this.startDate,this.endDate):null}}}),$L={key:0,class:"w-full"},wL={key:1,class:"ThemeVariantLight absolute top-0 left-0 z-10 px-4 py-4 text-center text-white lg:py-6 bg-primary"},CL={class:"font-extrabold text-8xl leading-tight tracking-wider"},BL={class:"text-subtitle"};function EL(e,n,a,o,s,i){const r=_t,l=Cn,c=q,d=j,h=F;return t.openBlock(),t.createElementBlock("div",null,[e.pageContentType==="news_news"?(t.openBlock(),t.createBlock(r,{key:0,url:e.url,title:e.title,label:e.topic,"thumbnail-image":e.image,date:e.date,"heading-level":e.headingLevel,compact:""},null,8,["url","title","label","thumbnail-image","date","heading-level"])):e.pageContentType==="missions_mission"?(t.openBlock(),t.createBlock(l,{key:1,url:e.url,title:e.title,"thumbnail-image":e.image,"heading-level":e.headingLevel,compact:""},null,8,["url","title","thumbnail-image","heading-level"])):(t.openBlock(),t.createBlock(h,{key:2,variant:"none",to:e.url,class:"relative mb-6","link-class":"group block"},{default:t.withCtx(()=>[e.image?(t.openBlock(),t.createElementBlock("div",$L,[t.createVNode(d,{"aspect-ratio":"1:1"},{default:t.withCtx(()=>[e.image.src?(t.openBlock(),t.createBlock(c,{key:0,src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:"",class:"sm:object-cover object-cover",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0),e.splitDate?(t.openBlock(),t.createElementBlock("div",wL,[t.createElementVNode("div",CL,t.toDisplayString(e.splitDate.day),1),t.createElementVNode("div",BL,t.toDisplayString(e.splitDate.monthAndYear),1)])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.headingLevel||"p"),{class:"text-lg leading-normal mt-2 lg:mt-3 font-normal tracking-normal text-gray-dark can-hover:group-hover:text-gray-mid-dark"},{default:t.withCtx(()=>[t.createElementVNode("span",null,t.toDisplayString(e.title),1)]),_:1}))]),_:1},8,["to"]))])}const an=w(_L,[["render",EL]]),SL=t.defineComponent({name:"ThumbnailCarousel",components:{MixinCarousel:Be,SearchResultGridItem:an},props:{slides:{type:Array,required:!1},initialSlide:{type:Number,required:!1,default:0}}});function VL(e,n,a,o,s,i){const r=an,l=Be;return e.slides?(t.openBlock(),t.createBlock(l,{key:0,class:"ThumbnailCarousel","initial-slide":e.initialSlide,"slides-per-view":3},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.slides,(c,d)=>(t.openBlock(),t.createBlock(r,{key:d,url:c.url,title:c.title,image:c.thumbnailImage,class:"swiper-slide"},null,8,["url","title","image"]))),128))]),_:1},8,["initial-slide"])):t.createCommentVNode("",!0)}const ss=w(SL,[["render",VL]]),ta=la(),NL=t.defineComponent({name:"PodcastSeriesCarousel",components:{LayoutHelper:ee,ThumbnailCarousel:ss},props:{series:{type:Object,required:!1},initialSeasonId:{type:String,required:!1}},data(){return{activeTabId:""}},computed:{sortedSeasons(){let e=null;return this.series&&this.series.seasons?(e=this.series.seasons,e.sort((n,a)=>n.seasonNumber-a.seasonNumber)):e},activeSeasonId(){var e,n;if(this.activeTabId)return this.activeTabId;if(this.initialSeasonId)return this.initialSeasonId;if((n=(e=this.series)==null?void 0:e.seasons)!=null&&n.length)return this.series.seasons[0].id},initialEpisodeIndex(){var n,a;let e;return(n=this.series)!=null&&n.seasons&&this.activeSeasonId&&(ta!=null&&ta.path)?(e=(a=this.series.seasons.find(o=>o.id===this.activeSeasonId))==null?void 0:a.episodes,e?e.findIndex(o=>o.url===ta.path):null):null},activeTabData(){var n;let e;return(n=this.series)!=null&&n.seasons&&(this.activeSeasonId?e=this.series.seasons.find(a=>a.id===this.activeSeasonId):e=this.series.seasons[0],e!=null&&e.episodes&&e.episodes.sort((a,o)=>new Date(a.publicationDate).getTime()-new Date(o.publicationDate).getTime())),e||void 0}},methods:{updateActiveTab(e){this.activeTabId=e}}}),TL={key:0,class:"PodcastSeriesCarousel"},IL={class:"text-gray-dark text-3xl lg:text-6xl font-semibold leading-normal tracking-normal uppercase mb-2 lg:mb-5"},xL={class:"flex flex-wrap mb-6 lg:mb-10"},ML=["aria-expanded","onClick"],LL={key:0,class:"text-h6"};function DL(e,n,a,o,s,i){const r=ee,l=ss;return e.series&&e.activeTabData?(t.openBlock(),t.createElementBlock("div",TL,[t.createVNode(r,{indent:"col-2"},{default:t.withCtx(()=>[t.createElementVNode("h2",IL," More "+t.toDisplayString(e.series.title)+" Episodes ",1),t.createElementVNode("ul",xL,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.sortedSeasons,(c,d)=>(t.openBlock(),t.createElementBlock("li",{key:d,class:"last:mr-0 w-auto mr-10 lg:flex-shrink-0"},[t.createElementVNode("button",{class:t.normalizeClass(["text-subtitle block text-left lg:text-center lg:w-full py-2 border-b-2 text-gray-mid-dark can-hover:hover:text-gray-dark",e.activeSeasonId===c.id?"border-jpl-red text-gray-dark":"border-white"]),"aria-expanded":e.activeSeasonId===c.id?"true":"false",onClick:h=>e.updateActiveTab(c.id)}," Season "+t.toDisplayString(c.seasonNumber),11,ML)]))),128))])]),_:1}),t.createVNode(r,{indent:"col-2",class:"mb-4"},{default:t.withCtx(()=>[e.activeTabData.title?(t.openBlock(),t.createElementBlock("h3",LL,t.toDisplayString(e.activeTabData.title),1)):t.createCommentVNode("",!0)]),_:1}),(t.openBlock(),t.createBlock(t.KeepAlive,null,[(t.openBlock(),t.createBlock(l,{key:e.activeSeasonId,"initial-slide":e.activeSeasonId===e.initialSeasonId&&e.initialEpisodeIndex?e.initialEpisodeIndex:0,slides:e.activeTabData.episodes},null,8,["initial-slide","slides"]))],1024))])):t.createCommentVNode("",!0)}const vL=w(NL,[["render",DL]]),PL=t.defineComponent({name:"ProfileDetailSectionGroup",components:{BaseHeading:G,BlockText:re,IconBookUser:Oi,IconUniversity:Yi,IconMagnifyingGlass:ji,IconBriefcase:Fi,IconHand:Hi,IconMedal:Ri,IconBook:Ai},props:{section:{type:Object,required:!1},data:{type:Object,required:!1}},computed:{isEmpty(){return this.section.subsections.every(e=>!this.data[e.prop])}}}),zL=["aria-labelledby"],AL={class:"mb-5 lg:mb-10"};function OL(e,n,a,o,s,i){const r=G,l=re;return e.isEmpty?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("section",{key:0,class:"border-gray-light-mid border-t mb-10 lg:mb-20 pt-10 lg:pt-20","aria-labelledby":`${e.section.id}-heading`},[t.createVNode(r,{id:`${e.section.id}-heading`,level:"h2",size:"h3",class:"mb-5 lg:mb-10"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.section.title),1)]),_:1},8,["id"]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.section.subsections,c=>(t.openBlock(),t.createElementBlock("div",{key:c.prop},[e.data[c.prop]?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createVNode(r,{level:"h3",size:"h4",class:"mb-2.5"},{default:t.withCtx(()=>[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(c.icon),{class:"inline relative -top-0.5"})),t.createTextVNode(" "+t.toDisplayString(c.title),1)]),_:2},1024),t.createElementVNode("div",AL,[t.createVNode(l,{variant:"large",text:e.data[c.prop]},null,8,["text"])])],64)):t.createCommentVNode("",!0)]))),128))],8,zL))}const FL=w(PL,[["render",OL]]);var HL=Zo;function qL(e,n){return HL(e,n)}var jL=qL;const RL=ke(jL),GL={name:"SearchFilterGroup",props:{filterBy:Array,buckets:null,hideFilterGroups:{type:Array,default:()=>[]},groupKey:{type:String,required:!0},groupTitle:{type:String,required:!1},truncateFilters:{type:Boolean,required:!1,default:!1}},emits:["update:filterBy"],data(){return{checkbox:{checkboxLimit:4,showMore:!0,initialLimit:4}}},computed:{filterByHandler:{get(){return this.filterBy},set(e){this.$emit("update:filterBy",e)}},bucketsLength(){return this.buckets.length}},watch:{filterBy:{handler(e,n){if(!RL(e,n)){let a=Object.assign({},this.$route.query);e.length>0?a={...this.$route.query,[this.groupKey]:e.toString()}:delete a[this.groupKey],this.$router.push({query:a})}}}},methods:{generateId(e){let n=String(e);return n=n.split(" ").join(""),`filter_${this.groupKey}_${n}`},toggleShowMoreFilters(){this.checkbox.checkboxLimit===this.checkbox.initialLimit?(this.checkbox.checkboxLimit=1/0,this.checkbox.showMore=!1,this.$nextTick(()=>{this.$refs.buckets[this.checkbox.initialLimit].getElementsByTagName("input")[0].focus()})):(this.checkbox.checkboxLimit=this.checkbox.initialLimit,this.checkbox.showMore=!0)},prettyFilterNames(e){return e==="news.News"?"News & Features":e==="home.HomePage"?"Homepage":e==="missions.Mission"?"Missions":e==="events.EventPage"?"Events":e==="image_detail.ImageDetailPage"?"Images":e==="audio_detail.AudioIndexPage"?"Audio Index":e==="audio_detail.AudioDetailPage"?"Audio":e==="infographics.InfographicsDetailPage"?"Infographics":e==="image_detail.CuratedGalleryPage"?"Curated Gallery":e==="topics.TopicPage"?"Topics":e==="asteroid_watch.AsteroidWatchIndexPage"?"Asteroid Watch Index":e==="asteroid_watch.AsteroidWatchContentPage"?"Asteroid Watch":e==="missions.MissionsIndexPage"?"Missions Index":e==="information_pages.ContentPage"?"Information pages":e==="robotics.RobotPage"?"Robots":e==="video_detail.VideoDetailPage"?"Video":e==="podcasts.PodcastPage"?"Podcasts":e==="go_pages.GoHomePage"?"Go Sites":e==="press_kits.PressKitHomePage"?"Press Kits":e==="profiles.ProfilePage"?"People":e}}},UL=["id"],WL={class:"md:mb-3 text-body-md mb-2 font-bold leading-normal tracking-wide"},YL={key:0,class:"flex my-2"},KL=["id","value"],ZL=["for"],XL={class:"text-gray-mid-dark"},JL=["aria-expanded","aria-controls"];function QL(e,n,a,o,s,i){return typeof a.groupKey<"u"&&typeof a.buckets<"u"&&i.bucketsLength>=1&&!a.hideFilterGroups.includes(a.groupKey)?(t.openBlock(),t.createElementBlock("div",{key:0,id:`filterGroup_${a.groupKey}`,class:"border-gray-light-mid col-span-3 pb-4 mb-4 border-b"},[t.createElementVNode("legend",WL,t.toDisplayString(a.groupTitle),1),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.buckets,(r,l)=>(t.openBlock(),t.createElementBlock("div",{key:r.key,ref_for:!0,ref:"buckets",class:"form-group form-check"},[!a.truncateFilters||l<=s.checkbox.checkboxLimit-1?(t.openBlock(),t.createElementBlock("div",YL,[t.withDirectives(t.createElementVNode("input",{id:r.key_as_string?i.generateId(r.key_as_string):i.generateId(r.key),"onUpdate:modelValue":n[0]||(n[0]=c=>i.filterByHandler=c),type:"checkbox",value:r.key_as_string?r.key_as_string:r.key,class:"text-primary focus:ring-2 focus:ring-primary flex-shrink-0 w-5 h-5 mt-px mr-1 align-middle border rounded-none"},null,8,KL),[[t.vModelCheckbox,i.filterByHandler]]),t.createElementVNode("label",{for:r.key_as_string?i.generateId(r.key_as_string):i.generateId(r.key),class:"form-check-label pl-2 tracking-normal align-middle"},[t.createTextVNode(t.toDisplayString(i.prettyFilterNames(r.key_as_string?r.key_as_string:r.key))+" ",1),t.createElementVNode("span",XL," ("+t.toDisplayString(r.doc_count.toLocaleString())+") ",1)],8,ZL)])):t.createCommentVNode("",!0)]))),128)),t.withDirectives(t.createElementVNode("div",null,[t.createElementVNode("button",{class:"can-hover:hover:underline text-primary mt-2","aria-expanded":s.checkbox.showMore?"false":"true","aria-haspopup":"true","aria-controls":`filterGroup_${a.groupKey}`,onClick:n[1]||(n[1]=r=>i.toggleShowMoreFilters())},t.toDisplayString(s.checkbox.showMore==!1?"Less":"More"),9,JL)],512),[[t.vShow,a.truncateFilters&&i.bucketsLength>s.checkbox.initialLimit]])],8,UL)):t.createCommentVNode("",!0)}const eD=w(GL,[["render",QL]]),tD={name:"SearchPagination",components:{BaseButton:R,IconPrev:we,IconNext:$e},props:{totalPages:Number,currentPage:Number},data(){return{ellipsis:"…"}},computed:{generatePageList(){const n=this.totalPages-4+1;if(this.totalPages>4){if(this.currentPage<=4)return[...this.generatePageRange(1,4),this.ellipsis,this.totalPages];if(this.currentPage===4){const a=this.currentPage+4-1;return[...this.generatePageRange(1,a),this.ellipsis,this.totalPages]}else if(this.currentPage>4&&this.currentPage<n){const a=this.currentPage-1,o=this.currentPage+1;return[1,this.ellipsis,...this.generatePageRange(a,o),this.ellipsis,this.totalPages]}else if(this.currentPage>=n){const a=this.currentPage-2;return[1,this.ellipsis,...this.generatePageRange(a,this.totalPages)]}else return[...this.generatePageRange(1,this.totalPages)]}else return[...this.generatePageRange(1,this.totalPages)]}},watch:{currentPage:{handler(){const e={...this.$route.query,page:this.currentPage};this.$router.push({query:e})}}},methods:{toPage(e){this.$emit("update:currentPage",e)},nextPage(){const e=this.currentPage+1;this.$emit("update:currentPage",e)},previousPage(){const e=this.currentPage-1;this.$emit("update:currentPage",e)},generatePageRange(e,n){const a=[];e=e>0?e:1;for(let o=e;o<=n;o++)a.push(o);return a}}},nD={key:0,class:"SearchPagination flex items-center justify-center"},aD={class:"sm:hidden px-4 pt-1"},oD={class:"sm:flex items-center justify-center hidden px-5 pt-1"},sD=["onClick"],iD={key:1,class:"min-w-12 block py-3 text-lg leading-normal text-center cursor-default"},rD={class:"inline-block px-1 pb-1"};function lD(e,n,a,o,s,i){const r=we,l=R,c=$e;return a.totalPages>0?(t.openBlock(),t.createElementBlock("div",nD,[t.createVNode(l,{"aria-label":"Previous",rel:"prev",disabled:a.currentPage===1,onClick:n[0]||(n[0]=d=>i.previousPage())},{icon:t.withCtx(()=>[t.createVNode(r)]),_:1},8,["disabled"]),t.createElementVNode("div",aD,"Page "+t.toDisplayString(a.currentPage)+" of "+t.toDisplayString(a.totalPages),1),t.createElementVNode("div",oD,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.generatePageList,(d,h)=>(t.openBlock(),t.createElementBlock("div",{key:h},[d!==s.ellipsis?(t.openBlock(),t.createElementBlock("button",{key:0,class:t.normalizeClass(["group min-w-12 can-hover:hover:font-medium block py-3 text-lg leading-normal text-center",{"-current":d===a.currentPage}]),onClick:m=>i.toPage(d)},[t.createElementVNode("span",{class:t.normalizeClass(["inline-block px-1 pb-1",{"can-hover:group-hover:border-b-2 can-hover:group-hover:border-primary":d!==s.ellipsis}])},t.toDisplayString(d),3)],10,sD)):(t.openBlock(),t.createElementBlock("span",iD,[t.createElementVNode("span",rD,t.toDisplayString(d),1)]))]))),128))]),t.createVNode(l,{disabled:a.currentPage===a.totalPages,rel:"next","aria-label":"Next",onClick:n[1]||(n[1]=d=>i.nextPage())},{icon:t.withCtx(()=>[t.createVNode(c)]),_:1},8,["disabled"])])):t.createCommentVNode("",!0)}const cD=w(tD,[["render",lD]]),dD=t.defineComponent({name:"SearchResultCard",components:{BaseLink:F,BaseHeading:G,BaseImage:q,BaseImagePlaceholder:j,EventCard:io,PodcastEpisodeCard:os},props:{url:{type:String,required:!1,default:"#"},type:{type:String,required:!1},topic:{type:String,required:!1},date:{type:String,required:!1},title:{type:String,required:!1},summary:{type:String,required:!1},image:{type:Object,required:!1},featured:{type:Boolean,required:!1,default:!1},headingLevel:{type:String||null,required:!1,default:"h5"},isEvents:{type:Boolean,required:!1},isPodcastSeason:{type:Boolean,required:!1},isProfiles:{type:Boolean,default:!1},media:{type:String,required:!1},startTime:{type:String,required:!1},startDate:{type:String,required:!1},endTime:{type:String,required:!1},endDate:{type:String,required:!1},location:{type:String,required:!1}}}),hD={key:0,class:"border-gray-light-mid lg:pb-10 lg:mb-10 relative grid grid-cols-9 gap-5 pb-6 mb-6 border-b"},mD={key:0,class:"lg:hidden col-span-full text-subtitle"},pD={key:0},fD={"aria-hidden":"true"},uD={class:"sr-only"},gD={key:1,"aria-hidden":"true",class:"mx-1"},yD={key:2,class:"text-gray-mid-dark"},bD={"aria-hidden":"true"},kD={class:"sr-only"},_D={class:"sm:col-span-6 md:col-span-6 lg:col-span-7 xl:col-span-7 col-span-6"},$D={key:0,class:"text-subtitle lg:block hidden mb-3"},wD={key:0},CD={"aria-hidden":"true"},BD={class:"sr-only"},ED={key:1,"aria-hidden":"true",class:"mx-1"},SD={key:2,class:"text-gray-mid-dark"},VD={"aria-hidden":"true"},ND={class:"sr-only"},TD={key:2,class:"hidden sm:block text-gray-mid-dark text-body-sm mb-3"},ID=t.createElementVNode("span",{class:"sr-only"},".",-1),xD={key:3,class:"text-gray-mid-dark"},MD={key:1,class:"SearchResultCard-image xl:pl-14 sm:col-span-3 md:col-span-3 lg:col-span-2 xl:col-span-2 col-span-3"},LD={key:1,class:"bg-jpl-blue-darker edu:bg-stars edu:bg-primary xl:grid-cols-9 relative grid grid-cols-5 mb-10 text-white"},DD={class:"xl:col-span-7 flex items-center col-span-3 p-10"},vD={class:""},PD={key:0,class:"text-subtitle mb-3"},zD={key:0},AD={"aria-hidden":"true"},OD={class:"sr-only"},FD={key:1,"aria-hidden":"true",class:"mx-1"},HD={key:2},qD={"aria-hidden":"true"},jD={class:"sr-only"},RD={key:2,class:"hidden lg:block text-body-sm mb-3"},GD={key:3},UD={key:0,class:"SearchResultCard-image xl:col-span-2 col-span-2"},WD=["src","width","height","alt"];function YD(e,n,a,o,s,i){const r=io,l=os,c=G,d=q,h=j,m=F;return t.openBlock(),t.createElementBlock("div",null,[e.isEvents?(t.openBlock(),t.createBlock(r,{key:0,url:e.url,title:e.title,summary:e.summary,image:e.image,location:e.location,"start-time":e.startTime,"start-date":e.startDate,"end-time":e.endTime,"end-date":e.endDate,"heading-level":e.headingLevel,compact:""},null,8,["url","title","summary","image","location","start-time","start-date","end-time","end-date","heading-level"])):e.isPodcastSeason?(t.openBlock(),t.createBlock(l,{key:1,url:e.url,summary:e.summary,image:e.image,"heading-level":e.headingLevel,media:e.media,type:e.type,topic:e.topic,title:e.title},null,8,["url","summary","image","heading-level","media","type","topic","title"])):(t.openBlock(),t.createBlock(m,{key:2,variant:"none",to:e.url,class:"SearchResultCard","link-class":"block"},{default:t.withCtx(()=>[e.featured?(t.openBlock(),t.createElementBlock("div",LD,[t.createElementVNode("div",DD,[t.createElementVNode("div",vD,[e.type||e.topic?(t.openBlock(),t.createElementBlock("div",PD,[e.type?(t.openBlock(),t.createElementBlock("span",zD,[t.createElementVNode("span",AD,t.toDisplayString(e.type),1),t.createElementVNode("span",OD,"Category: "+t.toDisplayString(e.type)+".",1)])):t.createCommentVNode("",!0),e.type&&e.topic?(t.openBlock(),t.createElementBlock("span",FD,"|")):t.createCommentVNode("",!0),e.topic?(t.openBlock(),t.createElementBlock("span",HD,[t.createElementVNode("span",qD,t.toDisplayString(e.topic),1),t.createElementVNode("span",jD,"Category: "+t.toDisplayString(e.topic)+".",1)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createBlock(c,{key:1,size:"h5",level:e.headingLevel,class:"mb-4"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["level"])):t.createCommentVNode("",!0),e.summary?(t.openBlock(),t.createElementBlock("p",RD,t.toDisplayString(e.summary),1)):t.createCommentVNode("",!0),e.date?(t.openBlock(),t.createElementBlock("p",GD,t.toDisplayString(e.date),1)):t.createCommentVNode("",!0)])]),e.image&&e.image.src?(t.openBlock(),t.createElementBlock("div",UD,[t.createElementVNode("img",{src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:e.image.alt,class:"object-cover w-full h-full",loading:"lazy","data-chromatic":"ignore"},null,8,WD)])):t.createCommentVNode("",!0)])):(t.openBlock(),t.createElementBlock("div",hD,[e.type||e.topic?(t.openBlock(),t.createElementBlock("div",mD,[e.type?(t.openBlock(),t.createElementBlock("span",pD,[t.createElementVNode("span",fD,t.toDisplayString(e.type),1),t.createElementVNode("span",uD,"Category: "+t.toDisplayString(e.type)+".",1)])):t.createCommentVNode("",!0),e.type&&e.topic?(t.openBlock(),t.createElementBlock("span",gD,"|")):t.createCommentVNode("",!0),e.topic?(t.openBlock(),t.createElementBlock("span",yD,[t.createElementVNode("span",bD,t.toDisplayString(e.topic),1),t.createElementVNode("span",kD,"Category: "+t.toDisplayString(e.topic)+".",1)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createElementVNode("div",_D,[e.type||e.topic?(t.openBlock(),t.createElementBlock("div",$D,[e.type?(t.openBlock(),t.createElementBlock("span",wD,[t.createElementVNode("span",CD,t.toDisplayString(e.type),1),t.createElementVNode("span",BD,"Category: "+t.toDisplayString(e.type)+".",1)])):t.createCommentVNode("",!0),e.type&&e.topic?(t.openBlock(),t.createElementBlock("span",ED,"|")):t.createCommentVNode("",!0),e.topic?(t.openBlock(),t.createElementBlock("span",SD,[t.createElementVNode("span",VD,t.toDisplayString(e.topic),1),t.createElementVNode("span",ND,"Category: "+t.toDisplayString(e.topic)+".",1)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createBlock(c,{key:1,size:"h5",level:e.headingLevel,class:"mb-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["level"])):t.createCommentVNode("",!0),e.summary?(t.openBlock(),t.createElementBlock("p",TD,[t.createTextVNode(t.toDisplayString(e.summary)+" ",1),ID])):t.createCommentVNode("",!0),e.date?(t.openBlock(),t.createElementBlock("p",xD,t.toDisplayString(e.date),1)):t.createCommentVNode("",!0)]),e.image?(t.openBlock(),t.createElementBlock("div",MD,[t.createVNode(h,{"aspect-ratio":"1:1"},{default:t.withCtx(()=>[e.image.src?(t.openBlock(),t.createBlock(d,{key:0,src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:"",class:"sm:object-cover object-cover",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0)]))]),_:1},8,["to"]))])}const is=w(dD,[["render",YD]]),KD=t.defineComponent({name:"SearchResultsList",components:{SearchResultCard:is,SearchResultGridItem:an},props:{isEvents:{type:Boolean,default:!1},isProfiles:{type:Boolean,default:!1},grid:{type:Boolean,default:!1},condenseGrid:{type:Boolean,default:!1},pages:[Array,Object],searchQueryResult:[Array,Object],featureFirstResult:[Boolean],currentPage:{type:Number,default:1,required:!1}},computed:{results(){function e(a){return a.toLowerCase().replace(".","_")}function n(a){return X(a).format("ll")}return this.pages?this.pages.filter(a=>"url"in a._source).map(a=>{var c;const o=e(a._source.content_type[0]),s=typeof a._source[o+"__thumbnail_image"]<"u"&&a._source[o+"__thumbnail_image"]!==null?a._source[o+"__thumbnail_image"]:a._source[o+"__image"];let i,r=o==="missions_mission"?a._source[o+"__status_filter"]:(c=a._source.topic_labels_filter)!=null&&c.length?a._source.topic_labels_filter[0]:null;const l=a._source[o+"__label"];return o==="events_eventpage"?i="Event date: "+n(a._source[o+"__start_datetime"]):o==="missions_mission"?i=a._source.display_date_filter?"Launch date: "+a._source.display_date_filter:typeof a._source.publication_date_filter<"u"?"Published: "+n(a._source.publication_date_filter):"Published: "+n(a._source.first_published_at_filter):o==="profiles_profilepage"?(r=a._source[o+"__go_site_name"],i=null):i=typeof a._source.publication_date_filter<"u"?n(a._source.publication_date_filter):n(a._source.first_published_at_filter),a.content_type=o,a.id=a._id,a.score=a._score,a.url=a._source.url,a.title=a._source.title,a.type=l,a.topic=r,a.location=o==="events_eventpage"?a._source[o+"__location"]:null,a.startDate=o==="events_eventpage"?a._source[o+"__start_datetime"]:null,a.endDate=o==="events_eventpage"?a._source[o+"__end_datetime"]:null,a.startTime=o==="events_eventpage"?a._source[o+"__start_time_string"]:null,a.summary=o==="profiles_profilepage"?a._source[o+"__job_title"]:a._source[o+"__summary"],a.date=i,s&&(a.image={src:{url:s.thumbnail_image}}),a}):void 0}}});function ZD(e,n,a,o,s,i){const r=is,l=an;return t.openBlock(),t.createElementBlock("ol",{id:"search_results","aria-label":"Search results",class:t.normalizeClass({"grid grid-cols-12 gap-5":e.grid})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.results,(c,d)=>(t.openBlock(),t.createElementBlock("li",{key:c.id,class:t.normalizeClass({"md:col-span-6 lg:col-span-4 xl:col-span-3 col-span-12 gap-5":e.grid&&!e.condenseGrid,"md:col-span-6 lg:col-span-4 col-span-12 gap-5":e.grid&&e.condenseGrid})},[e.grid?(t.openBlock(),t.createBlock(l,{key:1,"page-content-type":c.content_type,url:c.url,type:c.type,topic:c.topic,image:c.image,date:c.date,"start-date":c.startDate,"end-date":c.endDate,"start-time":c.startTime,"end-time":c.endTime,title:c.title,"heading-level":"h2"},null,8,["page-content-type","url","type","topic","image","date","start-date","end-date","start-time","end-time","title"])):(t.openBlock(),t.createBlock(r,{key:0,"is-events":e.isEvents,"is-profiles":e.isProfiles,url:c.url,type:c.type,topic:c.topic,image:c.image,date:c.date,"start-date":c.startDate,"end-date":c.endDate,"start-time":c.startTime,"end-time":c.endTime,location:c.location,title:c.title,summary:c.summary,featured:e.featureFirstResult?d===0&&e.currentPage===1:!1,"heading-level":"h2"},null,8,["is-events","is-profiles","url","type","topic","image","date","start-date","end-date","start-time","end-time","location","title","summary","featured"]))],2))),128))],2)}const XD=w(KD,[["render",ZD]]),JD={name:"SearchSelectMenu",props:{selectValue:String,title:{type:String,required:!1},groupKey:{type:String,required:!0},options:{type:Array,required:!0}},emits:["update:selectValue"],computed:{selectValueHandler:{get(){return this.selectValue},set(e){this.$emit("update:selectValue",e)}}},watch:{selectValue:{handler(e){let n=Object.assign({},this.$route.query);e.length>0?n={...this.$route.query,[this.groupKey]:e.toString()}:delete n[this.groupKey],this.$router.push({query:n})}}},methods:{generateId(){return`select_${this.groupKey}`}}},QD=["for"],ev=["id"],tv={disabled:"",value:""},nv=["value"];function av(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("label",{class:"sr-only",for:i.generateId()},t.toDisplayString(a.title),9,QD),t.withDirectives(t.createElementVNode("select",{id:i.generateId(),"onUpdate:modelValue":n[0]||(n[0]=r=>i.selectValueHandler=r),class:"border-0 text-primary can-hover:hover:text-primary-dark font-secondary font-semibold tracking-wider uppercase align-middle"},[t.createElementVNode("option",tv,t.toDisplayString(a.title),1),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.options,r=>(t.openBlock(),t.createElementBlock("option",{key:r.value,value:r.value},t.toDisplayString(r.text),9,nv))),128))],8,ev),[[t.vModelSelect,i.selectValueHandler]])])}const ov=w(JD,[["render",av]]),sv=t.defineComponent({name:"ShareButtons",components:{BaseButton:R,IconSocialFacebook:wt,IconSocialTwitter:Ct,IconSocialReddit:bo,IconSocialEmail:$t},props:{title:{type:String,required:!0},url:{type:String,required:!0},inline:{type:Boolean,required:!1,default:!1}},computed:{encodedTitle(){return encodeURIComponent(this.title)},encodedURL(){return encodeURIComponent(ma(this.url))},facebookLink(){return`https://www.facebook.com/dialog/feed?app_id=361412888534196&link=${this.encodedURL}`},twitterLink(){const e=encodeURIComponent("NASAJPL");return`https://twitter.com/share?url=${this.encodedURL}&text=${this.encodedTitle}&via=${e}`},redditLink(){return`https://reddit.com/submit?url=${this.encodedURL}&title=${this.encodedTitle}`},mailLink(){return`mailto:?body=${this.encodedTitle}:%20${this.encodedURL}&subject=${this.encodedTitle}`}}});function iv(e,n,a,o,s,i){const r=wt,l=R,c=Ct,d=bo,h=$t;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["ShareButtons relative flex flex-row items-start border-collapse",{"lg:absolute lg:top-0 lg:left-0 lg:flex-col":!e.inline}])},[t.createVNode(l,{variant:"social",class:"-facebook w-12 h-12 text-2xl",href:e.facebookLink,"aria-label":"Share to Facebook",target:"_blank",rel:"noopener"},{icon:t.withCtx(()=>[t.createVNode(r)]),_:1},8,["href"]),t.createVNode(l,{variant:"social",class:t.normalizeClass(["-twitter w-12 h-12 -ml-px text-2xl",{"lg:ml-0 lg:-mt-px":!e.inline}]),href:e.twitterLink,"aria-label":"Share to X",target:"_blank",rel:"noopener"},{icon:t.withCtx(()=>[t.createVNode(c)]),_:1},8,["class","href"]),t.createVNode(l,{variant:"social",class:t.normalizeClass(["-reddit w-12 h-12 -ml-px text-2xl",{"lg:ml-0 lg:-mt-px":!e.inline}]),href:e.redditLink,"aria-label":"Share to Reddit",target:"_blank",rel:"noopener"},{icon:t.withCtx(()=>[t.createVNode(d)]),_:1},8,["class","href"]),t.createVNode(l,{variant:"social",class:t.normalizeClass(["w-12 h-12 -ml-px text-2xl",{"lg:ml-0 lg:-mt-px":!e.inline}]),href:e.mailLink,"aria-label":"Share via Email",target:"_blank",rel:"noopener"},{icon:t.withCtx(()=>[t.createVNode(h)]),_:1},8,["class","href"])],2)}const rt=w(sv,[["render",iv],["__scopeId","data-v-77c8b567"]]),rv={class:"ShareButtonsEdu relative flex flex-row items-start border-collapse"},lv={class:"flex flex-row flex-wrap-none items-center"},cv=t.createElementVNode("span",{class:"text-sm"},"Print",-1),dv={class:"relative xl:flex"},hv={class:"flex flex-row flex-wrap-none items-start xl:items-center"},mv=t.createElementVNode("span",{class:"text-sm"},"Share…",-1),pv={key:0,class:"share-buttons-list absolute left-0 xl:relative z-10 flex flex-col -ml-px -mt-px xl:m-0 border-action border xl:border-none xl:flex-row flex-wrap-none"},fv={class:"text-xs"},uv=t.createElementVNode("span",{class:"text-xs"},"Facebook",-1),gv=t.createElementVNode("span",{class:"text-xs"},"X (Twitter)",-1),yv=t.createElementVNode("span",{class:"text-xs"},"Pinterest",-1),bv=t.createElementVNode("span",{class:"text-xs"},"Email",-1),kv=t.createElementVNode("span",{class:"text-xs"},"Google Classroom",-1),rs=t.defineComponent({__name:"ShareButtonsEdu",props:{title:{},url:{},image:{}},setup(e){const n=e,a=t.ref(!1),o=t.ref(!1),s=async()=>{try{await navigator.clipboard.writeText(n.url),o.value=!0}catch(g){console.error("Failed to copy: ",g)}},i=()=>{a.value=!a.value,a.value||r()},r=()=>{a.value=!1,o.value=!1},l=()=>{window.print()},c=t.computed(()=>n.title?encodeURIComponent(n.title):void 0),d=t.computed(()=>n.url?encodeURIComponent(ma(n.url)):void 0),h=t.computed(()=>`https://www.facebook.com/sharer.php?u=${d.value}`),m=t.computed(()=>{const g=encodeURIComponent("NASAJPL_Edu");return`https://twitter.com/share?url=${d.value}&text=${c.value}&via=${g}`}),p=t.computed(()=>`http://pinterest.com/pin/create/button/?url=${d.value}&media=${n.image}&description=${c.value}`),f=t.computed(()=>`https://classroom.google.com/share?url=${d.value}`),u=t.computed(()=>`mailto:?body=${c.value}:%20${d.value}&subject=${c.value}`),k=t.computed(()=>o.value?"Copied":"Copy link"),E=t.computed(()=>"h-10 xl:h-11 !py-0 !px-3");return(g,y)=>{const _=t.resolveDirective("click-outside");return t.openBlock(),t.createElementBlock("div",rv,[t.createVNode(R,{variant:"social",class:t.normalizeClass(E.value),"aria-label":"Print",compact:"",onClick:y[0]||(y[0]=V=>l())},{default:t.withCtx(()=>[t.createElementVNode("span",lv,[t.createVNode(Xa,{class:"text-lg mr-2"}),cv])]),_:1},8,["class"]),t.createElementVNode("div",dv,[t.createVNode(R,{variant:"social",class:t.normalizeClass(`-ml-px ${E.value} ${a.value?"!bg-gray-light":""}`),"aria-label":"Share",compact:"","aria-expanded":a.value,onClick:y[1]||(y[1]=V=>i()),onKeydown:y[2]||(y[2]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createElementVNode("span",hv,[t.createVNode(Gi,{class:"text-lg mr-2"}),mv])]),_:1},8,["class","aria-expanded"]),t.createVNode(t.Transition,{name:"fade"},{default:t.withCtx(()=>[a.value?t.withDirectives((t.openBlock(),t.createElementBlock("div",pv,[t.createVNode(R,{variant:"social","aria-label":"Copy",onClick:y[3]||(y[3]=V=>s()),onKeydown:y[4]||(y[4]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createVNode(qi,{class:"text-lg mr-2"}),t.createElementVNode("span",fv,t.toDisplayString(k.value),1)]),_:1}),t.createVNode(R,{variant:"social",href:h.value,"aria-label":"Share to Facebook",target:"_blank",rel:"noopener",onKeydown:y[5]||(y[5]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createVNode(wt,{class:"text-lg mr-2"}),uv]),_:1},8,["href"]),t.createVNode(R,{variant:"social",href:m.value,"aria-label":"Share to X (Twitter)",target:"_blank",rel:"noopener",onKeydown:y[6]||(y[6]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createVNode(Ct,{class:"text-lg mr-2"}),gv]),_:1},8,["href"]),t.createVNode(R,{variant:"social",href:p.value,"aria-label":"Add to Pinterest",target:"_blank",rel:"noopener",onKeydown:y[7]||(y[7]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createVNode(Wi,{class:"text-lg mr-2"}),yv]),_:1},8,["href"]),t.createVNode(R,{variant:"social",href:u.value,"aria-label":"Share via Email",target:"_blank",rel:"noopener",onKeydown:y[8]||(y[8]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createVNode($t,{class:"text-lg mr-2"}),bv]),_:1},8,["href"]),t.createVNode(R,{variant:"social",href:f.value,"aria-label":"Google Classroom",target:"_blank",rel:"noopener",onKeydown:y[9]||(y[9]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createVNode(Ui,{class:"text-lg mr-2"}),kv]),_:1},8,["href"])])),[[_,r]]):t.createCommentVNode("",!0)]),_:1})])])}}}),_v=t.defineComponent({name:"SkipLink",components:{BaseButton:R},data(){return{main:null}},methods:{handleBlur(){this.main&&(this.main.removeAttribute("tabindex"),this.main.removeEventListener("blur",this.handleBlur),this.main.removeEventListener("focusout",this.handleBlur))},handleClick(){this.main=document.querySelector("main"),this.main&&(this.main.setAttribute("tabindex","-1"),this.main.addEventListener("blur",this.handleBlur),this.main.focus(),window.scrollTo(0,this.main.offsetTop))}}}),$v={class:"z-60 lg:left-auto lg:mr-20 absolute top-0 left-0 right-0 mt-4 text-center"};function wv(e,n,a,o,s,i){const r=R;return t.openBlock(),t.createElementBlock("div",$v,[t.createVNode(r,{variant:"primary",class:"focus:not-sr-only sr-only",compact:"",onClick:n[0]||(n[0]=l=>e.handleClick())},{default:t.withCtx(()=>[t.createTextVNode(" Skip to main content ")]),_:1})])}const Cv=w(_v,[["render",wv]]),Bv=t.defineComponent({name:"TheFooterSignUp",components:{IconSocialEmail:$t},data(){return{email:null}},methods:{submit(){window.location.href="/newsletter-signup?email="+this.email}}}),Ev={class:"TheFooterSignup"},Sv={class:"border-opacity-40 relative flex items-center border border-white"},Vv={class:"absolute inset-0 flex items-center"};function Nv(e,n,a,o,s,i){const r=$t;return t.openBlock(),t.createElementBlock("form",Ev,[t.createElementVNode("div",Sv,[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":n[0]||(n[0]=l=>e.email=l),class:"EmailInput border-0 text-opacity-90 pl-14 relative z-10 w-full py-3 pr-3 text-sm text-white bg-transparent",type:"email",name:"email",required:"",placeholder:"Enter your email address","aria-label":"Email"},null,512),[[t.vModelText,e.email]]),t.createElementVNode("div",Vv,[t.createElementVNode("button",{type:"submit",class:"relative z-20 p-3 pl-5","aria-label":"Submit",onClick:n[1]||(n[1]=t.withModifiers((...l)=>e.submit&&e.submit(...l),["prevent"]))},[t.createVNode(r,{class:"text-xl text-white"})])])])])}const Ml=w(Bv,[["render",Nv]]),Tv=t.defineComponent({name:"TheFooter",components:{BaseLink:F,BaseButton:R,NavSocial:ot,TheFooterSignUp:Ml,LogoCaltech:_o},props:{data:{type:Object||null,required:!1,default:null},commitSha:{type:String,required:!1}},methods:{getLinkText(e){return ht(e)},getRouterLink(e){return dn(e)}},computed:{...Te(Ze)}}),Iv={class:"TheFooter bg-jpl-blue-darker edu:bg-stars edu:bg-primary text-white relative z-20"},xv={class:"footer-main lg:BaseGrid 3xl:px-0 lg:pt-20 container px-4 pt-10 mx-auto"},Mv={class:"footer-navigation lg:block lg:col-span-9 hidden col-span-12"},Lv={key:0,class:"sm:grid grid-cols-9 gap-6"},Dv={class:"text-subtitle text-blue edu:text-white mb-3"},vv={class:"footer-extras lg:col-span-3 col-span-12"},Pv={class:"text-subtitle text-blue edu:text-white lg:mb-5 mb-3"},zv={class:"text-subtitle text-blue edu:text-white lg:mb-5 mb-3"},Av=t.createElementVNode("p",{class:"mb-12"}," JPL is a federally funded research and development center managed for NASA by Caltech. ",-1),Ov={key:0,class:"3xl:px-0 container px-4 mx-auto mt-5"},Fv=t.createElementVNode("div",{class:"text-subtitle text-blue edu:text-white mb-5"},"More from JPL",-1),Hv={class:"lg:block hidden"},qv={class:"lg:hidden auto-col-2"},jv={class:"bg-opacity-15 lg:py-16 lg:mt-10 pt-10 pb-3 mt-8 bg-black"},Rv={class:"3xl:px-0 container px-4 mx-auto"},Gv={key:0},Uv={class:"text-subtitle text-blue edu:text-white mb-5"},Wv={class:"auto-col-4"},Yv={class:"bg-opacity-15 border-opacity-40 lg:border-t pt-5 pb-3 text-sm bg-black border-black"},Kv={class:"3xl:px-0 lg:flex lg:flex-wrap lg:px-4 lg:container justify-between mx-auto"},Zv={key:0,class:"divide-opacity-40 lg:justify-start lg:-ml-4 flex flex-wrap justify-center mb-2 divide-x divide-white"},Xv={key:1,class:"lg:text-left lg:border-0 border-opacity-40 lg:pt-0 lg:px-0 px-4 pt-5 mb-4 text-center border-t border-black"},Jv={key:0,class:"lg:inline-block lg:mb-0 block pr-4 mb-2"},Qv=t.createElementVNode("span",{class:"text-gray-light font-bold inline-block pr-1"},"Version:",-1),eP={class:"font-bold inline-block pr-1"},tP={key:2},nP={key:0,class:"lg:inline-block lg:mb-0 block px-3 mb-2"},aP=t.createElementVNode("span",{class:"text-gray-light font-bold inline-block pr-1"},"Version:",-1);function oP(e,n,a,o,s,i){const r=F,l=Ml,c=ot,d=_o,h=R;return t.openBlock(),t.createElementBlock("footer",Iv,[t.createElementVNode("div",xv,[t.createElementVNode("div",Mv,[e.data&&e.data.footerNavigation?(t.openBlock(),t.createElementBlock("div",Lv,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerNavigation,(m,p)=>(t.openBlock(),t.createElementBlock("div",{key:p,class:"sm:mb-3 xl:col-span-2 md:col-span-3 col-span-4 mb-8"},[t.createElementVNode("div",Dv,t.toDisplayString(e.getLinkText(m.titleLink)),1),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.links,(f,u)=>(t.openBlock(),t.createBlock(r,{key:u,variant:"none","link-class":"can-hover:hover:underline inline-block px-4 py-1 -ml-4",href:f.path&&!e.getRouterLink(f)?f.path:null,to:e.getRouterLink(f)?e.getRouterLink(f):null},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(f)),1)]),_:2},1032,["href","to"]))),128))]))),128))])):t.createCommentVNode("",!0)]),t.createElementVNode("div",vv,[t.createElementVNode("div",Pv,t.toDisplayString(`Get the Latest from JPL ${e.themeStore.isEdu?"Education":""} `),1),t.createVNode(l,{class:"lg:mb-10 mb-8"}),t.createElementVNode("div",zv,[e.themeStore.theme==="ThemeEdu"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(" Follow JPL Education ")],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(" Follow Us ")],64))]),t.createVNode(c,{class:"lg:mb-14 mb-12",dark:"",edu:e.themeStore.theme==="ThemeEdu"},null,8,["edu"]),e.themeStore.theme==="defaultTheme"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createVNode(r,{variant:"none",href:"https://caltech.edu","aria-label":"Caltech",class:"lg:mb-8 mb-5","link-class":"inline-block"},{default:t.withCtx(()=>[t.createVNode(d,{class:"lg:text-base text-sm text-white"})]),_:1}),Av],64)):t.createCommentVNode("",!0)])]),e.data&&e.data.footerMoreFromJpl?(t.openBlock(),t.createElementBlock("div",Ov,[Fv,t.createElementVNode("div",Hv,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerMoreFromJpl,(m,p)=>(t.openBlock(),t.createBlock(h,{key:p,href:m.path,to:m.linkPage?m.linkPage.url:"",target:m.path?"_blank":"_self",variant:"dark",class:"mb-5 mr-8"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(m)),1)]),_:2},1032,["href","to","target"]))),128))]),t.createElementVNode("div",qv,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerMoreFromJpl,(m,p)=>(t.openBlock(),t.createBlock(r,{key:p,variant:"none","link-class":"can-hover:hover:underline inline-block px-4 py-1 -ml-4",href:m.path?m.path:null,to:m.linkPage?m.linkPage.url:null},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(m)),1)]),_:2},1032,["href","to"]))),128))])])):t.createCommentVNode("",!0),t.createElementVNode("div",jv,[t.createElementVNode("div",Rv,[e.data&&e.data.relatedNasaSites?(t.openBlock(),t.createElementBlock("div",Gv,[t.createElementVNode("div",Uv,[e.themeStore.isEdu?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(" Related NASA Education Sites ")],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(" Related NASA Sites ")],64))]),t.createElementVNode("div",Wv,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.relatedNasaSites,(m,p)=>(t.openBlock(),t.createBlock(r,{key:p,variant:"none","link-class":"can-hover:hover:underline inline-block px-4 py-1 -ml-4",href:m.path?m.path:null,to:m.linkPage?m.linkPage.url:null},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(m)),1)]),_:2},1032,["href","to"]))),128))])])):t.createCommentVNode("",!0)])]),t.createElementVNode("div",Yv,[t.createElementVNode("div",Kv,[e.data&&e.data.footerLinks?(t.openBlock(),t.createElementBlock("div",Zv,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerLinks,(m,p)=>(t.openBlock(),t.createBlock(r,{key:p,variant:"none",class:"lg:mb-2 mb-5","link-class":"can-hover:hover:underline inline-block px-4 py-1 font-bold leading-none",href:m.path?m.path:null,to:m.linkPage?m.linkPage.url:null},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(m)),1)]),_:2},1032,["href","to"]))),128))])):t.createCommentVNode("",!0),e.data&&e.data.footerMeta?(t.openBlock(),t.createElementBlock("div",Xv,[e.commitSha?(t.openBlock(),t.createElementBlock("div",Jv,[Qv,t.createElementVNode("span",null,t.toDisplayString(e.commitSha),1)])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerMeta,(m,p)=>(t.openBlock(),t.createElementBlock("div",{key:p,class:t.normalizeClass(["lg:inline-block lg:mb-0 block mb-2",{"ml-5":p!==0}])},[t.createElementVNode("span",eP,t.toDisplayString(m.label)+":",1),t.createElementVNode("span",null,t.toDisplayString(m.text),1)],2))),128))])):(t.openBlock(),t.createElementBlock("div",tP,[e.commitSha!=null?(t.openBlock(),t.createElementBlock("div",nP,[aP,t.createElementVNode("span",null,t.toDisplayString(e.commitSha),1)])):t.createCommentVNode("",!0)]))])])])}const sP=w(Tv,[["render",oP]]),iP=t.defineComponent({name:"MissionDetailStatsMicro",components:{BaseTimer:ze},props:{showClock:Boolean,startDateTime:String,clockType:{type:String,required:!0,validator:e=>!!Bt[e]}}}),rP={class:"MissionDetailStatsMicro bg-jpl-blue-darker sm:py-0 p-3 py-1 text-white"},lP={key:0};function cP(e,n,a,o,s,i){const r=ze;return t.openBlock(),t.createElementBlock("div",rP,[e.showClock&&e.startDateTime?(t.openBlock(),t.createElementBlock("div",lP,[t.createVNode(r,{"target-date-time":e.startDateTime,inline:"",countdown:e.clockType==="countdown"},null,8,["target-date-time","countdown"])])):t.createCommentVNode("",!0)])}const Ll=w(iP,[["render",cP]]),dP=t.defineComponent({name:"TopicDetailMissionCarouselItem",components:{MissionDetailStatsMicro:Ll,BaseImage:q,BaseImagePlaceholder:j},props:{data:{type:Object,required:!1}},computed:{clockTypeLabel(){var e,n;return Bt[(e=this.data)==null?void 0:e.clockType]||((n=this.data)==null?void 0:n.clockType)}}}),hP={class:"can-hover:group-hover:scale-105 relative transition-transform duration-200 ease-in transform scale-100"},mP={class:"min-h-66 bg-black"},pP=t.createElementVNode("div",{class:"gradient-overlay bg-gradient-to-b from-transparent to-black min-h-1/2 absolute inset-x-0 bottom-0"},null,-1),fP={class:"absolute inset-x-0 bottom-0"},uP={class:"text-contrast p-4 text-white"},gP={key:0,class:"mb-1 text-xl font-semibold leading-tight"},yP={key:1,class:"text-subtitle text-jpl-blue-light"},bP=t.createElementVNode("span",{class:"sr-only"},".",-1),kP=t.createElementVNode("span",{class:"sr-only"},".",-1);function _P(e,n,a,o,s,i){const r=q,l=j,c=Ll,d=t.resolveComponent("nuxt-link");return e.data?(t.openBlock(),t.createBlock(d,{key:0,to:e.data.url,class:"TopicDetailMissionCarouselItem ThemeVariantLight group block cursor-pointer"},{default:t.withCtx(()=>[t.createElementVNode("div",hP,[t.createElementVNode("div",mP,[e.data.thumbnailImage&&e.data.thumbnailImage.src?(t.openBlock(),t.createBlock(l,{key:0,"aspect-ratio":"7:8","dark-mode":"","no-logo":""},{default:t.withCtx(()=>[t.createVNode(r,{src:e.data.thumbnailImage.src.url,width:e.data.thumbnailImage.src.width,height:e.data.thumbnailImage.src.height,alt:"","object-fit-class":"cover","image-class":"w-full h-full",loading:"lazy"},null,8,["src","width","height"])]),_:1})):t.createCommentVNode("",!0),pP]),t.createElementVNode("div",fP,[t.createElementVNode("div",uP,[e.data.title?(t.openBlock(),t.createElementBlock("p",gP,t.toDisplayString(e.data.title),1)):t.createCommentVNode("",!0),e.data.status||e.data.showClock?(t.openBlock(),t.createElementBlock("p",yP,[bP,e.data.showClock?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(e.clockTypeLabel||e.data.status),1)],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.data.status),1)],64)),kP])):t.createCommentVNode("",!0)]),e.data.showClock?(t.openBlock(),t.createBlock(c,{key:0,class:"-mt-1","show-clock":e.data.showClock,"clock-type":e.data.clockType,"start-date-time":e.data.startDateTime},null,8,["show-clock","clock-type","start-date-time"])):t.createCommentVNode("",!0)])])]),_:1},8,["to"])):t.createCommentVNode("",!0)}const ls=w(dP,[["render",_P]]),$P=t.defineComponent({name:"TopicDetailMissionCarousel",components:{MixinCarousel:Be,TopicDetailMissionCarouselItem:ls},props:{relatedMissionsLinkUrl:{type:String,required:!1},relatedMissionsLinkText:{type:String,required:!1},items:{type:Array,required:!1}},computed:{hasContent(){return!!(this.items&&this.items.length)}}}),wP={key:0,class:"TopicDetailMissionCarousel overflow-hidden"},CP={class:"MixedBleedGrid 2xl:pl-0 pl-5 mb-10"},BP={class:"col-start-indent-col-2 2xl:col-start-indent-col-3 col-end-bleed bg-gray-light lg:pl-0 lg:py-10 py-8 pl-5"};function EP(e,n,a,o,s,i){const r=ls,l=Be;return e.hasContent?(t.openBlock(),t.createElementBlock("div",wP,[t.createElementVNode("div",CP,[t.createElementVNode("div",BP,[t.createVNode(l,{heading:"Missions",variant:"tiles",class:"pb-5 ThemeVariantGray",center:!1,"slides-per-view":3,link:e.relatedMissionsLinkUrl?e.relatedMissionsLinkUrl:void 0,"link-title":e.relatedMissionsLinkText},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(c,d)=>(t.openBlock(),t.createBlock(r,{key:d,data:c,class:"swiper-slide"},null,8,["data"]))),128))]),_:1},8,["link","link-title"])])])])):t.createCommentVNode("",!0)}const SP=w($P,[["render",EP]]),VP=t.defineComponent({name:"MissionDetailStatsMini",components:{BaseTimer:ze,DistanceStats:qn},props:{showClock:Boolean,clockType:{type:String,required:!0,validator:e=>!!Bt[e]},startDateTime:String,showDistance:Boolean,distanceType:{type:String},distanceValue:Number,distanceApiUrls:String},computed:{clockTypeLabel(){return Bt[this.clockType]||this.clockType}}}),NP={class:"MissionDetailStatsMini MixedBleedGrid"},TP=t.createElementVNode("div",{class:"theme col-start-bleed col-end-container-start"},null,-1),IP={class:"col-start-container col-end-container text-body-lg"},xP={class:"grid grid-cols-12"},MP={key:0,class:"theme-inner lg:col-span-4 xl:col-span-4 2xl:col-span-3 sm:col-span-7 col-span-11"},LP={class:"text-jpl-blue-lighter text-subtitle mb-3"},DP={class:"text-jpl-blue-lighter text-subtitle mb-3"},vP={class:"text-stats-xl"},PP=t.createElementVNode("div",{class:"lg:block hidden col-span-1"},null,-1);function zP(e,n,a,o,s,i){const r=ze,l=qn;return t.openBlock(),t.createElementBlock("div",NP,[TP,t.createElementVNode("div",IP,[t.createElementVNode("div",xP,[e.showClock&&e.startDateTime?(t.openBlock(),t.createElementBlock("div",MP,[t.createElementVNode("p",LP,t.toDisplayString(e.clockTypeLabel),1),t.createVNode(r,{"target-date-time":e.startDateTime,countdown:e.clockType==="countdown"},null,8,["target-date-time","countdown"])])):t.createCommentVNode("",!0),e.showDistance?(t.openBlock(),t.createBlock(l,{key:1,class:"theme-inner lg:col-span-4 xl:col-span-4 2xl:col-span-3 sm:col-span-7 col-span-11","distance-type":e.distanceType,value:e.distanceValue,"value-system":"imperial","distance-api-urls":e.distanceApiUrls},{label:t.withCtx(c=>[t.createElementVNode("p",DP,t.toDisplayString(c.label),1)]),value:t.withCtx(c=>[t.createElementVNode("span",vP,t.toDisplayString(c.formattedValue),1)]),_:1},8,["distance-type","value","distance-api-urls"])):t.createCommentVNode("",!0),PP])])])}const Dl=w(VP,[["render",zP]]),AP=t.defineComponent({name:"TopicDetailMissionSpotlight",components:{MissionDetailStatsMini:Dl,BaseButton:R},props:{data:{type:Object,required:!1}},data(){return{eyebrow:"Mission Spotlight"}}}),OP=e=>(t.pushScopeId("data-v-cfcfc28b"),e=e(),t.popScopeId(),e),FP={key:0,class:"TopicDetailMissionSpotlight max-w-screen-3xl relative mx-auto"},HP={class:"absolute inset-0 z-10 bg-black"},qP={key:0},jP=["srcset"],RP=["srcset"],GP=["srcset"],UP=["src","width","height","alt"],WP={class:"content-wrapper lg:flex lg:items-center relative z-20 w-full h-full"},YP=OP(()=>t.createElementVNode("div",{class:"bg-gradient-to-t lg:bg-gradient-to-l from-transparent-w25 lg:from-transparent xl:from-transparent-w25 to-transparent-black-75 lg:to-transparent-black-75 absolute inset-0"},null,-1)),KP={class:"pb-80 lg:pb-14 relative w-full pt-8"},ZP={class:"lg:BaseGrid lg:pt-0 container mx-auto"},XP={class:"lg:px-10 2xl:px-0 lg:pt-10 lg:pb-14 xl:col-end-6 col-start-1 col-end-10 px-4 pb-10"},JP={class:"text-gray-light-mid text-contrast text-subtitle block mb-3"},QP={class:"lg:text-9xl md:text-8xl text-7xl lg:tracking-tight lg:leading-tighter text-contrast mb-4 font-medium leading-tight text-white"},ez={class:"text-body-lg lg:mb-10 text-contrast mb-5 font-normal leading-normal text-white"};function tz(e,n,a,o,s,i){const r=R,l=Dl;return e.data?(t.openBlock(),t.createElementBlock("div",FP,[t.createElementVNode("div",HP,[e.data.heroImage&&e.data.heroImage.src?(t.openBlock(),t.createElementBlock("picture",qP,[t.createElementVNode("source",{media:"(min-width: 768px)",srcset:e.data.heroImage.srcSet},null,8,jP),t.createElementVNode("source",{media:"(min-width: 420px)",srcset:e.data.heroImage.screenMd.url},null,8,RP),t.createElementVNode("source",{srcset:e.data.heroImage.screenSm.url},null,8,GP),t.createElementVNode("img",{class:"object-cover w-full h-full",src:e.data.heroImage.src.url,width:e.data.heroImage.src.width,height:e.data.heroImage.src.height,alt:e.data.heroImage.alt},null,8,UP)])):t.createCommentVNode("",!0)]),t.createElementVNode("div",WP,[YP,t.createElementVNode("div",KP,[t.createElementVNode("div",ZP,[t.createElementVNode("div",XP,[t.createElementVNode("h2",null,[t.createElementVNode("span",JP,t.toDisplayString(e.eyebrow),1),t.createElementVNode("div",QP,t.toDisplayString(e.data.title),1)]),t.createElementVNode("p",ez,t.toDisplayString(e.data.summary),1),t.createVNode(r,{variant:"primary",to:e.data.url},{default:t.withCtx(()=>[t.createTextVNode("Explore")]),_:1},8,["to"])])]),e.data.showClock||e.data.showDistance?(t.openBlock(),t.createBlock(l,{key:0,"show-clock":e.data.showClock,"show-distance":e.data.showDistance,"clock-type":e.data.clockType,"start-date-time":e.data.startDateTime,"distance-type":e.data.distanceType,"distance-value":e.data.distanceValue,"distance-api-urls":e.data.distanceApiUrls},null,8,["show-clock","show-distance","clock-type","start-date-time","distance-type","distance-value","distance-api-urls"])):t.createCommentVNode("",!0)])])])):t.createCommentVNode("",!0)}const nz=w(AP,[["render",tz],["__scopeId","data-v-cfcfc28b"]]),az=t.defineComponent({name:"TopicDetailMoreVisibility",directives:{ObserveVisibility:Pn},data(){return{isVisible:!1,hasIntersectionObserver:!0}},mounted(){this.featureDetection()},methods:{visibilityChanged(e){this.hasIntersectionObserver&&(this.isVisible=e)},featureDetection(){(!("IntersectionObserver"in window)||!("IntersectionObserverEntry"in window)||!("intersectionRatio"in window.IntersectionObserverEntry.prototype))&&(this.hasIntersectionObserver=!1,this.isVisible=!0)}}});function oz(e,n,a,o,s,i){const r=t.resolveDirective("observe-visibility");return t.withDirectives((t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["transition-all duration-1000 ease-out transform",e.isVisible?"opacity-100 translate-y-0":"opacity-0 translate-y-32"])},[t.renderSlot(e.$slots,"default")],2)),[[r,{callback:e.visibilityChanged,throttle:0,once:!0}]])}const vl=w(az,[["render",oz]]),sz=t.defineComponent({name:"TopicDetailMoreItem",components:{BaseLink:F,BaseImage:q,BaseImagePlaceholder:j,IconPlay:Je,IconExternal:ye},props:{data:{type:Object,required:!1}},computed:{theData(){var e;if((e=this.data)!=null&&e.page)return this.data.page;if(this.data)return this.data},formattedEventDates(){var e;if((e=this.theData)!=null&&e.startDate)return pt(this.theData.startDate,this.theData.endDate)}}}),iz={key:0,class:"relative"},rz={key:0,class:"bg-jpl-red lg:text-2xl absolute bottom-0 left-0 z-10 text-lg text-white"},lz={class:"text-gray-dark md:px-5 md:py-5 lg:px-10 lg:py-8 w-full px-10 py-8"},cz={key:0,class:"flex flex-wrap items-center justify-between mb-5"},dz={class:"divide-gray-mid text-subtitle flex divide-x"},hz={key:0,class:"pr-2"},mz=t.createElementVNode("span",{class:"sr-only"},".",-1),pz={class:"text-h5"};function fz(e,n,a,o,s,i){const r=Je,l=q,c=j,d=ye,h=F;return e.theData?(t.openBlock(),t.createBlock(h,{key:0,class:"TopicDetailMoreItem group can-hover:hover:shadow-lg shadow-jpl transition-all duration-200 ease-in",variant:"none","link-class":e.theData.thumbnailImage?"block":"flex items-center block lg:min-h-100",to:e.theData.__typename!=="ExternalLinkCard"?e.theData.url:void 0,href:e.theData.__typename==="ExternalLinkCard"?e.theData.url:void 0,"external-target-blank":""},{default:t.withCtx(()=>[e.theData.thumbnailImage?(t.openBlock(),t.createElementBlock("div",iz,[e.theData.__typename==="VideoDetailPage"?(t.openBlock(),t.createElementBlock("div",rz,[t.createVNode(r)])):t.createCommentVNode("",!0),t.createVNode(c,{"aspect-ratio":"3:2","dark-mode":""},{default:t.withCtx(()=>[e.theData.thumbnailImage.src?(t.openBlock(),t.createBlock(l,{key:0,src:e.theData.thumbnailImage.src.url,srcset:e.theData.thumbnailImage.srcSet,width:e.theData.thumbnailImage.src.width,height:e.theData.thumbnailImage.src.height,alt:"","object-fit-class":"cover",loading:"lazy","image-class":"can-hover:group-hover:scale-100 scale-103 transition-all duration-200 ease-in transform"},null,8,["src","srcset","width","height"])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0),t.createElementVNode("div",lz,[e.theData.label||e.theData.date||e.theData.startDate?(t.openBlock(),t.createElementBlock("div",cz,[t.createElementVNode("p",dz,[e.theData.label?(t.openBlock(),t.createElementBlock("span",hz,t.toDisplayString(e.theData.label),1)):t.createCommentVNode("",!0),e.theData.date||e.theData.startDate?(t.openBlock(),t.createElementBlock("span",{key:1,class:t.normalizeClass(["text-gray-mid-dark",{"pl-2":e.theData.label}])},[e.theData.date?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(e.$filters.displayDate(e.theData.date)),1)],64)):e.theData.startDate?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.formattedEventDates),1)],64)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),mz]),e.theData.__typename==="ExternalLinkCard"?(t.openBlock(),t.createBlock(d,{key:0,class:"text-gray-mid-dark text-lg"})):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createElementVNode("h3",pz,t.toDisplayString(e.theData.title),1)])]),_:1},8,["link-class","to","href"])):t.createCommentVNode("",!0)}const cs=w(sz,[["render",fz]]),uz=t.defineComponent({name:"TopicDetailMore",components:{BaseButton:R,IconCaret:_e,TopicDetailMoreVisibility:vl,TopicDetailMoreItem:cs},props:{topic:{type:String,required:!1,default:"Topic"},more:{type:Array,required:!1},moreCurated:{type:Array,required:!1}},computed:{theData(){let e=[];return this.moreCurated&&this.more?e=this.moreCurated.concat(this.more):this.more&&(e=this.more),e.slice(0,8)}},methods:{gridPlacement(e){return e===0?"col-start-2 col-span-6":e===1?"lg:col-start-9 lg:col-span-4 md:col-start-6 md:col-span-6 lg:-mt-28":e===2?"lg:col-start-4 lg:col-span-4 md:col-start-2 md:col-span-6 lg:-mt-28":e===3?"lg:col-start-9 lg:col-span-4 md:col-start-6 md:col-span-6 lg:-mt-28":e===4?this.$slots.default?"col-start-2 col-span-6":"col-start-2 col-span-6 lg:-mt-28":e===5?"lg:col-start-6 lg:col-span-6 md:col-start-6 md:col-span-6 lg:mt-28":e===6?"lg:col-start-1 lg:col-span-4 md:col-start-2 md:col-span-6 lg:-mt-28":e===7?"lg:col-start-6 lg:col-span-4 md:col-start-6 md:col-span-6 lg:-mt-28":""}}}),gz={class:"TopicDetailMore max-w-screen-3xl relative mx-auto"},yz={class:"lg:BaseGrid mt-18 lg:px-0 container px-4 mx-auto mb-12"},bz={class:"font-primary text-gray-dark lg:text-6xl col-span-11 col-start-2 text-3xl font-semibold leading-normal tracking-normal uppercase"},kz={class:"md:BaseGrid lg:px-0 container px-4 mx-auto"},_z={class:"flex justify-center"};function $z(e,n,a,o,s,i){const r=cs,l=vl,c=_e,d=R;return t.openBlock(),t.createElementBlock("div",gz,[e.theData&&e.theData.length?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("div",yz,[t.createElementVNode("h2",bz," More About "+t.toDisplayString(e.topic),1)]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.theData,(h,m)=>(t.openBlock(),t.createBlock(l,{key:m},{default:t.withCtx(()=>[t.createElementVNode("div",kz,[t.createVNode(r,{class:t.normalizeClass(["md:max-w-none md:mx-0 lg:mb-0 max-w-lg row-span-1 mx-auto mb-10",e.gridPlacement(m)]),data:h},null,8,["class","data"])]),m===3&&e.$slots.default?(t.openBlock(),t.createBlock(l,{key:0,class:"lg:my-28 my-16"},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3})):t.createCommentVNode("",!0)]),_:2},1024))),128))],64)):t.createCommentVNode("",!0),e.$slots.default&&(!e.theData||e.theData.length<4)?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass({"mt-16 lg:mt-28":e.theData.length})},[t.renderSlot(e.$slots,"default")],2)):t.createCommentVNode("",!0),t.createElementVNode("div",_z,[t.createVNode(d,{class:"lg:mt-18 mt-10","aria-label":"More "+e.topic,variant:"secondary",to:`/search?topics=${e.topic}`},{icon:t.withCtx(()=>[t.createVNode(c,{class:"ml-1 text-sm"})]),default:t.withCtx(()=>[t.createTextVNode(" More ")]),_:1},8,["aria-label","to"])])])}const wz=w(uz,[["render",$z]]),Cz=t.defineComponent({name:"TopicDetailStreamfield",components:{LayoutHelper:ee,BaseHeading:G,BlockQuote:nt,BlockRelatedLinks:Ve,BlockImageGallery:Ut},props:{data:{type:Array,required:!1},topic:{type:String,required:!1}}}),Bz={key:0};function Ez(e,n,a,o,s,i){const r=G,l=ee,c=Ut,d=nt,h=Ve;return e.data?(t.openBlock(),t.createElementBlock("div",Bz,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data,(m,p)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[m.blockType=="HeadingBlock"?(t.openBlock(),t.createBlock(l,{key:`HeadingBlock${p}`,indent:"col-2"},{default:t.withCtx(()=>[t.createVNode(r,{level:"h2",class:"lg:mt-18 mt-10 mb-5"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(m.heading),1)]),_:2},1024)]),_:2},1024)):m.blockType=="ImageGalleryBlock"?(t.openBlock(),t.createElementBlock("div",{key:`ImageGalleryBlock${p}`,class:"max-w-screen-3xl lg:mb-18 mx-auto mb-10"},[t.createVNode(c,{label:e.topic,title:m.galleryTitle,description:m.galleryDescription,cover:m.coverImage,items:m.gallerySlides},null,8,["label","title","description","cover","items"])])):m.blockType=="QuoteBlock"?(t.openBlock(),t.createBlock(l,{key:`QuoteBlock${p}`,indent:"col-2",class:"lg:my-18 my-10"},{default:t.withCtx(()=>[t.createVNode(d,{data:m},null,8,["data"])]),_:2},1024)):m.blockType=="RelatedLinksBlock"?(t.openBlock(),t.createBlock(l,{key:`RelatedLinksBlock${p}`,indent:"col-2",class:"lg:my-18 my-10"},{default:t.withCtx(()=>[t.createVNode(h,{data:m},null,8,["data"])]),_:2},1024)):(t.openBlock(),t.createElementBlock("div",{key:p,class:"p-3 overflow-hidden border"},[t.createElementVNode("pre",null,t.toDisplayString(m),1)]))],64))),256))])):t.createCommentVNode("",!0)}const Sz=w(Cz,[["render",Ez]]),Vz=t.defineComponent({name:"YearTicker",props:{targetYear:{type:String,required:!0}},data(){return{year:this.targetYear,animation:"digits-increment",duration:100}},watch:{targetYear(e){this.animation=this.year>e?"digits-increment":"digits-decrement",this.year=e}}});function Nz(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",{class:"YearTicker",style:t.normalizeStyle(`--duration:${e.duration}ms`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Array.from(e.targetYear),(r,l)=>(t.openBlock(),t.createBlock(t.TransitionGroup,{key:l,name:e.animation,duration:e.duration},{default:t.withCtx(()=>[(t.openBlock(),t.createElementBlock("span",{key:r,class:"Digit"},t.toDisplayString(r),1))]),_:2},1032,["name","duration"]))),128))],4)}const Tz=w(Vz,[["render",Nz]]),ds=la(),Iz=t.defineComponent({name:"PageContent",components:{HeroMedia:Zt,NavSecondary:ns,LayoutHelper:ee,DetailHeadline:Yt,BlockImageStandard:Qe,ShareButtons:rt,ShareButtonsEdu:rs,BlockStreamfield:at,BlockRelatedLinks:Ve,FormContact:co,FormNewsletterSignup:ho,BlockLinkCarousel:tt},props:{data:{type:Object,required:!1,default:void 0}},computed:{...Te(Ze),heroInline(){var e;return((e=this.data)==null?void 0:e.heroPosition)==="inline"},hideH1(){return(ds==null?void 0:ds.path)==="/a-plan-for-jpl"},h1LayoutHelperClasses(){return this.hideH1?"lg:mt-12 mt-5":"lg:mt-12 lg:mb-18 edu:lg:mb-12 mt-5 mb-10 edu:mb-8"}}}),xz={class:"text-body-sm text-gray-mid-dark"};function Mz(e,n,a,o,s,i){const r=Zt,l=ns,c=Yt,d=rs,h=ee,m=Qe,p=rt,f=at,u=Ve,k=co,E=ho,g=tt;return e.data?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["ThemeVariantLight",{"-nav-offset":!e.heroInline&&e.data.heroImage}])},[e.data.heroImage&&!e.heroInline?(t.openBlock(),t.createBlock(r,{key:0,class:"md:mb-0 mb-10",image:e.data.heroImage,caption:e.data.heroImageCaption,"display-caption":!!e.data.heroImageCaption,constrain:e.data.heroConstrain},null,8,["image","caption","display-caption","constrain"])):t.createCommentVNode("",!0),t.createVNode(l,{breadcrumb:e.data.breadcrumb,"has-intro":!!(e.data.heroImage&&!e.heroInline)},null,8,["breadcrumb","has-intro"]),t.createVNode(h,{indent:"col-2",class:t.normalizeClass(e.h1LayoutHelperClasses)},{default:t.withCtx(()=>{var y,_;return[t.createVNode(c,{title:e.data.title,label:e.data.displayLabel,class:t.normalizeClass({"sr-only":e.hideH1})},null,8,["title","label","class"]),e.themeStore.isEdu&&((y=e.data)!=null&&y.url)?(t.openBlock(),t.createBlock(d,{key:0,class:"mt-4",url:e.data.url,title:e.data.title,image:(_=e.data.thumbnailImage)==null?void 0:_.original},null,8,["url","title","image"])):t.createCommentVNode("",!0)]}),_:1},8,["class"]),e.data.heroImageInline&&e.heroInline?(t.openBlock(),t.createBlock(h,{key:1,indent:"col-2",class:"mb-22 mt-10"},{default:t.withCtx(()=>[t.createVNode(m,{data:e.data.heroImageInline,caption:e.data.heroImageCaption,"display-caption":!!e.data.heroImageCaption,constrain:e.data.heroConstrain},null,8,["data","caption","display-caption","constrain"])]),_:1})):t.createCommentVNode("",!0),e.themeStore.theme!=="ThemeEdu"?(t.openBlock(),t.createBlock(h,{key:2,indent:"col-2",class:"lg:mb-0 relative mb-8"},{default:t.withCtx(()=>[e.data.title&&e.data.url&&!e.themeStore.isEdu?(t.openBlock(),t.createBlock(p,{key:0,title:e.data.title,url:e.data.url},null,8,["title","url"])):t.createCommentVNode("",!0)]),_:1})):t.createCommentVNode("",!0),t.createVNode(f,{data:e.data.body},null,8,["data"]),e.data.relatedLinks&&e.data.relatedLinks.length?(t.openBlock(),t.createBlock(h,{key:3,indent:"col-3",class:"lg:my-18 my-10"},{default:t.withCtx(()=>[t.createVNode(u,{data:e.data.relatedLinks[0]},null,8,["data"])]),_:1})):t.createCommentVNode("",!0),e.data.slug==="contact-jpl"?(t.openBlock(),t.createBlock(k,{key:4,class:"lg:mb-18 mb-10"})):t.createCommentVNode("",!0),e.data.slug==="newsletter-signup"?(t.openBlock(),t.createBlock(E,{key:5,class:"lg:mb-18 mb-10"})):t.createCommentVNode("",!0),e.data.clearanceNumber?(t.openBlock(),t.createBlock(h,{key:6,indent:"col-3",class:"lg:my-18 my-10"},{default:t.withCtx(()=>[t.createElementVNode("p",xz,t.toDisplayString(e.data.clearanceNumber),1)]),_:1})):t.createCommentVNode("",!0),t.createVNode(g,{"item-type":"cards",class:"lg:my-24 my-12",heading:e.data.relatedContentHeading,items:e.data.relatedContent},null,8,["heading","items"])],2)):t.createCommentVNode("",!0)}const Lz=w(Iz,[["render",Mz]]),Dz="data:image/svg+xml,%3csvg%20width='222'%20height='222'%20fill='%23DDDDDD'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cy='90'%20cx='111'%20fill='%23f5f5f5'%20r='45'/%3e%3cpath%20d='M114.689%20222H28c0-42.541%2037.144-77%2083-77s83%2034.459%2083%2077h-79.311z'%20fill='%23f5f5f5'/%3e%3c/svg%3e",vz=t.defineComponent({name:"PageEventDetail",components:{LayoutHelper:ee,BaseHeading:G,ShareButtons:rt,EventDetailHero:ro,IconCalendar:Mn,IconLocation:In,IconTime:xn,BaseLink:F,BaseButton:R,CalendarButton:oo,BlockStreamfield:at,BaseImagePlaceholder:j,BaseImage:q,BlockRelatedLinks:Ve,BlockLinkCarousel:tt},props:{data:{type:Object,required:!1}},data(){return{PlaceholderPortrait:Dz}},computed:{displayTime(){return this.data?pa(this.data.startDatetime,this.data.endDatetime,this.data.endTime):""},formattedEventDates(){return this.data?pt(this.data.startDatetime,this.data.endDatetime):""},formattedSplitEventDates(){return this.data?hn(this.data.startDatetime,this.data.endDatetime):void 0}}}),Pz={key:0,class:"PageEventDetail pt-5 ThemeVariantLight lg:pt-12",itemscope:"",itemtype:"http://schema.org/Event"},zz=["content"],Az=["content"],Oz=["content"],Fz=["content"],Hz={key:0,class:"flex flex-wrap items-start mb-4"},qz={class:"PageEventDetail__Metadata text-primary"},jz={class:"PageEventDetail__Metadata text-primary"},Rz={key:0,itemprop:"location",itemscope:"",itemtype:"https://schema.org/VirtualLocation",class:"PageEventDetail__Metadata text-primary"},Gz=["href"],Uz=["content"],Wz={key:1,class:"PageEventDetail__Metadata text-primary"},Yz=["content"],Kz={key:1},Zz={class:"PageEventDetail__Buttons"},Xz={key:0,class:"grid-cols-10 lg:grid -mx-4 lg:mx-0"},Jz={class:"col-span-7"},Qz={key:0,class:"BlockText text-body-lg mb-8 px-4 lg:px-0"},eA={class:"grid-cols-10 lg:grid"},tA={class:"col-span-7"},nA={class:"flex flex-col flex-wrap justify-start md:flex-row md:-mx-4"},aA={class:"w-40 mr-6 md:mr-0 md:w-56"},oA=["src"],sA={class:"flex-1 h-full"},iA={key:0,class:"my-3 text-lg font-normal leading-none"},rA={key:1,class:"mb-3 text-gray-dark"};function lA(e,n,a,o,s,i){const r=t.resolveComponent("nuxt-link"),l=G,c=ee,d=rt,h=ro,m=Mn,p=xn,f=In,u=F,k=R,E=oo,g=at,y=q,_=j,V=Ve,x=tt;return e.data?(t.openBlock(),t.createElementBlock("div",Pz,[e.data.thumbnailImage&&e.data.thumbnailImage.original?(t.openBlock(),t.createElementBlock("meta",{key:0,itemprop:"thumbnailUrl",content:e.data.thumbnailImage.original},null,8,zz)):t.createCommentVNode("",!0),t.createElementVNode("meta",{itemprop:"startDate",content:e.data.startDatetime},null,8,Az),e.data.endDatetime?(t.openBlock(),t.createElementBlock("meta",{key:1,itemprop:"endDate",content:e.data.endDatetime},null,8,Oz)):t.createCommentVNode("",!0),e.data.summary||e.data.body?(t.openBlock(),t.createElementBlock("meta",{key:2,itemprop:"description",content:e.data.summary||e.data.body},null,8,Fz)):t.createCommentVNode("",!0),t.createVNode(c,{indent:"col-2",class:"mb-6 lg:mb-12"},{default:t.withCtx(()=>[e.data.label?(t.openBlock(),t.createElementBlock("div",Hz,[t.createVNode(r,{class:"py-3 cursor-pointer group nuxt-link-active text-subtitle text-primary can-hover:hover:text-primary-dark",to:"/events"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.label),1)]),_:1})])):t.createCommentVNode("",!0),t.createVNode(l,{level:"h1",itemprop:"name"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.title),1)]),_:1})]),_:1}),t.createVNode(c,{indent:"col-1",class:"relative mb-16 lg:mb-0"},{default:t.withCtx(()=>[t.createVNode(d,{title:e.data.title,url:e.data.url},null,8,["title","url"])]),_:1}),t.createVNode(c,{indent:"col-2"},{default:t.withCtx(()=>[t.createVNode(h,{image:e.data.eventImage,"start-date-split":e.formattedSplitEventDates},null,8,["image","start-date-split"]),t.createElementVNode("div",null,[t.createElementVNode("div",{class:t.normalizeClass(["py-1 mb-10 text-xl lg:mb-0 lg:flex",e.data.registerLink&&e.data.registerLink.length>0?"":"lg:mb-10"])},[t.createElementVNode("div",qz,[t.createVNode(m,{class:"relative mr-3 text-[1.2rem]"}),t.createElementVNode("span",null,t.toDisplayString(e.formattedEventDates),1)]),t.withDirectives(t.createElementVNode("div",jz,[t.createVNode(p,{class:"relative mr-3"}),t.createElementVNode("span",null,t.toDisplayString(e.displayTime),1)],512),[[t.vShow,e.displayTime]]),e.data.isVirtualEvent&&e.data.locationLink?(t.openBlock(),t.createElementBlock("div",Rz,[t.createElementVNode("link",{itemprop:"url",href:e.data.locationLink},null,8,Gz),t.createElementVNode("meta",{itemprop:"name",content:e.data.location},null,8,Uz),t.createVNode(f,{class:"relative mr-3"}),t.createVNode(u,{variant:"none",href:e.data.locationLink,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.location),1)]),_:1},8,["href"])])):e.data.location?(t.openBlock(),t.createElementBlock("div",Wz,[t.createElementVNode("meta",{itemprop:"location",content:e.data.location},null,8,Yz),t.createVNode(f,{class:"relative mr-3"}),e.data.locationLink?(t.openBlock(),t.createBlock(u,{key:0,variant:"none",href:e.data.locationLink,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.location),1)]),_:1},8,["href"])):(t.openBlock(),t.createElementBlock("span",Kz,t.toDisplayString(e.data.location),1))])):t.createCommentVNode("",!0),t.createElementVNode("div",Zz,[e.data.registerLink&&e.data.registerLink.length>0&&(e.data.registerLink[0].page&&e.data.registerLink[0].page.url||e.data.registerLink[0].externalLink)?(t.openBlock(),t.createBlock(k,{key:0,class:"w-full px-0 mb-5",href:e.data.registerLink[0].externalLink?e.data.registerLink[0].externalLink:null,to:e.data.registerLink[0].page&&e.data.registerLink[0].page.url?e.data.registerLink[0].page.url:null,target:e.data.registerLink[0].externalLink?"_blank":"_self",compact:""},{default:t.withCtx(()=>[t.createTextVNode("Register for event ")]),_:1},8,["href","to","target"])):t.createCommentVNode("",!0),t.createVNode(E,{"is-all-day":e.data.isAllDay,"start-datetime":e.data.startDatetime,"end-datetime":e.data.endDatetime?e.data.endDatetime:null,title:e.data.title?e.data.title:null,location:e.data.location?e.data.location:null,description:e.data.summary?e.data.summary:null},null,8,["is-all-day","start-datetime","end-datetime","title","location","description"])])],2),e.data.body||e.data.summary?(t.openBlock(),t.createElementBlock("div",Xz,[t.createElementVNode("div",Jz,[e.data.summary?(t.openBlock(),t.createElementBlock("p",Qz,t.toDisplayString(e.data.summary),1)):t.createCommentVNode("",!0),e.data.body?(t.openBlock(),t.createBlock(g,{key:1,variant:"fluid",data:e.data.body},null,8,["data"])):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)])]),_:1}),e.data.speakers&&e.data.speakers.length>0?(t.openBlock(),t.createBlock(c,{key:3,indent:"col-2",class:"mb-12 lg:mb-16"},{default:t.withCtx(()=>[t.createElementVNode("div",eA,[t.createElementVNode("div",tA,[t.createVNode(l,{level:"h2",class:"mb-5 md:mb-8"},{default:t.withCtx(()=>[t.createTextVNode("Speakers")]),_:1}),t.createElementVNode("div",nA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.speakers,(N,I)=>(t.openBlock(),t.createElementBlock("div",{key:I,class:"flex flex-1 mb-6 md:flex-none md:flex-wrap md:mx-4 md:w-56"},[t.createElementVNode("div",aA,[t.createVNode(_,{"aspect-ratio":"1:1",class:"relative overflow-hidden bg-gray-light-mid","transparent-mode":""},{default:t.withCtx(()=>[N.image&&N.image.src?(t.openBlock(),t.createBlock(y,{key:0,src:N.image.src.url,width:N.image.src.width,height:N.image.src.height,alt:"",class:"object-cover",loading:"lazy"},null,8,["src","width","height"])):(t.openBlock(),t.createElementBlock("img",{key:1,src:e.PlaceholderPortrait,alt:""},null,8,oA))]),_:2},1024)]),t.createElementVNode("div",sA,[N.name?(t.openBlock(),t.createElementBlock("h3",iA,[N.internalLink||N.externalLink?(t.openBlock(),t.createBlock(u,{key:0,"link-class":"no-underline normal-case",to:N.internalLink?N.internalLink.url:null,href:N.externalLink?N.externalLink:null,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(N.name),1)]),_:2},1032,["to","href"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(N.name),1)],64))])):t.createCommentVNode("",!0),N.title?(t.openBlock(),t.createElementBlock("p",rA,t.toDisplayString(N.title),1)):t.createCommentVNode("",!0),t.createElementVNode("p",null,t.toDisplayString(N.host),1)])]))),128))])])])]),_:1})):t.createCommentVNode("",!0),e.data.relatedLinks&&e.data.relatedLinks.length>0?(t.openBlock(),t.createBlock(c,{key:4,indent:"col-2",class:"my-12 lg:my-16"},{default:t.withCtx(()=>[t.createVNode(V,{data:e.data.relatedLinks[0]},null,8,["data"])]),_:1})):t.createCommentVNode("",!0),e.data.moreEvents&&e.data.moreEvents.length>0?(t.openBlock(),t.createBlock(c,{key:5,indent:"col-1",class:"my-12 lg:my-16"},{default:t.withCtx(()=>[t.createVNode(x,{"item-type":"cards",heading:"MORE EVENTS",items:e.data.moreEvents},null,8,["items"])]),_:1})):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const cA=w(vz,[["render",lA]]),dA=t.defineComponent({name:"PageNewsDetail",components:{LayoutHelper:ee,HeroMedia:Zt,DetailHeadline:Yt,BaseImagePlaceholder:j,BlockStreamfield:at,NewsDetailMediaContact:as,BlockRelatedLinks:Ve,BlockImageCarousel:et,BlockImageComparison:Gt,BlockImageStandard:Qe,BlockLinkCarousel:tt,ShareButtons:rt,BlockText:re},props:{data:{type:Object,required:!1}},computed:{heroEmpty(){var e;return(((e=this.data)==null?void 0:e.hero)||[]).length===0},heroInline(){var e,n,a,o;if(!this.heroEmpty){if(((e=this.data)==null?void 0:e.hero[0].blockType)==="VideoBlock")return!1;if(((n=this.data)==null?void 0:n.heroPosition)==="inline"||((a=this.data)==null?void 0:a.hero[0].blockType)==="CarouselBlock"||((o=this.data)==null?void 0:o.hero[0].blockType)==="VideoEmbedBlock")return!0}return!1},computedClass(){return this.heroInline||this.heroEmpty?"pt-5 lg:pt-12":this.heroInline?"":"-nav-offset"},socialAdjustment(){var e;if((e=this.data)!=null&&e.body&&this.data.body[0]){const n=this.data.body[0].blockType;if(n==="CarouselBlock"||n==="FullBleedImageBlock"||n==="TeaserBlock"||n==="VideoEmbedBlock")return!0}return!1}}}),hA=["content"],mA=["innerHTML"],pA={class:"text-body-lg font-semibold",itemprop:"abstract"},fA={key:0,class:"text-body-sm text-gray-mid-dark"},uA={key:5,class:"bg-gray-light lg:py-24 lg:mt-24 py-12 mt-12"};function gA(e,n,a,o,s,i){const r=Zt,l=Yt,c=ee,d=Qe,h=et,m=Bn,p=j,f=Gt,u=rt,k=re,E=at,g=Ve,y=as,_=tt;return e.data?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["ThemeVariantLight",e.computedClass]),itemscope:"",itemtype:"http://schema.org/Article"},[e.data.thumbnailImage&&e.data.thumbnailImage.original?(t.openBlock(),t.createElementBlock("meta",{key:0,itemprop:"image",content:e.data.thumbnailImage.original},null,8,hA)):t.createCommentVNode("",!0),!e.heroEmpty&&!e.heroInline&&(e.data.hero[0].blockType==="HeroImageBlock"||e.data.hero[0].blockType==="VideoBlock")?(t.openBlock(),t.createBlock(r,{key:1,class:"md:mb-12 lg:mb-18 mb-10",image:e.data.hero[0].image,video:e.data.hero[0].video,"display-caption":e.data.hero[0].displayCaption,caption:e.data.hero[0].caption,credit:e.data.hero[0].credit,constrain:e.data.heroConstrain},null,8,["image","video","display-caption","caption","credit","constrain"])):t.createCommentVNode("",!0),t.createVNode(c,{indent:"col-2",class:"mb-10"},{default:t.withCtx(()=>[t.createVNode(l,{title:e.data.title,"publication-date":e.data.publicationDate,"publication-time":e.data.publicationTime,author:e.data.author,topics:e.data.getTopicsForDisplay,schema:""},null,8,["title","publication-date","publication-time","author","topics"])]),_:1}),!e.heroEmpty&&e.heroInline?(t.openBlock(),t.createBlock(c,{key:2,indent:"col-2",class:"lg:mb-22 mt-10 mb-10"},{default:t.withCtx(()=>[e.data.hero[0].blockType==="HeroImageBlock"?(t.openBlock(),t.createBlock(d,{key:0,data:e.data.hero[0].imageInline,"display-caption":e.data.hero[0].displayCaption,caption:e.data.hero[0].caption,constrain:e.data.heroConstrain},null,8,["data","display-caption","caption","constrain"])):e.data.hero[0].blockType==="CarouselBlock"?(t.openBlock(),t.createBlock(h,{key:1,items:e.data.hero[0].blocks,"block-id":e.data.hero[0].id},null,8,["items","block-id"])):e.data.hero[0].blockType==="VideoBlock"?(t.openBlock(),t.createBlock(m,{key:2,data:e.data.hero[0],autoplay:""},null,8,["data"])):e.data.hero[0].blockType==="VideoEmbedBlock"?(t.openBlock(),t.createBlock(p,{key:3,"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:e.data.hero[0].embed.embed},null,8,mA)]),_:1})):e.data.hero[0].blockType==="ImageComparisonBlock"?(t.openBlock(),t.createBlock(f,{key:4,data:e.data.hero[0]},null,8,["data"])):t.createCommentVNode("",!0)]),_:1})):t.createCommentVNode("",!0),t.createVNode(c,{indent:"col-2",class:"lg:mb-0 relative mb-8"},{default:t.withCtx(()=>[t.createVNode(u,{title:e.data.title,url:e.data.url},null,8,["title","url"])]),_:1}),t.createVNode(c,{indent:"col-3",class:t.normalizeClass(["lg:mb-8 mb-5",{"lg:min-h-28":e.socialAdjustment}])},{default:t.withCtx(()=>[e.data.topper&&e.data.topper.length>2?(t.openBlock(),t.createBlock(k,{key:0,class:"lg:mb-8 mb-5",text:e.data.topper},null,8,["text"])):t.createCommentVNode("",!0),t.createElementVNode("p",pA,t.toDisplayString(e.data.summary),1)]),_:1},8,["class"]),t.createVNode(E,{itemprop:"articleBody",data:e.data.body},null,8,["data"]),e.data.relatedLinks&&e.data.relatedLinks.length?(t.openBlock(),t.createBlock(c,{key:3,indent:"col-3",class:"lg:my-18 my-10"},{default:t.withCtx(()=>[t.createVNode(g,{data:e.data.relatedLinks[0]},null,8,["data"])]),_:1})):t.createCommentVNode("",!0),e.data.mediaContacts&&e.data.mediaContacts.length>0||e.data.releaseNumber?(t.openBlock(),t.createBlock(c,{key:4,indent:"col-3",class:"lg:my-18 my-10"},{default:t.withCtx(()=>[t.createVNode(y,{contacts:e.data.mediaContacts},null,8,["contacts"]),e.data.releaseNumber?(t.openBlock(),t.createElementBlock("p",fA,t.toDisplayString(e.data.releaseNumber),1)):t.createCommentVNode("",!0)]),_:1})):t.createCommentVNode("",!0),t.createVNode(_,{"item-type":"cards",class:"mt-24",heading:e.data.hasRelatedNews?"Related News":"Latest News",items:e.data.getRelatedOrLatestNews},null,8,["heading","items"]),e.data.relatedPagesForMoreSection&&e.data.relatedPagesForMoreSection.length?(t.openBlock(),t.createElementBlock("div",uA,[t.createVNode(_,{"item-type":"tiles",heading:"Explore More",items:e.data.relatedPagesForMoreSection},null,8,["items"])])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0)}const yA=w(dA,[["render",gA]]);$.AsteroidWatchWidget=Yc,$.BackToTop=s2,$.BaseAudio=vt,$.BaseButton=R,$.BaseCheckboxGroup=$a,$.BaseHeading=G,$.BaseImage=q,$.BaseImageCaption=ie,$.BaseImagePlaceholder=j,$.BaseLightboxCloseButton=N1,$.BaseLightboxOpenButton=P1,$.BaseLink=F,$.BaseModal=j1,$.BasePlaceholder=Y1,$.BaseRadioGroup=Ca,$.BaseSwimlane=hh,$.BaseTag=Ba,$.BaseTimer=ze,$.BaseUnitToggle=Pe,$.BaseVideo=Sa,$.BlockAnchor=Va,$.BlockAudio=Hh,$.BlockCard=Na,$.BlockCardGroup=Wm,$.BlockCircleImageCard=tp,$.BlockCta=Fa,$.BlockHeading=Ft,$.BlockIframeEmbed=Ht,$.BlockImage=Ua,$.BlockImageCarousel=et,$.BlockImageCarouselItem=Wa,$.BlockImageComparison=Gt,$.BlockImageFullBleed=Ga,$.BlockImageGallery=Ut,$.BlockImageStandard=Qe,$.BlockInlineImage=Ya,$.BlockKeyPoints=Ka,$.BlockLinkCard=_t,$.BlockLinkCarousel=tt,$.BlockLinkTile=Cn,$.BlockListCards=Za,$.BlockQuote=nt,$.BlockRelatedLinks=Ve,$.BlockStreamfield=at,$.BlockTable=Qa,$.BlockTeaser=to,$.BlockText=re,$.BlockTwitterEmbed=eo,$.BlockVideo=Bn,$.BlockVideoEmbed=Wt,$.CalendarButton=oo,$.DetailHeadline=Yt,$.DsnWidget=so,$.EventCard=io,$.EventDetailHero=ro,$.FormContact=co,$.FormNewsletterSignup=ho,$.HeroLarge=z4,$.HeroListingIndex=r5,$.HeroMedia=Zt,$.HeroMedium=mo,$.HomepageCarousel=i6,$.HomepageCarouselItem=fo,$.HomepageEmbedBlock=m6,$.HomepageFeaturedRobot=Y6,$.HomepageMissionsCarousel=N8,$.HomepageStats=iy,$.HomepageTeaserBlock=Ey,$.Icon360=uo,$.IconArrow=be,$.IconArrows=Tn,$.IconAudio=Iy,$.IconBook=Ai,$.IconBookUser=Oi,$.IconBriefcase=Fi,$.IconCalendar=Mn,$.IconCaret=_e,$.IconCheckbox=Wy,$.IconCheckboxSelected=Jy,$.IconClose=Fe,$.IconCloseLightbox=wa,$.IconDownload=Xa,$.IconDropdown=Mt,$.IconEnvelope=a9,$.IconExpand=Pt,$.IconExternal=ye,$.IconFilter=l9,$.IconForwardTen=ba,$.IconGrid=p9,$.IconHand=Hi,$.IconInfo=po,$.IconLink=qi,$.IconList=S9,$.IconLocation=In,$.IconMagnifyingGlass=ji,$.IconMedal=Ri,$.IconMenu=go,$.IconMinus=j9,$.IconMute=ya,$.IconNext=$e,$.IconPause=_a,$.IconPlay=Je,$.IconPlus=Y9,$.IconPrev=we,$.IconRewindTen=ka,$.IconSearch=Dn,$.IconShare=Gi,$.IconSlideshow=r7,$.IconSocialEmail=$t,$.IconSocialFacebook=wt,$.IconSocialGoogleClassroom=Ui,$.IconSocialInstagram=yo,$.IconSocialPinterest=Wi,$.IconSocialReddit=bo,$.IconSocialTwitter=Ct,$.IconSocialYoutube=ko,$.IconStop=R7,$.IconTime=xn,$.IconUniversity=Yi,$.IconUser=Q7,$.IconVolume=ga,$.ImageDetailContextImage=sb,$.LayoutHelper=ee,$.LoadingTransition=mb,$.LogoCaltech=_o,$.LogoTribrand=_b,$.MissionDetailAbout=qb,$.MissionDetailHero=sk,$.MissionDetailHighlights=x_,$.MissionDetailInlineImage=vo,$.MissionDetailStats=r$,$.MissionDetailStreamfield=h$,$.MixinAnimationCaret=fa,$.MixinCarousel=Be,$.MixinFancybox=Se,$.MixinVideoBg=Kt,$.NavDesktop=Rx,$.NavDropdownToggle=qe,$.NavHeading=en,$.NavHighlight=Qt,$.NavLinkList=tn,$.NavLogoLinks=nn,$.NavMobile=EM,$.NavSearchForm=Jt,$.NavSecondary=ns,$.NavSocial=ot,$.NewsDetailMediaContact=as,$.PageContent=Lz,$.PageEventDetail=cA,$.PageNewsDetail=yA,$.ParallaxContainer=Qi,$.ParallaxElement=$o,$.PastEventsCarousel=GM,$.PodcastEpisodeCard=os,$.PodcastSeriesCarousel=vL,$.ProfileDetailSectionGroup=FL,$.RelatedLink=Ja,$.RoboticsDetailStats=M6,$.SearchFilterGroup=eD,$.SearchInput=Po,$.SearchPagination=cD,$.SearchResultCard=is,$.SearchResultGridItem=an,$.SearchResultsList=XD,$.SearchSelectMenu=ov,$.ShareButtons=rt,$.ShareButtonsEdu=rs,$.SkipLink=Cv,$.TheFooter=sP,$.ThumbnailCarousel=ss,$.TopicDetailMissionCarousel=SP,$.TopicDetailMissionCarouselItem=ls,$.TopicDetailMissionSpotlight=nz,$.TopicDetailMore=wz,$.TopicDetailMoreItem=cs,$.TopicDetailStreamfield=Sz,$.YearTicker=Tz,$.dayjs=X,$.filters=Ul,$.mixinCanonicalUrl=ma,$.mixinFormatEventDates=pt,$.mixinFormatEventTimeInHoursAndMinutes=pa,$.mixinFormatSplitEventDates=hn,$.mixinGetExternalLink=ha,$.mixinGetLinkText=ht,$.mixinGetRouterLink=dn,$.mixinGetSrcSet=se,$.mixinHighlightPrimary=Es,$.mixinIsActivePath=mt,$.mixinLightboxGalleryItems=ac,$.mixinLightboxItems=nc,$.mixinTransparentHeader=Xe,$.mixinUpdateGlobalChildren=ca,$.mixinUpdateSecondary=da,$.useCuratedGalleryStore=Ql,$.useHeaderStore=ve,$.useSearchStore=ec,$.useThemeStore=Ze,Object.defineProperty($,Symbol.toStringTag,{value:"Module"})});
48
+ transition-all duration-200 ease-in`},{default:t.withCtx(()=>[t.createElementVNode("span",null,t.toDisplayString(c.slideTitle),1)]),_:2},1032,["href","to","class"]))),128))],2)],2)])])]))],512)])])):t.createCommentVNode("",!0)}const h6=B(J5,[["render",d6]]),m6=t.defineComponent({name:"HomepageEmbedBlock",components:{BlockVideoEmbed:Wt},props:{data:{type:Array,required:!1}}}),p6={key:0,id:"featuredEmbed",class:"2xl:px-0 container px-4 mx-auto"},f6={key:0,class:"font-primary text-gray-dark lg:text-6xl mb-5 text-3xl font-semibold leading-normal tracking-normal uppercase"},u6={class:"xl:BaseGrid"};function g6(e,n,a,o,s,i){const r=Wt;return e.data&&e.data.length&&e.data[0].display?(t.openBlock(),t.createElementBlock("div",p6,[e.data[0].heading?(t.openBlock(),t.createElementBlock("h2",f6,t.toDisplayString(e.data[0].heading),1)):t.createCommentVNode("",!0),t.createElementVNode("div",u6,[t.createVNode(r,{class:"col-span-11",data:e.data[0]},null,8,["data"])])])):t.createCommentVNode("",!0)}const y6=B(m6,[["render",g6]]),zi={unitless:"",gram:"Gram",grams:"Grams",kilogram:"Kilogram",kilograms:"Kilograms",meter:"Meter",meters:"Meters",kilometer:"Kilometer",kilometers:"Kilometers","m/s":"m/s"},b6=t.defineComponent({name:"RoboticsDetailStats",components:{},props:{mass:Number,height:Number,speed:Number,status:{type:String},animalAnalogIcon:{type:Object},animalAnalogName:String,robotDestinations:{type:Array,required:!0},alternativeStats:{type:Array,required:!0}},computed:{hasContent(){return!!(this.allStats.length>0||this.status!==""||this.robotDestinations.length>0||this.animalAnalogIcon)},allStats(){const e=[];return(this.mass||this.mass===0)&&(this.mass===1?e.push({metricLabel:"Mass",metricValue:this.mass,metricUnit:"gram"}):this.mass===1e3?e.push({metricLabel:"Mass",metricValue:this.mass/1e3,metricUnit:"kilogram"}):this.mass>1e3?e.push({metricLabel:"Mass",metricValue:this.mass/1e3,metricUnit:"kilograms"}):e.push({metricLabel:"Mass",metricValue:this.mass,metricUnit:"grams"})),(this.height||this.height===0)&&(this.height===1?e.push({metricLabel:"Height",metricValue:this.height,metricUnit:"meter"}):this.height===1e3?e.push({metricLabel:"Mass",metricValue:this.height/1e3,metricUnit:"kilometer"}):this.height>1e3?e.push({metricLabel:"Mass",metricValue:this.height/1e3,metricUnit:"kilometers"}):e.push({metricLabel:"Height",metricValue:this.height,metricUnit:"meters"})),(this.speed||this.speed===0)&&e.push({metricLabel:"Speed",metricValue:this.speed,metricUnit:"m/s"}),e.concat(this.alternativeStats)}},methods:{unitLabel(e){return zi[e]??e}}}),k6={key:0,class:"RoboticsDetailStats MixedBleedGrid lg:pl-0 relative z-20 pl-4 -mt-12 overflow-hidden"},_6=t.createElementVNode("h2",{class:"sr-only"},"Robot Statistics",-1),$6=t.createElementVNode("div",{class:"lg:block bg-gray-light col-start-indent-col-2 col-end-indent-col-3 hidden"},null,-1),w6={class:"bg-gray-light text-gray-dark col-start-indent-col-3 col-end-container lg:py-12 lg:px-0 text-body-lg lg:gap-x-6 gap-y-8 lg:gap-y-0 grid grid-cols-10 px-8 py-10 pr-0"},B6={class:"gap-y-10 lg:col-end-9 grid grid-cols-8 col-start-1 col-end-11 gap-6"},C6={class:"label text-subtitle"},E6={class:"text-body-xs text-gray-mid-dark uppercase"},S6={key:0,class:"lg:col-span-3 col-span-4"},V6=t.createElementVNode("p",{class:"label text-subtitle"},"Status",-1),N6={key:1,class:"lg:col-span-4 col-span-8"},T6=t.createElementVNode("p",{class:"label text-subtitle"},"Potential Destinations",-1),I6={key:0,class:"lg:col-span-2 lg:row-span-2 lg:text-left gap-y-8 col-span-10 -ml-8 text-center"},x6={class:"block"},M6=["srcset"],L6=["src"],D6={key:0,class:"text-subtitle mt-4"},v6=t.createElementVNode("div",{class:"bg-gray-light col-start-container-end col-end-bleed sm:block hidden"},null,-1);function P6(e,n,a,o,s,i){return e.hasContent?(t.openBlock(),t.createElementBlock("div",k6,[_6,$6,t.createElementVNode("div",w6,[t.createElementVNode("div",B6,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.allStats,(r,l)=>(t.openBlock(),t.createElementBlock("div",{key:l,class:t.normalizeClass(["col-span-4",(l+1)%3===0?"lg:col-span-2":"lg:col-span-3"])},[t.createElementVNode("p",C6,t.toDisplayString(r.metricLabel),1),t.createElementVNode("p",null,[t.createElementVNode("span",{class:t.normalizeClass({"text-stats-xl":!isNaN(r.metricValue)})},t.toDisplayString(r.metricValue),3),t.createElementVNode("span",E6,t.toDisplayString(e.unitLabel(r.metricUnit)),1)])],2))),128)),e.status!==""?(t.openBlock(),t.createElementBlock("div",S6,[V6,t.createTextVNode(" "+t.toDisplayString(e.status),1)])):t.createCommentVNode("",!0),e.robotDestinations.length>0?(t.openBlock(),t.createElementBlock("div",N6,[T6,t.createTextVNode(" "+t.toDisplayString(e.robotDestinations.map(r=>r.destination).join(", ")),1)])):t.createCommentVNode("",!0)]),e.animalAnalogIcon&&e.animalAnalogIcon.src?(t.openBlock(),t.createElementBlock("div",I6,[t.createElementVNode("picture",x6,[t.createElementVNode("source",{srcset:e.animalAnalogIcon.webp.url,type:"image/webp"},null,8,M6),t.createElementVNode("img",{class:"lg:mx-0 mx-auto bg-white rounded-full",src:e.animalAnalogIcon.src.url,width:"160",height:"160",alt:""},null,8,L6)]),e.animalAnalogName?(t.openBlock(),t.createElementBlock("p",D6,t.toDisplayString(`Animal Analog: ${e.animalAnalogName}`),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)]),v6])):t.createCommentVNode("",!0)}const z6=B(b6,[["render",P6]]),A6=t.defineComponent({name:"RoboticsDetailStatsMini",components:{BaseUnitToggle:Pe},props:{mass:Number,height:Number,speed:Number,alternativeStats:{type:Array,required:!0}},computed:{hasContent(){return this.allStats.length>0},allStats(){const e=[];return(this.mass||this.mass===0)&&(this.mass===1?e.push({metricLabel:"Mass",metricValue:this.mass,metricUnit:"gram"}):this.mass===1e3?e.push({metricLabel:"Mass",metricValue:this.mass/1e3,metricUnit:"kilogram"}):this.mass>=1e3?e.push({metricLabel:"Mass",metricValue:this.mass/1e3,metricUnit:"kilograms"}):e.push({metricLabel:"Mass",metricValue:this.mass,metricUnit:"grams"})),(this.height||this.height===0)&&(this.height===1?e.push({metricLabel:"Height",metricValue:this.height,metricUnit:"meter"}):this.height===1e3?e.push({metricLabel:"Height",metricValue:this.height/1e3,metricUnit:"kilometer"}):this.height>1e3?e.push({metricLabel:"Height",metricValue:this.height/1e3,metricUnit:"kilometers"}):e.push({metricLabel:"Height",metricValue:this.height,metricUnit:"meters"})),(this.speed||this.speed===0)&&e.push({metricLabel:"Speed",metricValue:this.speed,metricUnit:"m/s"}),e.concat(this.alternativeStats).splice(0,3)}},methods:{unitLabel(e){return zi[e]??e},unitPair(e){return e==="gram"||e==="grams"?"G_OZ":e==="kilogram"||e==="kilograms"?"LB_KG":e==="meter"||e==="meters"?"M_FT":e==="kilometer"||e==="kilometers"?"MI_KM":e==="m/s"?"MS_FS":null}}}),O6={class:"text-subtitle text-gray-mid-dark mb-4"},F6={class:"text-stats-xl"},H6={key:1},q6={class:"text-body-xs text-gray-mid-dark pt-3 uppercase"};function j6(e,n,a,o,s,i){const r=Pe;return e.hasContent?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["RoboticsDetailStatsMini text-gray-dark text-body-lg sm:flex sm:text-left text-center",e.allStats.length>2?"justify-between":"justify-start"])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.allStats,(l,c)=>(t.openBlock(),t.createElementBlock("div",{key:c,class:t.normalizeClass(["stat sm:mb-0 mb-6",e.allStats.length>2?"mr-0":"mr-16"])},[t.createElementVNode("p",O6,t.toDisplayString(l.metricLabel),1),(l.metricUnit==="gram"||l.metricUnit==="grams"||l.metricUnit==="kilogram"||l.metricUnit==="kilograms"||l.metricUnit==="meter"||l.metricUnit==="meters"||l.metricUnit==="kilometer"||l.metricUnit==="kilometers"||l.metricUnit==="m/s")&&e.unitPair(l.metricUnit)?(t.openBlock(),t.createBlock(r,{key:0,"unit-pair":e.unitPair(l.metricUnit),value:parseFloat(l.metricValue),"value-system":"metric"},{default:t.withCtx(d=>[t.createElementVNode("span",F6,t.toDisplayString(d.formattedValue),1)]),_:2},1032,["unit-pair","value"])):(t.openBlock(),t.createElementBlock("div",H6,[t.createElementVNode("p",{class:t.normalizeClass({"text-stats-xl":!isNaN(l.metricValue)})},t.toDisplayString(l.metricValue),3),t.createElementVNode("p",q6,t.toDisplayString(e.unitLabel(l.metricUnit)),1)]))],2))),128))],2)):t.createCommentVNode("",!0)}const Ai=B(A6,[["render",j6]]),R6=t.defineComponent({name:"HomepageFeaturedRobot",components:{RoboticsDetailStatsMini:Ai,BaseButton:R,BaseHeading:G,BaseImage:q},props:{data:{type:Object,required:!1}},computed:{theImage(){var e,n,a,o;return(e=this.data)!=null&&e.homePageImage?(n=this.data)==null?void 0:n.homePageImage:(a=this.data)!=null&&a.heroImage?(o=this.data)==null?void 0:o.heroImage:null},theSrcSet(){return this.theImage?se(this.theImage)?se(this.theImage):this.theImage.srcSet:void 0}}}),G6={key:0,class:"HomepageFeaturedRobot lg:BaseGrid lg:px-0 container px-4 mx-auto"},U6={class:"lg:flex items-center col-span-5 col-start-2"},W6={class:"lg:pr-5 xl:pr-18"},Y6=t.createElementVNode("p",{class:"text-subtitle text-jpl-red mb-3"},"Robotics",-1),K6={key:1,class:"text-body-lg mb-10"},Z6={class:"lg:hidden sm:w-xl w-full mx-auto my-10"},X6={class:"lg:flex items-center hidden col-span-6"};function J6(e,n,a,o,s,i){const r=G,l=q,c=Ai,d=R;return e.data?(t.openBlock(),t.createElementBlock("div",G6,[t.createElementVNode("div",U6,[t.createElementVNode("div",null,[t.createElementVNode("div",W6,[Y6,e.data.nickname||e.data.title?(t.openBlock(),t.createBlock(r,{key:0,level:"h2",class:"mb-5"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.nickname||e.data.title),1)]),_:1})):t.createCommentVNode("",!0),e.data.homePageBlurb||e.data.description?(t.openBlock(),t.createElementBlock("div",K6,t.toDisplayString(e.data.homePageBlurb||e.data.description),1)):t.createCommentVNode("",!0),t.createElementVNode("div",Z6,[e.theImage&&e.theImage.src?(t.openBlock(),t.createBlock(l,{key:0,src:e.theImage.src.url,srcset:e.theSrcSet,width:e.theImage.src.width,height:e.theImage.src.height,"image-class":"w-full h-auto",alt:"","object-fit-class":e.data.homePageImage?"contain":"cover",loading:"lazy"},null,8,["src","srcset","width","height","object-fit-class"])):t.createCommentVNode("",!0)]),t.createVNode(c,{class:"my-10",mass:e.data.mass,height:e.data.height,speed:e.data.speed,"alternative-stats":e.data.alternativeStats},null,8,["mass","height","speed","alternative-stats"])]),e.data.url?(t.openBlock(),t.createBlock(d,{key:0,class:"lg:mr-3 mb-3","block-classes":"lg:inline-block block",variant:"primary","aria-label":e.data.nickname?`Meet ${e.data.nickname}`:`Meet ${e.data.title}`,to:e.data.url},{default:t.withCtx(()=>[t.createTextVNode(" Meet "+t.toDisplayString(e.data.nickname||e.data.title),1)]),_:1},8,["aria-label","to"])):t.createCommentVNode("",!0),e.data.parent&&e.data.parent.url?(t.openBlock(),t.createBlock(d,{key:1,class:"lg:mr-3 mb-3","block-classes":"lg:inline-block block",variant:"secondary",to:e.data.parent.url,"aria-label":"See All Robots",compact:""},{default:t.withCtx(()=>[t.createTextVNode(" See All Robots ")]),_:1},8,["to"])):t.createCommentVNode("",!0)])]),t.createElementVNode("div",X6,[e.theImage&&e.theImage.src?(t.openBlock(),t.createBlock(l,{key:0,"image-class":"w-full h-auto",src:e.theImage.src.url,srcset:e.theSrcSet,width:e.theImage.src.width,height:e.theImage.src.height,alt:"","object-fit-class":e.data.homePageImage?"contain":"cover",loading:"lazy"},null,8,["src","srcset","width","height","object-fit-class"])):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)}const Q6=B(R6,[["render",J6]]),e8=t.defineComponent({name:"HomepageMissionsCarouselItem",components:{BaseLink:F,IconCaret:_e},props:{data:{type:Object,required:!1}},computed:{hasTopic(){return!!(this.data&&this.data.topic&&this.data.topic.url)}}}),t8={class:"slide-image h-80 mb-3"},n8={key:0,class:"flex w-full h-full"},a8=["srcset"],o8=["src","srcset","width","height"],s8={class:"text-wrapper -mt-18 pt-22 w-3/5 h-auto pl-6 mx-auto border-l"},i8={class:"shifted-text can-hover:group-hover:-mt-3 lg:mt-0 -mt-3 transition-all duration-500 ease-in-out"},r8={class:"mb-1 text-3xl font-semibold"},l8={class:"text-gray-light-mid mb-1 text-lg whitespace-nowrap"},c8={class:"text-gray-light-mid mb-2 text-lg whitespace-nowrap"},d8={class:"explore-text can-hover:group-hover:opacity-100 can-hover:group-hover:ml-0 lg:-ml-3 lg:opacity-0 ml-0 transition-all duration-300 ease-in"},h8={class:"text-subtitle text-primary-light flex items-center"};function m8(e,n,a,o,s,i){const r=_e,l=F;return e.data?(t.openBlock(),t.createBlock(l,{key:0,variant:"none","aria-label":e.hasTopic?"More about "+e.data.topic.title:"View "+e.data.name+" missions",to:e.hasTopic?e.data.topic.url:{name:"missions",query:{mission_target:e.data.name}},class:"HomepageMissionsCarouselItem group flex h-full pb-1 text-white","link-class":"flex flex-col w-full"},{default:t.withCtx(()=>[t.createElementVNode("div",t8,[e.data.image&&e.data.image.src?(t.openBlock(),t.createElementBlock("picture",n8,[t.createElementVNode("source",{srcset:e.data.image.webp.url,type:"image/webp"},null,8,a8),t.createElementVNode("img",{class:"object-contain w-auto mx-auto",src:e.data.image.src.url,srcset:e.data.image.srcSet,width:e.data.image.src.width,height:e.data.image.src.height,loading:"lazy",alt:""},null,8,o8)])):t.createCommentVNode("",!0)]),t.createElementVNode("div",s8,[t.createElementVNode("div",i8,[t.createElementVNode("p",r8,t.toDisplayString(e.data.name),1),t.createElementVNode("p",l8," Current missions: "+t.toDisplayString(e.data.currentMissions),1),t.createElementVNode("p",c8," Past missions: "+t.toDisplayString(e.data.pastMissions),1),t.createElementVNode("div",d8,[t.createElementVNode("span",h8,[t.createTextVNode(" Explore "),t.createVNode(r,{class:"ml-1 text-base"})])])])])]),_:1},8,["aria-label","to"])):t.createCommentVNode("",!0)}const Oi=B(e8,[["render",m8]]);te.use([kn,Ot]);const p8=t.defineComponent({name:"HomepageMissionsCarousel",components:{BaseLink:F,BaseHeading:G,BaseButton:R,IconPrev:we,IconNext:$e,HomepageMissionsCarouselItem:Oi},props:{data:{type:Object,required:!1,default:void 0}},data(){return{slider:null,sliderOptions:{slidesPerView:1.5,speed:500,threshold:20,spaceBetween:0,centeredSlides:!0,loop:!0,navigation:{nextEl:".swiper-next",prevEl:".swiper-prev"},a11y:{slideRole:this.itemRole},breakpoints:{640:{slidesPerView:1.5},768:{slidesPerView:2},1280:{slidesPerView:3,spaceBetween:56}},on:{init(e){e.el.classList.replace("opacity-0","opacity-100")}}}}},mounted(){this.init()},methods:{init(){this.slider=new te(this.$refs.HomepageMissionsCarousel,this.sliderOptions)}}}),f8={key:0,class:"HomepageMissionsCarousel ThemeVariantDark bg-stars max-w-screen-3xl mx-auto overflow-hidden text-white bg-black"},u8={class:"lg:BaseGrid lg:py-24 pt-14 container flex flex-col pb-5 mx-auto"},g8={class:"xl:px-0 lg:col-end-8 xl:col-end-7 order-1 col-start-2 px-4"},y8={key:0,class:"text-subtitle text-primary edu:text-white mb-3"},b8={key:2,class:"text-body-md"},k8={class:"lg:order-2 xl:px-0 flex justify-end order-3 col-start-10 col-end-13 px-4"},_8={class:"lg:order-3 order-2 col-start-2 col-end-12"},$8={ref:"HomepageMissionsCarousel",class:"swiper lg:mt-0 lg:mb-0 mb-14 mt-3"},w8=["aria-label"],B8={class:"swiper-navigation xl:block absolute top-0 left-0 hidden w-full"},C8={class:"top-1/2 absolute left-0 z-30"},E8={class:"arrow-wrapper","aria-hidden":"true"},S8={class:"arrow"},V8={class:"arrow-fixed"},N8={class:"top-1/2 absolute right-0 z-30"},T8={class:"arrow-wrapper","aria-hidden":"true"},I8={class:"arrow"},x8={class:"arrow-fixed"};function M8(e,n,a,o,s,i){const r=G,l=F,c=Oi,d=we,h=R,m=$e;return e.data?(t.openBlock(),t.createElementBlock("section",f8,[t.createElementVNode("div",u8,[t.createElementVNode("div",g8,[e.data.label?(t.openBlock(),t.createElementBlock("p",y8,t.toDisplayString(e.data.label),1)):t.createCommentVNode("",!0),e.data.heading?(t.openBlock(),t.createBlock(r,{key:1,level:"h2",class:"mb-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.heading),1)]),_:1})):t.createCommentVNode("",!0),e.data.summary?(t.openBlock(),t.createElementBlock("p",b8,t.toDisplayString(e.data.summary),1)):t.createCommentVNode("",!0)]),t.createElementVNode("div",k8,[t.createVNode(l,{to:{name:"missions"},variant:"primary"},{default:t.withCtx(()=>[t.createTextVNode(" All Missions ")]),_:1})]),t.createElementVNode("div",_8,[t.createElementVNode("div",$8,[t.createElementVNode("nav",{"aria-label":e.data.heading||"Missions",class:"swiper-wrapper"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.targets,(p,f)=>(t.openBlock(),t.createBlock(c,{key:f,data:p,class:"swiper-slide"},null,8,["data"]))),128))],8,w8),t.createElementVNode("div",B8,[t.createElementVNode("div",C8,[t.createVNode(h,{class:"swiper-prev xl:text-base -ml-16","aria-label":e.data.heading+" - Previous slide"},{icon:t.withCtx(()=>[t.createElementVNode("span",E8,[t.createElementVNode("span",S8,[t.createVNode(d)]),t.createElementVNode("span",V8,[t.createVNode(d)])])]),_:1},8,["aria-label"])]),t.createElementVNode("div",N8,[t.createVNode(h,{class:"swiper-next xl:text-base -mr-16","aria-label":e.data.heading+" - Next slide"},{icon:t.withCtx(()=>[t.createElementVNode("span",T8,[t.createElementVNode("span",I8,[t.createVNode(m)]),t.createElementVNode("span",x8,[t.createVNode(m)])])]),_:1},8,["aria-label"])])])],512)])])])):t.createCommentVNode("",!0)}const L8=B(p8,[["render",M8]]),D8=t.defineComponent({name:"HomepageStats",components:{BaseLink:F,IconArrow:de,IconArrows:Tn,BaseUnitToggle:Pe,BaseTimer:ze,DsnWidget:ro},props:{statistics:{type:Array,required:!1},missionCount:{type:Number,required:!1},dsn:{type:Object,required:!1},asteroidWatch:{type:Object,required:!1},featuredEmbed:{type:Array,required:!1}},data(){return{autoplayAdded:!1}},computed:{dataMissionStatsBlock(){const e=this.filterBlocksByType("StatisticsMissionBlock");return e&&e.length?e[0]:null},dataGenericStatsBlock(){const e=this.filterBlocksByType("StatisticsGenericBlock");return e&&e.length?e[0]:null},hasFeaturedEmbed(){return!!(this.featuredEmbed&&this.featuredEmbed.length&&this.featuredEmbed[0].display)}},methods:{playVideo(){if(this.hasFeaturedEmbed){const e=document.getElementById("featuredEmbed");if(e){e.scrollIntoView({behavior:"smooth"});const n=e.querySelector("iframe");n&&this.autoplayAdded===!1&&(n.src+="&autoplay=1",this.autoplayAdded=!0)}}return null},filterBlocksByType(e){return this.statistics?this.statistics.filter(a=>a.blockType===e):null}}}),v8={key:0,"aria-label":"Featured mission statistics",class:"HomepageStats -mt-14 relative z-20 overflow-hidden"},P8={class:"MixedBleedGrid lg:pl-0 pl-4"},z8={class:"ThemeVariantGray bg-gray-light text-gray-dark col-start-container col-end-container lg:py-18 lg:px-0 text-body-lg px-8 py-10 pr-0"},A8={class:"gap-y-10 lg:col-end-9 grid grid-cols-12 gap-6"},O8=t.createElementVNode("div",{class:"lg:block hidden"},null,-1),F8={key:0,class:"lg:col-span-2 sm:col-span-5 col-span-full"},H8={key:0,class:"text-subtitle text-primary mb-4"},q8={key:0,class:"text-subtitle text-primary mb-4"},j8={key:2,class:"text-body-sm mb-4"},R8={key:3,class:"text-stats-xl"},G8={key:1,class:"lg:col-span-3 sm:col-span-6 col-span-full"},U8={key:0,class:"text-subtitle text-primary mb-4"},W8={key:0,class:"text-subtitle text-primary mb-4"},Y8={key:2,class:"text-body-sm mb-4"},K8={key:3},Z8={key:4,class:"text-stats-lg"},X8=t.createElementVNode("p",{class:"text-stats-lg flex items-center"},[t.createElementVNode("span",{class:"relative flex w-3 h-3 mr-3"},[t.createElementVNode("span",{class:"motion-safe:animate-ping bg-green absolute inline-flex w-full h-full rounded-full opacity-75"}),t.createElementVNode("span",{class:"bg-green relative inline-flex w-3 h-3 rounded-full"})]),t.createElementVNode("span",null,"Watch Live")],-1),J8={class:"text-gray-mid-dark flex flex-wrap mt-2 text-sm"},Q8=t.createElementVNode("span",{class:"mr-1 -mb-3"},"Estimated:",-1),ey={class:"sm:whitespace-nowrap"},ty={key:0,class:"lg:-mb-8 can-hover:group-hover:ml-3 text-jpl-red-light text-7xl ml-0 transition-all duration-200 ease-in"},ny={key:2,class:"lg:col-span-3 sm:col-span-6 col-span-full"},ay={key:0,class:"text-subtitle text-primary mb-4"},oy={key:0,class:"text-subtitle text-primary mb-4"},sy={key:2,class:"text-body-sm mb-4"},iy={key:0,class:"text-stats-lg"},ry={class:"text-sm"},ly={class:"lg:-mb-8 can-hover:group-hover:ml-3 text-jpl-red-light text-7xl ml-0 transition-all duration-200 ease-in"},cy=t.createElementVNode("div",{class:"bg-gray-light col-start-container-end col-end-bleed sm:block hidden"},null,-1);function dy(e,n,a,o,s,i){const r=F,l=ze,c=de,d=ro,h=Pe;return e.statistics||e.dsn||e.asteroidWatch||e.missionCount?(t.openBlock(),t.createElementBlock("section",v8,[t.createElementVNode("div",P8,[t.createElementVNode("div",z8,[t.createElementVNode("div",A8,[O8,e.dataMissionStatsBlock?(t.openBlock(),t.createElementBlock("div",F8,[e.dataMissionStatsBlock.link?(t.openBlock(),t.createBlock(r,{key:0,variant:"none",target:e.dataMissionStatsBlock.linkTarget?"_blank":"_self",href:e.dataMissionStatsBlock.link,"link-class":"block"},{default:t.withCtx(()=>[e.dataMissionStatsBlock.heading?(t.openBlock(),t.createElementBlock("p",H8,t.toDisplayString(e.dataMissionStatsBlock.heading),1)):t.createCommentVNode("",!0)]),_:1},8,["target","href"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.dataMissionStatsBlock.heading?(t.openBlock(),t.createElementBlock("p",q8,t.toDisplayString(e.dataMissionStatsBlock.heading),1)):t.createCommentVNode("",!0)],64)),e.dataMissionStatsBlock.title?(t.openBlock(),t.createElementBlock("p",j8,t.toDisplayString(e.dataMissionStatsBlock.title),1)):t.createCommentVNode("",!0),e.missionCount?(t.openBlock(),t.createElementBlock("p",R8,t.toDisplayString(e.missionCount),1)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.dataGenericStatsBlock?(t.openBlock(),t.createElementBlock("div",G8,[e.dataGenericStatsBlock.link?(t.openBlock(),t.createBlock(r,{key:0,variant:"none",target:e.dataGenericStatsBlock.linkTarget?"_blank":"_self",href:e.dataGenericStatsBlock.link,"link-class":"block"},{default:t.withCtx(()=>[e.dataGenericStatsBlock.heading?(t.openBlock(),t.createElementBlock("p",U8,t.toDisplayString(e.dataGenericStatsBlock.heading),1)):t.createCommentVNode("",!0)]),_:1},8,["target","href"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.dataGenericStatsBlock.heading?(t.openBlock(),t.createElementBlock("p",W8,t.toDisplayString(e.dataGenericStatsBlock.heading),1)):t.createCommentVNode("",!0)],64)),e.dataGenericStatsBlock.title?(t.openBlock(),t.createElementBlock("p",Y8,t.toDisplayString(e.dataGenericStatsBlock.title),1)):t.createCommentVNode("",!0),e.dataGenericStatsBlock.dateDisplay==="countdown"||e.dataGenericStatsBlock.dateDisplay==="time_elapsed"?(t.openBlock(),t.createElementBlock("div",K8,[t.createVNode(l,{"target-date-time":e.dataGenericStatsBlock.date,countdown:e.dataGenericStatsBlock.dateDisplay==="countdown"},null,8,["target-date-time","countdown"])])):e.dataGenericStatsBlock.dateDisplay==="static"?(t.openBlock(),t.createElementBlock("p",Z8,t.toDisplayString(e.$filters.displayDate(e.dataGenericStatsBlock.date)),1)):e.dataGenericStatsBlock.dateDisplay==="live"?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.hasFeaturedEmbed?"a":"div"),{key:5,href:e.hasFeaturedEmbed?"#featuredEmbed":null,class:t.normalizeClass(["group block",{"cursor-pointer":e.hasFeaturedEmbed}]),onClick:e.playVideo},{default:t.withCtx(()=>[X8,t.createElementVNode("p",J8,[Q8,t.createElementVNode("span",ey,t.toDisplayString(e.$filters.displayDate(e.dataGenericStatsBlock.date,"DateTime"))+" UTC ",1)]),e.hasFeaturedEmbed?(t.openBlock(),t.createElementBlock("div",ty,[t.createVNode(c)])):t.createCommentVNode("",!0)]),_:1},8,["href","class","onClick"])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createVNode(d),e.asteroidWatch?(t.openBlock(),t.createElementBlock("div",ny,[e.asteroidWatch.link?(t.openBlock(),t.createBlock(r,{key:0,variant:"none",target:e.asteroidWatch.linkTarget?"_blank":"_self",href:e.asteroidWatch.link,"link-class":"block"},{default:t.withCtx(()=>[e.asteroidWatch.heading?(t.openBlock(),t.createElementBlock("p",ay,t.toDisplayString(e.asteroidWatch.heading),1)):t.createCommentVNode("",!0)]),_:1},8,["target","href"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[e.asteroidWatch.heading?(t.openBlock(),t.createElementBlock("p",oy,t.toDisplayString(e.asteroidWatch.heading),1)):t.createCommentVNode("",!0)],64)),e.asteroidWatch.title?(t.openBlock(),t.createElementBlock("p",sy,t.toDisplayString(e.asteroidWatch.title),1)):t.createCommentVNode("",!0),e.asteroidWatch.asteroidApproach?(t.openBlock(),t.createElementBlock(t.Fragment,{key:3},[e.asteroidWatch.asteroidApproach.date?(t.openBlock(),t.createElementBlock("p",iy,t.toDisplayString(e.$filters.displayDate(e.asteroidWatch.asteroidApproach.date)),1)):t.createCommentVNode("",!0),t.createVNode(h,{"unit-pair":"MI_KM",value:parseFloat(e.asteroidWatch.asteroidApproach.distanceMiles),"second-value":parseFloat(e.asteroidWatch.asteroidApproach.distanceKilometers),"value-system":"imperial",inline:"",class:"text-gray-mid-dark mt-2"},{default:t.withCtx(m=>[t.createElementVNode("span",ry," Proximity "+t.toDisplayString(m.formattedValue),1)]),_:1},8,["value","second-value"]),t.createVNode(r,{"link-class":"block",variant:"none","aria-label":"View the next five approaches",to:"/asteroid-watch/next-five-approaches"},{default:t.withCtx(()=>[t.createElementVNode("div",ly,[t.createVNode(c)])]),_:1})],64)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])]),cy])])):t.createCommentVNode("",!0)}const hy=B(D8,[["render",dy]]),my=t.defineComponent({name:"Icon360"}),py={class:"Icon360",width:"40",height:"40",viewBox:"0 0 40 40",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},fy=[t.createElementVNode("g",{fill:"none"},[t.createElementVNode("path",{d:"M13.736 16.144c.696 0 1.26-.212 1.692-.636.432-.424.648-.996.648-1.716 0-.52-.11-.952-.33-1.296a1.744 1.744 0 00-.882-.72v-.048c.336-.192.598-.434.786-.726.188-.292.282-.666.282-1.122 0-.72-.202-1.276-.606-1.668-.404-.392-.946-.588-1.626-.588-.432 0-.816.094-1.152.282a1.996 1.996 0 00-.786.792c-.188.34-.282.734-.282 1.182v.3h1.332v-.192c0-.416.08-.732.24-.948a.776.776 0 01.66-.324.78.78 0 01.648.306c.16.204.24.51.24.918 0 .424-.09.752-.27.984-.18.232-.406.348-.678.348h-.516v1.092h.492c.744 0 1.116.452 1.116 1.356 0 .44-.094.772-.282.996-.188.224-.442.336-.762.336-.336 0-.592-.116-.768-.348-.176-.232-.264-.564-.264-.996v-.216h-1.332v.18c0 .76.21 1.362.63 1.806.42.444 1.01.666 1.77.666zm6.33 0c.424 0 .806-.108 1.146-.324.34-.216.606-.526.798-.93.192-.404.288-.874.288-1.41 0-.792-.172-1.432-.516-1.92-.344-.488-.844-.732-1.5-.732-.272 0-.524.062-.756.186a1.641 1.641 0 00-.576.51c.008-.968.076-1.678.204-2.13.128-.452.384-.678.768-.678.56 0 .84.528.84 1.584h1.32c0-.808-.174-1.456-.522-1.944-.348-.488-.878-.732-1.59-.732-.512 0-.94.14-1.284.42-.344.28-.608.752-.792 1.416-.184.664-.276 1.552-.276 2.664 0 1.456.206 2.49.618 3.102.412.612 1.022.918 1.83.918zm-.06-1.092c-.32 0-.562-.146-.726-.438-.164-.292-.246-.67-.246-1.134 0-.48.082-.864.246-1.152.164-.288.406-.432.726-.432.32 0 .56.144.72.432.16.288.24.672.24 1.152 0 .464-.082.842-.246 1.134-.164.292-.402.438-.714.438zm6.174 1.092c.512 0 .938-.128 1.278-.384.34-.256.602-.696.786-1.32.184-.624.276-1.476.276-2.556s-.092-1.932-.276-2.556c-.184-.624-.446-1.064-.786-1.32s-.766-.384-1.278-.384c-.52 0-.95.128-1.29.384-.34.256-.6.694-.78 1.314-.18.62-.27 1.474-.27 2.562 0 1.088.09 1.942.27 2.562.18.62.44 1.058.78 1.314s.77.384 1.29.384zm0-1.092c-.384 0-.648-.22-.792-.66-.144-.44-.216-1.136-.216-2.088v-.84c0-.952.072-1.648.216-2.088.144-.44.408-.66.792-.66.384 0 .648.22.792.66.144.44.216 1.136.216 2.088v.84c0 .952-.072 1.648-.216 2.088-.144.44-.408.66-.792.66zm5.862-4.08a1.681 1.681 0 001.458-.828c.148-.256.222-.536.222-.84 0-.304-.074-.586-.222-.846a1.606 1.606 0 00-.612-.612 1.681 1.681 0 00-.846-.222c-.304 0-.586.074-.846.222-.26.148-.464.352-.612.612-.148.26-.222.542-.222.846a1.649 1.649 0 00.834 1.446c.26.148.542.222.846.222zm0-.756a.89.89 0 01-.654-.27.877.877 0 01-.27-.642c0-.256.09-.472.27-.648a.901.901 0 01.654-.264c.256 0 .472.088.648.264a.881.881 0 01.264.648.887.887 0 01-.264.642.871.871 0 01-.648.27zM33.345 23.893c-.011-.016-.026-.03-.037-.046-1.204-1.498-3.23-2.261-5.001-2.782-2.138-.631-4.366-.939-6.587-1.034a31.217 31.217 0 00-6.685.41c-2.033.357-4.138.92-5.905 2.034-.78.49-1.552 1.14-1.931 2.015a2.499 2.499 0 00-.184 1.258c.071.52.098 1.068.266 1.57.54 1.615 2.296 3 3.751 3.634 1.832.801 3.804 1.284 5.807 1.532V36l7.402-6.048-7.402-6.04v4.283l-.03-.003c-1.039-.183-2.067-.441-3.042-.837-.848-.342-1.725-.794-2.322-1.508-.162-.198-.37-.43-.285-.689.033-.11.082-.22.14-.323.213-.399.535-.726.892-1 1.44-1.124 3.41-1.577 5.166-1.832a21.212 21.212 0 016.257.034c1.331.206 2.667.533 3.893 1.11.732.346 1.433.79 1.951 1.426.195.258.525.704.345 1.023-.22.391-.559.707-.915.97a7.697 7.697 0 01-1.91.992v4.488c1.663-.383 3.13-1.035 4.456-2.061C34 28 33.923 26.303 33.976 25.953c.104-.715-.143-1.402-.56-1.969-.026-.03-.048-.06-.071-.091z",fill:"currentColor"})],-1)];function uy(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",py,fy)}const yo=B(my,[["render",uy]]),gy=t.defineComponent({name:"HomepageTeaserBlockCardImage",components:{BaseImagePlaceholder:j,BaseImage:q,Icon360:yo},props:{data:{type:Object,required:!1}},computed:{theSrcSet(){var e;return(e=this.data)!=null&&e.image?se(this.data.image)?se(this.data.image):this.data.image.srcSet:void 0}}}),yy={key:0,class:"relative h-auto"},by={class:"bg-jpl-red absolute bottom-0 right-0 z-10 text-white"};function ky(e,n,a,o,s,i){const r=yo,l=q,c=j;return e.data&&e.data.image?(t.openBlock(),t.createElementBlock("div",yy,[t.createElementVNode("div",by,[t.createVNode(r)]),t.createVNode(c,{"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[e.data.image.src?(t.openBlock(),t.createBlock(l,{key:0,src:e.data.image.src.url,srcset:e.theSrcSet,alt:"",width:e.data.image.src.width,height:e.data.image.src.height,"object-fit-class":"cover",loading:"lazy"},null,8,["src","srcset","width","height"])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0)}const Fi=B(gy,[["render",ky]]),_y=t.defineComponent({name:"HomepageTeaserBlock",components:{BaseHeading:G,BlockText:re,BaseImage:q,BaseLink:F,HomepageTeaserBlockCardImage:Fi},props:{data:{type:Object,required:!1,default:void 0}},computed:{theCard(){return this.data.card&&this.data.card.length>0?this.data.card[0]:null},hasCoverImage(){return!!(this.data.coverImage&&this.data.coverImage.src)},theLink(){return ma(this.data.link)||void 0},theSrcSet(){return this.data.coverImage?se(this.data.coverImage)?se(this.data.coverImage):this.data.coverImage.srcSet:void 0}}}),$y={key:0,class:"HomepageTeaserBlock max-w-screen-3xl relative mx-auto"},wy={class:"lg:px-4 2xl:px-0"},By={class:"lg:px-0 lg:col-end-8 xl:col-end-9 col-start-2 px-4"},Cy=["aria-label"],Ey={key:0,class:"relative h-auto"},Sy={class:"px-6 pt-6 pb-4"},Vy={class:"mb-2 text-3xl font-medium"},Ny={key:0,class:"text-body-sm"};function Ty(e,n,a,o,s,i){const r=q,l=G,c=re,d=F,h=Fi;return e.data?(t.openBlock(),t.createElementBlock("div",$y,[e.hasCoverImage?(t.openBlock(),t.createBlock(r,{key:0,class:"lg:mb-0 mb-10",src:e.data.coverImage.src.url,srcset:e.theSrcSet,alt:e.data.coverImage.alt,width:e.data.coverImage.src.width,height:e.data.coverImage.src.height,"image-class":"object-cover w-full h-full",loading:"lazy"},null,8,["src","srcset","alt","width","height"])):t.createCommentVNode("",!0),t.createElementVNode("div",wy,[t.createElementVNode("div",{class:t.normalizeClass(["lg:BaseGrid container relative z-10 mx-auto bg-white",{"lg:-mt-26 lg:pt-22":e.hasCoverImage}])},[t.createElementVNode("div",By,[e.data.heading?(t.openBlock(),t.createBlock(l,{key:0,level:"h2",class:"lg:mb-8 mb-5"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.heading),1)]),_:1})):t.createCommentVNode("",!0),e.data.paragraph?(t.openBlock(),t.createBlock(c,{key:1,class:"lg:pr-14",text:e.data.paragraph},null,8,["text"])):t.createCommentVNode("",!0),e.data.link&&e.theLink?(t.openBlock(),t.createBlock(d,{key:2,variant:"primary",class:"mt-5","link-class":"inline-block","caret-wrapper-class":"py-2",href:e.theLink,to:e.data.link.page?e.data.link.page.url:null,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.link.text),1)]),_:1},8,["href","to"])):t.createCommentVNode("",!0)]),e.theCard?(t.openBlock(),t.createElementBlock("aside",{key:0,"aria-label":e.theCard?e.theCard.heading:"Virtual Tour",class:"lg:mt-0 lg:mx-0 xl:col-span-3 sm:mx-auto lg:w-auto sm:w-80 lg:col-start-8 xl:col-start-9 col-span-4 mx-6 mt-12"},[t.createElementVNode("div",{class:t.normalizeClass(["shadow-jpl",{"flex items-center min-h-32":!e.theCard.image}])},[e.theCard.image?(t.openBlock(),t.createElementBlock("div",Ey,[e.theCard.link&&e.theLink?(t.openBlock(),t.createBlock(d,{key:0,variant:"none","link-class":"block","aria-label":e.theCard.link.text||"Learn more",href:e.theLink,to:e.theCard.link.page?e.theCard.link.page.url:null,"external-target-blank":""},{default:t.withCtx(()=>[t.createVNode(h,{data:e.theCard},null,8,["data"])]),_:1},8,["aria-label","href","to"])):(t.openBlock(),t.createBlock(h,{key:1,data:e.theCard},null,8,["data"]))])):t.createCommentVNode("",!0),t.createElementVNode("div",Sy,[t.createElementVNode("div",Vy,t.toDisplayString(e.theCard.heading),1),e.theCard.description?(t.openBlock(),t.createElementBlock("p",Ny,t.toDisplayString(e.theCard.description),1)):t.createCommentVNode("",!0),e.theCard.link&&e.theLink?(t.openBlock(),t.createBlock(d,{key:1,variant:"primary",class:"mt-3","link-class":"inline-block","caret-wrapper-class":"py-2",href:e.theLink,to:e.theCard.link.page?e.theCard.link.page.url:null,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.theCard.link.text),1)]),_:1},8,["href","to"])):t.createCommentVNode("",!0)])],2)],8,Cy)):t.createCommentVNode("",!0)],2)])])):t.createCommentVNode("",!0)}const Iy=B(_y,[["render",Ty]]),xy=t.defineComponent({name:"IconAudio"}),My={class:"IconAudio",width:"60",height:"60",viewBox:"0 0 60 60",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},Ly=[t.createElementVNode("path",{d:"M22 29v2a8 8 0 1016 0v-2h2v2c0 5.185-3.946 9.448-8.999 9.95L31 46h4v2H25v-2h4v-5.05c-4.962-.492-8.857-4.612-8.996-9.67L20 31v-2h2zm2-8l.004-.225A6 6 0 0136 21v10a6 6 0 11-12 0V21z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function Dy(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",My,Ly)}const vy=B(xy,[["render",Dy]]),Py=t.defineComponent({name:"IconBook"}),zy={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconBook"},Ay=[t.createElementVNode("path",{d:"M28.813 22.781c0 1.108-.739 2.057-1.688 2.426v3.48h.844c.422 0 .843.422.843.844 0 .475-.421.844-.843.844H8.562c-1.898 0-3.374-1.477-3.374-3.375V7.594a4.197 4.197 0 0 1 4.218-4.219h16.875c1.371 0 2.532 1.16 2.532 2.531v16.875ZM6.875 7.594V24.1c.475-.264 1.055-.475 1.688-.475h1.687V5.062h-.844a2.532 2.532 0 0 0-2.531 2.532Zm18.563 21.093v-3.375H8.563A1.7 1.7 0 0 0 6.875 27c0 .95.738 1.688 1.688 1.688h16.874Zm.843-5.062c.422 0 .844-.37.844-.844V5.906c0-.422-.422-.843-.844-.843H11.938v18.562H26.28Zm-2.531-13.5c.422 0 .844.422.844.844 0 .474-.422.844-.844.844h-8.438a.833.833 0 0 1-.843-.844c0-.422.369-.844.844-.844h8.437Zm0 5.063c.422 0 .844.421.844.843 0 .475-.422.844-.844.844h-8.438a.833.833 0 0 1-.843-.844c0-.422.369-.843.844-.843h8.437Z"},null,-1)];function Oy(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",zy,Ay)}const Hi=B(Py,[["render",Oy]]),Fy=t.defineComponent({name:"IconBookUser"}),Hy={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconBookUser"},qy=[t.createElementVNode("path",{d:"M28.813 22.781c0 1.108-.739 2.057-1.688 2.426v3.48h.844c.422 0 .843.422.843.844 0 .475-.421.844-.843.844H8.562c-1.898 0-3.374-1.477-3.374-3.375V7.594a4.197 4.197 0 0 1 4.218-4.219h16.875c1.371 0 2.532 1.16 2.532 2.531v16.875Zm-3.375 5.907v-3.375H8.563A1.7 1.7 0 0 0 6.875 27c0 .95.738 1.688 1.688 1.688h16.874Zm.843-5.063c.422 0 .844-.37.844-.844V5.906c0-.422-.422-.843-.844-.843H9.406a2.532 2.532 0 0 0-2.531 2.53V24.1c.475-.264 1.055-.475 1.688-.475H26.28Zm-7.593-7.594a4.231 4.231 0 0 1 4.218 4.219c0 .475-.422.844-.843.844a.833.833 0 0 1-.844-.844c0-1.371-1.16-2.531-2.532-2.531h-3.375a2.532 2.532 0 0 0-2.53 2.531c0 .475-.423.844-.845.844a.833.833 0 0 1-.843-.844 4.197 4.197 0 0 1 4.219-4.219h3.374ZM17 14.344c-1.898 0-3.375-1.477-3.375-3.375A3.365 3.365 0 0 1 17 7.594c1.846 0 3.375 1.529 3.375 3.375A3.365 3.365 0 0 1 17 14.344Zm0-5.063a1.7 1.7 0 0 0-1.688 1.688c0 .949.739 1.687 1.688 1.687a1.7 1.7 0 0 0 1.688-1.687c0-.897-.791-1.688-1.688-1.688Z"},null,-1)];function jy(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Hy,qy)}const qi=B(Fy,[["render",jy]]),Ry=t.defineComponent({name:"IconBriefcase"}),Gy={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconBriefcase"},Uy=[t.createElementVNode("path",{d:"M27.625 8.438c1.846 0 3.375 1.529 3.375 3.374v13.5a3.365 3.365 0 0 1-3.375 3.375H7.375C5.477 28.688 4 27.212 4 25.313v-13.5a3.365 3.365 0 0 1 3.375-3.374h3.375V5.905a2.532 2.532 0 0 1 2.531-2.531h8.438c1.37 0 2.531 1.16 2.531 2.531v2.532h3.375ZM12.437 5.905v2.532h10.126V5.905c0-.422-.422-.843-.844-.843H13.28c-.474 0-.844.421-.844.843Zm16.876 19.407v-6.75h-7.594v3.375c0 .474-.422.843-.844.843h-6.75a.833.833 0 0 1-.844-.843v-3.375H5.687v6.75c0 .949.739 1.687 1.688 1.687h20.25a1.7 1.7 0 0 0 1.688-1.688Zm-14.344-4.22h5.062v-2.53H14.97v2.53Zm14.344-4.218v-5.063c0-.896-.791-1.687-1.688-1.687H7.375a1.7 1.7 0 0 0-1.688 1.688v5.062h23.625Z"},null,-1)];function Wy(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Gy,Uy)}const ji=B(Ry,[["render",Wy]]),Yy=t.defineComponent({name:"IconCheckbox"}),Ky={class:"IconCheckbox",width:"22",height:"22",viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},Zy=[t.createElementVNode("path",{stroke:"currentColor",fill:"none",d:"M0.5 0.5H21.5V21.5H0.5z"},null,-1)];function Xy(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Ky,Zy)}const Jy=B(Yy,[["render",Xy]]),Qy=t.defineComponent({name:"IconCheckboxSelected"}),e9={class:"IconCheckboxSelected",width:"22",height:"22",viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},t9=[t.createElementVNode("g",{fill:"none","fill-rule":"evenodd"},[t.createElementVNode("path",{fill:"currentColor","fill-rule":"nonzero",d:"M0 0H22V22H0z"}),t.createElementVNode("path",{d:"M9.732 15.718l-4.95-4.95 1.415-1.414 3.535 3.535 7.071-7.071 1.415 1.414-8.486 8.486z",fill:"#FFF"})],-1)];function n9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",e9,t9)}const a9=B(Qy,[["render",n9]]),o9=t.defineComponent({name:"IconEnvelope"}),s9={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconEnvelope"},i9=[t.createElementVNode("path",{d:"M7.375 8.438a1.7 1.7 0 0 0-1.688 1.687v2.11l10.284 7.593c.896.633 2.11.633 3.006 0l10.335-7.594v-2.109c0-.896-.79-1.688-1.687-1.688H7.375Zm-1.688 5.906v9.281c0 .95.739 1.688 1.688 1.688h20.25a1.7 1.7 0 0 0 1.688-1.688v-9.281l-9.334 6.855c-1.477 1.055-3.534 1.055-5.01 0l-9.281-6.855ZM4 10.125A3.365 3.365 0 0 1 7.375 6.75h20.25C29.471 6.75 31 8.28 31 10.125v13.5A3.365 3.365 0 0 1 27.625 27H7.375C5.477 27 4 25.523 4 23.625v-13.5Z"},null,-1)];function r9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",s9,i9)}const l9=B(o9,[["render",r9]]),c9=t.defineComponent({name:"IconFilter"}),d9={class:"IconFilter",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},h9=[t.createElementVNode("path",{d:"M5 12c1.306 0 2.418.835 2.83 2H18v2H7.829a3.001 3.001 0 01-5.658 0H0v-2h2.17A3.001 3.001 0 015 12zm0 2a1 1 0 100 2 1 1 0 000-2zm8-8c1.306 0 2.418.835 2.83 2H18v2h-2.171a3.001 3.001 0 01-5.658 0H0V8h10.17A3.001 3.001 0 0113 6zm0 2a1 1 0 100 2 1 1 0 000-2zM7 0c1.306 0 2.418.835 2.83 2H18v2H9.829a3.001 3.001 0 01-5.658 0H0V2h4.17A3.001 3.001 0 017 0zm0 2a1 1 0 100 2 1 1 0 000-2z",fill:"currentColor"},null,-1)];function m9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",d9,h9)}const p9=B(c9,[["render",m9]]),f9=t.defineComponent({name:"IconGrid"}),u9={class:"IconGrid",width:"22",height:"22",viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},g9=[t.createElementVNode("path",{d:"M9 11v9H0v-9h9zm11 0v9h-9v-9h9zM7 13H2v5h5v-5zm11 0h-5v5h5v-5zM9 0v9H0V0h9zm11 0v9h-9V0h9zM7 2H2v5h5V2zm11 0h-5v5h5V2z",fill:"currentColor"},null,-1)];function y9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",u9,g9)}const b9=B(f9,[["render",y9]]),k9=t.defineComponent({name:"IconHand"}),_9={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconHand"},$9=[t.createElementVNode("path",{d:"M15.39 13.5c-4.43 0-8.015-4.166-8.015-9.281 0-.422.37-.844.844-.844h2.056c3.165 0 5.907 2.162 7.225 5.22 1.318-3.058 4.008-5.22 7.172-5.22h2.11c.421 0 .843.422.843.844 0 5.115-3.639 9.281-8.068 9.281h-1.213v2.531c0 .475-.422.844-.844.844a.833.833 0 0 1-.844-.844V13.5h-1.265Zm9.282-8.438c-3.27 0-5.96 3.006-6.328 6.75h1.213c3.27 0 5.959-2.953 6.328-6.75h-1.213Zm-14.397 0H9.062c.37 3.797 3.06 6.75 6.329 6.75h1.213c-.37-3.744-3.06-6.75-6.329-6.75Zm21.463 15.926c.58.58.95 1.371.844 2.162 0 .844-.37 1.635-1.002 2.11l-5.326 4.271a3.92 3.92 0 0 1-2.479.844H3.104c-.422 0-.792-.422-.792-.844 0-.474.37-.843.844-.843h20.62c.527 0 1.001-.211 1.423-.528l5.326-4.219a1.119 1.119 0 0 0 0-1.74 1.003 1.003 0 0 0-.685-.264c-.264 0-.58.106-.791.264l-3.27 2.584c-.369.317-.896.527-1.37.527h-9.493c-.475 0-.844-.421-.844-.843 0-.475.37-.844.844-.844h4.64c.686 0 1.266-.58 1.266-1.266a1.25 1.25 0 0 0-1.265-1.265h-7.752c-.739 0-1.424.21-2.057.633l-2.426 1.898H3.104c-.422 0-.792-.37-.792-.844 0-.422.37-.843.844-.843h3.639l2.004-1.477c.949-.686 1.951-1.055 3.058-1.055h7.594c1.477 0 2.848 1.055 3.059 2.532.105.632 0 1.212-.264 1.687h2.215c.105 0 .264 0 .37-.105l3.216-2.584a2.902 2.902 0 0 1 1.846-.633c.685 0 1.318.21 1.845.685Z"},null,-1)];function w9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",_9,$9)}const Ri=B(k9,[["render",w9]]),B9=t.defineComponent({name:"IconLink"}),C9={class:"IconLink",width:"22",height:"23",viewBox:"0 0 22 23",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},E9=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M18.9852 3.598C18.6369 3.24968 18.2235 2.97336 17.7685 2.78485C17.3134 2.59633 16.8257 2.4993 16.3332 2.4993C15.8406 2.4993 15.3529 2.59633 14.8979 2.78485C14.4429 2.97336 14.0294 3.24968 13.6812 3.598L9.18118 8.098C8.75664 8.52217 8.4401 9.04203 8.25816 9.61391C8.07621 10.1858 8.03418 10.793 8.13559 11.3845C8.23699 11.976 8.47888 12.5345 8.84093 13.0131C9.20297 13.4917 9.67459 13.8765 10.2162 14.135C10.3895 14.2243 10.5212 14.3776 10.5834 14.5624C10.6456 14.7472 10.6334 14.9489 10.5494 15.1248C10.4654 15.3008 10.3162 15.4371 10.1334 15.5049C9.95061 15.5727 9.74859 15.5666 9.57018 15.488C8.81229 15.126 8.15232 14.5874 7.64569 13.9175C7.13906 13.2476 6.80056 12.4659 6.6586 11.638C6.51665 10.8102 6.57538 9.9604 6.82988 9.15997C7.08437 8.35953 7.5272 7.63184 8.12118 7.038L12.6212 2.538C13.1063 2.04013 13.6855 1.64357 14.3251 1.37133C14.9648 1.09909 15.6521 0.956586 16.3472 0.952089C17.0424 0.947593 17.7315 1.08119 18.3746 1.34514C19.0177 1.60909 19.602 1.99812 20.0935 2.48967C20.5851 2.98122 20.9741 3.56549 21.238 4.20859C21.502 4.85168 21.6356 5.5408 21.6311 6.23594C21.6266 6.93108 21.4841 7.6184 21.2118 8.25803C20.9396 8.89766 20.543 9.47685 20.0452 9.962L18.2882 11.719C18.2195 11.7927 18.1367 11.8518 18.0447 11.8928C17.9527 11.9338 17.8534 11.9558 17.7527 11.9576C17.652 11.9594 17.552 11.9408 17.4586 11.9031C17.3652 11.8654 17.2804 11.8093 17.2091 11.738C17.1379 11.6668 17.0818 11.582 17.0441 11.4886C17.0063 11.3952 16.9878 11.2952 16.9896 11.1945C16.9914 11.0938 17.0134 10.9945 17.0544 10.9025C17.0954 10.8105 17.1545 10.7277 17.2282 10.659L18.9852 8.902C19.3335 8.55377 19.6098 8.14033 19.7983 7.68529C19.9868 7.23026 20.0839 6.74254 20.0839 6.25C20.0839 5.75746 19.9868 5.26974 19.7983 4.81471C19.6098 4.35967 19.3335 3.94623 18.9852 3.598ZM11.5962 7.865C11.682 7.68561 11.8356 7.54764 12.0231 7.48144C12.2106 7.41525 12.4168 7.42624 12.5962 7.512C13.3541 7.87403 14.014 8.41261 14.5207 9.08252C15.0273 9.75244 15.3658 10.5341 15.5078 11.362C15.6497 12.1898 15.591 13.0396 15.3365 13.84C15.082 14.6405 14.6392 15.3682 14.0452 15.962L9.54518 20.462C9.06003 20.9599 8.48083 21.3564 7.84121 21.6287C7.20158 21.9009 6.51425 22.0434 5.81911 22.0479C5.12397 22.0524 4.43486 21.9188 3.79176 21.6549C3.14867 21.3909 2.56439 21.0019 2.07285 20.5103C1.5813 20.0188 1.19226 19.4345 0.928317 18.7914C0.664371 18.1483 0.53077 17.4592 0.535266 16.7641C0.539762 16.0689 0.682266 15.3816 0.954509 14.742C1.22675 14.1023 1.62331 13.5232 2.12118 13.038L3.87818 11.281C3.94684 11.2073 4.02964 11.1482 4.12164 11.1072C4.21364 11.0662 4.31295 11.0442 4.41365 11.0424C4.51436 11.0406 4.61439 11.0592 4.70777 11.0969C4.80116 11.1346 4.886 11.1907 4.95722 11.262C5.02843 11.3332 5.08458 11.418 5.1223 11.5114C5.16002 11.6048 5.17855 11.7048 5.17677 11.8055C5.17499 11.9062 5.15295 12.0055 5.11196 12.0975C5.07097 12.1895 5.01186 12.2723 4.93818 12.341L3.18118 14.098C2.83291 14.4463 2.55665 14.8597 2.36817 15.3147C2.17969 15.7698 2.08268 16.2575 2.08268 16.75C2.08268 17.2425 2.17969 17.7302 2.36817 18.1853C2.55665 18.6403 2.83291 19.0537 3.18118 19.402C3.52944 19.7503 3.94289 20.0265 4.39792 20.215C4.85296 20.4035 5.34066 20.5005 5.83318 20.5005C6.3257 20.5005 6.8134 20.4035 7.26843 20.215C7.72346 20.0265 8.13691 19.7503 8.48518 19.402L12.9852 14.902C13.4097 14.4778 13.7263 13.958 13.9082 13.3861C14.0901 12.8142 14.1322 12.207 14.0308 11.6155C13.9294 11.024 13.6875 10.4655 13.3254 9.98689C12.9634 9.50827 12.4918 9.12353 11.9502 8.865C11.8613 8.82259 11.7816 8.76309 11.7157 8.68988C11.6497 8.61667 11.5989 8.53119 11.566 8.43833C11.5332 8.34547 11.5189 8.24704 11.5241 8.14867C11.5292 8.05029 11.5537 7.9539 11.5962 7.865Z",fill:"currentColor"},null,-1)];function S9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",C9,E9)}const Gi=B(B9,[["render",S9]]),V9=t.defineComponent({name:"IconList"}),N9={class:"IconList",width:"22",height:"22",viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},T9=[t.createElementVNode("path",{d:"M9 11v9H0v-9h9zm-2 2H2v5h5v-5zm12 3v2h-8v-2h8zm3-4v2H11v-2h11zM9 0v9H0V0h9zM7 2H2v5h5V2zm12 3v2h-8V5h8zm3-4v2H11V1h11z",fill:"currentColor"},null,-1)];function I9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",N9,T9)}const x9=B(V9,[["render",I9]]),M9=t.defineComponent({name:"IconMagnifyingGlass"}),L9={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconMagnifyingGlass"},D9=[t.createElementVNode("path",{d:"M30.736 28.951c.317.317.317.897 0 1.213-.158.158-.369.211-.58.211-.263 0-.474-.053-.685-.21l-7.436-7.49a10.791 10.791 0 0 1-7.119 2.637C8.904 25.313 4 20.409 4 14.345 4 8.332 8.852 3.375 14.916 3.375c6.012 0 10.969 4.957 10.969 10.969 0 2.742-.95 5.22-2.637 7.172l7.488 7.435ZM14.97 23.625a9.261 9.261 0 0 0 9.281-9.281c0-5.115-4.166-9.281-9.281-9.281a9.261 9.261 0 0 0-9.281 9.28 9.261 9.261 0 0 0 9.28 9.282Z"},null,-1)];function v9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",L9,D9)}const Ui=B(M9,[["render",v9]]),P9=t.defineComponent({name:"IconMedal"}),z9={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconMedal"},A9=[t.createElementVNode("path",{d:"m19.821 17.93 2.32.316c.528.106 1.002.475 1.16 1.002.159.527.053 1.107-.368 1.477l-1.688 1.634.422 2.32c.158.95-.633 1.688-1.477 1.688-.21 0-.422-.053-.633-.158l-2.056-1.107-2.11 1.107a1.46 1.46 0 0 1-.685.158c-.791 0-1.582-.738-1.424-1.687l.422-2.32-1.688-1.635c-.421-.37-.527-.95-.369-1.477.159-.527.633-.896 1.16-1.002l2.32-.316 1.056-2.11c.263-.474.79-.738 1.318-.738.474 0 1.002.211 1.265.738l1.055 2.11Zm-.369 3.85 1.951-1.9-2.69-.421-1.265-2.479-1.213 2.479-2.69.422 1.952 1.898-.475 2.742 2.426-1.318 2.479 1.319-.475-2.743Zm-1.951-9.968c5.115 0 9.281 4.167 9.281 9.282a9.261 9.261 0 0 1-9.281 9.281 9.228 9.228 0 0 1-9.281-9.281 9.261 9.261 0 0 1 9.28-9.282Zm0 16.876c4.166 0 7.594-3.375 7.594-7.594 0-4.166-3.428-7.594-7.594-7.594-4.219 0-7.594 3.428-7.594 7.594a7.562 7.562 0 0 0 7.594 7.593ZM9.907 13.5c-.316 0-.58-.105-.738-.37L4.265 5.855c-.317-.475-.37-1.108-.106-1.583.264-.527.791-.896 1.371-.896h5.537c.528 0 1.055.316 1.371.791l3.375 5.643c.211.369.106.896-.316 1.16a.874.874 0 0 1-1.16-.317L10.962 5.01l-5.22.053 4.85 7.171c.264.37.159.897-.263 1.16-.106.106-.264.106-.422.106ZM30.79 4.271a1.54 1.54 0 0 1-.106 1.635l-4.904 7.225c-.158.264-.422.369-.685.369-.211 0-.37 0-.475-.105-.422-.264-.527-.791-.264-1.213l4.852-7.12h-5.326l-3.27 5.59a.874.874 0 0 1-1.16.317.874.874 0 0 1-.316-1.16l3.375-5.643c.316-.475.843-.791 1.37-.791h5.538c.58 0 1.107.37 1.37.896Z"},null,-1)];function O9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",z9,A9)}const Wi=B(P9,[["render",O9]]),F9=t.defineComponent({name:"IconMenu"}),H9={class:"IconMenu",width:"30",height:"26",viewBox:"0 0 30 26",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},q9=[t.createElementVNode("path",{d:"M30 22v4H0v-4h30zm0-11v4H0v-4h30zm0-11v4H0V0h30z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function j9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",H9,q9)}const bo=B(F9,[["render",j9]]),R9=t.defineComponent({name:"IconMinus"}),G9={class:"IconMinus",width:"12",height:"2",viewBox:"0 0 12 2",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},U9=[t.createElementVNode("path",{transform:"translate(-6 -11)",fill:"currentColor",d:"M6 11H18V13H6z"},null,-1)];function W9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",G9,U9)}const Y9=B(R9,[["render",W9]]),K9=t.defineComponent({name:"IconPlus"}),Z9={class:"IconPlus",width:"12",height:"12",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},X9=[t.createElementVNode("path",{d:"M7 0v5h5v2H7v5H5V7H0V5h5V0h2z",fill:"currentColor"},null,-1)];function J9(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",Z9,X9)}const Q9=B(K9,[["render",J9]]),e7=t.defineComponent({name:"IconSearch"}),t7={class:"IconSearch",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},n7=[t.createElementVNode("path",{d:"M8 0a8 8 0 016.096 13.181l5.293 5.294-1.414 1.414-5.357-5.356A8 8 0 118 0zm0 2a6 6 0 100 12A6 6 0 008 2z",fill:"currentColor"},null,-1)];function a7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",t7,n7)}const Dn=B(e7,[["render",a7]]),o7=t.defineComponent({name:"IconShare"}),s7={width:"23",height:"23",viewBox:"0 0 23 23",fill:"none","aria-hidden":"true",focusable:"false",class:"IconShare",xmlns:"http://www.w3.org/2000/svg"},i7=[t.createElementVNode("path",{d:"M6.21518 10.2999C5.94644 9.8298 5.52473 9.45977 5.01626 9.24788C4.50778 9.03599 3.94132 8.99425 3.4058 9.12919C2.87027 9.26414 2.396 9.56814 2.05743 9.99348C1.71886 10.4188 1.53516 10.9414 1.53516 11.4792C1.53516 12.017 1.71886 12.5396 2.05743 12.965C2.396 13.3903 2.87027 13.6943 3.4058 13.8293C3.94132 13.9642 4.50778 13.9225 5.01626 13.7106C5.52473 13.4987 5.94644 13.1286 6.21518 12.6585M6.21518 10.2999C6.41496 10.6495 6.52928 11.0509 6.52928 11.4792C6.52928 11.9076 6.41496 12.31 6.21518 12.6585M6.21518 10.2999L16.8323 4.56623M6.21518 12.6585L16.8323 18.3922M16.8323 4.56623C16.988 4.85122 17.2005 5.1032 17.4575 5.30741C17.7146 5.51162 18.0109 5.66397 18.3291 5.75556C18.6474 5.84714 18.9813 5.87613 19.3112 5.84081C19.6411 5.8055 19.9605 5.7066 20.2507 5.54989C20.5408 5.39318 20.796 5.18181 21.0011 4.92813C21.2062 4.67445 21.3573 4.38357 21.4455 4.07247C21.5336 3.76137 21.5571 3.43631 21.5145 3.11629C21.4719 2.79627 21.3642 2.48772 21.1975 2.20866C20.869 1.65875 20.3318 1.25608 19.7012 1.08719C19.0705 0.918307 18.3969 0.996698 17.8252 1.30551C17.2534 1.61433 16.829 2.12891 16.6434 2.73865C16.4577 3.34839 16.5256 4.0046 16.8323 4.56623ZM16.8323 18.3922C16.673 18.671 16.5718 18.9776 16.5343 19.2944C16.4969 19.6112 16.524 19.9321 16.6141 20.2387C16.7043 20.5454 16.8556 20.8318 17.0596 21.0815C17.2636 21.3313 17.5162 21.5396 17.8029 21.6944C18.0897 21.8493 18.405 21.9477 18.7309 21.9841C19.0568 22.0205 19.3869 21.9942 19.7023 21.9065C20.0178 21.8189 20.3123 21.6718 20.5693 21.4735C20.8262 21.2752 21.0404 21.0296 21.1997 20.7509C21.5215 20.1878 21.5999 19.5236 21.4179 18.9043C21.2359 18.2851 20.8083 17.7614 20.2291 17.4487C19.65 17.1359 18.9667 17.0596 18.3297 17.2365C17.6927 17.4135 17.1541 17.8292 16.8323 18.3922Z",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)];function r7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",s7,i7)}const Yi=B(o7,[["render",r7]]),l7=t.defineComponent({name:"IconSlideshow"}),c7={class:"IconSlideshow",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},d7=[t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"},null,-1)];function h7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",c7,d7)}const m7=B(l7,[["render",h7]]),p7=t.defineComponent({name:"IconSocialEmail"}),f7={class:"IconSocialEmail",width:"22",height:"16",viewBox:"0 0 22 16",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},u7=[t.createElementVNode("path",{d:"M11 9l11-7v14H0V2l11 7zm11-9L11 7 0 0h22z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function g7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",f7,u7)}const $t=B(p7,[["render",g7]]),y7=t.defineComponent({name:"IconSocialFacebook"}),b7={class:"IconSocialFacebook",width:"12",height:"23",viewBox:"0 0 12 23",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},k7=[t.createElementVNode("path",{d:"M11.214 12.84l.622-4.131h-3.89V6.028c0-1.13.543-2.232 2.285-2.232H12V.28S10.395 0 8.86 0C5.656 0 3.562 1.978 3.562 5.56V8.71H0v4.13h3.562v9.987a13.877 13.877 0 004.383 0V12.84h3.269",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function _7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",b7,k7)}const wt=B(y7,[["render",_7]]),$7=t.defineComponent({name:"IconSocialGoogleClassroom"}),w7={class:"IconSocialGoogleClassroom",width:"24",height:"19",viewBox:"0 0 24 19",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},B7=[t.createElementVNode("path",{d:"M2.01406 1.78125H5.17656C5.65453 1.78125 6.03906 1.38418 6.03906 0.890625C6.03906 0.39707 5.65453 0 5.17656 0H1.43906C0.802969 0 0.289062 0.530664 0.289062 1.1875V5.04688C0.289062 5.54043 0.673594 5.9375 1.15156 5.9375C1.62953 5.9375 2.01406 5.54043 2.01406 5.04688V1.78125ZM6.60687 8.3125C6.83341 8.3125 7.05772 8.26643 7.267 8.17691C7.47629 8.08739 7.66645 7.95619 7.82663 7.79078C7.98681 7.62538 8.11388 7.42902 8.20057 7.2129C8.28726 6.99679 8.33187 6.76517 8.33187 6.53125C8.33187 6.29733 8.28726 6.06571 8.20057 5.8496C8.11388 5.63348 7.98681 5.43712 7.82663 5.27172C7.66645 5.10631 7.47629 4.97511 7.267 4.88559C7.05772 4.79607 6.83341 4.75 6.60687 4.75C6.38034 4.75 6.15603 4.79607 5.94675 4.88559C5.73746 4.97511 5.5473 5.10631 5.38712 5.27172C5.22693 5.43712 5.09987 5.63348 5.01318 5.8496C4.92649 6.06571 4.88187 6.29733 4.88187 6.53125C4.88187 6.76517 4.92649 6.99679 5.01318 7.2129C5.09987 7.42902 5.22693 7.62538 5.38712 7.79078C5.5473 7.95619 5.73746 8.08739 5.94675 8.17691C6.15603 8.26643 6.38034 8.3125 6.60687 8.3125ZM5.65453 9.5C4.59797 9.5 3.73906 10.3869 3.73906 11.4779C3.73906 12.0234 4.16672 12.4688 4.69859 12.4688H6.71469C7.00219 11.2033 7.89344 10.1791 9.05781 9.7375C8.78828 9.58535 8.47563 9.5 8.14859 9.5H5.65453ZM18.8795 12.4688C19.4078 12.4688 19.8391 12.0271 19.8391 11.4779C19.8391 10.3832 18.9802 9.5 17.9236 9.5H15.4295C15.0989 9.5 14.7898 9.58535 14.5203 9.7375C15.6847 10.1791 16.5759 11.2033 16.8634 12.4688H18.8795ZM15.6667 12.4688C15.3577 11.567 14.5922 10.8879 13.6578 10.7246C13.5177 10.6986 13.3739 10.6875 13.2266 10.6875H10.3516C10.2042 10.6875 10.0605 10.6986 9.92031 10.7246C8.98594 10.8879 8.22047 11.567 7.91141 12.4688C7.81437 12.7471 7.76406 13.0477 7.76406 13.3594C7.76406 13.8529 8.14859 14.25 8.62656 14.25H14.9516C15.4295 14.25 15.8141 13.8529 15.8141 13.3594C15.8141 13.0477 15.7637 12.7471 15.6667 12.4688ZM16.9641 8.3125C17.1906 8.3125 17.4149 8.26643 17.6242 8.17691C17.8335 8.08739 18.0236 7.95619 18.1838 7.79078C18.344 7.62538 18.4711 7.42902 18.5578 7.2129C18.6444 6.99679 18.6891 6.76517 18.6891 6.53125C18.6891 6.29733 18.6444 6.06571 18.5578 5.8496C18.4711 5.63348 18.344 5.43712 18.1838 5.27172C18.0236 5.10631 17.8335 4.97511 17.6242 4.88559C17.4149 4.79607 17.1906 4.75 16.9641 4.75C16.7375 4.75 16.5132 4.79607 16.3039 4.88559C16.0946 4.97511 15.9045 5.10631 15.7443 5.27172C15.5841 5.43712 15.4571 5.63348 15.3704 5.8496C15.2837 6.06571 15.2391 6.29733 15.2391 6.53125C15.2391 6.76517 15.2837 6.99679 15.3704 7.2129C15.4571 7.42902 15.5841 7.62538 15.7443 7.79078C15.9045 7.95619 16.0946 8.08739 16.3039 8.17691C16.5132 8.26643 16.7375 8.3125 16.9641 8.3125ZM14.0891 7.125C14.0891 6.49511 13.8467 5.89102 13.4154 5.44562C12.9841 5.00022 12.3991 4.75 11.7891 4.75C11.1791 4.75 10.5941 5.00022 10.1627 5.44562C9.73138 5.89102 9.48906 6.49511 9.48906 7.125C9.48906 7.75489 9.73138 8.35898 10.1627 8.80438C10.5941 9.24978 11.1791 9.5 11.7891 9.5C12.3991 9.5 12.9841 9.24978 13.4154 8.80438C13.8467 8.35898 14.0891 7.75489 14.0891 7.125ZM18.4016 1.78125H21.5641V5.04688C21.5641 5.54043 21.9486 5.9375 22.4266 5.9375C22.9045 5.9375 23.2891 5.54043 23.2891 5.04688V1.1875C23.2891 0.530664 22.7752 0 22.1391 0H18.4016C17.9236 0 17.5391 0.39707 17.5391 0.890625C17.5391 1.38418 17.9236 1.78125 18.4016 1.78125ZM2.01406 17.2188V13.9531C2.01406 13.4596 1.62953 13.0625 1.15156 13.0625C0.673594 13.0625 0.289062 13.4596 0.289062 13.9531V17.8125C0.289062 18.4693 0.802969 19 1.43906 19H5.17656C5.65453 19 6.03906 18.6029 6.03906 18.1094C6.03906 17.6158 5.65453 17.2188 5.17656 17.2188H2.01406ZM18.4016 17.2188C17.9236 17.2188 17.5391 17.6158 17.5391 18.1094C17.5391 18.6029 17.9236 19 18.4016 19H22.1391C22.7752 19 23.2891 18.4693 23.2891 17.8125V13.9531C23.2891 13.4596 22.9045 13.0625 22.4266 13.0625C21.9486 13.0625 21.5641 13.4596 21.5641 13.9531V17.2188H18.4016Z",fill:"currentColor"},null,-1)];function C7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",w7,B7)}const Ki=B($7,[["render",C7]]),E7=t.defineComponent({name:"IconSocialInstagram"}),S7={class:"IconSocialInstagram",width:"22",height:"22",viewBox:"0 0 22 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},V7=[t.createElementVNode("g",{fill:"none","fill-rule":"evenodd"},[t.createElementVNode("path",{d:"M0 0H24V24H0z",transform:"translate(-1 -1)"}),t.createElementVNode("path",{d:"M13.092 1.008c2.01.003 2.427.019 3.438.065 1.17.054 1.97.24 2.67.511a5.39 5.39 0 011.947 1.269A5.39 5.39 0 0122.416 4.8c.272.7.457 1.5.51 2.67l.03.655.006.205c.02.581.028 1.211.03 2.578v2.191a80.391 80.391 0 01-.03 2.578l-.007.205-.028.655c-.053 1.17-.24 1.97-.511 2.67a5.39 5.39 0 01-1.269 1.947 5.39 5.39 0 01-1.947 1.269c-.7.272-1.5.457-2.67.51a89.3 89.3 0 01-.655.029l-.205.007c-.581.02-1.211.028-2.578.03h-2.191a80.392 80.392 0 01-2.578-.03l-.205-.007a89.299 89.299 0 01-.655-.028c-1.17-.054-1.97-.24-2.67-.511a5.39 5.39 0 01-1.947-1.269 5.39 5.39 0 01-1.269-1.947c-.272-.7-.457-1.5-.51-2.67-.047-1.01-.063-1.429-.066-3.438v-2.191c.003-2.01.019-2.427.065-3.438.054-1.17.24-1.97.511-2.67a5.39 5.39 0 011.269-1.947 5.39 5.39 0 011.947-1.269c.7-.272 1.5-.458 2.67-.51 1.01-.047 1.429-.063 3.438-.066zm.014 1.981h-2.22c-1.375.002-1.976.01-2.562.031l-.208.008a98.53 98.53 0 00-.563.024c-1.072.05-1.654.228-2.042.379-.513.2-.88.438-1.264.823a3.407 3.407 0 00-.823 1.264c-.15.388-.33.97-.379 2.042l-.024.563-.008.208c-.02.586-.029 1.187-.03 2.563v2.22c.002 1.942.017 2.34.062 3.333.05 1.072.229 1.654.38 2.042.199.513.437.88.822 1.264.384.385.75.623 1.264.823.388.15.97.33 2.042.379 1.04.047 1.426.06 3.612.063h1.664c2.185-.002 2.572-.016 3.611-.063 1.072-.05 1.654-.229 2.042-.38.513-.199.88-.437 1.264-.822.385-.384.623-.75.823-1.264.15-.388.33-.97.379-2.042.047-1.035.06-1.423.063-3.585v-1.717a86.876 86.876 0 00-.028-2.71l-.01-.312a98.528 98.528 0 00-.025-.563c-.05-1.072-.228-1.654-.379-2.042-.2-.513-.438-.88-.823-1.264a3.407 3.407 0 00-1.264-.823c-.388-.15-.97-.33-2.042-.379-.994-.045-1.391-.06-3.334-.063zM12.5 7a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm0 1.93a3.57 3.57 0 100 7.14 3.57 3.57 0 000-7.14zM18 5a1 1 0 110 2 1 1 0 010-2z",fill:"currentColor",transform:"translate(-1 -1)"})],-1)];function N7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",S7,V7)}const ko=B(E7,[["render",N7]]),T7=t.defineComponent({name:"IconSocialPinterest"}),I7={class:"IconSocialPinterest",width:"23",height:"23",viewBox:"0 0 23 23","aria-hidden":"true",focusable:"false",xmlns:"http://www.w3.org/2000/svg"},x7=[t.createElementVNode("path",{d:"M23 11.5C23 17.8528 17.8528 23 11.5 23C10.3129 23 9.17218 22.8192 8.09637 22.4853C8.56472 21.7202 9.26492 20.4681 9.5246 19.4712C9.66371 18.9333 10.2387 16.7353 10.2387 16.7353C10.6143 17.4494 11.7087 18.0569 12.8726 18.0569C16.3411 18.0569 18.8405 14.8665 18.8405 10.9018C18.8405 7.10403 15.7383 4.26149 11.7504 4.26149C6.78871 4.26149 4.1502 7.59093 4.1502 11.2218C4.1502 12.9097 5.0498 15.0103 6.48266 15.678C6.7006 15.78 6.81653 15.7337 6.86754 15.525C6.90464 15.3673 7.0994 14.5837 7.1875 14.222C7.21532 14.106 7.20141 14.004 7.10867 13.8927C6.64032 13.3131 6.26008 12.2558 6.26008 11.2681C6.26008 8.73165 8.17984 6.27863 11.4536 6.27863C14.2776 6.27863 16.2577 8.20302 16.2577 10.9575C16.2577 14.069 14.6857 16.2252 12.6407 16.2252C11.5139 16.2252 10.6653 15.2931 10.9389 14.1478C11.2635 12.7798 11.8895 11.3052 11.8895 10.3175C11.8895 9.43649 11.4165 8.69919 10.4335 8.69919C9.27883 8.69919 8.35141 9.89093 8.35141 11.4907C8.35141 12.5109 8.69456 13.1972 8.69456 13.1972C8.69456 13.1972 7.55847 18.0105 7.3498 18.9101C7.11794 19.9024 7.21069 21.3028 7.30806 22.2117C3.03266 20.5377 0 16.3736 0 11.5C0 5.14718 5.14718 0 11.5 0C17.8528 0 23 5.14718 23 11.5Z",fill:"currentColor"},null,-1)];function M7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",I7,x7)}const Zi=B(T7,[["render",M7]]),L7=t.defineComponent({name:"IconSocialReddit"}),D7={class:"IconSocialReddit",width:"24",height:"22",viewBox:"0 0 24 22",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},v7=[t.createElementVNode("path",{d:"M24,11.187c0.001-1.449-1.172-2.625-2.622-2.626c-0.681-0.001-1.336,0.264-1.826,0.737 c-1.795-1.296-4.268-2.132-7.023-2.228l1.196-5.628l3.908,0.832c0.048,1.036,0.927,1.837,1.963,1.789s1.837-0.927,1.789-1.963 c-0.048-1.036-0.927-1.837-1.963-1.789c-0.683,0.032-1.295,0.432-1.597,1.045l-4.364-0.928c-0.253-0.054-0.502,0.108-0.556,0.361 l-1.336,6.28C8.775,7.146,6.263,7.984,4.444,9.294C3.399,8.289,1.738,8.322,0.733,9.366s-0.973,2.706,0.072,3.711 c0.218,0.21,0.472,0.381,0.748,0.504c-0.041,0.263-0.062,0.528-0.063,0.794c0,4.04,4.703,7.316,10.504,7.316 s10.504-3.275,10.504-7.316c0-0.264-0.021-0.528-0.062-0.789C23.387,13.167,24,12.226,24,11.187z M5.996,13.063 c0-1.036,0.84-1.876,1.875-1.876c1.036,0,1.876,0.84,1.876,1.875c0,1.036-0.839,1.876-1.875,1.876 C6.837,14.938,5.997,14.099,5.996,13.063z M16.455,18.02c-1.28,1.278-3.733,1.378-4.455,1.378s-3.175-0.099-4.453-1.378 c-0.19-0.19-0.19-0.498,0-0.687c0.19-0.19,0.498-0.19,0.687,0c0.807,0.807,2.533,1.093,3.767,1.093s2.959-0.286,3.767-1.094 c0.193-0.186,0.501-0.181,0.688,0.013C16.637,17.533,16.636,17.832,16.455,18.02L16.455,18.02z M16.125,14.939 c-1.036,0-1.876-0.84-1.876-1.876c0-1.036,0.84-1.876,1.876-1.876c1.036,0,1.876,0.84,1.876,1.876c0,0,0,0,0,0 C17.999,14.099,17.16,14.938,16.125,14.939z",fill:"currentColor"},null,-1)];function P7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",D7,v7)}const _o=B(L7,[["render",P7]]),z7=t.defineComponent({name:"IconSocialTwitter"}),A7={class:"IconSocialTwitter",width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},O7=[t.createElementVNode("path",{d:"M14.2,10.2L23,0h-2.1l-7.6,8.8L7.3,0h-7l9.2,13.3L0.3,24h2.1l8-9.3l6.4,9.3h7L14.2,10.2L14.2,10.2z M11.4,13.5 l-0.9-1.3L3.1,1.6h3.2l6,8.5l0.9,1.3l7.8,11.1h-3.2L11.4,13.5L11.4,13.5z",fill:"currentColor"},null,-1)];function F7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",A7,O7)}const Bt=B(z7,[["render",F7]]),H7=t.defineComponent({name:"IconSocialYoutube"}),q7={class:"IconSocialYoutube",width:"24",height:"16",viewBox:"0 0 24 16",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},j7=[t.createElementVNode("g",{fill:"none","fill-rule":"evenodd"},[t.createElementVNode("path",{d:"M0 0H24V24H0z",transform:"translate(0 -4)"}),t.createElementVNode("path",{d:"M12.239 4l.1.001.248.001c.88.006 2.62.025 4.352.089l.546.021c1.632.07 3.175.183 3.892.366 1.032.262 1.845 1.037 2.121 2.02.455 1.616.498 4.822.502 5.409v.186c-.004.587-.047 3.793-.502 5.409-.276.983-1.089 1.758-2.121 2.02-1.713.437-8.14.475-9.222.478h-.31c-1.082-.003-7.51-.04-9.222-.478-1.032-.262-1.845-1.037-2.121-2.02-.44-1.56-.494-4.603-.501-5.339v-.326c.007-.737.062-3.779.5-5.339.277-.983 1.09-1.758 2.122-2.02.797-.204 2.613-.32 4.437-.387l.547-.02c1.543-.048 3.019-.064 3.805-.069l.248-.001h.1zM10 8.5v7l6-3.5-6-3.5z",fill:"currentColor",transform:"translate(0 -4)"})],-1)];function R7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",q7,j7)}const $o=B(H7,[["render",R7]]),G7=t.defineComponent({name:"IconStop"}),U7={class:"IconStop",width:"60",height:"60",viewBox:"0 0 185 185",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},W7=[t.createElementVNode("path",{fill:"currentColor","fill-rule":"evenodd",d:"M0,0h185v185H0V0z"},null,-1)];function Y7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",U7,W7)}const K7=B(G7,[["render",Y7]]),Z7=t.defineComponent({name:"IconUniversity"}),X7={"aria-hidden":"true",focusable:"false",width:"34",height:"34",viewBox:"0 0 34 34",class:"IconUniversity"},J7=[t.createElementVNode("path",{d:"M30.156 10.441c.475.317.844.844.844 1.424 0 .897-.738 1.635-1.688 1.635H5.636C4.685 13.5 4 12.762 4 11.865c0-.58.316-1.107.791-1.424l12.287-6.908a.718.718 0 0 1 .791 0l12.287 6.908Zm-1.002 1.371L17.5 5.221 5.793 11.812h9.017c-.21-.369-.263-.79-.263-1.265 0-1.582 1.318-2.953 2.953-2.953 1.582 0 2.953 1.37 2.953 2.953 0 .474-.105.896-.316 1.265h9.017Zm-11.654 0a1.25 1.25 0 0 0 1.266-1.265c0-.686-.58-1.266-1.266-1.266a1.25 1.25 0 0 0-1.266 1.266c0 .738.528 1.265 1.266 1.265ZM7.375 15.188h1.688v6.75h4.218v-6.75h1.688v6.75h5.062v-6.75h1.688v6.75h4.218v-6.75h1.688v6.75c.422 0 .844.421.844.843 0 .475-.422.844-.844.844H7.375a.833.833 0 0 1-.844-.844c0-.422.37-.843.844-.843v-6.75Zm21.516 10.124c.422 0 .843.422.843.844 0 .475-.422.844-.843.844H6.109a.833.833 0 0 1-.843-.844c0-.422.369-.843.843-.843h22.782Zm1.265 3.375c.422 0 .844.422.844.844 0 .475-.422.844-.844.844H4.844A.833.833 0 0 1 4 29.531c0-.422.37-.843.844-.843h25.312Z"},null,-1)];function Q7(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",X7,J7)}const Xi=B(Z7,[["render",Q7]]),eb=t.defineComponent({name:"IconArrows"}),tb={class:"IconUser",width:"21",height:"21",viewBox:"0 0 21 21",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},nb=[t.createElementVNode("path",{d:"M10.5 0C4.7 0 0 4.7 0 10.5S4.7 21 10.5 21 21 16.3 21 10.5 16.3 0 10.5 0zm5.42 17.867c-1.525 1.143-3.43 1.778-5.42 1.778-2.032 0-3.938-.635-5.42-1.778v-.593a2.701 2.701 0 0 1 2.71-2.71c.466 0 1.143.509 2.71.509 1.524 0 2.202-.508 2.71-.508a2.729 2.729 0 0 1 2.71 2.71v.592zm1.27-1.143c-.297-1.99-1.948-3.514-3.98-3.514-.89 0-1.313.508-2.71.508-1.44 0-1.863-.508-2.71-.508-2.074 0-3.725 1.524-4.022 3.514-1.524-1.651-2.413-3.81-2.413-6.224A9.134 9.134 0 0 1 10.5 1.355c5.038 0 9.145 4.107 9.145 9.145 0 2.413-.931 4.573-2.456 6.224zM10.5 4.742a3.731 3.731 0 0 0-3.726 3.726 3.704 3.704 0 0 0 3.726 3.726 3.731 3.731 0 0 0 3.726-3.726c0-2.033-1.694-3.726-3.726-3.726zm0 6.097a2.367 2.367 0 0 1-2.371-2.371c0-1.27 1.059-2.371 2.371-2.371 1.27 0 2.371 1.1 2.371 2.37 0 1.313-1.1 2.372-2.371 2.372z",fill:"currentColor"},null,-1)];function ab(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",tb,nb)}const ob=B(eb,[["render",ab]]),sb=t.defineComponent({name:"ImageDetailContextImage",components:{BaseImagePlaceholder:j,BaseImage:q,IconDropdown:Mt,IconClose:Fe},inheritAttrs:!0,props:{data:{type:Object,required:!1}},data(){return{contextImagePreviewShow:!1}},methods:{toggleContextImagePreview(){this.contextImagePreviewShow?this.contextImagePreviewShow=!1:this.contextImagePreviewShow=!0}}}),ib=e=>(t.pushScopeId("data-v-799186d8"),e=e(),t.popScopeId(),e),rb={class:"flex flex-row items-center justify-between py-3 text-white uppercase"},lb=ib(()=>t.createElementVNode("span",{class:"font-secondary pr-3 tracking-wider"},"Context Image",-1));function cb(e,n,a,o,s,i){const r=Mt,l=Fe,c=q,d=j;return t.openBlock(),t.createElementBlock("a",{ref:"ContextImageButton",class:"ContextImageButton bg-gray-dark sm:absolute bottom-0 right-0 left-auto z-40 block px-5",onClick:n[0]||(n[0]=h=>e.toggleContextImagePreview())},[t.createElementVNode("div",rb,[lb,t.createElementVNode("span",{class:t.normalizeClass({hidden:e.contextImagePreviewShow,block:!e.contextImagePreviewShow})},[t.createVNode(r)],2),t.createElementVNode("span",{class:t.normalizeClass({hidden:!e.contextImagePreviewShow,block:e.contextImagePreviewShow})},[t.createVNode(l)],2)]),t.createElementVNode("div",{class:t.normalizeClass(["ContextImage pb-5",{hidden:!e.contextImagePreviewShow,block:e.contextImagePreviewShow}])},[t.createVNode(d,{"aspect-ratio":"square"},{default:t.withCtx(()=>{var h,m;return[(m=(h=e.data)==null?void 0:h.contextImage)!=null&&m.src?(t.openBlock(),t.createBlock(c,{key:0,src:e.data.contextImage.src.url,srcset:e.data.contextImage.srcSet,alt:e.data.contextImage.alt||"",width:e.data.contextImage.src.width,height:e.data.contextImage.src.height,loading:"eager","object-fit-class":"cover"},null,8,["src","srcset","alt","width","height"])):t.createCommentVNode("",!0)]}),_:1})],2)],512)}const db=B(sb,[["render",cb],["__scopeId","data-v-799186d8"]]),hb={name:"LoadingTransition",data:()=>({loading:!1}),methods:{start(){this.loading=!0},finish(){this.loading=!1}}},mb=e=>(t.pushScopeId("data-v-8f39b706"),e=e(),t.popScopeId(),e),pb={key:0,class:"loading-page animate-fadeIn"},fb={class:"loading-wrapper"},ub=mb(()=>t.createElementVNode("div",{class:"loading"},null,-1));function gb(e,n,a,o,s,i){return e.loading?(t.openBlock(),t.createElementBlock("div",pb,[t.createElementVNode("div",fb,[t.renderSlot(e.$slots,"loading",{},()=>[ub],!0)])])):t.createCommentVNode("",!0)}const yb=B(hb,[["render",gb],["__scopeId","data-v-8f39b706"]]),bb=t.defineComponent({name:"LogoCaltech"}),kb={class:"LogoCaltech",width:"313",height:"76",viewBox:"0 0 313 76",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},_b=[t.createElementVNode("path",{d:"M62.88 23.95C59.503 9.15 48.675 1.7 34.471 1.7 13.313 1.7.941 18.884.941 38.85.94 58.815 11.822 76 34.47 76c14.105 0 23.541-6.853 29.203-21.058l-12.118-5.564c-2.583 8.245-7.847 14.305-17.085 14.305-14.106 0-19.966-12.516-19.966-24.833 0-12.317 5.86-24.833 19.966-24.833 8.046 0 14.502 5.364 15.595 13.21L62.88 23.95zm47.421 15.298c0-14.304-10.828-16.49-21.654-16.49-11.026 0-21.457 4.57-21.457 16.39l12.12.497c0-5.464 2.283-7.55 9.337-7.55 5.264 0 9.536 1.391 9.536 6.357v1.491c-3.079 1.092-8.742 2.085-13.113 2.98l-5.066.993c-7.45 1.49-15.296 5.861-15.296 15.695 0 9.734 7.548 15.793 17.085 15.793 6.257 0 11.72-1.986 16.39-5.76 0 1.29.397 3.376 1.192 4.568h12.813c-.695-1.092-1.887-3.278-1.887-8.444v-26.52zM98.183 56.233c0 6.457-7.252 9.238-12.913 9.238-4.37 0-7.848-2.484-7.848-6.258 0-4.767 3.775-6.059 8.344-6.953l6.655-1.39c2.186-.399 4.173-.994 5.762-1.79v7.153zm20.792 17.98h12.118V1.502h-12.118v72.71zm20.306-61.209V62.69c0 7.65 3.377 12.118 13.31 12.118 3.775 0 6.754-.596 9.636-1.192v-9.933c-1.788.2-3.676.596-5.365.596-4.668 0-5.462-2.186-5.462-6.158v-25.43h10.827v-8.74H151.4V.871l-12.119 12.132zm73.44 38.957c0-17.979-7.353-29.203-24.139-29.203-16.29 0-25.727 11.324-25.727 26.322 0 15.001 9.436 26.324 25.727 26.324 13.707 0 20.96-6.555 24.734-12.317l-10.232-5.96c-1.192 1.688-4.967 7.152-14.502 7.152-6.556 0-12.814-4.867-13.013-12.318h37.151zm-37.152-9.337c1.292-5.364 5.961-9.933 13.013-9.933 8.145 0 11.422 7.252 11.422 9.933H175.57zm88.175-5.562c-3.08-7.55-9.04-14.304-21.259-14.304-16.289 0-25.726 11.324-25.726 26.322 0 15.001 9.437 26.324 24.832 26.324 13.61 0 19.371-8.045 22.748-15.397l-10.33-5.463c-1.887 4.57-4.966 9.735-12.218 9.735-8.443 0-12.318-7.35-12.318-15.199 0-7.846 4.371-15.196 13.012-15.196 4.77 0 9.041 3.078 10.63 8.045l10.63-4.867zm3.774 37.15h12.118V48.385c0-6.158 2.782-13.906 11.92-13.906 6.16 0 8.941 2.981 8.941 9.933v29.8h12.117V40.936c0-14.603-9.833-18.178-18.376-18.178-6.854 0-11.722 2.682-14.403 6.16h-.199V1.501h-12.118v72.711z",fill:"currentColor","fill-rule":"evenodd"},null,-1)];function $b(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",kb,_b)}const wo=B(bb,[["render",$b]]),wb=t.defineComponent({name:"LogoTribrand",props:{invert:{type:Boolean,default:!1}}}),Bb=[t.createStaticVNode('<g fill="none" fill-rule="evenodd"><path d="M61.094 28.823c0 15.811-13.013 28.824-28.823 28.824-15.811 0-28.824-13.013-28.824-28.824C3.447 13.013 16.46 0 32.271 0c15.81 0 28.823 13.013 28.823 28.823" fill="#263976" transform="translate(8.042 6.948)"></path><path d="M32.668 2.618a.237.237 0 01-.234.236.235.235 0 010-.47c.128 0 .234.105.234.234M34.294 6.177a.291.291 0 01-.289.289.29.29 0 01-.289-.289.29.29 0 01.289-.289c.158 0 .289.131.289.289M38.519 11.991a.29.29 0 01-.289.289.29.29 0 010-.578.29.29 0 01.289.289M31.729 8.181a.236.236 0 01-.235.235.236.236 0 01-.234-.235c0-.129.106-.235.234-.235.129 0 .235.106.235.235M34.257 9.518a.237.237 0 01-.235.235.236.236 0 01-.234-.235c0-.129.106-.236.234-.236.129 0 .235.107.235.236M30.971 5.779c0 .159-.131.29-.289.29a.29.29 0 010-.579.29.29 0 01.289.289M27.142 8.109a.236.236 0 01-.235.235.236.236 0 01-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M27.828 8.579a.237.237 0 01-.235.235.237.237 0 01-.235-.235.235.235 0 01.47 0M28.515 9.048a.235.235 0 01-.47 0 .235.235 0 01.47 0M27.467 9.951a.238.238 0 01-.235.236.235.235 0 11.235-.236M22.013 13.78a.236.236 0 01-.235.235.236.236 0 01-.235-.235c0-.128.106-.235.235-.235s.235.107.235.235M23.024 15.008a.237.237 0 01-.235.235.237.237 0 01-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M22.229 34.837a.236.236 0 01-.234.235.236.236 0 01-.235-.235.235.235 0 01.469 0M22.374 40.31a.291.291 0 01-.289.289.29.29 0 01-.289-.289.29.29 0 01.289-.289.29.29 0 01.289.289M19.268 43.109a.237.237 0 01-.235.235.237.237 0 01-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M15.547 44.247a.29.29 0 01-.578 0c0-.16.131-.29.289-.29a.29.29 0 01.289.29M14.789 41.718a.291.291 0 01-.289.289.29.29 0 01-.289-.289.29.29 0 01.289-.289c.158 0 .289.131.289.289M14.355 43.325a.236.236 0 01-.234.235.236.236 0 01-.235-.235.235.235 0 01.469 0M11.574 41.989a.236.236 0 01-.235.235.236.236 0 01-.235-.235c0-.128.106-.235.235-.235s.235.107.235.235M21.29 46.503a.236.236 0 01-.234.235.236.236 0 01-.235-.235c0-.128.106-.234.235-.234.128 0 .234.106.234.234M24.216 44.355a.291.291 0 01-.289.289.291.291 0 01-.289-.289.29.29 0 01.289-.289.29.29 0 01.289.289M24.541 47.118a.237.237 0 01-.235.235.237.237 0 01-.235-.235.235.235 0 01.47 0M36.569 44.482a.235.235 0 11-.235-.235c.129 0 .235.106.235.235M30.971 46.468a.235.235 0 01-.47 0 .235.235 0 01.47 0M46.032 49.321a.236.236 0 01-.235.235.236.236 0 01-.234-.235c0-.128.106-.234.234-.234.129 0 .235.106.235.234M47.26 38.214a.29.29 0 01-.288.289.29.29 0 01-.289-.289.29.29 0 01.289-.289.29.29 0 01.288.289M44.949 39.785c0 .13-.106.236-.235.236a.236.236 0 01-.235-.236c0-.128.106-.234.235-.234s.235.106.235.234M47.225 40.237c0 .159-.131.29-.29.29a.291.291 0 01-.289-.29c0-.158.131-.289.289-.289.159 0 .29.131.29.289M44.949 43.036a.236.236 0 01-.235.235.236.236 0 01-.235-.235.235.235 0 01.47 0M50.836 36.644a.235.235 0 01-.469 0c0-.129.106-.236.235-.236.128 0 .234.107.234.236M51.414 38.07a.29.29 0 01-.289.289.29.29 0 01-.289-.289c0-.159.131-.29.289-.29a.29.29 0 01.289.29M55.459 39.768a.29.29 0 01-.578 0 .29.29 0 01.578 0M51.342 42.784a.237.237 0 01-.235.235.236.236 0 01-.234-.235c0-.129.106-.235.234-.235.129 0 .235.106.235.235M53.942 40.327a.236.236 0 01-.234.235.236.236 0 01-.235-.235.235.235 0 01.469 0M53.473 44.12a.236.236 0 01-.235.235.236.236 0 01-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M37.727 5.507a.414.414 0 01.309-.294l.082-.618.121.623c.145.042.257.16.29.309l.626.088-.632.111a.412.412 0 01-.299.29l-.106.636-.108-.641a.413.413 0 01-.285-.298l-.604-.098.606-.108M21.533 49.814a.411.411 0 01.308-.294l.082-.618.122.625a.41.41 0 01.289.306l.626.089-.631.111a.412.412 0 01-.3.289l-.106.637-.107-.64a.415.415 0 01-.285-.298l-.604-.099.606-.108M51.315 44.103a.41.41 0 01.308-.295l.082-.619.122.625a.413.413 0 01.289.307l.626.089-.632.111a.414.414 0 01-.299.29l-.106.636-.107-.641a.416.416 0 01-.286-.298l-.604-.098.607-.107M53.673 37.732a.411.411 0 01.307-.295l.082-.618.122.624c.145.042.257.16.29.308l.626.088-.632.111a.416.416 0 01-.299.29l-.107.636-.106-.64a.414.414 0 01-.286-.298l-.604-.099.607-.107M24.423 14.2a.413.413 0 01.307-.294l.083-.618.122.624c.144.041.256.16.289.308l.626.089-.632.11a.412.412 0 01-.299.29l-.106.636-.107-.641a.413.413 0 01-.286-.297l-.604-.098.607-.109M22.513 27.612c2.129 3.719 4.611 6.442 6.61 9.03 1.775 2.295 5.233 3.445 4.015 4.535-1.373 1.227-4.696-4.19-4.696-4.19-2.209-2.664-4.322-5.489-6.478-9.184l.549-.191" fill="#FFFFFE" transform="translate(8.042 6.948)"></path><path d="M0 37.374c10.289-6.758 28.245-11.119 43.034-16.991 11.236-4.46 21.227-10.061 26.598-17.77C56.021 30.338 18.114 27.056.741 37.632L0 37.374" fill="#D8262C" transform="translate(8.042 6.948)"></path><path d="M23.919 23.626h5.153l3.694 9.303 1.232 1.236H27.29l1.231-1.236-.437-1.135h-3.703L24 33.091l.883 1.074h-3.499l1.231-1.236 2.374-8.227-1.07-1.076zm3.509 6.539l-1.491-3.777-1.094 3.777h2.585zM47.857 23.626h5.348l3.694 9.303 1.232 1.236h-6.708l1.231-1.236-.437-1.135h-3.702l-.381 1.297.883 1.074h-3.5l1.231-1.236 2.374-8.227-1.265-1.076zm3.703 6.539l-1.49-3.777-1.094 3.777h2.584zM16.928 30.19L16.928 24.702 15.858 23.626 19.423 23.626 18.353 24.702 18.353 32.929 19.585 34.165 14.902 34.165 10.868 27.34 10.868 32.929 11.905 34.165 8.178 34.165 9.409 32.929 9.409 24.702 8.34 23.626 13.006 23.626 16.928 30.19M43.918 26.329l-.11-3.281-1.104.762c-1.556-.544-3.367-.524-4.638.078-1.183.559-2.459 1.742-2.303 3.42.156 1.679 1.457 2.33 2.63 2.861 1.51.685 3.152.916 3.128 1.82-.016.575-.97.987-1.711.963-.678-.021-2.88-.185-4.031-1.554l.218 3.452 1.229-.902c1.494.528 3.304.75 4.98.204 1.665-.543 3.415-1.936 2.443-4.372-.418-1.046-1.569-1.693-2.256-1.974-.628-.258-2.546-1.012-3.082-1.291-.626-.325-.556-1.36.95-1.57 1.363-.19 3.252.902 3.657 1.384" fill="#FFFFFE" transform="translate(8.042 6.948)"></path><path d="M7.968 53.553C28.63 32.465 59.428 22.722 69.632 2.612c-6.145 19.551-39.054 30.334-61.72 51.932l.056-.991" fill="#D8262C" transform="translate(8.042 6.948)"></path><path d="M21.964 27.803a71.957 71.957 0 01-.728-1.278c-5.509-9.91-4.714-20.024 5.255-15.617 8.462 3.74 16.544 14.232 19.794 21.682 1.506 3.452 5.544 17.001-7.459 11.511l-.026-.08c12.281 5.057 10.158-7.757 3.584-17.581-3.72-5.56-8.571-10.191-11.63-12.425-10.186-7.442-16.399-2.891-9.247 11.703.324.66.66 1.29 1.006 1.894l-.549.191" fill="#FFFFFE" transform="translate(8.042 6.948)"></path><path class="logo-path-jpl-caltech" d="M82.104 22.133c0 1.775-.483 4.669-4.591 4.669-2.295 0-4.534-1.254-4.534-4.264v-1.195h2.739v.618c0 1.331.328 2.294 1.757 2.294 1.6 0 1.6-1.292 1.6-2.256v-9.298h3.029v9.432M91.012 20.417c-.25-1.388-.849-2.123-2.18-2.123-1.736 0-2.238 1.352-2.276 2.123h4.456zm-4.456 1.737c.077 1.736.926 2.527 2.449 2.527 1.1 0 1.988-.676 2.161-1.292h2.412c-.772 2.352-2.412 3.354-4.669 3.354-3.144 0-5.093-2.159-5.093-5.246 0-2.989 2.064-5.265 5.093-5.265 3.396 0 5.035 2.853 4.842 5.922h-7.195zM98.646 16.5h2.006v1.834h-2.006v4.939c0 .925.231 1.157 1.158 1.157.288 0 .559-.02.848-.077v2.14c-.463.077-1.06.096-1.601.096-1.678 0-3.144-.384-3.144-2.372v-5.883h-1.659V16.5h1.659v-2.988h2.739V16.5M110.294 19.182h2.353c1.407 0 2.662-.309 2.662-2.063 0-1.755-1.255-2.064-2.662-2.064h-2.353v4.127zm-3.029-6.481h6.21c3.435 0 4.765 2.179 4.765 4.418 0 2.238-1.33 4.416-4.765 4.416h-3.181v4.94h-3.029V12.701zM119.663 16.5h2.605v1.855h.038c.502-1.256 1.851-2.123 3.182-2.123.193 0 .425.037.598.096v2.545a5.058 5.058 0 00-.983-.095c-2.006 0-2.701 1.446-2.701 3.202v4.495h-2.739V16.5M131.464 24.681c1.872 0 2.432-1.603 2.432-3.184 0-1.599-.56-3.203-2.432-3.203-1.851 0-2.41 1.604-2.41 3.203 0 1.581.559 3.184 2.41 3.184zm0-8.449c3.145 0 5.172 2.084 5.172 5.265 0 3.163-2.027 5.246-5.172 5.246-3.124 0-5.149-2.083-5.149-5.246 0-3.181 2.025-5.265 5.149-5.265zM145.638 21.518c0-1.582-.636-3.224-2.392-3.224-1.793 0-2.371 1.604-2.371 3.224 0 1.618.616 3.163 2.391 3.163 1.794 0 2.372-1.545 2.372-3.163zm-7.407-5.018h2.605v1.274h.039c.656-1.062 1.737-1.542 2.97-1.542 3.124 0 4.533 2.527 4.533 5.361 0 2.662-1.465 5.15-4.378 5.15-1.198 0-2.335-.518-2.991-1.504h-.038v4.746h-2.74V16.5zM159.194 26.475h-2.604v-1.39h-.057c-.695 1.12-1.889 1.658-3.047 1.658-2.913 0-3.648-1.638-3.648-4.107V16.5h2.739v5.633c0 1.641.484 2.451 1.756 2.451 1.485 0 2.123-.829 2.123-2.855V16.5h2.738v9.975M161.178 26.474L163.917 26.474 163.917 12.701 161.178 12.701zM168.024 23.233c.019 1.197 1.024 1.678 2.103 1.678.792 0 1.793-.307 1.793-1.272 0-.829-1.137-1.119-3.105-1.544-1.582-.348-3.164-.905-3.164-2.663 0-2.545 2.199-3.2 4.34-3.2 2.18 0 4.188.731 4.399 3.181h-2.604c-.077-1.058-.887-1.349-1.871-1.349-.617 0-1.524.115-1.524.924 0 .985 1.543 1.121 3.106 1.488 1.6.366 3.164.944 3.164 2.797 0 2.623-2.277 3.47-4.553 3.47-2.316 0-4.574-.867-4.689-3.51h2.605M176.141 26.475h2.74V16.5h-2.74v9.975zm0-11.517h2.74v-2.257h-2.74v2.257zM185.707 24.681c1.871 0 2.43-1.603 2.43-3.184 0-1.599-.559-3.203-2.43-3.203-1.853 0-2.411 1.604-2.411 3.203 0 1.581.558 3.184 2.411 3.184zm0-8.449c3.144 0 5.169 2.084 5.169 5.265 0 3.163-2.025 5.246-5.169 5.246-3.126 0-5.15-2.083-5.15-5.246 0-3.181 2.024-5.265 5.15-5.265zM192.454 16.5h2.605v1.391h.056c.696-1.119 1.89-1.659 3.048-1.659 2.912 0 3.647 1.639 3.647 4.109v6.134h-2.741v-5.633c0-1.64-.482-2.45-1.755-2.45-1.485 0-2.122.829-2.122 2.855v5.228h-2.738V16.5M209.19 12.701L212.219 12.701 212.219 23.928 218.931 23.928 218.931 26.475 209.19 26.475 209.19 12.701M226.354 21.593c-.462.406-1.427.427-2.276.579-.849.174-1.621.464-1.621 1.467 0 1.021.793 1.272 1.678 1.272 2.142 0 2.219-1.697 2.219-2.295v-1.023zm-6.328-2.024c.156-2.567 2.451-3.337 4.688-3.337 1.987 0 4.38.443 4.38 2.835v5.188c0 .907.095 1.815.346 2.22h-2.777a4.05 4.05 0 01-.193-.965c-.869.907-2.142 1.233-3.357 1.233-1.89 0-3.395-.944-3.395-2.988 0-2.258 1.698-2.798 3.395-3.028 1.678-.251 3.241-.195 3.241-1.314 0-1.176-.811-1.349-1.775-1.349-1.041 0-1.717.423-1.813 1.505h-2.74zM236.014 18.294c-1.62 0-2.333 1.525-2.333 3.203 0 1.659.713 3.184 2.333 3.184s2.334-1.525 2.334-3.184c0-1.678-.714-3.203-2.334-3.203zm-4.978-5.593h2.741v5.016h.036c.677-1.023 1.912-1.485 3.146-1.485 1.987 0 4.13 1.6 4.13 5.247 0 3.665-2.143 5.264-4.13 5.264-1.466 0-2.682-.443-3.278-1.542h-.04v1.274h-2.605V12.701zM247.487 24.681c1.871 0 2.431-1.603 2.431-3.184 0-1.599-.56-3.203-2.431-3.203-1.852 0-2.412 1.604-2.412 3.203 0 1.581.56 3.184 2.412 3.184zm0-8.449c3.144 0 5.17 2.084 5.17 5.265 0 3.163-2.026 5.246-5.17 5.246-3.125 0-5.15-2.083-5.15-5.246 0-3.181 2.025-5.265 5.15-5.265zM254.233 16.5h2.604v1.855h.039c.504-1.256 1.852-2.123 3.185-2.123.192 0 .422.037.596.096v2.545a5.074 5.074 0 00-.983-.095c-2.007 0-2.701 1.446-2.701 3.202v4.495h-2.74V16.5M267.755 21.593c-.465.406-1.43.427-2.277.579-.849.174-1.622.464-1.622 1.467 0 1.021.79 1.272 1.679 1.272 2.142 0 2.22-1.697 2.22-2.295v-1.023zm-6.33-2.024c.154-2.567 2.45-3.337 4.688-3.337 1.99 0 4.381.443 4.381 2.835v5.188c0 .907.096 1.815.347 2.22h-2.779a4.149 4.149 0 01-.192-.965c-.869.907-2.142 1.233-3.357 1.233-1.892 0-3.396-.944-3.396-2.988 0-2.258 1.697-2.798 3.396-3.028 1.677-.251 3.242-.195 3.242-1.314 0-1.176-.813-1.349-1.776-1.349-1.042 0-1.718.423-1.814 1.505h-2.74zM275.91 16.5h2.005v1.834h-2.005v4.939c0 .925.23 1.157 1.157 1.157.287 0 .558-.02.848-.077v2.14c-.463.077-1.061.096-1.603.096-1.676 0-3.144-.384-3.144-2.372v-5.883h-1.657V16.5h1.657v-2.988h2.742V16.5M283.892 24.681c1.871 0 2.43-1.603 2.43-3.184 0-1.599-.559-3.203-2.43-3.203-1.851 0-2.413 1.604-2.413 3.203 0 1.581.562 3.184 2.413 3.184zm0-8.449c3.144 0 5.17 2.084 5.17 5.265 0 3.163-2.026 5.246-5.17 5.246-3.124 0-5.15-2.083-5.15-5.246 0-3.181 2.026-5.265 5.15-5.265zM290.64 16.5h2.601v1.855h.041c.502-1.256 1.851-2.123 3.185-2.123.191 0 .423.037.595.096v2.545a5.093 5.093 0 00-.984-.095c-2.007 0-2.7 1.446-2.7 3.202v4.495h-2.738V16.5M304.021 27.727c-.595 1.604-1.542 2.258-3.432 2.258-.56 0-1.117-.039-1.679-.096v-2.257c.521.038 1.063.116 1.602.095.945-.095 1.253-1.078.945-1.869l-3.512-9.358h2.933l2.258 6.829h.037l2.18-6.829h2.836l-4.168 11.227M82.32 38.092c-.332-1.674-1.674-2.519-3.315-2.519-2.817 0-4.009 2.32-4.009 4.789 0 2.699 1.192 4.953 4.026 4.953 2.072 0 3.264-1.458 3.413-3.413h1.575c-.299 2.949-2.138 4.739-5.121 4.739-3.678 0-5.468-2.717-5.468-6.164 0-3.429 1.956-6.23 5.601-6.23 2.469 0 4.507 1.326 4.871 3.845H82.32M90.771 41.935c-.547.398-1.607.414-2.552.581-.928.166-1.723.497-1.723 1.54 0 .929.795 1.259 1.656 1.259 1.856 0 2.619-1.159 2.619-1.939v-1.441zm2.286 4.39c-.248.151-.563.233-1.01.233-.73 0-1.193-.397-1.193-1.325-.779.911-1.823 1.325-3.016 1.325-1.558 0-2.833-.696-2.833-2.402 0-1.939 1.441-2.352 2.899-2.634 1.558-.298 2.884-.2 2.884-1.26 0-1.227-1.011-1.424-1.907-1.424-1.192 0-2.07.363-2.136 1.623h-1.409c.083-2.121 1.723-2.865 3.629-2.865 1.54 0 3.214.345 3.214 2.351v4.408c0 .664 0 .96.447.96.117 0 .249-.017.431-.082v1.092zM94.186 46.358L95.594 46.358 95.594 34.529 94.186 34.529zM97.599 46.358h1.407v-8.564h-1.407v8.564zm0-10.106h1.407v-1.723h-1.407v1.723zM101.509 39.035h-1.441v-1.241h1.441v-1.276c0-1.392.828-2.12 2.37-2.12.264 0 .645.048.911.131v1.226a2.671 2.671 0 00-.795-.116c-.68 0-1.078.216-1.078.962v1.193h1.657v1.241h-1.657v7.324h-1.408v-7.324M109.264 45.315c1.474 0 2.667-1.159 2.667-3.23 0-2.088-1.193-3.247-2.667-3.247-1.475 0-2.668 1.159-2.668 3.247 0 2.071 1.193 3.23 2.668 3.23zm0-7.719c2.716 0 4.158 1.971 4.158 4.489 0 2.501-1.442 4.473-4.158 4.473-2.718 0-4.159-1.972-4.159-4.473 0-2.518 1.441-4.489 4.159-4.489zM114.766 37.794h1.325V39.6h.033c.68-1.376 1.625-2.056 3.149-2.004v1.491c-2.27 0-3.098 1.292-3.098 3.462v3.81h-1.409v-8.565M120.068 37.794h1.325v1.358h.034c.596-1.06 1.557-1.556 2.783-1.556 2.253 0 2.95 1.292 2.95 3.13v5.633h-1.409v-5.797c0-1.045-.663-1.724-1.74-1.724-1.706 0-2.534 1.143-2.534 2.684v4.837h-1.409v-8.565M129.1 46.358h1.408v-8.564H129.1v8.564zm0-10.106h1.408v-1.723H129.1v1.723zM137.732 41.935c-.547.398-1.607.414-2.552.581-.928.166-1.723.497-1.723 1.54 0 .929.795 1.259 1.657 1.259 1.856 0 2.618-1.159 2.618-1.939v-1.441zm2.287 4.39c-.249.151-.563.233-1.011.233-.729 0-1.193-.397-1.193-1.325-.779.911-1.823 1.325-3.016 1.325-1.557 0-2.833-.696-2.833-2.402 0-1.939 1.441-2.352 2.899-2.634 1.558-.298 2.884-.2 2.884-1.26 0-1.227-1.01-1.424-1.906-1.424-1.193 0-2.071.363-2.137 1.623h-1.408c.082-2.121 1.723-2.865 3.628-2.865 1.54 0 3.215.345 3.215 2.351v4.408c0 .664 0 .96.446.96.117 0 .249-.017.432-.082v1.092zM145.704 46.358L147.277 46.358 147.277 34.529 145.704 34.529zM149.43 37.794h1.326v1.358h.035c.593-1.06 1.556-1.556 2.783-1.556 2.253 0 2.949 1.292 2.949 3.13v5.633h-1.41v-5.797c0-1.045-.661-1.724-1.739-1.724-1.707 0-2.534 1.143-2.534 2.684v4.837h-1.41v-8.565M159.242 43.658c.049 1.259 1.142 1.657 2.302 1.657.879 0 2.073-.199 2.073-1.275 0-1.094-1.393-1.275-2.804-1.59-1.389-.317-2.796-.78-2.796-2.42 0-1.722 1.706-2.434 3.196-2.434 1.89 0 3.397.594 3.514 2.683h-1.408c-.101-1.094-1.062-1.441-1.99-1.441-.846 0-1.822.233-1.822 1.093 0 1.011 1.491 1.175 2.801 1.49 1.406.316 2.798.778 2.798 2.436 0 2.039-1.905 2.701-3.644 2.701-1.924 0-3.546-.779-3.63-2.9h1.41M168.356 37.794h1.706v1.241h-1.706v5.32c0 .647.182.761 1.06.761h.646v1.243h-1.076c-1.459 0-2.04-.297-2.04-1.872v-5.452h-1.457v-1.241h1.457v-2.569h1.41v2.569M171.438 46.358h1.407v-8.564h-1.407v8.564zm0-10.106h1.407v-1.723h-1.407v1.723zM176.724 37.794h1.708v1.241h-1.708v5.32c0 .647.182.761 1.06.761h.648v1.243h-1.079c-1.457 0-2.038-.297-2.038-1.872v-5.452h-1.459v-1.241h1.459v-2.569h1.409v2.569M186.813 46.359h-1.325v-1.357h-.033c-.596 1.06-1.558 1.556-2.783 1.556-2.253 0-2.949-1.291-2.949-3.132v-5.632h1.409v5.798c0 1.044.663 1.723 1.739 1.723 1.706 0 2.534-1.142 2.534-2.685v-4.836h1.408v8.565M190.627 37.794h1.705v1.241h-1.705v5.32c0 .647.181.761 1.059.761h.646v1.243h-1.076c-1.457 0-2.037-.297-2.037-1.872v-5.452h-1.459v-1.241h1.459v-2.569h1.408v2.569M199.573 41.257c-.066-1.343-1.077-2.419-2.468-2.419-1.474 0-2.353 1.109-2.452 2.419h4.92zm1.359 2.385c-.381 1.889-1.74 2.916-3.661 2.916-2.736 0-4.027-1.889-4.109-4.505 0-2.57 1.69-4.457 4.026-4.457 3.031 0 3.961 2.832 3.876 4.904h-6.411c-.05 1.491.794 2.815 2.667 2.815 1.159 0 1.972-.563 2.221-1.673h1.391zM210.295 45.315c1.476 0 2.668-1.159 2.668-3.23 0-2.088-1.192-3.247-2.668-3.247-1.475 0-2.667 1.159-2.667 3.247 0 2.071 1.192 3.23 2.667 3.23zm0-7.719c2.716 0 4.158 1.971 4.158 4.489 0 2.501-1.442 4.473-4.158 4.473-2.718 0-4.159-1.972-4.159-4.473 0-2.518 1.441-4.489 4.159-4.489zM216.427 39.035h-1.441v-1.241h1.441v-1.276c0-1.392.828-2.12 2.371-2.12.264 0 .644.048.911.131v1.226a2.684 2.684 0 00-.797-.116c-.681 0-1.076.216-1.076.962v1.193h1.655v1.241h-1.655v7.324h-1.409v-7.324M227.744 35.855L223.801 35.855 223.801 34.529 233.262 34.529 233.262 35.855 229.319 35.855 229.319 46.359 227.744 46.359 227.744 35.855M240.023 41.257c-.068-1.343-1.077-2.419-2.468-2.419-1.476 0-2.354 1.109-2.452 2.419h4.92zm1.359 2.385c-.381 1.889-1.739 2.916-3.661 2.916-2.735 0-4.029-1.889-4.111-4.505 0-2.57 1.691-4.457 4.027-4.457 3.032 0 3.959 2.832 3.877 4.904h-6.411c-.05 1.491.793 2.815 2.667 2.815 1.159 0 1.972-.563 2.22-1.673h1.392zM248.524 40.545c-.215-1.078-.961-1.707-2.122-1.707-2.038 0-2.666 1.608-2.666 3.346 0 1.574.711 3.131 2.501 3.131 1.359 0 2.171-.795 2.353-2.087h1.441c-.314 2.087-1.623 3.33-3.778 3.33-2.617 0-4.009-1.822-4.009-4.374 0-2.57 1.324-4.588 4.043-4.588 1.937 0 3.495.91 3.694 2.949h-1.457M251.341 34.529h1.409v4.524h.035c.462-1.027 1.671-1.457 2.699-1.457 2.253 0 2.95 1.292 2.95 3.13v5.633h-1.409v-5.797c0-1.045-.665-1.724-1.74-1.724-1.707 0-2.535 1.143-2.535 2.684v4.837h-1.409v-11.83M260.29 37.794h1.325v1.358h.033c.597-1.06 1.558-1.556 2.784-1.556 2.255 0 2.95 1.292 2.95 3.13v5.633h-1.408v-5.797c0-1.045-.663-1.724-1.742-1.724-1.704 0-2.534 1.143-2.534 2.684v4.837h-1.408v-8.565M272.934 45.315c1.475 0 2.668-1.159 2.668-3.23 0-2.088-1.193-3.247-2.668-3.247-1.474 0-2.667 1.159-2.667 3.247 0 2.071 1.193 3.23 2.667 3.23zm0-7.719c2.717 0 4.158 1.971 4.158 4.489 0 2.501-1.441 4.473-4.158 4.473-2.716 0-4.16-1.972-4.16-4.473 0-2.518 1.444-4.489 4.16-4.489zM278.568 46.358L279.977 46.358 279.977 34.529 278.568 34.529zM285.596 45.315c1.473 0 2.666-1.159 2.666-3.23 0-2.088-1.193-3.247-2.666-3.247-1.477 0-2.669 1.159-2.669 3.247 0 2.071 1.192 3.23 2.669 3.23zm0-7.719c2.716 0 4.157 1.971 4.157 4.489 0 2.501-1.441 4.473-4.157 4.473-2.719 0-4.16-1.972-4.16-4.473 0-2.518 1.441-4.489 4.16-4.489zM297.144 41.902c0-1.508-.663-3.064-2.434-3.064-1.808 0-2.536 1.474-2.536 3.113 0 1.541.563 3.266 2.418 3.266 1.857 0 2.552-1.707 2.552-3.315zm1.391 3.728c0 2.785-1.274 4.208-3.977 4.208-1.606 0-3.463-.645-3.544-2.517h1.407c.067 1.026 1.292 1.392 2.221 1.392 1.839 0 2.568-1.327 2.568-3.248v-.563h-.032c-.466 1.044-1.591 1.556-2.668 1.556-2.553 0-3.829-2.004-3.829-4.341 0-2.021.995-4.521 3.961-4.521 1.077 0 2.038.479 2.551 1.424h.017v-1.226h1.325v7.836zM303.757 47.501c-.647 1.675-1.227 2.287-2.486 2.287-.332 0-.664-.033-.978-.148v-1.293c.265.085.548.198.828.198.581 0 .896-.28 1.16-.776l.58-1.459-3.396-8.516h1.59l2.503 7.008h.033l2.401-7.008h1.492l-3.727 9.707" fill="currentColor" transform="translate(8.042 6.948)"></path></g>',1)];function Cb(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(["LogoTribrand",{"-invert":e.invert}]),width:"324",height:"72",viewBox:"0 0 324 72",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},Bb,2)}const Eb=B(wb,[["render",Cb]]);function vn(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?vn=function(n){return typeof n}:vn=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},vn(e)}function Sb(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function Vb(e,n){for(var a=0;a<n.length;a++){var o=n[a];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function Nb(e,n,a){return n&&Vb(e.prototype,n),e}function Ji(e){return Tb(e)||Ib(e)||xb()}function Tb(e){if(Array.isArray(e)){for(var n=0,a=new Array(e.length);n<e.length;n++)a[n]=e[n];return a}}function Ib(e){if(Symbol.iterator in Object(e)||Object.prototype.toString.call(e)==="[object Arguments]")return Array.from(e)}function xb(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function Mb(e){var n;return typeof e=="function"?n={callback:e}:n=e,n}function Lb(e,n){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o,s,i,r=function(c){for(var d=arguments.length,h=new Array(d>1?d-1:0),m=1;m<d;m++)h[m-1]=arguments[m];if(i=h,!(o&&c===s)){var p=a.leading;typeof p=="function"&&(p=p(c,s)),(!o||c!==s)&&p&&e.apply(void 0,[c].concat(Ji(i))),s=c,clearTimeout(o),o=setTimeout(function(){e.apply(void 0,[c].concat(Ji(i))),o=0},n)}};return r._clear=function(){clearTimeout(o),o=null},r}function Qi(e,n){if(e===n)return!0;if(vn(e)==="object"){for(var a in e)if(!Qi(e[a],n[a]))return!1;return!0}return!1}var Db=function(){function e(n,a,o){Sb(this,e),this.el=n,this.observer=null,this.frozen=!1,this.createObserver(a,o)}return Nb(e,[{key:"createObserver",value:function(a,o){var s=this;if(this.observer&&this.destroyObserver(),!this.frozen){if(this.options=Mb(a),this.callback=function(l,c){s.options.callback(l,c),l&&s.options.once&&(s.frozen=!0,s.destroyObserver())},this.callback&&this.options.throttle){var i=this.options.throttleOptions||{},r=i.leading;this.callback=Lb(this.callback,this.options.throttle,{leading:function(c){return r==="both"||r==="visible"&&c||r==="hidden"&&!c}})}this.oldResult=void 0,this.observer=new IntersectionObserver(function(l){var c=l[0];if(l.length>1){var d=l.find(function(m){return m.isIntersecting});d&&(c=d)}if(s.callback){var h=c.isIntersecting&&c.intersectionRatio>=s.threshold;if(h===s.oldResult)return;s.oldResult=h,s.callback(h,c)}},this.options.intersection),o.context.$nextTick(function(){s.observer&&s.observer.observe(s.el)})}}},{key:"destroyObserver",value:function(){this.observer&&(this.observer.disconnect(),this.observer=null),this.callback&&this.callback._clear&&(this.callback._clear(),this.callback=null)}},{key:"threshold",get:function(){return this.options.intersection&&typeof this.options.intersection.threshold=="number"?this.options.intersection.threshold:0}}]),e}();function er(e,n,a){var o=n.value;if(o)if(typeof IntersectionObserver>"u")console.warn("[vue-observe-visibility] IntersectionObserver API is not available in your browser. Please install this polyfill: https://github.com/w3c/IntersectionObserver/tree/master/polyfill");else{var s=new Db(e,o,a);e._vue_visibilityState=s}}function vb(e,n,a){var o=n.value,s=n.oldValue;if(!Qi(o,s)){var i=e._vue_visibilityState;if(!o){tr(e);return}i?i.createObserver(o,a):er(e,{value:o},a)}}function tr(e){var n=e._vue_visibilityState;n&&(n.destroyObserver(),delete e._vue_visibilityState)}var Pn={bind:er,update:vb,unbind:tr};function Pb(e){e.directive("observe-visibility",Pn)}var zb={version:"1.0.0",install:Pb},zn=null;typeof window<"u"?zn=window.Vue:typeof global<"u"&&(zn=global.Vue),zn&&zn.use(zb);const Ab=t.defineComponent({name:"MissionDetailAbout",components:{BaseHeading:G,BlockText:re},directives:{ObserveVisibility:Pn},props:{descriptionHeading:{type:String,required:!1,default:"About the Mission"},description:{type:String,required:!0,default:""},instruments:{type:Array,required:!1},sidebarTitle:{type:String,required:!1,default:"Instruments"}},data(){return{showAnimation:!1,hasIntersectionObserver:!0}},computed:{hasContent(){return!(!this.instruments||this.instruments.length===0)},animationClass(){if(this.hasIntersectionObserver){if(this.showAnimation)return"animated"}else return"lifeless";return""}},mounted(){this.featureDetection()},methods:{isViewableNow(e){this.showAnimation=e},featureDetection(){(!("IntersectionObserver"in window)||!("IntersectionObserverEntry"in window)||!("intersectionRatio"in window.IntersectionObserverEntry.prototype))&&(this.hasIntersectionObserver=!1)}}}),Ob={key:0,class:"MissionDetailAbout lg:BaseGrid lg:px-0 container px-4 mx-auto"},Fb={class:"col-span-6 col-start-2 mb-3"},Hb={class:"col-span-6 col-start-2"},qb={class:"mb-10"},jb={key:0,class:"col-span-3 col-start-9"},Rb={class:"font-secondary mb-5 text-base leading-tight tracking-wider uppercase"},Gb={class:"lg:mb-5 flex flex-wrap items-start mb-3"};function Ub(e,n,a,o,s,i){const r=G,l=re,c=t.resolveDirective("observe-visibility");return e.description?(t.openBlock(),t.createElementBlock("div",Ob,[t.createElementVNode("div",Fb,[t.createVNode(r,{level:"h2"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.descriptionHeading),1)]),_:1})]),t.createElementVNode("div",Hb,[t.createElementVNode("div",qb,[t.createVNode(l,{text:e.description},null,8,["text"])])]),e.hasContent?(t.openBlock(),t.createElementBlock("div",jb,[t.createElementVNode("p",Rb,t.toDisplayString(e.sidebarTitle),1),t.createElementVNode("ul",Gb,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.instruments,(d,h)=>t.withDirectives((t.openBlock(),t.createElementBlock("li",{key:h,class:t.normalizeClass([e.animationClass,"instrument justify-content-center flex-column flex items-start w-full align-middle"])},[t.createElementVNode("span",null,t.toDisplayString(d.instrument),1)],2)),[[c,{callback:e.isViewableNow,throttle:0,once:!0}]])),128))])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Wb=B(Ab,[["render",Ub]]),Yb={name:"ParallaxElement",props:{factor:{default:.25,type:Number},offset:{default:0,type:Number}}};function Kb(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle({transform:`translate3d(0, calc(var(--scroll-factor) * ${a.factor} - ${a.offset}px), 0)`})},[t.renderSlot(e.$slots,"default")],4)}const Bo=B(Yb,[["render",Kb]]),Zb={name:"ParallaxContainer",props:{invert:{type:Boolean,default:!1,required:!1},overflow:{type:Boolean,default:!1,required:!1}},data(){return{data:{scrollFactor:0,width:0,height:0},eventHandler:void 0}},mounted(){this.init()},beforeUnmount(){this.eventHandler&&(window.removeEventListener("resize",this.eventHandler),window.removeEventListener("scroll",this.eventHandler))},methods:{init(){this.calcParallax(),this.$nextTick(()=>{this.eventHandler=()=>requestAnimationFrame(this.calcParallax),window.addEventListener("resize",this.eventHandler,!1),window.addEventListener("scroll",this.eventHandler,{capture:!1,passive:!0})})},calcParallax(){const e=this.$el.getBoundingClientRect();this.data.height=e.height,this.data.width=e.width;const n=e.top,a=window.innerHeight-n;this.invert?this.data.scrollFactor=n/(window.innerHeight+this.data.height):this.data.scrollFactor=a/(window.innerHeight+this.data.height)}}};function Xb(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass({"overflow-hidden":!a.overflow}),style:t.normalizeStyle({"--scroll-factor":`${s.data.scrollFactor*s.data.height}px`})},[t.renderSlot(e.$slots,"default")],6)}const nr=B(Zb,[["render",Xb]]),Jb=t.defineComponent({name:"MissionDetailHero",components:{ParallaxContainer:nr,ParallaxElement:Bo,BaseButton:R,IconExternal:be},props:{title:{type:String,required:!0,default:""},subtitle:{type:String,required:!1},summary:{type:String,required:!0,default:""},missionWebsiteUrl:{type:String,required:!1},instrumentImage:{type:Object,required:!1},instrumentBackground:{type:Object,required:!1},heroFallback:{type:Object,required:!1},templateStyle:{type:String,required:!1}},data(){return{isLoaded:!1}},computed:{hasBackground(){return this.instrumentBackground?!0:!!(this.heroFallback&&!this.instrumentImage)},hasForeground(){return!!this.instrumentImage},theBackground(){return this.instrumentBackground?this.instrumentBackground.image:this.heroFallback},heroTheme(){let e="";return this.hasBackground||this.templateStyle==="dark"?e="ThemeVariantDark bg-black":e="ThemeVariantLight",e},backgroundTransition(){let e="";return this.isLoaded?e="scale-100 opacity-1":e="scale-125 opacity-0",e},foregroundTransition(){let e="";return this.isLoaded?e="opacity-1 translate-y-0 lg:-translate-y-1/2":e="opacity-0 translate-y-12 lg:-translate-y-3/7",e},overlayClasses(){return this.hasForeground&&this.hasBackground?"bg-gradient-to-bl from-transparent lg:to-transparent-black-90 to-black":this.hasBackground?"bg-gradient-to-l from-transparent-w25 to-transparent-black-90":""}},mounted(){this.init()},methods:{init(){(this.hasBackground||this.templateStyle==="dark")&&Xe();let e=this.$refs.foregroundImage;if(this.hasBackground&&(e=this.$refs.backgroundImage),!!e)if(e.complete)this.isLoaded=!0;else{const n=()=>{this.isLoaded=!0,e.removeEventListener("load",n)};e.addEventListener("load",n,!1)}}}}),Qb=["src","srcset","width","height","alt"],ek={class:"relative z-30 w-full h-full"},tk={class:"content lg:mb-0 lg:py-48 lg:flex lg:items-center duration-2000 relative z-30 w-full h-full transition-all ease-out delay-200"},nk={class:"lg:py-0 lg:BaseGrid sm:pt-24 container h-full py-10 mx-auto"},ak={key:0,class:"text-body-sm mb-3 font-normal tracking-normal"},ok={class:"text-h1-alt break-normal"},sk={class:"xl:text-2xl lg:text-md xl:pr-26 xl:leading-normal text-xl leading-relaxed"},ik={class:"block w-full h-full"},rk=["srcset"],lk=["src","srcset","width","height","alt"];function ck(e,n,a,o,s,i){const r=be,l=R,c=Bo;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["MissionDetailHero max-w-screen-3xl relative mx-auto transition-opacity duration-500",e.heroTheme])},[t.createElementVNode("div",{class:t.normalizeClass(["absolute inset-0 z-10 overflow-hidden",{"bg-black":e.hasBackground}])},[t.createElementVNode("div",{class:t.normalizeClass(["background duration-3500 w-full h-full transition-all ease-out transform",e.backgroundTransition])},[e.hasBackground&&e.theBackground&&e.theBackground.src?(t.openBlock(),t.createElementBlock("img",{key:0,ref:"backgroundImage",class:"max-w-none object-cover w-full h-full",src:e.theBackground.src.url,srcset:e.theBackground.srcSet,width:e.theBackground.src.width,height:e.theBackground.src.height,alt:e.hasForeground?"":e.theBackground.alt,"data-chromatic":"ignore"},null,8,Qb)):t.createCommentVNode("",!0)],2)],2),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.hasForeground?"ParallaxContainer":"div"),{invert:"",overflow:"",class:t.normalizeClass(["content-wrapper lg:pb-0 relative z-20 flex items-center w-full h-full pb-12",e.overlayClasses])},{default:t.withCtx(()=>[t.createElementVNode("div",ek,[t.createElementVNode("div",tk,[t.createElementVNode("div",nk,[t.createElementVNode("div",{class:t.normalizeClass(["content-body lg:px-10 3xl:px-0 col-start-1 col-end-7 px-4",{"text-contrast":e.hasBackground}])},[e.subtitle?(t.openBlock(),t.createElementBlock("p",ak,t.toDisplayString(e.subtitle),1)):t.createCommentVNode("",!0),t.createElementVNode("h1",ok,t.toDisplayString(e.title),1),t.createElementVNode("p",sk,t.toDisplayString(e.summary),1),e.missionWebsiteUrl?(t.openBlock(),t.createBlock(l,{key:1,href:e.missionWebsiteUrl,target:"_blank",class:"mt-8",variant:"secondary",compact:""},{icon:t.withCtx(()=>[t.createVNode(r,{class:"ml-2 text-base"})]),default:t.withCtx(()=>[t.createTextVNode(" Visit Mission Website ")]),_:1},8,["href"])):t.createCommentVNode("",!0)],2)])]),e.hasForeground&&e.instrumentImage&&Object.keys(e.instrumentImage).length?(t.openBlock(),t.createBlock(c,{key:0,class:"foreground lg:absolute lg:mt-0 lg:pb-0 lg:inset-0 lg:flex lg:items-center 3xl:mr-16 z-20 w-full h-full pb-10 mt-24 ml-auto mr-10 overflow-visible",factor:.4},{default:t.withCtx(()=>[t.createElementVNode("picture",ik,[t.createElementVNode("source",{srcset:e.instrumentImage.webp.url,type:"image/webp"},null,8,rk),e.instrumentImage.src?(t.openBlock(),t.createElementBlock("img",{key:0,ref:"foregroundImage",class:t.normalizeClass(`lg:absolute lg:right-1/2 lg:translate-x-1/2 lg:top-1/2 lg:-mr-8 lg:mt-0 transform transition-all delay-500 duration-2000 ease-out mx-auto -mt-10 ${e.foregroundTransition}`),src:e.instrumentImage.src.url,srcset:e.instrumentImage.srcSet,width:e.instrumentImage.src.width,height:e.instrumentImage.src.height,alt:e.instrumentImage.alt},null,10,lk)):t.createCommentVNode("",!0)])]),_:1})):t.createCommentVNode("",!0)])]),_:1},8,["class"]))],2)}const dk=B(Jb,[["render",ck],["__scopeId","data-v-41a4bfe3"]]),hk=t.defineComponent({name:"MissionDetailHighlightsCarouselItem",components:{BaseHeading:G,BaseLink:F,IconExternal:be},props:{item:{type:Object,required:!0,default:()=>({})}},computed:{theHeading(){var n,a;const e=this.item;return e.heading??((a=(n=e.highlightLink)==null?void 0:n.page)==null?void 0:a.title)??!1},theSummary(){const e=this.item;return e.summary?e.summary:e.highlightLink&&e.highlightLink.page&&e.highlightLink.page.summary?e.highlightLink.page.summary:!1},theAriaLabel(){return this.theHeading?"Learn more about "+this.theHeading:"Learn more"}}}),mk={key:0},pk={key:0,class:"font-secondary text-jpl-red-light mb-4 font-semibold tracking-wider uppercase"},fk={key:1,class:"font-secondary text-jpl-red-light mb-4 font-semibold tracking-wider uppercase"},uk={key:3,class:"text-body-normal xl:pr-4"},gk={key:0},yk={key:1,class:"inline-block"},bk={class:"flex items-center"};function kk(e,n,a,o,s,i){const r=G,l=be,c=F;return e.item?(t.openBlock(),t.createElementBlock("div",mk,[e.item.date?(t.openBlock(),t.createElementBlock("p",pk,t.toDisplayString(e.$filters.displayDate(e.item.date)),1)):t.createCommentVNode("",!0),e.item.dateFreeform?(t.openBlock(),t.createElementBlock("p",fk,t.toDisplayString(e.item.dateFreeform),1)):t.createCommentVNode("",!0),e.theHeading?(t.openBlock(),t.createBlock(r,{key:2,level:"h3",size:"h6",class:"mb-6"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.theHeading),1)]),_:1})):t.createCommentVNode("",!0),e.theSummary||e.item.highlightLink?(t.openBlock(),t.createElementBlock("div",uk,[e.theSummary?(t.openBlock(),t.createElementBlock("span",gk,t.toDisplayString(e.theSummary),1)):t.createCommentVNode("",!0),e.item.highlightLink?(t.openBlock(),t.createElementBlock("span",yk,[t.createVNode(c,{variant:"default","external-target-blank":"",class:"slide-link inline-block font-medium","aria-label":e.theAriaLabel,href:e.item.highlightLink.externalLink?e.item.highlightLink.externalLink:void 0,to:e.item.highlightLink.page?e.item.highlightLink.page.url:void 0},{default:t.withCtx(()=>[t.createElementVNode("span",bk,[t.createElementVNode("span",{class:t.normalizeClass(["ml-1",{"mr-1":e.item.highlightLink.externalLink}])},"Learn more",2),e.item.highlightLink.externalLink?(t.openBlock(),t.createBlock(l,{key:0})):t.createCommentVNode("",!0)])]),_:1},8,["aria-label","href","to"])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const ar=B(hk,[["render",kk],["__scopeId","data-v-04221f79"]]);te.use([kn,Ot]);const _k=t.defineComponent({name:"MissionDetailHighlightsCarousel",components:{BaseButton:R,IconPrev:we,IconNext:$e,MissionDetailHighlightsCarouselItem:ar},props:{items:{type:Array,required:!0,default:()=>[]}},data(){return{currentIndex:0,currentCaption:"",slider:null,sliderOptions:{slidesPerView:1,speed:500,threshold:20,loop:!0,spaceBetween:20,watchSlidesProgress:!0,navigation:{nextEl:".swiper-next",prevEl:".swiper-prev"},on:{slideChange:e=>{this.updateIndex(e.realIndex)}}}}},mounted(){this.init()},methods:{init(){this.items.length>1&&(this.slider=new te(this.$refs.MissionHighlightsCarousel,this.sliderOptions),this.currentIndex=this.slider.realIndex)},updateIndex(e){this.currentIndex=e},slideTo(e){this.slider&&this.slider.slideTo(e)}}}),$k={class:"MissionHighlightsCarousel ThemeVariantDark w-full overflow-hidden"},wk={ref:"MissionHighlightsCarousel",class:"swiper"},Bk={class:"swiper-wrapper"},Ck={class:"swiper-dots -mb-2 -ml-2"},Ek=["aria-label","onClick"],Sk={class:"swiper-nav"},Vk={class:"flex justify-end w-full"},Nk={class:"flex"};function Tk(e,n,a,o,s,i){const r=ar,l=we,c=R,d=$e;return t.openBlock(),t.createElementBlock("div",$k,[t.createElementVNode("div",wk,[t.createElementVNode("div",Bk,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(h,m)=>(t.openBlock(),t.createBlock(r,{key:m,item:h,class:"swiper-slide"},null,8,["item"]))),128))]),t.createElementVNode("div",{class:t.normalizeClass(["border-jpl-red-light lg:mt-12 flex justify-between w-full mt-5 border-t",{hidden:e.items.length===1}])},[t.createElementVNode("div",Ck,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(h,m)=>(t.openBlock(),t.createElementBlock("button",{key:m,class:"group inline-block px-2 pt-3 cursor-pointer","aria-label":"Go to slide "+(m+1),onClick:p=>e.slideTo(m+1)},[t.createElementVNode("span",{class:t.normalizeClass(["can-hover:group-hover:bg-jpl-red-light can-hover:group-hover:opacity-100 inline-block w-3 h-3 rounded-full",e.currentIndex===m?"bg-jpl-red-light":"bg-white opacity-25"])},null,2)],8,Ek))),128))]),t.createElementVNode("div",Sk,[t.createElementVNode("div",Vk,[t.createElementVNode("div",Nk,[t.createVNode(c,{class:"swiper-prev xl:text-base text-sm border-collapse","aria-label":"Previous slide"},{icon:t.withCtx(()=>[t.createVNode(l)]),_:1}),t.createVNode(c,{class:"swiper-next xl:text-base text-sm border-collapse","aria-label":"Next slide"},{icon:t.withCtx(()=>[t.createVNode(d)]),_:1})])])])],2)],512)])}const or=B(_k,[["render",Tk]]);var sr={update:null,begin:null,loopBegin:null,changeBegin:null,change:null,changeComplete:null,loopComplete:null,complete:null,loop:1,direction:"normal",autoplay:!0,timelineOffset:0},Co={duration:1e3,delay:0,endDelay:0,easing:"easeOutElastic(1, .5)",round:0},Ik=["translateX","translateY","translateZ","rotate","rotateX","rotateY","rotateZ","scale","scaleX","scaleY","scaleZ","skew","skewX","skewY","perspective","matrix","matrix3d"],An={CSS:{},springs:{}};function Me(e,n,a){return Math.min(Math.max(e,n),a)}function Xt(e,n){return e.indexOf(n)>-1}function Eo(e,n){return e.apply(null,n)}var H={arr:function(e){return Array.isArray(e)},obj:function(e){return Xt(Object.prototype.toString.call(e),"Object")},pth:function(e){return H.obj(e)&&e.hasOwnProperty("totalLength")},svg:function(e){return e instanceof SVGElement},inp:function(e){return e instanceof HTMLInputElement},dom:function(e){return e.nodeType||H.svg(e)},str:function(e){return typeof e=="string"},fnc:function(e){return typeof e=="function"},und:function(e){return typeof e>"u"},nil:function(e){return H.und(e)||e===null},hex:function(e){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(e)},rgb:function(e){return/^rgb/.test(e)},hsl:function(e){return/^hsl/.test(e)},col:function(e){return H.hex(e)||H.rgb(e)||H.hsl(e)},key:function(e){return!sr.hasOwnProperty(e)&&!Co.hasOwnProperty(e)&&e!=="targets"&&e!=="keyframes"}};function ir(e){var n=/\(([^)]+)\)/.exec(e);return n?n[1].split(",").map(function(a){return parseFloat(a)}):[]}function rr(e,n){var a=ir(e),o=Me(H.und(a[0])?1:a[0],.1,100),s=Me(H.und(a[1])?100:a[1],.1,100),i=Me(H.und(a[2])?10:a[2],.1,100),r=Me(H.und(a[3])?0:a[3],.1,100),l=Math.sqrt(s/o),c=i/(2*Math.sqrt(s*o)),d=c<1?l*Math.sqrt(1-c*c):0,h=1,m=c<1?(c*l+-r)/d:-r+l;function p(u){var b=n?n*u/1e3:u;return c<1?b=Math.exp(-b*c*l)*(h*Math.cos(d*b)+m*Math.sin(d*b)):b=(h+m*b)*Math.exp(-b*l),u===0||u===1?u:1-b}function f(){var u=An.springs[e];if(u)return u;for(var b=1/6,E=0,g=0;;)if(E+=b,p(E)===1){if(g++,g>=16)break}else g=0;var y=E*b*1e3;return An.springs[e]=y,y}return n?p:f}function xk(e){return e===void 0&&(e=10),function(n){return Math.ceil(Me(n,1e-6,1)*e)*(1/e)}}var Mk=function(){var e=11,n=1/(e-1);function a(h,m){return 1-3*m+3*h}function o(h,m){return 3*m-6*h}function s(h){return 3*h}function i(h,m,p){return((a(m,p)*h+o(m,p))*h+s(m))*h}function r(h,m,p){return 3*a(m,p)*h*h+2*o(m,p)*h+s(m)}function l(h,m,p,f,u){var b,E,g=0;do E=m+(p-m)/2,b=i(E,f,u)-h,b>0?p=E:m=E;while(Math.abs(b)>1e-7&&++g<10);return E}function c(h,m,p,f){for(var u=0;u<4;++u){var b=r(m,p,f);if(b===0)return m;var E=i(m,p,f)-h;m-=E/b}return m}function d(h,m,p,f){if(!(0<=h&&h<=1&&0<=p&&p<=1))return;var u=new Float32Array(e);if(h!==m||p!==f)for(var b=0;b<e;++b)u[b]=i(b*n,h,p);function E(g){for(var y=0,_=1,V=e-1;_!==V&&u[_]<=g;++_)y+=n;--_;var M=(g-u[_])/(u[_+1]-u[_]),N=y+M*n,I=r(N,h,p);return I>=.001?c(g,N,h,p):I===0?N:l(g,y,y+n,h,p)}return function(g){return h===m&&p===f||g===0||g===1?g:i(E(g),m,f)}}return d}(),lr=function(){var e={linear:function(){return function(o){return o}}},n={Sine:function(){return function(o){return 1-Math.cos(o*Math.PI/2)}},Expo:function(){return function(o){return o?Math.pow(2,10*o-10):0}},Circ:function(){return function(o){return 1-Math.sqrt(1-o*o)}},Back:function(){return function(o){return o*o*(3*o-2)}},Bounce:function(){return function(o){for(var s,i=4;o<((s=Math.pow(2,--i))-1)/11;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((s*3-2)/22-o,2)}},Elastic:function(o,s){o===void 0&&(o=1),s===void 0&&(s=.5);var i=Me(o,1,10),r=Me(s,.1,2);return function(l){return l===0||l===1?l:-i*Math.pow(2,10*(l-1))*Math.sin((l-1-r/(Math.PI*2)*Math.asin(1/i))*(Math.PI*2)/r)}}},a=["Quad","Cubic","Quart","Quint"];return a.forEach(function(o,s){n[o]=function(){return function(i){return Math.pow(i,s+2)}}}),Object.keys(n).forEach(function(o){var s=n[o];e["easeIn"+o]=s,e["easeOut"+o]=function(i,r){return function(l){return 1-s(i,r)(1-l)}},e["easeInOut"+o]=function(i,r){return function(l){return l<.5?s(i,r)(l*2)/2:1-s(i,r)(l*-2+2)/2}},e["easeOutIn"+o]=function(i,r){return function(l){return l<.5?(1-s(i,r)(1-l*2))/2:(s(i,r)(l*2-1)+1)/2}}}),e}();function So(e,n){if(H.fnc(e))return e;var a=e.split("(")[0],o=lr[a],s=ir(e);switch(a){case"spring":return rr(e,n);case"cubicBezier":return Eo(Mk,s);case"steps":return Eo(xk,s);default:return Eo(o,s)}}function cr(e){try{var n=document.querySelectorAll(e);return n}catch{return}}function On(e,n){for(var a=e.length,o=arguments.length>=2?arguments[1]:void 0,s=[],i=0;i<a;i++)if(i in e){var r=e[i];n.call(o,r,i,e)&&s.push(r)}return s}function Fn(e){return e.reduce(function(n,a){return n.concat(H.arr(a)?Fn(a):a)},[])}function dr(e){return H.arr(e)?e:(H.str(e)&&(e=cr(e)||e),e instanceof NodeList||e instanceof HTMLCollection?[].slice.call(e):[e])}function Vo(e,n){return e.some(function(a){return a===n})}function No(e){var n={};for(var a in e)n[a]=e[a];return n}function To(e,n){var a=No(e);for(var o in e)a[o]=n.hasOwnProperty(o)?n[o]:e[o];return a}function Hn(e,n){var a=No(e);for(var o in n)a[o]=H.und(e[o])?n[o]:e[o];return a}function Lk(e){var n=/rgb\((\d+,\s*[\d]+,\s*[\d]+)\)/g.exec(e);return n?"rgba("+n[1]+",1)":e}function Dk(e){var n=/^#?([a-f\d])([a-f\d])([a-f\d])$/i,a=e.replace(n,function(l,c,d,h){return c+c+d+d+h+h}),o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(a),s=parseInt(o[1],16),i=parseInt(o[2],16),r=parseInt(o[3],16);return"rgba("+s+","+i+","+r+",1)"}function vk(e){var n=/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(e)||/hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*([\d.]+)\)/g.exec(e),a=parseInt(n[1],10)/360,o=parseInt(n[2],10)/100,s=parseInt(n[3],10)/100,i=n[4]||1;function r(p,f,u){return u<0&&(u+=1),u>1&&(u-=1),u<1/6?p+(f-p)*6*u:u<1/2?f:u<2/3?p+(f-p)*(2/3-u)*6:p}var l,c,d;if(o==0)l=c=d=s;else{var h=s<.5?s*(1+o):s+o-s*o,m=2*s-h;l=r(m,h,a+1/3),c=r(m,h,a),d=r(m,h,a-1/3)}return"rgba("+l*255+","+c*255+","+d*255+","+i+")"}function Pk(e){if(H.rgb(e))return Lk(e);if(H.hex(e))return Dk(e);if(H.hsl(e))return vk(e)}function He(e){var n=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(e);if(n)return n[1]}function zk(e){if(Xt(e,"translate")||e==="perspective")return"px";if(Xt(e,"rotate")||Xt(e,"skew"))return"deg"}function Io(e,n){return H.fnc(e)?e(n.target,n.id,n.total):e}function Le(e,n){return e.getAttribute(n)}function xo(e,n,a){var o=He(n);if(Vo([a,"deg","rad","turn"],o))return n;var s=An.CSS[n+a];if(!H.und(s))return s;var i=100,r=document.createElement(e.tagName),l=e.parentNode&&e.parentNode!==document?e.parentNode:document.body;l.appendChild(r),r.style.position="absolute",r.style.width=i+a;var c=i/r.offsetWidth;l.removeChild(r);var d=c*parseFloat(n);return An.CSS[n+a]=d,d}function hr(e,n,a){if(n in e.style){var o=n.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),s=e.style[n]||getComputedStyle(e).getPropertyValue(o)||"0";return a?xo(e,s,a):s}}function Mo(e,n){if(H.dom(e)&&!H.inp(e)&&(!H.nil(Le(e,n))||H.svg(e)&&e[n]))return"attribute";if(H.dom(e)&&Vo(Ik,n))return"transform";if(H.dom(e)&&n!=="transform"&&hr(e,n))return"css";if(e[n]!=null)return"object"}function mr(e){if(H.dom(e)){for(var n=e.style.transform||"",a=/(\w+)\(([^)]*)\)/g,o=new Map,s;s=a.exec(n);)o.set(s[1],s[2]);return o}}function Ak(e,n,a,o){var s=Xt(n,"scale")?1:0+zk(n),i=mr(e).get(n)||s;return a&&(a.transforms.list.set(n,i),a.transforms.last=n),o?xo(e,i,o):i}function Lo(e,n,a,o){switch(Mo(e,n)){case"transform":return Ak(e,n,o,a);case"css":return hr(e,n,a);case"attribute":return Le(e,n);default:return e[n]||0}}function Do(e,n){var a=/^(\*=|\+=|-=)/.exec(e);if(!a)return e;var o=He(e)||0,s=parseFloat(n),i=parseFloat(e.replace(a[0],""));switch(a[0][0]){case"+":return s+i+o;case"-":return s-i+o;case"*":return s*i+o}}function pr(e,n){if(H.col(e))return Pk(e);if(/\s/g.test(e))return e;var a=He(e),o=a?e.substr(0,e.length-a.length):e;return n?o+n:o}function vo(e,n){return Math.sqrt(Math.pow(n.x-e.x,2)+Math.pow(n.y-e.y,2))}function Ok(e){return Math.PI*2*Le(e,"r")}function Fk(e){return Le(e,"width")*2+Le(e,"height")*2}function Hk(e){return vo({x:Le(e,"x1"),y:Le(e,"y1")},{x:Le(e,"x2"),y:Le(e,"y2")})}function fr(e){for(var n=e.points,a=0,o,s=0;s<n.numberOfItems;s++){var i=n.getItem(s);s>0&&(a+=vo(o,i)),o=i}return a}function qk(e){var n=e.points;return fr(e)+vo(n.getItem(n.numberOfItems-1),n.getItem(0))}function ur(e){if(e.getTotalLength)return e.getTotalLength();switch(e.tagName.toLowerCase()){case"circle":return Ok(e);case"rect":return Fk(e);case"line":return Hk(e);case"polyline":return fr(e);case"polygon":return qk(e)}}function jk(e){var n=ur(e);return e.setAttribute("stroke-dasharray",n),n}function Rk(e){for(var n=e.parentNode;H.svg(n)&&H.svg(n.parentNode);)n=n.parentNode;return n}function gr(e,n){var a=n||{},o=a.el||Rk(e),s=o.getBoundingClientRect(),i=Le(o,"viewBox"),r=s.width,l=s.height,c=a.viewBox||(i?i.split(" "):[0,0,r,l]);return{el:o,viewBox:c,x:c[0]/1,y:c[1]/1,w:r,h:l,vW:c[2],vH:c[3]}}function Gk(e,n){var a=H.str(e)?cr(e)[0]:e,o=n||100;return function(s){return{property:s,el:a,svg:gr(a),totalLength:ur(a)*(o/100)}}}function Uk(e,n,a){function o(h){h===void 0&&(h=0);var m=n+h>=1?n+h:0;return e.el.getPointAtLength(m)}var s=gr(e.el,e.svg),i=o(),r=o(-1),l=o(1),c=a?1:s.w/s.vW,d=a?1:s.h/s.vH;switch(e.property){case"x":return(i.x-s.x)*c;case"y":return(i.y-s.y)*d;case"angle":return Math.atan2(l.y-r.y,l.x-r.x)*180/Math.PI}}function yr(e,n){var a=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?/g,o=pr(H.pth(e)?e.totalLength:e,n)+"";return{original:o,numbers:o.match(a)?o.match(a).map(Number):[0],strings:H.str(e)||n?o.split(a):[]}}function Po(e){var n=e?Fn(H.arr(e)?e.map(dr):dr(e)):[];return On(n,function(a,o,s){return s.indexOf(a)===o})}function br(e){var n=Po(e);return n.map(function(a,o){return{target:a,id:o,total:n.length,transforms:{list:mr(a)}}})}function Wk(e,n){var a=No(n);if(/^spring/.test(a.easing)&&(a.duration=rr(a.easing)),H.arr(e)){var o=e.length,s=o===2&&!H.obj(e[0]);s?e={value:e}:H.fnc(n.duration)||(a.duration=n.duration/o)}var i=H.arr(e)?e:[e];return i.map(function(r,l){var c=H.obj(r)&&!H.pth(r)?r:{value:r};return H.und(c.delay)&&(c.delay=l?0:n.delay),H.und(c.endDelay)&&(c.endDelay=l===i.length-1?n.endDelay:0),c}).map(function(r){return Hn(r,a)})}function Yk(e){for(var n=On(Fn(e.map(function(i){return Object.keys(i)})),function(i){return H.key(i)}).reduce(function(i,r){return i.indexOf(r)<0&&i.push(r),i},[]),a={},o=function(i){var r=n[i];a[r]=e.map(function(l){var c={};for(var d in l)H.key(d)?d==r&&(c.value=l[d]):c[d]=l[d];return c})},s=0;s<n.length;s++)o(s);return a}function Kk(e,n){var a=[],o=n.keyframes;o&&(n=Hn(Yk(o),n));for(var s in n)H.key(s)&&a.push({name:s,tweens:Wk(n[s],e)});return a}function Zk(e,n){var a={};for(var o in e){var s=Io(e[o],n);H.arr(s)&&(s=s.map(function(i){return Io(i,n)}),s.length===1&&(s=s[0])),a[o]=s}return a.duration=parseFloat(a.duration),a.delay=parseFloat(a.delay),a}function Xk(e,n){var a;return e.tweens.map(function(o){var s=Zk(o,n),i=s.value,r=H.arr(i)?i[1]:i,l=He(r),c=Lo(n.target,e.name,l,n),d=a?a.to.original:c,h=H.arr(i)?i[0]:d,m=He(h)||He(c),p=l||m;return H.und(r)&&(r=d),s.from=yr(h,p),s.to=yr(Do(r,h),p),s.start=a?a.end:0,s.end=s.start+s.delay+s.duration+s.endDelay,s.easing=So(s.easing,s.duration),s.isPath=H.pth(i),s.isPathTargetInsideSVG=s.isPath&&H.svg(n.target),s.isColor=H.col(s.from.original),s.isColor&&(s.round=1),a=s,s})}var kr={css:function(e,n,a){return e.style[n]=a},attribute:function(e,n,a){return e.setAttribute(n,a)},object:function(e,n,a){return e[n]=a},transform:function(e,n,a,o,s){if(o.list.set(n,a),n===o.last||s){var i="";o.list.forEach(function(r,l){i+=l+"("+r+") "}),e.style.transform=i}}};function _r(e,n){var a=br(e);a.forEach(function(o){for(var s in n){var i=Io(n[s],o),r=o.target,l=He(i),c=Lo(r,s,l,o),d=l||He(c),h=Do(pr(i,d),c),m=Mo(r,s);kr[m](r,s,h,o.transforms,!0)}})}function Jk(e,n){var a=Mo(e.target,n.name);if(a){var o=Xk(n,e),s=o[o.length-1];return{type:a,property:n.name,animatable:e,tweens:o,duration:s.end,delay:o[0].delay,endDelay:s.endDelay}}}function Qk(e,n){return On(Fn(e.map(function(a){return n.map(function(o){return Jk(a,o)})})),function(a){return!H.und(a)})}function $r(e,n){var a=e.length,o=function(i){return i.timelineOffset?i.timelineOffset:0},s={};return s.duration=a?Math.max.apply(Math,e.map(function(i){return o(i)+i.duration})):n.duration,s.delay=a?Math.min.apply(Math,e.map(function(i){return o(i)+i.delay})):n.delay,s.endDelay=a?s.duration-Math.max.apply(Math,e.map(function(i){return o(i)+i.duration-i.endDelay})):n.endDelay,s}var wr=0;function e_(e){var n=To(sr,e),a=To(Co,e),o=Kk(a,e),s=br(e.targets),i=Qk(s,o),r=$r(i,a),l=wr;return wr++,Hn(n,{id:l,children:[],animatables:s,animations:i,duration:r.duration,delay:r.delay,endDelay:r.endDelay})}var Ne=[],Br=function(){var e;function n(){!e&&(!Cr()||!J.suspendWhenDocumentHidden)&&Ne.length>0&&(e=requestAnimationFrame(a))}function a(s){for(var i=Ne.length,r=0;r<i;){var l=Ne[r];l.paused?(Ne.splice(r,1),i--):(l.tick(s),r++)}e=r>0?requestAnimationFrame(a):void 0}function o(){J.suspendWhenDocumentHidden&&(Cr()?e=cancelAnimationFrame(e):(Ne.forEach(function(s){return s._onDocumentVisibility()}),Br()))}return typeof document<"u"&&document.addEventListener("visibilitychange",o),n}();function Cr(){return!!document&&document.hidden}function J(e){e===void 0&&(e={});var n=0,a=0,o=0,s,i=0,r=null;function l(y){var _=window.Promise&&new Promise(function(V){return r=V});return y.finished=_,_}var c=e_(e);l(c);function d(){var y=c.direction;y!=="alternate"&&(c.direction=y!=="normal"?"normal":"reverse"),c.reversed=!c.reversed,s.forEach(function(_){return _.reversed=c.reversed})}function h(y){return c.reversed?c.duration-y:y}function m(){n=0,a=h(c.currentTime)*(1/J.speed)}function p(y,_){_&&_.seek(y-_.timelineOffset)}function f(y){if(c.reversePlayback)for(var V=i;V--;)p(y,s[V]);else for(var _=0;_<i;_++)p(y,s[_])}function u(y){for(var _=0,V=c.animations,M=V.length;_<M;){var N=V[_],I=N.animatable,T=N.tweens,A=T.length-1,w=T[A];A&&(w=On(T,function(De){return y<De.end})[0]||w);for(var k=Me(y-w.start-w.delay,0,w.duration)/w.duration,x=isNaN(k)?1:w.easing(k),L=w.to.strings,D=w.round,v=[],P=w.to.numbers.length,S=void 0,C=0;C<P;C++){var z=void 0,O=w.to.numbers[C],U=w.from.numbers[C]||0;w.isPath?z=Uk(w.value,x*O,w.isPathTargetInsideSVG):z=U+x*(O-U),D&&(w.isColor&&C>2||(z=Math.round(z*D)/D)),v.push(z)}var K=L.length;if(!K)S=v[0];else{S=L[0];for(var Z=0;Z<K;Z++){L[Z];var oe=L[Z+1],ne=v[Z];isNaN(ne)||(oe?S+=ne+oe:S+=ne+" ")}}kr[N.type](I.target,N.property,S,I.transforms),N.currentValue=S,_++}}function b(y){c[y]&&!c.passThrough&&c[y](c)}function E(){c.remaining&&c.remaining!==!0&&c.remaining--}function g(y){var _=c.duration,V=c.delay,M=_-c.endDelay,N=h(y);c.progress=Me(N/_*100,0,100),c.reversePlayback=N<c.currentTime,s&&f(N),!c.began&&c.currentTime>0&&(c.began=!0,b("begin")),!c.loopBegan&&c.currentTime>0&&(c.loopBegan=!0,b("loopBegin")),N<=V&&c.currentTime!==0&&u(0),(N>=M&&c.currentTime!==_||!_)&&u(_),N>V&&N<M?(c.changeBegan||(c.changeBegan=!0,c.changeCompleted=!1,b("changeBegin")),b("change"),u(N)):c.changeBegan&&(c.changeCompleted=!0,c.changeBegan=!1,b("changeComplete")),c.currentTime=Me(N,0,_),c.began&&b("update"),y>=_&&(a=0,E(),c.remaining?(n=o,b("loopComplete"),c.loopBegan=!1,c.direction==="alternate"&&d()):(c.paused=!0,c.completed||(c.completed=!0,b("loopComplete"),b("complete"),!c.passThrough&&"Promise"in window&&(r(),l(c)))))}return c.reset=function(){var y=c.direction;c.passThrough=!1,c.currentTime=0,c.progress=0,c.paused=!0,c.began=!1,c.loopBegan=!1,c.changeBegan=!1,c.completed=!1,c.changeCompleted=!1,c.reversePlayback=!1,c.reversed=y==="reverse",c.remaining=c.loop,s=c.children,i=s.length;for(var _=i;_--;)c.children[_].reset();(c.reversed&&c.loop!==!0||y==="alternate"&&c.loop===1)&&c.remaining++,u(c.reversed?c.duration:0)},c._onDocumentVisibility=m,c.set=function(y,_){return _r(y,_),c},c.tick=function(y){o=y,n||(n=o),g((o+(a-n))*J.speed)},c.seek=function(y){g(h(y))},c.pause=function(){c.paused=!0,m()},c.play=function(){c.paused&&(c.completed&&c.reset(),c.paused=!1,Ne.push(c),m(),Br())},c.reverse=function(){d(),c.completed=!c.reversed,m()},c.restart=function(){c.reset(),c.play()},c.remove=function(y){var _=Po(y);Sr(_,c)},c.reset(),c.autoplay&&c.play(),c}function Er(e,n){for(var a=n.length;a--;)Vo(e,n[a].animatable.target)&&n.splice(a,1)}function Sr(e,n){var a=n.animations,o=n.children;Er(e,a);for(var s=o.length;s--;){var i=o[s],r=i.animations;Er(e,r),!r.length&&!i.children.length&&o.splice(s,1)}!a.length&&!o.length&&n.pause()}function t_(e){for(var n=Po(e),a=Ne.length;a--;){var o=Ne[a];Sr(n,o)}}function n_(e,n){n===void 0&&(n={});var a=n.direction||"normal",o=n.easing?So(n.easing):null,s=n.grid,i=n.axis,r=n.from||0,l=r==="first",c=r==="center",d=r==="last",h=H.arr(e),m=parseFloat(h?e[0]:e),p=h?parseFloat(e[1]):0,f=He(h?e[1]:e)||0,u=n.start||0+(h?m:0),b=[],E=0;return function(g,y,_){if(l&&(r=0),c&&(r=(_-1)/2),d&&(r=_-1),!b.length){for(var V=0;V<_;V++){if(!s)b.push(Math.abs(r-V));else{var M=c?(s[0]-1)/2:r%s[0],N=c?(s[1]-1)/2:Math.floor(r/s[0]),I=V%s[0],T=Math.floor(V/s[0]),A=M-I,w=N-T,k=Math.sqrt(A*A+w*w);i==="x"&&(k=-A),i==="y"&&(k=-w),b.push(k)}E=Math.max.apply(Math,b)}o&&(b=b.map(function(L){return o(L/E)*E})),a==="reverse"&&(b=b.map(function(L){return i?L<0?L*-1:-L:Math.abs(E-L)}))}var x=h?(p-m)/E:m;return u+x*(Math.round(b[y]*100)/100)+f}}function a_(e){e===void 0&&(e={});var n=J(e);return n.duration=0,n.add=function(a,o){var s=Ne.indexOf(n),i=n.children;s>-1&&Ne.splice(s,1);function r(p){p.passThrough=!0}for(var l=0;l<i.length;l++)r(i[l]);var c=Hn(a,To(Co,e));c.targets=c.targets||e.targets;var d=n.duration;c.autoplay=!1,c.direction=n.direction,c.timelineOffset=H.und(o)?d:Do(o,d),r(n),n.seek(c.timelineOffset);var h=J(c);r(h),i.push(h);var m=$r(i,e);return n.delay=m.delay,n.endDelay=m.endDelay,n.duration=m.duration,n.seek(0),n.reset(),n.autoplay&&n.play(),n},n}J.version="3.2.1",J.speed=1,J.suspendWhenDocumentHidden=!0,J.running=Ne,J.remove=t_,J.get=Lo,J.set=_r,J.convertPx=xo,J.path=Gk,J.setDashoffset=jk,J.stagger=n_,J.timeline=a_,J.easing=So,J.penner=lr,J.random=function(e,n){return Math.floor(Math.random()*(n-e+1))+e};const o_=t.defineComponent({name:"MissionDetailHighlights",components:{BaseHeading:G,MissionDetailHighlightsCarousel:or},directives:{ObserveVisibility:Pn},props:{missionTitle:{type:String,required:!0},animation:{type:Boolean,required:!1,default:!1},graphic:{type:Object,required:!1},heading:{type:String,required:!1},highlights:{type:Array,required:!1}},data(){return{isLoaded:!1,animationInView:!1,resizeHandler:null}},computed:{animationClasses(){let e="";return this.animationInView&&this.isLoaded?e=e+" opacity-100":e=e+" opacity-0",this.graphic?e=e+" absolute inset-0":e=e+" relative -filler",e}},watch:{isLoaded(){this.animation&&this.animationInView&&this.animate()}},mounted(){this.init()},methods:{visibilityChanged(e){this.animationInView=e,this.animationInView&&this.isLoaded&&this.animation?(this.resizeHandler=Os(this.onResize,70),window.addEventListener("resize",this.resizeHandler,!1),this.animate()):this.resizeHandler&&window.removeEventListener("resize",this.resizeHandler)},animate(){this.drawLine(),this.lineFollower()},drawLine(){J({targets:this.$refs.missionHighlightsPath,strokeDashoffset:[J.setDashoffset,0],easing:"easeInOutSine",duration:2e3,delay(e,n){return n*250},direction:"alternate",loop:!1})},lineFollower(){const e=J.path(this.$refs.missionHighlightsPath),n=J.timeline();n.add({targets:this.$refs.missionHighlightsMovingDot,translateX:e("x"),translateY:e("y"),easing:"easeInOutSine",duration:2e3,loop:!1}),n.add({targets:this.$refs.missionHighlightsTitle,easing:"easeInOutSine",duration:250,opacity:["0","1"],loop:!1})},onResize(){this.animationInView&&this.animate()},init(){if(this.animation&&this.$refs.MissionDetailHighlightsImage){const e=this.$refs.MissionDetailHighlightsImage;if(e||(this.isLoaded=!0),e.complete)this.isLoaded=!0;else{const n=()=>{this.isLoaded=!0,e.removeEventListener("load",n)};e.addEventListener("load",n,!1)}}else this.isLoaded=!0}}}),s_={class:"max-w-screen-3xl relative mx-auto overflow-hidden"},i_={class:"mission-highlights-content lg:BaseGrid lg:px-0 container relative z-20 px-4 mx-auto"},r_={class:"xl:col-start-6 lg:py-36 lg:col-start-7 xl:col-end-11 lg:col-end-12 relative"},l_={class:"relative z-10 w-full"},c_={class:"slides relative overflow-hidden"},d_={key:0,class:"lg:flex lg:col-start-5 lg:col-end-12 absolute inset-0 flex hidden"},h_=[t.createElementVNode("div",{class:"bg-gradient-to-t lg:bg-gradient-to-r from-transparent to-black height-full w-1/2"},null,-1)],m_={key:0,class:"lg:absolute inset-0 z-10 w-full"},p_=t.createElementVNode("div",{class:"lg:block bg-gradient-to-t from-transparent to-black sm:h-40 absolute inset-x-0 top-0 z-20 hidden h-20"},null,-1),f_=t.createElementVNode("div",{class:"lg:block bg-gradient-to-b from-transparent to-black sm:h-40 absolute inset-x-0 bottom-0 z-20 hidden h-20"},null,-1),u_={class:"lg:absolute lg:mt-0 lg:flex lg:-ml-24 xl:-ml-20 3xl:ml-0 lg:w-3xl lg:inset-y-0 lg:left-0 relative z-10 items-center w-full -mt-24"},g_={class:"lg:max-w-none relative max-w-2xl mx-auto"},y_=t.createElementVNode("div",{class:"bg-gradient-to-t from-transparent to-black sm:h-10 absolute inset-x-0 top-0 h-40"},null,-1),b_=t.createElementVNode("div",{class:"bg-gradient-to-b from-transparent to-black sm:h-10 absolute inset-x-0 bottom-0 h-40"},null,-1),k_=t.createElementVNode("div",{class:"bg-gradient-to-l from-transparent to-black lg:w-64 absolute inset-y-0 left-0 w-20"},null,-1),__=t.createElementVNode("div",{class:"bg-gradient-to-r from-transparent to-black lg:w-64 absolute inset-y-0 right-0 w-20"},null,-1),$_={class:"block"},w_=["srcset"],B_=["src","srcset","width","height","alt"],C_={key:0,class:"lg:absolute relative inset-0"},E_={class:"mission-highlights-animation-container pt-14 relative max-w-screen-xl mx-auto"},S_={class:"mission-highlights-spherical-body -translate-x-3/7 xl:-translate-x-1/2 lg:w-3xl lg:max-w-3xl relative inset-0 w-full max-w-xl transform"},V_={key:0,class:"lg:absolute relative inset-x-0 top-0 z-10"},N_=["srcset"],T_=["src","srcset","width","height","alt"],I_={class:"mission-highlights-path text-jpl-red-light absolute inset-x-0 top-0 left-0 z-20"},x_={fill:"none","fill-rule":"evenodd"},M_={ref:"missionHighlightsPath",stroke:"currentColor","stroke-width":"2","stroke-dasharray":"6,10",d:"M386,1C598.25,1,770,177.27,770,395.11"},L_={ref:"missionHighlightsMovingDot",class:"mission-highlights-dot absolute top-0 z-30"},D_=t.createElementVNode("div",{class:"border-jpl-red-light sm:w-26 sm:h-26 absolute top-0 left-0 flex items-center justify-center w-12 h-12 transform -translate-x-1/2 -translate-y-1/2 bg-transparent border-2 rounded-full"},[t.createElementVNode("div",{class:"bg-jpl-red-light w-3 h-3 rounded-full"})],-1);function v_(e,n,a,o,s,i){const r=G,l=or,c=t.resolveDirective("observe-visibility");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["MissionDetailHighlights lg:pt-0 lg:overflow-visible relative w-full pt-12 mb-10 overflow-hidden text-white bg-black",e.graphic&&e.animation?"lg:mb-36 min-h-mission-highlights":"pb-12 lg:mb-18"])},[t.createElementVNode("div",s_,[t.createElementVNode("div",i_,[t.createElementVNode("div",r_,[t.createElementVNode("div",l_,[t.createVNode(r,{level:"h2",class:"mb-8"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.heading||"Mission Highlights"),1)]),_:1}),t.createElementVNode("div",c_,[t.createVNode(l,{items:e.highlights},null,8,["items"])])])]),!e.animation&&e.graphic?(t.openBlock(),t.createElementBlock("div",d_,h_)):t.createCommentVNode("",!0)]),!e.animation&&e.graphic&&e.graphic.src?(t.openBlock(),t.createElementBlock("div",m_,[p_,f_,t.createElementVNode("div",u_,[t.createElementVNode("div",g_,[y_,b_,k_,__,t.createElementVNode("picture",$_,[t.createElementVNode("source",{srcset:e.graphic.webp.url,type:"image/webp"},null,8,w_),t.createElementVNode("img",{class:"object-contain",src:e.graphic.src.url,srcset:e.graphic.srcSet,width:e.graphic.src.width,height:e.graphic.src.height,alt:e.graphic.alt},null,8,B_)])])])])):t.createCommentVNode("",!0)]),e.animation?t.withDirectives((t.openBlock(),t.createElementBlock("div",C_,[t.createElementVNode("div",E_,[t.createElementVNode("div",S_,[e.graphic&&e.graphic.src?(t.openBlock(),t.createElementBlock("div",V_,[t.createElementVNode("picture",null,[t.createElementVNode("source",{srcset:e.graphic.webp.url,type:"image/webp"},null,8,N_),t.createElementVNode("img",{ref:"MissionDetailHighlightsImage",class:"lg:absolute relative w-full -mt-3",src:e.graphic.src.url,srcset:e.graphic.srcSet,width:e.graphic.src.width,height:e.graphic.src.height,alt:e.graphic.alt},null,8,T_)])])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(["mission-highlights-lines transition-opacity duration-300 ease-linear",e.animationClasses])},[t.createElementVNode("div",I_,[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(["w-auto h-auto transition-opacity duration-200",[e.animationInView?"opacity-100":"opacity-0"]]),viewBox:"0 0 771 500","aria-hidden":"true"},[t.createElementVNode("g",x_,[t.createElementVNode("path",M_,null,512)])],2))]),t.createElementVNode("div",L_,[D_,e.missionTitle?(t.openBlock(),t.createElementBlock("div",{key:0,ref:"missionHighlightsTitle",class:"sm:mt-16 relative mt-10 text-white transform -translate-x-1/2 opacity-0"},t.toDisplayString(e.missionTitle),513)):t.createCommentVNode("",!0)],512)],2)])])])),[[c,{callback:e.visibilityChanged,throttle:300,once:!1}]]):t.createCommentVNode("",!0)],2)}const P_=B(o_,[["render",v_]]),z_=t.defineComponent({name:"MissionDetailInlineImage",components:{BlockText:re,BaseImagePlaceholder:j,BaseImage:q,BaseImageCaption:ie},props:{alignment:{type:String,required:!1,default:"right"},text:{type:String,required:!1},image:{type:Object,required:!1}},computed:{theSrcSet(){if(this.image)return se(this.image)}}}),A_={key:0,class:"MissionDetailInlineImage lg:BaseGrid container mx-auto"},O_={class:"lg:mb-10 xl:mb-3 mb-2"},F_={class:"justify-items-center relative block"};function H_(e,n,a,o,s,i){const r=re,l=q,c=j,d=ie;return e.text||e.image?(t.openBlock(),t.createElementBlock("div",A_,[t.createElementVNode("div",{class:t.normalizeClass(["flex flex-row items-start col-span-4",e.alignment==="right"?"col-start-2 order-1":"col-start-9 order-2"])},[t.createElementVNode("div",O_,[e.text?(t.openBlock(),t.createBlock(r,{key:0,class:"lg:mb-0 mb-5",text:e.text},null,8,["text"])):t.createCommentVNode("",!0)])],2),t.createElementVNode("div",{class:t.normalizeClass(["col-span-6",e.alignment==="right"?"col-start-7 order-2":"col-start-2 order-1"])},[t.createElementVNode("div",F_,[t.createVNode(c,{"aspect-ratio":"1:1","dark-mode":""},{default:t.withCtx(()=>[e.image&&e.image.src?(t.openBlock(),t.createBlock(l,{key:0,src:e.image.src.url,srcset:e.theSrcSet,width:e.image.src.width,height:e.image.src.height,alt:"","object-fit-class":"cover",loading:"lazy"},null,8,["src","srcset","width","height"])):t.createCommentVNode("",!0)]),_:1}),t.createVNode(d,{class:"lg:mt-3 mt-2",data:e.image},null,8,["data"])])],2)])):t.createCommentVNode("",!0)}const zo=B(z_,[["render",H_]]),Vr={earth:"Distance from Earth",mars:"Distance traveled on Mars"},Nr={"/api/v1/missions/":{getPath:(e,n)=>{const a=e.split(n)[1];if(!a)throw console.error(e,n),new Error("Error querying /api/v1/missions/ API");return`/api/mars${n}${a}`},getDistance:e=>{if(typeof(e==null?void 0:e.mi_traveled)>"u")throw console.error(e),new Error("Error processing /api/v1/missions/ data");return{value:e.mi_traveled,system:"imperial"}}},"/spice_data/getRangefromT1/":{getPath:(e,n)=>{const o=e.split(n)[1].split("/"),s=`${o[0]}/${o[1]}/`,i=[X(),X().add(1,"minute")].map(r=>r.toISOString().replace(/\.\d+Z$/,"")).join("/");return`/api/mars/spice_data/getRangefromT1/${s}${i}/1/`},getDistance:(e,n)=>{var o;const a=(o=e==null?void 0:e.items[n])==null?void 0:o.value;if(e.error||e.units!=="KM"||typeof a>"u")throw console.error(e,n),new Error("Error processing /spice_data/getRangefromT1/ data");return{value:Math.round(Number(a)),system:"metric"}}}},Tr=Object.keys(Nr),q_=t.defineComponent({name:"DistanceStats",components:{BaseUnitToggle:Pe},props:{distanceType:{type:String,required:!0,validator:e=>e===""||Object.keys(Vr).includes(e)},value:Number,valueSystem:{type:String,required:!1,default:"imperial"},distanceApiUrls:{type:String,required:!1,validator:e=>Tr.some(n=>e.includes(n)||e==="")},labelClass:String},data(){return{apiDistance:null,showError:!1,timeout:null}},computed:{distanceTypeLabel(){return Vr[this.distanceType]||this.distanceType},loadedValue(){var e;return this.distanceApiUrls?((e=this.apiDistance)==null?void 0:e.value)||0:this.value},loadedSystem(){var e;return this.distanceApiUrls?((e=this.apiDistance)==null?void 0:e.system)||"imperial":this.valueSystem},isLoading(){return!!this.distanceApiUrls&&this.apiDistance===null}},mounted(){this.distanceApiUrls&&this.getAPIDistance()},beforeUnmount(){clearTimeout(this.timeout)},methods:{async getAPIDistance(){try{const e=Tr.find(n=>{var a;return(a=this.distanceApiUrls)==null?void 0:a.includes(n)});if(e&&this.distanceApiUrls){const n=Nr[e],a=n.getPath(this.distanceApiUrls,e),o=await this.$axios.$get(a);e==="/spice_data/getRangefromT1/"?this.updateSPICEData(n,o,0):this.apiDistance=n.getDistance(o,0)}}catch(e){console.error(e),this.showError=!0}},async updateSPICEData(e,n,a){var s;this.apiDistance=e.getDistance(n,a);const o=a+1;if(o<((s=n==null?void 0:n.items)==null?void 0:s.length))this.timeout=setTimeout(this.updateSPICEData.bind(this,e,n,o),1e3);else if(this.distanceApiUrls){const i=await this.$axios.$get(e.getPath(this.distanceApiUrls,"/spice_data/getRangefromT1/"));this.updateSPICEData(e,i,0)}}}}),j_={key:0,class:"DistanceStats"},R_={key:0},G_={key:1};function U_(e,n,a,o,s,i){const r=Pe;return typeof e.value<"u"||e.distanceApiUrls?(t.openBlock(),t.createElementBlock("div",j_,[t.renderSlot(e.$slots,"label",{label:e.distanceTypeLabel},()=>[t.createElementVNode("p",null,t.toDisplayString(e.distanceTypeLabel),1)]),e.showError?(t.openBlock(),t.createElementBlock("p",R_,"Unavailable")):e.isLoading?(t.openBlock(),t.createElementBlock("p",G_,"Loading…")):e.loadedValue?(t.openBlock(),t.createBlock(r,{key:2,"unit-pair":"MI_KM",value:e.loadedValue,"value-system":e.loadedSystem},{default:t.withCtx(l=>[t.renderSlot(e.$slots,"value",{formattedValue:l.formattedValue},()=>[t.createTextVNode(t.toDisplayString(l.formattedValue),1)])]),_:3},8,["value","value-system"])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const qn=B(q_,[["render",U_]]),Ir={draft:"Select status",current:"Current",future:"Future",proposed:"Proposed",past:"Past"},Ct={countdown:"Countdown",time_in_orbit:"Time in Orbit",time_on_mars:"Time on Mars",time_to_mars:"Time to Mars",time_to_dest:"Time to Destination"},W_=t.defineComponent({name:"MissionDetailStats",components:{BaseTimer:ze,DistanceStats:qn},props:{showClock:Boolean,clockType:{type:String,required:!0,validator:e=>!!Ct[e]},startDateTime:String,displayDate:{type:String||null,required:!1},missionTypes:{type:Array,required:!0,default:()=>[]},missionTargets:{type:Array,required:!0,default:()=>[]},status:{type:String,required:!0,validator:e=>!!Ir[e]},showDistance:Boolean,distanceType:{type:String,required:!1,default:""},distanceValue:Number,distanceApiUrls:String},computed:{clockTypeLabel(){return Ct[this.clockType]||this.clockType},statusLabel(){return Ir[this.status]||this.status}}}),Y_={class:"MissionDetailStats MixedBleedGrid lg:relative lg:z-20 lg:-mt-20 lg:pl-0 lg:mb-20 pl-4 mb-12"},K_=t.createElementVNode("h2",{class:"sr-only"},"Mission Statistics",-1),Z_={class:"theme col-start-indent-col-2 col-end-container lg:py-12 lg:px-0 text-body-lg px-8 py-10 pr-0"},X_=t.createElementVNode("div",{class:"lg:block hidden col-span-1 row-span-2"},null,-1),J_={key:0,class:"lg:col-span-6 col-span-10"},Q_={class:"label text-subtitle"},e$={class:"label text-subtitle"},t$={class:"text-stats-xl"},n$={key:2,class:"lg:col-span-2 col-span-5"},a$=t.createElementVNode("p",{class:"label text-subtitle"},"Launch Date",-1),o$={key:3,class:"lg:col-span-2 col-span-5"},s$=t.createElementVNode("p",{class:"label text-subtitle"},"Type",-1),i$={key:4,class:"lg:col-span-2 col-span-5"},r$=t.createElementVNode("p",{class:"label text-subtitle"},"Target",-1),l$={key:5,class:"lg:col-span-2 col-span-5"},c$=t.createElementVNode("p",{class:"label text-subtitle"},"Status",-1),d$=t.createElementVNode("div",{class:"theme col-start-container-end col-end-bleed"},null,-1);function h$(e,n,a,o,s,i){const r=ze,l=qn;return t.openBlock(),t.createElementBlock("div",Y_,[K_,t.createElementVNode("div",Z_,[t.createElementVNode("div",{class:t.normalizeClass(["gap-y-10 grid grid-cols-10",{"adaptive-stats-grid 2xl:grid-cols-11":e.showClock}])},[X_,e.showClock&&e.startDateTime?(t.openBlock(),t.createElementBlock("div",J_,[t.createElementVNode("p",Q_,t.toDisplayString(e.clockTypeLabel),1),t.createVNode(r,{"target-date-time":e.startDateTime,"selected-units":["years","months","days","hours","minutes","seconds"],countdown:e.clockType==="countdown"},null,8,["target-date-time","countdown"])])):t.createCommentVNode("",!0),e.showDistance?(t.openBlock(),t.createBlock(l,{key:1,class:"lg:col-span-3 col-span-10","distance-type":e.distanceType,value:e.distanceValue,"value-system":"imperial","distance-api-urls":e.distanceApiUrls},{label:t.withCtx(c=>[t.createElementVNode("p",e$,t.toDisplayString(c.label),1)]),value:t.withCtx(c=>[t.createElementVNode("span",t$,t.toDisplayString(c.formattedValue),1)]),_:1},8,["distance-type","value","distance-api-urls"])):t.createCommentVNode("",!0),e.displayDate?(t.openBlock(),t.createElementBlock("div",n$,[a$,t.createElementVNode("p",null,t.toDisplayString(e.displayDate),1)])):t.createCommentVNode("",!0),e.missionTypes.length>0?(t.openBlock(),t.createElementBlock("div",o$,[s$,t.createTextVNode(" "+t.toDisplayString(e.missionTypes.map(c=>c.missionType).join(", ")),1)])):t.createCommentVNode("",!0),e.missionTargets.length>0?(t.openBlock(),t.createElementBlock("div",i$,[r$,t.createTextVNode(" "+t.toDisplayString(e.missionTargets.map(c=>c.target).join(", ")),1)])):t.createCommentVNode("",!0),e.status!=="draft"?(t.openBlock(),t.createElementBlock("div",l$,[c$,t.createTextVNode(" "+t.toDisplayString(e.statusLabel),1)])):t.createCommentVNode("",!0)],2)]),d$])}const m$=B(W_,[["render",h$]]),p$={name:"MissionDetailStreamfield",components:{MissionDetailInlineImage:zo,BaseHeading:G,BlockQuote:nt,LayoutHelper:ee,BlockIframeEmbed:Ht},props:{data:{type:Array,required:!1}}},f$={key:0,class:"MissionDetailStreamfield"};function u$(e,n,a,o,s,i){const r=G,l=ee,c=zo,d=nt,h=Ht;return a.data?(t.openBlock(),t.createElementBlock("div",f$,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.data,(m,p)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[m.blockType=="HeadingBlock"?(t.openBlock(),t.createBlock(l,{key:p,indent:"col-2"},{default:t.withCtx(()=>[t.createVNode(r,{level:m.level,class:"MissionDetailStreamfield-heading md:mb-8 mb-5"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(m.heading),1)]),_:2},1032,["level"])]),_:2},1024)):m.blockType=="InlineImageBlock"?(t.openBlock(),t.createBlock(c,{key:`InlineImageBlock${p}`,alignment:m.alignTo,text:m.text,image:m.image,class:"lg:mb-18 mb-10"},null,8,["alignment","text","image"])):m.blockType=="QuoteBlock"?(t.openBlock(),t.createBlock(l,{key:`QuoteBlock${p}`,indent:"col-3",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(d,{data:m},null,8,["data"])]),_:2},1024)):m.blockType=="IframeEmbedBlock"?(t.openBlock(),t.createBlock(l,{key:`IframeEmbedBlock${p}`,indent:"col-2",class:"lg:mb-18 mb-10"},{default:t.withCtx(()=>[t.createVNode(h,{data:m},null,8,["data"])]),_:2},1024)):t.createCommentVNode("",!0)],64))),256))])):t.createCommentVNode("",!0)}const g$=B(p$,[["render",u$],["__scopeId","data-v-538a741e"]]),y$=t.defineComponent({name:"NavDropdownToggle",props:{path:{type:String,required:!1},ariaExpanded:{type:Boolean,required:!1}},computed:{isActivePath(){return this.path?mt(this.path):!1}},methods:{clickEvent(){this.$emit("toggleClicked")},escEvent(){this.$emit("closeDropdown")}}}),b$=["aria-expanded"];function k$(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("button",{class:t.normalizeClass(["NavDropdownToggle group cursor-pointer",{"-active":e.isActivePath}]),"aria-expanded":e.ariaExpanded,onClick:n[0]||(n[0]=r=>e.clickEvent()),onKeydown:n[1]||(n[1]=t.withKeys(r=>e.escEvent(),["esc"]))},[t.renderSlot(e.$slots,"default")],42,b$)}const qe=B(y$,[["render",k$]]),_$={class:"absolute inset-0 flex items-center"},$$={key:0,class:"underlinedInput ml-14 h-2px absolute inset-x-0 bottom-0 overflow-hidden text-lg text-transparent"},w$={class:"border-jpl-red-light absolute z-10 h-0 border-b-2 select-none"},B$=["placeholder"],Ao=B(t.defineComponent({__name:"SearchInput",props:t.mergeModels({underlinedInput:{type:Boolean,default:!1},underlinedInputValue:{default:void 0},placeholder:{default:""},autoFocus:{type:Boolean,default:!1},defaultColors:{type:Boolean,default:!0}},{modelValue:{},modelModifiers:{}}),emits:t.mergeModels(["input","esc"],["update:modelValue"]),setup(e,{emit:n}){const a=e,o=n,s=t.useModel(e,"modelValue"),i=t.ref(!1),r=t.ref(void 0);return t.onMounted(()=>{a.autoFocus&&r.value&&(r.value.focus(),i.value=!0)}),(l,c)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["relative flex items-center",{"border border-gray-mid":l.defaultColors&&!l.underlinedInput,"custom-focus":l.underlinedInput}])},[t.createElementVNode("div",_$,[t.createVNode(Dn,{class:t.normalizeClass(["relative z-10 ml-6 text-xl",{"text-gray-mid":l.defaultColors}])},null,8,["class"])]),l.underlinedInput?(t.openBlock(),t.createElementBlock("div",$$,[t.createElementVNode("span",w$,t.toDisplayString(l.underlinedInputValue),1),t.createElementVNode("span",{class:t.normalizeClass(["border-gray-light-mid absolute inset-x-0 z-10 h-0 border-b-2 select-none",i.value?"border-opacity-100":"border-opacity-50"])},null,2)])):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("input",{ref_key:"searchQueryRef",ref:r,"onUpdate:modelValue":c[0]||(c[0]=d=>s.value=d),class:t.normalizeClass(["pl-14 focus:ring-2 relative z-10 w-full pr-5 text-lg bg-transparent border-0",{"text-gray-dark":l.defaultColors,"py-1":l.underlinedInput,"py-4":!l.underlinedInput}]),type:"search","aria-label":"Query",placeholder:l.placeholder,onKeydown:c[1]||(c[1]=t.withKeys(d=>o("esc"),["esc"])),onInput:c[2]||(c[2]=d=>o("input",d.target)),onFocus:c[3]||(c[3]=d=>i.value=!0),onBlur:c[4]||(c[4]=d=>i.value=!1)},null,42,B$),[[t.vModelText,s.value]])],2))}}),[["__scopeId","data-v-c6422975"]]),C$=t.defineComponent({name:"NavSearchForm",components:{SearchInput:Ao},props:{mobile:{type:Boolean,default:!1}},data(){return{searchQuery:void 0}},methods:{clearSearch(){this.searchQuery=void 0,this.$emit("clearSearch")},submitSearch(){this.$emit("submitForm"),this.$router&&this.$router.push({name:"search",query:{query:this.searchQuery}})}}}),E$=t.createElementVNode("button",{type:"submit",class:"sr-only","aria-label":"Submit"}," Search ",-1);function S$(e,n,a,o,s,i){const r=Ao;return t.openBlock(),t.createElementBlock("form",{class:"NavSearchForm",onSubmit:n[2]||(n[2]=t.withModifiers(l=>e.submitSearch(),["prevent"]))},[t.createVNode(r,{modelValue:e.searchQuery,"onUpdate:modelValue":n[0]||(n[0]=l=>e.searchQuery=l),placeholder:"Search JPL","underlined-input":!e.mobile,"underlined-input-value":e.searchQuery,"auto-focus":!e.mobile,inline:!e.mobile,"default-colors":e.mobile,onEsc:n[1]||(n[1]=l=>e.clearSearch())},null,8,["modelValue","underlined-input","underlined-input-value","auto-focus","inline","default-colors"]),E$],32)}const Jt=B(C$,[["render",S$]]),V$=t.defineComponent({name:"NavHighlight",components:{BaseLink:F,BaseImage:q,BaseImagePlaceholder:j},props:{highlight:{type:Object,required:!1},customLabel:{type:String,required:!1}}}),N$={key:0},T$={key:0,class:"mb-4"},I$={key:1,class:"text-subtitle-sm mb-2"},x$=t.createElementVNode("span",{class:"sr-only"},".",-1),M$={key:2};function L$(e,n,a,o,s,i){const r=q,l=j,c=F;return e.highlight?(t.openBlock(),t.createElementBlock("div",N$,[t.createVNode(c,{variant:"none","external-target-blank":"","link-class":"block",to:e.highlight.url},{default:t.withCtx(()=>[e.highlight.thumbnailImage?(t.openBlock(),t.createElementBlock("div",T$,[t.createVNode(l,{"aspect-ratio":"16:9","dark-mode":"","no-logo":""},{default:t.withCtx(()=>[e.highlight.thumbnailImage.src?(t.openBlock(),t.createBlock(r,{key:0,src:e.highlight.thumbnailImage.src.url,width:e.highlight.thumbnailImage.src.width,height:e.highlight.thumbnailImage.src.height,alt:"","object-fit-class":"cover","image-class":"can-hover:group-hover:scale-100 transition duration-300 ease-in-out transform scale-105",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0),e.customLabel||e.highlight.label?(t.openBlock(),t.createElementBlock("p",I$,t.toDisplayString(e.customLabel||e.highlight.label),1)):t.createCommentVNode("",!0),x$,e.highlight.title?(t.openBlock(),t.createElementBlock("p",M$,t.toDisplayString(e.highlight.title),1)):t.createCommentVNode("",!0)]),_:1},8,["to"])])):t.createCommentVNode("",!0)}const Qt=B(V$,[["render",L$]]),D$=t.defineComponent({name:"NavHeading",components:{BaseLink:F},props:{data:{type:Object,required:!1}}}),v$={key:0,class:"-mt-2 -ml-2"},P$={key:1,class:"text-subtitle text-jpl-blue-lighter edu:text-primary-lighter inline-block mb-4"},z$={class:"p-2"};function A$(e,n,a,o,s,i){const r=F;return e.data?(t.openBlock(),t.createElementBlock("div",v$,[e.data.headingPage&&e.data.heading?(t.openBlock(),t.createBlock(r,{key:0,variant:"none",class:"text-subtitle text-jpl-blue-lighter edu:text-primary-lighter inline-block mb-4","link-class":"p-2",to:e.data.headingPage.url},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.heading),1)]),_:1},8,["to"])):e.data.heading?(t.openBlock(),t.createElementBlock("div",P$,[t.createElementVNode("span",z$,t.toDisplayString(e.data.heading),1)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const en=B(D$,[["render",A$]]),O$=[{facebook:!0,url:"http://www.facebook.com/NASAJPL",label:"Follow JPL on Facebook"},{twitter:!0,url:"https://x.com/NASAJPL",label:"Follow JPL on X"},{instagram:!0,url:"http://instagram.com/nasajpl",label:"Follow JPL on Instagram"},{youtube:!0,url:"http://www.youtube.com/user/JPLnews?sub_confirmation=1",label:"Follow JPL on YouTube"}],F$=[{facebook:!0,url:"http://facebook.com/nasajpledu",label:"Follow JPL Education on Facebook"},{twitter:!0,url:"http://x.com/nasajpl_edu",label:"Follow JPL Education on X"},{instagram:!0,url:"http://instagram.com/nasajpl_edu",label:"Follow JPL Education on Instagram"},{youtube:!0,url:"https://www.youtube.com/@nasajpledu3401",label:"Follow JPL Education on YouTube"}],H$=t.defineComponent({name:"NavSocial",components:{BaseButton:R,IconSocialFacebook:wt,IconSocialTwitter:Bt,IconSocialInstagram:ko,IconSocialYoutube:$o},props:{dark:{type:Boolean,required:!1,default:!1},edu:{type:Boolean,required:!1,default:!1}},computed:{socialLinks(){return this.edu?F$:O$}}}),q$={class:"NavSocial relative flex flex-row items-start border-collapse"};function j$(e,n,a,o,s,i){const r=wt,l=Bt,c=ko,d=$o,h=R;return t.openBlock(),t.createElementBlock("div",q$,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.socialLinks,(m,p)=>(t.openBlock(),t.createBlock(h,{key:p,variant:e.dark?"dark":"social",class:t.normalizeClass(["-facebook w-12 h-12 text-2xl",{"-facebook":m.facebook,"-twitter":m.twitter,"-instagram":m.instagram,"-youtube":m.youtube}]),href:m.url,"aria-label":m.label,target:"_blank",rel:"noopener"},{icon:t.withCtx(()=>[m.facebook?(t.openBlock(),t.createBlock(r,{key:0})):m.twitter?(t.openBlock(),t.createBlock(l,{key:1})):m.instagram?(t.openBlock(),t.createBlock(c,{key:2})):m.youtube?(t.openBlock(),t.createBlock(d,{key:3})):t.createCommentVNode("",!0)]),_:2},1032,["variant","class","href","aria-label"]))),128))])}const ot=B(H$,[["render",j$],["__scopeId","data-v-489e40bd"]]),R$=t.defineComponent({name:"NavLinkList",components:{BaseLink:F,NavHeading:en},props:{data:{type:Object,required:!1},autoCol:{type:Boolean,required:!1,default:!1}},methods:{getRouterLink(e){return dn(e)},getLinkText(e){return ht(e)}}}),G$={key:0};function U$(e,n,a,o,s,i){const r=en,l=F;return e.data?(t.openBlock(),t.createElementBlock("div",G$,[t.createVNode(r,{data:e.data},null,8,["data"]),e.data.links?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass({"auto-col":e.autoCol})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.links,(c,d)=>(t.openBlock(),t.createElementBlock("div",{key:d,class:"mb-0"},[t.createVNode(l,{variant:"none",class:"block text-lg font-medium leading-tight text-white",href:c.path&&!e.getRouterLink(c)?c.path:void 0,to:e.getRouterLink(c)?e.getRouterLink(c):void 0,"link-class":"can-hover:hover:underline inline-block px-2 py-3 -ml-2"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(c)),1)]),_:2},1032,["href","to"])]))),128))],2)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const tn=B(R$,[["render",U$],["__scopeId","data-v-0b357aea"]]);function W$(e,n){for(var a=-1,o=e==null?0:e.length,s=Array(o);++a<o;)s[a]=n(e[a],a,e);return s}var Oo=W$;function Y$(){this.__data__=[],this.size=0}var K$=Y$;function Z$(e,n){return e===n||e!==e&&n!==n}var xr=Z$,X$=xr;function J$(e,n){for(var a=e.length;a--;)if(X$(e[a][0],n))return a;return-1}var jn=J$,Q$=jn,ew=Array.prototype,tw=ew.splice;function nw(e){var n=this.__data__,a=Q$(n,e);if(a<0)return!1;var o=n.length-1;return a==o?n.pop():tw.call(n,a,1),--this.size,!0}var aw=nw,ow=jn;function sw(e){var n=this.__data__,a=ow(n,e);return a<0?void 0:n[a][1]}var iw=sw,rw=jn;function lw(e){return rw(this.__data__,e)>-1}var cw=lw,dw=jn;function hw(e,n){var a=this.__data__,o=dw(a,e);return o<0?(++this.size,a.push([e,n])):a[o][1]=n,this}var mw=hw,pw=K$,fw=aw,uw=iw,gw=cw,yw=mw;function Et(e){var n=-1,a=e==null?0:e.length;for(this.clear();++n<a;){var o=e[n];this.set(o[0],o[1])}}Et.prototype.clear=pw,Et.prototype.delete=fw,Et.prototype.get=uw,Et.prototype.has=gw,Et.prototype.set=yw;var Rn=Et,bw=Rn;function kw(){this.__data__=new bw,this.size=0}var _w=kw;function $w(e){var n=this.__data__,a=n.delete(e);return this.size=n.size,a}var ww=$w;function Bw(e){return this.__data__.get(e)}var Cw=Bw;function Ew(e){return this.__data__.has(e)}var Sw=Ew,Vw=Dt,Nw=ft,Tw="[object AsyncFunction]",Iw="[object Function]",xw="[object GeneratorFunction]",Mw="[object Proxy]";function Lw(e){if(!Nw(e))return!1;var n=Vw(e);return n==Iw||n==xw||n==Tw||n==Mw}var Mr=Lw,Dw=Ie,vw=Dw["__core-js_shared__"],Pw=vw,Fo=Pw,Lr=function(){var e=/[^.]+$/.exec(Fo&&Fo.keys&&Fo.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function zw(e){return!!Lr&&Lr in e}var Aw=zw,Ow=Function.prototype,Fw=Ow.toString;function Hw(e){if(e!=null){try{return Fw.call(e)}catch{}try{return e+""}catch{}}return""}var Dr=Hw,qw=Mr,jw=Aw,Rw=ft,Gw=Dr,Uw=/[\\^$.*+?()[\]{}|]/g,Ww=/^\[object .+?Constructor\]$/,Yw=Function.prototype,Kw=Object.prototype,Zw=Yw.toString,Xw=Kw.hasOwnProperty,Jw=RegExp("^"+Zw.call(Xw).replace(Uw,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Qw(e){if(!Rw(e)||jw(e))return!1;var n=qw(e)?Jw:Ww;return n.test(Gw(e))}var eB=Qw;function tB(e,n){return e==null?void 0:e[n]}var nB=tB,aB=eB,oB=nB;function sB(e,n){var a=oB(e,n);return aB(a)?a:void 0}var st=sB,iB=st,rB=Ie,lB=iB(rB,"Map"),Ho=lB,cB=st,dB=cB(Object,"create"),Gn=dB,vr=Gn;function hB(){this.__data__=vr?vr(null):{},this.size=0}var mB=hB;function pB(e){var n=this.has(e)&&delete this.__data__[e];return this.size-=n?1:0,n}var fB=pB,uB=Gn,gB="__lodash_hash_undefined__",yB=Object.prototype,bB=yB.hasOwnProperty;function kB(e){var n=this.__data__;if(uB){var a=n[e];return a===gB?void 0:a}return bB.call(n,e)?n[e]:void 0}var _B=kB,$B=Gn,wB=Object.prototype,BB=wB.hasOwnProperty;function CB(e){var n=this.__data__;return $B?n[e]!==void 0:BB.call(n,e)}var EB=CB,SB=Gn,VB="__lodash_hash_undefined__";function NB(e,n){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=SB&&n===void 0?VB:n,this}var TB=NB,IB=mB,xB=fB,MB=_B,LB=EB,DB=TB;function St(e){var n=-1,a=e==null?0:e.length;for(this.clear();++n<a;){var o=e[n];this.set(o[0],o[1])}}St.prototype.clear=IB,St.prototype.delete=xB,St.prototype.get=MB,St.prototype.has=LB,St.prototype.set=DB;var vB=St,Pr=vB,PB=Rn,zB=Ho;function AB(){this.size=0,this.__data__={hash:new Pr,map:new(zB||PB),string:new Pr}}var OB=AB;function FB(e){var n=typeof e;return n=="string"||n=="number"||n=="symbol"||n=="boolean"?e!=="__proto__":e===null}var HB=FB,qB=HB;function jB(e,n){var a=e.__data__;return qB(n)?a[typeof n=="string"?"string":"hash"]:a.map}var Un=jB,RB=Un;function GB(e){var n=RB(this,e).delete(e);return this.size-=n?1:0,n}var UB=GB,WB=Un;function YB(e){return WB(this,e).get(e)}var KB=YB,ZB=Un;function XB(e){return ZB(this,e).has(e)}var JB=XB,QB=Un;function eC(e,n){var a=QB(this,e),o=a.size;return a.set(e,n),this.size+=a.size==o?0:1,this}var tC=eC,nC=OB,aC=UB,oC=KB,sC=JB,iC=tC;function Vt(e){var n=-1,a=e==null?0:e.length;for(this.clear();++n<a;){var o=e[n];this.set(o[0],o[1])}}Vt.prototype.clear=nC,Vt.prototype.delete=aC,Vt.prototype.get=oC,Vt.prototype.has=sC,Vt.prototype.set=iC;var qo=Vt,rC=Rn,lC=Ho,cC=qo,dC=200;function hC(e,n){var a=this.__data__;if(a instanceof rC){var o=a.__data__;if(!lC||o.length<dC-1)return o.push([e,n]),this.size=++a.size,this;a=this.__data__=new cC(o)}return a.set(e,n),this.size=a.size,this}var mC=hC,pC=Rn,fC=_w,uC=ww,gC=Cw,yC=Sw,bC=mC;function Nt(e){var n=this.__data__=new pC(e);this.size=n.size}Nt.prototype.clear=fC,Nt.prototype.delete=uC,Nt.prototype.get=gC,Nt.prototype.has=yC,Nt.prototype.set=bC;var zr=Nt,kC="__lodash_hash_undefined__";function _C(e){return this.__data__.set(e,kC),this}var $C=_C;function wC(e){return this.__data__.has(e)}var BC=wC,CC=qo,EC=$C,SC=BC;function Wn(e){var n=-1,a=e==null?0:e.length;for(this.__data__=new CC;++n<a;)this.add(e[n])}Wn.prototype.add=Wn.prototype.push=EC,Wn.prototype.has=SC;var Ar=Wn;function VC(e,n){for(var a=-1,o=e==null?0:e.length;++a<o;)if(n(e[a],a,e))return!0;return!1}var NC=VC;function TC(e,n){return e.has(n)}var Or=TC,IC=Ar,xC=NC,MC=Or,LC=1,DC=2;function vC(e,n,a,o,s,i){var r=a&LC,l=e.length,c=n.length;if(l!=c&&!(r&&c>l))return!1;var d=i.get(e),h=i.get(n);if(d&&h)return d==n&&h==e;var m=-1,p=!0,f=a&DC?new IC:void 0;for(i.set(e,n),i.set(n,e);++m<l;){var u=e[m],b=n[m];if(o)var E=r?o(b,u,m,n,e,i):o(u,b,m,e,n,i);if(E!==void 0){if(E)continue;p=!1;break}if(f){if(!xC(n,function(g,y){if(!MC(f,y)&&(u===g||s(u,g,a,o,i)))return f.push(y)})){p=!1;break}}else if(!(u===b||s(u,b,a,o,i))){p=!1;break}}return i.delete(e),i.delete(n),p}var Fr=vC,PC=Ie,zC=PC.Uint8Array,AC=zC;function OC(e){var n=-1,a=Array(e.size);return e.forEach(function(o,s){a[++n]=[s,o]}),a}var FC=OC;function HC(e){var n=-1,a=Array(e.size);return e.forEach(function(o){a[++n]=o}),a}var qC=HC,Hr=mn,qr=AC,jC=xr,RC=Fr,GC=FC,UC=qC,WC=1,YC=2,KC="[object Boolean]",ZC="[object Date]",XC="[object Error]",JC="[object Map]",QC="[object Number]",eE="[object RegExp]",tE="[object Set]",nE="[object String]",aE="[object Symbol]",oE="[object ArrayBuffer]",sE="[object DataView]",jr=Hr?Hr.prototype:void 0,jo=jr?jr.valueOf:void 0;function iE(e,n,a,o,s,i,r){switch(a){case sE:if(e.byteLength!=n.byteLength||e.byteOffset!=n.byteOffset)return!1;e=e.buffer,n=n.buffer;case oE:return!(e.byteLength!=n.byteLength||!i(new qr(e),new qr(n)));case KC:case ZC:case QC:return jC(+e,+n);case XC:return e.name==n.name&&e.message==n.message;case eE:case nE:return e==n+"";case JC:var l=GC;case tE:var c=o&WC;if(l||(l=UC),e.size!=n.size&&!c)return!1;var d=r.get(e);if(d)return d==n;o|=YC,r.set(e,n);var h=RC(l(e),l(n),o,s,i,r);return r.delete(e),h;case aE:if(jo)return jo.call(e)==jo.call(n)}return!1}var rE=iE;function lE(e,n){for(var a=-1,o=n.length,s=e.length;++a<o;)e[s+a]=n[a];return e}var cE=lE,dE=Array.isArray,je=dE,hE=cE,mE=je;function pE(e,n,a){var o=n(e);return mE(e)?o:hE(o,a(e))}var fE=pE;function uE(e,n){for(var a=-1,o=e==null?0:e.length,s=0,i=[];++a<o;){var r=e[a];n(r,a,e)&&(i[s++]=r)}return i}var gE=uE;function yE(){return[]}var bE=yE,kE=gE,_E=bE,$E=Object.prototype,wE=$E.propertyIsEnumerable,Rr=Object.getOwnPropertySymbols,BE=Rr?function(e){return e==null?[]:(e=Object(e),kE(Rr(e),function(n){return wE.call(e,n)}))}:_E,CE=BE;function EE(e,n){for(var a=-1,o=Array(e);++a<e;)o[a]=n(a);return o}var SE=EE,VE=Dt,NE=ut,TE="[object Arguments]";function IE(e){return NE(e)&&VE(e)==TE}var xE=IE,Gr=xE,ME=ut,Ur=Object.prototype,LE=Ur.hasOwnProperty,DE=Ur.propertyIsEnumerable,vE=Gr(function(){return arguments}())?Gr:function(e){return ME(e)&&LE.call(e,"callee")&&!DE.call(e,"callee")},Wr=vE,Yn={exports:{}};function PE(){return!1}var zE=PE;Yn.exports,function(e,n){var a=Ie,o=zE,s=n&&!n.nodeType&&n,i=s&&!0&&e&&!e.nodeType&&e,r=i&&i.exports===s,l=r?a.Buffer:void 0,c=l?l.isBuffer:void 0,d=c||o;e.exports=d}(Yn,Yn.exports);var Yr=Yn.exports,AE=9007199254740991,OE=/^(?:0|[1-9]\d*)$/;function FE(e,n){var a=typeof e;return n=n??AE,!!n&&(a=="number"||a!="symbol"&&OE.test(e))&&e>-1&&e%1==0&&e<n}var Kr=FE,HE=9007199254740991;function qE(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=HE}var Ro=qE,jE=Dt,RE=Ro,GE=ut,UE="[object Arguments]",WE="[object Array]",YE="[object Boolean]",KE="[object Date]",ZE="[object Error]",XE="[object Function]",JE="[object Map]",QE="[object Number]",eS="[object Object]",tS="[object RegExp]",nS="[object Set]",aS="[object String]",oS="[object WeakMap]",sS="[object ArrayBuffer]",iS="[object DataView]",rS="[object Float32Array]",lS="[object Float64Array]",cS="[object Int8Array]",dS="[object Int16Array]",hS="[object Int32Array]",mS="[object Uint8Array]",pS="[object Uint8ClampedArray]",fS="[object Uint16Array]",uS="[object Uint32Array]",Q={};Q[rS]=Q[lS]=Q[cS]=Q[dS]=Q[hS]=Q[mS]=Q[pS]=Q[fS]=Q[uS]=!0,Q[UE]=Q[WE]=Q[sS]=Q[YE]=Q[iS]=Q[KE]=Q[ZE]=Q[XE]=Q[JE]=Q[QE]=Q[eS]=Q[tS]=Q[nS]=Q[aS]=Q[oS]=!1;function gS(e){return GE(e)&&RE(e.length)&&!!Q[jE(e)]}var yS=gS;function bS(e){return function(n){return e(n)}}var Zr=bS,Kn={exports:{}};Kn.exports,function(e,n){var a=xs,o=n&&!n.nodeType&&n,s=o&&!0&&e&&!e.nodeType&&e,i=s&&s.exports===o,r=i&&a.process,l=function(){try{var c=s&&s.require&&s.require("util").types;return c||r&&r.binding&&r.binding("util")}catch{}}();e.exports=l}(Kn,Kn.exports);var kS=Kn.exports,_S=yS,$S=Zr,Xr=kS,Jr=Xr&&Xr.isTypedArray,wS=Jr?$S(Jr):_S,Qr=wS,BS=SE,CS=Wr,ES=je,SS=Yr,VS=Kr,NS=Qr,TS=Object.prototype,IS=TS.hasOwnProperty;function xS(e,n){var a=ES(e),o=!a&&CS(e),s=!a&&!o&&SS(e),i=!a&&!o&&!s&&NS(e),r=a||o||s||i,l=r?BS(e.length,String):[],c=l.length;for(var d in e)(n||IS.call(e,d))&&!(r&&(d=="length"||s&&(d=="offset"||d=="parent")||i&&(d=="buffer"||d=="byteLength"||d=="byteOffset")||VS(d,c)))&&l.push(d);return l}var MS=xS,LS=Object.prototype;function DS(e){var n=e&&e.constructor,a=typeof n=="function"&&n.prototype||LS;return e===a}var vS=DS;function PS(e,n){return function(a){return e(n(a))}}var zS=PS,AS=zS,OS=AS(Object.keys,Object),FS=OS,HS=vS,qS=FS,jS=Object.prototype,RS=jS.hasOwnProperty;function GS(e){if(!HS(e))return qS(e);var n=[];for(var a in Object(e))RS.call(e,a)&&a!="constructor"&&n.push(a);return n}var US=GS,WS=Mr,YS=Ro;function KS(e){return e!=null&&YS(e.length)&&!WS(e)}var Zn=KS,ZS=MS,XS=US,JS=Zn;function QS(e){return JS(e)?ZS(e):XS(e)}var Go=QS,eV=fE,tV=CE,nV=Go;function aV(e){return eV(e,nV,tV)}var oV=aV,el=oV,sV=1,iV=Object.prototype,rV=iV.hasOwnProperty;function lV(e,n,a,o,s,i){var r=a&sV,l=el(e),c=l.length,d=el(n),h=d.length;if(c!=h&&!r)return!1;for(var m=c;m--;){var p=l[m];if(!(r?p in n:rV.call(n,p)))return!1}var f=i.get(e),u=i.get(n);if(f&&u)return f==n&&u==e;var b=!0;i.set(e,n),i.set(n,e);for(var E=r;++m<c;){p=l[m];var g=e[p],y=n[p];if(o)var _=r?o(y,g,p,n,e,i):o(g,y,p,e,n,i);if(!(_===void 0?g===y||s(g,y,a,o,i):_)){b=!1;break}E||(E=p=="constructor")}if(b&&!E){var V=e.constructor,M=n.constructor;V!=M&&"constructor"in e&&"constructor"in n&&!(typeof V=="function"&&V instanceof V&&typeof M=="function"&&M instanceof M)&&(b=!1)}return i.delete(e),i.delete(n),b}var cV=lV,dV=st,hV=Ie,mV=dV(hV,"DataView"),pV=mV,fV=st,uV=Ie,gV=fV(uV,"Promise"),yV=gV,bV=st,kV=Ie,_V=bV(kV,"Set"),$V=_V,wV=st,BV=Ie,CV=wV(BV,"WeakMap"),EV=CV,Uo=pV,Wo=Ho,Yo=yV,Ko=$V,Zo=EV,tl=Dt,Tt=Dr,nl="[object Map]",SV="[object Object]",al="[object Promise]",ol="[object Set]",sl="[object WeakMap]",il="[object DataView]",VV=Tt(Uo),NV=Tt(Wo),TV=Tt(Yo),IV=Tt(Ko),xV=Tt(Zo),it=tl;(Uo&&it(new Uo(new ArrayBuffer(1)))!=il||Wo&&it(new Wo)!=nl||Yo&&it(Yo.resolve())!=al||Ko&&it(new Ko)!=ol||Zo&&it(new Zo)!=sl)&&(it=function(e){var n=tl(e),a=n==SV?e.constructor:void 0,o=a?Tt(a):"";if(o)switch(o){case VV:return il;case NV:return nl;case TV:return al;case IV:return ol;case xV:return sl}return n});var MV=it,Xo=zr,LV=Fr,DV=rE,vV=cV,rl=MV,ll=je,cl=Yr,PV=Qr,zV=1,dl="[object Arguments]",hl="[object Array]",Xn="[object Object]",AV=Object.prototype,ml=AV.hasOwnProperty;function OV(e,n,a,o,s,i){var r=ll(e),l=ll(n),c=r?hl:rl(e),d=l?hl:rl(n);c=c==dl?Xn:c,d=d==dl?Xn:d;var h=c==Xn,m=d==Xn,p=c==d;if(p&&cl(e)){if(!cl(n))return!1;r=!0,h=!1}if(p&&!h)return i||(i=new Xo),r||PV(e)?LV(e,n,a,o,s,i):DV(e,n,c,a,o,s,i);if(!(a&zV)){var f=h&&ml.call(e,"__wrapped__"),u=m&&ml.call(n,"__wrapped__");if(f||u){var b=f?e.value():e,E=u?n.value():n;return i||(i=new Xo),s(b,E,a,o,i)}}return p?(i||(i=new Xo),vV(e,n,a,o,s,i)):!1}var FV=OV,HV=FV,pl=ut;function fl(e,n,a,o,s){return e===n?!0:e==null||n==null||!pl(e)&&!pl(n)?e!==e&&n!==n:HV(e,n,a,o,fl,s)}var Jo=fl,qV=zr,jV=Jo,RV=1,GV=2;function UV(e,n,a,o){var s=a.length,i=s,r=!o;if(e==null)return!i;for(e=Object(e);s--;){var l=a[s];if(r&&l[2]?l[1]!==e[l[0]]:!(l[0]in e))return!1}for(;++s<i;){l=a[s];var c=l[0],d=e[c],h=l[1];if(r&&l[2]){if(d===void 0&&!(c in e))return!1}else{var m=new qV;if(o)var p=o(d,h,c,e,n,m);if(!(p===void 0?jV(h,d,RV|GV,o,m):p))return!1}}return!0}var WV=UV,YV=ft;function KV(e){return e===e&&!YV(e)}var ul=KV,ZV=ul,XV=Go;function JV(e){for(var n=XV(e),a=n.length;a--;){var o=n[a],s=e[o];n[a]=[o,s,ZV(s)]}return n}var QV=JV;function eN(e,n){return function(a){return a==null?!1:a[e]===n&&(n!==void 0||e in Object(a))}}var gl=eN,tN=WV,nN=QV,aN=gl;function oN(e){var n=nN(e);return n.length==1&&n[0][2]?aN(n[0][0],n[0][1]):function(a){return a===e||tN(a,e,n)}}var sN=oN,iN=je,rN=pn,lN=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,cN=/^\w*$/;function dN(e,n){if(iN(e))return!1;var a=typeof e;return a=="number"||a=="symbol"||a=="boolean"||e==null||rN(e)?!0:cN.test(e)||!lN.test(e)||n!=null&&e in Object(n)}var Qo=dN,yl=qo,hN="Expected a function";function es(e,n){if(typeof e!="function"||n!=null&&typeof n!="function")throw new TypeError(hN);var a=function(){var o=arguments,s=n?n.apply(this,o):o[0],i=a.cache;if(i.has(s))return i.get(s);var r=e.apply(this,o);return a.cache=i.set(s,r)||i,r};return a.cache=new(es.Cache||yl),a}es.Cache=yl;var mN=es,pN=mN,fN=500;function uN(e){var n=pN(e,function(o){return a.size===fN&&a.clear(),o}),a=n.cache;return n}var gN=uN,yN=gN,bN=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,kN=/\\(\\)?/g,_N=yN(function(e){var n=[];return e.charCodeAt(0)===46&&n.push(""),e.replace(bN,function(a,o,s,i){n.push(s?i.replace(kN,"$1"):o||a)}),n}),$N=_N,bl=mn,wN=Oo,BN=je,CN=pn,EN=1/0,kl=bl?bl.prototype:void 0,_l=kl?kl.toString:void 0;function $l(e){if(typeof e=="string")return e;if(BN(e))return wN(e,$l)+"";if(CN(e))return _l?_l.call(e):"";var n=e+"";return n=="0"&&1/e==-EN?"-0":n}var SN=$l,VN=SN;function NN(e){return e==null?"":VN(e)}var TN=NN,IN=je,xN=Qo,MN=$N,LN=TN;function DN(e,n){return IN(e)?e:xN(e,n)?[e]:MN(LN(e))}var wl=DN,vN=pn,PN=1/0;function zN(e){if(typeof e=="string"||vN(e))return e;var n=e+"";return n=="0"&&1/e==-PN?"-0":n}var Jn=zN,AN=wl,ON=Jn;function FN(e,n){n=AN(n,e);for(var a=0,o=n.length;e!=null&&a<o;)e=e[ON(n[a++])];return a&&a==o?e:void 0}var Bl=FN,HN=Bl;function qN(e,n,a){var o=e==null?void 0:HN(e,n);return o===void 0?a:o}var jN=qN;function RN(e,n){return e!=null&&n in Object(e)}var GN=RN,UN=wl,WN=Wr,YN=je,KN=Kr,ZN=Ro,XN=Jn;function JN(e,n,a){n=UN(n,e);for(var o=-1,s=n.length,i=!1;++o<s;){var r=XN(n[o]);if(!(i=e!=null&&a(e,r)))break;e=e[r]}return i||++o!=s?i:(s=e==null?0:e.length,!!s&&ZN(s)&&KN(r,s)&&(YN(e)||WN(e)))}var QN=JN,eT=GN,tT=QN;function nT(e,n){return e!=null&&tT(e,n,eT)}var aT=nT,oT=Jo,sT=jN,iT=aT,rT=Qo,lT=ul,cT=gl,dT=Jn,hT=1,mT=2;function pT(e,n){return rT(e)&&lT(n)?cT(dT(e),n):function(a){var o=sT(a,e);return o===void 0&&o===n?iT(a,e):oT(n,o,hT|mT)}}var fT=pT;function uT(e){return e}var ts=uT;function gT(e){return function(n){return n==null?void 0:n[e]}}var yT=gT,bT=Bl;function kT(e){return function(n){return bT(n,e)}}var _T=kT,$T=yT,wT=_T,BT=Qo,CT=Jn;function ET(e){return BT(e)?$T(CT(e)):wT(e)}var ST=ET,VT=sN,NT=fT,TT=ts,IT=je,xT=ST;function MT(e){return typeof e=="function"?e:e==null?TT:typeof e=="object"?IT(e)?NT(e[0],e[1]):VT(e):xT(e)}var LT=MT;function DT(e){return function(n,a,o){for(var s=-1,i=Object(n),r=o(n),l=r.length;l--;){var c=r[e?l:++s];if(a(i[c],c,i)===!1)break}return n}}var vT=DT,PT=vT,zT=PT(),AT=zT,OT=AT,FT=Go;function HT(e,n){return e&&OT(e,n,FT)}var qT=HT,jT=Zn;function RT(e,n){return function(a,o){if(a==null)return a;if(!jT(a))return e(a,o);for(var s=a.length,i=n?s:-1,r=Object(a);(n?i--:++i<s)&&o(r[i],i,r)!==!1;);return a}}var GT=RT,UT=qT,WT=GT,YT=WT(UT),KT=YT,ZT=KT,XT=Zn;function JT(e,n){var a=-1,o=XT(e)?Array(e.length):[];return ZT(e,function(s,i,r){o[++a]=n(s,i,r)}),o}var QT=JT,eI=Oo,tI=LT,nI=QT,aI=je;function oI(e,n){var a=aI(e)?eI:nI;return a(e,tI(n))}var sI=oI;const ns=ke(sI);function iI(e,n,a,o){for(var s=e.length,i=a+(o?1:-1);o?i--:++i<s;)if(n(e[i],i,e))return i;return-1}var rI=iI;function lI(e){return e!==e}var cI=lI;function dI(e,n,a){for(var o=a-1,s=e.length;++o<s;)if(e[o]===n)return o;return-1}var hI=dI,mI=rI,pI=cI,fI=hI;function uI(e,n,a){return n===n?fI(e,n,a):mI(e,pI,a)}var gI=uI,yI=gI;function bI(e,n){var a=e==null?0:e.length;return!!a&&yI(e,n,0)>-1}var kI=bI;function _I(e,n,a){for(var o=-1,s=e==null?0:e.length;++o<s;)if(a(n,e[o]))return!0;return!1}var $I=_I,wI=Ar,BI=kI,CI=$I,EI=Oo,SI=Zr,VI=Or,NI=200;function TI(e,n,a,o){var s=-1,i=BI,r=!0,l=e.length,c=[],d=n.length;if(!l)return c;a&&(n=EI(n,SI(a))),o?(i=CI,r=!1):n.length>=NI&&(i=VI,r=!1,n=new wI(n));e:for(;++s<l;){var h=e[s],m=a==null?h:a(h);if(h=o||h!==0?h:0,r&&m===m){for(var p=d;p--;)if(n[p]===m)continue e;c.push(h)}else i(n,m,o)||c.push(h)}return c}var II=TI;function xI(e,n,a){switch(a.length){case 0:return e.call(n);case 1:return e.call(n,a[0]);case 2:return e.call(n,a[0],a[1]);case 3:return e.call(n,a[0],a[1],a[2])}return e.apply(n,a)}var MI=xI,LI=MI,Cl=Math.max;function DI(e,n,a){return n=Cl(n===void 0?e.length-1:n,0),function(){for(var o=arguments,s=-1,i=Cl(o.length-n,0),r=Array(i);++s<i;)r[s]=o[n+s];s=-1;for(var l=Array(n+1);++s<n;)l[s]=o[s];return l[n]=a(r),LI(e,this,l)}}var vI=DI;function PI(e){return function(){return e}}var zI=PI,AI=st,OI=function(){try{var e=AI(Object,"defineProperty");return e({},"",{}),e}catch{}}(),FI=OI,HI=zI,El=FI,qI=ts,jI=El?function(e,n){return El(e,"toString",{configurable:!0,enumerable:!1,value:HI(n),writable:!0})}:qI,RI=jI,GI=800,UI=16,WI=Date.now;function YI(e){var n=0,a=0;return function(){var o=WI(),s=UI-(o-a);if(a=o,s>0){if(++n>=GI)return arguments[0]}else n=0;return e.apply(void 0,arguments)}}var KI=YI,ZI=RI,XI=KI,JI=XI(ZI),QI=JI,ex=ts,tx=vI,nx=QI;function ax(e,n){return nx(tx(e,n,ex),e+"")}var ox=ax,sx=Zn,ix=ut;function rx(e){return ix(e)&&sx(e)}var lx=rx,cx=II,dx=ox,hx=lx,mx=dx(function(e,n){return hx(e)?cx(e,n):[]}),px=mx;const as=ke(px),fx=t.defineComponent({name:"NavDesktopDropdownMore",components:{NavLinkList:tn,NavSocial:ot,NavHighlight:Qt,NavHeading:en},props:{data:{type:Object,required:!1}},computed:{linkColumns(){let e;return e=this.data?ns(this.data.menuColumns,function(n){if(n.blockType.includes("MenuLinkColumnWithHeader"))return n}):void 0,e=as(e,void 0),e},highlightsColumn(){let e;return e=this.data?ns(this.data.menuColumns,function(n){if(n.blockType.includes("MenuMoreHighlightsColumn"))return n}):void 0,e=as(e,void 0),e!=null&&e.length?e[0]:void 0}}}),ux={key:0,class:"NavDesktopDropdownMore bg-jpl-blue-darker bg-opacity-98 3xl:px-0 w-full px-4 py-10 text-white"},gx={class:"BaseGrid container mx-auto"},yx={key:0,class:"grid order-1 grid-cols-2 col-span-9 grid-rows-2 gap-10"},bx={class:"row-span-1 row-start-2"},kx={key:0,class:"text-medium pr-5 mb-8 text-6xl leading-tight"},_x={key:1,class:"order-2 col-span-3 col-start-10"};function $x(e,n,a,o,s,i){const r=tn,l=ot,c=en,d=Qt;return e.data?(t.openBlock(),t.createElementBlock("div",ux,[t.createElementVNode("div",gx,[e.linkColumns?(t.openBlock(),t.createElementBlock("div",yx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.linkColumns,(h,m)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[m===0?(t.openBlock(),t.createElementBlock("div",{key:`rowSpan1${m}`,class:"row-span-1"},[t.createVNode(r,{data:h,"auto-col":""},null,8,["data"])])):m===1?(t.openBlock(),t.createElementBlock("div",{key:`rowSpan2${m}`,class:"row-span-2"},[t.createVNode(r,{data:h,"auto-col":""},null,8,["data"])])):t.createCommentVNode("",!0)],64))),256)),t.createElementVNode("div",bx,[e.data.strapline?(t.openBlock(),t.createElementBlock("p",kx,t.toDisplayString(e.data.strapline),1)):t.createCommentVNode("",!0),t.createVNode(l,{dark:""})])])):t.createCommentVNode("",!0),e.highlightsColumn?(t.openBlock(),t.createElementBlock("div",_x,[t.createVNode(c,{data:e.highlightsColumn},null,8,["data"]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.highlightsColumn.highlights,(h,m)=>(t.openBlock(),t.createElementBlock("div",{key:m,class:t.normalizeClass({"mb-10":m+1!==e.highlightsColumn.highlights.length})},[t.createVNode(d,{highlight:h.highlight},null,8,["highlight"])],2))),128))])):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)}const Sl=B(fx,[["render",$x]]),wx=t.defineComponent({name:"NavDesktopDropdown",components:{NavDropdownToggle:qe},props:{parentScrolled:{type:Number,required:!1,default:0}},data(){return{dropdownVisible:!1}},computed:{...Te(ve),hasSecondary(){return this.headerStore?!this.headerStore.highlightPrimary:!1}},watch:{$route(){this.dropdownVisible&&this.closeDropdown()},parentScrolled(){this.dropdownVisible&&this.closeDropdown()}},mounted(){},methods:{toggleDropdown(){this.dropdownVisible?this.closeDropdown():this.openDropdown()},closeDropdown(){this.dropdownVisible&&(this.dropdownVisible=!1,this.$emit("closeDropdown"))},openDropdown(){this.dropdownVisible||(this.dropdownVisible=!0,this.$emit("openDropdown"))}}}),Bx={class:"NavDesktopDropdown"},Cx={key:0,class:"absolute inset-0 w-full"};function Ex(e,n,a,o,s,i){const r=qe,l=t.resolveDirective("click-outside");return t.openBlock(),t.createElementBlock("div",Bx,[t.withDirectives((t.openBlock(),t.createBlock(r,{"aria-expanded":!!e.dropdownVisible,class:t.normalizeClass(["group relative z-20 px-4 font-medium border-t-2 border-transparent",{"-open":e.dropdownVisible}]),onToggleClicked:n[0]||(n[0]=c=>e.toggleDropdown()),onCloseDropdown:n[1]||(n[1]=c=>e.closeDropdown())},{default:t.withCtx(()=>[t.createElementVNode("span",{class:t.normalizeClass(["inline-block py-2 transition-colors duration-100 ease-in border-b-2",{hasSecondary:e.hasSecondary}])},[t.renderSlot(e.$slots,"dropdownLabel",{},()=>[t.createTextVNode("Dropdown")])],2)]),_:3},8,["aria-expanded","class"])),[[l,e.closeDropdown]]),t.createVNode(t.Transition,{name:"navfade"},{default:t.withCtx(()=>[e.dropdownVisible?(t.openBlock(),t.createElementBlock("div",Cx,[t.createElementVNode("div",{class:"max-w-screen-3xl mx-auto",onClick:n[2]||(n[2]=t.withModifiers(()=>{},["stop"]))},[t.renderSlot(e.$slots,"default")])])):t.createCommentVNode("",!0)]),_:3})])}const Vl=B(wx,[["render",Ex]]),Sx=t.defineComponent({name:"NavDesktopDropdownContent",components:{NavLinkList:tn,NavHighlight:Qt},props:{data:{type:Object,required:!1}},computed:{linkColumns(){let e;return e=this.data?ns(this.data.menuColumns,function(n){if(n.blockType.includes("MenuLinkColumnWithHeader"))return n}):void 0,e=as(e,void 0),e}}}),Vx={key:0,class:"NavDesktopDropdownContent bg-jpl-blue-darker bg-opacity-98 edu:bg-gradient-to-r edu:bg-transparent edu:from-black/[.98] edu:to-jpl-violet/[.98] edu:to-90% 3xl:px-0 px-4 py-10 text-white"},Nx={key:0,class:"BaseGrid container mx-auto"},Tx={class:"grid grid-cols-4"},Ix={class:"text-medium text-6xl"},xx={class:"text-sm leading-relaxed"},Mx={key:0,class:"grid order-3 grid-cols-4 col-span-4 col-start-9 gap-6"};function Lx(e,n,a,o,s,i){const r=Qt,l=tn;return e.data?(t.openBlock(),t.createElementBlock("div",Vx,[e.data.menuColumns?(t.openBlock(),t.createElementBlock("div",Nx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.menuColumns,(c,d)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[c.blockType==="MenuHighlightColumn"?(t.openBlock(),t.createElementBlock("div",{key:`MenuHighlightColumn${d}`,class:"order-1 col-span-4 col-start-1"},[t.createElementVNode("div",Tx,[t.createVNode(r,{highlight:c.highlight,"custom-label":c.label,class:"col-span-3"},null,8,["highlight","custom-label"])])])):c.blockType==="MenuDescriptionColumn"?(t.openBlock(),t.createElementBlock("div",{key:`MenuDescriptionColumn${d}`,class:"order-2 col-span-3"},[t.createElementVNode("p",Ix,t.toDisplayString(c.title),1),t.createElementVNode("p",xx,t.toDisplayString(c.description),1)])):t.createCommentVNode("",!0)],64))),256)),e.linkColumns?(t.openBlock(),t.createElementBlock("div",Mx,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.linkColumns,(c,d)=>(t.openBlock(),t.createBlock(l,{key:d,data:c,class:"col-span-2"},null,8,["data"]))),128))])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const Nl=B(Sx,[["render",Lx]]),Dx=t.defineComponent({name:"NavLogoLinks",components:{BaseLink:F}}),vx={class:"NavLogoLinks relative"},Px={class:"absolute inset-0 flex items-start"};function zx(e,n,a,o,s,i){const r=F;return t.openBlock(),t.createElementBlock("div",vx,[t.createElementVNode("div",Px,[t.createVNode(r,{variant:"none",href:"https://www.nasa.gov",title:"NASA","aria-label":"NASA",class:"w-1/4 h-full","link-class":"block w-auto h-full","external-target-blank":""}),t.createVNode(r,{variant:"none",to:"/",title:"JPL Home","aria-label":"JPL Home",class:"flex-grow h-full","link-class":"block w-full h-full"})]),t.renderSlot(e.$slots,"default")])}const nn=B(Dx,[["render",zx]]),Tl="data:image/svg+xml,%3csvg%20class='LogoTribrand'%20width='324'%20height='72'%20viewBox='0%200%20324%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M61.094%2028.823c0%2015.811-13.013%2028.824-28.823%2028.824-15.811%200-28.824-13.013-28.824-28.824C3.447%2013.013%2016.46%200%2032.271%200c15.81%200%2028.823%2013.013%2028.823%2028.823'%20fill='%23263976'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M32.668%202.618a.237.237%200%2001-.234.236.235.235%200%20010-.47c.128%200%20.234.105.234.234M34.294%206.177a.291.291%200%2001-.289.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289c.158%200%20.289.131.289.289M38.519%2011.991a.29.29%200%2001-.289.289.29.29%200%20010-.578.29.29%200%2001.289.289M31.729%208.181a.236.236%200%2001-.235.235.236.236%200%2001-.234-.235c0-.129.106-.235.234-.235.129%200%20.235.106.235.235M34.257%209.518a.237.237%200%2001-.235.235.236.236%200%2001-.234-.235c0-.129.106-.236.234-.236.129%200%20.235.107.235.236M30.971%205.779c0%20.159-.131.29-.289.29a.29.29%200%20010-.579.29.29%200%2001.289.289M27.142%208.109a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M27.828%208.579a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235.235.235%200%2001.47%200M28.515%209.048a.235.235%200%2001-.47%200%20.235.235%200%2001.47%200M27.467%209.951a.238.238%200%2001-.235.236.235.235%200%2011.235-.236M22.013%2013.78a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.128.106-.235.235-.235s.235.107.235.235M23.024%2015.008a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M22.229%2034.837a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235.235.235%200%2001.469%200M22.374%2040.31a.291.291%200%2001-.289.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289.29.29%200%2001.289.289M19.268%2043.109a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M15.547%2044.247a.29.29%200%2001-.578%200c0-.16.131-.29.289-.29a.29.29%200%2001.289.29M14.789%2041.718a.291.291%200%2001-.289.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289c.158%200%20.289.131.289.289M14.355%2043.325a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235.235.235%200%2001.469%200M11.574%2041.989a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.128.106-.235.235-.235s.235.107.235.235M21.29%2046.503a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235c0-.128.106-.234.235-.234.128%200%20.234.106.234.234M24.216%2044.355a.291.291%200%2001-.289.289.291.291%200%2001-.289-.289.29.29%200%2001.289-.289.29.29%200%2001.289.289M24.541%2047.118a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235.235.235%200%2001.47%200M36.569%2044.482a.235.235%200%2011-.235-.235c.129%200%20.235.106.235.235M30.971%2046.468a.235.235%200%2001-.47%200%20.235.235%200%2001.47%200M46.032%2049.321a.236.236%200%2001-.235.235.236.236%200%2001-.234-.235c0-.128.106-.234.234-.234.129%200%20.235.106.235.234M47.26%2038.214a.29.29%200%2001-.288.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289.29.29%200%2001.288.289M44.949%2039.785c0%20.13-.106.236-.235.236a.236.236%200%2001-.235-.236c0-.128.106-.234.235-.234s.235.106.235.234M47.225%2040.237c0%20.159-.131.29-.29.29a.291.291%200%2001-.289-.29c0-.158.131-.289.289-.289.159%200%20.29.131.29.289M44.949%2043.036a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235.235.235%200%2001.47%200M50.836%2036.644a.235.235%200%2001-.469%200c0-.129.106-.236.235-.236.128%200%20.234.107.234.236M51.414%2038.07a.29.29%200%2001-.289.289.29.29%200%2001-.289-.289c0-.159.131-.29.289-.29a.29.29%200%2001.289.29M55.459%2039.768a.29.29%200%2001-.578%200%20.29.29%200%2001.578%200M51.342%2042.784a.237.237%200%2001-.235.235.236.236%200%2001-.234-.235c0-.129.106-.235.234-.235.129%200%20.235.106.235.235M53.942%2040.327a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235.235.235%200%2001.469%200M53.473%2044.12a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M37.727%205.507a.414.414%200%2001.309-.294l.082-.618.121.623c.145.042.257.16.29.309l.626.088-.632.111a.412.412%200%2001-.299.29l-.106.636-.108-.641a.413.413%200%2001-.285-.298l-.604-.098.606-.108M21.533%2049.814a.411.411%200%2001.308-.294l.082-.618.122.625a.41.41%200%2001.289.306l.626.089-.631.111a.412.412%200%2001-.3.289l-.106.637-.107-.64a.415.415%200%2001-.285-.298l-.604-.099.606-.108M51.315%2044.103a.41.41%200%2001.308-.295l.082-.619.122.625a.413.413%200%2001.289.307l.626.089-.632.111a.414.414%200%2001-.299.29l-.106.636-.107-.641a.416.416%200%2001-.286-.298l-.604-.098.607-.107M53.673%2037.732a.411.411%200%2001.307-.295l.082-.618.122.624c.145.042.257.16.29.308l.626.088-.632.111a.416.416%200%2001-.299.29l-.107.636-.106-.64a.414.414%200%2001-.286-.298l-.604-.099.607-.107M24.423%2014.2a.413.413%200%2001.307-.294l.083-.618.122.624c.144.041.256.16.289.308l.626.089-.632.11a.412.412%200%2001-.299.29l-.106.636-.107-.641a.413.413%200%2001-.286-.297l-.604-.098.607-.109M22.513%2027.612c2.129%203.719%204.611%206.442%206.61%209.03%201.775%202.295%205.233%203.445%204.015%204.535-1.373%201.227-4.696-4.19-4.696-4.19-2.209-2.664-4.322-5.489-6.478-9.184l.549-.191'%20fill='%23FFFFFE'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M0%2037.374c10.289-6.758%2028.245-11.119%2043.034-16.991%2011.236-4.46%2021.227-10.061%2026.598-17.77C56.021%2030.338%2018.114%2027.056.741%2037.632L0%2037.374'%20fill='%23D8262C'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M23.919%2023.626h5.153l3.694%209.303%201.232%201.236H27.29l1.231-1.236-.437-1.135h-3.703L24%2033.091l.883%201.074h-3.499l1.231-1.236%202.374-8.227-1.07-1.076zm3.509%206.539l-1.491-3.777-1.094%203.777h2.585zM47.857%2023.626h5.348l3.694%209.303%201.232%201.236h-6.708l1.231-1.236-.437-1.135h-3.702l-.381%201.297.883%201.074h-3.5l1.231-1.236%202.374-8.227-1.265-1.076zm3.703%206.539l-1.49-3.777-1.094%203.777h2.584zM16.928%2030.19L16.928%2024.702%2015.858%2023.626%2019.423%2023.626%2018.353%2024.702%2018.353%2032.929%2019.585%2034.165%2014.902%2034.165%2010.868%2027.34%2010.868%2032.929%2011.905%2034.165%208.178%2034.165%209.409%2032.929%209.409%2024.702%208.34%2023.626%2013.006%2023.626%2016.928%2030.19M43.918%2026.329l-.11-3.281-1.104.762c-1.556-.544-3.367-.524-4.638.078-1.183.559-2.459%201.742-2.303%203.42.156%201.679%201.457%202.33%202.63%202.861%201.51.685%203.152.916%203.128%201.82-.016.575-.97.987-1.711.963-.678-.021-2.88-.185-4.031-1.554l.218%203.452%201.229-.902c1.494.528%203.304.75%204.98.204%201.665-.543%203.415-1.936%202.443-4.372-.418-1.046-1.569-1.693-2.256-1.974-.628-.258-2.546-1.012-3.082-1.291-.626-.325-.556-1.36.95-1.57%201.363-.19%203.252.902%203.657%201.384'%20fill='%23FFFFFE'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M7.968%2053.553C28.63%2032.465%2059.428%2022.722%2069.632%202.612c-6.145%2019.551-39.054%2030.334-61.72%2051.932l.056-.991'%20fill='%23D8262C'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M21.964%2027.803a71.957%2071.957%200%2001-.728-1.278c-5.509-9.91-4.714-20.024%205.255-15.617%208.462%203.74%2016.544%2014.232%2019.794%2021.682%201.506%203.452%205.544%2017.001-7.459%2011.511l-.026-.08c12.281%205.057%2010.158-7.757%203.584-17.581-3.72-5.56-8.571-10.191-11.63-12.425-10.186-7.442-16.399-2.891-9.247%2011.703.324.66.66%201.29%201.006%201.894l-.549.191'%20fill='%23FFFFFE'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M82.104%2022.133c0%201.775-.483%204.669-4.591%204.669-2.295%200-4.534-1.254-4.534-4.264v-1.195h2.739v.618c0%201.331.328%202.294%201.757%202.294%201.6%200%201.6-1.292%201.6-2.256v-9.298h3.029v9.432M91.012%2020.417c-.25-1.388-.849-2.123-2.18-2.123-1.736%200-2.238%201.352-2.276%202.123h4.456zm-4.456%201.737c.077%201.736.926%202.527%202.449%202.527%201.1%200%201.988-.676%202.161-1.292h2.412c-.772%202.352-2.412%203.354-4.669%203.354-3.144%200-5.093-2.159-5.093-5.246%200-2.989%202.064-5.265%205.093-5.265%203.396%200%205.035%202.853%204.842%205.922h-7.195zM98.646%2016.5h2.006v1.834h-2.006v4.939c0%20.925.231%201.157%201.158%201.157.288%200%20.559-.02.848-.077v2.14c-.463.077-1.06.096-1.601.096-1.678%200-3.144-.384-3.144-2.372v-5.883h-1.659V16.5h1.659v-2.988h2.739V16.5M110.294%2019.182h2.353c1.407%200%202.662-.309%202.662-2.063%200-1.755-1.255-2.064-2.662-2.064h-2.353v4.127zm-3.029-6.481h6.21c3.435%200%204.765%202.179%204.765%204.418%200%202.238-1.33%204.416-4.765%204.416h-3.181v4.94h-3.029V12.701zM119.663%2016.5h2.605v1.855h.038c.502-1.256%201.851-2.123%203.182-2.123.193%200%20.425.037.598.096v2.545a5.058%205.058%200%2000-.983-.095c-2.006%200-2.701%201.446-2.701%203.202v4.495h-2.739V16.5M131.464%2024.681c1.872%200%202.432-1.603%202.432-3.184%200-1.599-.56-3.203-2.432-3.203-1.851%200-2.41%201.604-2.41%203.203%200%201.581.559%203.184%202.41%203.184zm0-8.449c3.145%200%205.172%202.084%205.172%205.265%200%203.163-2.027%205.246-5.172%205.246-3.124%200-5.149-2.083-5.149-5.246%200-3.181%202.025-5.265%205.149-5.265zM145.638%2021.518c0-1.582-.636-3.224-2.392-3.224-1.793%200-2.371%201.604-2.371%203.224%200%201.618.616%203.163%202.391%203.163%201.794%200%202.372-1.545%202.372-3.163zm-7.407-5.018h2.605v1.274h.039c.656-1.062%201.737-1.542%202.97-1.542%203.124%200%204.533%202.527%204.533%205.361%200%202.662-1.465%205.15-4.378%205.15-1.198%200-2.335-.518-2.991-1.504h-.038v4.746h-2.74V16.5zM159.194%2026.475h-2.604v-1.39h-.057c-.695%201.12-1.889%201.658-3.047%201.658-2.913%200-3.648-1.638-3.648-4.107V16.5h2.739v5.633c0%201.641.484%202.451%201.756%202.451%201.485%200%202.123-.829%202.123-2.855V16.5h2.738v9.975M161.178%2026.474L163.917%2026.474%20163.917%2012.701%20161.178%2012.701zM168.024%2023.233c.019%201.197%201.024%201.678%202.103%201.678.792%200%201.793-.307%201.793-1.272%200-.829-1.137-1.119-3.105-1.544-1.582-.348-3.164-.905-3.164-2.663%200-2.545%202.199-3.2%204.34-3.2%202.18%200%204.188.731%204.399%203.181h-2.604c-.077-1.058-.887-1.349-1.871-1.349-.617%200-1.524.115-1.524.924%200%20.985%201.543%201.121%203.106%201.488%201.6.366%203.164.944%203.164%202.797%200%202.623-2.277%203.47-4.553%203.47-2.316%200-4.574-.867-4.689-3.51h2.605M176.141%2026.475h2.74V16.5h-2.74v9.975zm0-11.517h2.74v-2.257h-2.74v2.257zM185.707%2024.681c1.871%200%202.43-1.603%202.43-3.184%200-1.599-.559-3.203-2.43-3.203-1.853%200-2.411%201.604-2.411%203.203%200%201.581.558%203.184%202.411%203.184zm0-8.449c3.144%200%205.169%202.084%205.169%205.265%200%203.163-2.025%205.246-5.169%205.246-3.126%200-5.15-2.083-5.15-5.246%200-3.181%202.024-5.265%205.15-5.265zM192.454%2016.5h2.605v1.391h.056c.696-1.119%201.89-1.659%203.048-1.659%202.912%200%203.647%201.639%203.647%204.109v6.134h-2.741v-5.633c0-1.64-.482-2.45-1.755-2.45-1.485%200-2.122.829-2.122%202.855v5.228h-2.738V16.5M209.19%2012.701L212.219%2012.701%20212.219%2023.928%20218.931%2023.928%20218.931%2026.475%20209.19%2026.475%20209.19%2012.701M226.354%2021.593c-.462.406-1.427.427-2.276.579-.849.174-1.621.464-1.621%201.467%200%201.021.793%201.272%201.678%201.272%202.142%200%202.219-1.697%202.219-2.295v-1.023zm-6.328-2.024c.156-2.567%202.451-3.337%204.688-3.337%201.987%200%204.38.443%204.38%202.835v5.188c0%20.907.095%201.815.346%202.22h-2.777a4.05%204.05%200%2001-.193-.965c-.869.907-2.142%201.233-3.357%201.233-1.89%200-3.395-.944-3.395-2.988%200-2.258%201.698-2.798%203.395-3.028%201.678-.251%203.241-.195%203.241-1.314%200-1.176-.811-1.349-1.775-1.349-1.041%200-1.717.423-1.813%201.505h-2.74zM236.014%2018.294c-1.62%200-2.333%201.525-2.333%203.203%200%201.659.713%203.184%202.333%203.184s2.334-1.525%202.334-3.184c0-1.678-.714-3.203-2.334-3.203zm-4.978-5.593h2.741v5.016h.036c.677-1.023%201.912-1.485%203.146-1.485%201.987%200%204.13%201.6%204.13%205.247%200%203.665-2.143%205.264-4.13%205.264-1.466%200-2.682-.443-3.278-1.542h-.04v1.274h-2.605V12.701zM247.487%2024.681c1.871%200%202.431-1.603%202.431-3.184%200-1.599-.56-3.203-2.431-3.203-1.852%200-2.412%201.604-2.412%203.203%200%201.581.56%203.184%202.412%203.184zm0-8.449c3.144%200%205.17%202.084%205.17%205.265%200%203.163-2.026%205.246-5.17%205.246-3.125%200-5.15-2.083-5.15-5.246%200-3.181%202.025-5.265%205.15-5.265zM254.233%2016.5h2.604v1.855h.039c.504-1.256%201.852-2.123%203.185-2.123.192%200%20.422.037.596.096v2.545a5.074%205.074%200%2000-.983-.095c-2.007%200-2.701%201.446-2.701%203.202v4.495h-2.74V16.5M267.755%2021.593c-.465.406-1.43.427-2.277.579-.849.174-1.622.464-1.622%201.467%200%201.021.79%201.272%201.679%201.272%202.142%200%202.22-1.697%202.22-2.295v-1.023zm-6.33-2.024c.154-2.567%202.45-3.337%204.688-3.337%201.99%200%204.381.443%204.381%202.835v5.188c0%20.907.096%201.815.347%202.22h-2.779a4.149%204.149%200%2001-.192-.965c-.869.907-2.142%201.233-3.357%201.233-1.892%200-3.396-.944-3.396-2.988%200-2.258%201.697-2.798%203.396-3.028%201.677-.251%203.242-.195%203.242-1.314%200-1.176-.813-1.349-1.776-1.349-1.042%200-1.718.423-1.814%201.505h-2.74zM275.91%2016.5h2.005v1.834h-2.005v4.939c0%20.925.23%201.157%201.157%201.157.287%200%20.558-.02.848-.077v2.14c-.463.077-1.061.096-1.603.096-1.676%200-3.144-.384-3.144-2.372v-5.883h-1.657V16.5h1.657v-2.988h2.742V16.5M283.892%2024.681c1.871%200%202.43-1.603%202.43-3.184%200-1.599-.559-3.203-2.43-3.203-1.851%200-2.413%201.604-2.413%203.203%200%201.581.562%203.184%202.413%203.184zm0-8.449c3.144%200%205.17%202.084%205.17%205.265%200%203.163-2.026%205.246-5.17%205.246-3.124%200-5.15-2.083-5.15-5.246%200-3.181%202.026-5.265%205.15-5.265zM290.64%2016.5h2.601v1.855h.041c.502-1.256%201.851-2.123%203.185-2.123.191%200%20.423.037.595.096v2.545a5.093%205.093%200%2000-.984-.095c-2.007%200-2.7%201.446-2.7%203.202v4.495h-2.738V16.5M304.021%2027.727c-.595%201.604-1.542%202.258-3.432%202.258-.56%200-1.117-.039-1.679-.096v-2.257c.521.038%201.063.116%201.602.095.945-.095%201.253-1.078.945-1.869l-3.512-9.358h2.933l2.258%206.829h.037l2.18-6.829h2.836l-4.168%2011.227M82.32%2038.092c-.332-1.674-1.674-2.519-3.315-2.519-2.817%200-4.009%202.32-4.009%204.789%200%202.699%201.192%204.953%204.026%204.953%202.072%200%203.264-1.458%203.413-3.413h1.575c-.299%202.949-2.138%204.739-5.121%204.739-3.678%200-5.468-2.717-5.468-6.164%200-3.429%201.956-6.23%205.601-6.23%202.469%200%204.507%201.326%204.871%203.845H82.32M90.771%2041.935c-.547.398-1.607.414-2.552.581-.928.166-1.723.497-1.723%201.54%200%20.929.795%201.259%201.656%201.259%201.856%200%202.619-1.159%202.619-1.939v-1.441zm2.286%204.39c-.248.151-.563.233-1.01.233-.73%200-1.193-.397-1.193-1.325-.779.911-1.823%201.325-3.016%201.325-1.558%200-2.833-.696-2.833-2.402%200-1.939%201.441-2.352%202.899-2.634%201.558-.298%202.884-.2%202.884-1.26%200-1.227-1.011-1.424-1.907-1.424-1.192%200-2.07.363-2.136%201.623h-1.409c.083-2.121%201.723-2.865%203.629-2.865%201.54%200%203.214.345%203.214%202.351v4.408c0%20.664%200%20.96.447.96.117%200%20.249-.017.431-.082v1.092zM94.186%2046.358L95.594%2046.358%2095.594%2034.529%2094.186%2034.529zM97.599%2046.358h1.407v-8.564h-1.407v8.564zm0-10.106h1.407v-1.723h-1.407v1.723zM101.509%2039.035h-1.441v-1.241h1.441v-1.276c0-1.392.828-2.12%202.37-2.12.264%200%20.645.048.911.131v1.226a2.671%202.671%200%2000-.795-.116c-.68%200-1.078.216-1.078.962v1.193h1.657v1.241h-1.657v7.324h-1.408v-7.324M109.264%2045.315c1.474%200%202.667-1.159%202.667-3.23%200-2.088-1.193-3.247-2.667-3.247-1.475%200-2.668%201.159-2.668%203.247%200%202.071%201.193%203.23%202.668%203.23zm0-7.719c2.716%200%204.158%201.971%204.158%204.489%200%202.501-1.442%204.473-4.158%204.473-2.718%200-4.159-1.972-4.159-4.473%200-2.518%201.441-4.489%204.159-4.489zM114.766%2037.794h1.325V39.6h.033c.68-1.376%201.625-2.056%203.149-2.004v1.491c-2.27%200-3.098%201.292-3.098%203.462v3.81h-1.409v-8.565M120.068%2037.794h1.325v1.358h.034c.596-1.06%201.557-1.556%202.783-1.556%202.253%200%202.95%201.292%202.95%203.13v5.633h-1.409v-5.797c0-1.045-.663-1.724-1.74-1.724-1.706%200-2.534%201.143-2.534%202.684v4.837h-1.409v-8.565M129.1%2046.358h1.408v-8.564H129.1v8.564zm0-10.106h1.408v-1.723H129.1v1.723zM137.732%2041.935c-.547.398-1.607.414-2.552.581-.928.166-1.723.497-1.723%201.54%200%20.929.795%201.259%201.657%201.259%201.856%200%202.618-1.159%202.618-1.939v-1.441zm2.287%204.39c-.249.151-.563.233-1.011.233-.729%200-1.193-.397-1.193-1.325-.779.911-1.823%201.325-3.016%201.325-1.557%200-2.833-.696-2.833-2.402%200-1.939%201.441-2.352%202.899-2.634%201.558-.298%202.884-.2%202.884-1.26%200-1.227-1.01-1.424-1.906-1.424-1.193%200-2.071.363-2.137%201.623h-1.408c.082-2.121%201.723-2.865%203.628-2.865%201.54%200%203.215.345%203.215%202.351v4.408c0%20.664%200%20.96.446.96.117%200%20.249-.017.432-.082v1.092zM145.704%2046.358L147.277%2046.358%20147.277%2034.529%20145.704%2034.529zM149.43%2037.794h1.326v1.358h.035c.593-1.06%201.556-1.556%202.783-1.556%202.253%200%202.949%201.292%202.949%203.13v5.633h-1.41v-5.797c0-1.045-.661-1.724-1.739-1.724-1.707%200-2.534%201.143-2.534%202.684v4.837h-1.41v-8.565M159.242%2043.658c.049%201.259%201.142%201.657%202.302%201.657.879%200%202.073-.199%202.073-1.275%200-1.094-1.393-1.275-2.804-1.59-1.389-.317-2.796-.78-2.796-2.42%200-1.722%201.706-2.434%203.196-2.434%201.89%200%203.397.594%203.514%202.683h-1.408c-.101-1.094-1.062-1.441-1.99-1.441-.846%200-1.822.233-1.822%201.093%200%201.011%201.491%201.175%202.801%201.49%201.406.316%202.798.778%202.798%202.436%200%202.039-1.905%202.701-3.644%202.701-1.924%200-3.546-.779-3.63-2.9h1.41M168.356%2037.794h1.706v1.241h-1.706v5.32c0%20.647.182.761%201.06.761h.646v1.243h-1.076c-1.459%200-2.04-.297-2.04-1.872v-5.452h-1.457v-1.241h1.457v-2.569h1.41v2.569M171.438%2046.358h1.407v-8.564h-1.407v8.564zm0-10.106h1.407v-1.723h-1.407v1.723zM176.724%2037.794h1.708v1.241h-1.708v5.32c0%20.647.182.761%201.06.761h.648v1.243h-1.079c-1.457%200-2.038-.297-2.038-1.872v-5.452h-1.459v-1.241h1.459v-2.569h1.409v2.569M186.813%2046.359h-1.325v-1.357h-.033c-.596%201.06-1.558%201.556-2.783%201.556-2.253%200-2.949-1.291-2.949-3.132v-5.632h1.409v5.798c0%201.044.663%201.723%201.739%201.723%201.706%200%202.534-1.142%202.534-2.685v-4.836h1.408v8.565M190.627%2037.794h1.705v1.241h-1.705v5.32c0%20.647.181.761%201.059.761h.646v1.243h-1.076c-1.457%200-2.037-.297-2.037-1.872v-5.452h-1.459v-1.241h1.459v-2.569h1.408v2.569M199.573%2041.257c-.066-1.343-1.077-2.419-2.468-2.419-1.474%200-2.353%201.109-2.452%202.419h4.92zm1.359%202.385c-.381%201.889-1.74%202.916-3.661%202.916-2.736%200-4.027-1.889-4.109-4.505%200-2.57%201.69-4.457%204.026-4.457%203.031%200%203.961%202.832%203.876%204.904h-6.411c-.05%201.491.794%202.815%202.667%202.815%201.159%200%201.972-.563%202.221-1.673h1.391zM210.295%2045.315c1.476%200%202.668-1.159%202.668-3.23%200-2.088-1.192-3.247-2.668-3.247-1.475%200-2.667%201.159-2.667%203.247%200%202.071%201.192%203.23%202.667%203.23zm0-7.719c2.716%200%204.158%201.971%204.158%204.489%200%202.501-1.442%204.473-4.158%204.473-2.718%200-4.159-1.972-4.159-4.473%200-2.518%201.441-4.489%204.159-4.489zM216.427%2039.035h-1.441v-1.241h1.441v-1.276c0-1.392.828-2.12%202.371-2.12.264%200%20.644.048.911.131v1.226a2.684%202.684%200%2000-.797-.116c-.681%200-1.076.216-1.076.962v1.193h1.655v1.241h-1.655v7.324h-1.409v-7.324M227.744%2035.855L223.801%2035.855%20223.801%2034.529%20233.262%2034.529%20233.262%2035.855%20229.319%2035.855%20229.319%2046.359%20227.744%2046.359%20227.744%2035.855M240.023%2041.257c-.068-1.343-1.077-2.419-2.468-2.419-1.476%200-2.354%201.109-2.452%202.419h4.92zm1.359%202.385c-.381%201.889-1.739%202.916-3.661%202.916-2.735%200-4.029-1.889-4.111-4.505%200-2.57%201.691-4.457%204.027-4.457%203.032%200%203.959%202.832%203.877%204.904h-6.411c-.05%201.491.793%202.815%202.667%202.815%201.159%200%201.972-.563%202.22-1.673h1.392zM248.524%2040.545c-.215-1.078-.961-1.707-2.122-1.707-2.038%200-2.666%201.608-2.666%203.346%200%201.574.711%203.131%202.501%203.131%201.359%200%202.171-.795%202.353-2.087h1.441c-.314%202.087-1.623%203.33-3.778%203.33-2.617%200-4.009-1.822-4.009-4.374%200-2.57%201.324-4.588%204.043-4.588%201.937%200%203.495.91%203.694%202.949h-1.457M251.341%2034.529h1.409v4.524h.035c.462-1.027%201.671-1.457%202.699-1.457%202.253%200%202.95%201.292%202.95%203.13v5.633h-1.409v-5.797c0-1.045-.665-1.724-1.74-1.724-1.707%200-2.535%201.143-2.535%202.684v4.837h-1.409v-11.83M260.29%2037.794h1.325v1.358h.033c.597-1.06%201.558-1.556%202.784-1.556%202.255%200%202.95%201.292%202.95%203.13v5.633h-1.408v-5.797c0-1.045-.663-1.724-1.742-1.724-1.704%200-2.534%201.143-2.534%202.684v4.837h-1.408v-8.565M272.934%2045.315c1.475%200%202.668-1.159%202.668-3.23%200-2.088-1.193-3.247-2.668-3.247-1.474%200-2.667%201.159-2.667%203.247%200%202.071%201.193%203.23%202.667%203.23zm0-7.719c2.717%200%204.158%201.971%204.158%204.489%200%202.501-1.441%204.473-4.158%204.473-2.716%200-4.16-1.972-4.16-4.473%200-2.518%201.444-4.489%204.16-4.489zM278.568%2046.358L279.977%2046.358%20279.977%2034.529%20278.568%2034.529zM285.596%2045.315c1.473%200%202.666-1.159%202.666-3.23%200-2.088-1.193-3.247-2.666-3.247-1.477%200-2.669%201.159-2.669%203.247%200%202.071%201.192%203.23%202.669%203.23zm0-7.719c2.716%200%204.157%201.971%204.157%204.489%200%202.501-1.441%204.473-4.157%204.473-2.719%200-4.16-1.972-4.16-4.473%200-2.518%201.441-4.489%204.16-4.489zM297.144%2041.902c0-1.508-.663-3.064-2.434-3.064-1.808%200-2.536%201.474-2.536%203.113%200%201.541.563%203.266%202.418%203.266%201.857%200%202.552-1.707%202.552-3.315zm1.391%203.728c0%202.785-1.274%204.208-3.977%204.208-1.606%200-3.463-.645-3.544-2.517h1.407c.067%201.026%201.292%201.392%202.221%201.392%201.839%200%202.568-1.327%202.568-3.248v-.563h-.032c-.466%201.044-1.591%201.556-2.668%201.556-2.553%200-3.829-2.004-3.829-4.341%200-2.021.995-4.521%203.961-4.521%201.077%200%202.038.479%202.551%201.424h.017v-1.226h1.325v7.836zM303.757%2047.501c-.647%201.675-1.227%202.287-2.486%202.287-.332%200-.664-.033-.978-.148v-1.293c.265.085.548.198.828.198.581%200%20.896-.28%201.16-.776l.58-1.459-3.396-8.516h1.59l2.503%207.008h.033l2.401-7.008h1.492l-3.727%209.707'%20fill='%231B1A19'%20transform='translate(8.042%206.948)'/%3e%3c/g%3e%3c/svg%3e",Il="data:image/svg+xml,%3csvg%20class='LogoTribrand'%20width='324'%20height='72'%20viewBox='0%200%20324%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M61.094%2028.823c0%2015.811-13.013%2028.824-28.823%2028.824-15.811%200-28.824-13.013-28.824-28.824C3.447%2013.013%2016.46%200%2032.271%200c15.81%200%2028.823%2013.013%2028.823%2028.823'%20fill='%23263976'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M32.668%202.618a.237.237%200%2001-.234.236.235.235%200%20010-.47c.128%200%20.234.105.234.234M34.294%206.177a.291.291%200%2001-.289.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289c.158%200%20.289.131.289.289M38.519%2011.991a.29.29%200%2001-.289.289.29.29%200%20010-.578.29.29%200%2001.289.289M31.729%208.181a.236.236%200%2001-.235.235.236.236%200%2001-.234-.235c0-.129.106-.235.234-.235.129%200%20.235.106.235.235M34.257%209.518a.237.237%200%2001-.235.235.236.236%200%2001-.234-.235c0-.129.106-.236.234-.236.129%200%20.235.107.235.236M30.971%205.779c0%20.159-.131.29-.289.29a.29.29%200%20010-.579.29.29%200%2001.289.289M27.142%208.109a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M27.828%208.579a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235.235.235%200%2001.47%200M28.515%209.048a.235.235%200%2001-.47%200%20.235.235%200%2001.47%200M27.467%209.951a.238.238%200%2001-.235.236.235.235%200%2011.235-.236M22.013%2013.78a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.128.106-.235.235-.235s.235.107.235.235M23.024%2015.008a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M22.229%2034.837a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235.235.235%200%2001.469%200M22.374%2040.31a.291.291%200%2001-.289.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289.29.29%200%2001.289.289M19.268%2043.109a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M15.547%2044.247a.29.29%200%2001-.578%200c0-.16.131-.29.289-.29a.29.29%200%2001.289.29M14.789%2041.718a.291.291%200%2001-.289.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289c.158%200%20.289.131.289.289M14.355%2043.325a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235.235.235%200%2001.469%200M11.574%2041.989a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.128.106-.235.235-.235s.235.107.235.235M21.29%2046.503a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235c0-.128.106-.234.235-.234.128%200%20.234.106.234.234M24.216%2044.355a.291.291%200%2001-.289.289.291.291%200%2001-.289-.289.29.29%200%2001.289-.289.29.29%200%2001.289.289M24.541%2047.118a.237.237%200%2001-.235.235.237.237%200%2001-.235-.235.235.235%200%2001.47%200M36.569%2044.482a.235.235%200%2011-.235-.235c.129%200%20.235.106.235.235M30.971%2046.468a.235.235%200%2001-.47%200%20.235.235%200%2001.47%200M46.032%2049.321a.236.236%200%2001-.235.235.236.236%200%2001-.234-.235c0-.128.106-.234.234-.234.129%200%20.235.106.235.234M47.26%2038.214a.29.29%200%2001-.288.289.29.29%200%2001-.289-.289.29.29%200%2001.289-.289.29.29%200%2001.288.289M44.949%2039.785c0%20.13-.106.236-.235.236a.236.236%200%2001-.235-.236c0-.128.106-.234.235-.234s.235.106.235.234M47.225%2040.237c0%20.159-.131.29-.29.29a.291.291%200%2001-.289-.29c0-.158.131-.289.289-.289.159%200%20.29.131.29.289M44.949%2043.036a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235.235.235%200%2001.47%200M50.836%2036.644a.235.235%200%2001-.469%200c0-.129.106-.236.235-.236.128%200%20.234.107.234.236M51.414%2038.07a.29.29%200%2001-.289.289.29.29%200%2001-.289-.289c0-.159.131-.29.289-.29a.29.29%200%2001.289.29M55.459%2039.768a.29.29%200%2001-.578%200%20.29.29%200%2001.578%200M51.342%2042.784a.237.237%200%2001-.235.235.236.236%200%2001-.234-.235c0-.129.106-.235.234-.235.129%200%20.235.106.235.235M53.942%2040.327a.236.236%200%2001-.234.235.236.236%200%2001-.235-.235.235.235%200%2001.469%200M53.473%2044.12a.236.236%200%2001-.235.235.236.236%200%2001-.235-.235c0-.129.106-.235.235-.235s.235.106.235.235M37.727%205.507a.414.414%200%2001.309-.294l.082-.618.121.623c.145.042.257.16.29.309l.626.088-.632.111a.412.412%200%2001-.299.29l-.106.636-.108-.641a.413.413%200%2001-.285-.298l-.604-.098.606-.108M21.533%2049.814a.411.411%200%2001.308-.294l.082-.618.122.625a.41.41%200%2001.289.306l.626.089-.631.111a.412.412%200%2001-.3.289l-.106.637-.107-.64a.415.415%200%2001-.285-.298l-.604-.099.606-.108M51.315%2044.103a.41.41%200%2001.308-.295l.082-.619.122.625a.413.413%200%2001.289.307l.626.089-.632.111a.414.414%200%2001-.299.29l-.106.636-.107-.641a.416.416%200%2001-.286-.298l-.604-.098.607-.107M53.673%2037.732a.411.411%200%2001.307-.295l.082-.618.122.624c.145.042.257.16.29.308l.626.088-.632.111a.416.416%200%2001-.299.29l-.107.636-.106-.64a.414.414%200%2001-.286-.298l-.604-.099.607-.107M24.423%2014.2a.413.413%200%2001.307-.294l.083-.618.122.624c.144.041.256.16.289.308l.626.089-.632.11a.412.412%200%2001-.299.29l-.106.636-.107-.641a.413.413%200%2001-.286-.297l-.604-.098.607-.109M22.513%2027.612c2.129%203.719%204.611%206.442%206.61%209.03%201.775%202.295%205.233%203.445%204.015%204.535-1.373%201.227-4.696-4.19-4.696-4.19-2.209-2.664-4.322-5.489-6.478-9.184l.549-.191'%20fill='%23FFFFFE'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M0%2037.374c10.289-6.758%2028.245-11.119%2043.034-16.991%2011.236-4.46%2021.227-10.061%2026.598-17.77C56.021%2030.338%2018.114%2027.056.741%2037.632L0%2037.374'%20fill='%23D8262C'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M23.919%2023.626h5.153l3.694%209.303%201.232%201.236H27.29l1.231-1.236-.437-1.135h-3.703L24%2033.091l.883%201.074h-3.499l1.231-1.236%202.374-8.227-1.07-1.076zm3.509%206.539l-1.491-3.777-1.094%203.777h2.585zM47.857%2023.626h5.348l3.694%209.303%201.232%201.236h-6.708l1.231-1.236-.437-1.135h-3.702l-.381%201.297.883%201.074h-3.5l1.231-1.236%202.374-8.227-1.265-1.076zm3.703%206.539l-1.49-3.777-1.094%203.777h2.584zM16.928%2030.19L16.928%2024.702%2015.858%2023.626%2019.423%2023.626%2018.353%2024.702%2018.353%2032.929%2019.585%2034.165%2014.902%2034.165%2010.868%2027.34%2010.868%2032.929%2011.905%2034.165%208.178%2034.165%209.409%2032.929%209.409%2024.702%208.34%2023.626%2013.006%2023.626%2016.928%2030.19M43.918%2026.329l-.11-3.281-1.104.762c-1.556-.544-3.367-.524-4.638.078-1.183.559-2.459%201.742-2.303%203.42.156%201.679%201.457%202.33%202.63%202.861%201.51.685%203.152.916%203.128%201.82-.016.575-.97.987-1.711.963-.678-.021-2.88-.185-4.031-1.554l.218%203.452%201.229-.902c1.494.528%203.304.75%204.98.204%201.665-.543%203.415-1.936%202.443-4.372-.418-1.046-1.569-1.693-2.256-1.974-.628-.258-2.546-1.012-3.082-1.291-.626-.325-.556-1.36.95-1.57%201.363-.19%203.252.902%203.657%201.384'%20fill='%23FFFFFE'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M7.968%2053.553C28.63%2032.465%2059.428%2022.722%2069.632%202.612c-6.145%2019.551-39.054%2030.334-61.72%2051.932l.056-.991'%20fill='%23D8262C'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M21.964%2027.803a71.957%2071.957%200%2001-.728-1.278c-5.509-9.91-4.714-20.024%205.255-15.617%208.462%203.74%2016.544%2014.232%2019.794%2021.682%201.506%203.452%205.544%2017.001-7.459%2011.511l-.026-.08c12.281%205.057%2010.158-7.757%203.584-17.581-3.72-5.56-8.571-10.191-11.63-12.425-10.186-7.442-16.399-2.891-9.247%2011.703.324.66.66%201.29%201.006%201.894l-.549.191'%20fill='%23FFFFFE'%20transform='translate(8.042%206.948)'/%3e%3cpath%20d='M82.104%2022.133c0%201.775-.483%204.669-4.591%204.669-2.295%200-4.534-1.254-4.534-4.264v-1.195h2.739v.618c0%201.331.328%202.294%201.757%202.294%201.6%200%201.6-1.292%201.6-2.256v-9.298h3.029v9.432M91.012%2020.417c-.25-1.388-.849-2.123-2.18-2.123-1.736%200-2.238%201.352-2.276%202.123h4.456zm-4.456%201.737c.077%201.736.926%202.527%202.449%202.527%201.1%200%201.988-.676%202.161-1.292h2.412c-.772%202.352-2.412%203.354-4.669%203.354-3.144%200-5.093-2.159-5.093-5.246%200-2.989%202.064-5.265%205.093-5.265%203.396%200%205.035%202.853%204.842%205.922h-7.195zM98.646%2016.5h2.006v1.834h-2.006v4.939c0%20.925.231%201.157%201.158%201.157.288%200%20.559-.02.848-.077v2.14c-.463.077-1.06.096-1.601.096-1.678%200-3.144-.384-3.144-2.372v-5.883h-1.659V16.5h1.659v-2.988h2.739V16.5M110.294%2019.182h2.353c1.407%200%202.662-.309%202.662-2.063%200-1.755-1.255-2.064-2.662-2.064h-2.353v4.127zm-3.029-6.481h6.21c3.435%200%204.765%202.179%204.765%204.418%200%202.238-1.33%204.416-4.765%204.416h-3.181v4.94h-3.029V12.701zM119.663%2016.5h2.605v1.855h.038c.502-1.256%201.851-2.123%203.182-2.123.193%200%20.425.037.598.096v2.545a5.058%205.058%200%2000-.983-.095c-2.006%200-2.701%201.446-2.701%203.202v4.495h-2.739V16.5M131.464%2024.681c1.872%200%202.432-1.603%202.432-3.184%200-1.599-.56-3.203-2.432-3.203-1.851%200-2.41%201.604-2.41%203.203%200%201.581.559%203.184%202.41%203.184zm0-8.449c3.145%200%205.172%202.084%205.172%205.265%200%203.163-2.027%205.246-5.172%205.246-3.124%200-5.149-2.083-5.149-5.246%200-3.181%202.025-5.265%205.149-5.265zM145.638%2021.518c0-1.582-.636-3.224-2.392-3.224-1.793%200-2.371%201.604-2.371%203.224%200%201.618.616%203.163%202.391%203.163%201.794%200%202.372-1.545%202.372-3.163zm-7.407-5.018h2.605v1.274h.039c.656-1.062%201.737-1.542%202.97-1.542%203.124%200%204.533%202.527%204.533%205.361%200%202.662-1.465%205.15-4.378%205.15-1.198%200-2.335-.518-2.991-1.504h-.038v4.746h-2.74V16.5zM159.194%2026.475h-2.604v-1.39h-.057c-.695%201.12-1.889%201.658-3.047%201.658-2.913%200-3.648-1.638-3.648-4.107V16.5h2.739v5.633c0%201.641.484%202.451%201.756%202.451%201.485%200%202.123-.829%202.123-2.855V16.5h2.738v9.975M161.178%2026.474L163.917%2026.474%20163.917%2012.701%20161.178%2012.701zM168.024%2023.233c.019%201.197%201.024%201.678%202.103%201.678.792%200%201.793-.307%201.793-1.272%200-.829-1.137-1.119-3.105-1.544-1.582-.348-3.164-.905-3.164-2.663%200-2.545%202.199-3.2%204.34-3.2%202.18%200%204.188.731%204.399%203.181h-2.604c-.077-1.058-.887-1.349-1.871-1.349-.617%200-1.524.115-1.524.924%200%20.985%201.543%201.121%203.106%201.488%201.6.366%203.164.944%203.164%202.797%200%202.623-2.277%203.47-4.553%203.47-2.316%200-4.574-.867-4.689-3.51h2.605M176.141%2026.475h2.74V16.5h-2.74v9.975zm0-11.517h2.74v-2.257h-2.74v2.257zM185.707%2024.681c1.871%200%202.43-1.603%202.43-3.184%200-1.599-.559-3.203-2.43-3.203-1.853%200-2.411%201.604-2.411%203.203%200%201.581.558%203.184%202.411%203.184zm0-8.449c3.144%200%205.169%202.084%205.169%205.265%200%203.163-2.025%205.246-5.169%205.246-3.126%200-5.15-2.083-5.15-5.246%200-3.181%202.024-5.265%205.15-5.265zM192.454%2016.5h2.605v1.391h.056c.696-1.119%201.89-1.659%203.048-1.659%202.912%200%203.647%201.639%203.647%204.109v6.134h-2.741v-5.633c0-1.64-.482-2.45-1.755-2.45-1.485%200-2.122.829-2.122%202.855v5.228h-2.738V16.5M209.19%2012.701L212.219%2012.701%20212.219%2023.928%20218.931%2023.928%20218.931%2026.475%20209.19%2026.475%20209.19%2012.701M226.354%2021.593c-.462.406-1.427.427-2.276.579-.849.174-1.621.464-1.621%201.467%200%201.021.793%201.272%201.678%201.272%202.142%200%202.219-1.697%202.219-2.295v-1.023zm-6.328-2.024c.156-2.567%202.451-3.337%204.688-3.337%201.987%200%204.38.443%204.38%202.835v5.188c0%20.907.095%201.815.346%202.22h-2.777a4.05%204.05%200%2001-.193-.965c-.869.907-2.142%201.233-3.357%201.233-1.89%200-3.395-.944-3.395-2.988%200-2.258%201.698-2.798%203.395-3.028%201.678-.251%203.241-.195%203.241-1.314%200-1.176-.811-1.349-1.775-1.349-1.041%200-1.717.423-1.813%201.505h-2.74zM236.014%2018.294c-1.62%200-2.333%201.525-2.333%203.203%200%201.659.713%203.184%202.333%203.184s2.334-1.525%202.334-3.184c0-1.678-.714-3.203-2.334-3.203zm-4.978-5.593h2.741v5.016h.036c.677-1.023%201.912-1.485%203.146-1.485%201.987%200%204.13%201.6%204.13%205.247%200%203.665-2.143%205.264-4.13%205.264-1.466%200-2.682-.443-3.278-1.542h-.04v1.274h-2.605V12.701zM247.487%2024.681c1.871%200%202.431-1.603%202.431-3.184%200-1.599-.56-3.203-2.431-3.203-1.852%200-2.412%201.604-2.412%203.203%200%201.581.56%203.184%202.412%203.184zm0-8.449c3.144%200%205.17%202.084%205.17%205.265%200%203.163-2.026%205.246-5.17%205.246-3.125%200-5.15-2.083-5.15-5.246%200-3.181%202.025-5.265%205.15-5.265zM254.233%2016.5h2.604v1.855h.039c.504-1.256%201.852-2.123%203.185-2.123.192%200%20.422.037.596.096v2.545a5.074%205.074%200%2000-.983-.095c-2.007%200-2.701%201.446-2.701%203.202v4.495h-2.74V16.5M267.755%2021.593c-.465.406-1.43.427-2.277.579-.849.174-1.622.464-1.622%201.467%200%201.021.79%201.272%201.679%201.272%202.142%200%202.22-1.697%202.22-2.295v-1.023zm-6.33-2.024c.154-2.567%202.45-3.337%204.688-3.337%201.99%200%204.381.443%204.381%202.835v5.188c0%20.907.096%201.815.347%202.22h-2.779a4.149%204.149%200%2001-.192-.965c-.869.907-2.142%201.233-3.357%201.233-1.892%200-3.396-.944-3.396-2.988%200-2.258%201.697-2.798%203.396-3.028%201.677-.251%203.242-.195%203.242-1.314%200-1.176-.813-1.349-1.776-1.349-1.042%200-1.718.423-1.814%201.505h-2.74zM275.91%2016.5h2.005v1.834h-2.005v4.939c0%20.925.23%201.157%201.157%201.157.287%200%20.558-.02.848-.077v2.14c-.463.077-1.061.096-1.603.096-1.676%200-3.144-.384-3.144-2.372v-5.883h-1.657V16.5h1.657v-2.988h2.742V16.5M283.892%2024.681c1.871%200%202.43-1.603%202.43-3.184%200-1.599-.559-3.203-2.43-3.203-1.851%200-2.413%201.604-2.413%203.203%200%201.581.562%203.184%202.413%203.184zm0-8.449c3.144%200%205.17%202.084%205.17%205.265%200%203.163-2.026%205.246-5.17%205.246-3.124%200-5.15-2.083-5.15-5.246%200-3.181%202.026-5.265%205.15-5.265zM290.64%2016.5h2.601v1.855h.041c.502-1.256%201.851-2.123%203.185-2.123.191%200%20.423.037.595.096v2.545a5.093%205.093%200%2000-.984-.095c-2.007%200-2.7%201.446-2.7%203.202v4.495h-2.738V16.5M304.021%2027.727c-.595%201.604-1.542%202.258-3.432%202.258-.56%200-1.117-.039-1.679-.096v-2.257c.521.038%201.063.116%201.602.095.945-.095%201.253-1.078.945-1.869l-3.512-9.358h2.933l2.258%206.829h.037l2.18-6.829h2.836l-4.168%2011.227M82.32%2038.092c-.332-1.674-1.674-2.519-3.315-2.519-2.817%200-4.009%202.32-4.009%204.789%200%202.699%201.192%204.953%204.026%204.953%202.072%200%203.264-1.458%203.413-3.413h1.575c-.299%202.949-2.138%204.739-5.121%204.739-3.678%200-5.468-2.717-5.468-6.164%200-3.429%201.956-6.23%205.601-6.23%202.469%200%204.507%201.326%204.871%203.845H82.32M90.771%2041.935c-.547.398-1.607.414-2.552.581-.928.166-1.723.497-1.723%201.54%200%20.929.795%201.259%201.656%201.259%201.856%200%202.619-1.159%202.619-1.939v-1.441zm2.286%204.39c-.248.151-.563.233-1.01.233-.73%200-1.193-.397-1.193-1.325-.779.911-1.823%201.325-3.016%201.325-1.558%200-2.833-.696-2.833-2.402%200-1.939%201.441-2.352%202.899-2.634%201.558-.298%202.884-.2%202.884-1.26%200-1.227-1.011-1.424-1.907-1.424-1.192%200-2.07.363-2.136%201.623h-1.409c.083-2.121%201.723-2.865%203.629-2.865%201.54%200%203.214.345%203.214%202.351v4.408c0%20.664%200%20.96.447.96.117%200%20.249-.017.431-.082v1.092zM94.186%2046.358L95.594%2046.358%2095.594%2034.529%2094.186%2034.529zM97.599%2046.358h1.407v-8.564h-1.407v8.564zm0-10.106h1.407v-1.723h-1.407v1.723zM101.509%2039.035h-1.441v-1.241h1.441v-1.276c0-1.392.828-2.12%202.37-2.12.264%200%20.645.048.911.131v1.226a2.671%202.671%200%2000-.795-.116c-.68%200-1.078.216-1.078.962v1.193h1.657v1.241h-1.657v7.324h-1.408v-7.324M109.264%2045.315c1.474%200%202.667-1.159%202.667-3.23%200-2.088-1.193-3.247-2.667-3.247-1.475%200-2.668%201.159-2.668%203.247%200%202.071%201.193%203.23%202.668%203.23zm0-7.719c2.716%200%204.158%201.971%204.158%204.489%200%202.501-1.442%204.473-4.158%204.473-2.718%200-4.159-1.972-4.159-4.473%200-2.518%201.441-4.489%204.159-4.489zM114.766%2037.794h1.325V39.6h.033c.68-1.376%201.625-2.056%203.149-2.004v1.491c-2.27%200-3.098%201.292-3.098%203.462v3.81h-1.409v-8.565M120.068%2037.794h1.325v1.358h.034c.596-1.06%201.557-1.556%202.783-1.556%202.253%200%202.95%201.292%202.95%203.13v5.633h-1.409v-5.797c0-1.045-.663-1.724-1.74-1.724-1.706%200-2.534%201.143-2.534%202.684v4.837h-1.409v-8.565M129.1%2046.358h1.408v-8.564H129.1v8.564zm0-10.106h1.408v-1.723H129.1v1.723zM137.732%2041.935c-.547.398-1.607.414-2.552.581-.928.166-1.723.497-1.723%201.54%200%20.929.795%201.259%201.657%201.259%201.856%200%202.618-1.159%202.618-1.939v-1.441zm2.287%204.39c-.249.151-.563.233-1.011.233-.729%200-1.193-.397-1.193-1.325-.779.911-1.823%201.325-3.016%201.325-1.557%200-2.833-.696-2.833-2.402%200-1.939%201.441-2.352%202.899-2.634%201.558-.298%202.884-.2%202.884-1.26%200-1.227-1.01-1.424-1.906-1.424-1.193%200-2.071.363-2.137%201.623h-1.408c.082-2.121%201.723-2.865%203.628-2.865%201.54%200%203.215.345%203.215%202.351v4.408c0%20.664%200%20.96.446.96.117%200%20.249-.017.432-.082v1.092zM145.704%2046.358L147.277%2046.358%20147.277%2034.529%20145.704%2034.529zM149.43%2037.794h1.326v1.358h.035c.593-1.06%201.556-1.556%202.783-1.556%202.253%200%202.949%201.292%202.949%203.13v5.633h-1.41v-5.797c0-1.045-.661-1.724-1.739-1.724-1.707%200-2.534%201.143-2.534%202.684v4.837h-1.41v-8.565M159.242%2043.658c.049%201.259%201.142%201.657%202.302%201.657.879%200%202.073-.199%202.073-1.275%200-1.094-1.393-1.275-2.804-1.59-1.389-.317-2.796-.78-2.796-2.42%200-1.722%201.706-2.434%203.196-2.434%201.89%200%203.397.594%203.514%202.683h-1.408c-.101-1.094-1.062-1.441-1.99-1.441-.846%200-1.822.233-1.822%201.093%200%201.011%201.491%201.175%202.801%201.49%201.406.316%202.798.778%202.798%202.436%200%202.039-1.905%202.701-3.644%202.701-1.924%200-3.546-.779-3.63-2.9h1.41M168.356%2037.794h1.706v1.241h-1.706v5.32c0%20.647.182.761%201.06.761h.646v1.243h-1.076c-1.459%200-2.04-.297-2.04-1.872v-5.452h-1.457v-1.241h1.457v-2.569h1.41v2.569M171.438%2046.358h1.407v-8.564h-1.407v8.564zm0-10.106h1.407v-1.723h-1.407v1.723zM176.724%2037.794h1.708v1.241h-1.708v5.32c0%20.647.182.761%201.06.761h.648v1.243h-1.079c-1.457%200-2.038-.297-2.038-1.872v-5.452h-1.459v-1.241h1.459v-2.569h1.409v2.569M186.813%2046.359h-1.325v-1.357h-.033c-.596%201.06-1.558%201.556-2.783%201.556-2.253%200-2.949-1.291-2.949-3.132v-5.632h1.409v5.798c0%201.044.663%201.723%201.739%201.723%201.706%200%202.534-1.142%202.534-2.685v-4.836h1.408v8.565M190.627%2037.794h1.705v1.241h-1.705v5.32c0%20.647.181.761%201.059.761h.646v1.243h-1.076c-1.457%200-2.037-.297-2.037-1.872v-5.452h-1.459v-1.241h1.459v-2.569h1.408v2.569M199.573%2041.257c-.066-1.343-1.077-2.419-2.468-2.419-1.474%200-2.353%201.109-2.452%202.419h4.92zm1.359%202.385c-.381%201.889-1.74%202.916-3.661%202.916-2.736%200-4.027-1.889-4.109-4.505%200-2.57%201.69-4.457%204.026-4.457%203.031%200%203.961%202.832%203.876%204.904h-6.411c-.05%201.491.794%202.815%202.667%202.815%201.159%200%201.972-.563%202.221-1.673h1.391zM210.295%2045.315c1.476%200%202.668-1.159%202.668-3.23%200-2.088-1.192-3.247-2.668-3.247-1.475%200-2.667%201.159-2.667%203.247%200%202.071%201.192%203.23%202.667%203.23zm0-7.719c2.716%200%204.158%201.971%204.158%204.489%200%202.501-1.442%204.473-4.158%204.473-2.718%200-4.159-1.972-4.159-4.473%200-2.518%201.441-4.489%204.159-4.489zM216.427%2039.035h-1.441v-1.241h1.441v-1.276c0-1.392.828-2.12%202.371-2.12.264%200%20.644.048.911.131v1.226a2.684%202.684%200%2000-.797-.116c-.681%200-1.076.216-1.076.962v1.193h1.655v1.241h-1.655v7.324h-1.409v-7.324M227.744%2035.855L223.801%2035.855%20223.801%2034.529%20233.262%2034.529%20233.262%2035.855%20229.319%2035.855%20229.319%2046.359%20227.744%2046.359%20227.744%2035.855M240.023%2041.257c-.068-1.343-1.077-2.419-2.468-2.419-1.476%200-2.354%201.109-2.452%202.419h4.92zm1.359%202.385c-.381%201.889-1.739%202.916-3.661%202.916-2.735%200-4.029-1.889-4.111-4.505%200-2.57%201.691-4.457%204.027-4.457%203.032%200%203.959%202.832%203.877%204.904h-6.411c-.05%201.491.793%202.815%202.667%202.815%201.159%200%201.972-.563%202.22-1.673h1.392zM248.524%2040.545c-.215-1.078-.961-1.707-2.122-1.707-2.038%200-2.666%201.608-2.666%203.346%200%201.574.711%203.131%202.501%203.131%201.359%200%202.171-.795%202.353-2.087h1.441c-.314%202.087-1.623%203.33-3.778%203.33-2.617%200-4.009-1.822-4.009-4.374%200-2.57%201.324-4.588%204.043-4.588%201.937%200%203.495.91%203.694%202.949h-1.457M251.341%2034.529h1.409v4.524h.035c.462-1.027%201.671-1.457%202.699-1.457%202.253%200%202.95%201.292%202.95%203.13v5.633h-1.409v-5.797c0-1.045-.665-1.724-1.74-1.724-1.707%200-2.535%201.143-2.535%202.684v4.837h-1.409v-11.83M260.29%2037.794h1.325v1.358h.033c.597-1.06%201.558-1.556%202.784-1.556%202.255%200%202.95%201.292%202.95%203.13v5.633h-1.408v-5.797c0-1.045-.663-1.724-1.742-1.724-1.704%200-2.534%201.143-2.534%202.684v4.837h-1.408v-8.565M272.934%2045.315c1.475%200%202.668-1.159%202.668-3.23%200-2.088-1.193-3.247-2.668-3.247-1.474%200-2.667%201.159-2.667%203.247%200%202.071%201.193%203.23%202.667%203.23zm0-7.719c2.717%200%204.158%201.971%204.158%204.489%200%202.501-1.441%204.473-4.158%204.473-2.716%200-4.16-1.972-4.16-4.473%200-2.518%201.444-4.489%204.16-4.489zM278.568%2046.358L279.977%2046.358%20279.977%2034.529%20278.568%2034.529zM285.596%2045.315c1.473%200%202.666-1.159%202.666-3.23%200-2.088-1.193-3.247-2.666-3.247-1.477%200-2.669%201.159-2.669%203.247%200%202.071%201.192%203.23%202.669%203.23zm0-7.719c2.716%200%204.157%201.971%204.157%204.489%200%202.501-1.441%204.473-4.157%204.473-2.719%200-4.16-1.972-4.16-4.473%200-2.518%201.441-4.489%204.16-4.489zM297.144%2041.902c0-1.508-.663-3.064-2.434-3.064-1.808%200-2.536%201.474-2.536%203.113%200%201.541.563%203.266%202.418%203.266%201.857%200%202.552-1.707%202.552-3.315zm1.391%203.728c0%202.785-1.274%204.208-3.977%204.208-1.606%200-3.463-.645-3.544-2.517h1.407c.067%201.026%201.292%201.392%202.221%201.392%201.839%200%202.568-1.327%202.568-3.248v-.563h-.032c-.466%201.044-1.591%201.556-2.668%201.556-2.553%200-3.829-2.004-3.829-4.341%200-2.021.995-4.521%203.961-4.521%201.077%200%202.038.479%202.551%201.424h.017v-1.226h1.325v7.836zM303.757%2047.501c-.647%201.675-1.227%202.287-2.486%202.287-.332%200-.664-.033-.978-.148v-1.293c.265.085.548.198.828.198.581%200%20.896-.28%201.16-.776l.58-1.459-3.396-8.516h1.59l2.503%207.008h.033l2.401-7.008h1.492l-3.727%209.707'%20fill='%23FFFFFF'%20transform='translate(8.042%206.948)'/%3e%3c/g%3e%3c/svg%3e",Ax=t.defineComponent({name:"NavDesktop",components:{NavDesktopDropdown:Vl,NavDesktopDropdownContent:Nl,NavDesktopDropdownMore:Sl,NavLogoLinks:nn,NavSearchForm:Jt,IconSearch:Dn,IconClose:Fe},props:{data:{type:Object||null,required:!1,default:null},invertOverride:{type:Boolean,required:!1},headerVisible:{type:Boolean,required:!1,default:!1},scrolled:{type:Boolean,required:!1,default:!1},scrolledUp:{type:Boolean,required:!1,default:!1},scrollTop:{type:Number,required:!1,default:0}},data(){return{searchVisible:!1,scrolledCurrentPage:!1,LogoColor:Tl,LogoWhite:Il}},computed:{...Te(ve),breadcrumb(){return this.data?JSON.parse(this.data.breadcrumb):null},invert(){var a;const e=typeof window<"u"?window.matchMedia("(forced-colors: active)").matches:!1,n=this.headerStore?(a=this.headerStore)==null?void 0:a.headerTransparent:!1;return!e&&(n||this.invertOverride)}},watch:{scrollTop(e){e>0?this.scrolledCurrentPage=!0:this.scrolledCurrentPage=!1},$route(){this.searchVisible&&this.closeSearch(),this.headerStore&&(this.headerStore.makeTransparent(!1),this.headerStore.updateHighlightPrimary(!0),ha(null)),this.scrolledCurrentPage=!1}},methods:{getUrlKey(e){return e.linkPage?e.linkPage.url:null},checkActive(e){const n=this.getUrlKey(e);if(n&&this.breadcrumb&&this.breadcrumb.menu_links){const o=this.breadcrumb.menu_links[n].some(s=>mt(s.path));return o&&da(this.breadcrumb.menu_links[n]),o}return!1},checkActiveMore(){if(this.breadcrumb&&this.breadcrumb.more){const n=this.breadcrumb.more.some(a=>mt(a.path));return n&&da(null),n}return!1},toggleSearch(){this.searchVisible?this.closeSearch():this.openSearch()},closeSearch(){this.searchVisible&&(this.searchVisible=!1,this.$emit("closeSearch"))},openSearch(){this.searchVisible||(this.searchVisible=!0,this.$emit("openSearch"))},getLinkText(e){return ht(e)}}}),Ox=t.createElementVNode("div",{class:"header-bg max-w-screen-3xl absolute inset-0 mx-auto"},null,-1),Fx={class:"px-4"},Hx={class:"h-28 container flex items-center justify-between mx-auto"},qx=["src"],jx=["src"],Rx=["src"],Gx={key:0,"aria-label":"Main",class:"main-navigation flex items-center justify-end w-full"},Ux={class:"flex flex-wrap items-center justify-end"},Wx={key:1,class:"flex items-center w-full"};function Yx(e,n,a,o,s,i){var f;const r=nn,l=Nl,c=Vl,d=Sl,h=Dn,m=Jt,p=Fe;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["NavDesktop z-50 w-full duration-150 ease-in",{"sticky top-0":e.scrolledUp,relative:!e.scrolledUp,"transition-colors":e.scrollTop===0,"transition-transform":e.scrollTop>0&&e.scrolledCurrentPage,"transform -translate-y-full":!e.scrolledUp&&!e.headerVisible,"-scrolled transform translate-y-0":e.scrolledUp&&e.headerVisible&&e.scrollTop>0,"-transparent":e.invert,"-hasSecondary":!((f=e.headerStore)!=null&&f.highlightPrimary)}])},[Ox,t.createElementVNode("div",Fx,[t.createElementVNode("div",Hx,[t.createVNode(r,{class:"z-20 flex flex-shrink-0 my-2 -ml-1"},{default:t.withCtx(()=>[e.scrolledUp&&e.headerVisible&&e.scrollTop>0?(t.openBlock(),t.createElementBlock("img",{key:0,src:e.LogoColor,alt:"JPL Logo",width:"324",height:"72"},null,8,qx)):e.invert?(t.openBlock(),t.createElementBlock("img",{key:1,src:e.LogoWhite,alt:"JPL Logo",width:"324",height:"72"},null,8,jx)):(t.openBlock(),t.createElementBlock("img",{key:2,src:e.LogoColor,alt:"JPL Logo",width:"324",height:"72"},null,8,Rx))]),_:1}),e.data?(t.openBlock(),t.createElementBlock("nav",Gx,[t.withDirectives(t.createElementVNode("div",Ux,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.primaryNavigation,(u,b)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[u.blockType==="MenuPanel"&&u.titleLink?(t.openBlock(),t.createBlock(c,{key:b,class:t.normalizeClass({"-active":e.checkActive(u.titleLink)}),"parent-scrolled":e.scrollTop},{dropdownLabel:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(u.titleLink)),1)]),default:t.withCtx(()=>[t.createVNode(l,{data:u},null,8,["data"])]),_:2},1032,["class","parent-scrolled"])):u.blockType==="MenuMorePanel"?(t.openBlock(),t.createBlock(c,{key:`MenuMorePanel${b}`,class:t.normalizeClass({"-active":e.checkActiveMore()}),"parent-scrolled":e.scrollTop},{dropdownLabel:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(u.titleText),1)]),default:t.withCtx(()=>[t.createVNode(d,{data:u},null,8,["data"])]),_:2},1032,["class","parent-scrolled"])):t.createCommentVNode("",!0)],64))),256))],512),[[t.vShow,!e.searchVisible]]),t.createElementVNode("div",{class:t.normalizeClass(["relative z-20 flex items-center w-auto",{"w-2/3":e.searchVisible}])},[e.searchVisible?(t.openBlock(),t.createElementBlock("div",Wx,[t.createVNode(m,{class:"w-full",onClearSearch:n[1]||(n[1]=u=>e.closeSearch()),onSubmitForm:n[2]||(n[2]=u=>e.closeSearch())}),t.createElementVNode("button",{"aria-label":"Close Search",class:"p-4 -mr-4 cursor-pointer",onClick:n[3]||(n[3]=u=>e.closeSearch())},[t.createVNode(p,{class:"text-sm"})])])):(t.openBlock(),t.createElementBlock("button",{key:0,"aria-label":"Open Search",class:"p-4 -mr-4 text-lg cursor-pointer",onClick:n[0]||(n[0]=u=>e.toggleSearch())},[t.createVNode(h)]))],2)])):t.createCommentVNode("",!0)])])],2)}const Kx=B(Ax,[["render",Yx]]),Zx=t.defineComponent({name:"NavMobileLink",components:{BaseLink:F},props:{data:{type:Object,required:!1},title:{type:String,required:!1},linkClass:{type:String,required:!1},exact:{type:Boolean,required:!1,default:!1}},methods:{getRouterLink(e){return dn(e)},getLinkText(e){return ht(e)}}});function Xx(e,n,a,o,s,i){const r=F;return e.data?(t.openBlock(),t.createBlock(r,{key:0,variant:"none",class:"NavMobileLink","link-class":`flex items-center py-2 text-lg leading-tight ${e.linkClass}`,href:e.data.path&&!e.getRouterLink(e.data)?e.data.path:void 0,to:e.getRouterLink(e.data)?e.getRouterLink(e.data):void 0,exact:e.exact},{default:t.withCtx(()=>[t.createElementVNode("span",null,t.toDisplayString(e.title||e.getLinkText(e.data)),1)]),_:1},8,["link-class","href","to","exact"])):t.createCommentVNode("",!0)}const Qn=B(Zx,[["render",Xx]]),Jx=t.defineComponent({name:"NavSecondaryDropdownContent",components:{BaseLink:F},props:{item:{type:Object,required:!0}},methods:{linkClass(e,n){let a="py-2 lg:py-4";return e?e.children&&e.children.length>0?a="pt-2 pb-1 lg:pt-4 lg:pb-2":n&&(a="py-2 lg:pt-4 lg:pb-6"):a="py-2 lg:pt-4 lg:pb-4",a},nestedLinkClass(e,n){let a="pt-2 pb-1 lg:py-2";return e&&(n?a="pt-2 pb-3 lg:pt-2 lg:pb-6":a="py-2 lg:pt-2 lg:pb-4"),a}}}),Qx={class:"NavSecondaryDropdownContent"},eM=t.createElementVNode("span",null," Overview ",-1),tM={key:0,class:"pl-6"};function nM(e,n,a,o,s,i){const r=F;return t.openBlock(),t.createElementBlock("ul",Qx,[t.createElementVNode("li",null,[t.createVNode(r,{to:e.item.path,variant:"none","link-class":e.linkClass(),"aria-label":`Overview of ${e.item.title}`,exact:""},{default:t.withCtx(()=>[eM]),_:1},8,["to","link-class","aria-label"])]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.item.children,(l,c)=>(t.openBlock(),t.createElementBlock("li",{key:c},[t.createVNode(r,{to:l.path,variant:"none","link-class":e.linkClass(l,c===e.item.children.length-1),exact:""},{default:t.withCtx(()=>[t.createElementVNode("span",null,t.toDisplayString(l.title),1)]),_:2},1032,["to","link-class"]),l.children&&l.children.length>0?(t.openBlock(),t.createElementBlock("ul",tM,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.children,(d,h)=>(t.openBlock(),t.createElementBlock("li",{key:h,class:""},[t.createVNode(r,{to:d.path,variant:"none","link-class":e.nestedLinkClass(h===l.children.length-1,c===e.item.children.length-1),exact:""},{default:t.withCtx(()=>[t.createElementVNode("span",null,t.toDisplayString(d.title),1)]),_:2},1032,["to","link-class"])]))),128))])):t.createCommentVNode("",!0)]))),128))])}const ea=B(Jx,[["render",nM]]),aM=t.defineComponent({name:"NavMobileSecondaryDropdown",components:{IconCaret:_e,NavDropdownToggle:qe,NavSecondaryDropdownContent:ea},props:{index:{type:Number,required:!1},item:{type:Object,required:!0}},data(){return{dropdownVisible:!1}},computed:{startOpen(){return this.item?mt(this.item.path):!1}},watch:{$route(){this.dropdownVisible&&this.closeDropdown()}},mounted(){this.startOpen&&(this.dropdownVisible=!0)},methods:{toggleDropdown(){console.log("dropdown toggled"),this.dropdownVisible?this.closeDropdown():this.openDropdown()},closeDropdown(){this.dropdownVisible&&(this.dropdownVisible=!1,this.$emit("closeDropdown"))},openDropdown(){this.dropdownVisible||(this.dropdownVisible=!0,this.$emit("openDropdown"))}}}),oM={class:"NavMobileSecondaryDropdown relative"};function sM(e,n,a,o,s,i){const r=_e,l=qe,c=ea;return t.openBlock(),t.createElementBlock("div",oM,[t.createVNode(l,{"aria-expanded":!!e.dropdownVisible,path:e.item.path,class:t.normalizeClass(["w-full group cursor-pointer pl-12 flex items-center py-2 text-lg leading-tight",{"-open":e.dropdownVisible}]),onToggleClicked:n[0]||(n[0]=d=>e.toggleDropdown()),onCloseDropdown:n[1]||(n[1]=d=>e.closeDropdown())},{default:t.withCtx(()=>[t.createElementVNode("span",null,t.toDisplayString(e.index===0?"Home":e.item.title),1),t.createVNode(r,{class:"transform rotate-90 text-sm ml-2"})]),_:1},8,["aria-expanded","path","class"]),e.dropdownVisible?t.renderSlot(e.$slots,"default",{key:0},()=>[t.createVNode(c,{class:"relative w-full text-lg",item:e.item},null,8,["item"])]):t.createCommentVNode("",!0)])}const xl=B(aM,[["render",sM]]),iM=t.defineComponent({name:"NavMobileDropdown",components:{NavDropdownToggle:qe,NavMobileLink:Qn,NavMobileSecondaryDropdown:xl},props:{data:{type:[Object,Array],required:!1},startOpen:{type:Boolean,required:!1,default:!1},expandMultiple:{type:Boolean,required:!1,default:!0}},data(){return{dropdownVisible:!1,theDropdown:null}},mounted(){this.startOpen&&(this.dropdownVisible=!0),this.theDropdown=this.$refs.NavDropdownMobile,this.expandMultiple},methods:{toggleDropdown(){this.dropdownVisible?this.closeDropdown():this.openDropdown()},closeDropdown(){var e;this.dropdownVisible&&(this.dropdownVisible=!1,(e=this.$root)==null||e.$emit("closeMobileDropdown",this.theDropdown))},openDropdown(){var e;this.dropdownVisible||(this.dropdownVisible=!0,(e=this.$root)==null||e.$emit("openMobileDropdown",this.theDropdown))},closeIfOtherOpened(e){e!==this.theDropdown&&this.closeDropdown()},getLinkText(e){return ht(e)}}}),rM={ref:"NavDropdownMobile",class:"NavDropdownMobile"},lM={key:0,class:"block py-0 pl-6 -ml-4 border-l-4"},cM={key:0},dM={class:"mt-1 mb-3"},hM={key:1};function mM(e,n,a,o,s,i){var d,h;const r=qe,l=Qn,c=xl;return t.openBlock(),t.createElementBlock("div",rM,[t.createVNode(r,{"aria-expanded":!!e.dropdownVisible,class:t.normalizeClass(["group relative block w-full px-4 py-2 text-xl font-medium text-left",{"-open":e.dropdownVisible}]),onToggleClicked:n[0]||(n[0]=m=>e.toggleDropdown()),onCloseDropdown:n[1]||(n[1]=m=>e.closeDropdown())},{default:t.withCtx(()=>[e.data?(t.openBlock(),t.createElementBlock("span",lM,t.toDisplayString(e.data.length&&e.data[0].title||e.getLinkText(e.data.titleLink)),1)):t.createCommentVNode("",!0)]),_:1},8,["aria-expanded","class"]),e.dropdownVisible?(t.openBlock(),t.createElementBlock("div",cM,[t.createElementVNode("div",dM,[(d=e.data)!=null&&d.links?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(e.data.links,(m,p)=>(t.openBlock(),t.createBlock(l,{key:p,data:m,"link-class":"pl-12",exact:!0},null,8,["data"]))),128)):((h=e.data)==null?void 0:h.length)>0?(t.openBlock(),t.createElementBlock("div",hM,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data,(m,p)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[m.children&&m.children.length>0?(t.openBlock(),t.createBlock(c,{key:p,item:m,index:p},null,8,["item","index"])):(t.openBlock(),t.createBlock(l,{key:p,title:p===0?"Home":void 0,data:m,"link-class":"pl-12",exact:p===0},null,8,["title","data","exact"]))],64))),256))])):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)],512)}const Ml=B(iM,[["render",mM]]),pM=t.defineComponent({name:"NavMobile",components:{IconMenu:bo,IconClose:Fe,NavLogoLinks:nn,NavMobileDropdown:Ml,NavMobileLink:Qn,NavSocial:ot,NavSearchForm:Jt},props:{data:{type:Object||null,required:!1,default:null},headerVisible:{type:Boolean,required:!1,default:!1},scrolledUp:{type:Boolean,required:!1,default:!1},scrollTop:{type:Number,required:!1,default:0},staticSecondaryData:{type:Array,required:!1,default:null}},emits:["closeMobileMenu","openMobileMenu"],data(){return{menuVisible:!1,searchQuery:null,LogoColor:Tl,LogoWhite:Il}},computed:{...Te(ve),...Te(Ze),breadcrumb(){return this.data?JSON.parse(this.data.mobileBreadcrumb):null},headerClasses(){let e="";return this.scrolledUp&&this.headerVisible&&this.scrollTop>0&&(e=e+" -scrolled"),this.menuVisible&&(e=e+" inset-0 overflow-auto"),e},hasSecondary(){var e;return!!(this.staticSecondaryData||(e=this.headerStore)!=null&&e.secondaryNav)}},watch:{$route(){this.menuVisible&&this.closeMenu()}},mounted(){},methods:{toggleMenu(){this.menuVisible?this.closeMenu():this.openMenu()},closeMenu(){this.menuVisible&&(this.menuVisible=!1,this.$emit("closeMobileMenu"),document.body.classList.remove("overflow-hidden"))},openMenu(){this.menuVisible||(this.menuVisible=!0,this.$emit("openMobileMenu"),document.body.classList.add("overflow-hidden"))},getUrlKey(e){return e.linkPage?e.linkPage.url:null},checkActive(e){const n=this.getUrlKey(e);return n&&this.breadcrumb&&this.breadcrumb.menu_links?this.breadcrumb.menu_links[n].some(o=>mt(o.path)):!1}}}),fM={class:"relative w-full"},uM={class:"h-18 flex w-full justify-between items-center px-5 edu:bg-gradient-to-r edu:from-black edu:to-primary edu:to-90% edu:bg-black"},gM={class:"flex items-center"},yM=["src"],bM=["src"],kM={key:0,class:"-ml-1 pl-2 border-l border-white border-opacity-30 z-20"},_M=[t.createElementVNode("span",{class:"text-white font-bold text-xl pl-px"},"Education",-1)],$M=["aria-label"],wM={key:0,class:"pb-8"},BM={key:0,"aria-label":"Secondary"},CM=t.createElementVNode("hr",{class:"border-gray-light-mid pb-4 mb-4 border-0 border-b"},null,-1),EM={"aria-label":"Main"},SM={class:"pl-8"},VM={key:0,"aria-label":"Other JPL Sites",class:"mt-6"},NM=t.createElementVNode("div",{class:"text-subtitle text-primary mb-3"},"Other JPL Sites",-1);function TM(e,n,a,o,s,i){const r=nn,l=bo,c=Fe,d=Jt,h=Ml,m=Qn,p=ot;return t.openBlock(),t.createBlock(t.Transition,{name:"headerMobileReveal"},{default:t.withCtx(()=>[t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass(["NavMobile border-gray-light-mid z-50 w-full transition-all duration-150 ease-in bg-white border-b edu:bg-gray-light edu:border-none",e.headerClasses])},[t.createElementVNode("div",fM,[t.createElementVNode("div",uM,[t.createElementVNode("div",gM,[t.createVNode(r,{class:"lg:p-0 w-72 z-20 p-2 pl-0 -ml-3 edu:w-[12rem]"},{default:t.withCtx(()=>[e.themeStore.theme==="ThemeEdu"?(t.openBlock(),t.createElementBlock("img",{key:0,src:e.LogoWhite,alt:"JPL Logo",width:"324",height:"72"},null,8,yM)):(t.openBlock(),t.createElementBlock("img",{key:1,src:e.LogoColor,alt:"JPL Logo",width:"324",height:"72"},null,8,bM))]),_:1}),e.themeStore.theme==="ThemeEdu"?(t.openBlock(),t.createElementBlock("div",kM,_M)):t.createCommentVNode("",!0)]),e.data?(t.openBlock(),t.createElementBlock("button",{key:0,class:"text-gray-dark p-4 -mr-4 cursor-pointer","aria-label":e.menuVisible?"Close menu":"Open menu",onClick:n[0]||(n[0]=(...f)=>e.toggleMenu&&e.toggleMenu(...f))},[e.menuVisible?(t.openBlock(),t.createBlock(c,{key:1,class:"text-3xl edu:text-white"})):(t.openBlock(),t.createBlock(l,{key:0,class:"text-6xl edu:text-white"}))],8,$M)):t.createCommentVNode("",!0)]),e.menuVisible?(t.openBlock(),t.createElementBlock("div",wM,[t.createVNode(d,{mobile:"",class:"px-4 my-5",onSubmitForm:n[1]||(n[1]=f=>e.closeMenu())}),e.hasSecondary?(t.openBlock(),t.createElementBlock("nav",BM,[t.createVNode(h,{data:e.staticSecondaryData||e.headerStore.secondaryNav,"start-open":""},null,8,["data"]),CM])):t.createCommentVNode("",!0),t.createElementVNode("nav",EM,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerNavigation,(f,u)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[f.titleLink?(t.openBlock(),t.createBlock(h,{key:u,class:t.normalizeClass({"-active":e.checkActive(f.titleLink)&&!e.hasSecondary}),data:f,"start-open":e.checkActive(f.titleLink)&&!e.hasSecondary},null,8,["class","data","start-open"])):t.createCommentVNode("",!0)],64))),256))]),t.createElementVNode("div",SM,[e.data.footerMoreFromJpl&&e.data.footerMoreFromJpl.length>0?(t.openBlock(),t.createElementBlock("nav",VM,[NM,(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerMoreFromJpl,(f,u)=>(t.openBlock(),t.createBlock(m,{key:u,data:f},null,8,["data"]))),128))])):t.createCommentVNode("",!0),e.themeStore.theme==="defaultTheme"?(t.openBlock(),t.createBlock(p,{key:1,class:"mt-8"})):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)])],2),[[t.vShow,e.headerVisible]])]),_:1})}const IM=B(pM,[["render",TM]]),xM=t.defineComponent({name:"NavSecondaryLink",components:{BaseLink:F},props:{index:{type:Number,required:!1},item:{type:Object,required:!0}},methods:{isExternal(e){return!!(e&&e.startsWith("http"))}}});function MM(e,n,a,o,s,i){const r=F;return t.openBlock(),t.createBlock(r,{href:e.isExternal(e.item.path)?e.item.path:null,to:e.isExternal(e.item.path)?null:e.item.path,"link-class":"block px-3 py-2",variant:"none",class:t.normalizeClass(["NavSecondaryLink border-t-2 border-transparent",e.index===0?"mr-auto text-primary font-semibold secondary-root":"text-gray-dark"])},{default:t.withCtx(()=>[t.createElementVNode("span",{class:t.normalizeClass(["inline-block pt-2 pb-1 mb-1 transition-colors duration-100 ease-in border-b-2 border-transparent",e.index===0?"can-hover:group-hover:border-primary":"can-hover:group-hover:border-gray-mid-dark can-hover:group-hover:text-gray-mid-dark "])},t.toDisplayString(e.item.title),3)]),_:1},8,["href","to","class"])}const Ll=B(xM,[["render",MM]]),LM=t.defineComponent({name:"NavSecondaryDropdown",components:{IconCaret:_e,NavDropdownToggle:qe,NavSecondaryDropdownContent:ea},props:{index:{type:Number,required:!1},isLast:{type:Boolean,required:!1,default:!1},item:{type:Object,required:!0}},data(){return{dropdownVisible:!1}},watch:{$route(){this.dropdownVisible&&this.closeDropdown()}},mounted(){},methods:{toggleDropdown(){console.log("dropdown toggled"),this.dropdownVisible?this.closeDropdown():this.openDropdown()},closeDropdown(){this.dropdownVisible&&(this.dropdownVisible=!1,this.$emit("closeDropdown"))},openDropdown(){this.dropdownVisible||(this.dropdownVisible=!0,this.$emit("openDropdown"))},isExternal(e){return!!(e&&e.startsWith("http"))}}});function DM(e,n,a,o,s,i){const r=_e,l=qe,c=ea,d=t.resolveDirective("click-outside");return t.withDirectives((t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["NavSecondaryDropdown relative",{"mr-auto":e.index===0}])},[t.createVNode(l,{"aria-expanded":!!e.dropdownVisible,path:e.item.path,class:t.normalizeClass(["font-medium border-t-2 border-transparent block px-3 py-2",{"mr-auto text-primary font-semibold secondary-root":e.index===0,"text-gray-dark":e.index!==0,"-open":e.dropdownVisible}]),onToggleClicked:n[0]||(n[0]=h=>e.toggleDropdown()),onCloseDropdown:n[1]||(n[1]=h=>e.closeDropdown())},{default:t.withCtx(()=>[t.createElementVNode("span",{class:t.normalizeClass(["flex content-center pt-2 pb-1 mb-1 transition-colors duration-100 ease-in border-b-2 border-transparent",e.index===0?"can-hover:group-hover:border-primary":"can-hover:group-hover:border-gray-mid-dark can-hover:group-hover:text-gray-mid-dark "])},[t.createElementVNode("span",null,t.toDisplayString(e.item.title),1),t.createVNode(r,{class:"transform rotate-90 text-sm ml-2 pl-2 -mt-px"})],2)]),_:1},8,["aria-expanded","path","class"]),t.createVNode(t.Transition,{name:"navfade"},{default:t.withCtx(()=>[e.dropdownVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["absolute z-60 bg-gray-light shadow-jpl w-64 text-lg",e.isLast?"right-0":"left-0"]),onClick:n[2]||(n[2]=t.withModifiers(()=>{},["stop"]))},[t.renderSlot(e.$slots,"default",{},()=>[t.createVNode(c,{item:e.item},null,8,["item"])])],2)):t.createCommentVNode("",!0)]),_:3})],2)),[[d,e.closeDropdown]])}const Dl=B(LM,[["render",DM]]),vM=t.defineComponent({components:{NavSecondaryDropdown:Dl,NavSecondaryLink:Ll},props:{breadcrumb:{type:String,required:!1},hasIntro:{type:Boolean,required:!1,default:!1}},data(){return{isSticky:!1}},computed:{...Te(ve),theBreadcrumb(){if(this.breadcrumb)return ha(JSON.parse(this.breadcrumb)),JSON.parse(this.breadcrumb);if(this.headerStore)return this.headerStore.globalChildren},enabled(){return!!(this.theBreadcrumb&&this.theBreadcrumb.length>1||this.$slots.default)}},mounted(){this.enabled&&Vs(!1),!("IntersectionObserver"in window)||!("IntersectionObserverEntry"in window)||!("intersectionRatio"in window.IntersectionObserverEntry.prototype)||this.enabled&&this.checkSticky()},methods:{isExternal(e){return!!(e&&e.startsWith("http"))},checkSticky(){const e=this.$refs.NavSecondary,n=new IntersectionObserver(([o])=>{o.target.classList.toggle("-is-sticky",o.intersectionRatio<1)},{threshold:[1]}),a=new IntersectionObserver(([o])=>{o.target.classList.toggle("-is-sticky-offset",o.intersectionRatio<1)},{threshold:[1],rootMargin:"-113px 0px 0px 0px"});n.observe(e),a.observe(e)}}}),PM={class:"max-w-screen-3xl mx-auto"},zM={class:"nav-secondary-container lg:container lg:px-0 lg:whitespace-normal border-gray-mid text-gray-mid-dark lg:overflow-visible relative px-4 pb-0 mx-auto overflow-x-auto text-sm font-medium whitespace-nowrap border-t border-opacity-50 edu:border-0"},AM={class:"lg:ml-0 2xl:-mr-3 lg:justify-end flex -ml-3"};function OM(e,n,a,o,s,i){const r=Dl,l=Ll;return e.enabled?(t.openBlock(),t.createElementBlock("nav",{key:0,ref:"NavSecondary","aria-label":"Secondary",class:t.normalizeClass(["NavSecondary",{"has-intro":e.hasIntro}])},[t.createElementVNode("div",PM,[t.createElementVNode("div",zM,[t.createElementVNode("div",AM,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.theBreadcrumb,(c,d)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[c.children&&c.children.length>0?(t.openBlock(),t.createBlock(r,{key:d,item:c,index:d,"is-last":e.theBreadcrumb&&d===e.theBreadcrumb.length-1},null,8,["item","index","is-last"])):(t.openBlock(),t.createBlock(l,{key:d,item:c,index:d},null,8,["item","index"]))],64))),256)),t.renderSlot(e.$slots,"default")])])])],2)):t.createCommentVNode("",!0)}const os=B(vM,[["render",OM]]),FM=t.defineComponent({name:"NewsDetailMediaContact",props:{contacts:{type:Array,required:!0,default:()=>[]}},computed:{hasContent(){return this.contacts.some(e=>e.contact.name||e.contact.address||e.contact.phone||e.contact.email)}},methods:{formatEmail(e){const n=e.split(/[,/]+/);let a=n.length;if(a===1)return'<a href="mailto:'+e+'" target="_blank">'+e+"</a>";{let o="";return n.forEach(function(s){const i=s.trim();--a?o+='<a href="mailto:'+i+'" target="_blank">'+i+"</a> / ":o+='<a href="mailto:'+i+'" target="_blank">'+i+"</a>"}),o}}}}),HM={key:0},qM=t.createElementVNode("h2",{class:"text-h6 pt-5 md:pt-8 border-t border-gray-mid md:mb-8 mb-5"},"News Media Contact",-1),jM={key:0},RM={key:1},GM={key:2},UM=["innerHTML"];function WM(e,n,a,o,s,i){return e.hasContent?(t.openBlock(),t.createElementBlock("div",HM,[qM,(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.contacts,(r,l)=>(t.openBlock(),t.createElementBlock("address",{key:l,class:"text-body-md mb-5 not-italic"},[r.contact.name?(t.openBlock(),t.createElementBlock("p",jM,t.toDisplayString(r.contact.name),1)):t.createCommentVNode("",!0),r.contact.address?(t.openBlock(),t.createElementBlock("p",RM,t.toDisplayString(r.contact.address),1)):t.createCommentVNode("",!0),r.contact.phone?(t.openBlock(),t.createElementBlock("p",GM,t.toDisplayString(r.contact.phone),1)):t.createCommentVNode("",!0),r.contact.email?(t.openBlock(),t.createElementBlock("p",{key:3,class:"BlockText",innerHTML:e.formatEmail(r.contact.email)},null,8,UM)):t.createCommentVNode("",!0)]))),128))])):t.createCommentVNode("",!0)}const ss=B(FM,[["render",WM]]),YM=t.defineComponent({name:"PastEventsCarousel",components:{MixinCarousel:Ce,BlockLinkCard:_t},props:{data:{type:Object,required:!0}},computed:{hasContent(){var e;return!!((e=this.data)!=null&&e.length)},pastEvents(){return this.data.filter(e=>"url"in e._source).map(e=>{const n=this.parseType(e._source.content_type[0]),a=e._source[n+"__thumbnail_image"];return e.url=e._source.url,e.title=e._source.title,e.startDate=e._source[n+"__start_datetime"],e.endDate=e._source[n+"__end_datetime"],a&&(e.image={src:{url:a.thumbnail_image}}),e})}},methods:{parseType(e){return e.toLowerCase().replace(".","_")}}});function KM(e,n,a,o,s,i){const r=_t,l=Ce;return e.hasContent?(t.openBlock(),t.createBlock(l,t.mergeProps({key:0,heading:"Past Events",variant:"cards",link:{path:"/events",query:{event_status:"Past events",sortBy:"eventStartDateLatest",page:"1"}},"link-title":"View all past events",indent:"col-1"},e.$attrs),{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.pastEvents,(c,d)=>(t.openBlock(),t.createBlock(r,{key:d,url:c.url,title:c.title,"thumbnail-image":c.image,"start-date":c.startDate,"end-date":c.endDate,class:"swiper-slide"},null,8,["url","title","thumbnail-image","start-date","end-date"]))),128))]),_:1},16)):t.createCommentVNode("",!0)}const ZM=B(YM,[["render",KM]]),XM=t.defineComponent({name:"PodcastEpisodeCard",components:{BaseLink:F,BaseHeading:G,BaseImage:q,BaseImagePlaceholder:j,BaseAudio:vt,IconPlay:Je},props:{url:{type:String,required:!1,default:"#"},type:{type:String,required:!1},topic:{type:String,required:!1},title:{type:String,required:!1},summary:{type:String,required:!1},media:{type:String,required:!1},image:{type:Object,required:!1},headingLevel:{type:String||null,required:!1,default:"h5"}},data(){return{showInlinePlayer:!1}},methods:{inlinePlayerToggle(){return this.showInlinePlayer=!this.showInlinePlayer,this.showInlinePlayer}}}),JM={class:"PodcastEpisodeCard"},QM={class:"w-full h-auto"},eL={class:"border-gray-light-mid lg:pb-10 lg:mb-10 relative grid grid-cols-9 pb-6 mb-6 border-b"},tL={key:0,class:"col-span-full animate-fadeIn transition-all"},nL={key:0,class:"text-subtitle lg:block hidden mb-3"},aL={key:0},oL=t.createElementVNode("span",{class:"sr-only"},".",-1),sL={key:1,class:"mx-1"},iL={key:2,class:"text-gray-mid-dark"},rL=t.createElementVNode("span",{class:"sr-only"},".",-1),lL={key:1,class:"col-span-full flex flex-row animate-fadeIn transition-all bg-gray-dark"},cL={class:"PodcastEpisodeCard-thumbnail w-1/6 lg:w-25 min-h-full relative inline-block"},dL={key:0,class:"w-full pt-3 lg:pt-3.5 px-3.5 flex flex-col justify-center"},hL={class:"w-full"},mL={key:0,class:"hidden sm:block text-gray-mid-dark text-body-sm my-3"},pL=t.createElementVNode("span",{class:"sr-only"},".",-1),fL={key:0,class:"text-subtitle lg:block hidden mb-3"},uL={key:0},gL=t.createElementVNode("span",{class:"sr-only"},".",-1),yL={key:1,class:"mx-1"},bL={key:2,class:"text-gray-mid-dark"},kL=t.createElementVNode("span",{class:"sr-only"},".",-1),_L={key:2,class:"hidden sm:block text-gray-mid-dark text-body-sm mb-3"},$L=t.createElementVNode("span",{class:"sr-only"},".",-1),wL={class:"relative h-full w-full group"},BL={class:"text-white absolute text-8xl animate-fadeIn transition-opacity z-20 inset-0 flex justify-center items-center drop-shadow-lg opacity-90 group-hover:opacity-100 duration-1000"};function CL(e,n,a,o,s,i){const r=F,l=G,c=q,d=j,h=vt,m=Je;return t.openBlock(),t.createElementBlock("div",JM,[t.createElementVNode("div",QM,[t.createElementVNode("div",eL,[e.showInlinePlayer?(t.openBlock(),t.createElementBlock("div",tL,[e.type||e.topic?(t.openBlock(),t.createElementBlock("div",nL,[e.type?(t.openBlock(),t.createElementBlock("span",aL,[t.createTextVNode(t.toDisplayString(e.type)+" ",1),oL])):t.createCommentVNode("",!0),e.type&&e.topic?(t.openBlock(),t.createElementBlock("span",sL,"|")):t.createCommentVNode("",!0),e.topic?(t.openBlock(),t.createElementBlock("span",iL,[t.createTextVNode(t.toDisplayString(e.topic)+" ",1),rL])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createBlock(l,{key:1,size:"h5",level:e.headingLevel,class:"mb-3"},{default:t.withCtx(()=>[t.createVNode(r,{variant:"none",to:e.url},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["to"])]),_:1},8,["level"])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.showInlinePlayer?(t.openBlock(),t.createElementBlock("div",lL,[t.createElementVNode("div",cL,[t.createVNode(d,{class:"h-full","aspect-ratio":"1:1"},{default:t.withCtx(()=>{var p;return[(p=e.image)!=null&&p.src?(t.openBlock(),t.createBlock(c,{key:0,src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:"","object-fit-class":"cover",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0)]}),_:1})]),e.showInlinePlayer?(t.openBlock(),t.createElementBlock("div",dL,[t.createElementVNode("div",hL,[t.createVNode(h,{file:e.media,"auto-play":""},null,8,["file"])])])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.showInlinePlayer?(t.openBlock(),t.createBlock(r,{key:2,variant:"none",to:e.url,class:"col-span-12 animate-fadeIn transition-all","link-class":"block"},{default:t.withCtx(()=>[e.summary?(t.openBlock(),t.createElementBlock("p",mL,[t.createTextVNode(t.toDisplayString(e.summary)+" ",1),pL])):t.createCommentVNode("",!0)]),_:1},8,["to"])):t.createCommentVNode("",!0),e.showInlinePlayer?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(r,{key:3,variant:"none",to:e.url,class:"PodcastEpisodeCard sm:col-span-6 md:col-span-6 lg:col-span-7 xl:col-span-7 col-span-6","link-class":"block"},{default:t.withCtx(()=>[e.type||e.topic?(t.openBlock(),t.createElementBlock("div",fL,[e.type?(t.openBlock(),t.createElementBlock("span",uL,[t.createTextVNode(t.toDisplayString(e.type)+" ",1),gL])):t.createCommentVNode("",!0),e.type&&e.topic?(t.openBlock(),t.createElementBlock("span",yL,"|")):t.createCommentVNode("",!0),e.topic?(t.openBlock(),t.createElementBlock("span",bL,[t.createTextVNode(t.toDisplayString(e.topic)+" ",1),kL])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createBlock(l,{key:1,size:"h5",level:e.headingLevel,class:"mb-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["level"])):t.createCommentVNode("",!0),e.summary?(t.openBlock(),t.createElementBlock("p",_L,[t.createTextVNode(t.toDisplayString(e.summary)+" ",1),$L])):t.createCommentVNode("",!0)]),_:1},8,["to"])),e.image&&!e.showInlinePlayer?(t.openBlock(),t.createElementBlock("button",{key:4,class:"PodcastEpisodeCard-image xl:pl-14 sm:col-span-3 md:col-span-3 lg:col-span-2 xl:col-span-2 col-span-3 z-20 ml-3","aria-label":"Play episode",onClick:n[0]||(n[0]=p=>e.inlinePlayerToggle())},[t.createElementVNode("div",wL,[t.createElementVNode("div",BL,[t.createVNode(m)]),t.createVNode(d,{class:"bg-opacity-0","aspect-ratio":"1:1","no-logo":""},{default:t.withCtx(()=>{var p;return[(p=e.image)!=null&&p.src?(t.openBlock(),t.createBlock(c,{key:0,src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:"",class:"sm:object-cover object-cover","image-class":"group-hover:opacity-75 opacity-100 duration-500",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0)]}),_:1})])])):t.createCommentVNode("",!0)])])])}const is=B(XM,[["render",CL]]),EL=t.defineComponent({name:"SearchResultGridItem",components:{BaseLink:F,BaseImage:q,BaseImagePlaceholder:j,BlockLinkCard:_t,BlockLinkTile:Bn},props:{url:{type:String,required:!1},type:{type:String,required:!1},topic:{type:String,required:!1},date:{type:String,required:!1},startDate:{type:String,required:!1},endDate:{type:String,required:!1},title:{type:String,required:!1},image:{type:Object,required:!1},headingLevel:{type:String||null,required:!1},pageContentType:{type:String,required:!1}},computed:{splitDate(){return this.startDate?hn(this.startDate,this.endDate):null}}}),SL={key:0,class:"w-full"},VL={key:1,class:"ThemeVariantLight absolute top-0 left-0 z-10 px-4 py-4 text-center text-white lg:py-6 bg-primary"},NL={class:"font-extrabold text-8xl leading-tight tracking-wider"},TL={class:"text-subtitle"};function IL(e,n,a,o,s,i){const r=_t,l=Bn,c=q,d=j,h=F;return t.openBlock(),t.createElementBlock("div",null,[e.pageContentType==="news_news"?(t.openBlock(),t.createBlock(r,{key:0,url:e.url,title:e.title,label:e.topic,"thumbnail-image":e.image,date:e.date,"heading-level":e.headingLevel,compact:""},null,8,["url","title","label","thumbnail-image","date","heading-level"])):e.pageContentType==="missions_mission"?(t.openBlock(),t.createBlock(l,{key:1,url:e.url,title:e.title,"thumbnail-image":e.image,"heading-level":e.headingLevel,compact:""},null,8,["url","title","thumbnail-image","heading-level"])):(t.openBlock(),t.createBlock(h,{key:2,variant:"none",to:e.url,class:"relative mb-6","link-class":"group block"},{default:t.withCtx(()=>[e.image?(t.openBlock(),t.createElementBlock("div",SL,[t.createVNode(d,{"aspect-ratio":"1:1"},{default:t.withCtx(()=>[e.image.src?(t.openBlock(),t.createBlock(c,{key:0,src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:"",class:"sm:object-cover object-cover",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0),e.splitDate?(t.openBlock(),t.createElementBlock("div",VL,[t.createElementVNode("div",NL,t.toDisplayString(e.splitDate.day),1),t.createElementVNode("div",TL,t.toDisplayString(e.splitDate.monthAndYear),1)])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.headingLevel||"p"),{class:"text-lg leading-normal mt-2 lg:mt-3 font-normal tracking-normal text-gray-dark can-hover:group-hover:text-gray-mid-dark"},{default:t.withCtx(()=>[t.createElementVNode("span",null,t.toDisplayString(e.title),1)]),_:1}))]),_:1},8,["to"]))])}const an=B(EL,[["render",IL]]),xL=t.defineComponent({name:"ThumbnailCarousel",components:{MixinCarousel:Ce,SearchResultGridItem:an},props:{slides:{type:Array,required:!1},initialSlide:{type:Number,required:!1,default:0}}});function ML(e,n,a,o,s,i){const r=an,l=Ce;return e.slides?(t.openBlock(),t.createBlock(l,{key:0,class:"ThumbnailCarousel","initial-slide":e.initialSlide,"slides-per-view":3},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.slides,(c,d)=>(t.openBlock(),t.createBlock(r,{key:d,url:c.url,title:c.title,image:c.thumbnailImage,class:"swiper-slide"},null,8,["url","title","image"]))),128))]),_:1},8,["initial-slide"])):t.createCommentVNode("",!0)}const rs=B(xL,[["render",ML]]),ta=ca(),LL=t.defineComponent({name:"PodcastSeriesCarousel",components:{LayoutHelper:ee,ThumbnailCarousel:rs},props:{series:{type:Object,required:!1},initialSeasonId:{type:String,required:!1}},data(){return{activeTabId:""}},computed:{sortedSeasons(){let e=null;return this.series&&this.series.seasons?(e=this.series.seasons,e.sort((n,a)=>n.seasonNumber-a.seasonNumber)):e},activeSeasonId(){var e,n;if(this.activeTabId)return this.activeTabId;if(this.initialSeasonId)return this.initialSeasonId;if((n=(e=this.series)==null?void 0:e.seasons)!=null&&n.length)return this.series.seasons[0].id},initialEpisodeIndex(){var n,a;let e;return(n=this.series)!=null&&n.seasons&&this.activeSeasonId&&(ta!=null&&ta.path)?(e=(a=this.series.seasons.find(o=>o.id===this.activeSeasonId))==null?void 0:a.episodes,e?e.findIndex(o=>o.url===ta.path):null):null},activeTabData(){var n;let e;return(n=this.series)!=null&&n.seasons&&(this.activeSeasonId?e=this.series.seasons.find(a=>a.id===this.activeSeasonId):e=this.series.seasons[0],e!=null&&e.episodes&&e.episodes.sort((a,o)=>new Date(a.publicationDate).getTime()-new Date(o.publicationDate).getTime())),e||void 0}},methods:{updateActiveTab(e){this.activeTabId=e}}}),DL={key:0,class:"PodcastSeriesCarousel"},vL={class:"text-gray-dark text-3xl lg:text-6xl font-semibold leading-normal tracking-normal uppercase mb-2 lg:mb-5"},PL={class:"flex flex-wrap mb-6 lg:mb-10"},zL=["aria-expanded","onClick"],AL={key:0,class:"text-h6"};function OL(e,n,a,o,s,i){const r=ee,l=rs;return e.series&&e.activeTabData?(t.openBlock(),t.createElementBlock("div",DL,[t.createVNode(r,{indent:"col-2"},{default:t.withCtx(()=>[t.createElementVNode("h2",vL," More "+t.toDisplayString(e.series.title)+" Episodes ",1),t.createElementVNode("ul",PL,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.sortedSeasons,(c,d)=>(t.openBlock(),t.createElementBlock("li",{key:d,class:"last:mr-0 w-auto mr-10 lg:flex-shrink-0"},[t.createElementVNode("button",{class:t.normalizeClass(["text-subtitle block text-left lg:text-center lg:w-full py-2 border-b-2 text-gray-mid-dark can-hover:hover:text-gray-dark",e.activeSeasonId===c.id?"border-jpl-red text-gray-dark":"border-white"]),"aria-expanded":e.activeSeasonId===c.id?"true":"false",onClick:h=>e.updateActiveTab(c.id)}," Season "+t.toDisplayString(c.seasonNumber),11,zL)]))),128))])]),_:1}),t.createVNode(r,{indent:"col-2",class:"mb-4"},{default:t.withCtx(()=>[e.activeTabData.title?(t.openBlock(),t.createElementBlock("h3",AL,t.toDisplayString(e.activeTabData.title),1)):t.createCommentVNode("",!0)]),_:1}),(t.openBlock(),t.createBlock(t.KeepAlive,null,[(t.openBlock(),t.createBlock(l,{key:e.activeSeasonId,"initial-slide":e.activeSeasonId===e.initialSeasonId&&e.initialEpisodeIndex?e.initialEpisodeIndex:0,slides:e.activeTabData.episodes},null,8,["initial-slide","slides"]))],1024))])):t.createCommentVNode("",!0)}const FL=B(LL,[["render",OL]]),HL=t.defineComponent({name:"ProfileDetailSectionGroup",components:{BaseHeading:G,BlockText:re,IconBookUser:qi,IconUniversity:Xi,IconMagnifyingGlass:Ui,IconBriefcase:ji,IconHand:Ri,IconMedal:Wi,IconBook:Hi},props:{section:{type:Object,required:!1},data:{type:Object,required:!1}},computed:{isEmpty(){return this.section.subsections.every(e=>!this.data[e.prop])}}}),qL=["aria-labelledby"],jL={class:"mb-5 lg:mb-10"};function RL(e,n,a,o,s,i){const r=G,l=re;return e.isEmpty?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("section",{key:0,class:"border-gray-light-mid border-t mb-10 lg:mb-20 pt-10 lg:pt-20","aria-labelledby":`${e.section.id}-heading`},[t.createVNode(r,{id:`${e.section.id}-heading`,level:"h2",size:"h3",class:"mb-5 lg:mb-10"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.section.title),1)]),_:1},8,["id"]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.section.subsections,c=>(t.openBlock(),t.createElementBlock("div",{key:c.prop},[e.data[c.prop]?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createVNode(r,{level:"h3",size:"h4",class:"mb-2.5"},{default:t.withCtx(()=>[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(c.icon),{class:"inline relative -top-0.5"})),t.createTextVNode(" "+t.toDisplayString(c.title),1)]),_:2},1024),t.createElementVNode("div",jL,[t.createVNode(l,{variant:"large",text:e.data[c.prop]},null,8,["text"])])],64)):t.createCommentVNode("",!0)]))),128))],8,qL))}const GL=B(HL,[["render",RL]]);var UL=Jo;function WL(e,n){return UL(e,n)}var YL=WL;const KL=ke(YL),ZL={name:"SearchFilterGroup",props:{filterBy:Array,buckets:null,hideFilterGroups:{type:Array,default:()=>[]},groupKey:{type:String,required:!0},groupTitle:{type:String,required:!1},truncateFilters:{type:Boolean,required:!1,default:!1}},emits:["update:filterBy"],data(){return{checkbox:{checkboxLimit:4,showMore:!0,initialLimit:4}}},computed:{filterByHandler:{get(){return this.filterBy},set(e){this.$emit("update:filterBy",e)}},bucketsLength(){return this.buckets.length}},watch:{filterBy:{handler(e,n){if(!KL(e,n)){let a=Object.assign({},this.$route.query);e.length>0?a={...this.$route.query,[this.groupKey]:e.toString()}:delete a[this.groupKey],this.$router.push({query:a})}}}},methods:{generateId(e){let n=String(e);return n=n.split(" ").join(""),`filter_${this.groupKey}_${n}`},toggleShowMoreFilters(){this.checkbox.checkboxLimit===this.checkbox.initialLimit?(this.checkbox.checkboxLimit=1/0,this.checkbox.showMore=!1,this.$nextTick(()=>{this.$refs.buckets[this.checkbox.initialLimit].getElementsByTagName("input")[0].focus()})):(this.checkbox.checkboxLimit=this.checkbox.initialLimit,this.checkbox.showMore=!0)},prettyFilterNames(e){return e==="news.News"?"News & Features":e==="home.HomePage"?"Homepage":e==="missions.Mission"?"Missions":e==="events.EventPage"?"Events":e==="image_detail.ImageDetailPage"?"Images":e==="audio_detail.AudioIndexPage"?"Audio Index":e==="audio_detail.AudioDetailPage"?"Audio":e==="infographics.InfographicsDetailPage"?"Infographics":e==="image_detail.CuratedGalleryPage"?"Curated Gallery":e==="topics.TopicPage"?"Topics":e==="asteroid_watch.AsteroidWatchIndexPage"?"Asteroid Watch Index":e==="asteroid_watch.AsteroidWatchContentPage"?"Asteroid Watch":e==="missions.MissionsIndexPage"?"Missions Index":e==="information_pages.ContentPage"?"Information pages":e==="robotics.RobotPage"?"Robots":e==="video_detail.VideoDetailPage"?"Video":e==="podcasts.PodcastPage"?"Podcasts":e==="go_pages.GoHomePage"?"Go Sites":e==="press_kits.PressKitHomePage"?"Press Kits":e==="profiles.ProfilePage"?"People":e}}},XL=["id"],JL={class:"md:mb-3 text-body-md mb-2 font-bold leading-normal tracking-wide"},QL={key:0,class:"flex my-2"},eD=["id","value"],tD=["for"],nD={class:"text-gray-mid-dark"},aD=["aria-expanded","aria-controls"];function oD(e,n,a,o,s,i){return typeof a.groupKey<"u"&&typeof a.buckets<"u"&&i.bucketsLength>=1&&!a.hideFilterGroups.includes(a.groupKey)?(t.openBlock(),t.createElementBlock("div",{key:0,id:`filterGroup_${a.groupKey}`,class:"border-gray-light-mid col-span-3 pb-4 mb-4 border-b"},[t.createElementVNode("legend",JL,t.toDisplayString(a.groupTitle),1),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.buckets,(r,l)=>(t.openBlock(),t.createElementBlock("div",{key:r.key,ref_for:!0,ref:"buckets",class:"form-group form-check"},[!a.truncateFilters||l<=s.checkbox.checkboxLimit-1?(t.openBlock(),t.createElementBlock("div",QL,[t.withDirectives(t.createElementVNode("input",{id:r.key_as_string?i.generateId(r.key_as_string):i.generateId(r.key),"onUpdate:modelValue":n[0]||(n[0]=c=>i.filterByHandler=c),type:"checkbox",value:r.key_as_string?r.key_as_string:r.key,class:"text-primary focus:ring-2 focus:ring-primary flex-shrink-0 w-5 h-5 mt-px mr-1 align-middle border rounded-none"},null,8,eD),[[t.vModelCheckbox,i.filterByHandler]]),t.createElementVNode("label",{for:r.key_as_string?i.generateId(r.key_as_string):i.generateId(r.key),class:"form-check-label pl-2 tracking-normal align-middle"},[t.createTextVNode(t.toDisplayString(i.prettyFilterNames(r.key_as_string?r.key_as_string:r.key))+" ",1),t.createElementVNode("span",nD," ("+t.toDisplayString(r.doc_count.toLocaleString())+") ",1)],8,tD)])):t.createCommentVNode("",!0)]))),128)),t.withDirectives(t.createElementVNode("div",null,[t.createElementVNode("button",{class:"can-hover:hover:underline text-primary mt-2","aria-expanded":s.checkbox.showMore?"false":"true","aria-haspopup":"true","aria-controls":`filterGroup_${a.groupKey}`,onClick:n[1]||(n[1]=r=>i.toggleShowMoreFilters())},t.toDisplayString(s.checkbox.showMore==!1?"Less":"More"),9,aD)],512),[[t.vShow,a.truncateFilters&&i.bucketsLength>s.checkbox.initialLimit]])],8,XL)):t.createCommentVNode("",!0)}const sD=B(ZL,[["render",oD]]),iD={name:"SearchPagination",components:{BaseButton:R,IconPrev:we,IconNext:$e},props:{totalPages:Number,currentPage:Number},data(){return{ellipsis:"…"}},computed:{generatePageList(){const n=this.totalPages-4+1;if(this.totalPages>4){if(this.currentPage<=4)return[...this.generatePageRange(1,4),this.ellipsis,this.totalPages];if(this.currentPage===4){const a=this.currentPage+4-1;return[...this.generatePageRange(1,a),this.ellipsis,this.totalPages]}else if(this.currentPage>4&&this.currentPage<n){const a=this.currentPage-1,o=this.currentPage+1;return[1,this.ellipsis,...this.generatePageRange(a,o),this.ellipsis,this.totalPages]}else if(this.currentPage>=n){const a=this.currentPage-2;return[1,this.ellipsis,...this.generatePageRange(a,this.totalPages)]}else return[...this.generatePageRange(1,this.totalPages)]}else return[...this.generatePageRange(1,this.totalPages)]}},watch:{currentPage:{handler(){const e={...this.$route.query,page:this.currentPage};this.$router.push({query:e})}}},methods:{toPage(e){this.$emit("update:currentPage",e)},nextPage(){const e=this.currentPage+1;this.$emit("update:currentPage",e)},previousPage(){const e=this.currentPage-1;this.$emit("update:currentPage",e)},generatePageRange(e,n){const a=[];e=e>0?e:1;for(let o=e;o<=n;o++)a.push(o);return a}}},rD={key:0,class:"SearchPagination flex items-center justify-center"},lD={class:"sm:hidden px-4 pt-1"},cD={class:"sm:flex items-center justify-center hidden px-5 pt-1"},dD=["onClick"],hD={key:1,class:"min-w-12 block py-3 text-lg leading-normal text-center cursor-default"},mD={class:"inline-block px-1 pb-1"};function pD(e,n,a,o,s,i){const r=we,l=R,c=$e;return a.totalPages>0?(t.openBlock(),t.createElementBlock("div",rD,[t.createVNode(l,{"aria-label":"Previous",rel:"prev",disabled:a.currentPage===1,onClick:n[0]||(n[0]=d=>i.previousPage())},{icon:t.withCtx(()=>[t.createVNode(r)]),_:1},8,["disabled"]),t.createElementVNode("div",lD,"Page "+t.toDisplayString(a.currentPage)+" of "+t.toDisplayString(a.totalPages),1),t.createElementVNode("div",cD,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.generatePageList,(d,h)=>(t.openBlock(),t.createElementBlock("div",{key:h},[d!==s.ellipsis?(t.openBlock(),t.createElementBlock("button",{key:0,class:t.normalizeClass(["group min-w-12 can-hover:hover:font-medium block py-3 text-lg leading-normal text-center",{"-current":d===a.currentPage}]),onClick:m=>i.toPage(d)},[t.createElementVNode("span",{class:t.normalizeClass(["inline-block px-1 pb-1",{"can-hover:group-hover:border-b-2 can-hover:group-hover:border-primary":d!==s.ellipsis}])},t.toDisplayString(d),3)],10,dD)):(t.openBlock(),t.createElementBlock("span",hD,[t.createElementVNode("span",mD,t.toDisplayString(d),1)]))]))),128))]),t.createVNode(l,{disabled:a.currentPage===a.totalPages,rel:"next","aria-label":"Next",onClick:n[1]||(n[1]=d=>i.nextPage())},{icon:t.withCtx(()=>[t.createVNode(c)]),_:1},8,["disabled"])])):t.createCommentVNode("",!0)}const fD=B(iD,[["render",pD]]),uD=t.defineComponent({name:"SearchResultCard",components:{BaseLink:F,BaseHeading:G,BaseImage:q,BaseImagePlaceholder:j,EventCard:lo,PodcastEpisodeCard:is},props:{url:{type:String,required:!1,default:"#"},type:{type:String,required:!1},topic:{type:String,required:!1},date:{type:String,required:!1},title:{type:String,required:!1},summary:{type:String,required:!1},image:{type:Object,required:!1},featured:{type:Boolean,required:!1,default:!1},headingLevel:{type:String||null,required:!1,default:"h5"},isEvents:{type:Boolean,required:!1},isPodcastSeason:{type:Boolean,required:!1},isProfiles:{type:Boolean,default:!1},media:{type:String,required:!1},startTime:{type:String,required:!1},startDate:{type:String,required:!1},endTime:{type:String,required:!1},endDate:{type:String,required:!1},location:{type:String,required:!1}}}),gD={key:0,class:"border-gray-light-mid lg:pb-10 lg:mb-10 relative grid grid-cols-9 gap-5 pb-6 mb-6 border-b"},yD={key:0,class:"lg:hidden col-span-full text-subtitle"},bD={key:0},kD={"aria-hidden":"true"},_D={class:"sr-only"},$D={key:1,"aria-hidden":"true",class:"mx-1"},wD={key:2,class:"text-gray-mid-dark"},BD={"aria-hidden":"true"},CD={class:"sr-only"},ED={class:"sm:col-span-6 md:col-span-6 lg:col-span-7 xl:col-span-7 col-span-6"},SD={key:0,class:"text-subtitle lg:block hidden mb-3"},VD={key:0},ND={"aria-hidden":"true"},TD={class:"sr-only"},ID={key:1,"aria-hidden":"true",class:"mx-1"},xD={key:2,class:"text-gray-mid-dark"},MD={"aria-hidden":"true"},LD={class:"sr-only"},DD={key:2,class:"hidden sm:block text-gray-mid-dark text-body-sm mb-3"},vD=t.createElementVNode("span",{class:"sr-only"},".",-1),PD={key:3,class:"text-gray-mid-dark"},zD={key:1,class:"SearchResultCard-image xl:pl-14 sm:col-span-3 md:col-span-3 lg:col-span-2 xl:col-span-2 col-span-3"},AD={key:1,class:"bg-jpl-blue-darker edu:bg-stars edu:bg-primary xl:grid-cols-9 relative grid grid-cols-5 mb-10 text-white"},OD={class:"xl:col-span-7 flex items-center col-span-3 p-10"},FD={class:""},HD={key:0,class:"text-subtitle mb-3"},qD={key:0},jD={"aria-hidden":"true"},RD={class:"sr-only"},GD={key:1,"aria-hidden":"true",class:"mx-1"},UD={key:2},WD={"aria-hidden":"true"},YD={class:"sr-only"},KD={key:2,class:"hidden lg:block text-body-sm mb-3"},ZD={key:3},XD={key:0,class:"SearchResultCard-image xl:col-span-2 col-span-2"},JD=["src","width","height","alt"];function QD(e,n,a,o,s,i){const r=lo,l=is,c=G,d=q,h=j,m=F;return t.openBlock(),t.createElementBlock("div",null,[e.isEvents?(t.openBlock(),t.createBlock(r,{key:0,url:e.url,title:e.title,summary:e.summary,image:e.image,location:e.location,"start-time":e.startTime,"start-date":e.startDate,"end-time":e.endTime,"end-date":e.endDate,"heading-level":e.headingLevel,compact:""},null,8,["url","title","summary","image","location","start-time","start-date","end-time","end-date","heading-level"])):e.isPodcastSeason?(t.openBlock(),t.createBlock(l,{key:1,url:e.url,summary:e.summary,image:e.image,"heading-level":e.headingLevel,media:e.media,type:e.type,topic:e.topic,title:e.title},null,8,["url","summary","image","heading-level","media","type","topic","title"])):(t.openBlock(),t.createBlock(m,{key:2,variant:"none",to:e.url,class:"SearchResultCard","link-class":"block"},{default:t.withCtx(()=>[e.featured?(t.openBlock(),t.createElementBlock("div",AD,[t.createElementVNode("div",OD,[t.createElementVNode("div",FD,[e.type||e.topic?(t.openBlock(),t.createElementBlock("div",HD,[e.type?(t.openBlock(),t.createElementBlock("span",qD,[t.createElementVNode("span",jD,t.toDisplayString(e.type),1),t.createElementVNode("span",RD,"Category: "+t.toDisplayString(e.type)+".",1)])):t.createCommentVNode("",!0),e.type&&e.topic?(t.openBlock(),t.createElementBlock("span",GD,"|")):t.createCommentVNode("",!0),e.topic?(t.openBlock(),t.createElementBlock("span",UD,[t.createElementVNode("span",WD,t.toDisplayString(e.topic),1),t.createElementVNode("span",YD,"Category: "+t.toDisplayString(e.topic)+".",1)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createBlock(c,{key:1,size:"h5",level:e.headingLevel,class:"mb-4"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["level"])):t.createCommentVNode("",!0),e.summary?(t.openBlock(),t.createElementBlock("p",KD,t.toDisplayString(e.summary),1)):t.createCommentVNode("",!0),e.date?(t.openBlock(),t.createElementBlock("p",ZD,t.toDisplayString(e.date),1)):t.createCommentVNode("",!0)])]),e.image&&e.image.src?(t.openBlock(),t.createElementBlock("div",XD,[t.createElementVNode("img",{src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:e.image.alt,class:"object-cover w-full h-full",loading:"lazy","data-chromatic":"ignore"},null,8,JD)])):t.createCommentVNode("",!0)])):(t.openBlock(),t.createElementBlock("div",gD,[e.type||e.topic?(t.openBlock(),t.createElementBlock("div",yD,[e.type?(t.openBlock(),t.createElementBlock("span",bD,[t.createElementVNode("span",kD,t.toDisplayString(e.type),1),t.createElementVNode("span",_D,"Category: "+t.toDisplayString(e.type)+".",1)])):t.createCommentVNode("",!0),e.type&&e.topic?(t.openBlock(),t.createElementBlock("span",$D,"|")):t.createCommentVNode("",!0),e.topic?(t.openBlock(),t.createElementBlock("span",wD,[t.createElementVNode("span",BD,t.toDisplayString(e.topic),1),t.createElementVNode("span",CD,"Category: "+t.toDisplayString(e.topic)+".",1)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createElementVNode("div",ED,[e.type||e.topic?(t.openBlock(),t.createElementBlock("div",SD,[e.type?(t.openBlock(),t.createElementBlock("span",VD,[t.createElementVNode("span",ND,t.toDisplayString(e.type),1),t.createElementVNode("span",TD,"Category: "+t.toDisplayString(e.type)+".",1)])):t.createCommentVNode("",!0),e.type&&e.topic?(t.openBlock(),t.createElementBlock("span",ID,"|")):t.createCommentVNode("",!0),e.topic?(t.openBlock(),t.createElementBlock("span",xD,[t.createElementVNode("span",MD,t.toDisplayString(e.topic),1),t.createElementVNode("span",LD,"Category: "+t.toDisplayString(e.topic)+".",1)])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),e.title?(t.openBlock(),t.createBlock(c,{key:1,size:"h5",level:e.headingLevel,class:"mb-3"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.title),1)]),_:1},8,["level"])):t.createCommentVNode("",!0),e.summary?(t.openBlock(),t.createElementBlock("p",DD,[t.createTextVNode(t.toDisplayString(e.summary)+" ",1),vD])):t.createCommentVNode("",!0),e.date?(t.openBlock(),t.createElementBlock("p",PD,t.toDisplayString(e.date),1)):t.createCommentVNode("",!0)]),e.image?(t.openBlock(),t.createElementBlock("div",zD,[t.createVNode(h,{"aspect-ratio":"1:1"},{default:t.withCtx(()=>[e.image.src?(t.openBlock(),t.createBlock(d,{key:0,src:e.image.src.url,width:e.image.src.width,height:e.image.src.height,alt:"",class:"sm:object-cover object-cover",loading:"lazy"},null,8,["src","width","height"])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0)]))]),_:1},8,["to"]))])}const ls=B(uD,[["render",QD]]),ev=t.defineComponent({name:"SearchResultsList",components:{SearchResultCard:ls,SearchResultGridItem:an},props:{isEvents:{type:Boolean,default:!1},isProfiles:{type:Boolean,default:!1},grid:{type:Boolean,default:!1},condenseGrid:{type:Boolean,default:!1},pages:[Array,Object],searchQueryResult:[Array,Object],featureFirstResult:[Boolean],currentPage:{type:Number,default:1,required:!1}},computed:{results(){function e(a){return a.toLowerCase().replace(".","_")}function n(a){return X(a).format("ll")}return this.pages?this.pages.filter(a=>"url"in a._source).map(a=>{var c;const o=e(a._source.content_type[0]),s=typeof a._source[o+"__thumbnail_image"]<"u"&&a._source[o+"__thumbnail_image"]!==null?a._source[o+"__thumbnail_image"]:a._source[o+"__image"];let i,r=o==="missions_mission"?a._source[o+"__status_filter"]:(c=a._source.topic_labels_filter)!=null&&c.length?a._source.topic_labels_filter[0]:null;const l=a._source[o+"__label"];return o==="events_eventpage"?i="Event date: "+n(a._source[o+"__start_datetime"]):o==="missions_mission"?i=a._source.display_date_filter?"Launch date: "+a._source.display_date_filter:typeof a._source.publication_date_filter<"u"?"Published: "+n(a._source.publication_date_filter):"Published: "+n(a._source.first_published_at_filter):o==="profiles_profilepage"?(r=a._source[o+"__go_site_name"],i=null):i=typeof a._source.publication_date_filter<"u"?n(a._source.publication_date_filter):n(a._source.first_published_at_filter),a.content_type=o,a.id=a._id,a.score=a._score,a.url=a._source.url,a.title=a._source.title,a.type=l,a.topic=r,a.location=o==="events_eventpage"?a._source[o+"__location"]:null,a.startDate=o==="events_eventpage"?a._source[o+"__start_datetime"]:null,a.endDate=o==="events_eventpage"?a._source[o+"__end_datetime"]:null,a.startTime=o==="events_eventpage"?a._source[o+"__start_time_string"]:null,a.summary=o==="profiles_profilepage"?a._source[o+"__job_title"]:a._source[o+"__summary"],a.date=i,s&&(a.image={src:{url:s.thumbnail_image}}),a}):void 0}}});function tv(e,n,a,o,s,i){const r=ls,l=an;return t.openBlock(),t.createElementBlock("ol",{id:"search_results","aria-label":"Search results",class:t.normalizeClass({"grid grid-cols-12 gap-5":e.grid})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.results,(c,d)=>(t.openBlock(),t.createElementBlock("li",{key:c.id,class:t.normalizeClass({"md:col-span-6 lg:col-span-4 xl:col-span-3 col-span-12 gap-5":e.grid&&!e.condenseGrid,"md:col-span-6 lg:col-span-4 col-span-12 gap-5":e.grid&&e.condenseGrid})},[e.grid?(t.openBlock(),t.createBlock(l,{key:1,"page-content-type":c.content_type,url:c.url,type:c.type,topic:c.topic,image:c.image,date:c.date,"start-date":c.startDate,"end-date":c.endDate,"start-time":c.startTime,"end-time":c.endTime,title:c.title,"heading-level":"h2"},null,8,["page-content-type","url","type","topic","image","date","start-date","end-date","start-time","end-time","title"])):(t.openBlock(),t.createBlock(r,{key:0,"is-events":e.isEvents,"is-profiles":e.isProfiles,url:c.url,type:c.type,topic:c.topic,image:c.image,date:c.date,"start-date":c.startDate,"end-date":c.endDate,"start-time":c.startTime,"end-time":c.endTime,location:c.location,title:c.title,summary:c.summary,featured:e.featureFirstResult?d===0&&e.currentPage===1:!1,"heading-level":"h2"},null,8,["is-events","is-profiles","url","type","topic","image","date","start-date","end-date","start-time","end-time","location","title","summary","featured"]))],2))),128))],2)}const nv=B(ev,[["render",tv]]),av={name:"SearchSelectMenu",props:{selectValue:String,title:{type:String,required:!1},groupKey:{type:String,required:!0},options:{type:Array,required:!0}},emits:["update:selectValue"],computed:{selectValueHandler:{get(){return this.selectValue},set(e){this.$emit("update:selectValue",e)}}},watch:{selectValue:{handler(e){let n=Object.assign({},this.$route.query);e.length>0?n={...this.$route.query,[this.groupKey]:e.toString()}:delete n[this.groupKey],this.$router.push({query:n})}}},methods:{generateId(){return`select_${this.groupKey}`}}},ov=["for"],sv=["id"],iv={disabled:"",value:""},rv=["value"];function lv(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("label",{class:"sr-only",for:i.generateId()},t.toDisplayString(a.title),9,ov),t.withDirectives(t.createElementVNode("select",{id:i.generateId(),"onUpdate:modelValue":n[0]||(n[0]=r=>i.selectValueHandler=r),class:"border-0 text-primary can-hover:hover:text-primary-dark font-secondary font-semibold tracking-wider uppercase align-middle"},[t.createElementVNode("option",iv,t.toDisplayString(a.title),1),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.options,r=>(t.openBlock(),t.createElementBlock("option",{key:r.value,value:r.value},t.toDisplayString(r.text),9,rv))),128))],8,sv),[[t.vModelSelect,i.selectValueHandler]])])}const cv=B(av,[["render",lv]]),dv=t.defineComponent({name:"ShareButtons",components:{BaseButton:R,IconSocialFacebook:wt,IconSocialTwitter:Bt,IconSocialReddit:_o,IconSocialEmail:$t},props:{title:{type:String,required:!0},url:{type:String,required:!0},inline:{type:Boolean,required:!1,default:!1}},computed:{encodedTitle(){return encodeURIComponent(this.title)},encodedURL(){return encodeURIComponent(pa(this.url))},facebookLink(){return`https://www.facebook.com/dialog/feed?app_id=361412888534196&link=${this.encodedURL}`},twitterLink(){const e=encodeURIComponent("NASAJPL");return`https://twitter.com/share?url=${this.encodedURL}&text=${this.encodedTitle}&via=${e}`},redditLink(){return`https://reddit.com/submit?url=${this.encodedURL}&title=${this.encodedTitle}`},mailLink(){return`mailto:?body=${this.encodedTitle}:%20${this.encodedURL}&subject=${this.encodedTitle}`}}});function hv(e,n,a,o,s,i){const r=wt,l=R,c=Bt,d=_o,h=$t;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["ShareButtons relative flex flex-row items-start border-collapse",{"lg:absolute lg:top-0 lg:left-0 lg:flex-col":!e.inline}])},[t.createVNode(l,{variant:"social",class:"-facebook w-12 h-12 text-2xl",href:e.facebookLink,"aria-label":"Share to Facebook",target:"_blank",rel:"noopener"},{icon:t.withCtx(()=>[t.createVNode(r)]),_:1},8,["href"]),t.createVNode(l,{variant:"social",class:t.normalizeClass(["-twitter w-12 h-12 -ml-px text-2xl",{"lg:ml-0 lg:-mt-px":!e.inline}]),href:e.twitterLink,"aria-label":"Share to X",target:"_blank",rel:"noopener"},{icon:t.withCtx(()=>[t.createVNode(c)]),_:1},8,["class","href"]),t.createVNode(l,{variant:"social",class:t.normalizeClass(["-reddit w-12 h-12 -ml-px text-2xl",{"lg:ml-0 lg:-mt-px":!e.inline}]),href:e.redditLink,"aria-label":"Share to Reddit",target:"_blank",rel:"noopener"},{icon:t.withCtx(()=>[t.createVNode(d)]),_:1},8,["class","href"]),t.createVNode(l,{variant:"social",class:t.normalizeClass(["w-12 h-12 -ml-px text-2xl",{"lg:ml-0 lg:-mt-px":!e.inline}]),href:e.mailLink,"aria-label":"Share via Email",target:"_blank",rel:"noopener"},{icon:t.withCtx(()=>[t.createVNode(h)]),_:1},8,["class","href"])],2)}const rt=B(dv,[["render",hv],["__scopeId","data-v-77c8b567"]]),mv={class:"ShareButtonsEdu relative flex flex-row items-start border-collapse"},pv={class:"flex flex-row flex-wrap-none items-center"},fv=t.createElementVNode("span",{class:"text-sm"},"Print",-1),uv={class:"relative xl:flex"},gv={class:"flex flex-row flex-wrap-none items-start xl:items-center"},yv=t.createElementVNode("span",{class:"text-sm"},"Share…",-1),bv={key:0,class:"share-buttons-list absolute left-0 xl:relative z-10 flex flex-col -ml-px -mt-px xl:m-0 border-action border xl:border-none xl:flex-row flex-wrap-none"},kv={class:"text-xs"},_v=t.createElementVNode("span",{class:"text-xs"},"Facebook",-1),$v=t.createElementVNode("span",{class:"text-xs"},"X (Twitter)",-1),wv=t.createElementVNode("span",{class:"text-xs"},"Pinterest",-1),Bv=t.createElementVNode("span",{class:"text-xs"},"Email",-1),Cv=t.createElementVNode("span",{class:"text-xs"},"Google Classroom",-1),cs=t.defineComponent({__name:"ShareButtonsEdu",props:{title:{},url:{},image:{}},setup(e){const n=e,a=t.ref(!1),o=t.ref(!1),s=async()=>{try{await navigator.clipboard.writeText(n.url),o.value=!0}catch(g){console.error("Failed to copy: ",g)}},i=()=>{a.value=!a.value,a.value||r()},r=()=>{a.value=!1,o.value=!1},l=()=>{window.print()},c=t.computed(()=>n.title?encodeURIComponent(n.title):void 0),d=t.computed(()=>n.url?encodeURIComponent(pa(n.url)):void 0),h=t.computed(()=>`https://www.facebook.com/sharer.php?u=${d.value}`),m=t.computed(()=>{const g=encodeURIComponent("NASAJPL_Edu");return`https://twitter.com/share?url=${d.value}&text=${c.value}&via=${g}`}),p=t.computed(()=>`http://pinterest.com/pin/create/button/?url=${d.value}&media=${n.image}&description=${c.value}`),f=t.computed(()=>`https://classroom.google.com/share?url=${d.value}`),u=t.computed(()=>`mailto:?body=${c.value}:%20${d.value}&subject=${c.value}`),b=t.computed(()=>o.value?"Copied":"Copy link"),E=t.computed(()=>"h-10 xl:h-11 !py-0 !px-3");return(g,y)=>{const _=t.resolveDirective("click-outside");return t.openBlock(),t.createElementBlock("div",mv,[t.createVNode(R,{variant:"social",class:t.normalizeClass(E.value),"aria-label":"Print",compact:"",onClick:y[0]||(y[0]=V=>l())},{default:t.withCtx(()=>[t.createElementVNode("span",pv,[t.createVNode(Qa,{class:"text-lg mr-2"}),fv])]),_:1},8,["class"]),t.createElementVNode("div",uv,[t.createVNode(R,{variant:"social",class:t.normalizeClass(`-ml-px ${E.value} ${a.value?"!bg-gray-light":""}`),"aria-label":"Share",compact:"","aria-expanded":a.value,onClick:y[1]||(y[1]=V=>i()),onKeydown:y[2]||(y[2]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createElementVNode("span",gv,[t.createVNode(Yi,{class:"text-lg mr-2"}),yv])]),_:1},8,["class","aria-expanded"]),t.createVNode(t.Transition,{name:"fade"},{default:t.withCtx(()=>[a.value?t.withDirectives((t.openBlock(),t.createElementBlock("div",bv,[t.createVNode(R,{variant:"social","aria-label":"Copy",onClick:y[3]||(y[3]=V=>s()),onKeydown:y[4]||(y[4]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createVNode(Gi,{class:"text-lg mr-2"}),t.createElementVNode("span",kv,t.toDisplayString(b.value),1)]),_:1}),t.createVNode(R,{variant:"social",href:h.value,"aria-label":"Share to Facebook",target:"_blank",rel:"noopener",onKeydown:y[5]||(y[5]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createVNode(wt,{class:"text-lg mr-2"}),_v]),_:1},8,["href"]),t.createVNode(R,{variant:"social",href:m.value,"aria-label":"Share to X (Twitter)",target:"_blank",rel:"noopener",onKeydown:y[6]||(y[6]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createVNode(Bt,{class:"text-lg mr-2"}),$v]),_:1},8,["href"]),t.createVNode(R,{variant:"social",href:p.value,"aria-label":"Add to Pinterest",target:"_blank",rel:"noopener",onKeydown:y[7]||(y[7]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createVNode(Zi,{class:"text-lg mr-2"}),wv]),_:1},8,["href"]),t.createVNode(R,{variant:"social",href:u.value,"aria-label":"Share via Email",target:"_blank",rel:"noopener",onKeydown:y[8]||(y[8]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createVNode($t,{class:"text-lg mr-2"}),Bv]),_:1},8,["href"]),t.createVNode(R,{variant:"social",href:f.value,"aria-label":"Google Classroom",target:"_blank",rel:"noopener",onKeydown:y[9]||(y[9]=t.withKeys(V=>i(),["esc"]))},{default:t.withCtx(()=>[t.createVNode(Ki,{class:"text-lg mr-2"}),Cv]),_:1},8,["href"])])),[[_,r]]):t.createCommentVNode("",!0)]),_:1})])])}}}),Ev=t.defineComponent({name:"SkipLink",components:{BaseButton:R},data(){return{main:null}},methods:{handleBlur(){this.main&&(this.main.removeAttribute("tabindex"),this.main.removeEventListener("blur",this.handleBlur),this.main.removeEventListener("focusout",this.handleBlur))},handleClick(){this.main=document.querySelector("main"),this.main&&(this.main.setAttribute("tabindex","-1"),this.main.addEventListener("blur",this.handleBlur),this.main.focus(),window.scrollTo(0,this.main.offsetTop))}}}),Sv={class:"z-60 lg:left-auto lg:mr-20 absolute top-0 left-0 right-0 mt-4 text-center"};function Vv(e,n,a,o,s,i){const r=R;return t.openBlock(),t.createElementBlock("div",Sv,[t.createVNode(r,{variant:"primary",class:"focus:not-sr-only sr-only",compact:"",onClick:n[0]||(n[0]=l=>e.handleClick())},{default:t.withCtx(()=>[t.createTextVNode(" Skip to main content ")]),_:1})])}const Nv=B(Ev,[["render",Vv]]),Tv=t.defineComponent({name:"TheFooterSignUp",components:{IconSocialEmail:$t},data(){return{email:null}},methods:{submit(){window.location.href="/newsletter-signup?email="+this.email}}}),Iv={class:"TheFooterSignup"},xv={class:"border-opacity-40 relative flex items-center border border-white"},Mv={class:"absolute inset-0 flex items-center"};function Lv(e,n,a,o,s,i){const r=$t;return t.openBlock(),t.createElementBlock("form",Iv,[t.createElementVNode("div",xv,[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":n[0]||(n[0]=l=>e.email=l),class:"EmailInput border-0 text-opacity-90 pl-14 relative z-10 w-full py-3 pr-3 text-sm text-white bg-transparent",type:"email",name:"email",required:"",placeholder:"Enter your email address","aria-label":"Email"},null,512),[[t.vModelText,e.email]]),t.createElementVNode("div",Mv,[t.createElementVNode("button",{type:"submit",class:"relative z-20 p-3 pl-5","aria-label":"Submit",onClick:n[1]||(n[1]=t.withModifiers((...l)=>e.submit&&e.submit(...l),["prevent"]))},[t.createVNode(r,{class:"text-xl text-white"})])])])])}const vl=B(Tv,[["render",Lv]]),Dv=t.defineComponent({name:"TheFooter",components:{BaseLink:F,BaseButton:R,NavSocial:ot,TheFooterSignUp:vl,LogoCaltech:wo},props:{data:{type:Object||null,required:!1,default:null},commitSha:{type:String,required:!1}},methods:{getLinkText(e){return ht(e)},getRouterLink(e){return dn(e)}},computed:{...Te(Ze)}}),vv={class:"TheFooter bg-jpl-blue-darker edu:bg-stars edu:bg-primary text-white relative z-20"},Pv={class:"footer-main lg:BaseGrid 3xl:px-0 lg:pt-20 container px-4 pt-10 mx-auto"},zv={class:"footer-navigation lg:block lg:col-span-9 hidden col-span-12"},Av={key:0,class:"sm:grid grid-cols-9 gap-6"},Ov={class:"text-subtitle text-blue edu:text-white mb-3"},Fv={class:"footer-extras lg:col-span-3 col-span-12"},Hv={class:"text-subtitle text-blue edu:text-white lg:mb-5 mb-3"},qv={class:"text-subtitle text-blue edu:text-white lg:mb-5 mb-3"},jv=t.createElementVNode("p",{class:"mb-12"}," JPL is a federally funded research and development center managed for NASA by Caltech. ",-1),Rv={key:0,class:"3xl:px-0 container px-4 mx-auto mt-5"},Gv=t.createElementVNode("div",{class:"text-subtitle text-blue edu:text-white mb-5"},"More from JPL",-1),Uv={class:"lg:block hidden"},Wv={class:"lg:hidden auto-col-2"},Yv={class:"bg-opacity-15 lg:py-16 lg:mt-10 pt-10 pb-3 mt-8 bg-black"},Kv={class:"3xl:px-0 container px-4 mx-auto"},Zv={key:0},Xv={class:"text-subtitle text-blue edu:text-white mb-5"},Jv={class:"auto-col-4"},Qv={class:"bg-opacity-15 border-opacity-40 lg:border-t pt-5 pb-3 text-sm bg-black border-black"},eP={class:"3xl:px-0 lg:flex lg:flex-wrap lg:px-4 lg:container justify-between mx-auto"},tP={key:0,class:"divide-opacity-40 lg:justify-start lg:-ml-4 flex flex-wrap justify-center mb-2 divide-x divide-white"},nP={key:1,class:"lg:text-left lg:border-0 border-opacity-40 lg:pt-0 lg:px-0 px-4 pt-5 mb-4 text-center border-t border-black"},aP={key:0,class:"lg:inline-block lg:mb-0 block pr-4 mb-2"},oP=t.createElementVNode("span",{class:"text-gray-light font-bold inline-block pr-1"},"Version:",-1),sP={class:"font-bold inline-block pr-1"},iP={key:2},rP={key:0,class:"lg:inline-block lg:mb-0 block px-3 mb-2"},lP=t.createElementVNode("span",{class:"text-gray-light font-bold inline-block pr-1"},"Version:",-1);function cP(e,n,a,o,s,i){const r=F,l=vl,c=ot,d=wo,h=R;return t.openBlock(),t.createElementBlock("footer",vv,[t.createElementVNode("div",Pv,[t.createElementVNode("div",zv,[e.data&&e.data.footerNavigation?(t.openBlock(),t.createElementBlock("div",Av,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerNavigation,(m,p)=>(t.openBlock(),t.createElementBlock("div",{key:p,class:"sm:mb-3 xl:col-span-2 md:col-span-3 col-span-4 mb-8"},[t.createElementVNode("div",Ov,t.toDisplayString(e.getLinkText(m.titleLink)),1),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.links,(f,u)=>(t.openBlock(),t.createBlock(r,{key:u,variant:"none","link-class":"can-hover:hover:underline inline-block px-4 py-1 -ml-4",href:f.path&&!e.getRouterLink(f)?f.path:null,to:e.getRouterLink(f)?e.getRouterLink(f):null},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(f)),1)]),_:2},1032,["href","to"]))),128))]))),128))])):t.createCommentVNode("",!0)]),t.createElementVNode("div",Fv,[t.createElementVNode("div",Hv,t.toDisplayString(`Get the Latest from JPL ${e.themeStore.isEdu?"Education":""} `),1),t.createVNode(l,{class:"lg:mb-10 mb-8"}),t.createElementVNode("div",qv,[e.themeStore.theme==="ThemeEdu"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(" Follow JPL Education ")],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(" Follow Us ")],64))]),t.createVNode(c,{class:"lg:mb-14 mb-12",dark:"",edu:e.themeStore.theme==="ThemeEdu"},null,8,["edu"]),e.themeStore.theme==="defaultTheme"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createVNode(r,{variant:"none",href:"https://caltech.edu","aria-label":"Caltech",class:"lg:mb-8 mb-5","link-class":"inline-block"},{default:t.withCtx(()=>[t.createVNode(d,{class:"lg:text-base text-sm text-white"})]),_:1}),jv],64)):t.createCommentVNode("",!0)])]),e.data&&e.data.footerMoreFromJpl?(t.openBlock(),t.createElementBlock("div",Rv,[Gv,t.createElementVNode("div",Uv,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerMoreFromJpl,(m,p)=>(t.openBlock(),t.createBlock(h,{key:p,href:m.path,to:m.linkPage?m.linkPage.url:"",target:m.path?"_blank":"_self",variant:"dark",class:"mb-5 mr-8"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(m)),1)]),_:2},1032,["href","to","target"]))),128))]),t.createElementVNode("div",Wv,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerMoreFromJpl,(m,p)=>(t.openBlock(),t.createBlock(r,{key:p,variant:"none","link-class":"can-hover:hover:underline inline-block px-4 py-1 -ml-4",href:m.path?m.path:null,to:m.linkPage?m.linkPage.url:null},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(m)),1)]),_:2},1032,["href","to"]))),128))])])):t.createCommentVNode("",!0),t.createElementVNode("div",Yv,[t.createElementVNode("div",Kv,[e.data&&e.data.relatedNasaSites?(t.openBlock(),t.createElementBlock("div",Zv,[t.createElementVNode("div",Xv,[e.themeStore.isEdu?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(" Related NASA Education Sites ")],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(" Related NASA Sites ")],64))]),t.createElementVNode("div",Jv,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.relatedNasaSites,(m,p)=>(t.openBlock(),t.createBlock(r,{key:p,variant:"none","link-class":"can-hover:hover:underline inline-block px-4 py-1 -ml-4",href:m.path?m.path:null,to:m.linkPage?m.linkPage.url:null},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(m)),1)]),_:2},1032,["href","to"]))),128))])])):t.createCommentVNode("",!0)])]),t.createElementVNode("div",Qv,[t.createElementVNode("div",eP,[e.data&&e.data.footerLinks?(t.openBlock(),t.createElementBlock("div",tP,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerLinks,(m,p)=>(t.openBlock(),t.createBlock(r,{key:p,variant:"none",class:"lg:mb-2 mb-5","link-class":"can-hover:hover:underline inline-block px-4 py-1 font-bold leading-none",href:m.path?m.path:null,to:m.linkPage?m.linkPage.url:null},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.getLinkText(m)),1)]),_:2},1032,["href","to"]))),128))])):t.createCommentVNode("",!0),e.data&&e.data.footerMeta?(t.openBlock(),t.createElementBlock("div",nP,[e.commitSha?(t.openBlock(),t.createElementBlock("div",aP,[oP,t.createElementVNode("span",null,t.toDisplayString(e.commitSha),1)])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.footerMeta,(m,p)=>(t.openBlock(),t.createElementBlock("div",{key:p,class:t.normalizeClass(["lg:inline-block lg:mb-0 block mb-2",{"ml-5":p!==0}])},[t.createElementVNode("span",sP,t.toDisplayString(m.label)+":",1),t.createElementVNode("span",null,t.toDisplayString(m.text),1)],2))),128))])):(t.openBlock(),t.createElementBlock("div",iP,[e.commitSha!=null?(t.openBlock(),t.createElementBlock("div",rP,[lP,t.createElementVNode("span",null,t.toDisplayString(e.commitSha),1)])):t.createCommentVNode("",!0)]))])])])}const dP=B(Dv,[["render",cP]]),hP=t.defineComponent({name:"MissionDetailStatsMicro",components:{BaseTimer:ze},props:{showClock:Boolean,startDateTime:String,clockType:{type:String,required:!0,validator:e=>!!Ct[e]}}}),mP={class:"MissionDetailStatsMicro bg-jpl-blue-darker sm:py-0 p-3 py-1 text-white"},pP={key:0};function fP(e,n,a,o,s,i){const r=ze;return t.openBlock(),t.createElementBlock("div",mP,[e.showClock&&e.startDateTime?(t.openBlock(),t.createElementBlock("div",pP,[t.createVNode(r,{"target-date-time":e.startDateTime,inline:"",countdown:e.clockType==="countdown"},null,8,["target-date-time","countdown"])])):t.createCommentVNode("",!0)])}const Pl=B(hP,[["render",fP]]),uP=t.defineComponent({name:"TopicDetailMissionCarouselItem",components:{MissionDetailStatsMicro:Pl,BaseImage:q,BaseImagePlaceholder:j},props:{data:{type:Object,required:!1}},computed:{clockTypeLabel(){var e,n;return Ct[(e=this.data)==null?void 0:e.clockType]||((n=this.data)==null?void 0:n.clockType)}}}),gP={class:"can-hover:group-hover:scale-105 relative transition-transform duration-200 ease-in transform scale-100"},yP={class:"min-h-66 bg-black"},bP=t.createElementVNode("div",{class:"gradient-overlay bg-gradient-to-b from-transparent to-black min-h-1/2 absolute inset-x-0 bottom-0"},null,-1),kP={class:"absolute inset-x-0 bottom-0"},_P={class:"text-contrast p-4 text-white"},$P={key:0,class:"mb-1 text-xl font-semibold leading-tight"},wP={key:1,class:"text-subtitle text-jpl-blue-light"},BP=t.createElementVNode("span",{class:"sr-only"},".",-1),CP=t.createElementVNode("span",{class:"sr-only"},".",-1);function EP(e,n,a,o,s,i){const r=q,l=j,c=Pl,d=t.resolveComponent("nuxt-link");return e.data?(t.openBlock(),t.createBlock(d,{key:0,to:e.data.url,class:"TopicDetailMissionCarouselItem ThemeVariantLight group block cursor-pointer"},{default:t.withCtx(()=>[t.createElementVNode("div",gP,[t.createElementVNode("div",yP,[e.data.thumbnailImage&&e.data.thumbnailImage.src?(t.openBlock(),t.createBlock(l,{key:0,"aspect-ratio":"7:8","dark-mode":"","no-logo":""},{default:t.withCtx(()=>[t.createVNode(r,{src:e.data.thumbnailImage.src.url,width:e.data.thumbnailImage.src.width,height:e.data.thumbnailImage.src.height,alt:"","object-fit-class":"cover","image-class":"w-full h-full",loading:"lazy"},null,8,["src","width","height"])]),_:1})):t.createCommentVNode("",!0),bP]),t.createElementVNode("div",kP,[t.createElementVNode("div",_P,[e.data.title?(t.openBlock(),t.createElementBlock("p",$P,t.toDisplayString(e.data.title),1)):t.createCommentVNode("",!0),e.data.status||e.data.showClock?(t.openBlock(),t.createElementBlock("p",wP,[BP,e.data.showClock?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(e.clockTypeLabel||e.data.status),1)],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.data.status),1)],64)),CP])):t.createCommentVNode("",!0)]),e.data.showClock?(t.openBlock(),t.createBlock(c,{key:0,class:"-mt-1","show-clock":e.data.showClock,"clock-type":e.data.clockType,"start-date-time":e.data.startDateTime},null,8,["show-clock","clock-type","start-date-time"])):t.createCommentVNode("",!0)])])]),_:1},8,["to"])):t.createCommentVNode("",!0)}const ds=B(uP,[["render",EP]]),SP=t.defineComponent({name:"TopicDetailMissionCarousel",components:{MixinCarousel:Ce,TopicDetailMissionCarouselItem:ds},props:{relatedMissionsLinkUrl:{type:String,required:!1},relatedMissionsLinkText:{type:String,required:!1},items:{type:Array,required:!1}},computed:{hasContent(){return!!(this.items&&this.items.length)}}}),VP={key:0,class:"TopicDetailMissionCarousel overflow-hidden"},NP={class:"MixedBleedGrid 2xl:pl-0 pl-5 mb-10"},TP={class:"col-start-indent-col-2 2xl:col-start-indent-col-3 col-end-bleed bg-gray-light lg:pl-0 lg:py-10 py-8 pl-5"};function IP(e,n,a,o,s,i){const r=ds,l=Ce;return e.hasContent?(t.openBlock(),t.createElementBlock("div",VP,[t.createElementVNode("div",NP,[t.createElementVNode("div",TP,[t.createVNode(l,{heading:"Missions",variant:"tiles",class:"pb-5 ThemeVariantGray",center:!1,"slides-per-view":3,link:e.relatedMissionsLinkUrl?e.relatedMissionsLinkUrl:void 0,"link-title":e.relatedMissionsLinkText},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(c,d)=>(t.openBlock(),t.createBlock(r,{key:d,data:c,class:"swiper-slide"},null,8,["data"]))),128))]),_:1},8,["link","link-title"])])])])):t.createCommentVNode("",!0)}const xP=B(SP,[["render",IP]]),MP=t.defineComponent({name:"MissionDetailStatsMini",components:{BaseTimer:ze,DistanceStats:qn},props:{showClock:Boolean,clockType:{type:String,required:!0,validator:e=>!!Ct[e]},startDateTime:String,showDistance:Boolean,distanceType:{type:String},distanceValue:Number,distanceApiUrls:String},computed:{clockTypeLabel(){return Ct[this.clockType]||this.clockType}}}),LP={class:"MissionDetailStatsMini MixedBleedGrid"},DP=t.createElementVNode("div",{class:"theme col-start-bleed col-end-container-start"},null,-1),vP={class:"col-start-container col-end-container text-body-lg"},PP={class:"grid grid-cols-12"},zP={key:0,class:"theme-inner lg:col-span-4 xl:col-span-4 2xl:col-span-3 sm:col-span-7 col-span-11"},AP={class:"text-jpl-blue-lighter text-subtitle mb-3"},OP={class:"text-jpl-blue-lighter text-subtitle mb-3"},FP={class:"text-stats-xl"},HP=t.createElementVNode("div",{class:"lg:block hidden col-span-1"},null,-1);function qP(e,n,a,o,s,i){const r=ze,l=qn;return t.openBlock(),t.createElementBlock("div",LP,[DP,t.createElementVNode("div",vP,[t.createElementVNode("div",PP,[e.showClock&&e.startDateTime?(t.openBlock(),t.createElementBlock("div",zP,[t.createElementVNode("p",AP,t.toDisplayString(e.clockTypeLabel),1),t.createVNode(r,{"target-date-time":e.startDateTime,countdown:e.clockType==="countdown"},null,8,["target-date-time","countdown"])])):t.createCommentVNode("",!0),e.showDistance?(t.openBlock(),t.createBlock(l,{key:1,class:"theme-inner lg:col-span-4 xl:col-span-4 2xl:col-span-3 sm:col-span-7 col-span-11","distance-type":e.distanceType,value:e.distanceValue,"value-system":"imperial","distance-api-urls":e.distanceApiUrls},{label:t.withCtx(c=>[t.createElementVNode("p",OP,t.toDisplayString(c.label),1)]),value:t.withCtx(c=>[t.createElementVNode("span",FP,t.toDisplayString(c.formattedValue),1)]),_:1},8,["distance-type","value","distance-api-urls"])):t.createCommentVNode("",!0),HP])])])}const zl=B(MP,[["render",qP]]),jP=t.defineComponent({name:"TopicDetailMissionSpotlight",components:{MissionDetailStatsMini:zl,BaseButton:R},props:{data:{type:Object,required:!1}},data(){return{eyebrow:"Mission Spotlight"}}}),RP=e=>(t.pushScopeId("data-v-cfcfc28b"),e=e(),t.popScopeId(),e),GP={key:0,class:"TopicDetailMissionSpotlight max-w-screen-3xl relative mx-auto"},UP={class:"absolute inset-0 z-10 bg-black"},WP={key:0},YP=["srcset"],KP=["srcset"],ZP=["srcset"],XP=["src","width","height","alt"],JP={class:"content-wrapper lg:flex lg:items-center relative z-20 w-full h-full"},QP=RP(()=>t.createElementVNode("div",{class:"bg-gradient-to-t lg:bg-gradient-to-l from-transparent-w25 lg:from-transparent xl:from-transparent-w25 to-transparent-black-75 lg:to-transparent-black-75 absolute inset-0"},null,-1)),ez={class:"pb-80 lg:pb-14 relative w-full pt-8"},tz={class:"lg:BaseGrid lg:pt-0 container mx-auto"},nz={class:"lg:px-10 2xl:px-0 lg:pt-10 lg:pb-14 xl:col-end-6 col-start-1 col-end-10 px-4 pb-10"},az={class:"text-gray-light-mid text-contrast text-subtitle block mb-3"},oz={class:"lg:text-9xl md:text-8xl text-7xl lg:tracking-tight lg:leading-tighter text-contrast mb-4 font-medium leading-tight text-white"},sz={class:"text-body-lg lg:mb-10 text-contrast mb-5 font-normal leading-normal text-white"};function iz(e,n,a,o,s,i){const r=R,l=zl;return e.data?(t.openBlock(),t.createElementBlock("div",GP,[t.createElementVNode("div",UP,[e.data.heroImage&&e.data.heroImage.src?(t.openBlock(),t.createElementBlock("picture",WP,[t.createElementVNode("source",{media:"(min-width: 768px)",srcset:e.data.heroImage.srcSet},null,8,YP),t.createElementVNode("source",{media:"(min-width: 420px)",srcset:e.data.heroImage.screenMd.url},null,8,KP),t.createElementVNode("source",{srcset:e.data.heroImage.screenSm.url},null,8,ZP),t.createElementVNode("img",{class:"object-cover w-full h-full",src:e.data.heroImage.src.url,width:e.data.heroImage.src.width,height:e.data.heroImage.src.height,alt:e.data.heroImage.alt},null,8,XP)])):t.createCommentVNode("",!0)]),t.createElementVNode("div",JP,[QP,t.createElementVNode("div",ez,[t.createElementVNode("div",tz,[t.createElementVNode("div",nz,[t.createElementVNode("h2",null,[t.createElementVNode("span",az,t.toDisplayString(e.eyebrow),1),t.createElementVNode("div",oz,t.toDisplayString(e.data.title),1)]),t.createElementVNode("p",sz,t.toDisplayString(e.data.summary),1),t.createVNode(r,{variant:"primary",to:e.data.url},{default:t.withCtx(()=>[t.createTextVNode("Explore")]),_:1},8,["to"])])]),e.data.showClock||e.data.showDistance?(t.openBlock(),t.createBlock(l,{key:0,"show-clock":e.data.showClock,"show-distance":e.data.showDistance,"clock-type":e.data.clockType,"start-date-time":e.data.startDateTime,"distance-type":e.data.distanceType,"distance-value":e.data.distanceValue,"distance-api-urls":e.data.distanceApiUrls},null,8,["show-clock","show-distance","clock-type","start-date-time","distance-type","distance-value","distance-api-urls"])):t.createCommentVNode("",!0)])])])):t.createCommentVNode("",!0)}const rz=B(jP,[["render",iz],["__scopeId","data-v-cfcfc28b"]]),lz=t.defineComponent({name:"TopicDetailMoreVisibility",directives:{ObserveVisibility:Pn},data(){return{isVisible:!1,hasIntersectionObserver:!0}},mounted(){this.featureDetection()},methods:{visibilityChanged(e){this.hasIntersectionObserver&&(this.isVisible=e)},featureDetection(){(!("IntersectionObserver"in window)||!("IntersectionObserverEntry"in window)||!("intersectionRatio"in window.IntersectionObserverEntry.prototype))&&(this.hasIntersectionObserver=!1,this.isVisible=!0)}}});function cz(e,n,a,o,s,i){const r=t.resolveDirective("observe-visibility");return t.withDirectives((t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["transition-all duration-1000 ease-out transform",e.isVisible?"opacity-100 translate-y-0":"opacity-0 translate-y-32"])},[t.renderSlot(e.$slots,"default")],2)),[[r,{callback:e.visibilityChanged,throttle:0,once:!0}]])}const Al=B(lz,[["render",cz]]),dz=t.defineComponent({name:"TopicDetailMoreItem",components:{BaseLink:F,BaseImage:q,BaseImagePlaceholder:j,IconPlay:Je,IconExternal:be},props:{data:{type:Object,required:!1}},computed:{theData(){var e;if((e=this.data)!=null&&e.page)return this.data.page;if(this.data)return this.data},formattedEventDates(){var e;if((e=this.theData)!=null&&e.startDate)return pt(this.theData.startDate,this.theData.endDate)}}}),hz={key:0,class:"relative"},mz={key:0,class:"bg-jpl-red lg:text-2xl absolute bottom-0 left-0 z-10 text-lg text-white"},pz={class:"text-gray-dark md:px-5 md:py-5 lg:px-10 lg:py-8 w-full px-10 py-8"},fz={key:0,class:"flex flex-wrap items-center justify-between mb-5"},uz={class:"divide-gray-mid text-subtitle flex divide-x"},gz={key:0,class:"pr-2"},yz=t.createElementVNode("span",{class:"sr-only"},".",-1),bz={class:"text-h5"};function kz(e,n,a,o,s,i){const r=Je,l=q,c=j,d=be,h=F;return e.theData?(t.openBlock(),t.createBlock(h,{key:0,class:"TopicDetailMoreItem group can-hover:hover:shadow-lg shadow-jpl transition-all duration-200 ease-in",variant:"none","link-class":e.theData.thumbnailImage?"block":"flex items-center block lg:min-h-100",to:e.theData.__typename!=="ExternalLinkCard"?e.theData.url:void 0,href:e.theData.__typename==="ExternalLinkCard"?e.theData.url:void 0,"external-target-blank":""},{default:t.withCtx(()=>[e.theData.thumbnailImage?(t.openBlock(),t.createElementBlock("div",hz,[e.theData.__typename==="VideoDetailPage"?(t.openBlock(),t.createElementBlock("div",mz,[t.createVNode(r)])):t.createCommentVNode("",!0),t.createVNode(c,{"aspect-ratio":"3:2","dark-mode":""},{default:t.withCtx(()=>[e.theData.thumbnailImage.src?(t.openBlock(),t.createBlock(l,{key:0,src:e.theData.thumbnailImage.src.url,srcset:e.theData.thumbnailImage.srcSet,width:e.theData.thumbnailImage.src.width,height:e.theData.thumbnailImage.src.height,alt:"","object-fit-class":"cover",loading:"lazy","image-class":"can-hover:group-hover:scale-100 scale-103 transition-all duration-200 ease-in transform"},null,8,["src","srcset","width","height"])):t.createCommentVNode("",!0)]),_:1})])):t.createCommentVNode("",!0),t.createElementVNode("div",pz,[e.theData.label||e.theData.date||e.theData.startDate?(t.openBlock(),t.createElementBlock("div",fz,[t.createElementVNode("p",uz,[e.theData.label?(t.openBlock(),t.createElementBlock("span",gz,t.toDisplayString(e.theData.label),1)):t.createCommentVNode("",!0),e.theData.date||e.theData.startDate?(t.openBlock(),t.createElementBlock("span",{key:1,class:t.normalizeClass(["text-gray-mid-dark",{"pl-2":e.theData.label}])},[e.theData.date?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(e.$filters.displayDate(e.theData.date)),1)],64)):e.theData.startDate?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.formattedEventDates),1)],64)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),yz]),e.theData.__typename==="ExternalLinkCard"?(t.openBlock(),t.createBlock(d,{key:0,class:"text-gray-mid-dark text-lg"})):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createElementVNode("h3",bz,t.toDisplayString(e.theData.title),1)])]),_:1},8,["link-class","to","href"])):t.createCommentVNode("",!0)}const hs=B(dz,[["render",kz]]),_z=t.defineComponent({name:"TopicDetailMore",components:{BaseButton:R,IconCaret:_e,TopicDetailMoreVisibility:Al,TopicDetailMoreItem:hs},props:{topic:{type:String,required:!1,default:"Topic"},more:{type:Array,required:!1},moreCurated:{type:Array,required:!1}},computed:{theData(){let e=[];return this.moreCurated&&this.more?e=this.moreCurated.concat(this.more):this.more&&(e=this.more),e.slice(0,8)}},methods:{gridPlacement(e){return e===0?"col-start-2 col-span-6":e===1?"lg:col-start-9 lg:col-span-4 md:col-start-6 md:col-span-6 lg:-mt-28":e===2?"lg:col-start-4 lg:col-span-4 md:col-start-2 md:col-span-6 lg:-mt-28":e===3?"lg:col-start-9 lg:col-span-4 md:col-start-6 md:col-span-6 lg:-mt-28":e===4?this.$slots.default?"col-start-2 col-span-6":"col-start-2 col-span-6 lg:-mt-28":e===5?"lg:col-start-6 lg:col-span-6 md:col-start-6 md:col-span-6 lg:mt-28":e===6?"lg:col-start-1 lg:col-span-4 md:col-start-2 md:col-span-6 lg:-mt-28":e===7?"lg:col-start-6 lg:col-span-4 md:col-start-6 md:col-span-6 lg:-mt-28":""}}}),$z={class:"TopicDetailMore max-w-screen-3xl relative mx-auto"},wz={class:"lg:BaseGrid mt-18 lg:px-0 container px-4 mx-auto mb-12"},Bz={class:"font-primary text-gray-dark lg:text-6xl col-span-11 col-start-2 text-3xl font-semibold leading-normal tracking-normal uppercase"},Cz={class:"md:BaseGrid lg:px-0 container px-4 mx-auto"},Ez={class:"flex justify-center"};function Sz(e,n,a,o,s,i){const r=hs,l=Al,c=_e,d=R;return t.openBlock(),t.createElementBlock("div",$z,[e.theData&&e.theData.length?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("div",wz,[t.createElementVNode("h2",Bz," More About "+t.toDisplayString(e.topic),1)]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.theData,(h,m)=>(t.openBlock(),t.createBlock(l,{key:m},{default:t.withCtx(()=>[t.createElementVNode("div",Cz,[t.createVNode(r,{class:t.normalizeClass(["md:max-w-none md:mx-0 lg:mb-0 max-w-lg row-span-1 mx-auto mb-10",e.gridPlacement(m)]),data:h},null,8,["class","data"])]),m===3&&e.$slots.default?(t.openBlock(),t.createBlock(l,{key:0,class:"lg:my-28 my-16"},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3})):t.createCommentVNode("",!0)]),_:2},1024))),128))],64)):t.createCommentVNode("",!0),e.$slots.default&&(!e.theData||e.theData.length<4)?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass({"mt-16 lg:mt-28":e.theData.length})},[t.renderSlot(e.$slots,"default")],2)):t.createCommentVNode("",!0),t.createElementVNode("div",Ez,[t.createVNode(d,{class:"lg:mt-18 mt-10","aria-label":"More "+e.topic,variant:"secondary",to:`/search?topics=${e.topic}`},{icon:t.withCtx(()=>[t.createVNode(c,{class:"ml-1 text-sm"})]),default:t.withCtx(()=>[t.createTextVNode(" More ")]),_:1},8,["aria-label","to"])])])}const Vz=B(_z,[["render",Sz]]),Nz=t.defineComponent({name:"TopicDetailStreamfield",components:{LayoutHelper:ee,BaseHeading:G,BlockQuote:nt,BlockRelatedLinks:Ve,BlockImageGallery:Ut},props:{data:{type:Array,required:!1},topic:{type:String,required:!1}}}),Tz={key:0};function Iz(e,n,a,o,s,i){const r=G,l=ee,c=Ut,d=nt,h=Ve;return e.data?(t.openBlock(),t.createElementBlock("div",Tz,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data,(m,p)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[m.blockType=="HeadingBlock"?(t.openBlock(),t.createBlock(l,{key:`HeadingBlock${p}`,indent:"col-2"},{default:t.withCtx(()=>[t.createVNode(r,{level:"h2",class:"lg:mt-18 mt-10 mb-5"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(m.heading),1)]),_:2},1024)]),_:2},1024)):m.blockType=="ImageGalleryBlock"?(t.openBlock(),t.createElementBlock("div",{key:`ImageGalleryBlock${p}`,class:"max-w-screen-3xl lg:mb-18 mx-auto mb-10"},[t.createVNode(c,{label:e.topic,title:m.galleryTitle,description:m.galleryDescription,cover:m.coverImage,items:m.gallerySlides},null,8,["label","title","description","cover","items"])])):m.blockType=="QuoteBlock"?(t.openBlock(),t.createBlock(l,{key:`QuoteBlock${p}`,indent:"col-2",class:"lg:my-18 my-10"},{default:t.withCtx(()=>[t.createVNode(d,{data:m},null,8,["data"])]),_:2},1024)):m.blockType=="RelatedLinksBlock"?(t.openBlock(),t.createBlock(l,{key:`RelatedLinksBlock${p}`,indent:"col-2",class:"lg:my-18 my-10"},{default:t.withCtx(()=>[t.createVNode(h,{data:m},null,8,["data"])]),_:2},1024)):(t.openBlock(),t.createElementBlock("div",{key:p,class:"p-3 overflow-hidden border"},[t.createElementVNode("pre",null,t.toDisplayString(m),1)]))],64))),256))])):t.createCommentVNode("",!0)}const xz=B(Nz,[["render",Iz]]),Mz=t.defineComponent({name:"YearTicker",props:{targetYear:{type:String,required:!0}},data(){return{year:this.targetYear,animation:"digits-increment",duration:100}},watch:{targetYear(e){this.animation=this.year>e?"digits-increment":"digits-decrement",this.year=e}}});function Lz(e,n,a,o,s,i){return t.openBlock(),t.createElementBlock("div",{class:"YearTicker",style:t.normalizeStyle(`--duration:${e.duration}ms`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Array.from(e.targetYear),(r,l)=>(t.openBlock(),t.createBlock(t.TransitionGroup,{key:l,name:e.animation,duration:e.duration},{default:t.withCtx(()=>[(t.openBlock(),t.createElementBlock("span",{key:r,class:"Digit"},t.toDisplayString(r),1))]),_:2},1032,["name","duration"]))),128))],4)}const Dz=B(Mz,[["render",Lz]]),ms=ca(),vz=t.defineComponent({name:"PageContent",components:{HeroMedia:Zt,NavSecondary:os,LayoutHelper:ee,DetailHeadline:Yt,BlockImageStandard:Qe,ShareButtons:rt,ShareButtonsEdu:cs,BlockStreamfield:at,BlockRelatedLinks:Ve,FormContact:mo,FormNewsletterSignup:po,BlockLinkCarousel:tt},props:{data:{type:Object,required:!1,default:void 0}},computed:{...Te(Ze),heroInline(){var e;return((e=this.data)==null?void 0:e.heroPosition)==="inline"},hideH1(){return(ms==null?void 0:ms.path)==="/a-plan-for-jpl"},h1LayoutHelperClasses(){return this.hideH1?"lg:mt-12 mt-5":"lg:mt-12 lg:mb-18 edu:lg:mb-12 mt-5 mb-10 edu:mb-8"}}}),Pz={class:"text-body-sm text-gray-mid-dark"};function zz(e,n,a,o,s,i){const r=Zt,l=os,c=Yt,d=cs,h=ee,m=Qe,p=rt,f=at,u=Ve,b=mo,E=po,g=tt;return e.data?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["ThemeVariantLight",{"-nav-offset":!e.heroInline&&e.data.heroImage}])},[e.data.heroImage&&!e.heroInline?(t.openBlock(),t.createBlock(r,{key:0,class:"md:mb-0 mb-10",image:e.data.heroImage,caption:e.data.heroImageCaption,"display-caption":!!e.data.heroImageCaption,constrain:e.data.heroConstrain},null,8,["image","caption","display-caption","constrain"])):t.createCommentVNode("",!0),t.createVNode(l,{breadcrumb:e.data.breadcrumb,"has-intro":!!(e.data.heroImage&&!e.heroInline)},null,8,["breadcrumb","has-intro"]),t.createVNode(h,{indent:"col-2",class:t.normalizeClass(e.h1LayoutHelperClasses)},{default:t.withCtx(()=>{var y,_;return[t.createVNode(c,{title:e.data.title,label:e.data.displayLabel,class:t.normalizeClass({"sr-only":e.hideH1})},null,8,["title","label","class"]),e.themeStore.isEdu&&((y=e.data)!=null&&y.url)?(t.openBlock(),t.createBlock(d,{key:0,class:"mt-4",url:e.data.url,title:e.data.title,image:(_=e.data.thumbnailImage)==null?void 0:_.original},null,8,["url","title","image"])):t.createCommentVNode("",!0)]}),_:1},8,["class"]),e.data.heroImageInline&&e.heroInline?(t.openBlock(),t.createBlock(h,{key:1,indent:"col-2",class:"mb-22 mt-10"},{default:t.withCtx(()=>[t.createVNode(m,{data:e.data.heroImageInline,caption:e.data.heroImageCaption,"display-caption":!!e.data.heroImageCaption,constrain:e.data.heroConstrain},null,8,["data","caption","display-caption","constrain"])]),_:1})):t.createCommentVNode("",!0),e.themeStore.theme!=="ThemeEdu"?(t.openBlock(),t.createBlock(h,{key:2,indent:"col-2",class:"lg:mb-0 relative mb-8"},{default:t.withCtx(()=>[e.data.title&&e.data.url&&!e.themeStore.isEdu?(t.openBlock(),t.createBlock(p,{key:0,title:e.data.title,url:e.data.url},null,8,["title","url"])):t.createCommentVNode("",!0)]),_:1})):t.createCommentVNode("",!0),t.createVNode(f,{data:e.data.body},null,8,["data"]),e.data.relatedLinks&&e.data.relatedLinks.length?(t.openBlock(),t.createBlock(h,{key:3,indent:"col-3",class:"lg:my-18 my-10"},{default:t.withCtx(()=>[t.createVNode(u,{data:e.data.relatedLinks[0]},null,8,["data"])]),_:1})):t.createCommentVNode("",!0),e.data.slug==="contact-jpl"?(t.openBlock(),t.createBlock(b,{key:4,class:"lg:mb-18 mb-10"})):t.createCommentVNode("",!0),e.data.slug==="newsletter-signup"?(t.openBlock(),t.createBlock(E,{key:5,class:"lg:mb-18 mb-10"})):t.createCommentVNode("",!0),e.data.clearanceNumber?(t.openBlock(),t.createBlock(h,{key:6,indent:"col-3",class:"lg:my-18 my-10"},{default:t.withCtx(()=>[t.createElementVNode("p",Pz,t.toDisplayString(e.data.clearanceNumber),1)]),_:1})):t.createCommentVNode("",!0),t.createVNode(g,{"item-type":"cards",class:"lg:my-24 my-12",heading:e.data.relatedContentHeading,items:e.data.relatedContent},null,8,["heading","items"])],2)):t.createCommentVNode("",!0)}const Az=B(vz,[["render",zz]]),Oz="data:image/svg+xml,%3csvg%20width='222'%20height='222'%20fill='%23DDDDDD'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cy='90'%20cx='111'%20fill='%23f5f5f5'%20r='45'/%3e%3cpath%20d='M114.689%20222H28c0-42.541%2037.144-77%2083-77s83%2034.459%2083%2077h-79.311z'%20fill='%23f5f5f5'/%3e%3c/svg%3e",Fz=t.defineComponent({name:"PageEventDetail",components:{LayoutHelper:ee,BaseHeading:G,ShareButtons:rt,EventDetailHero:co,IconCalendar:Mn,IconLocation:In,IconTime:xn,BaseLink:F,BaseButton:R,CalendarButton:io,BlockStreamfield:at,BaseImagePlaceholder:j,BaseImage:q,BlockRelatedLinks:Ve,BlockLinkCarousel:tt},props:{data:{type:Object,required:!1}},data(){return{PlaceholderPortrait:Oz}},computed:{displayTime(){return this.data?fa(this.data.startDatetime,this.data.endDatetime,this.data.endTime):""},formattedEventDates(){return this.data?pt(this.data.startDatetime,this.data.endDatetime):""},formattedSplitEventDates(){return this.data?hn(this.data.startDatetime,this.data.endDatetime):void 0}}}),Hz={key:0,class:"PageEventDetail pt-5 ThemeVariantLight lg:pt-12",itemscope:"",itemtype:"http://schema.org/Event"},qz=["content"],jz=["content"],Rz=["content"],Gz=["content"],Uz={key:0,class:"flex flex-wrap items-start mb-4"},Wz={class:"PageEventDetail__Metadata text-primary"},Yz={class:"PageEventDetail__Metadata text-primary"},Kz={key:0,itemprop:"location",itemscope:"",itemtype:"https://schema.org/VirtualLocation",class:"PageEventDetail__Metadata text-primary"},Zz=["href"],Xz=["content"],Jz={key:1,class:"PageEventDetail__Metadata text-primary"},Qz=["content"],eA={key:1},tA={class:"PageEventDetail__Buttons"},nA={key:0,class:"grid-cols-10 lg:grid -mx-4 lg:mx-0"},aA={class:"col-span-7"},oA={key:0,class:"BlockText text-body-lg mb-8 px-4 lg:px-0"},sA={class:"grid-cols-10 lg:grid"},iA={class:"col-span-7"},rA={class:"flex flex-col flex-wrap justify-start md:flex-row md:-mx-4"},lA={class:"w-40 mr-6 md:mr-0 md:w-56"},cA=["src"],dA={class:"flex-1 h-full"},hA={key:0,class:"my-3 text-lg font-normal leading-none"},mA={key:1,class:"mb-3 text-gray-dark"};function pA(e,n,a,o,s,i){const r=t.resolveComponent("nuxt-link"),l=G,c=ee,d=rt,h=co,m=Mn,p=xn,f=In,u=F,b=R,E=io,g=at,y=q,_=j,V=Ve,M=tt;return e.data?(t.openBlock(),t.createElementBlock("div",Hz,[e.data.thumbnailImage&&e.data.thumbnailImage.original?(t.openBlock(),t.createElementBlock("meta",{key:0,itemprop:"thumbnailUrl",content:e.data.thumbnailImage.original},null,8,qz)):t.createCommentVNode("",!0),t.createElementVNode("meta",{itemprop:"startDate",content:e.data.startDatetime},null,8,jz),e.data.endDatetime?(t.openBlock(),t.createElementBlock("meta",{key:1,itemprop:"endDate",content:e.data.endDatetime},null,8,Rz)):t.createCommentVNode("",!0),e.data.summary||e.data.body?(t.openBlock(),t.createElementBlock("meta",{key:2,itemprop:"description",content:e.data.summary||e.data.body},null,8,Gz)):t.createCommentVNode("",!0),t.createVNode(c,{indent:"col-2",class:"mb-6 lg:mb-12"},{default:t.withCtx(()=>[e.data.label?(t.openBlock(),t.createElementBlock("div",Uz,[t.createVNode(r,{class:"py-3 cursor-pointer group nuxt-link-active text-subtitle text-primary can-hover:hover:text-primary-dark",to:"/events"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.label),1)]),_:1})])):t.createCommentVNode("",!0),t.createVNode(l,{level:"h1",itemprop:"name"},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.title),1)]),_:1})]),_:1}),t.createVNode(c,{indent:"col-1",class:"relative mb-16 lg:mb-0"},{default:t.withCtx(()=>[t.createVNode(d,{title:e.data.title,url:e.data.url},null,8,["title","url"])]),_:1}),t.createVNode(c,{indent:"col-2"},{default:t.withCtx(()=>[t.createVNode(h,{image:e.data.eventImage,"start-date-split":e.formattedSplitEventDates},null,8,["image","start-date-split"]),t.createElementVNode("div",null,[t.createElementVNode("div",{class:t.normalizeClass(["py-1 mb-10 text-xl lg:mb-0 lg:flex",e.data.registerLink&&e.data.registerLink.length>0?"":"lg:mb-10"])},[t.createElementVNode("div",Wz,[t.createVNode(m,{class:"relative mr-3 text-[1.2rem]"}),t.createElementVNode("span",null,t.toDisplayString(e.formattedEventDates),1)]),t.withDirectives(t.createElementVNode("div",Yz,[t.createVNode(p,{class:"relative mr-3"}),t.createElementVNode("span",null,t.toDisplayString(e.displayTime),1)],512),[[t.vShow,e.displayTime]]),e.data.isVirtualEvent&&e.data.locationLink?(t.openBlock(),t.createElementBlock("div",Kz,[t.createElementVNode("link",{itemprop:"url",href:e.data.locationLink},null,8,Zz),t.createElementVNode("meta",{itemprop:"name",content:e.data.location},null,8,Xz),t.createVNode(f,{class:"relative mr-3"}),t.createVNode(u,{variant:"none",href:e.data.locationLink,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.location),1)]),_:1},8,["href"])])):e.data.location?(t.openBlock(),t.createElementBlock("div",Jz,[t.createElementVNode("meta",{itemprop:"location",content:e.data.location},null,8,Qz),t.createVNode(f,{class:"relative mr-3"}),e.data.locationLink?(t.openBlock(),t.createBlock(u,{key:0,variant:"none",href:e.data.locationLink,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(e.data.location),1)]),_:1},8,["href"])):(t.openBlock(),t.createElementBlock("span",eA,t.toDisplayString(e.data.location),1))])):t.createCommentVNode("",!0),t.createElementVNode("div",tA,[e.data.registerLink&&e.data.registerLink.length>0&&(e.data.registerLink[0].page&&e.data.registerLink[0].page.url||e.data.registerLink[0].externalLink)?(t.openBlock(),t.createBlock(b,{key:0,class:"w-full px-0 mb-5",href:e.data.registerLink[0].externalLink?e.data.registerLink[0].externalLink:null,to:e.data.registerLink[0].page&&e.data.registerLink[0].page.url?e.data.registerLink[0].page.url:null,target:e.data.registerLink[0].externalLink?"_blank":"_self",compact:""},{default:t.withCtx(()=>[t.createTextVNode("Register for event ")]),_:1},8,["href","to","target"])):t.createCommentVNode("",!0),t.createVNode(E,{"is-all-day":e.data.isAllDay,"start-datetime":e.data.startDatetime,"end-datetime":e.data.endDatetime?e.data.endDatetime:null,title:e.data.title?e.data.title:null,location:e.data.location?e.data.location:null,description:e.data.summary?e.data.summary:null},null,8,["is-all-day","start-datetime","end-datetime","title","location","description"])])],2),e.data.body||e.data.summary?(t.openBlock(),t.createElementBlock("div",nA,[t.createElementVNode("div",aA,[e.data.summary?(t.openBlock(),t.createElementBlock("p",oA,t.toDisplayString(e.data.summary),1)):t.createCommentVNode("",!0),e.data.body?(t.openBlock(),t.createBlock(g,{key:1,variant:"fluid",data:e.data.body},null,8,["data"])):t.createCommentVNode("",!0)])])):t.createCommentVNode("",!0)])]),_:1}),e.data.speakers&&e.data.speakers.length>0?(t.openBlock(),t.createBlock(c,{key:3,indent:"col-2",class:"mb-12 lg:mb-16"},{default:t.withCtx(()=>[t.createElementVNode("div",sA,[t.createElementVNode("div",iA,[t.createVNode(l,{level:"h2",class:"mb-5 md:mb-8"},{default:t.withCtx(()=>[t.createTextVNode("Speakers")]),_:1}),t.createElementVNode("div",rA,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data.speakers,(N,I)=>(t.openBlock(),t.createElementBlock("div",{key:I,class:"flex flex-1 mb-6 md:flex-none md:flex-wrap md:mx-4 md:w-56"},[t.createElementVNode("div",lA,[t.createVNode(_,{"aspect-ratio":"1:1",class:"relative overflow-hidden bg-gray-light-mid","transparent-mode":""},{default:t.withCtx(()=>[N.image&&N.image.src?(t.openBlock(),t.createBlock(y,{key:0,src:N.image.src.url,width:N.image.src.width,height:N.image.src.height,alt:"",class:"object-cover",loading:"lazy"},null,8,["src","width","height"])):(t.openBlock(),t.createElementBlock("img",{key:1,src:e.PlaceholderPortrait,alt:""},null,8,cA))]),_:2},1024)]),t.createElementVNode("div",dA,[N.name?(t.openBlock(),t.createElementBlock("h3",hA,[N.internalLink||N.externalLink?(t.openBlock(),t.createBlock(u,{key:0,"link-class":"no-underline normal-case",to:N.internalLink?N.internalLink.url:null,href:N.externalLink?N.externalLink:null,"external-target-blank":""},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(N.name),1)]),_:2},1032,["to","href"])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(N.name),1)],64))])):t.createCommentVNode("",!0),N.title?(t.openBlock(),t.createElementBlock("p",mA,t.toDisplayString(N.title),1)):t.createCommentVNode("",!0),t.createElementVNode("p",null,t.toDisplayString(N.host),1)])]))),128))])])])]),_:1})):t.createCommentVNode("",!0),e.data.relatedLinks&&e.data.relatedLinks.length>0?(t.openBlock(),t.createBlock(c,{key:4,indent:"col-2",class:"my-12 lg:my-16"},{default:t.withCtx(()=>[t.createVNode(V,{data:e.data.relatedLinks[0]},null,8,["data"])]),_:1})):t.createCommentVNode("",!0),e.data.moreEvents&&e.data.moreEvents.length>0?(t.openBlock(),t.createBlock(c,{key:5,indent:"col-1",class:"my-12 lg:my-16"},{default:t.withCtx(()=>[t.createVNode(M,{"item-type":"cards",heading:"MORE EVENTS",items:e.data.moreEvents},null,8,["items"])]),_:1})):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}const fA=B(Fz,[["render",pA]]),uA=t.defineComponent({name:"PageNewsDetail",components:{LayoutHelper:ee,HeroMedia:Zt,DetailHeadline:Yt,BaseImagePlaceholder:j,BlockStreamfield:at,NewsDetailMediaContact:ss,BlockRelatedLinks:Ve,BlockImageCarousel:et,BlockImageComparison:Gt,BlockImageStandard:Qe,BlockLinkCarousel:tt,ShareButtons:rt,BlockText:re},props:{data:{type:Object,required:!1}},computed:{heroEmpty(){var e;return(((e=this.data)==null?void 0:e.hero)||[]).length===0},heroInline(){var e,n,a,o;if(!this.heroEmpty){if(((e=this.data)==null?void 0:e.hero[0].blockType)==="VideoBlock")return!1;if(((n=this.data)==null?void 0:n.heroPosition)==="inline"||((a=this.data)==null?void 0:a.hero[0].blockType)==="CarouselBlock"||((o=this.data)==null?void 0:o.hero[0].blockType)==="VideoEmbedBlock")return!0}return!1},computedClass(){return this.heroInline||this.heroEmpty?"pt-5 lg:pt-12":this.heroInline?"":"-nav-offset"},socialAdjustment(){var e;if((e=this.data)!=null&&e.body&&this.data.body[0]){const n=this.data.body[0].blockType;if(n==="CarouselBlock"||n==="FullBleedImageBlock"||n==="TeaserBlock"||n==="VideoEmbedBlock")return!0}return!1}}}),gA=["content"],yA=["innerHTML"],bA={class:"text-body-lg font-semibold",itemprop:"abstract"},kA={key:0,class:"text-body-sm text-gray-mid-dark"},_A={key:5,class:"bg-gray-light lg:py-24 lg:mt-24 py-12 mt-12"};function $A(e,n,a,o,s,i){const r=Zt,l=Yt,c=ee,d=Qe,h=et,m=Cn,p=j,f=Gt,u=rt,b=re,E=at,g=Ve,y=ss,_=tt;return e.data?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["ThemeVariantLight",e.computedClass]),itemscope:"",itemtype:"http://schema.org/Article"},[e.data.thumbnailImage&&e.data.thumbnailImage.original?(t.openBlock(),t.createElementBlock("meta",{key:0,itemprop:"image",content:e.data.thumbnailImage.original},null,8,gA)):t.createCommentVNode("",!0),!e.heroEmpty&&!e.heroInline&&(e.data.hero[0].blockType==="HeroImageBlock"||e.data.hero[0].blockType==="VideoBlock")?(t.openBlock(),t.createBlock(r,{key:1,class:"md:mb-12 lg:mb-18 mb-10",image:e.data.hero[0].image,video:e.data.hero[0].video,"display-caption":e.data.hero[0].displayCaption,caption:e.data.hero[0].caption,credit:e.data.hero[0].credit,constrain:e.data.heroConstrain},null,8,["image","video","display-caption","caption","credit","constrain"])):t.createCommentVNode("",!0),t.createVNode(c,{indent:"col-2",class:"mb-10"},{default:t.withCtx(()=>[t.createVNode(l,{title:e.data.title,"read-time":e.data.readTime,"publication-date":e.data.publicationDate,"publication-time":e.data.publicationTime,author:e.data.author,topics:e.data.getTopicsForDisplay,schema:""},null,8,["title","read-time","publication-date","publication-time","author","topics"])]),_:1}),!e.heroEmpty&&e.heroInline?(t.openBlock(),t.createBlock(c,{key:2,indent:"col-2",class:"lg:mb-22 mt-10 mb-10"},{default:t.withCtx(()=>[e.data.hero[0].blockType==="HeroImageBlock"?(t.openBlock(),t.createBlock(d,{key:0,data:e.data.hero[0].imageInline,"display-caption":e.data.hero[0].displayCaption,caption:e.data.hero[0].caption,constrain:e.data.heroConstrain},null,8,["data","display-caption","caption","constrain"])):e.data.hero[0].blockType==="CarouselBlock"?(t.openBlock(),t.createBlock(h,{key:1,items:e.data.hero[0].blocks,"block-id":e.data.hero[0].id},null,8,["items","block-id"])):e.data.hero[0].blockType==="VideoBlock"?(t.openBlock(),t.createBlock(m,{key:2,data:e.data.hero[0],autoplay:""},null,8,["data"])):e.data.hero[0].blockType==="VideoEmbedBlock"?(t.openBlock(),t.createBlock(p,{key:3,"aspect-ratio":"16:9","dark-mode":""},{default:t.withCtx(()=>[t.createElementVNode("div",{innerHTML:e.data.hero[0].embed.embed},null,8,yA)]),_:1})):e.data.hero[0].blockType==="ImageComparisonBlock"?(t.openBlock(),t.createBlock(f,{key:4,data:e.data.hero[0]},null,8,["data"])):t.createCommentVNode("",!0)]),_:1})):t.createCommentVNode("",!0),t.createVNode(c,{indent:"col-2",class:"lg:mb-0 relative mb-8"},{default:t.withCtx(()=>[t.createVNode(u,{title:e.data.title,url:e.data.url},null,8,["title","url"])]),_:1}),t.createVNode(c,{indent:"col-3",class:t.normalizeClass(["lg:mb-8 mb-5",{"lg:min-h-28":e.socialAdjustment}])},{default:t.withCtx(()=>[e.data.topper&&e.data.topper.length>2?(t.openBlock(),t.createBlock(b,{key:0,class:"lg:mb-8 mb-5",text:e.data.topper},null,8,["text"])):t.createCommentVNode("",!0),t.createElementVNode("p",bA,t.toDisplayString(e.data.summary),1)]),_:1},8,["class"]),t.createVNode(E,{itemprop:"articleBody",data:e.data.body},null,8,["data"]),e.data.relatedLinks&&e.data.relatedLinks.length?(t.openBlock(),t.createBlock(c,{key:3,indent:"col-3",class:"lg:my-18 my-10"},{default:t.withCtx(()=>[t.createVNode(g,{data:e.data.relatedLinks[0]},null,8,["data"])]),_:1})):t.createCommentVNode("",!0),e.data.mediaContacts&&e.data.mediaContacts.length>0||e.data.releaseNumber?(t.openBlock(),t.createBlock(c,{key:4,indent:"col-3",class:"lg:my-18 my-10"},{default:t.withCtx(()=>[t.createVNode(y,{contacts:e.data.mediaContacts},null,8,["contacts"]),e.data.releaseNumber?(t.openBlock(),t.createElementBlock("p",kA,t.toDisplayString(e.data.releaseNumber),1)):t.createCommentVNode("",!0)]),_:1})):t.createCommentVNode("",!0),t.createVNode(_,{"item-type":"cards",class:"mt-24",heading:e.data.hasRelatedNews?"Related News":"Latest News",items:e.data.getRelatedOrLatestNews},null,8,["heading","items"]),e.data.relatedPagesForMoreSection&&e.data.relatedPagesForMoreSection.length?(t.openBlock(),t.createElementBlock("div",_A,[t.createVNode(_,{"item-type":"tiles",heading:"Explore More",items:e.data.relatedPagesForMoreSection},null,8,["items"])])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0)}const wA=B(uA,[["render",$A]]);$.AsteroidWatchWidget=Jc,$.BackToTop=c2,$.BaseAudio=vt,$.BaseButton=R,$.BaseCheckboxGroup=wa,$.BaseHeading=G,$.BaseImage=q,$.BaseImageCaption=ie,$.BaseImagePlaceholder=j,$.BaseLightboxCloseButton=M1,$.BaseLightboxOpenButton=F1,$.BaseLink=F,$.BaseModal=W1,$.BasePlaceholder=J1,$.BaseRadioGroup=Ca,$.BaseSwimlane=uh,$.BaseTag=Ea,$.BaseTimer=ze,$.BaseUnitToggle=Pe,$.BaseVideo=Va,$.BlockAnchor=Na,$.BlockAudio=Gh,$.BlockCardGrid=Ha,$.BlockCardGridItem=Ta,$.BlockCircleImageCard=dp,$.BlockCta=qa,$.BlockHeading=Ft,$.BlockIframeEmbed=Ht,$.BlockImage=Ya,$.BlockImageCarousel=et,$.BlockImageCarouselItem=Ka,$.BlockImageComparison=Gt,$.BlockImageFullBleed=Wa,$.BlockImageGallery=Ut,$.BlockImageStandard=Qe,$.BlockInlineImage=Za,$.BlockKeyPoints=Xa,$.BlockLinkCard=_t,$.BlockLinkCarousel=tt,$.BlockLinkTile=Bn,$.BlockListCards=Ja,$.BlockQuote=nt,$.BlockRelatedLinks=Ve,$.BlockStreamfield=at,$.BlockTable=to,$.BlockTeaser=ao,$.BlockText=re,$.BlockTwitterEmbed=no,$.BlockVideo=Cn,$.BlockVideoEmbed=Wt,$.CalendarButton=io,$.DetailHeadline=Yt,$.DsnWidget=ro,$.EventCard=lo,$.EventDetailHero=co,$.FormContact=mo,$.FormNewsletterSignup=po,$.HeroLarge=q4,$.HeroListingIndex=m5,$.HeroMedia=Zt,$.HeroMedium=fo,$.HomepageCarousel=h6,$.HomepageCarouselItem=go,$.HomepageEmbedBlock=y6,$.HomepageFeaturedRobot=Q6,$.HomepageMissionsCarousel=L8,$.HomepageStats=hy,$.HomepageTeaserBlock=Iy,$.Icon360=yo,$.IconArrow=de,$.IconArrows=Tn,$.IconAudio=vy,$.IconBook=Hi,$.IconBookUser=qi,$.IconBriefcase=ji,$.IconCalendar=Mn,$.IconCaret=_e,$.IconCheckbox=Jy,$.IconCheckboxSelected=a9,$.IconClose=Fe,$.IconCloseLightbox=Ba,$.IconDownload=Qa,$.IconDropdown=Mt,$.IconEnvelope=l9,$.IconExpand=Pt,$.IconExternal=be,$.IconFilter=p9,$.IconForwardTen=ka,$.IconGrid=b9,$.IconHand=Ri,$.IconInfo=uo,$.IconLink=Gi,$.IconList=x9,$.IconLocation=In,$.IconMagnifyingGlass=Ui,$.IconMedal=Wi,$.IconMenu=bo,$.IconMinus=Y9,$.IconMute=ba,$.IconNext=$e,$.IconPause=$a,$.IconPlay=Je,$.IconPlus=Q9,$.IconPrev=we,$.IconRewindTen=_a,$.IconSearch=Dn,$.IconShare=Yi,$.IconSlideshow=m7,$.IconSocialEmail=$t,$.IconSocialFacebook=wt,$.IconSocialGoogleClassroom=Ki,$.IconSocialInstagram=ko,$.IconSocialPinterest=Zi,$.IconSocialReddit=_o,$.IconSocialTwitter=Bt,$.IconSocialYoutube=$o,$.IconStop=K7,$.IconTime=xn,$.IconUniversity=Xi,$.IconUser=ob,$.IconVolume=ya,$.ImageDetailContextImage=db,$.LayoutHelper=ee,$.LoadingTransition=yb,$.LogoCaltech=wo,$.LogoTribrand=Eb,$.MissionDetailAbout=Wb,$.MissionDetailHero=dk,$.MissionDetailHighlights=P_,$.MissionDetailInlineImage=zo,$.MissionDetailStats=m$,$.MissionDetailStreamfield=g$,$.MixinAnimationCaret=ua,$.MixinCarousel=Ce,$.MixinFancybox=Se,$.MixinVideoBg=Kt,$.NavDesktop=Kx,$.NavDropdownToggle=qe,$.NavHeading=en,$.NavHighlight=Qt,$.NavLinkList=tn,$.NavLogoLinks=nn,$.NavMobile=IM,$.NavSearchForm=Jt,$.NavSecondary=os,$.NavSocial=ot,$.NewsDetailMediaContact=ss,$.PageContent=Az,$.PageEventDetail=fA,$.PageNewsDetail=wA,$.ParallaxContainer=nr,$.ParallaxElement=Bo,$.PastEventsCarousel=ZM,$.PodcastEpisodeCard=is,$.PodcastSeriesCarousel=FL,$.ProfileDetailSectionGroup=GL,$.RelatedLink=eo,$.RoboticsDetailStats=z6,$.SearchFilterGroup=sD,$.SearchInput=Ao,$.SearchPagination=fD,$.SearchResultCard=ls,$.SearchResultGridItem=an,$.SearchResultsList=nv,$.SearchSelectMenu=cv,$.ShareButtons=rt,$.ShareButtonsEdu=cs,$.SkipLink=Nv,$.TheFooter=dP,$.ThumbnailCarousel=rs,$.TopicDetailMissionCarousel=xP,$.TopicDetailMissionCarouselItem=ds,$.TopicDetailMissionSpotlight=rz,$.TopicDetailMore=Vz,$.TopicDetailMoreItem=hs,$.TopicDetailStreamfield=xz,$.YearTicker=Dz,$.dayjs=X,$.filters=Zl,$.mixinCanonicalUrl=pa,$.mixinFormatEventDates=pt,$.mixinFormatEventTimeInHoursAndMinutes=fa,$.mixinFormatSplitEventDates=hn,$.mixinGetExternalLink=ma,$.mixinGetLinkText=ht,$.mixinGetRouterLink=dn,$.mixinGetSrcSet=se,$.mixinHighlightPrimary=Vs,$.mixinIsActivePath=mt,$.mixinLightboxGalleryItems=rc,$.mixinLightboxItems=ic,$.mixinTransparentHeader=Xe,$.mixinUpdateGlobalChildren=da,$.mixinUpdateSecondary=ha,$.useCuratedGalleryStore=ac,$.useHeaderStore=ve,$.useSearchStore=oc,$.useThemeStore=Ze,Object.defineProperty($,Symbol.toStringTag,{value:"Module"})});