From f968927bff6d0ccb10b30dccd9447d4d359e2b56 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 7 Mar 2020 14:12:28 +0100 Subject: [PATCH] scope all query selection to .reveal --- dist/reveal.min.js | 2 +- js/reveal.js | 24 +++++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/dist/reveal.min.js b/dist/reveal.min.js index 44ecb0a..d642437 100644 --- a/dist/reveal.min.js +++ b/dist/reveal.min.js @@ -5,4 +5,4 @@ * * Copyright (C) 2020 Hakim El Hattab, https://hakim.se */ -!function(e){var t={};function a(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,n){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(a.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(n,r,function(t){return e[t]}.bind(null,r));return n},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=0)}([function(e,t,a){"use strict";a.r(t);class n{constructor(e,t){this.diameter=100,this.diameter2=this.diameter/2,this.thickness=6,this.playing=!1,this.progress=0,this.progressOffset=1,this.container=e,this.progressCheck=t,this.canvas=document.createElement("canvas"),this.canvas.className="playback",this.canvas.width=this.diameter,this.canvas.height=this.diameter,this.canvas.style.width=this.diameter2+"px",this.canvas.style.height=this.diameter2+"px",this.context=this.canvas.getContext("2d"),this.container.appendChild(this.canvas),this.render()}setPlaying(e){const t=this.playing;this.playing=e,!t&&this.playing?this.animate():this.render()}animate(){const e=this.progress;this.progress=this.progressCheck(),e>.8&&this.progress<.2&&(this.progressOffset=this.progress),this.render(),this.playing&&requestAnimationFrame(this.animate.bind(this))}render(){let e=this.playing?this.progress:0,t=this.diameter2-this.thickness,a=this.diameter2,n=this.diameter2;this.progressOffset+=.1*(1-this.progressOffset);const r=-Math.PI/2+e*(2*Math.PI),i=-Math.PI/2+this.progressOffset*(2*Math.PI);this.context.save(),this.context.clearRect(0,0,this.diameter,this.diameter),this.context.beginPath(),this.context.arc(a,n,t+4,0,2*Math.PI,!1),this.context.fillStyle="rgba( 0, 0, 0, 0.4 )",this.context.fill(),this.context.beginPath(),this.context.arc(a,n,t,0,2*Math.PI,!1),this.context.lineWidth=this.thickness,this.context.strokeStyle="rgba( 255, 255, 255, 0.2 )",this.context.stroke(),this.playing&&(this.context.beginPath(),this.context.arc(a,n,t,i,r,!1),this.context.lineWidth=this.thickness,this.context.strokeStyle="#fff",this.context.stroke()),this.context.translate(a-14,n-14),this.playing?(this.context.fillStyle="#fff",this.context.fillRect(0,0,10,28),this.context.fillRect(18,0,10,28)):(this.context.beginPath(),this.context.translate(4,0),this.context.moveTo(0,0),this.context.lineTo(24,14),this.context.lineTo(0,28),this.context.fillStyle="#fff",this.context.fill()),this.context.restore()}on(e,t){this.canvas.addEventListener(e,t,!1)}off(e,t){this.canvas.removeEventListener(e,t,!1)}destroy(){this.playing=!1,this.canvas.parentNode&&this.container.removeChild(this.canvas)}}var r={width:960,height:700,margin:.04,minScale:.2,maxScale:2,controls:!0,controlsTutorial:!0,controlsLayout:"bottom-right",controlsBackArrows:"faded",progress:!0,slideNumber:!1,showSlideNumber:"all",hashOneBasedIndex:!1,hash:!1,history:!1,keyboard:!0,keyboardCondition:null,overview:!0,disableLayout:!1,center:!0,touch:!0,loop:!1,rtl:!1,navigationMode:"default",shuffle:!1,fragments:!0,fragmentInURL:!1,embedded:!1,help:!0,pause:!0,showNotes:!1,autoPlayMedia:null,preloadIframes:null,autoAnimate:!0,autoAnimateMatcher:null,autoAnimateEasing:"ease",autoAnimateDuration:1,autoAnimateUnmatched:!0,autoAnimateStyles:["opacity","color","background-color","padding","font-size","line-height","letter-spacing","border-width","border-color","border-radius","outline","outline-offset"],autoSlide:0,autoSlideStoppable:!0,autoSlideMethod:null,defaultTiming:null,mouseWheel:!1,previewLinks:!1,postMessage:!0,postMessageEvents:!1,focusBodyOnPageVisibilityChange:!0,transition:"slide",transitionSpeed:"default",backgroundTransition:"fade",parallaxBackgroundImage:"",parallaxBackgroundSize:"",parallaxBackgroundRepeat:"",parallaxBackgroundPosition:"",parallaxBackgroundHorizontal:null,parallaxBackgroundVertical:null,pdfMaxPagesPerSlide:Number.POSITIVE_INFINITY,pdfSeparateFragments:!0,pdfPageHeightOffset:-1,viewDistance:3,mobileViewDistance:2,display:"block",hideInactiveCursor:!0,hideCursorTime:5e3,dependencies:[]};const i=e=>Array.prototype.slice.call(e);function o(e,t){if(s(),autoAnimateStyleSheet&&autoAnimateStyleSheet.parentNode&&(autoAnimateStyleSheet.parentNode.removeChild(autoAnimateStyleSheet),autoAnimateStyleSheet=null),e.hasAttribute("data-auto-animate")&&t.hasAttribute("data-auto-animate")){autoAnimateStyleSheet=autoAnimateStyleSheet||document.createElement("style"),autoAnimateStyleSheet.type="text/css",document.head.appendChild(autoAnimateStyleSheet);let a=l(t);e.dataset.autoAnimate="pending",t.dataset.autoAnimate="pending";let n=function(e,t){let a=("function"==typeof config.autoAnimateMatcher?config.autoAnimateMatcher:c)(e,t),n=[];return a.filter((e,t)=>{if(-1===n.indexOf(e.to))return n.push(e.to),!0})}(e,t).map((function(e){return function(e,t,a,n,r){e.dataset.autoAnimateTarget="",t.dataset.autoAnimateTarget=r;let i=l(t,n);void 0!==a.delay&&(i.delay=a.delay);void 0!==a.duration&&(i.duration=a.duration);void 0!==a.easing&&(i.easing=a.easing);let o=d("from",e,a),s=d("to",t,a);if(!1!==a.translate||!1!==a.scale){let e=Reveal.getScale(),t={x:(o.x-s.x)/e,y:(o.y-s.y)/e,scaleX:o.width/s.width,scaleY:o.height/s.height};t.x=Math.round(1e3*t.x)/1e3,t.y=Math.round(1e3*t.y)/1e3,t.scaleX=Math.round(1e3*t.scaleX)/1e3,t.scaleX=Math.round(1e3*t.scaleX)/1e3;let n=!1!==a.translate&&(0!==t.x||0!==t.y),r=!1!==a.scale&&(0!==t.scaleX||0!==t.scaleY);if(n||r){let e=[];n&&e.push(`translate(${t.x}px, ${t.y}px)`),r&&e.push(`scale(${t.scaleX}, ${t.scaleY})`),o.styles.transform=e.join(" "),o.styles["transform-origin"]="top left",s.styles.transform="none"}}for(let e in s.styles){const t=s.styles[e],a=o.styles[e];t===a?delete s.styles[e]:(!0===t.explicitValue&&(s.styles[e]=t.value),!0===a.explicitValue&&(o.styles[e]=a.value))}let c="",u=Object.keys(s.styles);if(u.length>0){o.styles.transition="none",s.styles.transition=`all ${i.duration}s ${i.easing} ${i.delay}s`,s.styles["transition-property"]=u.join(", "),s.styles["will-change"]=u.join(", ");let e=Object.keys(o.styles).map((function(e){return e+": "+o.styles[e]+" !important;"})).join(""),t=Object.keys(s.styles).map((function(e){return e+": "+s.styles[e]+" !important;"})).join("");c='[data-auto-animate-target="'+r+'"] {'+e+'}[data-auto-animate="running"] [data-auto-animate-target="'+r+'"] {'+t+"}"}return c}(e.from,e.to,e.options||{},a,autoAnimateCounter++)}));"false"!==t.dataset.autoAnimateUnmatched&&!0===config.autoAnimateUnmatched&&(function e(t){return[].slice.call(t.children).reduce((t,a)=>{const n=a.querySelector("[data-auto-animate-target]");return a.hasAttribute("data-auto-animate-target")||n||t.push(a),a.querySelector("[data-auto-animate-target]")&&(t=t.concat(e(a))),t},[])}(t).forEach((function(e){e.dataset.autoAnimateTarget="unmatched"})),n.push(`[data-auto-animate="running"] [data-auto-animate-target="unmatched"] { transition: opacity ${.8*a.duration}s ease ${.2*a.duration}s; }`)),autoAnimateStyleSheet.innerHTML=n.join(""),requestAnimationFrame(()=>{autoAnimateStyleSheet&&(getComputedStyle(autoAnimateStyleSheet).fontWeight,t.dataset.autoAnimate="running")}),dispatchEvent("autoanimate",{fromSlide:e,toSlide:t,sheet:autoAnimateStyleSheet})}}function s(){toArray(dom.wrapper.querySelectorAll("[data-auto-animate-target]")).forEach(e=>{delete e.dataset.autoAnimateTarget})}function l(e,t){let a={easing:config.autoAnimateEasing,duration:config.autoAnimateDuration,delay:0};if(a=extend(a,t),e.closest&&e.parentNode){let t=e.parentNode.closest("[data-auto-animate-target]");t&&(a=l(t,a))}return e.dataset.autoAnimateEasing&&(a.easing=e.dataset.autoAnimateEasing),e.dataset.autoAnimateDuration&&(a.duration=parseFloat(e.dataset.autoAnimateDuration)),e.dataset.autoAnimateDelay&&(a.delay=parseFloat(e.dataset.autoAnimateDelay)),a}function d(e,t,a){let n={styles:[]};if(!1!==a.translate||!1!==a.scale){let e;e="function"==typeof a.measure?a.measure(t):t.getBoundingClientRect(),n.x=e.x,n.y=e.y,n.width=e.width,n.height=e.height}const r=getComputedStyle(t);return(a.styles||config.autoAnimateStyles).forEach(t=>{let a;"string"==typeof t&&(t={property:t}),a=void 0!==t.from&&"from"===e?{value:t.from,explicitValue:!0}:void 0!==t.to&&"to"===e?{value:t.to,explicitValue:!0}:r[t.property],""!==a&&(n.styles[t.property]=a)}),n}function c(e,t){let a=[];const n="h1, h2, h3, h4, h5, h6, p, li";return p(a,e,t,"[data-id]",e=>e.nodeName+":::"+e.getAttribute("data-id")),p(a,e,t,n,e=>e.nodeName+":::"+e.innerText),p(a,e,t,"img, video, iframe",e=>e.nodeName+":::"+(e.getAttribute("src")||e.getAttribute("data-src"))),p(a,e,t,"pre",e=>e.nodeName+":::"+e.innerText),a.forEach(e=>{e.from.matches(n)?e.options={scale:!1}:e.from.matches("pre")&&(e.options={scale:!1,styles:["width","height"]},p(a,e.from,e.to,".hljs .hljs-ln-code",e=>e.textContent,{scale:!1,styles:[],measure:u}),p(a,e.from,e.to,".hljs .hljs-ln-line[data-line-number]",e=>e.getAttribute("data-line-number"),{scale:!1,styles:["width"],measure:u}))}),a}function u(e){const t=Reveal.getScale();return{x:Math.round(e.offsetLeft*t*100)/100,y:Math.round(e.offsetTop*t*100)/100,width:Math.round(e.offsetWidth*t*100)/100,height:Math.round(e.offsetHeight*t*100)/100}}function p(e,t,a,n,r,i){let o={},s={};[].slice.call(t.querySelectorAll(n)).forEach((e,t)=>{const a=r(e);"string"==typeof a&&a.length&&(o[a]=o[a]||[],o[a].push(e))}),[].slice.call(a.querySelectorAll(n)).forEach((t,a)=>{const n=r(t);let l;if(s[n]=s[n]||[],s[n].push(t),o[n]){const e=s[n].length-1,t=o[n].length-1;o[n][e]?(l=o[n][e],o[n][e]=null):o[n][t]&&(l=o[n][t],o[n][t]=null)}l&&e.push({from:l,to:t,options:i})})}var h=function(e,t){let a;const l=navigator.userAgent,d=/registerPlugin|registerKeyboardShortcut|addKeyBinding|addEventListener/;let c,u,p,h,f,g,m,v,y,b,w=!1,A=!1,k=null,S=null,E=!1,L=!1,x=[],M=1,N={layout:"",overview:""},q={},I={},P=[],T={},C=0,R=0,O=!1,z=0,D=!1,B=0,H=0,j=-1,$=!1,W={startX:0,startY:0,startCount:0,captured:!1,threshold:40},U={},V={};function F(){let e=Object.keys(I).length;if(0===e)X();else{let t=()=>{0==--e&&X()};for(let e in I){let a=I[e];if("function"==typeof a.init){let e=a.init();e&&"function"==typeof e.then?e.then(t):t()}else t()}}}function X(){P.length&&P.forEach(e=>{Y(e.src,e.callback)}),w=!0,q.slides.classList.add("no-transition"),m?q.wrapper.classList.add("no-hover"):q.wrapper.classList.remove("no-hover"),/iphone/gi.test(l)?q.wrapper.classList.add("ua-iphone"):q.wrapper.classList.remove("ua-iphone"),q.background=J(q.wrapper,"div","backgrounds",null),q.progress=J(q.wrapper,"div","progress",""),q.progressbar=q.progress.querySelector("span"),q.controls=J(q.wrapper,"aside","controls",`\n\t\t\t\n\t\t\t\n\t\t\t`),q.slideNumber=J(q.wrapper,"div","slide-number",""),q.speakerNotes=J(q.wrapper,"div","speaker-notes",null),q.speakerNotes.setAttribute("data-prevent-swipe",""),q.speakerNotes.setAttribute("tabindex","0"),q.pauseOverlay=J(q.wrapper,"div","pause-overlay",c.controls?'':null),q.wrapper.setAttribute("role","application"),q.controlsLeft=i(document.querySelectorAll(".navigate-left")),q.controlsRight=i(document.querySelectorAll(".navigate-right")),q.controlsUp=i(document.querySelectorAll(".navigate-up")),q.controlsDown=i(document.querySelectorAll(".navigate-down")),q.controlsPrev=i(document.querySelectorAll(".navigate-prev")),q.controlsNext=i(document.querySelectorAll(".navigate-next")),q.controlsRightArrow=q.controls.querySelector(".navigate-right"),q.controlsLeftArrow=q.controls.querySelector(".navigate-left"),q.controlsDownArrow=q.controls.querySelector(".navigate-down"),q.statusDiv=function(){let e=document.getElementById("aria-status-div");return e||(e=document.createElement("div"),e.style.position="absolute",e.style.height="1px",e.style.width="1px",e.style.overflow="hidden",e.style.clip="rect( 1px, 1px, 1px, 1px )",e.setAttribute("id","aria-status-div"),e.setAttribute("aria-live","polite"),e.setAttribute("aria-atomic","true"),q.wrapper.appendChild(e)),e}(),c.postMessage&&window.addEventListener("message",e=>{const t=e.data;if("string"==typeof t&&"{"===t.charAt(0)&&"}"===t.charAt(t.length-1)&&(t=JSON.parse(t),t.method&&"function"==typeof a[t.method]))if(!1===d.test(t.method)){var n=a[t.method].apply(a,t.args);de("callback",{method:t.method,result:n})}else console.warn('reveal.js: "'+t.method+'" is is blacklisted from the postMessage API')},!1),setInterval(()=>{0===q.wrapper.scrollTop&&0===q.wrapper.scrollLeft||(q.wrapper.scrollTop=0,q.wrapper.scrollLeft=0)},1e3),ct().forEach((function(e){i(e.querySelectorAll("section")).forEach((e,t)=>{t>0&&(e.classList.remove("present"),e.classList.remove("past"),e.classList.add("future"),e.setAttribute("aria-hidden","true"))})})),G(),ot(),Xe(!0),setTimeout(()=>{q.slides.classList.remove("no-transition"),q.wrapper.classList.add("ready"),le("ready",{indexh:u,indexv:p,currentSlide:f})},1),se()&&(te(),"complete"===document.readyState?_():window.addEventListener("load",_))}function Y(e,t){const a=document.createElement("script");a.type="text/javascript",a.async=!1,a.defer=!1,a.src=e,t&&(a.onload=a.onreadystatechange=e=>{("load"===e.type||/loaded|complete/.test(a.readyState))&&(a.onload=a.onreadystatechange=a.onerror=null,t())},a.onerror=e=>{a.onload=a.onreadystatechange=a.onerror=null,t(new Error("Failed loading script: "+a.src+"\n"+e))});const n=document.querySelector("head");n.insertBefore(a,n.lastChild)}function K(e){let t="";if(3===e.nodeType)t+=e.textContent;else if(1===e.nodeType){let a=e.getAttribute("aria-hidden"),n="none"===window.getComputedStyle(e).display;"true"===a||n||i(e.childNodes).forEach(e=>{t+=K(e)})}return t.trim()}function _(){var e=ve(window.innerWidth,window.innerHeight),t=Math.floor(e.width*(1+c.margin)),a=Math.floor(e.height*(1+c.margin)),n=e.width,r=e.height;re("@page{size:"+t+"px "+a+"px; margin: 0px;}"),re(".reveal section>img, .reveal section>video, .reveal section>iframe{max-width: "+n+"px; max-height:"+r+"px}"),document.body.classList.add("print-pdf"),document.body.style.width=t+"px",document.body.style.height=a+"px",me(n,r);var o=c.slideNumber&&/all|print/i.test(c.showSlideNumber);i(q.wrapper.querySelectorAll(".slides section")).forEach((function(e){e.setAttribute("data-slide-number",Ve(e))})),i(q.wrapper.querySelectorAll(".slides section")).forEach((function(e){if(!1===e.classList.contains("stack")){var s=(t-n)/2,l=(a-r)/2,d=e.scrollHeight,u=Math.max(Math.ceil(d/a),1);(1===(u=Math.min(u,c.pdfMaxPagesPerSlide))&&c.center||e.classList.contains("center"))&&(l=Math.max((a-d)/2,0));var p=document.createElement("div");if(p.className="pdf-page",p.style.height=(a+c.pdfPageHeightOffset)*u+"px",e.parentNode.insertBefore(p,e),p.appendChild(e),e.style.left=s+"px",e.style.top=l+"px",e.style.width=n+"px",e.slideBackgroundElement&&p.insertBefore(e.slideBackgroundElement,e),c.showNotes){var h=vt(e);if(h){var f="string"==typeof c.showNotes?c.showNotes:"inline",g=document.createElement("div");g.classList.add("speaker-notes"),g.classList.add("speaker-notes-pdf"),g.setAttribute("data-layout",f),g.innerHTML=h,"separate-page"===f?p.parentNode.insertBefore(g,p.nextSibling):(g.style.left="8px",g.style.bottom="8px",g.style.width=t-16+"px",p.appendChild(g))}}if(o){var m=document.createElement("div");m.classList.add("slide-number"),m.classList.add("slide-number-pdf"),m.innerHTML=e.getAttribute("data-slide-number"),p.appendChild(m)}if(c.pdfSeparateFragments){var v,y,b=bt(p.querySelectorAll(".fragment"),!0);b.forEach((function(e){v&&v.forEach((function(e){e.classList.remove("current-fragment")})),e.forEach((function(e){e.classList.add("visible","current-fragment")}));var t=p.cloneNode(!0);p.parentNode.insertBefore(t,(y||p).nextSibling),v=e,y=t})),b.forEach((function(e){e.forEach((function(e){e.classList.remove("visible","current-fragment")}))}))}else i(p.querySelectorAll(".fragment:not(.fade-out)")).forEach((function(e){e.classList.add("visible")}))}})),le("pdf-ready")}function J(e,t,a,n=""){let r=e.querySelectorAll("."+a);for(let t=0;t1&&c.autoSlide&&c.autoSlideStoppable&&(b=new n(q.wrapper,()=>Math.min(Math.max((Date.now()-j)/B,0),1)),b.on("click",ra),$=!1),!1===c.fragments&&i(q.slides.querySelectorAll(".fragment")).forEach(e=>{e.classList.add("visible"),e.classList.remove("current-fragment")});let r="none";c.slideNumber&&!se()&&("all"===c.showSlideNumber||"speaker"===c.showSlideNumber&&it())&&(r="block"),q.slideNumber.style.display=r,"default"!==c.navigationMode?q.wrapper.setAttribute("data-navigation-mode",c.navigationMode):q.wrapper.removeAttribute("data-navigation-mode"),"linear"===c.navigationMode?(U["→ , ↓ , SPACE , N , L , J"]="Next slide",U["← , ↑ , P , H , K"]="Previous slide"):(U["N , SPACE"]="Next slide",U.P="Previous slide",U["← , H"]="Navigate left",U["→ , L"]="Navigate right",U["↑ , K"]="Navigate up",U["↓ , J"]="Navigate down"),U["Home , Shift ←"]="First slide",U["End , Shift →"]="Last slide",U["B , ."]="Pause",U.F="Fullscreen",U["ESC, O"]="Slide overview",ze()}function ee(){D=!0,window.addEventListener("hashchange",Gt,!1),window.addEventListener("resize",ea,!1),c.touch&&("onpointerdown"in window?(q.wrapper.addEventListener("pointerdown",Wt,!1),q.wrapper.addEventListener("pointermove",Ut,!1),q.wrapper.addEventListener("pointerup",Vt,!1)):window.navigator.msPointerEnabled?(q.wrapper.addEventListener("MSPointerDown",Wt,!1),q.wrapper.addEventListener("MSPointerMove",Ut,!1),q.wrapper.addEventListener("MSPointerUp",Vt,!1)):(q.wrapper.addEventListener("touchstart",Ht,!1),q.wrapper.addEventListener("touchmove",jt,!1),q.wrapper.addEventListener("touchend",$t,!1))),c.keyboard&&(document.addEventListener("keydown",Bt,!1),document.addEventListener("keypress",Dt,!1)),c.progress&&q.progress&&q.progress.addEventListener("click",Xt,!1),q.pauseOverlay.addEventListener("click",Pe,!1),c.focusBodyOnPageVisibilityChange&&document.addEventListener("visibilitychange",ta,!1);let e=["touchstart","click"];l.match(/android/gi)&&(e=["touchstart"]),e.forEach((function(e){q.controlsLeft.forEach((function(t){t.addEventListener(e,Yt,!1)})),q.controlsRight.forEach((function(t){t.addEventListener(e,Kt,!1)})),q.controlsUp.forEach((function(t){t.addEventListener(e,_t,!1)})),q.controlsDown.forEach((function(t){t.addEventListener(e,Jt,!1)})),q.controlsPrev.forEach((function(t){t.addEventListener(e,Qt,!1)})),q.controlsNext.forEach((function(t){t.addEventListener(e,Zt,!1)}))}))}function te(){D=!1,document.removeEventListener("keydown",Bt,!1),document.removeEventListener("keypress",Dt,!1),window.removeEventListener("hashchange",Gt,!1),window.removeEventListener("resize",ea,!1),q.wrapper.removeEventListener("pointerdown",Wt,!1),q.wrapper.removeEventListener("pointermove",Ut,!1),q.wrapper.removeEventListener("pointerup",Vt,!1),q.wrapper.removeEventListener("MSPointerDown",Wt,!1),q.wrapper.removeEventListener("MSPointerMove",Ut,!1),q.wrapper.removeEventListener("MSPointerUp",Vt,!1),q.wrapper.removeEventListener("touchstart",Ht,!1),q.wrapper.removeEventListener("touchmove",jt,!1),q.wrapper.removeEventListener("touchend",$t,!1),q.pauseOverlay.removeEventListener("click",Pe,!1),c.progress&&q.progress&&q.progress.removeEventListener("click",Xt,!1),["touchstart","click"].forEach((function(e){q.controlsLeft.forEach((function(t){t.removeEventListener(e,Yt,!1)})),q.controlsRight.forEach((function(t){t.removeEventListener(e,Kt,!1)})),q.controlsUp.forEach((function(t){t.removeEventListener(e,_t,!1)})),q.controlsDown.forEach((function(t){t.removeEventListener(e,Jt,!1)})),q.controlsPrev.forEach((function(t){t.removeEventListener(e,Qt,!1)})),q.controlsNext.forEach((function(t){t.removeEventListener(e,Zt,!1)}))}))}function ae(e,t){e.style.transform=t}function ne(e){"string"==typeof e.layout&&(N.layout=e.layout),"string"==typeof e.overview&&(N.overview=e.overview),N.layout?ae(q.slides,N.layout+" "+N.overview):ae(q.slides,N.overview)}function re(e){let t=document.createElement("style");t.type="text/css",t.styleSheet?t.styleSheet.cssText=e:t.appendChild(document.createTextNode(e)),document.getElementsByTagName("head")[0].appendChild(t)}function ie(e,t){let a=e.parentNode;for(;a;){let e=a.matches||a.matchesSelector||a.msMatchesSelector;if(e&&e.call(a,t))return a;a=a.parentNode}return null}function oe(e){let t=e.match(/^#([0-9a-f]{3})$/i);if(t&&t[1])return t=t[1],{r:17*parseInt(t.charAt(0),16),g:17*parseInt(t.charAt(1),16),b:17*parseInt(t.charAt(2),16)};let a=e.match(/^#([0-9a-f]{6})$/i);if(a&&a[1])return a=a[1],{r:parseInt(a.substr(0,2),16),g:parseInt(a.substr(2,2),16),b:parseInt(a.substr(4,2),16)};let n=e.match(/^rgb\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)$/i);if(n)return{r:parseInt(n[1],10),g:parseInt(n[2],10),b:parseInt(n[3],10)};let r=e.match(/^rgba\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\,\s*([\d]+|[\d]*.[\d]+)\s*\)$/i);return r?{r:parseInt(r[1],10),g:parseInt(r[2],10),b:parseInt(r[3],10),a:parseFloat(r[4])}:null}function se(){return/print-pdf/gi.test(window.location.search)}function le(e,t){let a=document.createEvent("HTMLEvents",1,2);a.initEvent(e,!0,!0),extend(a,t),q.wrapper.dispatchEvent(a),de(e)}function de(e,t){if(c.postMessageEvents&&window.parent!==window.self){let a={namespace:"reveal",eventName:e,state:yt()};extend(a,t),window.parent.postMessage(JSON.stringify(a),"*")}}function ce(e="a"){i(document.querySelectorAll(e)).forEach(e=>{/^(http|www)/gi.test(e.getAttribute("href"))&&e.addEventListener("click",na,!1)})}function ue(e="a"){i(document.querySelectorAll(e)).forEach(e=>{/^(http|www)/gi.test(e.getAttribute("href"))&&e.removeEventListener("click",na,!1)})}function pe(e){"boolean"==typeof e?e?he():fe():q.overlay?fe():he()}function he(){if(c.help){fe(),q.overlay=document.createElement("div"),q.overlay.classList.add("overlay"),q.overlay.classList.add("overlay-help"),q.wrapper.appendChild(q.overlay);let a='

Keyboard Shortcuts


';for(var e in a+="",U)a+=``;for(var t in V)V[t].key&&V[t].description&&(a+=``);a+="
KEYACTION
${e}${U[e]}
${V[t].key}${V[t].description}
",q.overlay.innerHTML=`\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
${a}
\n\t\t\t\t
\n\t\t\t`,q.overlay.querySelector(".close").addEventListener("click",(function(e){fe(),e.preventDefault()}),!1)}}function fe(){q.overlay&&(q.overlay.parentNode.removeChild(q.overlay),q.overlay=null)}function ge(){if(q.wrapper&&!se()){if(!c.disableLayout){m&&document.documentElement.style.setProperty("--vh",.01*window.innerHeight+"px");const a=ve(),n=M;me(c.width,c.height),q.slides.style.width=a.width+"px",q.slides.style.height=a.height+"px",M=Math.min(a.presentationWidth/a.width,a.presentationHeight/a.height),M=Math.max(M,c.minScale),M=Math.min(M,c.maxScale),1===M?(q.slides.style.zoom="",q.slides.style.left="",q.slides.style.top="",q.slides.style.bottom="",q.slides.style.right="",ne({layout:""})):M>1&&T.zoom&&window.devicePixelRatio<2?(q.slides.style.zoom=M,q.slides.style.left="",q.slides.style.top="",q.slides.style.bottom="",q.slides.style.right="",ne({layout:""})):(q.slides.style.zoom="",q.slides.style.left="50%",q.slides.style.top="50%",q.slides.style.bottom="auto",q.slides.style.right="auto",ne({layout:"translate(-50%, -50%) scale("+M+")"}));const r=i(q.wrapper.querySelectorAll(".slides section"));for(var e=0,t=r.length;e .stretch")).forEach(a=>{var n=function(e,t=0){if(e){let a,n=e.style.height;return e.style.height="0px",e.parentNode.style.height="auto",a=t-e.parentNode.offsetHeight,e.style.height=n+"px",e.parentNode.style.removeProperty("height"),a}return t}(a,t);if(/(img|video)/gi.test(a.nodeName)){const t=a.naturalWidth||a.videoWidth,r=a.naturalHeight||a.videoHeight,i=Math.min(e/t,n/r);a.style.width=t*i+"px",a.style.height=r*i+"px"}else a.style.width=e+"px",a.style.height=n+"px"})}function ve(e,t){const a={width:c.width,height:c.height,presentationWidth:e||q.wrapper.offsetWidth,presentationHeight:t||q.wrapper.offsetHeight};return a.presentationWidth-=a.presentationWidth*c.margin,a.presentationHeight-=a.presentationHeight*c.margin,"string"==typeof a.width&&/%$/.test(a.width)&&(a.width=parseInt(a.width,10)/100*a.presentationWidth),"string"==typeof a.height&&/%$/.test(a.height)&&(a.height=parseInt(a.height,10)/100*a.presentationHeight),a}function ye(e,t){"object"==typeof e&&"function"==typeof e.setAttribute&&e.setAttribute("data-previous-indexv",t||0)}function be(e){if("object"==typeof e&&"function"==typeof e.setAttribute&&e.classList.contains("stack")){const t=e.hasAttribute("data-start-indexv")?"data-start-indexv":"data-previous-indexv";return parseInt(e.getAttribute(t)||0,10)}return 0}function we(){if(c.overview&&!Le()){A=!0,q.wrapper.classList.add("overview"),Lt(),q.slides.appendChild(q.background),i(q.wrapper.querySelectorAll(".slides section")).forEach(e=>{e.classList.contains("stack")||e.addEventListener("click",aa,!0)});const e=70,t=ve();k=t.width+e,S=t.height+e,c.rtl&&(k=-k),je(),Ae(),ke(),ge(),le("overviewshown",{indexh:u,indexv:p,currentSlide:f})}}function Ae(){i(q.wrapper.querySelectorAll(".slides>section")).forEach((e,t)=>{e.setAttribute("data-index-h",t),ae(e,"translate3d("+t*k+"px, 0, 0)"),e.classList.contains("stack")&&i(e.querySelectorAll("section")).forEach((e,a)=>{e.setAttribute("data-index-h",t),e.setAttribute("data-index-v",a),ae(e,"translate3d(0, "+a*S+"px, 0)")})}),i(q.background.childNodes).forEach((e,t)=>{ae(e,"translate3d("+t*k+"px, 0, 0)"),i(e.querySelectorAll(".slide-background")).forEach((e,t)=>{ae(e,"translate3d(0, "+t*S+"px, 0)")})})}function ke(){const e=Math.min(window.innerWidth,window.innerHeight);ne({overview:["scale("+Math.max(e/5,150)/e+")","translateX("+-u*k+"px)","translateY("+-p*S+"px)"].join(" ")})}function Se(){c.overview&&(A=!1,q.wrapper.classList.remove("overview"),q.wrapper.classList.add("overview-deactivating"),setTimeout(()=>{q.wrapper.classList.remove("overview-deactivating")},1),q.wrapper.appendChild(q.background),i(q.wrapper.querySelectorAll(".slides section")).forEach(e=>{ae(e,""),e.removeEventListener("click",aa,!0)}),i(q.background.querySelectorAll(".slide-background")).forEach(e=>{ae(e,"")}),ne({overview:""}),Oe(u,p),ge(),Et(),le("overviewhidden",{indexh:u,indexv:p,currentSlide:f}))}function Ee(e){"boolean"==typeof e?e?we():Se():Le()?Se():we()}function Le(){return A}function xe(e){let t="/",a=e||f,n=a?a.getAttribute("id"):null;n&&(n=encodeURIComponent(n));let r=lt(e);if(c.fragmentInURL||(r.f=void 0),"string"==typeof n&&n.length&&void 0===r.f)t="/"+n;else{let e=c.hashOneBasedIndex?1:0;(r.h>0||r.v>0||void 0!==r.f)&&(t+=r.h+e),(r.v>0||void 0!==r.f)&&(t+="/"+(r.v+e)),void 0!==r.f&&(t+="/"+r.f)}return t}function Me(e=f){return e&&e.parentNode&&!!e.parentNode.nodeName.match(/section/i)}function Ne(){O&&(O=!1,q.wrapper.style.cursor="")}function qe(){!1===O&&(O=!0,q.wrapper.style.cursor="none")}function Ie(){if(c.pause){const e=q.wrapper.classList.contains("paused");Lt(),q.wrapper.classList.add("paused"),!1===e&&le("paused")}}function Pe(){const e=q.wrapper.classList.contains("paused");q.wrapper.classList.remove("paused"),Et(),e&&le("resumed")}function Te(e){"boolean"==typeof e?e?Ie():Pe():Ce()?Pe():Ie()}function Ce(){return q.wrapper.classList.contains("paused")}function Re(e){"boolean"==typeof e?e?Mt():xt():$?Mt():xt()}function Oe(e,t,n,r){h=f;const s=q.wrapper.querySelectorAll(".slides>section");if(0===s.length)return;void 0!==t||Le()||(t=be(s[e])),h&&h.parentNode&&h.parentNode.classList.contains("stack")&&ye(h.parentNode,p);const l=x.concat();x.length=0;let d=u||0,g=p||0;u=He(".slides>section",void 0===e?u:e),p=He(".slides>section.present>section",void 0===t?p:t),je(),ge(),Le()&&ke();let m=s[u],v=m.querySelectorAll("section");f=v[p]||m,void 0!==n&&At(n);let y=u!==d||p!==g;y||(h=null),h&&h!==f&&(h.classList.remove("present"),h.setAttribute("aria-hidden","true"),a.isFirstSlide()&&setTimeout(()=>{i(q.wrapper.querySelectorAll(".slides>section.stack")).forEach(e=>{ye(e,0)})},0));e:for(let e=0,t=x.length;e{q.slides.classList.remove("disable-slide-transitions")},0),c.autoAnimate&&o(h,f))}function ze(){te(),ee(),ge(),B=c.autoSlide,Et(),se(),q.background.innerHTML="",q.background.classList.add("no-transition"),i(q.wrapper.querySelectorAll(".slides>section")).forEach(e=>{let t=Q(e,q.background);i(e.querySelectorAll("section")).forEach(e=>{Q(e,t),t.classList.add("stack")})}),c.parallaxBackgroundImage?(q.background.style.backgroundImage='url("'+c.parallaxBackgroundImage+'")',q.background.style.backgroundSize=c.parallaxBackgroundSize,q.background.style.backgroundRepeat=c.parallaxBackgroundRepeat,q.background.style.backgroundPosition=c.parallaxBackgroundPosition,setTimeout(()=>{q.wrapper.classList.add("has-parallax-background")},1)):(q.background.style.backgroundImage="",q.wrapper.classList.remove("has-parallax-background")),st(),ct().forEach(e=>{let t=i(e.querySelectorAll("section"));t.forEach((e,t)=>{bt(e.querySelectorAll(".fragment"))}),0===t.length&&bt(e.querySelectorAll(".fragment"))}),Fe(),We(),Ue(),je(),Xe(!0),c.showNotes&&q.slides.querySelectorAll("[data-notes], aside.notes").length>0?q.wrapper.classList.add("show-notes"):q.wrapper.classList.remove("show-notes"),$e(),function(){let e=(e,t,a)=>{i(q.slides.querySelectorAll("iframe["+e+'*="'+t+'"]')).forEach(t=>{var n=t.getAttribute(e);n&&-1===n.indexOf(a)&&t.setAttribute(e,n+(/\?/.test(n)?"&":"?")+a)})};e("src","youtube.com/embed/","enablejsapi=1"),e("data-src","youtube.com/embed/","enablejsapi=1"),e("src","player.vimeo.com/","api=1"),e("data-src","player.vimeo.com/","api=1")}(),!1===c.autoPlayMedia?at(f,{unloadIframes:!1}):Ge(f),Le()&&Ae()}function De(e=f){return bt(e.querySelectorAll(".fragment"))}function Be(){ct().forEach((e,t,a)=>{q.slides.insertBefore(e,a[Math.floor(Math.random()*a.length)])})}function He(e,t){let a=i(q.wrapper.querySelectorAll(e)),n=a.length,r=se();if(n){c.loop&&(t%=n)<0&&(t=n+t),t=Math.max(Math.min(t,n-1),0);for(let e=0;e{e.classList.add("visible"),e.classList.remove("current-fragment")})):e>t&&(n.classList.add(o?"past":"future"),c.fragments&&i(n.querySelectorAll(".fragment.visible")).forEach(e=>{e.classList.remove("visible","current-fragment")}))}a[t].classList.add("present"),a[t].removeAttribute("hidden"),a[t].removeAttribute("aria-hidden");let e=a[t].getAttribute("data-state");e&&(x=x.concat(e.split(" ")))}else t=0;return t}function je(){let e,t,a=ct(),n=a.length;if(n&&void 0!==u){let r=Le()?10:c.viewDistance;m&&(r=Le()?6:c.mobileViewDistance),se()&&(r=Number.MAX_VALUE);for(let o=0;oNo notes on this slide.')}function We(){c.progress&&q.progressbar&&(q.progressbar.style.width=rt()*q.wrapper.offsetWidth+"px")}function Ue(){c.slideNumber&&q.slideNumber&&(q.slideNumber.innerHTML=Ve())}function Ve(e=f){let t,a="h.v";if("function"==typeof c.slideNumber)t=c.slideNumber(e);else switch("string"==typeof c.slideNumber&&(a=c.slideNumber),/c/.test(a)||1!==q.wrapper.querySelectorAll(".slides>section").length||(a="c"),t=[],a){case"c":t.push(nt(e)+1);break;case"c/t":t.push(nt(e)+1,"/",ft());break;default:let n=lt(e);t.push(n.h+1);let r="h/v"===a?"/":".";Me(e)&&t.push(r,n.v+1)}let n="#"+xe(e);return function(e,t,a,n="#"+xe()){return"number"!=typeof a||isNaN(a)?`\n\t\t\t\t\t${e}\n\t\t\t\t\t`:`\n\t\t\t\t\t${e}\n\t\t\t\t\t${t}\n\t\t\t\t\t${a}\n\t\t\t\t\t`}(t[0],t[1],t[2],n)}function Fe(){let e=Qe(),t=Ze();[...q.controlsLeft,...q.controlsRight,...q.controlsUp,...q.controlsDown,...q.controlsPrev,...q.controlsNext].forEach(e=>{e.classList.remove("enabled","fragmented"),e.setAttribute("disabled","disabled")}),e.left&&q.controlsLeft.forEach(e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}),e.right&&q.controlsRight.forEach(e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}),e.up&&q.controlsUp.forEach(e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}),e.down&&q.controlsDown.forEach(e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}),(e.left||e.up)&&q.controlsPrev.forEach(e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}),(e.right||e.down)&&q.controlsNext.forEach(e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}),f&&(t.prev&&q.controlsPrev.forEach(e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")}),t.next&&q.controlsNext.forEach(e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")}),Me(f)?(t.prev&&q.controlsUp.forEach(e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")}),t.next&&q.controlsDown.forEach(e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")})):(t.prev&&q.controlsLeft.forEach(e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")}),t.next&&q.controlsRight.forEach(e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")}))),c.controlsTutorial&&(!L&&e.down?q.controlsDownArrow.classList.add("highlight"):(q.controlsDownArrow.classList.remove("highlight"),c.rtl?!E&&e.left&&0===p?q.controlsLeftArrow.classList.add("highlight"):q.controlsLeftArrow.classList.remove("highlight"):!E&&e.right&&0===p?q.controlsRightArrow.classList.add("highlight"):q.controlsRightArrow.classList.remove("highlight")))}function Xe(e=!1){let t=null,a=c.rtl?"future":"past",n=c.rtl?"past":"future";if(i(q.background.childNodes).forEach((r,o)=>{r.classList.remove("past","present","future"),ou?r.classList.add(n):(r.classList.add("present"),t=r),(e||o===u)&&i(r.querySelectorAll(".slide-background")).forEach((e,a)=>{e.classList.remove("past","present","future"),ap?e.classList.add("future"):(e.classList.add("present"),o===u&&(t=e))})}),g&&at(g,{unloadIframes:!Ke(g)}),t){Ge(t);let e=t.querySelector(".slide-background-content");if(e){let t=e.style.backgroundImage||"";/\.gif/i.test(t)&&(e.style.backgroundImage="",window.getComputedStyle(e).opacity,e.style.backgroundImage=t)}let a=g?g.getAttribute("data-background-hash"):null,n=t.getAttribute("data-background-hash");n&&n===a&&t!==g&&q.background.classList.add("no-transition"),g=t}f&&["has-light-background","has-dark-background"].forEach(e=>{f.classList.contains(e)?q.wrapper.classList.add(e):q.wrapper.classList.remove(e)}),setTimeout(()=>{q.background.classList.remove("no-transition")},1)}function Ye(){if(c.parallaxBackgroundImage){let e,t,a=ct(),n=ut(),r=q.background.style.backgroundSize.split(" ");1===r.length?e=t=parseInt(r[0],10):(e=parseInt(r[0],10),t=parseInt(r[1],10));let i,o,s=q.background.offsetWidth,l=a.length;i="number"==typeof c.parallaxBackgroundHorizontal?c.parallaxBackgroundHorizontal:l>1?(e-s)/(l-1):0,o=i*u*-1;let d,h,f=q.background.offsetHeight,g=n.length;d="number"==typeof c.parallaxBackgroundVertical?c.parallaxBackgroundVertical:(t-f)/(g-1),h=g>0?d*p:0,q.background.style.backgroundPosition=o+"px "+-h+"px"}}function Ke(e){let t=c.preloadIframes;return"boolean"!=typeof t&&(t=e.hasAttribute("data-preload")),t}function _e(e,t={}){e.style.display=c.display,i(e.querySelectorAll("img[data-src], video[data-src], audio[data-src], iframe[data-src]")).forEach(e=>{("IFRAME"!==e.tagName||Ke(e))&&(e.setAttribute("src",e.getAttribute("data-src")),e.setAttribute("data-lazy-loaded",""),e.removeAttribute("data-src"))}),i(e.querySelectorAll("video, audio")).forEach(e=>{var t=0;i(e.querySelectorAll("source[data-src]")).forEach(e=>{e.setAttribute("src",e.getAttribute("data-src")),e.removeAttribute("data-src"),e.setAttribute("data-lazy-loaded",""),t+=1}),t>0&&e.load()});let a=e.slideBackgroundElement;if(a){a.style.display="block";let n=e.slideBackgroundContentElement,r=e.getAttribute("data-background-iframe");if(!1===a.hasAttribute("data-loaded")){a.setAttribute("data-loaded","true");let i=e.getAttribute("data-background-image"),o=e.getAttribute("data-background-video"),s=e.hasAttribute("data-background-video-loop"),l=e.hasAttribute("data-background-video-muted");if(i)n.style.backgroundImage="url("+encodeURI(i)+")";else if(o&&!it()){let e=document.createElement("video");s&&e.setAttribute("loop",""),l&&(e.muted=!0),m&&(e.muted=!0,e.autoplay=!0,e.setAttribute("playsinline","")),o.split(",").forEach(t=>{e.innerHTML+=''}),n.appendChild(e)}else if(r&&!0!==t.excludeIframes){let e=document.createElement("iframe");e.setAttribute("allowfullscreen",""),e.setAttribute("mozallowfullscreen",""),e.setAttribute("webkitallowfullscreen",""),e.setAttribute("allow","autoplay"),e.setAttribute("data-src",r),e.style.width="100%",e.style.height="100%",e.style.maxHeight="100%",e.style.maxWidth="100%",n.appendChild(e)}}let i=n.querySelector("iframe[data-src]");i&&Ke(a)&&!/autoplay=(1|true|yes)/gi.test(r)&&i.getAttribute("src")!==r&&i.setAttribute("src",r)}}function Je(e){e.style.display="none";let t=mt(e);t&&(t.style.display="none",i(t.querySelectorAll("iframe[src]")).forEach(e=>{e.removeAttribute("src")})),i(e.querySelectorAll("video[data-lazy-loaded][src], audio[data-lazy-loaded][src], iframe[data-lazy-loaded][src]")).forEach(e=>{e.setAttribute("data-src",e.getAttribute("src")),e.removeAttribute("src")}),i(e.querySelectorAll("video[data-lazy-loaded] source[src], audio source[src]")).forEach(e=>{e.setAttribute("data-src",e.getAttribute("src")),e.removeAttribute("src")})}function Qe(){var e=q.wrapper.querySelectorAll(".slides>section"),t=q.wrapper.querySelectorAll(".slides>section.present>section");let a={left:u>0,right:u0,down:p1&&(a.left=!0,a.right=!0),t.length>1&&(a.up=!0,a.down=!0)),c.rtl){let e=a.left;a.left=a.right,a.right=e}return a}function Ze(){if(f&&c.fragments){let e=f.querySelectorAll(".fragment"),t=f.querySelectorAll(".fragment:not(.visible)");return{prev:e.length-t.length>0,next:!!t.length}}return{prev:!1,next:!1}}function Ge(e){e&&!it()&&(i(e.querySelectorAll('img[src$=".gif"]')).forEach(e=>{e.setAttribute("src",e.getAttribute("src"))}),i(e.querySelectorAll("video, audio")).forEach(e=>{if(ie(e,".fragment")&&!ie(e,".fragment.visible"))return;let t=c.autoPlayMedia;if("boolean"!=typeof t&&(t=e.hasAttribute("data-autoplay")||!!ie(e,".slide-background")),t&&"function"==typeof e.play)if(e.readyState>1)et({target:e});else if(m){let t=e.play();t&&"function"==typeof t.catch&&!1===e.controls&&t.catch((function(){e.controls=!0,e.addEventListener("play",()=>{e.controls=!1})}))}else e.removeEventListener("loadeddata",et),e.addEventListener("loadeddata",et)}),i(e.querySelectorAll("iframe[src]")).forEach(e=>{ie(e,".fragment")&&!ie(e,".fragment.visible")||tt({target:e})}),i(e.querySelectorAll("iframe[data-src]")).forEach(e=>{ie(e,".fragment")&&!ie(e,".fragment.visible")||e.getAttribute("src")!==e.getAttribute("data-src")&&(e.removeEventListener("load",tt),e.addEventListener("load",tt),e.setAttribute("src",e.getAttribute("data-src")))}))}function et(e){let t=!!ie(e.target,"html"),a=!!ie(e.target,".present");t&&a&&(e.target.currentTime=0,e.target.play()),e.target.removeEventListener("loadeddata",et)}function tt(e){let t=e.target;if(t&&t.contentWindow){let a=!!ie(e.target,"html"),n=!!ie(e.target,".present");if(a&&n){let e=c.autoPlayMedia;"boolean"!=typeof e&&(e=t.hasAttribute("data-autoplay")||!!ie(t,".slide-background")),/youtube\.com\/embed\//.test(t.getAttribute("src"))&&e?t.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*"):/player\.vimeo\.com\//.test(t.getAttribute("src"))&&e?t.contentWindow.postMessage('{"method":"play"}',"*"):t.contentWindow.postMessage("slide:start","*")}}}function at(e,t={}){t=extend({unloadIframes:!0},t),e&&e.parentNode&&(i(e.querySelectorAll("video, audio")).forEach(e=>{e.hasAttribute("data-ignore")||"function"!=typeof e.pause||(e.setAttribute("data-paused-by-reveal",""),e.pause())}),i(e.querySelectorAll("iframe")).forEach(e=>{e.contentWindow&&e.contentWindow.postMessage("slide:stop","*"),e.removeEventListener("load",tt)}),i(e.querySelectorAll('iframe[src*="youtube.com/embed/"]')).forEach(e=>{!e.hasAttribute("data-ignore")&&e.contentWindow&&"function"==typeof e.contentWindow.postMessage&&e.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")}),i(e.querySelectorAll('iframe[src*="player.vimeo.com/"]')).forEach(e=>{!e.hasAttribute("data-ignore")&&e.contentWindow&&"function"==typeof e.contentWindow.postMessage&&e.contentWindow.postMessage('{"method":"pause"}',"*")}),!0===t.unloadIframes&&i(e.querySelectorAll("iframe[data-src]")).forEach(e=>{e.setAttribute("src","about:blank"),e.removeAttribute("src")}))}function nt(e=f){let t=ct(),a=0;e:for(let n=0;n0){let a=.9;t+=f.querySelectorAll(".fragment.visible").length/e.length*a}}return Math.min(t/(e-1),1)}function it(){return!!window.location.search.match(/receiver/gi)}function ot(){let e=window.location.hash,t=e.slice(2).split("/"),n=e.replace(/#|\//gi,"");if(!/^[0-9]*$/.test(t[0])&&n.length){let e;try{e=document.getElementById(decodeURIComponent(n))}catch(e){}let t=!!f&&f.getAttribute("id")===n;if(e){if(!t){let t=a.getIndices(e);Oe(t.h,t.v)}}else Oe(u||0,p||0)}else{let e,a=c.hashOneBasedIndex?1:0,n=parseInt(t[0],10)-a||0,r=parseInt(t[1],10)-a||0;c.fragmentInURL&&(e=parseInt(t[2],10),isNaN(e)&&(e=void 0)),n===u&&r===p&&void 0===e||Oe(n,r,e)}}function st(e){clearTimeout(R),"number"==typeof e?R=setTimeout(st,e):f&&(c.history||!window.history?window.location.hash=xe():c.hash?window.history.replaceState(null,null,"#"+xe()):window.history.replaceState(null,null,window.location.pathname+window.location.search))}function lt(e){let t,a=u,n=p;if(e){let t=Me(e),r=t?e.parentNode:e,o=i(q.wrapper.querySelectorAll(".slides>section"));a=Math.max(o.indexOf(r),0),n=void 0,t&&(n=Math.max(i(e.parentNode.querySelectorAll("section")).indexOf(e),0))}if(!e&&f){if(f.querySelectorAll(".fragment").length>0){let e=f.querySelector(".current-fragment");t=e&&e.hasAttribute("data-fragment-index")?parseInt(e.getAttribute("data-fragment-index"),10):f.querySelectorAll(".fragment.visible").length-1}}return{h:a,v:n,f:t}}function dt(){return i(q.wrapper.querySelectorAll('.slides section:not(.stack):not([data-visibility="uncounted"])'))}function ct(){return i(q.wrapper.querySelectorAll(".slides>section"))}function ut(){return i(q.wrapper.querySelectorAll(".slides>section>section"))}function pt(){return ct().length>1}function ht(){return ut().length>1}function ft(){return dt().length}function gt(e,t){let a=ct()[e],n=a&&a.querySelectorAll("section");return n&&n.length&&"number"==typeof t?n?n[t]:void 0:a}function mt(e,t){let a="number"==typeof e?gt(e,t):e;if(a)return a.slideBackgroundElement}function vt(e=f){if(e.hasAttribute("data-notes"))return e.getAttribute("data-notes");let t=e.querySelector("aside.notes");return t?t.innerHTML:null}function yt(){let e=lt();return{indexh:e.h,indexv:e.v,indexf:e.f,paused:Ce(),overview:Le()}}function bt(e,t=!1){e=i(e);let a=[],n=[],r=[];e.forEach(e=>{if(e.hasAttribute("data-fragment-index")){let t=parseInt(e.getAttribute("data-fragment-index"),10);a[t]||(a[t]=[]),a[t].push(e)}else n.push([e])}),a=a.concat(n);let o=0;return a.forEach(e=>{e.forEach(e=>{r.push(e),e.setAttribute("data-fragment-index",o)}),o++}),!0===t?a:r}function wt(e,t){let a={shown:[],hidden:[]};if(f&&c.fragments&&(t=t||bt(f.querySelectorAll(".fragment"))).length){let n=0;if("number"!=typeof e){let t=bt(f.querySelectorAll(".fragment.visible")).pop();t&&(e=parseInt(t.getAttribute("data-fragment-index")||0,10))}i(t).forEach((t,r)=>{t.hasAttribute("data-fragment-index")&&(r=parseInt(t.getAttribute("data-fragment-index"),10)),n=Math.max(n,r),r<=e?(t.classList.contains("visible")||a.shown.push(t),t.classList.add("visible"),t.classList.remove("current-fragment"),q.statusDiv.textContent=K(t),r===e&&(t.classList.add("current-fragment"),Ge(t))):(t.classList.contains("visible")&&a.hidden.push(t),t.classList.remove("visible"),t.classList.remove("current-fragment"))}),e="number"==typeof e?e:-1,e=Math.max(Math.min(e,n),-1),f.setAttribute("data-fragment",e)}return a}function At(e,t=0){if(f&&c.fragments){let a=bt(f.querySelectorAll(".fragment"));if(a.length){if("number"!=typeof e){let t=bt(f.querySelectorAll(".fragment.visible")).pop();e=t?parseInt(t.getAttribute("data-fragment-index")||0,10):-1}let n=wt(e+=t,a);return n.hidden.length&&le("fragmenthidden",{fragment:n.hidden[0],fragments:n.hidden}),n.shown.length&&le("fragmentshown",{fragment:n.shown[0],fragments:n.shown}),Fe(),We(),c.fragmentInURL&&st(),!(!n.shown.length&&!n.hidden.length)}}return!1}function kt(){return At(null,1)}function St(){return At(null,-1)}function Et(){if(Lt(),f&&!1!==c.autoSlide){let e=f.querySelector(".current-fragment");e||(e=f.querySelector(".fragment"));let t=e?e.getAttribute("data-autoslide"):null,n=f.parentNode?f.parentNode.getAttribute("data-autoslide"):null,r=f.getAttribute("data-autoslide");B=t?parseInt(t,10):r?parseInt(r,10):n?parseInt(n,10):c.autoSlide,0===f.querySelectorAll(".fragment").length&&i(f.querySelectorAll("video, audio")).forEach(e=>{e.hasAttribute("data-autoplay")&&B&&1e3*e.duration/e.playbackRate>B&&(B=1e3*e.duration/e.playbackRate+1e3)}),!B||$||Ce()||Le()||a.isLastSlide()&&!Ze().next&&!0!==c.loop||(H=setTimeout(()=>{"function"==typeof c.autoSlideMethod?c.autoSlideMethod():Ct(),Et()},B),j=Date.now()),b&&b.setPlaying(-1!==H)}}function Lt(){clearTimeout(H),H=-1}function xt(){B&&!$&&($=!0,le("autoslidepaused"),clearTimeout(H),b&&b.setPlaying(!1))}function Mt(){B&&$&&($=!1,le("autoslideresumed"),Et())}function Nt(){E=!0,c.rtl?(Le()||!1===kt())&&Qe().left&&Oe(u+1,"grid"===c.navigationMode?p:void 0):(Le()||!1===St())&&Qe().left&&Oe(u-1,"grid"===c.navigationMode?p:void 0)}function qt(){E=!0,c.rtl?(Le()||!1===St())&&Qe().right&&Oe(u-1,"grid"===c.navigationMode?p:void 0):(Le()||!1===kt())&&Qe().right&&Oe(u+1,"grid"===c.navigationMode?p:void 0)}function It(){(Le()||!1===St())&&Qe().up&&Oe(u,p-1)}function Pt(){L=!0,(Le()||!1===kt())&&Qe().down&&Oe(u,p+1)}function Tt(){if(!1===St())if(Qe().up)It();else{let e;if(e=c.rtl?i(q.wrapper.querySelectorAll(".slides>section.future")).pop():i(q.wrapper.querySelectorAll(".slides>section.past")).pop(),e){let t=e.querySelectorAll("section").length-1||void 0;Oe(u-1,t)}}}function Ct(){if(E=!0,L=!0,!1===kt()){let e=Qe();e.down&&e.right&&c.loop&&a.isLastVerticalSlide(f)&&(e.down=!1),e.down?Pt():c.rtl?Nt():qt()}}function Rt(e){for(;e&&"function"==typeof e.hasAttribute;){if(e.hasAttribute("data-prevent-swipe"))return!0;e=e.parentNode}return!1}function Ot(e){c.autoSlideStoppable&&xt()}function zt(e){Ne(),clearTimeout(z),z=setTimeout(qe,c.hideCursorTime)}function Dt(e){e.shiftKey&&63===e.charCode&&pe()}function Bt(e){if("function"==typeof c.keyboardCondition&&!1===c.keyboardCondition(e))return!0;let t=e.keyCode,n=$;Ot();let r=document.activeElement&&"inherit"!==document.activeElement.contentEditable,i=document.activeElement&&document.activeElement.tagName&&/input|textarea/i.test(document.activeElement.tagName),o=document.activeElement&&document.activeElement.className&&/speaker-notes/i.test(document.activeElement.className),s=e.shiftKey&&32===e.keyCode,l=e.shiftKey&&37===t,d=e.shiftKey&&39===t,u=!s&&!l&&!d&&(e.shiftKey||e.altKey||e.ctrlKey||e.metaKey);if(r||i||o||u)return;let p,h=[66,86,190,191];if("object"==typeof c.keyboard)for(p in c.keyboard)"togglePause"===c.keyboard[p]&&h.push(parseInt(p,10));if(Ce()&&-1===h.indexOf(t))return!1;let f="linear"===c.navigationMode||!pt()||!ht(),g=!1;if("object"==typeof c.keyboard)for(p in c.keyboard)if(parseInt(p,10)===t){var m=c.keyboard[p];"function"==typeof m?m.apply(null,[e]):"string"==typeof m&&"function"==typeof a[m]&&a[m].call(),g=!0}if(!1===g)for(p in V)if(parseInt(p,10)===t){let t=V[p].callback;"function"==typeof t?t.apply(null,[e]):"string"==typeof t&&"function"==typeof a[t]&&a[t].call(),g=!0}!1===g&&(g=!0,80===t||33===t?Tt():78===t||34===t?Ct():72===t||37===t?l?Oe(0):!Le()&&f?Tt():Nt():76===t||39===t?d?Oe(Number.MAX_VALUE):!Le()&&f?Ct():qt():75===t||38===t?!Le()&&f?Tt():It():74===t||40===t?!Le()&&f?Ct():Pt():36===t?Oe(0):35===t?Oe(Number.MAX_VALUE):32===t?(Le()&&Se(),e.shiftKey?Tt():Ct()):58===t||59===t||66===t||86===t||190===t||191===t?Te():70===t?function(){let e=document.documentElement,t=e.requestFullscreen||e.webkitRequestFullscreen||e.webkitRequestFullScreen||e.mozRequestFullScreen||e.msRequestFullscreen;t&&t.apply(e)}():65===t?c.autoSlideStoppable&&Re(n):g=!1),g?e.preventDefault&&e.preventDefault():27!==t&&79!==t||(q.overlay?fe():Ee(),e.preventDefault&&e.preventDefault()),Et()}function Ht(e){if(Rt(e.target))return!0;W.startX=e.touches[0].clientX,W.startY=e.touches[0].clientY,W.startCount=e.touches.length}function jt(e){if(Rt(e.target))return!0;if(W.captured)l.match(/android/gi)&&e.preventDefault();else{Ot();let t=e.touches[0].clientX,a=e.touches[0].clientY;if(1===e.touches.length&&2!==W.startCount){let n=t-W.startX,r=a-W.startY;n>W.threshold&&Math.abs(n)>Math.abs(r)?(W.captured=!0,"linear"===c.navigationMode?c.rtl?Ct():Tt():Nt()):n<-W.threshold&&Math.abs(n)>Math.abs(r)?(W.captured=!0,"linear"===c.navigationMode?c.rtl?Tt():Ct():qt()):r>W.threshold?(W.captured=!0,"linear"===c.navigationMode?Tt():It()):r<-W.threshold&&(W.captured=!0,"linear"===c.navigationMode?Ct():Pt()),c.embedded?(W.captured||Me(f))&&e.preventDefault():e.preventDefault()}}}function $t(e){W.captured=!1}function Wt(e){e.pointerType!==e.MSPOINTER_TYPE_TOUCH&&"touch"!==e.pointerType||(e.touches=[{clientX:e.clientX,clientY:e.clientY}],Ht(e))}function Ut(e){e.pointerType!==e.MSPOINTER_TYPE_TOUCH&&"touch"!==e.pointerType||(e.touches=[{clientX:e.clientX,clientY:e.clientY}],jt(e))}function Vt(e){e.pointerType!==e.MSPOINTER_TYPE_TOUCH&&"touch"!==e.pointerType||(e.touches=[{clientX:e.clientX,clientY:e.clientY}],$t())}function Ft(e){if(Date.now()-C>600){C=Date.now();let t=e.detail||-e.wheelDelta;t>0?Ct():t<0&&Tt()}}function Xt(e){Ot(),e.preventDefault();let t=ct().length,a=Math.floor(e.clientX/q.wrapper.offsetWidth*t);c.rtl&&(a=t-a),Oe(a)}function Yt(e){e.preventDefault(),Ot(),"linear"===c.navigationMode?Tt():Nt()}function Kt(e){e.preventDefault(),Ot(),"linear"===c.navigationMode?Ct():qt()}function _t(e){e.preventDefault(),Ot(),It()}function Jt(e){e.preventDefault(),Ot(),Pt()}function Qt(e){e.preventDefault(),Ot(),Tt()}function Zt(e){e.preventDefault(),Ot(),Ct()}function Gt(e){ot()}function ea(e){ge()}function ta(e){!1===document.hidden&&document.activeElement!==document.body&&("function"==typeof document.activeElement.blur&&document.activeElement.blur(),document.body.focus())}function aa(e){if(D&&Le()){e.preventDefault();let t=e.target;for(;t&&!t.nodeName.match(/section/gi);)t=t.parentNode;if(t&&!t.classList.contains("disabled"))if(Se(),t.nodeName.match(/section/gi))Oe(parseInt(t.getAttribute("data-index-h"),10),parseInt(t.getAttribute("data-index-v"),10))}}function na(e){if(e.currentTarget&&e.currentTarget.hasAttribute("href")){let t=e.currentTarget.getAttribute("href");t&&(!function(e){fe(),q.overlay=document.createElement("div"),q.overlay.classList.add("overlay"),q.overlay.classList.add("overlay-preview"),q.wrapper.appendChild(q.overlay),q.overlay.innerHTML=`
\n\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tUnable to load iframe. This is likely due to the site's policy (x-frame-options).\n\t\t\t\t\n\t\t\t
`,q.overlay.querySelector("iframe").addEventListener("load",e=>{q.overlay.classList.add("loaded")},!1),q.overlay.querySelector(".close").addEventListener("click",e=>{fe(),e.preventDefault()},!1),q.overlay.querySelector(".external").addEventListener("click",e=>{fe()},!1)}(t),e.preventDefault())}}function ra(e){a.isLastSlide()&&!1===c.loop?(Oe(0,0),Mt()):$?Mt():xt()}return a={VERSION:"4.0.0-dev",configure:G,sync:ze,syncSlide:function(e=f){Z(e),De(e),_e(e),Xe(),$e()},syncFragments:De,slide:Oe,left:Nt,right:qt,up:It,down:Pt,prev:Tt,next:Ct,navigateTo:Oe,navigateLeft:Nt,navigateRight:qt,navigateUp:It,navigateDown:Pt,navigatePrev:Tt,navigateNext:Ct,navigateFragment:At,prevFragment:St,nextFragment:kt,layout:ge,shuffle:Be,availableRoutes:Qe,availableFragments:Ze,toggleHelp:pe,toggleOverview:Ee,togglePause:Te,toggleAutoSlide:Re,isOverview:Le,isPaused:Ce,isAutoSliding:function(){return!(!B||$)},isSpeakerNotes:it,loadSlide:_e,unloadSlide:Je,addEventListeners:ee,removeEventListeners:te,getState:yt,setState:function(e){if("object"==typeof e){Oe(deserialize(e.indexh),deserialize(e.indexv),deserialize(e.indexf));var t=deserialize(e.paused),a=deserialize(e.overview);"boolean"==typeof t&&t!==Ce()&&Te(t),"boolean"==typeof a&&a!==Le()&&Ee(a)}},getSlidePastCount:nt,getProgress:rt,getIndices:lt,getSlides:dt,getSlidesAttributes:function(){return dt().map((function(e){let t={};for(let a=0;ah,getCurrentSlide:()=>f,getScale:()=>M,getConfig:()=>c,getQueryHash:()=>{let e={};location.search.replace(/[A-Z0-9]+?=([\w\.%-]*)/gi,t=>{e[t.split("=").shift()]=t.split("=").pop()});for(let t in e){let a=e[t];e[t]=deserialize(unescape(a))}return e},getRevealElement:()=>q.wrapper||document.querySelector(".reveal"),getPlugins:()=>I,isFirstSlide:()=>0===u&&0===p,isLastSlide:()=>!!f&&(!f.nextElementSibling&&(!Me(f)||!f.parentNode.nextElementSibling)),isLastVerticalSlide:()=>!(!f||!Me(f))&&!f.nextElementSibling,isReady:()=>w,addEventListener:(e,t,n)=>{"addEventListener"in window&&a.getRevealElement().addEventListener(e,t,n)},removeEventListener:(e,t,n)=>{"addEventListener"in window&&a.getRevealElement().removeEventListener(e,t,n)},triggerKey:e=>{Bt({keyCode:e})},registerKeyboardShortcut:(e,t)=>{U[e]=t}},function(){if(!e)return void console.warn("reveal.js must be instantiated with a valid .reveal element");!function(){m=/(iphone|ipod|ipad|android)/gi.test(l)||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1,v=/chrome/i.test(l)&&!/edge/i.test(l);let e=document.createElement("div");T.zoom="zoom"in e.style&&!m&&(v||/Version\/[\d\.]+.*Safari/.test(l))}(),q.wrapper=e,q.slides=e.querySelector(".slides"),window.addEventListener("load",ge,!1);let n=a.getQueryHash();var i,o;return void 0!==n.dependencies&&delete n.dependencies,c={...r,...t,...n},i=[],o=0,c.dependencies.forEach(e=>{e.condition&&!e.condition()||(e.async?P.push(e):i.push(e))}),i.length?(o=i.length,i.forEach(e=>{Y(e.src,(function(){"function"==typeof e.callback&&e.callback(),0==--o&&F()}))})):F(),a}()};window.Reveal=h,window.Reveal.initialize=e=>{window.Reveal=new h(document.querySelector(".reveal"),e)}}]); \ No newline at end of file +!function(e){var t={};function a(r){if(t[r])return t[r].exports;var n=t[r]={i:r,l:!1,exports:{}};return e[r].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.m=e,a.c=t,a.d=function(e,t,r){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(a.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(r,n,function(t){return e[t]}.bind(null,n));return r},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=0)}([function(e,t,a){"use strict";a.r(t);class r{constructor(e,t){this.diameter=100,this.diameter2=this.diameter/2,this.thickness=6,this.playing=!1,this.progress=0,this.progressOffset=1,this.container=e,this.progressCheck=t,this.canvas=document.createElement("canvas"),this.canvas.className="playback",this.canvas.width=this.diameter,this.canvas.height=this.diameter,this.canvas.style.width=this.diameter2+"px",this.canvas.style.height=this.diameter2+"px",this.context=this.canvas.getContext("2d"),this.container.appendChild(this.canvas),this.render()}setPlaying(e){const t=this.playing;this.playing=e,!t&&this.playing?this.animate():this.render()}animate(){const e=this.progress;this.progress=this.progressCheck(),e>.8&&this.progress<.2&&(this.progressOffset=this.progress),this.render(),this.playing&&requestAnimationFrame(this.animate.bind(this))}render(){let e=this.playing?this.progress:0,t=this.diameter2-this.thickness,a=this.diameter2,r=this.diameter2;this.progressOffset+=.1*(1-this.progressOffset);const n=-Math.PI/2+e*(2*Math.PI),i=-Math.PI/2+this.progressOffset*(2*Math.PI);this.context.save(),this.context.clearRect(0,0,this.diameter,this.diameter),this.context.beginPath(),this.context.arc(a,r,t+4,0,2*Math.PI,!1),this.context.fillStyle="rgba( 0, 0, 0, 0.4 )",this.context.fill(),this.context.beginPath(),this.context.arc(a,r,t,0,2*Math.PI,!1),this.context.lineWidth=this.thickness,this.context.strokeStyle="rgba( 255, 255, 255, 0.2 )",this.context.stroke(),this.playing&&(this.context.beginPath(),this.context.arc(a,r,t,i,n,!1),this.context.lineWidth=this.thickness,this.context.strokeStyle="#fff",this.context.stroke()),this.context.translate(a-14,r-14),this.playing?(this.context.fillStyle="#fff",this.context.fillRect(0,0,10,28),this.context.fillRect(18,0,10,28)):(this.context.beginPath(),this.context.translate(4,0),this.context.moveTo(0,0),this.context.lineTo(24,14),this.context.lineTo(0,28),this.context.fillStyle="#fff",this.context.fill()),this.context.restore()}on(e,t){this.canvas.addEventListener(e,t,!1)}off(e,t){this.canvas.removeEventListener(e,t,!1)}destroy(){this.playing=!1,this.canvas.parentNode&&this.container.removeChild(this.canvas)}}var n={width:960,height:700,margin:.04,minScale:.2,maxScale:2,controls:!0,controlsTutorial:!0,controlsLayout:"bottom-right",controlsBackArrows:"faded",progress:!0,slideNumber:!1,showSlideNumber:"all",hashOneBasedIndex:!1,hash:!1,history:!1,keyboard:!0,keyboardCondition:null,overview:!0,disableLayout:!1,center:!0,touch:!0,loop:!1,rtl:!1,navigationMode:"default",shuffle:!1,fragments:!0,fragmentInURL:!1,embedded:!1,help:!0,pause:!0,showNotes:!1,autoPlayMedia:null,preloadIframes:null,autoAnimate:!0,autoAnimateMatcher:null,autoAnimateEasing:"ease",autoAnimateDuration:1,autoAnimateUnmatched:!0,autoAnimateStyles:["opacity","color","background-color","padding","font-size","line-height","letter-spacing","border-width","border-color","border-radius","outline","outline-offset"],autoSlide:0,autoSlideStoppable:!0,autoSlideMethod:null,defaultTiming:null,mouseWheel:!1,previewLinks:!1,postMessage:!0,postMessageEvents:!1,focusBodyOnPageVisibilityChange:!0,transition:"slide",transitionSpeed:"default",backgroundTransition:"fade",parallaxBackgroundImage:"",parallaxBackgroundSize:"",parallaxBackgroundRepeat:"",parallaxBackgroundPosition:"",parallaxBackgroundHorizontal:null,parallaxBackgroundVertical:null,pdfMaxPagesPerSlide:Number.POSITIVE_INFINITY,pdfSeparateFragments:!0,pdfPageHeightOffset:-1,viewDistance:3,mobileViewDistance:2,display:"block",hideInactiveCursor:!0,hideCursorTime:5e3,dependencies:[]};const i=(e,t)=>{for(let a in t)e[a]=t[a];return e},o=e=>Array.prototype.slice.call(e),s=e=>{if("string"==typeof e){if("null"===e)return null;if("true"===e)return!0;if("false"===e)return!1;if(e.match(/^-?[\d\.]+$/))return parseFloat(e)}return e},l=(e,t)=>{e.style.transform=t},d=e=>{let t=document.createElement("style");t.type="text/css",t.styleSheet?t.styleSheet.cssText=e:t.appendChild(document.createTextNode(e)),document.getElementsByTagName("head")[0].appendChild(t)},c=(e,t)=>{let a=e.parentNode;for(;a;){let e=a.matches||a.matchesSelector||a.msMatchesSelector;if(e&&e.call(a,t))return a;a=a.parentNode}return null},u=e=>{let t=e.match(/^#([0-9a-f]{3})$/i);if(t&&t[1])return t=t[1],{r:17*parseInt(t.charAt(0),16),g:17*parseInt(t.charAt(1),16),b:17*parseInt(t.charAt(2),16)};let a=e.match(/^#([0-9a-f]{6})$/i);if(a&&a[1])return a=a[1],{r:parseInt(a.substr(0,2),16),g:parseInt(a.substr(2,2),16),b:parseInt(a.substr(4,2),16)};let r=e.match(/^rgb\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)$/i);if(r)return{r:parseInt(r[1],10),g:parseInt(r[2],10),b:parseInt(r[3],10)};let n=e.match(/^rgba\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\,\s*([\d]+|[\d]*.[\d]+)\s*\)$/i);return n?{r:parseInt(n[1],10),g:parseInt(n[2],10),b:parseInt(n[3],10),a:parseFloat(n[4])}:null};var p=function(e,t){let a;const p=navigator.userAgent,h=/registerPlugin|registerKeyboardShortcut|addKeyBinding|addEventListener/;let f,g,m,v,b,y,w,A,k,E,S=!1,L=!1,x=null,M=null,N=!1,q=!1,I=[],P=1,T={layout:"",overview:""},C={},O={},R=[],D={},B=0,H=0,z=!1,j=0,$=!1,W=0,F=0,U=0,V=-1,X=!1,Y={startX:0,startY:0,startCount:0,captured:!1,threshold:40},K={},_={};function J(){let e=Object.keys(O).length;if(0===e)Q();else{let t=()=>{0==--e&&Q()};for(let e in O){let a=O[e];if("function"==typeof a.init){let e=a.init();e&&"function"==typeof e.then?e.then(t):t()}else t()}}}function Q(){R.length&&R.forEach(e=>{Z(e.src,e.callback)}),S=!0,C.slides.classList.add("no-transition"),w?C.wrapper.classList.add("no-hover"):C.wrapper.classList.remove("no-hover"),/iphone/gi.test(p)?C.wrapper.classList.add("ua-iphone"):C.wrapper.classList.remove("ua-iphone"),C.background=te(C.wrapper,"div","backgrounds",null),C.progress=te(C.wrapper,"div","progress",""),C.progressbar=C.progress.querySelector("span"),C.controls=te(C.wrapper,"aside","controls",`\n\t\t\t\n\t\t\t\n\t\t\t`),C.slideNumber=te(C.wrapper,"div","slide-number",""),C.speakerNotes=te(C.wrapper,"div","speaker-notes",null),C.speakerNotes.setAttribute("data-prevent-swipe",""),C.speakerNotes.setAttribute("tabindex","0"),C.pauseOverlay=te(C.wrapper,"div","pause-overlay",f.controls?'':null),C.wrapper.setAttribute("role","application"),C.controlsLeft=o(C.wrapper.querySelectorAll(".navigate-left")),C.controlsRight=o(C.wrapper.querySelectorAll(".navigate-right")),C.controlsUp=o(C.wrapper.querySelectorAll(".navigate-up")),C.controlsDown=o(C.wrapper.querySelectorAll(".navigate-down")),C.controlsPrev=o(C.wrapper.querySelectorAll(".navigate-prev")),C.controlsNext=o(C.wrapper.querySelectorAll(".navigate-next")),C.controlsRightArrow=C.controls.querySelector(".navigate-right"),C.controlsLeftArrow=C.controls.querySelector(".navigate-left"),C.controlsDownArrow=C.controls.querySelector(".navigate-down"),C.statusDiv=function(){let e=C.wrapper.querySelector(".aria-status");return e||(e=document.createElement("div"),e.style.position="absolute",e.style.height="1px",e.style.width="1px",e.style.overflow="hidden",e.style.clip="rect( 1px, 1px, 1px, 1px )",e.classList.add("aria-status"),e.setAttribute("aria-live","polite"),e.setAttribute("aria-atomic","true"),C.wrapper.appendChild(e)),e}(),f.postMessage&&window.addEventListener("message",e=>{const t=e.data;if("string"==typeof t&&"{"===t.charAt(0)&&"}"===t.charAt(t.length-1)&&(t=JSON.parse(t),t.method&&"function"==typeof a[t.method]))if(!1===h.test(t.method)){const e=a[t.method].apply(a,t.args);ce("callback",{method:t.method,result:e})}else console.warn('reveal.js: "'+t.method+'" is is blacklisted from the postMessage API')},!1),setInterval(()=>{0===C.wrapper.scrollTop&&0===C.wrapper.scrollLeft||(C.wrapper.scrollTop=0,C.wrapper.scrollLeft=0)},1e3),vt().forEach(e=>{o(e.querySelectorAll("section")).forEach((e,t)=>{t>0&&(e.classList.remove("present"),e.classList.remove("past"),e.classList.add("future"),e.setAttribute("aria-hidden","true"))})}),ne(),ht(),Ye(!0),setTimeout(()=>{C.slides.classList.remove("no-transition"),C.wrapper.classList.add("ready"),de("ready",{indexh:g,indexv:m,currentSlide:b})},1),le()&&(oe(),"complete"===document.readyState?ee():window.addEventListener("load",ee))}function Z(e,t){const a=document.createElement("script");a.type="text/javascript",a.async=!1,a.defer=!1,a.src=e,t&&(a.onload=a.onreadystatechange=e=>{("load"===e.type||/loaded|complete/.test(a.readyState))&&(a.onload=a.onreadystatechange=a.onerror=null,t())},a.onerror=e=>{a.onload=a.onreadystatechange=a.onerror=null,t(new Error("Failed loading script: "+a.src+"\n"+e))});const r=document.querySelector("head");r.insertBefore(a,r.lastChild)}function G(e){let t="";if(3===e.nodeType)t+=e.textContent;else if(1===e.nodeType){let a=e.getAttribute("aria-hidden"),r="none"===window.getComputedStyle(e).display;"true"===a||r||o(e.childNodes).forEach(e=>{t+=G(e)})}return t=t.trim(),""===t?"":t+" "}function ee(){let e=be(window.innerWidth,window.innerHeight),t=Math.floor(e.width*(1+f.margin)),a=Math.floor(e.height*(1+f.margin)),r=e.width,n=e.height;d("@page{size:"+t+"px "+a+"px; margin: 0px;}"),d(".reveal section>img, .reveal section>video, .reveal section>iframe{max-width: "+r+"px; max-height:"+n+"px}"),document.body.classList.add("print-pdf"),document.body.style.width=t+"px",document.body.style.height=a+"px",ve(r,n);let i=f.slideNumber&&/all|print/i.test(f.showSlideNumber);o(C.wrapper.querySelectorAll(".slides section")).forEach((function(e){e.setAttribute("data-slide-number",Ve(e))})),o(C.wrapper.querySelectorAll(".slides section")).forEach((function(e){if(!1===e.classList.contains("stack")){let s=(t-r)/2,l=(a-n)/2,d=e.scrollHeight,c=Math.max(Math.ceil(d/a),1);c=Math.min(c,f.pdfMaxPagesPerSlide),(1===c&&f.center||e.classList.contains("center"))&&(l=Math.max((a-d)/2,0));let u=document.createElement("div");if(u.className="pdf-page",u.style.height=(a+f.pdfPageHeightOffset)*c+"px",e.parentNode.insertBefore(u,e),u.appendChild(e),e.style.left=s+"px",e.style.top=l+"px",e.style.width=r+"px",e.slideBackgroundElement&&u.insertBefore(e.slideBackgroundElement,e),f.showNotes){let a=St(e);if(a){let e=8,r="string"==typeof f.showNotes?f.showNotes:"inline",n=document.createElement("div");n.classList.add("speaker-notes"),n.classList.add("speaker-notes-pdf"),n.setAttribute("data-layout",r),n.innerHTML=a,"separate-page"===r?u.parentNode.insertBefore(n,u.nextSibling):(n.style.left=e+"px",n.style.bottom=e+"px",n.style.width=t-2*e+"px",u.appendChild(n))}}if(i){let t=document.createElement("div");t.classList.add("slide-number"),t.classList.add("slide-number-pdf"),t.innerHTML=e.getAttribute("data-slide-number"),u.appendChild(t)}if(f.pdfSeparateFragments){let e,t,a=xt(u.querySelectorAll(".fragment"),!0);a.forEach((function(a){e&&e.forEach((function(e){e.classList.remove("current-fragment")})),a.forEach((function(e){e.classList.add("visible","current-fragment")}));let r=u.cloneNode(!0);u.parentNode.insertBefore(r,(t||u).nextSibling),e=a,t=r})),a.forEach((function(e){e.forEach((function(e){e.classList.remove("visible","current-fragment")}))}))}else o(u.querySelectorAll(".fragment:not(.fade-out)")).forEach((function(e){e.classList.add("visible")}))}})),de("pdf-ready")}function te(e,t,a,r=""){let n=e.querySelectorAll("."+a);for(let t=0;t{e.dataset.autoAnimate=""}),_e(),k&&k.parentNode&&(k.parentNode.removeChild(k),k=null),E&&(E.destroy(),E=null),a>1&&f.autoSlide&&f.autoSlideStoppable&&(E=new r(C.wrapper,()=>Math.min(Math.max((Date.now()-V)/F,0),1)),E.on("click",ua),X=!1),!1===f.fragments&&o(C.slides.querySelectorAll(".fragment")).forEach(e=>{e.classList.add("visible"),e.classList.remove("current-fragment")});let n="none";f.slideNumber&&!le()&&("all"===f.showSlideNumber||"speaker"===f.showSlideNumber&&pt())&&(n="block"),C.slideNumber.style.display=n,"default"!==f.navigationMode?C.wrapper.setAttribute("data-navigation-mode",f.navigationMode):C.wrapper.removeAttribute("data-navigation-mode"),"linear"===f.navigationMode?(K["→ , ↓ , SPACE , N , L , J"]="Next slide",K["← , ↑ , P , H , K"]="Previous slide"):(K["N , SPACE"]="Next slide",K.P="Previous slide",K["← , H"]="Navigate left",K["→ , L"]="Navigate right",K["↑ , K"]="Navigate up",K["↓ , J"]="Navigate down"),K["Home , Shift ←"]="First slide",K["End , Shift →"]="Last slide",K["B , ."]="Pause",K.F="Fullscreen",K["ESC, O"]="Slide overview",Be()}function ie(){$=!0,window.addEventListener("hashchange",oa,!1),window.addEventListener("resize",sa,!1),f.touch&&("onpointerdown"in window?(C.wrapper.addEventListener("pointerdown",_t,!1),C.wrapper.addEventListener("pointermove",Jt,!1),C.wrapper.addEventListener("pointerup",Qt,!1)):window.navigator.msPointerEnabled?(C.wrapper.addEventListener("MSPointerDown",_t,!1),C.wrapper.addEventListener("MSPointerMove",Jt,!1),C.wrapper.addEventListener("MSPointerUp",Qt,!1)):(C.wrapper.addEventListener("touchstart",Xt,!1),C.wrapper.addEventListener("touchmove",Yt,!1),C.wrapper.addEventListener("touchend",Kt,!1))),f.keyboard&&(document.addEventListener("keydown",Vt,!1),document.addEventListener("keypress",Ut,!1)),f.progress&&C.progress&&C.progress.addEventListener("click",Gt,!1),C.pauseOverlay.addEventListener("click",Te,!1),f.focusBodyOnPageVisibilityChange&&document.addEventListener("visibilitychange",la,!1);let e=["touchstart","click"];p.match(/android/gi)&&(e=["touchstart"]),e.forEach(e=>{C.controlsLeft.forEach(t=>t.addEventListener(e,ea,!1)),C.controlsRight.forEach(t=>t.addEventListener(e,ta,!1)),C.controlsUp.forEach(t=>t.addEventListener(e,aa,!1)),C.controlsDown.forEach(t=>t.addEventListener(e,ra,!1)),C.controlsPrev.forEach(t=>t.addEventListener(e,na,!1)),C.controlsNext.forEach(t=>t.addEventListener(e,ia,!1))})}function oe(){$=!1,document.removeEventListener("keydown",Vt,!1),document.removeEventListener("keypress",Ut,!1),window.removeEventListener("hashchange",oa,!1),window.removeEventListener("resize",sa,!1),C.wrapper.removeEventListener("pointerdown",_t,!1),C.wrapper.removeEventListener("pointermove",Jt,!1),C.wrapper.removeEventListener("pointerup",Qt,!1),C.wrapper.removeEventListener("MSPointerDown",_t,!1),C.wrapper.removeEventListener("MSPointerMove",Jt,!1),C.wrapper.removeEventListener("MSPointerUp",Qt,!1),C.wrapper.removeEventListener("touchstart",Xt,!1),C.wrapper.removeEventListener("touchmove",Yt,!1),C.wrapper.removeEventListener("touchend",Kt,!1),C.pauseOverlay.removeEventListener("click",Te,!1),f.progress&&C.progress&&C.progress.removeEventListener("click",Gt,!1),["touchstart","click"].forEach(e=>{C.controlsLeft.forEach(t=>t.removeEventListener(e,ea,!1)),C.controlsRight.forEach(t=>t.removeEventListener(e,ta,!1)),C.controlsUp.forEach(t=>t.removeEventListener(e,aa,!1)),C.controlsDown.forEach(t=>t.removeEventListener(e,ra,!1)),C.controlsPrev.forEach(t=>t.removeEventListener(e,na,!1)),C.controlsNext.forEach(t=>t.removeEventListener(e,ia,!1))})}function se(e){"string"==typeof e.layout&&(T.layout=e.layout),"string"==typeof e.overview&&(T.overview=e.overview),T.layout?l(C.slides,T.layout+" "+T.overview):l(C.slides,T.overview)}function le(){return/print-pdf/gi.test(window.location.search)}function de(e,t){let a=document.createEvent("HTMLEvents",1,2);a.initEvent(e,!0,!0),i(a,t),C.wrapper.dispatchEvent(a),ce(e)}function ce(e,t){if(f.postMessageEvents&&window.parent!==window.self){let a={namespace:"reveal",eventName:e,state:Lt()};i(a,t),window.parent.postMessage(JSON.stringify(a),"*")}}function ue(e="a"){o(C.wrapper.querySelectorAll(e)).forEach(e=>{/^(http|www)/gi.test(e.getAttribute("href"))&&e.addEventListener("click",ca,!1)})}function pe(e="a"){o(C.wrapper.querySelectorAll(e)).forEach(e=>{/^(http|www)/gi.test(e.getAttribute("href"))&&e.removeEventListener("click",ca,!1)})}function he(e){"boolean"==typeof e?e?fe():ge():C.overlay?ge():fe()}function fe(){if(f.help){ge(),C.overlay=document.createElement("div"),C.overlay.classList.add("overlay"),C.overlay.classList.add("overlay-help"),C.wrapper.appendChild(C.overlay);let e='

Keyboard Shortcuts


';e+="";for(let t in K)e+=``;for(let t in _)_[t].key&&_[t].description&&(e+=``);e+="
KEYACTION
${t}${K[t]}
${_[t].key}${_[t].description}
",C.overlay.innerHTML=`\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
${e}
\n\t\t\t\t
\n\t\t\t`,C.overlay.querySelector(".close").addEventListener("click",e=>{ge(),e.preventDefault()},!1)}}function ge(){C.overlay&&(C.overlay.parentNode.removeChild(C.overlay),C.overlay=null)}function me(){if(C.wrapper&&!le()){if(!f.disableLayout){w&&document.documentElement.style.setProperty("--vh",.01*window.innerHeight+"px");const e=be(),t=P;ve(f.width,f.height),C.slides.style.width=e.width+"px",C.slides.style.height=e.height+"px",P=Math.min(e.presentationWidth/e.width,e.presentationHeight/e.height),P=Math.max(P,f.minScale),P=Math.min(P,f.maxScale),1===P?(C.slides.style.zoom="",C.slides.style.left="",C.slides.style.top="",C.slides.style.bottom="",C.slides.style.right="",se({layout:""})):P>1&&D.zoom&&window.devicePixelRatio<2?(C.slides.style.zoom=P,C.slides.style.left="",C.slides.style.top="",C.slides.style.bottom="",C.slides.style.right="",se({layout:""})):(C.slides.style.zoom="",C.slides.style.left="50%",C.slides.style.top="50%",C.slides.style.bottom="auto",C.slides.style.right="auto",se({layout:"translate(-50%, -50%) scale("+P+")"}));const a=o(C.wrapper.querySelectorAll(".slides section"));for(let t=0,r=a.length;t .stretch")).forEach(a=>{let r=function(e,t=0){if(e){let a,r=e.style.height;return e.style.height="0px",e.parentNode.style.height="auto",a=t-e.parentNode.offsetHeight,e.style.height=r+"px",e.parentNode.style.removeProperty("height"),a}return t}(a,t);if(/(img|video)/gi.test(a.nodeName)){const t=a.naturalWidth||a.videoWidth,n=a.naturalHeight||a.videoHeight,i=Math.min(e/t,r/n);a.style.width=t*i+"px",a.style.height=n*i+"px"}else a.style.width=e+"px",a.style.height=r+"px"})}function be(e,t){const a={width:f.width,height:f.height,presentationWidth:e||C.wrapper.offsetWidth,presentationHeight:t||C.wrapper.offsetHeight};return a.presentationWidth-=a.presentationWidth*f.margin,a.presentationHeight-=a.presentationHeight*f.margin,"string"==typeof a.width&&/%$/.test(a.width)&&(a.width=parseInt(a.width,10)/100*a.presentationWidth),"string"==typeof a.height&&/%$/.test(a.height)&&(a.height=parseInt(a.height,10)/100*a.presentationHeight),a}function ye(e,t){"object"==typeof e&&"function"==typeof e.setAttribute&&e.setAttribute("data-previous-indexv",t||0)}function we(e){if("object"==typeof e&&"function"==typeof e.setAttribute&&e.classList.contains("stack")){const t=e.hasAttribute("data-start-indexv")?"data-start-indexv":"data-previous-indexv";return parseInt(e.getAttribute(t)||0,10)}return 0}function Ae(){if(f.overview&&!xe()){L=!0,C.wrapper.classList.add("overview"),Tt(),C.slides.appendChild(C.background),o(C.wrapper.querySelectorAll(".slides section")).forEach(e=>{e.classList.contains("stack")||e.addEventListener("click",da,!0)});const e=70,t=be();x=t.width+e,M=t.height+e,f.rtl&&(x=-x),$e(),ke(),Ee(),me(),de("overviewshown",{indexh:g,indexv:m,currentSlide:b})}}function ke(){o(C.wrapper.querySelectorAll(".slides>section")).forEach((e,t)=>{e.setAttribute("data-index-h",t),l(e,"translate3d("+t*x+"px, 0, 0)"),e.classList.contains("stack")&&o(e.querySelectorAll("section")).forEach((e,a)=>{e.setAttribute("data-index-h",t),e.setAttribute("data-index-v",a),l(e,"translate3d(0, "+a*M+"px, 0)")})}),o(C.background.childNodes).forEach((e,t)=>{l(e,"translate3d("+t*x+"px, 0, 0)"),o(e.querySelectorAll(".slide-background")).forEach((e,t)=>{l(e,"translate3d(0, "+t*M+"px, 0)")})})}function Ee(){const e=Math.min(window.innerWidth,window.innerHeight);se({overview:["scale("+Math.max(e/5,150)/e+")","translateX("+-g*x+"px)","translateY("+-m*M+"px)"].join(" ")})}function Se(){f.overview&&(L=!1,C.wrapper.classList.remove("overview"),C.wrapper.classList.add("overview-deactivating"),setTimeout(()=>{C.wrapper.classList.remove("overview-deactivating")},1),C.wrapper.appendChild(C.background),o(C.wrapper.querySelectorAll(".slides section")).forEach(e=>{l(e,""),e.removeEventListener("click",da,!0)}),o(C.background.querySelectorAll(".slide-background")).forEach(e=>{l(e,"")}),se({overview:""}),De(g,m),me(),Pt(),de("overviewhidden",{indexh:g,indexv:m,currentSlide:b}))}function Le(e){"boolean"==typeof e?e?Ae():Se():xe()?Se():Ae()}function xe(){return L}function Me(e){let t="/",a=e||b,r=a?a.getAttribute("id"):null;r&&(r=encodeURIComponent(r));let n=gt(e);if(f.fragmentInURL||(n.f=void 0),"string"==typeof r&&r.length&&void 0===n.f)t="/"+r;else{let e=f.hashOneBasedIndex?1:0;(n.h>0||n.v>0||void 0!==n.f)&&(t+=n.h+e),(n.v>0||void 0!==n.f)&&(t+="/"+(n.v+e)),void 0!==n.f&&(t+="/"+n.f)}return t}function Ne(e=b){return e&&e.parentNode&&!!e.parentNode.nodeName.match(/section/i)}function qe(){z&&(z=!1,C.wrapper.style.cursor="")}function Ie(){!1===z&&(z=!0,C.wrapper.style.cursor="none")}function Pe(){if(f.pause){const e=C.wrapper.classList.contains("paused");Tt(),C.wrapper.classList.add("paused"),!1===e&&de("paused")}}function Te(){const e=C.wrapper.classList.contains("paused");C.wrapper.classList.remove("paused"),Pt(),e&&de("resumed")}function Ce(e){"boolean"==typeof e?e?Pe():Te():Oe()?Te():Pe()}function Oe(){return C.wrapper.classList.contains("paused")}function Re(e){"boolean"==typeof e?e?Ot():Ct():X?Ot():Ct()}function De(e,t,r,n){v=b;const i=C.wrapper.querySelectorAll(".slides>section");if(0===i.length)return;void 0!==t||xe()||(t=we(i[e])),v&&v.parentNode&&v.parentNode.classList.contains("stack")&&ye(v.parentNode,m);const s=I.concat();I.length=0;let l=g||0,d=m||0;g=je(".slides>section",void 0===e?g:e),m=je(".slides>section.present>section",void 0===t?m:t),$e(),me(),xe()&&Ee();let c=i[g],u=c.querySelectorAll("section");b=u[m]||c,void 0!==r&&Nt(r);let p=g!==l||m!==d;p||(v=null),v&&v!==b&&(v.classList.remove("present"),v.setAttribute("aria-hidden","true"),a.isFirstSlide()&&setTimeout(()=>{o(C.wrapper.querySelectorAll(".slides>section.stack")).forEach(e=>{ye(e,0)})},0));e:for(let e=0,t=I.length;e{C.slides.classList.remove("disable-slide-transitions")},0),f.autoAnimate&&function(e,t){_e(),k&&k.parentNode&&(k.parentNode.removeChild(k),k=null);if(e.hasAttribute("data-auto-animate")&&t.hasAttribute("data-auto-animate")){k=k||document.createElement("style"),k.type="text/css",document.head.appendChild(k);let r=Je(t);e.dataset.autoAnimate="pending",t.dataset.autoAnimate="pending";let n=function(e,t){let a=("function"==typeof f.autoAnimateMatcher?f.autoAnimateMatcher:Ze)(e,t),r=[];return a.filter((e,t)=>{if(-1===r.indexOf(e.to))return r.push(e.to),!0})}(e,t).map(e=>function(e,t,r,n,i){e.dataset.autoAnimateTarget="",t.dataset.autoAnimateTarget=i;let o=Je(t,n);void 0!==r.delay&&(o.delay=r.delay);void 0!==r.duration&&(o.duration=r.duration);void 0!==r.easing&&(o.easing=r.easing);let s=Qe("from",e,r),l=Qe("to",t,r);if(!1!==r.translate||!1!==r.scale){let e=a.getScale(),t={x:(s.x-l.x)/e,y:(s.y-l.y)/e,scaleX:s.width/l.width,scaleY:s.height/l.height};t.x=Math.round(1e3*t.x)/1e3,t.y=Math.round(1e3*t.y)/1e3,t.scaleX=Math.round(1e3*t.scaleX)/1e3,t.scaleX=Math.round(1e3*t.scaleX)/1e3;let n=!1!==r.translate&&(0!==t.x||0!==t.y),i=!1!==r.scale&&(0!==t.scaleX||0!==t.scaleY);if(n||i){let e=[];n&&e.push(`translate(${t.x}px, ${t.y}px)`),i&&e.push(`scale(${t.scaleX}, ${t.scaleY})`),s.styles.transform=e.join(" "),s.styles["transform-origin"]="top left",l.styles.transform="none"}}for(let e in l.styles){const t=l.styles[e],a=s.styles[e];t===a?delete l.styles[e]:(!0===t.explicitValue&&(l.styles[e]=t.value),!0===a.explicitValue&&(s.styles[e]=a.value))}let d="",c=Object.keys(l.styles);if(c.length>0){s.styles.transition="none",l.styles.transition=`all ${o.duration}s ${o.easing} ${o.delay}s`,l.styles["transition-property"]=c.join(", "),l.styles["will-change"]=c.join(", ");let e=Object.keys(s.styles).map(e=>e+": "+s.styles[e]+" !important;").join(""),t=Object.keys(l.styles).map(e=>e+": "+l.styles[e]+" !important;").join("");d='[data-auto-animate-target="'+i+'"] {'+e+'}[data-auto-animate="running"] [data-auto-animate-target="'+i+'"] {'+t+"}"}return d}(e.from,e.to,e.options||{},r,W++));"false"!==t.dataset.autoAnimateUnmatched&&!0===f.autoAnimateUnmatched&&(function e(t){return[].slice.call(t.children).reduce((t,a)=>{const r=a.querySelector("[data-auto-animate-target]");return a.hasAttribute("data-auto-animate-target")||r||t.push(a),a.querySelector("[data-auto-animate-target]")&&(t=t.concat(e(a))),t},[])}(t).forEach(e=>{e.dataset.autoAnimateTarget="unmatched"}),n.push(`[data-auto-animate="running"] [data-auto-animate-target="unmatched"] { transition: opacity ${.8*r.duration}s ease ${.2*r.duration}s; }`)),k.innerHTML=n.join(""),requestAnimationFrame(()=>{k&&(getComputedStyle(k).fontWeight,t.dataset.autoAnimate="running")}),de("autoanimate",{fromSlide:e,toSlide:t,sheet:k})}}(v,b))}function Be(){oe(),ie(),me(),F=f.autoSlide,Pt(),le(),C.background.innerHTML="",C.background.classList.add("no-transition"),o(C.wrapper.querySelectorAll(".slides>section")).forEach(e=>{let t=ae(e,C.background);o(e.querySelectorAll("section")).forEach(e=>{ae(e,t),t.classList.add("stack")})}),f.parallaxBackgroundImage?(C.background.style.backgroundImage='url("'+f.parallaxBackgroundImage+'")',C.background.style.backgroundSize=f.parallaxBackgroundSize,C.background.style.backgroundRepeat=f.parallaxBackgroundRepeat,C.background.style.backgroundPosition=f.parallaxBackgroundPosition,setTimeout(()=>{C.wrapper.classList.add("has-parallax-background")},1)):(C.background.style.backgroundImage="",C.wrapper.classList.remove("has-parallax-background")),ft(),vt().forEach(e=>{let t=o(e.querySelectorAll("section"));t.forEach((e,t)=>{xt(e.querySelectorAll(".fragment"))}),0===t.length&&xt(e.querySelectorAll(".fragment"))}),Xe(),Fe(),Ue(),$e(),Ye(!0),f.showNotes&&C.slides.querySelectorAll("[data-notes], aside.notes").length>0?C.wrapper.classList.add("show-notes"):C.wrapper.classList.remove("show-notes"),We(),function(){let e=(e,t,a)=>{o(C.slides.querySelectorAll("iframe["+e+'*="'+t+'"]')).forEach(t=>{let r=t.getAttribute(e);r&&-1===r.indexOf(a)&&t.setAttribute(e,r+(/\?/.test(r)?"&":"?")+a)})};e("src","youtube.com/embed/","enablejsapi=1"),e("data-src","youtube.com/embed/","enablejsapi=1"),e("src","player.vimeo.com/","api=1"),e("data-src","player.vimeo.com/","api=1")}(),!1===f.autoPlayMedia?dt(b,{unloadIframes:!1}):ot(b),xe()&&ke()}function He(e=b){return xt(e.querySelectorAll(".fragment"))}function ze(){vt().forEach((e,t,a)=>{C.slides.insertBefore(e,a[Math.floor(Math.random()*a.length)])})}function je(e,t){let a=o(C.wrapper.querySelectorAll(e)),r=a.length,n=le();if(r){f.loop&&(t%=r)<0&&(t=r+t),t=Math.max(Math.min(t,r-1),0);for(let e=0;e{e.classList.add("visible"),e.classList.remove("current-fragment")})):e>t&&(r.classList.add(i?"past":"future"),f.fragments&&o(r.querySelectorAll(".fragment.visible")).forEach(e=>{e.classList.remove("visible","current-fragment")}))}a[t].classList.add("present"),a[t].removeAttribute("hidden"),a[t].removeAttribute("aria-hidden");let e=a[t].getAttribute("data-state");e&&(I=I.concat(e.split(" ")))}else t=0;return t}function $e(){let e,t,a=vt(),r=a.length;if(r&&void 0!==g){let n=xe()?10:f.viewDistance;w&&(n=xe()?6:f.mobileViewDistance),le()&&(n=Number.MAX_VALUE);for(let i=0;iNo notes on this slide.')}function Fe(){f.progress&&C.progressbar&&(C.progressbar.style.width=ut()*C.wrapper.offsetWidth+"px")}function Ue(){f.slideNumber&&C.slideNumber&&(C.slideNumber.innerHTML=Ve())}function Ve(e=b){let t,a="h.v";if("function"==typeof f.slideNumber)t=f.slideNumber(e);else switch("string"==typeof f.slideNumber&&(a=f.slideNumber),/c/.test(a)||1!==C.wrapper.querySelectorAll(".slides>section").length||(a="c"),t=[],a){case"c":t.push(ct(e)+1);break;case"c/t":t.push(ct(e)+1,"/",At());break;default:let r=gt(e);t.push(r.h+1);let n="h/v"===a?"/":".";Ne(e)&&t.push(n,r.v+1)}let r="#"+Me(e);return function(e,t,a,r="#"+Me()){return"number"!=typeof a||isNaN(a)?`\n\t\t\t\t\t${e}\n\t\t\t\t\t`:`\n\t\t\t\t\t${e}\n\t\t\t\t\t${t}\n\t\t\t\t\t${a}\n\t\t\t\t\t`}(t[0],t[1],t[2],r)}function Xe(){let e=nt(),t=it();[...C.controlsLeft,...C.controlsRight,...C.controlsUp,...C.controlsDown,...C.controlsPrev,...C.controlsNext].forEach(e=>{e.classList.remove("enabled","fragmented"),e.setAttribute("disabled","disabled")}),e.left&&C.controlsLeft.forEach(e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}),e.right&&C.controlsRight.forEach(e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}),e.up&&C.controlsUp.forEach(e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}),e.down&&C.controlsDown.forEach(e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}),(e.left||e.up)&&C.controlsPrev.forEach(e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}),(e.right||e.down)&&C.controlsNext.forEach(e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}),b&&(t.prev&&C.controlsPrev.forEach(e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")}),t.next&&C.controlsNext.forEach(e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")}),Ne(b)?(t.prev&&C.controlsUp.forEach(e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")}),t.next&&C.controlsDown.forEach(e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")})):(t.prev&&C.controlsLeft.forEach(e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")}),t.next&&C.controlsRight.forEach(e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")}))),f.controlsTutorial&&(!q&&e.down?C.controlsDownArrow.classList.add("highlight"):(C.controlsDownArrow.classList.remove("highlight"),f.rtl?!N&&e.left&&0===m?C.controlsLeftArrow.classList.add("highlight"):C.controlsLeftArrow.classList.remove("highlight"):!N&&e.right&&0===m?C.controlsRightArrow.classList.add("highlight"):C.controlsRightArrow.classList.remove("highlight")))}function Ye(e=!1){let t=null,a=f.rtl?"future":"past",r=f.rtl?"past":"future";if(o(C.background.childNodes).forEach((n,i)=>{n.classList.remove("past","present","future"),ig?n.classList.add(r):(n.classList.add("present"),t=n),(e||i===g)&&o(n.querySelectorAll(".slide-background")).forEach((e,a)=>{e.classList.remove("past","present","future"),am?e.classList.add("future"):(e.classList.add("present"),i===g&&(t=e))})}),y&&dt(y,{unloadIframes:!tt(y)}),t){ot(t);let e=t.querySelector(".slide-background-content");if(e){let t=e.style.backgroundImage||"";/\.gif/i.test(t)&&(e.style.backgroundImage="",window.getComputedStyle(e).opacity,e.style.backgroundImage=t)}let a=y?y.getAttribute("data-background-hash"):null,r=t.getAttribute("data-background-hash");r&&r===a&&t!==y&&C.background.classList.add("no-transition"),y=t}b&&["has-light-background","has-dark-background"].forEach(e=>{b.classList.contains(e)?C.wrapper.classList.add(e):C.wrapper.classList.remove(e)}),setTimeout(()=>{C.background.classList.remove("no-transition")},1)}function Ke(){if(f.parallaxBackgroundImage){let e,t,a=vt(),r=bt(),n=C.background.style.backgroundSize.split(" ");1===n.length?e=t=parseInt(n[0],10):(e=parseInt(n[0],10),t=parseInt(n[1],10));let i,o,s=C.background.offsetWidth,l=a.length;i="number"==typeof f.parallaxBackgroundHorizontal?f.parallaxBackgroundHorizontal:l>1?(e-s)/(l-1):0,o=i*g*-1;let d,c,u=C.background.offsetHeight,p=r.length;d="number"==typeof f.parallaxBackgroundVertical?f.parallaxBackgroundVertical:(t-u)/(p-1),c=p>0?d*m:0,C.background.style.backgroundPosition=o+"px "+-c+"px"}}function _e(){o(C.wrapper.querySelectorAll("[data-auto-animate-target]")).forEach(e=>{delete e.dataset.autoAnimateTarget})}function Je(e,t){let a={easing:f.autoAnimateEasing,duration:f.autoAnimateDuration,delay:0};if(a=i(a,t),e.closest&&e.parentNode){let t=e.parentNode.closest("[data-auto-animate-target]");t&&(a=Je(t,a))}return e.dataset.autoAnimateEasing&&(a.easing=e.dataset.autoAnimateEasing),e.dataset.autoAnimateDuration&&(a.duration=parseFloat(e.dataset.autoAnimateDuration)),e.dataset.autoAnimateDelay&&(a.delay=parseFloat(e.dataset.autoAnimateDelay)),a}function Qe(e,t,a){let r={styles:[]};if(!1!==a.translate||!1!==a.scale){let e;e="function"==typeof a.measure?a.measure(t):t.getBoundingClientRect(),r.x=e.x,r.y=e.y,r.width=e.width,r.height=e.height}const n=getComputedStyle(t);return(a.styles||f.autoAnimateStyles).forEach(t=>{let a;"string"==typeof t&&(t={property:t}),a=void 0!==t.from&&"from"===e?{value:t.from,explicitValue:!0}:void 0!==t.to&&"to"===e?{value:t.to,explicitValue:!0}:n[t.property],""!==a&&(r.styles[t.property]=a)}),r}function Ze(e,t){let a=[];const r="h1, h2, h3, h4, h5, h6, p, li";return et(a,e,t,"[data-id]",e=>e.nodeName+":::"+e.getAttribute("data-id")),et(a,e,t,r,e=>e.nodeName+":::"+e.innerText),et(a,e,t,"img, video, iframe",e=>e.nodeName+":::"+(e.getAttribute("src")||e.getAttribute("data-src"))),et(a,e,t,"pre",e=>e.nodeName+":::"+e.innerText),a.forEach(e=>{e.from.matches(r)?e.options={scale:!1}:e.from.matches("pre")&&(e.options={scale:!1,styles:["width","height"]},et(a,e.from,e.to,".hljs .hljs-ln-code",e=>e.textContent,{scale:!1,styles:[],measure:Ge}),et(a,e.from,e.to,".hljs .hljs-ln-line[data-line-number]",e=>e.getAttribute("data-line-number"),{scale:!1,styles:["width"],measure:Ge}))}),a}function Ge(e){const t=a.getScale();return{x:Math.round(e.offsetLeft*t*100)/100,y:Math.round(e.offsetTop*t*100)/100,width:Math.round(e.offsetWidth*t*100)/100,height:Math.round(e.offsetHeight*t*100)/100}}function et(e,t,a,r,n,i){let o={},s={};[].slice.call(t.querySelectorAll(r)).forEach((e,t)=>{const a=n(e);"string"==typeof a&&a.length&&(o[a]=o[a]||[],o[a].push(e))}),[].slice.call(a.querySelectorAll(r)).forEach((t,a)=>{const r=n(t);let l;if(s[r]=s[r]||[],s[r].push(t),o[r]){const e=s[r].length-1,t=o[r].length-1;o[r][e]?(l=o[r][e],o[r][e]=null):o[r][t]&&(l=o[r][t],o[r][t]=null)}l&&e.push({from:l,to:t,options:i})})}function tt(e){let t=f.preloadIframes;return"boolean"!=typeof t&&(t=e.hasAttribute("data-preload")),t}function at(e,t={}){e.style.display=f.display,o(e.querySelectorAll("img[data-src], video[data-src], audio[data-src], iframe[data-src]")).forEach(e=>{("IFRAME"!==e.tagName||tt(e))&&(e.setAttribute("src",e.getAttribute("data-src")),e.setAttribute("data-lazy-loaded",""),e.removeAttribute("data-src"))}),o(e.querySelectorAll("video, audio")).forEach(e=>{let t=0;o(e.querySelectorAll("source[data-src]")).forEach(e=>{e.setAttribute("src",e.getAttribute("data-src")),e.removeAttribute("data-src"),e.setAttribute("data-lazy-loaded",""),t+=1}),t>0&&e.load()});let a=e.slideBackgroundElement;if(a){a.style.display="block";let r=e.slideBackgroundContentElement,n=e.getAttribute("data-background-iframe");if(!1===a.hasAttribute("data-loaded")){a.setAttribute("data-loaded","true");let i=e.getAttribute("data-background-image"),o=e.getAttribute("data-background-video"),s=e.hasAttribute("data-background-video-loop"),l=e.hasAttribute("data-background-video-muted");if(i)r.style.backgroundImage="url("+encodeURI(i)+")";else if(o&&!pt()){let e=document.createElement("video");s&&e.setAttribute("loop",""),l&&(e.muted=!0),w&&(e.muted=!0,e.autoplay=!0,e.setAttribute("playsinline","")),o.split(",").forEach(t=>{e.innerHTML+=''}),r.appendChild(e)}else if(n&&!0!==t.excludeIframes){let e=document.createElement("iframe");e.setAttribute("allowfullscreen",""),e.setAttribute("mozallowfullscreen",""),e.setAttribute("webkitallowfullscreen",""),e.setAttribute("allow","autoplay"),e.setAttribute("data-src",n),e.style.width="100%",e.style.height="100%",e.style.maxHeight="100%",e.style.maxWidth="100%",r.appendChild(e)}}let i=r.querySelector("iframe[data-src]");i&&tt(a)&&!/autoplay=(1|true|yes)/gi.test(n)&&i.getAttribute("src")!==n&&i.setAttribute("src",n)}}function rt(e){e.style.display="none";let t=Et(e);t&&(t.style.display="none",o(t.querySelectorAll("iframe[src]")).forEach(e=>{e.removeAttribute("src")})),o(e.querySelectorAll("video[data-lazy-loaded][src], audio[data-lazy-loaded][src], iframe[data-lazy-loaded][src]")).forEach(e=>{e.setAttribute("data-src",e.getAttribute("src")),e.removeAttribute("src")}),o(e.querySelectorAll("video[data-lazy-loaded] source[src], audio source[src]")).forEach(e=>{e.setAttribute("data-src",e.getAttribute("src")),e.removeAttribute("src")})}function nt(){let e=C.wrapper.querySelectorAll(".slides>section"),t=C.wrapper.querySelectorAll(".slides>section.present>section"),a={left:g>0,right:g0,down:m1&&(a.left=!0,a.right=!0),t.length>1&&(a.up=!0,a.down=!0)),f.rtl){let e=a.left;a.left=a.right,a.right=e}return a}function it(){if(b&&f.fragments){let e=b.querySelectorAll(".fragment"),t=b.querySelectorAll(".fragment:not(.visible)");return{prev:e.length-t.length>0,next:!!t.length}}return{prev:!1,next:!1}}function ot(e){e&&!pt()&&(o(e.querySelectorAll('img[src$=".gif"]')).forEach(e=>{e.setAttribute("src",e.getAttribute("src"))}),o(e.querySelectorAll("video, audio")).forEach(e=>{if(c(e,".fragment")&&!c(e,".fragment.visible"))return;let t=f.autoPlayMedia;if("boolean"!=typeof t&&(t=e.hasAttribute("data-autoplay")||!!c(e,".slide-background")),t&&"function"==typeof e.play)if(e.readyState>1)st({target:e});else if(w){let t=e.play();t&&"function"==typeof t.catch&&!1===e.controls&&t.catch(()=>{e.controls=!0,e.addEventListener("play",()=>{e.controls=!1})})}else e.removeEventListener("loadeddata",st),e.addEventListener("loadeddata",st)}),o(e.querySelectorAll("iframe[src]")).forEach(e=>{c(e,".fragment")&&!c(e,".fragment.visible")||lt({target:e})}),o(e.querySelectorAll("iframe[data-src]")).forEach(e=>{c(e,".fragment")&&!c(e,".fragment.visible")||e.getAttribute("src")!==e.getAttribute("data-src")&&(e.removeEventListener("load",lt),e.addEventListener("load",lt),e.setAttribute("src",e.getAttribute("data-src")))}))}function st(e){let t=!!c(e.target,"html"),a=!!c(e.target,".present");t&&a&&(e.target.currentTime=0,e.target.play()),e.target.removeEventListener("loadeddata",st)}function lt(e){let t=e.target;if(t&&t.contentWindow){let a=!!c(e.target,"html"),r=!!c(e.target,".present");if(a&&r){let e=f.autoPlayMedia;"boolean"!=typeof e&&(e=t.hasAttribute("data-autoplay")||!!c(t,".slide-background")),/youtube\.com\/embed\//.test(t.getAttribute("src"))&&e?t.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*"):/player\.vimeo\.com\//.test(t.getAttribute("src"))&&e?t.contentWindow.postMessage('{"method":"play"}',"*"):t.contentWindow.postMessage("slide:start","*")}}}function dt(e,t={}){t=i({unloadIframes:!0},t),e&&e.parentNode&&(o(e.querySelectorAll("video, audio")).forEach(e=>{e.hasAttribute("data-ignore")||"function"!=typeof e.pause||(e.setAttribute("data-paused-by-reveal",""),e.pause())}),o(e.querySelectorAll("iframe")).forEach(e=>{e.contentWindow&&e.contentWindow.postMessage("slide:stop","*"),e.removeEventListener("load",lt)}),o(e.querySelectorAll('iframe[src*="youtube.com/embed/"]')).forEach(e=>{!e.hasAttribute("data-ignore")&&e.contentWindow&&"function"==typeof e.contentWindow.postMessage&&e.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")}),o(e.querySelectorAll('iframe[src*="player.vimeo.com/"]')).forEach(e=>{!e.hasAttribute("data-ignore")&&e.contentWindow&&"function"==typeof e.contentWindow.postMessage&&e.contentWindow.postMessage('{"method":"pause"}',"*")}),!0===t.unloadIframes&&o(e.querySelectorAll("iframe[data-src]")).forEach(e=>{e.setAttribute("src","about:blank"),e.removeAttribute("src")}))}function ct(e=b){let t=vt(),a=0;e:for(let r=0;r0){let a=.9;t+=b.querySelectorAll(".fragment.visible").length/e.length*a}}return Math.min(t/(e-1),1)}function pt(){return!!window.location.search.match(/receiver/gi)}function ht(){let e=window.location.hash,t=e.slice(2).split("/"),r=e.replace(/#|\//gi,"");if(!/^[0-9]*$/.test(t[0])&&r.length){let e;try{e=document.getElementById(decodeURIComponent(r))}catch(e){}let t=!!b&&b.getAttribute("id")===r;if(e){if(!t){let t=a.getIndices(e);De(t.h,t.v)}}else De(g||0,m||0)}else{let e,a=f.hashOneBasedIndex?1:0,r=parseInt(t[0],10)-a||0,n=parseInt(t[1],10)-a||0;f.fragmentInURL&&(e=parseInt(t[2],10),isNaN(e)&&(e=void 0)),r===g&&n===m&&void 0===e||De(r,n,e)}}function ft(e){clearTimeout(H),"number"==typeof e?H=setTimeout(ft,e):b&&(f.history||!window.history?window.location.hash=Me():f.hash?window.history.replaceState(null,null,"#"+Me()):window.history.replaceState(null,null,window.location.pathname+window.location.search))}function gt(e){let t,a=g,r=m;if(e){let t=Ne(e),n=t?e.parentNode:e,i=o(C.wrapper.querySelectorAll(".slides>section"));a=Math.max(i.indexOf(n),0),r=void 0,t&&(r=Math.max(o(e.parentNode.querySelectorAll("section")).indexOf(e),0))}if(!e&&b){if(b.querySelectorAll(".fragment").length>0){let e=b.querySelector(".current-fragment");t=e&&e.hasAttribute("data-fragment-index")?parseInt(e.getAttribute("data-fragment-index"),10):b.querySelectorAll(".fragment.visible").length-1}}return{h:a,v:r,f:t}}function mt(){return o(C.wrapper.querySelectorAll('.slides section:not(.stack):not([data-visibility="uncounted"])'))}function vt(){return o(C.wrapper.querySelectorAll(".slides>section"))}function bt(){return o(C.wrapper.querySelectorAll(".slides>section>section"))}function yt(){return vt().length>1}function wt(){return bt().length>1}function At(){return mt().length}function kt(e,t){let a=vt()[e],r=a&&a.querySelectorAll("section");return r&&r.length&&"number"==typeof t?r?r[t]:void 0:a}function Et(e,t){let a="number"==typeof e?kt(e,t):e;if(a)return a.slideBackgroundElement}function St(e=b){if(e.hasAttribute("data-notes"))return e.getAttribute("data-notes");let t=e.querySelector("aside.notes");return t?t.innerHTML:null}function Lt(){let e=gt();return{indexh:e.h,indexv:e.v,indexf:e.f,paused:Oe(),overview:xe()}}function xt(e,t=!1){e=o(e);let a=[],r=[],n=[];e.forEach(e=>{if(e.hasAttribute("data-fragment-index")){let t=parseInt(e.getAttribute("data-fragment-index"),10);a[t]||(a[t]=[]),a[t].push(e)}else r.push([e])}),a=a.concat(r);let i=0;return a.forEach(e=>{e.forEach(e=>{n.push(e),e.setAttribute("data-fragment-index",i)}),i++}),!0===t?a:n}function Mt(e,t){let a={shown:[],hidden:[]};if(b&&f.fragments&&(t=t||xt(b.querySelectorAll(".fragment"))).length){let r=0;if("number"!=typeof e){let t=xt(b.querySelectorAll(".fragment.visible")).pop();t&&(e=parseInt(t.getAttribute("data-fragment-index")||0,10))}o(t).forEach((t,n)=>{t.hasAttribute("data-fragment-index")&&(n=parseInt(t.getAttribute("data-fragment-index"),10)),r=Math.max(r,n),n<=e?(t.classList.contains("visible")||a.shown.push(t),t.classList.add("visible"),t.classList.remove("current-fragment"),C.statusDiv.textContent=G(t),n===e&&(t.classList.add("current-fragment"),ot(t))):(t.classList.contains("visible")&&a.hidden.push(t),t.classList.remove("visible"),t.classList.remove("current-fragment"))}),e="number"==typeof e?e:-1,e=Math.max(Math.min(e,r),-1),b.setAttribute("data-fragment",e)}return a}function Nt(e,t=0){if(b&&f.fragments){let a=xt(b.querySelectorAll(".fragment"));if(a.length){if("number"!=typeof e){let t=xt(b.querySelectorAll(".fragment.visible")).pop();e=t?parseInt(t.getAttribute("data-fragment-index")||0,10):-1}let r=Mt(e+=t,a);return r.hidden.length&&de("fragmenthidden",{fragment:r.hidden[0],fragments:r.hidden}),r.shown.length&&de("fragmentshown",{fragment:r.shown[0],fragments:r.shown}),Xe(),Fe(),f.fragmentInURL&&ft(),!(!r.shown.length&&!r.hidden.length)}}return!1}function qt(){return Nt(null,1)}function It(){return Nt(null,-1)}function Pt(){if(Tt(),b&&!1!==f.autoSlide){let e=b.querySelector(".current-fragment");e||(e=b.querySelector(".fragment"));let t=e?e.getAttribute("data-autoslide"):null,r=b.parentNode?b.parentNode.getAttribute("data-autoslide"):null,n=b.getAttribute("data-autoslide");F=t?parseInt(t,10):n?parseInt(n,10):r?parseInt(r,10):f.autoSlide,0===b.querySelectorAll(".fragment").length&&o(b.querySelectorAll("video, audio")).forEach(e=>{e.hasAttribute("data-autoplay")&&F&&1e3*e.duration/e.playbackRate>F&&(F=1e3*e.duration/e.playbackRate+1e3)}),!F||X||Oe()||xe()||a.isLastSlide()&&!it().next&&!0!==f.loop||(U=setTimeout(()=>{"function"==typeof f.autoSlideMethod?f.autoSlideMethod():jt(),Pt()},F),V=Date.now()),E&&E.setPlaying(-1!==U)}}function Tt(){clearTimeout(U),U=-1}function Ct(){F&&!X&&(X=!0,de("autoslidepaused"),clearTimeout(U),E&&E.setPlaying(!1))}function Ot(){F&&X&&(X=!1,de("autoslideresumed"),Pt())}function Rt(){N=!0,f.rtl?(xe()||!1===qt())&&nt().left&&De(g+1,"grid"===f.navigationMode?m:void 0):(xe()||!1===It())&&nt().left&&De(g-1,"grid"===f.navigationMode?m:void 0)}function Dt(){N=!0,f.rtl?(xe()||!1===It())&&nt().right&&De(g-1,"grid"===f.navigationMode?m:void 0):(xe()||!1===qt())&&nt().right&&De(g+1,"grid"===f.navigationMode?m:void 0)}function Bt(){(xe()||!1===It())&&nt().up&&De(g,m-1)}function Ht(){q=!0,(xe()||!1===qt())&&nt().down&&De(g,m+1)}function zt(){if(!1===It())if(nt().up)Bt();else{let e;if(e=f.rtl?o(C.wrapper.querySelectorAll(".slides>section.future")).pop():o(C.wrapper.querySelectorAll(".slides>section.past")).pop(),e){let t=e.querySelectorAll("section").length-1||void 0;De(g-1,t)}}}function jt(){if(N=!0,q=!0,!1===qt()){let e=nt();e.down&&e.right&&f.loop&&a.isLastVerticalSlide(b)&&(e.down=!1),e.down?Ht():f.rtl?Rt():Dt()}}function $t(e){for(;e&&"function"==typeof e.hasAttribute;){if(e.hasAttribute("data-prevent-swipe"))return!0;e=e.parentNode}return!1}function Wt(e){f.autoSlideStoppable&&Ct()}function Ft(e){qe(),clearTimeout(j),j=setTimeout(Ie,f.hideCursorTime)}function Ut(e){e.shiftKey&&63===e.charCode&&he()}function Vt(e){if("function"==typeof f.keyboardCondition&&!1===f.keyboardCondition(e))return!0;let t=e.keyCode,r=X;Wt();let n=document.activeElement&&"inherit"!==document.activeElement.contentEditable,i=document.activeElement&&document.activeElement.tagName&&/input|textarea/i.test(document.activeElement.tagName),o=document.activeElement&&document.activeElement.className&&/speaker-notes/i.test(document.activeElement.className),s=e.shiftKey&&32===e.keyCode,l=e.shiftKey&&37===t,d=e.shiftKey&&39===t,c=!s&&!l&&!d&&(e.shiftKey||e.altKey||e.ctrlKey||e.metaKey);if(n||i||o||c)return;let u,p=[66,86,190,191];if("object"==typeof f.keyboard)for(u in f.keyboard)"togglePause"===f.keyboard[u]&&p.push(parseInt(u,10));if(Oe()&&-1===p.indexOf(t))return!1;let h="linear"===f.navigationMode||!yt()||!wt(),g=!1;if("object"==typeof f.keyboard)for(u in f.keyboard)if(parseInt(u,10)===t){let t=f.keyboard[u];"function"==typeof t?t.apply(null,[e]):"string"==typeof t&&"function"==typeof a[t]&&a[t].call(),g=!0}if(!1===g)for(u in _)if(parseInt(u,10)===t){let t=_[u].callback;"function"==typeof t?t.apply(null,[e]):"string"==typeof t&&"function"==typeof a[t]&&a[t].call(),g=!0}!1===g&&(g=!0,80===t||33===t?zt():78===t||34===t?jt():72===t||37===t?l?De(0):!xe()&&h?zt():Rt():76===t||39===t?d?De(Number.MAX_VALUE):!xe()&&h?jt():Dt():75===t||38===t?!xe()&&h?zt():Bt():74===t||40===t?!xe()&&h?jt():Ht():36===t?De(0):35===t?De(Number.MAX_VALUE):32===t?(xe()&&Se(),e.shiftKey?zt():jt()):58===t||59===t||66===t||86===t||190===t||191===t?Ce():70===t?(()=>{let e=document.documentElement,t=e.requestFullscreen||e.webkitRequestFullscreen||e.webkitRequestFullScreen||e.mozRequestFullScreen||e.msRequestFullscreen;t&&t.apply(e)})():65===t?f.autoSlideStoppable&&Re(r):g=!1),g?e.preventDefault&&e.preventDefault():27!==t&&79!==t||(C.overlay?ge():Le(),e.preventDefault&&e.preventDefault()),Pt()}function Xt(e){if($t(e.target))return!0;Y.startX=e.touches[0].clientX,Y.startY=e.touches[0].clientY,Y.startCount=e.touches.length}function Yt(e){if($t(e.target))return!0;if(Y.captured)p.match(/android/gi)&&e.preventDefault();else{Wt();let t=e.touches[0].clientX,a=e.touches[0].clientY;if(1===e.touches.length&&2!==Y.startCount){let r=t-Y.startX,n=a-Y.startY;r>Y.threshold&&Math.abs(r)>Math.abs(n)?(Y.captured=!0,"linear"===f.navigationMode?f.rtl?jt():zt():Rt()):r<-Y.threshold&&Math.abs(r)>Math.abs(n)?(Y.captured=!0,"linear"===f.navigationMode?f.rtl?zt():jt():Dt()):n>Y.threshold?(Y.captured=!0,"linear"===f.navigationMode?zt():Bt()):n<-Y.threshold&&(Y.captured=!0,"linear"===f.navigationMode?jt():Ht()),f.embedded?(Y.captured||Ne(b))&&e.preventDefault():e.preventDefault()}}}function Kt(e){Y.captured=!1}function _t(e){e.pointerType!==e.MSPOINTER_TYPE_TOUCH&&"touch"!==e.pointerType||(e.touches=[{clientX:e.clientX,clientY:e.clientY}],Xt(e))}function Jt(e){e.pointerType!==e.MSPOINTER_TYPE_TOUCH&&"touch"!==e.pointerType||(e.touches=[{clientX:e.clientX,clientY:e.clientY}],Yt(e))}function Qt(e){e.pointerType!==e.MSPOINTER_TYPE_TOUCH&&"touch"!==e.pointerType||(e.touches=[{clientX:e.clientX,clientY:e.clientY}],Kt())}function Zt(e){if(Date.now()-B>600){B=Date.now();let t=e.detail||-e.wheelDelta;t>0?jt():t<0&&zt()}}function Gt(e){Wt(),e.preventDefault();let t=vt().length,a=Math.floor(e.clientX/C.wrapper.offsetWidth*t);f.rtl&&(a=t-a),De(a)}function ea(e){e.preventDefault(),Wt(),"linear"===f.navigationMode?zt():Rt()}function ta(e){e.preventDefault(),Wt(),"linear"===f.navigationMode?jt():Dt()}function aa(e){e.preventDefault(),Wt(),Bt()}function ra(e){e.preventDefault(),Wt(),Ht()}function na(e){e.preventDefault(),Wt(),zt()}function ia(e){e.preventDefault(),Wt(),jt()}function oa(e){ht()}function sa(e){me()}function la(e){!1===document.hidden&&document.activeElement!==document.body&&("function"==typeof document.activeElement.blur&&document.activeElement.blur(),document.body.focus())}function da(e){if($&&xe()){e.preventDefault();let t=e.target;for(;t&&!t.nodeName.match(/section/gi);)t=t.parentNode;if(t&&!t.classList.contains("disabled")&&(Se(),t.nodeName.match(/section/gi))){De(parseInt(t.getAttribute("data-index-h"),10),parseInt(t.getAttribute("data-index-v"),10))}}}function ca(e){if(e.currentTarget&&e.currentTarget.hasAttribute("href")){let t=e.currentTarget.getAttribute("href");t&&(!function(e){ge(),C.overlay=document.createElement("div"),C.overlay.classList.add("overlay"),C.overlay.classList.add("overlay-preview"),C.wrapper.appendChild(C.overlay),C.overlay.innerHTML=`
\n\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tUnable to load iframe. This is likely due to the site's policy (x-frame-options).\n\t\t\t\t\n\t\t\t
`,C.overlay.querySelector("iframe").addEventListener("load",e=>{C.overlay.classList.add("loaded")},!1),C.overlay.querySelector(".close").addEventListener("click",e=>{ge(),e.preventDefault()},!1),C.overlay.querySelector(".external").addEventListener("click",e=>{ge()},!1)}(t),e.preventDefault())}}function ua(e){a.isLastSlide()&&!1===f.loop?(De(0,0),Ot()):X?Ot():Ct()}return a={VERSION:"4.0.0-dev",configure:ne,sync:Be,syncSlide:function(e=b){re(e),He(e),at(e),Ye(),We()},syncFragments:He,slide:De,left:Rt,right:Dt,up:Bt,down:Ht,prev:zt,next:jt,navigateTo:De,navigateLeft:Rt,navigateRight:Dt,navigateUp:Bt,navigateDown:Ht,navigatePrev:zt,navigateNext:jt,navigateFragment:Nt,prevFragment:It,nextFragment:qt,layout:me,shuffle:ze,availableRoutes:nt,availableFragments:it,toggleHelp:he,toggleOverview:Le,togglePause:Ce,toggleAutoSlide:Re,isOverview:xe,isPaused:Oe,isAutoSliding:function(){return!(!F||X)},isSpeakerNotes:pt,loadSlide:at,unloadSlide:rt,addEventListeners:ie,removeEventListeners:oe,getState:Lt,setState:function(e){if("object"==typeof e){De(s(e.indexh),s(e.indexv),s(e.indexf));let t=s(e.paused),a=s(e.overview);"boolean"==typeof t&&t!==Oe()&&Ce(t),"boolean"==typeof a&&a!==xe()&&Le(a)}},getSlidePastCount:ct,getProgress:ut,getIndices:gt,getSlides:mt,getSlidesAttributes:function(){return mt().map(e=>{let t={};for(let a=0;av,getCurrentSlide:()=>b,getScale:()=>P,getConfig:()=>f,getQueryHash:()=>{let e={};location.search.replace(/[A-Z0-9]+?=([\w\.%-]*)/gi,t=>{e[t.split("=").shift()]=t.split("=").pop()});for(let t in e){let a=e[t];e[t]=s(unescape(a))}return e},getRevealElement:()=>C.wrapper||document.querySelector(".reveal"),getPlugins:()=>O,isFirstSlide:()=>0===g&&0===m,isLastSlide:()=>!!b&&(!b.nextElementSibling&&(!Ne(b)||!b.parentNode.nextElementSibling)),isLastVerticalSlide:()=>!(!b||!Ne(b))&&!b.nextElementSibling,isReady:()=>S,addEventListener:(e,t,r)=>{a.getRevealElement().addEventListener(e,t,r)},removeEventListener:(e,t,r)=>{a.getRevealElement().removeEventListener(e,t,r)},triggerKey:e=>Vt({keyCode:e}),registerKeyboardShortcut:(e,t)=>K[e]=t},function(){if(!e)return void console.warn("reveal.js must be instantiated with a valid .reveal element");!function(){w=/(iphone|ipod|ipad|android)/gi.test(p)||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1,A=/chrome/i.test(p)&&!/edge/i.test(p);let e=document.createElement("div");D.zoom="zoom"in e.style&&!w&&(A||/Version\/[\d\.]+.*Safari/.test(p))}(),C.wrapper=e,C.slides=e.querySelector(".slides"),window.addEventListener("load",me,!1);let r=a.getQueryHash();return void 0!==r.dependencies&&delete r.dependencies,f={...n,...t,...r},function(){let e=[],t=0;f.dependencies.forEach(t=>{t.condition&&!t.condition()||(t.async?R.push(t):e.push(t))}),e.length?(t=e.length,e.forEach(e=>{Z(e.src,()=>{"function"==typeof e.callback&&e.callback(),0==--t&&J()})})):J()}(),a}()};window.Reveal=p,window.Reveal.initialize=e=>{window.Reveal=new p(document.querySelector(".reveal"),e)}}]); \ No newline at end of file diff --git a/js/reveal.js b/js/reveal.js index e2c86b3..51de344 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -462,12 +462,12 @@ export default function( revealElement, options ) { dom.wrapper.setAttribute( 'role', 'application' ); // There can be multiple instances of controls throughout the page - dom.controlsLeft = toArray( document.querySelectorAll( '.navigate-left' ) ); - dom.controlsRight = toArray( document.querySelectorAll( '.navigate-right' ) ); - dom.controlsUp = toArray( document.querySelectorAll( '.navigate-up' ) ); - dom.controlsDown = toArray( document.querySelectorAll( '.navigate-down' ) ); - dom.controlsPrev = toArray( document.querySelectorAll( '.navigate-prev' ) ); - dom.controlsNext = toArray( document.querySelectorAll( '.navigate-next' ) ); + dom.controlsLeft = toArray( dom.wrapper.querySelectorAll( '.navigate-left' ) ); + dom.controlsRight = toArray( dom.wrapper.querySelectorAll( '.navigate-right' ) ); + dom.controlsUp = toArray( dom.wrapper.querySelectorAll( '.navigate-up' ) ); + dom.controlsDown = toArray( dom.wrapper.querySelectorAll( '.navigate-down' ) ); + dom.controlsPrev = toArray( dom.wrapper.querySelectorAll( '.navigate-prev' ) ); + dom.controlsNext = toArray( dom.wrapper.querySelectorAll( '.navigate-next' ) ); // The left, right and down arrows in the standard reveal.js controls dom.controlsRightArrow = dom.controls.querySelector( '.navigate-right' ); @@ -486,7 +486,7 @@ export default function( revealElement, options ) { */ function createStatusDiv() { - let statusDiv = document.getElementById( 'aria-status-div' ); + let statusDiv = dom.wrapper.querySelector( '.aria-status' ); if( !statusDiv ) { statusDiv = document.createElement( 'div' ); statusDiv.style.position = 'absolute'; @@ -494,7 +494,7 @@ export default function( revealElement, options ) { statusDiv.style.width = '1px'; statusDiv.style.overflow = 'hidden'; statusDiv.style.clip = 'rect( 1px, 1px, 1px, 1px )'; - statusDiv.setAttribute( 'id', 'aria-status-div' ); + statusDiv.classList.add( 'aria-status' ); statusDiv.setAttribute( 'aria-live', 'polite' ); statusDiv.setAttribute( 'aria-atomic','true' ); dom.wrapper.appendChild( statusDiv ); @@ -531,7 +531,9 @@ export default function( revealElement, options ) { } - return text.trim(); + text = text.trim(); + + return text === '' ? '' : text + ' '; } @@ -1474,7 +1476,7 @@ export default function( revealElement, options ) { */ function enablePreviewLinks( selector = 'a' ) { - toArray( document.querySelectorAll( selector ) ).forEach( element => { + toArray( dom.wrapper.querySelectorAll( selector ) ).forEach( element => { if( /^(http|www)/gi.test( element.getAttribute( 'href' ) ) ) { element.addEventListener( 'click', onPreviewLinkClicked, false ); } @@ -1487,7 +1489,7 @@ export default function( revealElement, options ) { */ function disablePreviewLinks( selector = 'a' ) { - toArray( document.querySelectorAll( selector ) ).forEach( element => { + toArray( dom.wrapper.querySelectorAll( selector ) ).forEach( element => { if( /^(http|www)/gi.test( element.getAttribute( 'href' ) ) ) { element.removeEventListener( 'click', onPreviewLinkClicked, false ); }