.reveal .stretch,.reveal .r-stretch{max-width:none;max-height:none}.reveal pre.stretch code,.reveal pre.r-stretch code{box-sizing:border-box;height:100%;max-height:100%}.reveal .r-fit-text{white-space:nowrap;display:inline-block}.reveal .r-stack{grid-template-rows:100%;display:grid}.reveal .r-stack>*{grid-area:1/1;margin:auto}.reveal .r-vstack,.reveal .r-hstack{display:flex}.reveal .r-vstack img,.reveal .r-vstack video,.reveal .r-hstack img,.reveal .r-hstack video{-o-object-fit:contain;object-fit:contain;min-width:0;min-height:0}.reveal .r-vstack{flex-direction:column;justify-content:center;align-items:center}.reveal .r-hstack{flex-direction:row;justify-content:center;align-items:center}.reveal .items-stretch{align-items:stretch}.reveal .items-start{align-items:flex-start}.reveal .items-center{align-items:center}.reveal .items-end{align-items:flex-end}.reveal .justify-between{justify-content:space-between}.reveal .justify-around{justify-content:space-around}.reveal .justify-start{justify-content:flex-start}.reveal .justify-center{justify-content:center}.reveal .justify-end{justify-content:flex-end}html.reveal-full-page{width:100%;height:100vh;height:calc(var(--vh,1vh) * 100);height:100dvh;overflow:hidden}.reveal-viewport{color:#000;--r-controls-spacing:12px;--r-overlay-header-height:40px;--r-overlay-margin:0px;--r-overlay-padding:6px;--r-overlay-gap:5px;background-color:#fff;height:100%;margin:0;line-height:1;position:relative;overflow:hidden}@media screen and (width<=1024px),(height<=768px){.reveal-viewport{--r-overlay-header-height:26px}}.reveal-viewport:fullscreen{width:100%!important;height:100%!important;top:0!important;left:0!important;transform:none!important}.reveal .fragment{transition:all .2s}.reveal .fragment:not(.custom){opacity:0;visibility:hidden;will-change:opacity}.reveal .fragment.visible{opacity:1;visibility:inherit}.reveal .fragment.disabled{transition:none}.reveal .fragment.grow{opacity:1;visibility:inherit}.reveal .fragment.grow.visible{transform:scale(1.3)}.reveal .fragment.shrink{opacity:1;visibility:inherit}.reveal .fragment.shrink.visible{transform:scale(.7)}.reveal .fragment.zoom-in{transform:scale(.1)}.reveal .fragment.zoom-in.visible{transform:none}.reveal .fragment.fade-out{opacity:1;visibility:inherit}.reveal .fragment.fade-out.visible{opacity:0;visibility:hidden}.reveal .fragment.semi-fade-out{opacity:1;visibility:inherit}.reveal .fragment.semi-fade-out.visible{opacity:.5;visibility:inherit}.reveal .fragment.strike{opacity:1;visibility:inherit}.reveal .fragment.strike.visible{text-decoration:line-through}.reveal .fragment.fade-up{transform:translateY(40px)}.reveal .fragment.fade-up.visible{transform:translate(0)}.reveal .fragment.fade-down{transform:translateY(-40px)}.reveal .fragment.fade-down.visible{transform:translate(0)}.reveal .fragment.fade-right{transform:translate(-40px)}.reveal .fragment.fade-right.visible{transform:translate(0)}.reveal .fragment.fade-left{transform:translate(40px)}.reveal .fragment.fade-left.visible{transform:translate(0)}.reveal .fragment.fade-in-then-out,.reveal .fragment.current-visible{opacity:0;visibility:hidden}.reveal .fragment.fade-in-then-out.current-fragment,.reveal .fragment.current-visible.current-fragment{opacity:1;visibility:inherit}.reveal .fragment.fade-in-then-semi-out{opacity:0;visibility:hidden}.reveal .fragment.fade-in-then-semi-out.visible{opacity:.5;visibility:inherit}.reveal .fragment.fade-in-then-semi-out.current-fragment,.reveal .fragment.highlight-red,.reveal .fragment.highlight-current-red,.reveal .fragment.highlight-green,.reveal .fragment.highlight-current-green,.reveal .fragment.highlight-blue,.reveal .fragment.highlight-current-blue{opacity:1;visibility:inherit}.reveal .fragment.highlight-red.visible{color:#ff2c2d}.reveal .fragment.highlight-green.visible{color:#17ff2e}.reveal .fragment.highlight-blue.visible{color:#1b91ff}.reveal .fragment.highlight-current-red.current-fragment{color:#ff2c2d}.reveal .fragment.highlight-current-green.current-fragment{color:#17ff2e}.reveal .fragment.highlight-current-blue.current-fragment{color:#1b91ff}.reveal:after{content:"";font-style:italic}.reveal iframe{z-index:1}.reveal a{position:relative}@keyframes bounce-right{0%,10%,25%,40%,50%{transform:translate(0)}20%{transform:translate(10px)}30%{transform:translate(-5px)}}@keyframes bounce-left{0%,10%,25%,40%,50%{transform:translate(0)}20%{transform:translate(-10px)}30%{transform:translate(5px)}}@keyframes bounce-down{0%,10%,25%,40%,50%{transform:translateY(0)}20%{transform:translateY(10px)}30%{transform:translateY(-5px)}}.reveal .controls{top:auto;bottom:var(--r-controls-spacing);right:var(--r-controls-spacing);z-index:11;color:#000;pointer-events:none;font-size:10px;display:none;position:absolute;left:auto}.reveal .controls button{cursor:pointer;color:currentColor;z-index:2;pointer-events:auto;font-size:inherit;visibility:hidden;opacity:0;-webkit-appearance:none;-webkit-tap-highlight-color:#0000;background-color:#0000;border:0;outline:0;padding:0;transition:color .2s,opacity .2s,transform .2s;position:absolute;transform:scale(.9999)}.reveal .controls .controls-arrow:before,.reveal .controls .controls-arrow:after{content:"";transform-origin:.2em;will-change:transform;background-color:currentColor;border-radius:.25em;width:2.6em;height:.5em;transition:all .15s,background-color .8s;position:absolute;top:0;left:0}.reveal .controls .controls-arrow{width:3.6em;height:3.6em;position:relative}.reveal .controls .controls-arrow:before{transform:translate(.5em)translateY(1.55em)rotate(45deg)}.reveal .controls .controls-arrow:after{transform:translate(.5em)translateY(1.55em)rotate(-45deg)}.reveal .controls .controls-arrow:hover:before{transform:translate(.5em)translateY(1.55em)rotate(40deg)}.reveal .controls .controls-arrow:hover:after{transform:translate(.5em)translateY(1.55em)rotate(-40deg)}.reveal .controls .controls-arrow:active:before{transform:translate(.5em)translateY(1.55em)rotate(36deg)}.reveal .controls .controls-arrow:active:after{transform:translate(.5em)translateY(1.55em)rotate(-36deg)}.reveal .controls .navigate-left{bottom:3.2em;right:6.4em;transform:translate(-10px)}.reveal .controls .navigate-left.highlight{animation:2s ease-out 50 both bounce-left}.reveal .controls .navigate-right{bottom:3.2em;right:0;transform:translate(10px)}.reveal .controls .navigate-right .controls-arrow{transform:rotate(180deg)}.reveal .controls .navigate-right.highlight{animation:2s ease-out 50 both bounce-right}.reveal .controls .navigate-up{bottom:6.4em;right:3.2em;transform:translateY(-10px)}.reveal .controls .navigate-up .controls-arrow{transform:rotate(90deg)}.reveal .controls .navigate-down{padding-bottom:1.4em;bottom:-1.4em;right:3.2em;transform:translateY(10px)}.reveal .controls .navigate-down .controls-arrow{transform:rotate(-90deg)}.reveal .controls .navigate-down.highlight{animation:2s ease-out 50 both bounce-down}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled{opacity:.3}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled:hover{opacity:1}.reveal .controls[data-controls-back-arrows=hidden] .navigate-up.enabled{opacity:0;visibility:hidden}.reveal .controls .enabled{visibility:visible;opacity:.9;cursor:pointer;transform:none}.reveal .controls .enabled.fragmented{opacity:.5}.reveal .controls .enabled:hover,.reveal .controls .enabled.fragmented:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled{opacity:.3}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=hidden] .navigate-left.enabled{opacity:0;visibility:hidden}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled{opacity:.3}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled:hover{opacity:1}.reveal.rtl .controls[data-controls-back-arrows=hidden] .navigate-right.enabled{opacity:0;visibility:hidden}.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-up,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-down{display:none}.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-left,.reveal:not(.has-vertical-slides) .controls .navigate-left{bottom:1.4em;right:5.5em}.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-right,.reveal:not(.has-vertical-slides) .controls .navigate-right{bottom:1.4em;right:.5em}.reveal:not(.has-horizontal-slides) .controls .navigate-up{bottom:5em;right:1.4em}.reveal:not(.has-horizontal-slides) .controls .navigate-down{bottom:.5em;right:1.4em}.reveal.has-dark-background .controls{color:#fff}.reveal.has-light-background .controls{color:#000}.reveal.no-hover .controls .controls-arrow:hover:before,.reveal.no-hover .controls .controls-arrow:active:before{transform:translate(.5em)translateY(1.55em)rotate(45deg)}.reveal.no-hover .controls .controls-arrow:hover:after,.reveal.no-hover .controls .controls-arrow:active:after{transform:translate(.5em)translateY(1.55em)rotate(-45deg)}@media screen and (width>=500px){.reveal-viewport{--r-controls-spacing:.8em}.reveal .controls[data-controls-layout=edges]{inset:0}.reveal .controls[data-controls-layout=edges] .navigate-left,.reveal .controls[data-controls-layout=edges] .navigate-right,.reveal .controls[data-controls-layout=edges] .navigate-up,.reveal .controls[data-controls-layout=edges] .navigate-down{bottom:auto;right:auto}.reveal .controls[data-controls-layout=edges] .navigate-left{top:50%;left:var(--r-controls-spacing);margin-top:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-right{top:50%;right:var(--r-controls-spacing);margin-top:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-up{top:var(--r-controls-spacing);margin-left:-1.8em;left:50%}.reveal .controls[data-controls-layout=edges] .navigate-down{bottom:calc(var(--r-controls-spacing) - 1.4em + .3em);margin-left:-1.8em;left:50%}}.reveal .progress{z-index:10;color:#fff;background-color:#0003;width:100%;height:3px;display:none;position:absolute;bottom:0;left:0}.reveal .progress:after{content:"";width:100%;height:10px;display:block;position:absolute;top:-10px}.reveal .progress span{transform-origin:0 0;background-color:currentColor;width:100%;height:100%;transition:transform .8s cubic-bezier(.26,.86,.44,.985);display:block;transform:scaleX(0)}.reveal .slide-number{z-index:31;color:#fff;background-color:#0006;padding:5px;font-family:Helvetica,sans-serif;font-size:12px;line-height:1;display:block;position:absolute;bottom:8px;right:8px}.reveal .slide-number a{color:currentColor}.reveal .slide-number-delimiter{margin:0 3px}.reveal{touch-action:pinch-zoom;width:100%;height:100%;position:relative;overflow:hidden}.reveal.embedded{touch-action:pan-y}.reveal.embedded.is-vertical-slide{touch-action:none}.reveal .slides{pointer-events:none;z-index:1;text-align:center;perspective:600px;perspective-origin:50% 40%;width:100%;height:100%;margin:auto;position:absolute;inset:0;overflow:visible}.reveal .slides>section{perspective:600px}.reveal .slides>section,.reveal .slides>section>section{pointer-events:auto;z-index:10;transform-style:flat;width:100%;transition:transform-origin .8s cubic-bezier(.26,.86,.44,.985),transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985);display:none;position:absolute}.reveal[data-transition-speed=fast] .slides section{transition-duration:.4s}.reveal[data-transition-speed=slow] .slides section{transition-duration:1.2s}.reveal .slides section[data-transition-speed=fast]{transition-duration:.4s}.reveal .slides section[data-transition-speed=slow]{transition-duration:1.2s}.reveal .slides>section.stack{pointer-events:none;height:100%;padding-top:0;padding-bottom:0}.reveal .slides>section.present,.reveal .slides>section>section.present{z-index:11;opacity:1;display:block}.reveal .slides>section:empty,.reveal .slides>section>section:empty,.reveal .slides>section[data-background-interactive],.reveal .slides>section>section[data-background-interactive]{pointer-events:none}.reveal.center,.reveal.center .slides,.reveal.center .slides section{min-height:0!important}.reveal .slides>section:not(.present),.reveal .slides>section>section:not(.present){pointer-events:none}.reveal.overview .slides>section,.reveal.overview .slides>section>section{pointer-events:auto}.reveal .slides>section.past,.reveal .slides>section.future,.reveal .slides>section.past>section,.reveal .slides>section.future>section,.reveal .slides>section>section.past,.reveal .slides>section>section.future{opacity:0}.reveal .slides>section[data-transition=slide].past,.reveal .slides>section[data-transition~=slide-out].past,.reveal.slide .slides>section:not([data-transition]).past{transform:translate(-150%)}.reveal .slides>section[data-transition=slide].future,.reveal .slides>section[data-transition~=slide-in].future,.reveal.slide .slides>section:not([data-transition]).future{transform:translate(150%)}.reveal .slides>section>section[data-transition=slide].past,.reveal .slides>section>section[data-transition~=slide-out].past,.reveal.slide .slides>section>section:not([data-transition]).past{transform:translateY(-150%)}.reveal .slides>section>section[data-transition=slide].future,.reveal .slides>section>section[data-transition~=slide-in].future,.reveal.slide .slides>section>section:not([data-transition]).future{transform:translateY(150%)}.reveal .slides>section[data-transition=linear].past,.reveal .slides>section[data-transition~=linear-out].past,.reveal.linear .slides>section:not([data-transition]).past{transform:translate(-150%)}.reveal .slides>section[data-transition=linear].future,.reveal .slides>section[data-transition~=linear-in].future,.reveal.linear .slides>section:not([data-transition]).future{transform:translate(150%)}.reveal .slides>section>section[data-transition=linear].past,.reveal .slides>section>section[data-transition~=linear-out].past,.reveal.linear .slides>section>section:not([data-transition]).past{transform:translateY(-150%)}.reveal .slides>section>section[data-transition=linear].future,.reveal .slides>section>section[data-transition~=linear-in].future,.reveal.linear .slides>section>section:not([data-transition]).future{transform:translateY(150%)}.reveal .slides section[data-transition=default].stack,.reveal.default .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=default].past,.reveal .slides>section[data-transition~=default-out].past,.reveal.default .slides>section:not([data-transition]).past{transform:translate(-100%)rotateY(-90deg)translate(-100%)}.reveal .slides>section[data-transition=default].future,.reveal .slides>section[data-transition~=default-in].future,.reveal.default .slides>section:not([data-transition]).future{transform:translate(100%)rotateY(90deg)translate(100%)}.reveal .slides>section>section[data-transition=default].past,.reveal .slides>section>section[data-transition~=default-out].past,.reveal.default .slides>section>section:not([data-transition]).past{transform:translateY(-300px)rotateX(70deg)translateY(-300px)}.reveal .slides>section>section[data-transition=default].future,.reveal .slides>section>section[data-transition~=default-in].future,.reveal.default .slides>section>section:not([data-transition]).future{transform:translateY(300px)rotateX(-70deg)translateY(300px)}.reveal .slides section[data-transition=convex].stack,.reveal.convex .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=convex].past,.reveal .slides>section[data-transition~=convex-out].past,.reveal.convex .slides>section:not([data-transition]).past{transform:translate(-100%)rotateY(-90deg)translate(-100%)}.reveal .slides>section[data-transition=convex].future,.reveal .slides>section[data-transition~=convex-in].future,.reveal.convex .slides>section:not([data-transition]).future{transform:translate(100%)rotateY(90deg)translate(100%)}.reveal .slides>section>section[data-transition=convex].past,.reveal .slides>section>section[data-transition~=convex-out].past,.reveal.convex .slides>section>section:not([data-transition]).past{transform:translateY(-300px)rotateX(70deg)translateY(-300px)}.reveal .slides>section>section[data-transition=convex].future,.reveal .slides>section>section[data-transition~=convex-in].future,.reveal.convex .slides>section>section:not([data-transition]).future{transform:translateY(300px)rotateX(-70deg)translateY(300px)}.reveal .slides section[data-transition=concave].stack,.reveal.concave .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=concave].past,.reveal .slides>section[data-transition~=concave-out].past,.reveal.concave .slides>section:not([data-transition]).past{transform:translate(-100%)rotateY(90deg)translate(-100%)}.reveal .slides>section[data-transition=concave].future,.reveal .slides>section[data-transition~=concave-in].future,.reveal.concave .slides>section:not([data-transition]).future{transform:translate(100%)rotateY(-90deg)translate(100%)}.reveal .slides>section>section[data-transition=concave].past,.reveal .slides>section>section[data-transition~=concave-out].past,.reveal.concave .slides>section>section:not([data-transition]).past{transform:translateY(-80%)rotateX(-70deg)translateY(-80%)}.reveal .slides>section>section[data-transition=concave].future,.reveal .slides>section>section[data-transition~=concave-in].future,.reveal.concave .slides>section>section:not([data-transition]).future{transform:translateY(80%)rotateX(70deg)translateY(80%)}.reveal .slides section[data-transition=zoom],.reveal.zoom .slides section:not([data-transition]){transition-timing-function:ease}.reveal .slides>section[data-transition=zoom].past,.reveal .slides>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section:not([data-transition]).past{visibility:hidden;transform:scale(16)}.reveal .slides>section[data-transition=zoom].future,.reveal .slides>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section:not([data-transition]).future{visibility:hidden;transform:scale(.2)}.reveal .slides>section>section[data-transition=zoom].past,.reveal .slides>section>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section>section:not([data-transition]).past{transform:scale(16)}.reveal .slides>section>section[data-transition=zoom].future,.reveal .slides>section>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section>section:not([data-transition]).future{transform:scale(.2)}.reveal.cube .slides{perspective:1300px}.reveal.cube .slides section{backface-visibility:hidden;box-sizing:border-box;min-height:700px;transform-style:preserve-3d;padding:30px}.reveal.center.cube .slides section{min-height:0}.reveal.cube .slides section:not(.stack):before{content:"";background:#0000001a;border-radius:4px;width:100%;height:100%;display:block;position:absolute;top:0;left:0;transform:translateZ(-20px)}.reveal.cube .slides section:not(.stack):after{content:"";z-index:1;background:0 0;border-radius:4px;width:90%;height:30px;display:block;position:absolute;bottom:0;left:5%;transform:translateZ(-90px)rotateX(65deg);box-shadow:0 95px 25px #0003}.reveal.cube .slides>section.stack{background:0 0;padding:0}.reveal.cube .slides>section.past{transform-origin:100% 0;transform:translate(-100%)rotateY(-90deg)}.reveal.cube .slides>section.future{transform-origin:0 0;transform:translate(100%)rotateY(90deg)}.reveal.cube .slides>section>section.past{transform-origin:0 100%;transform:translateY(-100%)rotateX(90deg)}.reveal.cube .slides>section>section.future{transform-origin:0 0;transform:translateY(100%)rotateX(-90deg)}.reveal.page .slides{perspective-origin:0%;perspective:3000px}.reveal.page .slides section{box-sizing:border-box;min-height:700px;transform-style:preserve-3d;padding:30px}.reveal.page .slides section.past{z-index:12}.reveal.page .slides section:not(.stack):before{content:"";background:#0000001a;width:100%;height:100%;display:block;position:absolute;top:0;left:0;transform:translateZ(-20px)}.reveal.page .slides section:not(.stack):after{content:"";z-index:1;background:0 0;border-radius:4px;width:90%;height:30px;display:block;position:absolute;bottom:0;left:5%;transform:translateZ(-90px)rotateX(65deg);box-shadow:0 95px 25px #0003}.reveal.page .slides>section.stack{background:0 0;padding:0}.reveal.page .slides>section.past{transform-origin:0 0;transform:translate(-40%)rotateY(-80deg)}.reveal.page .slides>section.future{transform-origin:100% 0;transform:translate(0,0)}.reveal.page .slides>section>section.past{transform-origin:0 0;transform:translateY(-40%)rotateX(80deg)}.reveal.page .slides>section>section.future{transform-origin:0 100%;transform:translate(0,0)}.reveal .slides section[data-transition=fade],.reveal.fade .slides section:not([data-transition]),.reveal.fade .slides>section>section:not([data-transition]){transition:opacity .5s;transform:none}.reveal.fade.overview .slides section,.reveal.fade.overview .slides>section>section{transition:none}.reveal .slides section[data-transition=none],.reveal.none .slides section:not([data-transition]){transition:none;transform:none}.reveal .pause-overlay{visibility:hidden;opacity:0;z-index:100;background:#000;width:100%;height:100%;transition:all 1s;position:absolute;top:0;left:0}.reveal .pause-overlay .resume-button{color:#ccc;cursor:pointer;background:0 0;border:2px solid #ccc;border-radius:2px;padding:6px 14px;font-size:16px;position:absolute;bottom:20px;right:20px}.reveal .pause-overlay .resume-button:hover{color:#fff;border-color:#fff}.reveal.paused .pause-overlay{visibility:visible;opacity:1}.reveal .no-transition,.reveal .no-transition *,.reveal .slides.disable-slide-transitions section{transition:none!important}.reveal .slides.disable-slide-transitions section{transform:none!important}.reveal .backgrounds{perspective:600px;width:100%;height:100%;position:absolute;top:0;left:0}.reveal .slide-background{opacity:0;visibility:hidden;background-color:#0000;width:100%;height:100%;transition:all .8s cubic-bezier(.26,.86,.44,.985);display:none;position:absolute;overflow:hidden}.reveal .slide-background-content{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute}.reveal .slide-background.stack{display:block}.reveal .slide-background.present{opacity:1;visibility:visible;z-index:2}.print-pdf .reveal .slide-background{opacity:1!important;visibility:visible!important}.reveal .slide-background video{-o-object-fit:cover;object-fit:cover;width:100%;max-width:none;height:100%;max-height:none;position:absolute;top:0;left:0}.reveal .slide-background[data-background-size=contain] video{-o-object-fit:contain;object-fit:contain}.reveal[data-background-transition=none]>.backgrounds .slide-background:not([data-background-transition]),.reveal>.backgrounds .slide-background[data-background-transition=none]{transition:none}.reveal[data-background-transition=slide]>.backgrounds .slide-background:not([data-background-transition]),.reveal>.backgrounds .slide-background[data-background-transition=slide]{opacity:1}.reveal[data-background-transition=slide]>.backgrounds .slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background.past[data-background-transition=slide]{transform:translate(-100%)}.reveal[data-background-transition=slide]>.backgrounds .slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background.future[data-background-transition=slide]{transform:translate(100%)}.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=slide]{transform:translateY(-100%)}.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=slide]{transform:translateY(100%)}.reveal[data-background-transition=convex]>.backgrounds .slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background.past[data-background-transition=convex]{opacity:0;transform:translate(-100%)rotateY(-90deg)translate(-100%)}.reveal[data-background-transition=convex]>.backgrounds .slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background.future[data-background-transition=convex]{opacity:0;transform:translate(100%)rotateY(90deg)translate(100%)}.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=convex]{opacity:0;transform:translateY(-100%)rotateX(90deg)translateY(-100%)}.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=convex]{opacity:0;transform:translateY(100%)rotateX(-90deg)translateY(100%)}.reveal[data-background-transition=concave]>.backgrounds .slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background.past[data-background-transition=concave]{opacity:0;transform:translate(-100%)rotateY(90deg)translate(-100%)}.reveal[data-background-transition=concave]>.backgrounds .slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background.future[data-background-transition=concave]{opacity:0;transform:translate(100%)rotateY(-90deg)translate(100%)}.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=concave]{opacity:0;transform:translateY(-100%)rotateX(-90deg)translateY(-100%)}.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=concave]{opacity:0;transform:translateY(100%)rotateX(90deg)translateY(100%)}.reveal[data-background-transition=zoom]>.backgrounds .slide-background:not([data-background-transition]),.reveal>.backgrounds .slide-background[data-background-transition=zoom]{transition-timing-function:ease}.reveal[data-background-transition=zoom]>.backgrounds .slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background.past[data-background-transition=zoom]{opacity:0;visibility:hidden;transform:scale(16)}.reveal[data-background-transition=zoom]>.backgrounds .slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background.future[data-background-transition=zoom]{opacity:0;visibility:hidden;transform:scale(.2)}.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=zoom]{opacity:0;visibility:hidden;transform:scale(16)}.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=zoom]{opacity:0;visibility:hidden;transform:scale(.2)}.reveal[data-transition-speed=fast]>.backgrounds .slide-background{transition-duration:.4s}.reveal[data-transition-speed=slow]>.backgrounds .slide-background{transition-duration:1.2s}.reveal [data-auto-animate-target^=unmatched]{will-change:opacity}.reveal section[data-auto-animate]:not(.stack):not([data-auto-animate=running]) [data-auto-animate-target^=unmatched]{opacity:0}.reveal.overview{perspective-origin:50%;perspective:700px}.reveal.overview .slides section{cursor:pointer;box-sizing:border-box;height:100%;overflow:hidden;opacity:1!important;visibility:visible!important;top:0!important}.reveal.overview .slides section:hover,.reveal.overview .slides section.present{outline-offset:10px;outline:10px solid #96969699}.reveal.overview .slides section.present{outline:10px solid var(--r-link-color)}.reveal.overview .slides section .fragment{opacity:1;transition:none}.reveal.overview .slides section:after,.reveal.overview .slides section:before{display:none!important}.reveal.overview .slides>section.stack{background:0 0;outline:none;padding:0;overflow:visible;top:0!important}.reveal.overview .backgrounds{perspective:inherit}.reveal.overview .backgrounds .slide-background{opacity:1;visibility:visible;outline-offset:10px;outline:10px solid #9696961a}.reveal.overview .backgrounds .slide-background.stack{overflow:visible}.reveal.overview .slides section,.reveal.overview-deactivating .slides section,.reveal.overview .backgrounds .slide-background,.reveal.overview-deactivating .backgrounds .slide-background{transition:none}.reveal.rtl .slides,.reveal.rtl .slides h1,.reveal.rtl .slides h2,.reveal.rtl .slides h3,.reveal.rtl .slides h4,.reveal.rtl .slides h5,.reveal.rtl .slides h6{direction:rtl;font-family:sans-serif}.reveal.rtl pre,.reveal.rtl code{direction:ltr}.reveal.rtl ol,.reveal.rtl ul{text-align:right}.reveal.rtl .progress span{transform-origin:100% 0}.reveal.has-parallax-background .backgrounds{transition:all .8s}.reveal.has-parallax-background[data-transition-speed=fast] .backgrounds{transition-duration:.4s}.reveal.has-parallax-background[data-transition-speed=slow] .backgrounds{transition-duration:1.2s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-up{0%{transform:scale(.95)}to{transform:scale(1)}}.reveal [data-preview-image],.reveal [data-preview-video],.reveal [data-preview-link]:not(a):not([data-preview-link=false]){cursor:zoom-in}.r-overlay{top:var(--r-overlay-margin);right:var(--r-overlay-margin);bottom:var(--r-overlay-margin);left:var(--r-overlay-margin);border-radius:min(var(--r-overlay-margin), 6px);z-index:99;backdrop-filter:blur(10px);color:#fff;background:#000000f2;font-family:ui-sans-serif,system-ui,-apple-system,Helvetica,sans-serif;transition:all .3s;animation:.3s fade-in;position:absolute}.r-overlay-viewport{top:var(--r-overlay-padding);right:var(--r-overlay-padding);bottom:var(--r-overlay-padding);left:var(--r-overlay-padding);gap:var(--r-overlay-gap);flex-direction:column;display:flex;position:absolute}.r-overlay-header{z-index:2;box-sizing:border-box;height:var(--r-overlay-header-height);justify-content:flex-end;align-items:center;gap:6px;display:flex}.r-overlay-header .r-overlay-header-button{all:unset;min-width:var(--r-overlay-header-height);min-height:var(--r-overlay-header-height);padding:0 calc(var(--r-overlay-header-height) / 4);opacity:1;cursor:pointer;box-sizing:border-box;border-radius:6px;justify-content:center;align-items:center;gap:8px;font-size:18px;display:flex}.r-overlay-header .r-overlay-header-button:hover{opacity:1;background-color:#ffffff26}.r-overlay-header .icon{background-position:50%;background-repeat:no-repeat;background-size:100%;width:20px;height:20px;display:inline-block}.r-overlay-close .icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTIuODU0IDIuODU0YS41LjUgMCAwIDAtLjcwOC0uNzA4TDcuNSA2Ljc5MyAyLjg1NCAyLjE0NmEuNS41IDAgMSAwLS43MDguNzA4TDYuNzkzIDcuNWwtNC42NDcgNC42NDZhLjUuNSAwIDAgMCAuNzA4LjcwOEw3LjUgOC4yMDdsNC42NDYgNC42NDdhLjUuNSAwIDAgMCAuNzA4LS43MDhMOC4yMDcgNy41bDQuNjQ3LTQuNjQ2WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)}.r-overlay-external .icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMyAyYTEgMSAwIDAgMC0xIDF2OWExIDEgMCAwIDAgMSAxaDlhMSAxIDAgMCAwIDEtMVY4LjVhLjUuNSAwIDAgMC0xIDBWMTJIM1YzaDMuNWEuNS41IDAgMCAwIDAtMUgzWm05Ljg1NC4xNDZhLjUuNSAwIDAgMSAuMTQ2LjM1MVY1LjVhLjUuNSAwIDAgMS0xIDBWMy43MDdMNi44NTQgOC44NTRhLjUuNSAwIDEgMS0uNzA4LS43MDhMMTEuMjkzIDNIOS41YS41LjUgMCAwIDEgMC0xaDNhLjQ5OS40OTkgMCAwIDEgLjM1NC4xNDZaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)}.r-overlay-content{background-color:#141414cc;border-radius:6px;flex-grow:1;place-items:center;animation:.5s cubic-bezier(.26,.86,.44,.985) scale-up;display:grid;position:relative;overflow:hidden}.r-overlay-spinner{z-index:10;visibility:hidden;opacity:0;background-image:url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);width:32px;height:32px;margin:-16px 0 0 -16px;display:block;position:absolute;top:50%;left:50%}.r-overlay-preview .r-overlay-content iframe{opacity:0;visibility:hidden;border:0;width:100%;max-width:100%;height:100%;max-height:100%;transition:all .3s}.r-overlay-preview[data-state=loaded] iframe{opacity:1;visibility:visible}.r-overlay-preview .r-overlay-content img,.r-overlay-preview .r-overlay-content video{-o-object-fit:scale-down;object-fit:scale-down;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;position:absolute}.r-overlay-preview[data-preview-fit=none] img,.r-overlay-preview[data-preview-fit=none] video{-o-object-fit:none;object-fit:none}.r-overlay-preview[data-preview-fit=scale-down] img,.r-overlay-preview[data-preview-fit=scale-down] video{-o-object-fit:scale-down;object-fit:scale-down}.r-overlay-preview[data-preview-fit=contain] img,.r-overlay-preview[data-preview-fit=contain] video{-o-object-fit:contain;object-fit:contain}.r-overlay-preview[data-preview-fit=cover] img,.r-overlay-preview[data-preview-fit=cover] video{-o-object-fit:cover;object-fit:cover}.r-overlay-preview[data-state=loaded] .r-overlay-content-inner{z-index:-1;text-align:center;letter-spacing:normal;width:100%;position:absolute;top:45%;left:0}.r-overlay-preview .r-overlay-error{color:orange;font-size:18px}.r-overlay-preview .x-frame-error{opacity:0;transition:opacity .3s .3s}.r-overlay-preview[data-state=loaded] .x-frame-error{opacity:1}.r-overlay-preview[data-state=loading] .r-overlay-spinner{opacity:.6;visibility:visible}.r-overlay-help .r-overlay-content{overflow:auto}.r-overlay-help-content{text-align:center;letter-spacing:normal;max-width:560px;margin:auto;padding:20px 0}.r-overlay-help-content .title{margin-top:0;font-size:20px}.r-overlay-help .r-overlay-help-content table{border-collapse:collapse;text-align:left;border:1px solid #fff;font-size:16px}.r-overlay-help .r-overlay-help-content table th,.r-overlay-help .r-overlay-help-content table td{vertical-align:middle;border:1px solid #fff;width:240px;padding:14px}.r-overlay-help .r-overlay-help-content table th{padding-top:20px;padding-bottom:20px}.reveal .playback{z-index:30;cursor:pointer;-webkit-tap-highlight-color:#0000;transition:all .4s;position:absolute;bottom:20px;left:15px}.reveal.overview .playback{opacity:0;visibility:hidden}.reveal .hljs{min-height:100%}.reveal .hljs table{margin:initial}.reveal .hljs-ln-code,.reveal .hljs-ln-numbers{border:0;padding:0}.reveal .hljs-ln-numbers{opacity:.6;text-align:right;vertical-align:top;padding-right:.75em}.reveal .hljs.has-highlights tr:not(.highlight-line){opacity:.4}.reveal .hljs.has-highlights.fragment{transition:all .2s}.reveal .hljs:not(:first-child).fragment{box-sizing:border-box;width:100%;position:absolute;top:0;left:0}.reveal pre[data-auto-animate-target]{overflow:hidden}.reveal pre[data-auto-animate-target] code{height:100%}.reveal .roll{vertical-align:top;perspective:400px;perspective-origin:50%;line-height:1.2;display:inline-block;overflow:hidden}.reveal .roll:hover{text-shadow:none;background:0 0}.reveal .roll span{pointer-events:none;transform-origin:50% 0;transform-style:preserve-3d;backface-visibility:hidden;padding:0 2px;transition:all .4s;display:block;position:relative}.reveal .roll:hover span{background:#00000080;transform:translateZ(-45px)rotateX(90deg)}.reveal .roll span:after{content:attr(data-title);backface-visibility:hidden;transform-origin:50% 0;padding:0 2px;display:block;position:absolute;top:0;left:0;transform:translateY(110%)rotateX(-90deg)}.reveal aside.notes{display:none}.reveal .speaker-notes{z-index:1;color:#222;box-sizing:border-box;text-align:left;-webkit-overflow-scrolling:touch;background-color:#f5f5f5;border:1px solid #0000000d;width:33.3333%;height:100%;padding:14px 18px;font-family:Helvetica,sans-serif;font-size:18px;line-height:1.4;display:none;position:absolute;top:0;left:100%;overflow:auto}.reveal .speaker-notes .notes-placeholder{color:#ccc;font-style:italic}.reveal .speaker-notes:focus{outline:none}.reveal .speaker-notes:before{content:"Speaker notes";opacity:.5;margin-bottom:10px;display:block}.reveal.show-notes{max-width:75%;overflow:visible}.reveal.show-notes .speaker-notes{display:block}@media screen and (width>=1600px){.reveal .speaker-notes{font-size:20px}}@media screen and (width<=1024px){.reveal.show-notes{border-left:0;max-width:none;max-height:70vh;overflow:visible}.reveal.show-notes .speaker-notes{border:0;width:100%;height:30vh;top:100%;left:0}}@media screen and (width<=600px){.reveal.show-notes{max-height:60vh}.reveal.show-notes .speaker-notes{height:40vh;top:100%}.reveal .speaker-notes{font-size:14px}}.reveal .jump-to-slide{z-index:30;-webkit-tap-highlight-color:#0000;font-size:32px;position:absolute;top:15px;left:15px}.reveal .jump-to-slide-input{font-size:inherit;color:currentColor;background:0 0;border:0;padding:8px}.reveal .jump-to-slide-input::-moz-placeholder{color:currentColor;opacity:.5}.reveal .jump-to-slide-input::placeholder{color:currentColor;opacity:.5}.reveal.has-dark-background .jump-to-slide-input{color:#fff}.reveal.has-light-background .jump-to-slide-input{color:#222}.reveal .jump-to-slide-input:focus{outline:none}.reveal .r-overlay-button{all:unset;z-index:30;cursor:pointer;-webkit-tap-highlight-color:#0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;background:#000000b3;border-radius:5px;justify-content:center;align-items:center;padding:10px;font-size:.4em;display:flex;position:absolute}.reveal .r-overlay-button:hover{background:#000000e6}.reveal.has-light-background .r-overlay-button{color:#222;background:#ffffffb3}.reveal.has-light-background .r-overlay-button:hover{background:#ffffffe6}.reveal .r-media-play-button{bottom:20px;left:15px}.zoomed .reveal *,.zoomed .reveal :before,.zoomed .reveal :after{backface-visibility:visible!important}.zoomed .reveal .progress,.zoomed .reveal .controls{opacity:0}.zoomed .reveal .roll span{background:0 0}.zoomed .reveal .roll span:after,.reveal-viewport.loading-scroll-mode{visibility:hidden}.reveal-viewport.reveal-scroll{z-index:1;--r-scrollbar-width:7px;--r-scrollbar-trigger-size:5px;--r-controls-spacing:8px;margin:0 auto;overflow:hidden auto}@media screen and (width<=500px){.reveal-viewport.reveal-scroll{--r-scrollbar-width:3px;--r-scrollbar-trigger-size:3px}}.reveal-viewport.reveal-scroll .controls,.reveal-viewport.reveal-scroll .progress,.reveal-viewport.reveal-scroll .playback,.reveal-viewport.reveal-scroll .backgrounds,.reveal-viewport.reveal-scroll .slide-number,.reveal-viewport.reveal-scroll .speaker-notes{display:none!important}.reveal-viewport.reveal-scroll .r-overlay,.reveal-viewport.reveal-scroll .pause-overlay,.reveal-viewport.reveal-scroll .r-media-play-button{position:fixed}.reveal-viewport.reveal-scroll .reveal{touch-action:manipulation;overflow:visible}.reveal-viewport.reveal-scroll .slides{pointer-events:initial;perspective:none;perspective-origin:50%;margin:0;padding:0;display:block;position:static;top:auto;left:auto;overflow:visible;width:100%!important}.reveal-viewport.reveal-scroll .scroll-page{width:100%;height:calc(var(--page-height) + var(--page-scroll-padding));z-index:1;position:relative;overflow:visible}.reveal-viewport.reveal-scroll .scroll-page-sticky{height:var(--page-height);position:sticky;top:0}.reveal-viewport.reveal-scroll .scroll-page-content{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.reveal-viewport.reveal-scroll .scroll-page section{visibility:visible!important;width:var(--slide-width)!important;height:var(--slide-height)!important;opacity:1!important;transform:scale(var(--slide-scale)) translate(-50%, -50%)!important;transform-style:flat!important;transform-origin:0 0!important;display:block!important;position:absolute!important;top:50%!important;left:50%!important}.reveal-viewport.reveal-scroll .slide-background{visibility:visible;opacity:1;touch-action:manipulation;width:100%;height:100%;position:absolute;top:0;left:0;z-index:auto!important;display:block!important}.reveal-viewport.reveal-scroll[data-scrollbar=true]::-webkit-scrollbar{display:none}.reveal-viewport.reveal-scroll[data-scrollbar=auto]::-webkit-scrollbar{display:none}.reveal-viewport.reveal-scroll[data-scrollbar=true],.reveal-viewport.reveal-scroll[data-scrollbar=auto]{scrollbar-width:none}.reveal.has-dark-background,.reveal-viewport.has-dark-background{--r-overlay-element-bg-color:240, 240, 240;--r-overlay-element-fg-color:0, 0, 0}.reveal.has-light-background,.reveal-viewport.has-light-background{--r-overlay-element-bg-color:0, 0, 0;--r-overlay-element-fg-color:240, 240, 240}.reveal-viewport.reveal-scroll .scrollbar{z-index:20;opacity:0;transition:all .3s;position:sticky;top:50%}.reveal-viewport.reveal-scroll .scrollbar.visible,.reveal-viewport.reveal-scroll .scrollbar:hover{opacity:1}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-inner{width:var(--r-scrollbar-width);height:calc(var(--viewport-height) - var(--r-controls-spacing) * 2);right:var(--r-controls-spacing);border-radius:var(--r-scrollbar-width);z-index:10;position:absolute;top:0;transform:translateY(-50%)}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-playhead{width:var(--r-scrollbar-width);height:var(--r-scrollbar-width);border-radius:var(--r-scrollbar-width);background-color:rgba(var(--r-overlay-element-bg-color), 1);z-index:11;transition:background-color .2s;position:absolute;top:0;left:0}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide{background-color:rgba(var(--r-overlay-element-bg-color), .2);width:100%;box-shadow:0 0 0px 1px rgba(var(--r-overlay-element-fg-color), .1);border-radius:var(--r-scrollbar-width);transition:background-color .2s;position:absolute}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide:after{content:"";z-index:-1;background:0 0;width:200%;height:100%;position:absolute;top:0;left:-50%}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide:hover,.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active{background-color:rgba(var(--r-overlay-element-bg-color), .4)}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-trigger{width:100%;transition:background-color .2s;position:absolute}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active.has-triggers{background-color:rgba(var(--r-overlay-element-bg-color), .4);z-index:10}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger:after{content:"";width:var(--r-scrollbar-trigger-size);height:var(--r-scrollbar-trigger-size);background-color:rgba(var(--r-overlay-element-bg-color), 1);opacity:.4;border-radius:20px;transition:transform .2s,opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger.active:after,.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger.active~.scrollbar-trigger:after{opacity:1}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger~.scrollbar-trigger.active:after{transform:translate(calc(var(--r-scrollbar-width) * -2), 0);background-color:rgba(var(--r-overlay-element-bg-color), 1)}html.reveal-print *{-webkit-print-color-adjust:exact}html.reveal-print{width:100%;height:100%;overflow:visible}html.reveal-print body{border:0;padding:0;overflow:visible;float:none!important;margin:0 auto!important}html.reveal-print .nestedarrow,html.reveal-print .reveal .controls,html.reveal-print .reveal .progress,html.reveal-print .reveal .playback,html.reveal-print .reveal.overview,html.reveal-print .state-background{display:none!important}html.reveal-print .reveal pre code{overflow:hidden!important}html.reveal-print .reveal{width:auto!important;height:auto!important;overflow:hidden!important}html.reveal-print .reveal .slides{pointer-events:initial;perspective:none;perspective-origin:50%;display:block;position:static;top:auto;left:auto;overflow:visible;zoom:1!important;width:100%!important;height:auto!important;margin:0!important;padding:0!important}html.reveal-print .reveal .slides .pdf-page{z-index:1;page-break-after:always;position:relative;overflow:hidden}html.reveal-print .reveal .slides .pdf-page:last-of-type{page-break-after:avoid}html.reveal-print .reveal .slides section{min-height:1px;visibility:visible!important;box-sizing:border-box!important;opacity:1!important;transform-style:flat!important;margin:0!important;padding:0!important;display:block!important;position:absolute!important;transform:none!important}html.reveal-print .reveal section.stack{page-break-after:avoid!important;height:auto!important;min-height:auto!important;margin:0!important;padding:0!important;position:relative!important}html.reveal-print .reveal img{box-shadow:none}html.reveal-print .reveal .backgrounds{display:none}html.reveal-print .reveal .slide-background{width:100%;height:100%;position:absolute;top:0;left:0;z-index:auto!important;display:block!important}html.reveal-print .reveal.show-notes{max-width:none;max-height:none}html.reveal-print .reveal .speaker-notes-pdf{z-index:100;width:100%;height:auto;max-height:none;display:block;inset:auto}html.reveal-print .reveal .speaker-notes-pdf[data-layout=separate-page]{color:inherit;page-break-after:always;background-color:#0000;border:0;padding:20px;position:relative}html.reveal-print .reveal .slide-number-pdf{visibility:visible;font-size:14px;display:block;position:absolute}html.reveal-print .aria-status{display:none}@media print{html:not(.print-pdf){width:auto;height:auto;overflow:visible}html:not(.print-pdf) body{margin:0;padding:0;overflow:visible}html:not(.print-pdf) .reveal{background:#fff;font-size:20pt}html:not(.print-pdf) .reveal .controls,html:not(.print-pdf) .reveal .state-background,html:not(.print-pdf) .reveal .progress,html:not(.print-pdf) .reveal .backgrounds,html:not(.print-pdf) .reveal .slide-number{display:none!important}html:not(.print-pdf) .reveal p,html:not(.print-pdf) .reveal td,html:not(.print-pdf) .reveal li{color:#000;font-size:20pt!important}html:not(.print-pdf) .reveal h1,html:not(.print-pdf) .reveal h2,html:not(.print-pdf) .reveal h3,html:not(.print-pdf) .reveal h4,html:not(.print-pdf) .reveal h5,html:not(.print-pdf) .reveal h6{text-align:left;letter-spacing:normal;height:auto;line-height:normal;color:#000!important}html:not(.print-pdf) .reveal h1{font-size:28pt!important}html:not(.print-pdf) .reveal h2{font-size:24pt!important}html:not(.print-pdf) .reveal h3{font-size:22pt!important}html:not(.print-pdf) .reveal h4{font-variant:small-caps;font-size:22pt!important}html:not(.print-pdf) .reveal h5{font-size:21pt!important}html:not(.print-pdf) .reveal h6{font-style:italic;font-size:20pt!important}html:not(.print-pdf) .reveal a:link,html:not(.print-pdf) .reveal a:visited{font-weight:700;text-decoration:underline;color:#000!important}html:not(.print-pdf) .reveal ul,html:not(.print-pdf) .reveal ol,html:not(.print-pdf) .reveal div,html:not(.print-pdf) .reveal p{visibility:visible;width:auto;height:auto;margin:0;display:block;position:static;overflow:visible;text-align:left!important}html:not(.print-pdf) .reveal pre,html:not(.print-pdf) .reveal table{margin-left:0;margin-right:0}html:not(.print-pdf) .reveal pre code{padding:20px}html:not(.print-pdf) .reveal blockquote{margin:20px 0}html:not(.print-pdf) .reveal .slides{perspective:none;perspective-origin:50%;zoom:1!important;text-align:left!important;width:auto!important;height:auto!important;margin-top:0!important;margin-left:0!important;padding:0!important;display:block!important;position:static!important;top:0!important;left:0!important;overflow:visible!important;transform:none!important}html:not(.print-pdf) .reveal .slides section{visibility:visible!important;z-index:auto!important;opacity:1!important;page-break-after:always!important;transform-style:flat!important;width:auto!important;height:auto!important;margin-top:0!important;margin-left:0!important;padding:60px 20px!important;transition:none!important;display:block!important;position:static!important;top:0!important;left:0!important;overflow:visible!important;transform:none!important}html:not(.print-pdf) .reveal .slides section.stack{padding:0!important}html:not(.print-pdf) .reveal .slides section:last-of-type{page-break-after:avoid!important}html:not(.print-pdf) .reveal .slides section .fragment{opacity:1!important;visibility:visible!important;transform:none!important}html:not(.print-pdf) .reveal .r-fit-text{white-space:normal!important}html:not(.print-pdf) .reveal section img{box-shadow:none;background:#fff;border:1px solid #666;margin:15px 0;display:block}html:not(.print-pdf) .reveal section small{font-size:.8em}html:not(.print-pdf) .reveal .hljs{white-space:pre-wrap;word-wrap:break-word;word-break:break-word;max-height:100%;font-size:15pt}html:not(.print-pdf) .reveal .hljs .hljs-ln-numbers{white-space:nowrap}html:not(.print-pdf) .reveal .hljs td{font-size:inherit!important;color:inherit!important}}

/**
 * Styles that are applied when the presentation is exported. Most of it is controlled by an
 * additional class "is-exporting" on the reveal.js root element.
 */
/**
  * Slide backgrounds embedded in each slide element, hidden when not exporting. When exporting,
  * we switch them on to have the slide backgrounds in the rendered image.
  */
.slides SECTION SECTION.slide DIV.slide-export-backgrounds {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  background-color: #FFF;
}
.slides SECTION SECTION.slide DIV.slide-export-backgrounds > DIV {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.is-exporting .slides SECTION SECTION.slide DIV.slide-export-backgrounds {
  display: block;
}
/**
 * Hide the Reveal.js controls when exporting, so that users cannot interfere with the slide switching
 * and they also are not visible in the captured images from the screen share stream.
 */
.reveal.is-exporting > DIV.slide-number,
.reveal.is-exporting > ASIDE.controls,
.reveal.is-exporting > DIV.progress {
  display: none !important;
}
.reveal.is-exporting .slides section {
  transition: none !important;
}
.reveal.is-exporting .backgrounds DIV.slide-background {
  transition: none !important;
}
SECTION.slide.usecase-image DIV.slide-component.content-component .inner P:has(SPAN.confluence-embedded-file-wrapper) {
  text-align: center;
}
SECTION.slide.usecase-image DIV.slide-component.content-component .inner SPAN.confluence-embedded-file-wrapper IMG {
  margin: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/**
 * .text-content is the joined base class for content components and static text components
 * alike. Do all the basic styling for text content here.
 */
DIV.text-content {
  /**
 * This file augments the atlaskit reset that is imported in the PresenterBootstrap component.
 * It overrides some bugs introduced by the atlaskit reset and removes styles that interfere
 * with our content formatting.
 */
  /**
 * In the editor, style definitions from AUI (or something like that) from Confluence
 * bleed into the editor formatting. We have to reset them here, otherwise the Content
 * formatter lies.
 */
  overflow-wrap: break-word;
  box-sizing: border-box;
}
DIV.text-content ul,
DIV.text-content ol,
DIV.text-content dl {
  padding-left: unset;
  padding-inline-start: unset;
  margin: unset;
}
DIV.text-content pre {
  white-space: pre-wrap;
}
DIV.text-content a {
  text-decoration: unset;
}
DIV.text-content table {
  border-collapse: collapse;
}
DIV.text-content table th {
  font-weight: normal;
}
DIV.text-content tbody {
  border-bottom: none;
}
DIV.text-content h3,
DIV.text-content h4,
DIV.text-content h5 {
  font-weight: normal;
}
DIV.text-content h6 {
  text-transform: unset;
}
DIV.text-content blockquote::before,
DIV.text-content q::before {
  content: none;
}
DIV.text-content blockquote::after,
DIV.text-content q::after {
  content: none;
}
DIV.text-content .panel {
  color: unset;
  padding: unset;
  margin: unset;
  border: unset;
  overflow: unset;
  border-radius: unset;
  min-height: unset;
}
DIV.text-content .panelHeader,
DIV.text-content .menuheading,
DIV.text-content .pageheader,
DIV.text-content .sectionbottom {
  border-bottom-color: unset;
}
DIV.text-content .panelHeader {
  padding: unset;
  border-bottom: unset;
  background-color: unset;
}
DIV.text-content .alertPanel,
DIV.text-content .infoPanel,
DIV.text-content .panelContent {
  padding: unset;
}
DIV.text-content p:empty:before {
  content: ' ';
  white-space: pre;
}
DIV.text-content .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
DIV.text-content .inner > :last-child {
  margin-bottom: 0;
}
/**
 * Content Components are always .text-content at the same time. Use .content-component to
 * style content-only elements like default Confluence elements.
 * These styles are also applied to .presenter-htmlslide-reveal because it is the wrapper for
 * zoom lightboxes and we want to keep the styles on zoom alive. The selector is a little
 * over-specific to make sure we override the default content layout styles of the theme.
 * And finally we apply the styles to .preview-root, which is the root of the preview
 * component in the Modern Editor, so that the styles are applied there as well.
 */
DIV.content-component .inner,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal,
.preview-root {
  /**
 * Styles for code macros - blocks of code text. Please note that this works in
 * cooperation with the styles from the `CodeMacroSlideContentPlugin.less` definitions. 
 * Here, we define the static content and styling so that the ContentFormatter in
 * the theme editor works as expected. In the Slide Content Plugin styles,
 * we define the interactive elements controlled by the plugin.
 */
  /**
 * The following classes encapsulate the highlight.js themes we chose to include. The classes defined here
 * have to be in sync with the options offered in the CodeThemePanel.
 */
  /**
 * Formats for panel-style content macros:
 * - Info, Warning, Error, Success
 * And also for macro-created panels like the excerpt panel.
 */
  /**
 * In all panels, we want the last child to have no more margin-bottom because
 * that adds up to the already set padding-bottom of the panel.
 */
  /**
 * For all iFrames, regardless of source, we do not want them to be larger than the container they are in.
 */
  /**
 * For all images and videos, regardless of source, we do not want them to be larger than the container they are in.
 */
  /**
 * This wrapper wraps content images in Confluence content that were inserted via the editor.
 * We use the same styling system as Confluence to make sure the images behave similarly. That's the reason
 * why classes like "image-center-wrapper" have display: table.
 *
 * Note that images may appear in the content in other ways, like for example via a gallery or chart macro.
 * Those are not wrapped with the SPAN wrapper.
 */
  /**
 * The following alignment classes have different meaning on Cloud and DC.
 * On DC, image-left-wrapper means float left:
 */
  /**
 * The ImageSlideContentPlugin adds zoom-cursor class to all images it attaches a lightbox event to.
 */
  /**
 * Styles for lists - ordered and unordered.
 */
  /** 
 * Styling for tasks in Confluence.
 * Note that tasks have their own chapter in the ContentFormatter, so this file only
 * cares about the basics, especially changing the list style to a checkbox.
 */
  /**
 * For the tasks report macro, the margin-left of the task items is useless and set to 0.
 */
  /**
 * Formats for tables - as the Content Formatter does most of the job, we just fix
 * margins for first and last child elements in table cells here.
 */
  /**
 * Styles for common building blocks of macros, like AUI icons.
 */
  /**
 * In the presentation, we hide AUI icons by default. They are used by some macros that rely on
 * AUI being loaded, but just for that we do not want to add another library. We just hide them.
 */
  /**
 * A heatmap, used for example in the "popular-labels" macro with heatmap style
 */
  /**
 * A user avatar image in circle format - simplified output by AvatarButtonHtmlContentPlugin.
 */
  /**
 * A trick to target images that come from diagramming macros as they are the only ones with a tabindex,
 * but no other way to target them specifically.
 */
  /**
 * Styles for the "Content By Label" macro as found on cloud.
 */
  /**
 * Styles the decision list macro output, a <UL> with decision items
 */
  /**
 * Styles the mention macro on cloud, adding a nice background and an @ before the name.
 * Notice that there's a class for current user mentions as well, but we do not style them differently
 * so exports and presentations stay user-neutral.
 */
  /**
 * Styling for Confluence Status Macros
 */
  /**
 * Special rules for the dashboard macro
 */
  /**
         * Styles for image could not be loaded boxes, created by the ImageOverflowPlugin.
         */
}
DIV.content-component .inner DIV.code DIV.codeContent PRE,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.code DIV.codeContent PRE,
.preview-root DIV.code DIV.codeContent PRE {
  margin: 0;
}
DIV.content-component .inner DIV.code DIV.codeContent PRE CODE,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.code DIV.codeContent PRE CODE,
.preview-root DIV.code DIV.codeContent PRE CODE {
  position: relative;
  box-sizing: border-box;
}
.reveal DIV.content-component .inner DIV.code DIV.codeContent PRE CODE.hljs,
.reveal DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.code DIV.codeContent PRE CODE.hljs,
.reveal .preview-root DIV.code DIV.codeContent PRE CODE.hljs {
  min-height: unset;
}
DIV.content-component .inner DIV.code DIV.codeContent PRE CODE TABLE,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.code DIV.codeContent PRE CODE TABLE,
.preview-root DIV.code DIV.codeContent PRE CODE TABLE {
  border-collapse: collapse;
  margin: 0;
}
.reveal DIV.content-component .inner DIV.code DIV.codeContent PRE CODE TABLE.hljs,
.reveal DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.code DIV.codeContent PRE CODE TABLE.hljs,
.reveal .preview-root DIV.code DIV.codeContent PRE CODE TABLE.hljs {
  min-height: unset;
}
DIV.content-component .inner DIV.code DIV.codeContent PRE CODE TABLE TD,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.code DIV.codeContent PRE CODE TABLE TD,
.preview-root DIV.code DIV.codeContent PRE CODE TABLE TD {
  padding: 0;
  border: 0;
  white-space: pre-wrap;
  white-space-collapse: preserve;
}
DIV.content-component .inner DIV.code DIV.codeContent PRE CODE TABLE TD.hljs-ln-numbers,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.code DIV.codeContent PRE CODE TABLE TD.hljs-ln-numbers,
.preview-root DIV.code DIV.codeContent PRE CODE TABLE TD.hljs-ln-numbers {
  display: none;
  padding-right: 0.8em;
  opacity: 0.6;
  text-align: right;
  vertical-align: top;
}
DIV.content-component .inner DIV.code DIV.codeContent PRE CODE TABLE TBODY,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.code DIV.codeContent PRE CODE TABLE TBODY,
.preview-root DIV.code DIV.codeContent PRE CODE TABLE TBODY {
  border: none;
}
DIV.content-component .inner DIV.code DIV.codeContent PRE CODE.with-linenumbers TABLE TD.hljs-ln-numbers,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.code DIV.codeContent PRE CODE.with-linenumbers TABLE TD.hljs-ln-numbers,
.preview-root DIV.code DIV.codeContent PRE CODE.with-linenumbers TABLE TD.hljs-ln-numbers {
  display: table-cell;
}
DIV.content-component .inner .codetheme-default,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal .codetheme-default,
.preview-root .codetheme-default {
  pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/
/*
This is left on purpose making default.css the single file that can be lifted
as-is from the repository directly without the need for a build step

Typically this "required" baseline CSS is added by `makestuff.js` during build.
*/
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/* end baseline CSS */
.hljs {
  background: #F3F3F3;
  color: #444
}
/* Base color: saturation 0; */
.hljs-subst {
  /* default */
  
}
/* purposely ignored */
.hljs-formula,
.hljs-attr,
.hljs-property,
.hljs-params {
  
}
.hljs-comment {
  color: #697070
}
.hljs-tag,
.hljs-punctuation {
  color: #444a
}
.hljs-tag .hljs-name,
.hljs-tag .hljs-attr {
  color: #444
}
.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta .hljs-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold
}
/* User color: hue: 0 */
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000
}
.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold
}
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-operator,
.hljs-selector-pseudo {
  color: #ab5656
}
/* Language color: hue: 90; */
.hljs-literal {
  color: #695
}
.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300
}
/* Meta color: hue: 200 */
.hljs-meta {
  color: #1f7199
}
.hljs-meta .hljs-string {
  color: #38a
}
/* Misc effects */
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
}
DIV.content-component .inner .codetheme-ascetic,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal .codetheme-ascetic,
.preview-root .codetheme-ascetic {
  pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*

Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

*/
.hljs {
  background: white;
  color: black
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-symbol,
.hljs-bullet,
.hljs-section,
.hljs-addition,
.hljs-attribute,
.hljs-link {
  color: #888
}
.hljs-comment,
.hljs-quote,
.hljs-meta,
.hljs-deletion {
  color: #ccc
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-section,
.hljs-name,
.hljs-type,
.hljs-strong {
  font-weight: bold
}
.hljs-emphasis {
  font-style: italic
}
}
DIV.content-component .inner .codetheme-atom-one-light,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal .codetheme-atom-one-light,
.preview-root .codetheme-atom-one-light {
  pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*

Atom One Light by Daniel Gamage
Original One Light Syntax theme from https://github.com/atom/one-light-syntax

base:    #fafafa
mono-1:  #383a42
mono-2:  #686b77
mono-3:  #a0a1a7
hue-1:   #0184bb
hue-2:   #4078f2
hue-3:   #a626a4
hue-4:   #50a14f
hue-5:   #e45649
hue-5-2: #c91243
hue-6:   #986801
hue-6-2: #c18401

*/
.hljs {
  color: #383a42;
  background: #fafafa
}
.hljs-comment,
.hljs-quote {
  color: #a0a1a7;
  font-style: italic
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #a626a4
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e45649
}
.hljs-literal {
  color: #0184bb
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string {
  color: #50a14f
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #986801
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #4078f2
}
.hljs-built_in,
.hljs-title.class_,
.hljs-class .hljs-title {
  color: #c18401
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
.hljs-link {
  text-decoration: underline
}
}
DIV.content-component .inner .codetheme-atom-one-dark,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal .codetheme-atom-one-dark,
.preview-root .codetheme-atom-one-dark {
  pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/
.hljs {
  color: #abb2bf;
  background: #282c34
}
.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75
}
.hljs-literal {
  color: #56b6c2
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string {
  color: #98c379
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee
}
.hljs-built_in,
.hljs-title.class_,
.hljs-class .hljs-title {
  color: #e6c07b
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
.hljs-link {
  text-decoration: underline
}
}
DIV.content-component .inner .codetheme-monokai,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal .codetheme-monokai,
.preview-root .codetheme-monokai {
  pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*
Monokai style - ported by Luigi Maselli - http://grigio.org
*/
.hljs {
  background: #272822;
  color: #ddd
}
.hljs-tag,
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-strong,
.hljs-number,
.hljs-name {
  color: #f92672
}
.hljs-code {
  color: #66d9ef
}
.hljs-attribute,
.hljs-attr,
.hljs-symbol,
.hljs-regexp,
.hljs-link {
  color: #bf79db
}
.hljs-string,
.hljs-bullet,
.hljs-subst,
.hljs-title,
.hljs-section,
.hljs-emphasis,
.hljs-type,
.hljs-built_in,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
  color: #a6e22e
}
.hljs-title.class_,
.hljs-class .hljs-title {
  color: white
}
.hljs-comment,
.hljs-quote,
.hljs-deletion,
.hljs-meta {
  color: #75715e
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-doctag,
.hljs-title,
.hljs-section,
.hljs-type,
.hljs-selector-id {
  font-weight: bold
}
}
DIV.content-component .inner .codetheme-tomorrow-night-blue,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal .codetheme-tomorrow-night-blue,
.preview-root .codetheme-tomorrow-night-blue {
  pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/* Tomorrow Night Blue Theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
  color: #7285b7
}
/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #ff9da4
}
/* Tomorrow Orange */
.hljs-number,
.hljs-built_in,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #ffc58f
}
/* Tomorrow Yellow */
.hljs-attribute {
  color: #ffeead
}
/* Tomorrow Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #d1f1a9
}
/* Tomorrow Blue */
.hljs-title,
.hljs-section {
  color: #bbdaff
}
/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #ebbbff
}
.hljs {
  background: #002451;
  color: white
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
}
DIV.content-component .inner .codetheme-tomorrow-night-bright,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal .codetheme-tomorrow-night-bright,
.preview-root .codetheme-tomorrow-night-bright {
  pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/* Tomorrow Night Bright Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
  color: #969896
}
/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #d54e53
}
/* Tomorrow Orange */
.hljs-number,
.hljs-built_in,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #e78c45
}
/* Tomorrow Yellow */
.hljs-attribute {
  color: #e7c547
}
/* Tomorrow Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #b9ca4a
}
/* Tomorrow Blue */
.hljs-title,
.hljs-section {
  color: #7aa6da
}
/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #c397d8
}
.hljs {
  background: black;
  color: #eaeaea
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
}
DIV.content-component .inner .codetheme-vs,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal .codetheme-vs,
.preview-root .codetheme-vs {
  pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*

Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>

*/
.hljs {
  background: white;
  color: black
}
.hljs-comment,
.hljs-quote,
.hljs-variable {
  color: #008000
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-tag {
  color: #00f
}
.hljs-string,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-literal,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-addition {
  color: #a31515
}
.hljs-deletion,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta {
  color: #2b91af
}
.hljs-doctag {
  color: #808080
}
.hljs-attr {
  color: #f00
}
.hljs-symbol,
.hljs-bullet,
.hljs-link {
  color: #00b0e8
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
}
DIV.content-component .inner DIV.column-layout,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.column-layout,
.preview-root DIV.column-layout {
  display: flex;
  flex-direction: row;
  width: 100%;
  /**
     * Used by scaleOversizedContentContainer() to scale all layouts
     * in a given content component.
     */
  zoom: var(--content-container-zoom, normal);
}
DIV.content-component .inner DIV.column-layout:not(:last-child),
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.column-layout:not(:last-child),
.preview-root DIV.column-layout:not(:last-child) {
  margin-bottom: 0.5em;
}
DIV.content-component .inner DIV.column-layout.full-height,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.column-layout.full-height,
.preview-root DIV.column-layout.full-height {
  height: 100%;
}
DIV.content-component .inner DIV.column-layout .column,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.column-layout .column,
.preview-root DIV.column-layout .column {
  overflow: hidden;
}
DIV.content-component .inner DIV.confluence-information-macro,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro,
.preview-root DIV.confluence-information-macro {
  position: relative;
  /** Overwrites for an error panel, strangely named "warning". */
  /** Overwrites for an success panel, strangely named "tip" */
  /** Overwrites for an warning panel, strangely named "note" */
  /** Overwrites for an (actual) note panel, a cloud only feature. We create that on our own in the storage plugin. */
}
DIV.content-component .inner DIV.confluence-information-macro p:first-of-type,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro p:first-of-type,
.preview-root DIV.confluence-information-macro p:first-of-type {
  margin-top: 0;
}
DIV.content-component .inner DIV.confluence-information-macro p:last-child,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro p:last-child,
.preview-root DIV.confluence-information-macro p:last-child {
  margin-bottom: 0;
}
DIV.content-component .inner DIV.confluence-information-macro SPAN.aui-icon,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro SPAN.aui-icon,
.preview-root DIV.confluence-information-macro SPAN.aui-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  -webkit-mask-size: contain;
          mask-size: contain;
  color: #FFF;
  vertical-align: middle;
  flex-shrink: 0;
}
DIV.content-component .inner DIV.confluence-information-macro P.title,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro P.title,
.preview-root DIV.confluence-information-macro P.title {
  margin-bottom: 0;
}
DIV.content-component .inner DIV.confluence-information-macro P.title SPAN.aui-icon,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro P.title SPAN.aui-icon,
.preview-root DIV.confluence-information-macro P.title SPAN.aui-icon {
  margin-right: 0.25em;
}
DIV.content-component .inner DIV.confluence-information-macro DIV.confluence-information-macro-body.with-icon,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro DIV.confluence-information-macro-body.with-icon,
.preview-root DIV.confluence-information-macro DIV.confluence-information-macro-body.with-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.25em;
}
DIV.content-component .inner DIV.confluence-information-macro.confluence-information-macro-information,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro.confluence-information-macro-information,
.preview-root DIV.confluence-information-macro.confluence-information-macro-information {
  background-color: #E9F2FF;
  border-color: #aab8c6;
}
DIV.content-component .inner DIV.confluence-information-macro.confluence-information-macro-information SPAN.aui-icon,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro.confluence-information-macro-information SPAN.aui-icon,
.preview-root DIV.confluence-information-macro.confluence-information-macro-information SPAN.aui-icon {
  /** Extracted SVG from the AUI Icon kit via hand-coding glyph to SVG. */
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0iMzIiIHdpZHRoPSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIAogICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoMS4zMzMsIDEuMzMzKSIKICAgICAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgIGZpbGw9ImN1cnJlbnRDb2xvciIKICAgICAgICBkPSJNMTIgMjJDOS4zNDc4NCAyMiA2LjgwNDMgMjAuOTQ2NCA0LjkyODkzIDE5LjA3MTFDMy4wNTM1NyAxNy4xOTU3IDIgMTQuNjUyMiAyIDEyQzIgOS4zNDc4NCAzLjA1MzU3IDYuODA0MyA0LjkyODkzIDQuOTI4OTNDNi44MDQzIDMuMDUzNTcgOS4zNDc4NCAyIDEyIDJDMTQuNjUyMiAyIDE3LjE5NTcgMy4wNTM1NyAxOS4wNzExIDQuOTI4OTNDMjAuOTQ2NCA2LjgwNDMgMjIgOS4zNDc4NCAyMiAxMkMyMiAxNC42NTIyIDIwLjk0NjQgMTcuMTk1NyAxOS4wNzExIDE5LjA3MTFDMTcuMTk1NyAyMC45NDY0IDE0LjY1MjIgMjIgMTIgMjJWMjJaTTEyIDExLjM3NUMxMS42Njg1IDExLjM3NSAxMS4zNTA1IDExLjUwNjcgMTEuMTE2MSAxMS43NDExQzEwLjg4MTcgMTEuOTc1NSAxMC43NSAxMi4yOTM1IDEwLjc1IDEyLjYyNVYxNS43NUMxMC43NSAxNi4wODE1IDEwLjg4MTcgMTYuMzk5NSAxMS4xMTYxIDE2LjYzMzlDMTEuMzUwNSAxNi44NjgzIDExLjY2ODUgMTcgMTIgMTdDMTIuMzMxNSAxNyAxMi42NDk1IDE2Ljg2ODMgMTIuODgzOSAxNi42MzM5QzEzLjExODMgMTYuMzk5NSAxMy4yNSAxNi4wODE1IDEzLjI1IDE1Ljc1VjEyLjYyNUMxMy4yNSAxMi4yOTM1IDEzLjExODMgMTEuOTc1NSAxMi44ODM5IDExLjc0MTFDMTIuNjQ5NSAxMS41MDY3IDEyLjMzMTUgMTEuMzc1IDEyIDExLjM3NVpNMTIgOS45Njg3NUMxMi40NTU4IDkuOTY4NzUgMTIuODkzIDkuNzg3NjcgMTMuMjE1MyA5LjQ2NTM0QzEzLjUzNzcgOS4xNDMwMSAxMy43MTg4IDguNzA1ODQgMTMuNzE4OCA4LjI1QzEzLjcxODggNy43OTQxNiAxMy41Mzc3IDcuMzU2OTkgMTMuMjE1MyA3LjAzNDY2QzEyLjg5MyA2LjcxMjMzIDEyLjQ1NTggNi41MzEyNSAxMiA2LjUzMTI1QzExLjU0NDIgNi41MzEyNSAxMS4xMDcgNi43MTIzMyAxMC43ODQ3IDcuMDM0NjZDMTAuNDYyMyA3LjM1Njk5IDEwLjI4MTIgNy43OTQxNiAxMC4yODEyIDguMjVDMTAuMjgxMiA4LjcwNTg0IDEwLjQ2MjMgOS4xNDMwMSAxMC43ODQ3IDkuNDY1MzRDMTEuMTA3IDkuNzg3NjcgMTEuNTQ0MiA5Ljk2ODc1IDEyIDkuOTY4NzVaIgogICAgLz4KPC9zdmc+);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0iMzIiIHdpZHRoPSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIAogICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoMS4zMzMsIDEuMzMzKSIKICAgICAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgIGZpbGw9ImN1cnJlbnRDb2xvciIKICAgICAgICBkPSJNMTIgMjJDOS4zNDc4NCAyMiA2LjgwNDMgMjAuOTQ2NCA0LjkyODkzIDE5LjA3MTFDMy4wNTM1NyAxNy4xOTU3IDIgMTQuNjUyMiAyIDEyQzIgOS4zNDc4NCAzLjA1MzU3IDYuODA0MyA0LjkyODkzIDQuOTI4OTNDNi44MDQzIDMuMDUzNTcgOS4zNDc4NCAyIDEyIDJDMTQuNjUyMiAyIDE3LjE5NTcgMy4wNTM1NyAxOS4wNzExIDQuOTI4OTNDMjAuOTQ2NCA2LjgwNDMgMjIgOS4zNDc4NCAyMiAxMkMyMiAxNC42NTIyIDIwLjk0NjQgMTcuMTk1NyAxOS4wNzExIDE5LjA3MTFDMTcuMTk1NyAyMC45NDY0IDE0LjY1MjIgMjIgMTIgMjJWMjJaTTEyIDExLjM3NUMxMS42Njg1IDExLjM3NSAxMS4zNTA1IDExLjUwNjcgMTEuMTE2MSAxMS43NDExQzEwLjg4MTcgMTEuOTc1NSAxMC43NSAxMi4yOTM1IDEwLjc1IDEyLjYyNVYxNS43NUMxMC43NSAxNi4wODE1IDEwLjg4MTcgMTYuMzk5NSAxMS4xMTYxIDE2LjYzMzlDMTEuMzUwNSAxNi44NjgzIDExLjY2ODUgMTcgMTIgMTdDMTIuMzMxNSAxNyAxMi42NDk1IDE2Ljg2ODMgMTIuODgzOSAxNi42MzM5QzEzLjExODMgMTYuMzk5NSAxMy4yNSAxNi4wODE1IDEzLjI1IDE1Ljc1VjEyLjYyNUMxMy4yNSAxMi4yOTM1IDEzLjExODMgMTEuOTc1NSAxMi44ODM5IDExLjc0MTFDMTIuNjQ5NSAxMS41MDY3IDEyLjMzMTUgMTEuMzc1IDEyIDExLjM3NVpNMTIgOS45Njg3NUMxMi40NTU4IDkuOTY4NzUgMTIuODkzIDkuNzg3NjcgMTMuMjE1MyA5LjQ2NTM0QzEzLjUzNzcgOS4xNDMwMSAxMy43MTg4IDguNzA1ODQgMTMuNzE4OCA4LjI1QzEzLjcxODggNy43OTQxNiAxMy41Mzc3IDcuMzU2OTkgMTMuMjE1MyA3LjAzNDY2QzEyLjg5MyA2LjcxMjMzIDEyLjQ1NTggNi41MzEyNSAxMiA2LjUzMTI1QzExLjU0NDIgNi41MzEyNSAxMS4xMDcgNi43MTIzMyAxMC43ODQ3IDcuMDM0NjZDMTAuNDYyMyA3LjM1Njk5IDEwLjI4MTIgNy43OTQxNiAxMC4yODEyIDguMjVDMTAuMjgxMiA4LjcwNTg0IDEwLjQ2MjMgOS4xNDMwMSAxMC43ODQ3IDkuNDY1MzRDMTEuMTA3IDkuNzg3NjcgMTEuNTQ0MiA5Ljk2ODc1IDEyIDkuOTY4NzVaIgogICAgLz4KPC9zdmc+);
  background-color: #1d7afc;
}
DIV.content-component .inner DIV.confluence-information-macro.confluence-information-macro-warning,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro.confluence-information-macro-warning,
.preview-root DIV.confluence-information-macro.confluence-information-macro-warning {
  background-color: #ffeceb;
  border-color: #debbb8;
}
DIV.content-component .inner DIV.confluence-information-macro.confluence-information-macro-warning span.aui-icon,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro.confluence-information-macro-warning span.aui-icon,
.preview-root DIV.confluence-information-macro.confluence-information-macro-warning span.aui-icon {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0iMzIiIHdpZHRoPSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIAogICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoMS4zMzMsIDEuMzMzKSIKICAgICAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgIGZpbGw9ImN1cnJlbnRDb2xvciIKICAgICAgICBkPSJNMTMuODU2MiAxMS45MTEyTDE2LjUwODggOS4yNkMxNi43NDMzIDkuMDI1NDUgMTYuODc1MSA4LjcwNzMzIDE2Ljg3NTEgOC4zNzU2M0MxNi44NzUxIDguMDQzOTIgMTYuNzQzMyA3LjcyNTggMTYuNTA4OCA3LjQ5MTI1QzE2LjI3NDIgNy4yNTY3IDE1Ljk1NjEgNy4xMjQ5MyAxNS42MjQ0IDcuMTI0OTNDMTUuMjkyNyA3LjEyNDkzIDE0Ljk3NDYgNy4yNTY3IDE0Ljc0IDcuNDkxMjVMMTIuMDkgMTAuMTQzOEw5LjQzNzUgNy40OTEyNUM5LjIwMjk1IDcuMjU2ODYgOC44ODQ5IDcuMTI1MjYgOC41NTMzMSA3LjEyNTM3QzguMjIxNzIgNy4xMjU0OSA3LjkwMzc2IDcuMjU3MzIgNy42NjkzNyA3LjQ5MTg4QzcuNDM0OTkgNy43MjY0MyA3LjMwMzM4IDguMDQ0NDggNy4zMDM1IDguMzc2MDdDNy4zMDM2MSA4LjcwNzY2IDcuNDM1NDUgOS4wMjU2MSA3LjY3IDkuMjZMMTAuMzIgMTEuOTFMNy42NyAxNC41NjI1QzcuNDQyMyAxNC43OTgzIDcuMzE2MzEgMTUuMTE0IDcuMzE5MTYgMTUuNDQxOEM3LjMyMjAxIDE1Ljc2OTUgNy40NTM0NyAxNi4wODMgNy42ODUyMyAxNi4zMTQ4QzcuOTE2OTkgMTYuNTQ2NSA4LjIzMDUgMTYuNjc4IDguNTU4MjUgMTYuNjgwOEM4Ljg4NTk5IDE2LjY4MzcgOS4yMDE3NSAxNi41NTc3IDkuNDM3NSAxNi4zM0wxMi4wODg4IDEzLjY4TDE0Ljc0IDE2LjMzQzE0Ljg1NjEgMTYuNDQ2MSAxNC45OTM5IDE2LjUzODMgMTUuMTQ1NSAxNi42MDEyQzE1LjI5NzIgMTYuNjY0IDE1LjQ1OTcgMTYuNjk2NCAxNS42MjM5IDE2LjY5NjVDMTUuNzg4MSAxNi42OTY2IDE1Ljk1MDcgMTYuNjY0MyAxNi4xMDI0IDE2LjYwMTVDMTYuMjU0MSAxNi41Mzg3IDE2LjM5MiAxNi40NDY3IDE2LjUwODEgMTYuMzMwNkMxNi42MjQzIDE2LjIxNDYgMTYuNzE2NCAxNi4wNzY4IDE2Ljc3OTMgMTUuOTI1MUMxNi44NDIyIDE1Ljc3MzQgMTYuODc0NiAxNS42MTA5IDE2Ljg3NDYgMTUuNDQ2N0MxNi44NzQ3IDE1LjI4MjUgMTYuODQyNCAxNS4xMTk5IDE2Ljc3OTYgMTQuOTY4MkMxNi43MTY4IDE0LjgxNjUgMTYuNjI0OCAxNC42Nzg2IDE2LjUwODggMTQuNTYyNUwxMy44NTYyIDExLjkxMTJWMTEuOTExMlpNMTIgMjJDOS4zNDc4NCAyMiA2LjgwNDMgMjAuOTQ2NCA0LjkyODkzIDE5LjA3MTFDMy4wNTM1NyAxNy4xOTU3IDIgMTQuNjUyMiAyIDEyQzIgOS4zNDc4NCAzLjA1MzU3IDYuODA0MyA0LjkyODkzIDQuOTI4OTNDNi44MDQzIDMuMDUzNTcgOS4zNDc4NCAyIDEyIDJDMTQuNjUyMiAyIDE3LjE5NTcgMy4wNTM1NyAxOS4wNzExIDQuOTI4OTNDMjAuOTQ2NCA2LjgwNDMgMjIgOS4zNDc4NCAyMiAxMkMyMiAxNC42NTIyIDIwLjk0NjQgMTcuMTk1NyAxOS4wNzExIDE5LjA3MTFDMTcuMTk1NyAyMC45NDY0IDE0LjY1MjIgMjIgMTIgMjJWMjJaIgogICAgLz4KPC9zdmc+);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0iMzIiIHdpZHRoPSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIAogICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoMS4zMzMsIDEuMzMzKSIKICAgICAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgIGZpbGw9ImN1cnJlbnRDb2xvciIKICAgICAgICBkPSJNMTMuODU2MiAxMS45MTEyTDE2LjUwODggOS4yNkMxNi43NDMzIDkuMDI1NDUgMTYuODc1MSA4LjcwNzMzIDE2Ljg3NTEgOC4zNzU2M0MxNi44NzUxIDguMDQzOTIgMTYuNzQzMyA3LjcyNTggMTYuNTA4OCA3LjQ5MTI1QzE2LjI3NDIgNy4yNTY3IDE1Ljk1NjEgNy4xMjQ5MyAxNS42MjQ0IDcuMTI0OTNDMTUuMjkyNyA3LjEyNDkzIDE0Ljk3NDYgNy4yNTY3IDE0Ljc0IDcuNDkxMjVMMTIuMDkgMTAuMTQzOEw5LjQzNzUgNy40OTEyNUM5LjIwMjk1IDcuMjU2ODYgOC44ODQ5IDcuMTI1MjYgOC41NTMzMSA3LjEyNTM3QzguMjIxNzIgNy4xMjU0OSA3LjkwMzc2IDcuMjU3MzIgNy42NjkzNyA3LjQ5MTg4QzcuNDM0OTkgNy43MjY0MyA3LjMwMzM4IDguMDQ0NDggNy4zMDM1IDguMzc2MDdDNy4zMDM2MSA4LjcwNzY2IDcuNDM1NDUgOS4wMjU2MSA3LjY3IDkuMjZMMTAuMzIgMTEuOTFMNy42NyAxNC41NjI1QzcuNDQyMyAxNC43OTgzIDcuMzE2MzEgMTUuMTE0IDcuMzE5MTYgMTUuNDQxOEM3LjMyMjAxIDE1Ljc2OTUgNy40NTM0NyAxNi4wODMgNy42ODUyMyAxNi4zMTQ4QzcuOTE2OTkgMTYuNTQ2NSA4LjIzMDUgMTYuNjc4IDguNTU4MjUgMTYuNjgwOEM4Ljg4NTk5IDE2LjY4MzcgOS4yMDE3NSAxNi41NTc3IDkuNDM3NSAxNi4zM0wxMi4wODg4IDEzLjY4TDE0Ljc0IDE2LjMzQzE0Ljg1NjEgMTYuNDQ2MSAxNC45OTM5IDE2LjUzODMgMTUuMTQ1NSAxNi42MDEyQzE1LjI5NzIgMTYuNjY0IDE1LjQ1OTcgMTYuNjk2NCAxNS42MjM5IDE2LjY5NjVDMTUuNzg4MSAxNi42OTY2IDE1Ljk1MDcgMTYuNjY0MyAxNi4xMDI0IDE2LjYwMTVDMTYuMjU0MSAxNi41Mzg3IDE2LjM5MiAxNi40NDY3IDE2LjUwODEgMTYuMzMwNkMxNi42MjQzIDE2LjIxNDYgMTYuNzE2NCAxNi4wNzY4IDE2Ljc3OTMgMTUuOTI1MUMxNi44NDIyIDE1Ljc3MzQgMTYuODc0NiAxNS42MTA5IDE2Ljg3NDYgMTUuNDQ2N0MxNi44NzQ3IDE1LjI4MjUgMTYuODQyNCAxNS4xMTk5IDE2Ljc3OTYgMTQuOTY4MkMxNi43MTY4IDE0LjgxNjUgMTYuNjI0OCAxNC42Nzg2IDE2LjUwODggMTQuNTYyNUwxMy44NTYyIDExLjkxMTJWMTEuOTExMlpNMTIgMjJDOS4zNDc4NCAyMiA2LjgwNDMgMjAuOTQ2NCA0LjkyODkzIDE5LjA3MTFDMy4wNTM1NyAxNy4xOTU3IDIgMTQuNjUyMiAyIDEyQzIgOS4zNDc4NCAzLjA1MzU3IDYuODA0MyA0LjkyODkzIDQuOTI4OTNDNi44MDQzIDMuMDUzNTcgOS4zNDc4NCAyIDEyIDJDMTQuNjUyMiAyIDE3LjE5NTcgMy4wNTM1NyAxOS4wNzExIDQuOTI4OTNDMjAuOTQ2NCA2LjgwNDMgMjIgOS4zNDc4NCAyMiAxMkMyMiAxNC42NTIyIDIwLjk0NjQgMTcuMTk1NyAxOS4wNzExIDE5LjA3MTFDMTcuMTk1NyAyMC45NDY0IDE0LjY1MjIgMjIgMTIgMjJWMjJaIgogICAgLz4KPC9zdmc+);
  background-color: #c9372c;
}
DIV.content-component .inner DIV.confluence-information-macro.confluence-information-macro-tip,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro.confluence-information-macro-tip,
.preview-root DIV.confluence-information-macro.confluence-information-macro-tip {
  background-color: #dcfff1;
  border-color: #a3dbc9;
}
DIV.content-component .inner DIV.confluence-information-macro.confluence-information-macro-tip span.aui-icon,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro.confluence-information-macro-tip span.aui-icon,
.preview-root DIV.confluence-information-macro.confluence-information-macro-tip span.aui-icon {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0iMzIiIHdpZHRoPSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIAogICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoMS4zMzMsIDEuMzMzKSIKICAgICAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgIGZpbGw9ImN1cnJlbnRDb2xvciIKICAgICAgICBkPSJNMTIgMjJDOS4zNDc4NCAyMiA2LjgwNDMgMjAuOTQ2NCA0LjkyODkzIDE5LjA3MTFDMy4wNTM1NyAxNy4xOTU3IDIgMTQuNjUyMiAyIDEyQzIgOS4zNDc4NCAzLjA1MzU3IDYuODA0MyA0LjkyODkzIDQuOTI4OTNDNi44MDQzIDMuMDUzNTcgOS4zNDc4NCAyIDEyIDJDMTQuNjUyMiAyIDE3LjE5NTcgMy4wNTM1NyAxOS4wNzExIDQuOTI4OTNDMjAuOTQ2NCA2LjgwNDMgMjIgOS4zNDc4NCAyMiAxMkMyMiAxNC42NTIyIDIwLjk0NjQgMTcuMTk1NyAxOS4wNzExIDE5LjA3MTFDMTcuMTk1NyAyMC45NDY0IDE0LjY1MjIgMjIgMTIgMjJWMjJaTTEzLjcwNSA4LjI5NUwxMS4wMTUgMTMuNDMyNUw5LjA4NjI1IDExLjY5NUM4Ljk2NDIgMTEuNTg1MiA4LjgyMTcyIDExLjUwMDUgOC42NjY5NCAxMS40NDU3QzguNTEyMTYgMTEuMzkxIDguMzQ4MSAxMS4zNjcyIDguMTg0MTUgMTEuMzc1OUM4LjAyMDIgMTEuMzg0NSA3Ljg1OTU1IDExLjQyNTQgNy43MTEzOSAxMS40OTYxQzcuNTYzMjIgMTEuNTY2OSA3LjQzMDQ0IDExLjY2NjEgNy4zMjA2MyAxMS43ODgxQzcuMjEwODEgMTEuOTEwMiA3LjEyNjEgMTIuMDUyNyA3LjA3MTM1IDEyLjIwNzRDNy4wMTY2IDEyLjM2MjIgNi45OTI4NyAxMi41MjYzIDcuMDAxNTIgMTIuNjkwMkM3LjAxMDE2IDEyLjg1NDIgNy4wNTEwMiAxMy4wMTQ4IDcuMTIxNzUgMTMuMTYzQzcuMTkyNDggMTMuMzExMiA3LjI5MTcgMTMuNDQzOSA3LjQxMzc1IDEzLjU1MzhMMTAuNTM4OCAxNi4zNjYzQzEwLjY4MDMgMTYuNDkzOCAxMC44NDkyIDE2LjU4NzIgMTEuMDMyNSAxNi42Mzk1QzExLjIxNTcgMTYuNjkxNyAxMS40MDg1IDE2LjcwMTQgMTEuNTk2IDE2LjY2NzhDMTEuNzgzNiAxNi42MzQxIDExLjk2MDkgMTYuNTU4IDEyLjExNDYgMTYuNDQ1M0MxMi4yNjgyIDE2LjMzMjYgMTIuMzk0MSAxNi4xODYzIDEyLjQ4MjUgMTYuMDE3NUwxNS45MiA5LjQ1NUMxNi4wNzM4IDkuMTYxMjcgMTYuMTA0NyA4LjgxODQ3IDE2LjAwNTcgOC41MDJDMTUuOTA2OCA4LjE4NTUzIDE1LjY4NjIgNy45MjEzMyAxNS4zOTI1IDcuNzY3NUMxNS4wOTg4IDcuNjEzNjcgMTQuNzU2IDcuNTgyODMgMTQuNDM5NSA3LjY4MTc2QzE0LjEyMyA3Ljc4MDY4IDEzLjg1ODggOC4wMDEyNyAxMy43MDUgOC4yOTVWOC4yOTVaIgogICAgLz4KPC9zdmc+);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0iMzIiIHdpZHRoPSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIAogICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoMS4zMzMsIDEuMzMzKSIKICAgICAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgIGZpbGw9ImN1cnJlbnRDb2xvciIKICAgICAgICBkPSJNMTIgMjJDOS4zNDc4NCAyMiA2LjgwNDMgMjAuOTQ2NCA0LjkyODkzIDE5LjA3MTFDMy4wNTM1NyAxNy4xOTU3IDIgMTQuNjUyMiAyIDEyQzIgOS4zNDc4NCAzLjA1MzU3IDYuODA0MyA0LjkyODkzIDQuOTI4OTNDNi44MDQzIDMuMDUzNTcgOS4zNDc4NCAyIDEyIDJDMTQuNjUyMiAyIDE3LjE5NTcgMy4wNTM1NyAxOS4wNzExIDQuOTI4OTNDMjAuOTQ2NCA2LjgwNDMgMjIgOS4zNDc4NCAyMiAxMkMyMiAxNC42NTIyIDIwLjk0NjQgMTcuMTk1NyAxOS4wNzExIDE5LjA3MTFDMTcuMTk1NyAyMC45NDY0IDE0LjY1MjIgMjIgMTIgMjJWMjJaTTEzLjcwNSA4LjI5NUwxMS4wMTUgMTMuNDMyNUw5LjA4NjI1IDExLjY5NUM4Ljk2NDIgMTEuNTg1MiA4LjgyMTcyIDExLjUwMDUgOC42NjY5NCAxMS40NDU3QzguNTEyMTYgMTEuMzkxIDguMzQ4MSAxMS4zNjcyIDguMTg0MTUgMTEuMzc1OUM4LjAyMDIgMTEuMzg0NSA3Ljg1OTU1IDExLjQyNTQgNy43MTEzOSAxMS40OTYxQzcuNTYzMjIgMTEuNTY2OSA3LjQzMDQ0IDExLjY2NjEgNy4zMjA2MyAxMS43ODgxQzcuMjEwODEgMTEuOTEwMiA3LjEyNjEgMTIuMDUyNyA3LjA3MTM1IDEyLjIwNzRDNy4wMTY2IDEyLjM2MjIgNi45OTI4NyAxMi41MjYzIDcuMDAxNTIgMTIuNjkwMkM3LjAxMDE2IDEyLjg1NDIgNy4wNTEwMiAxMy4wMTQ4IDcuMTIxNzUgMTMuMTYzQzcuMTkyNDggMTMuMzExMiA3LjI5MTcgMTMuNDQzOSA3LjQxMzc1IDEzLjU1MzhMMTAuNTM4OCAxNi4zNjYzQzEwLjY4MDMgMTYuNDkzOCAxMC44NDkyIDE2LjU4NzIgMTEuMDMyNSAxNi42Mzk1QzExLjIxNTcgMTYuNjkxNyAxMS40MDg1IDE2LjcwMTQgMTEuNTk2IDE2LjY2NzhDMTEuNzgzNiAxNi42MzQxIDExLjk2MDkgMTYuNTU4IDEyLjExNDYgMTYuNDQ1M0MxMi4yNjgyIDE2LjMzMjYgMTIuMzk0MSAxNi4xODYzIDEyLjQ4MjUgMTYuMDE3NUwxNS45MiA5LjQ1NUMxNi4wNzM4IDkuMTYxMjcgMTYuMTA0NyA4LjgxODQ3IDE2LjAwNTcgOC41MDJDMTUuOTA2OCA4LjE4NTUzIDE1LjY4NjIgNy45MjEzMyAxNS4zOTI1IDcuNzY3NUMxNS4wOTg4IDcuNjEzNjcgMTQuNzU2IDcuNTgyODMgMTQuNDM5NSA3LjY4MTc2QzE0LjEyMyA3Ljc4MDY4IDEzLjg1ODggOC4wMDEyNyAxMy43MDUgOC4yOTVWOC4yOTVaIgogICAgLz4KPC9zdmc+);
  background-color: #22a06b;
}
DIV.content-component .inner DIV.confluence-information-macro.confluence-information-macro-note,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro.confluence-information-macro-note,
.preview-root DIV.confluence-information-macro.confluence-information-macro-note {
  background-color: #fff7d6;
  border-color: #c4bda2;
}
DIV.content-component .inner DIV.confluence-information-macro.confluence-information-macro-note span.aui-icon,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro.confluence-information-macro-note span.aui-icon,
.preview-root DIV.confluence-information-macro.confluence-information-macro-note span.aui-icon {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0iMzIiIHdpZHRoPSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIAogICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoMS4zMzMsIDEuMzMzKSIKICAgICAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgIGZpbGw9ImN1cnJlbnRDb2xvciIKICAgICAgICBkPSJNMTMuNDg5NyA0LjM0NTkyTDIxLjg1NjEgMTguODYxMUMyMS45NTI1IDE5LjAyODggMjIuMDAyMSAxOS4yMTgxIDIxLjk5OTkgMTkuNDEwMUMyMS45OTc3IDE5LjYwMjEgMjEuOTQzOCAxOS43OTAzIDIxLjg0MzUgMTkuOTU1OUMyMS43NDMyIDIwLjEyMTUgMjEuNjAwMSAyMC4yNTg4IDIxLjQyODIgMjAuMzU0MkMyMS4yNTYzIDIwLjQ0OTcgMjEuMDYxNiAyMC40OTk5IDIwLjg2MzYgMjAuNUgzLjEzNzA3QzIuOTM4ODIgMjAuNSAyLjc0NDAxIDIwLjQ0OTggMi41NzE5NiAyMC4zNTQzQzIuMzk5OTIgMjAuMjU4OCAyLjI1NjYzIDIwLjEyMTMgMi4xNTYzMSAxOS45NTU2QzIuMDU1OTggMTkuNzg5OCAyLjAwMjEyIDE5LjYwMTUgMi4wMDAwNiAxOS40MDkzQzEuOTk4IDE5LjIxNzEgMi4wNDc4MiAxOS4wMjc4IDIuMTQ0NTYgMTguODZMMTAuNTEyMSA0LjM0NTkyQzEwLjY2MDIgNC4wODkzOSAxMC44NzYyIDMuODc1NzcgMTEuMTM3NyAzLjcyNzA4QzExLjM5OTMgMy41NzgzOCAxMS42OTcxIDMuNSAxMi4wMDAzIDMuNUMxMi4zMDM2IDMuNSAxMi42MDEzIDMuNTc4MzggMTIuODYyOSAzLjcyNzA4QzEzLjEyNDUgMy44NzU3NyAxMy4zNDA0IDQuMDg5MzkgMTMuNDg4NSA0LjM0NTkySDEzLjQ4OTdaTTEyLjAwMDMgNy44MjUzOEMxMS44MjMyIDcuODI1MzcgMTEuNjQ4MiA3Ljg2MjEyIDExLjQ4NjkgNy45MzMxN0MxMS4zMjU3IDguMDA0MjMgMTEuMTgyIDguMTA3OTMgMTEuMDY1NiA4LjIzNzNDMTAuOTQ5MiA4LjM2NjY4IDEwLjg2MjcgOC41MTg3MiAxMC44MTE5IDguNjgzMjFDMTAuNzYxMSA4Ljg0NzcgMTAuNzQ3MyA5LjAyMDgzIDEwLjc3MTMgOS4xOTA5M0wxMS4zNTQ2IDEzLjM0MTZDMTEuMzc1NCAxMy40OTMzIDExLjQ1MjMgMTMuNjMyNiAxMS41NzExIDEzLjczMzRDMTEuNjg5OSAxMy44MzQzIDExLjg0MjQgMTMuODg5OSAxMi4wMDAzIDEzLjg4OTlDMTIuMTU4MiAxMy44ODk5IDEyLjMxMDcgMTMuODM0MyAxMi40Mjk1IDEzLjczMzRDMTIuNTQ4MyAxMy42MzI2IDEyLjYyNTMgMTMuNDkzMyAxMi42NDYxIDEzLjM0MTZMMTMuMjI5MyA5LjE5MDkzQzEzLjI1MzMgOS4wMjA4MyAxMy4yMzk1IDguODQ3NyAxMy4xODg3IDguNjgzMjFDMTMuMTM4IDguNTE4NzIgMTMuMDUxNSA4LjM2NjY4IDEyLjkzNSA4LjIzNzNDMTIuODE4NiA4LjEwNzkzIDEyLjY3NDkgOC4wMDQyMyAxMi41MTM3IDcuOTMzMTdDMTIuMzUyNSA3Ljg2MjEyIDEyLjE3NzQgNy44MjUzNyAxMi4wMDAzIDcuODI1MzhWNy44MjUzOFpNMTIuMDAwMyAxNy4zMzY5QzEyLjMzOTUgMTcuMzM2OSAxMi42NjQ5IDE3LjIwNjIgMTIuOTA0NyAxNi45NzM3QzEzLjE0NDYgMTYuNzQxMiAxMy4yNzkzIDE2LjQyNTggMTMuMjc5MyAxNi4wOTY5QzEzLjI3OTMgMTUuNzY4MSAxMy4xNDQ2IDE1LjQ1MjcgMTIuOTA0NyAxNS4yMjAyQzEyLjY2NDkgMTQuOTg3NyAxMi4zMzk1IDE0Ljg1NyAxMi4wMDAzIDE0Ljg1N0MxMS42NjExIDE0Ljg1NyAxMS4zMzU4IDE0Ljk4NzcgMTEuMDk1OSAxNS4yMjAyQzEwLjg1NjEgMTUuNDUyNyAxMC43MjEzIDE1Ljc2ODEgMTAuNzIxMyAxNi4wOTY5QzEwLjcyMTMgMTYuNDI1OCAxMC44NTYxIDE2Ljc0MTIgMTEuMDk1OSAxNi45NzM3QzExLjMzNTggMTcuMjA2MiAxMS42NjExIDE3LjMzNjkgMTIuMDAwMyAxNy4zMzY5VjE3LjMzNjlaIgogICAgLz4KPC9zdmc+Cg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0iMzIiIHdpZHRoPSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIAogICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoMS4zMzMsIDEuMzMzKSIKICAgICAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgIGZpbGw9ImN1cnJlbnRDb2xvciIKICAgICAgICBkPSJNMTMuNDg5NyA0LjM0NTkyTDIxLjg1NjEgMTguODYxMUMyMS45NTI1IDE5LjAyODggMjIuMDAyMSAxOS4yMTgxIDIxLjk5OTkgMTkuNDEwMUMyMS45OTc3IDE5LjYwMjEgMjEuOTQzOCAxOS43OTAzIDIxLjg0MzUgMTkuOTU1OUMyMS43NDMyIDIwLjEyMTUgMjEuNjAwMSAyMC4yNTg4IDIxLjQyODIgMjAuMzU0MkMyMS4yNTYzIDIwLjQ0OTcgMjEuMDYxNiAyMC40OTk5IDIwLjg2MzYgMjAuNUgzLjEzNzA3QzIuOTM4ODIgMjAuNSAyLjc0NDAxIDIwLjQ0OTggMi41NzE5NiAyMC4zNTQzQzIuMzk5OTIgMjAuMjU4OCAyLjI1NjYzIDIwLjEyMTMgMi4xNTYzMSAxOS45NTU2QzIuMDU1OTggMTkuNzg5OCAyLjAwMjEyIDE5LjYwMTUgMi4wMDAwNiAxOS40MDkzQzEuOTk4IDE5LjIxNzEgMi4wNDc4MiAxOS4wMjc4IDIuMTQ0NTYgMTguODZMMTAuNTEyMSA0LjM0NTkyQzEwLjY2MDIgNC4wODkzOSAxMC44NzYyIDMuODc1NzcgMTEuMTM3NyAzLjcyNzA4QzExLjM5OTMgMy41NzgzOCAxMS42OTcxIDMuNSAxMi4wMDAzIDMuNUMxMi4zMDM2IDMuNSAxMi42MDEzIDMuNTc4MzggMTIuODYyOSAzLjcyNzA4QzEzLjEyNDUgMy44NzU3NyAxMy4zNDA0IDQuMDg5MzkgMTMuNDg4NSA0LjM0NTkySDEzLjQ4OTdaTTEyLjAwMDMgNy44MjUzOEMxMS44MjMyIDcuODI1MzcgMTEuNjQ4MiA3Ljg2MjEyIDExLjQ4NjkgNy45MzMxN0MxMS4zMjU3IDguMDA0MjMgMTEuMTgyIDguMTA3OTMgMTEuMDY1NiA4LjIzNzNDMTAuOTQ5MiA4LjM2NjY4IDEwLjg2MjcgOC41MTg3MiAxMC44MTE5IDguNjgzMjFDMTAuNzYxMSA4Ljg0NzcgMTAuNzQ3MyA5LjAyMDgzIDEwLjc3MTMgOS4xOTA5M0wxMS4zNTQ2IDEzLjM0MTZDMTEuMzc1NCAxMy40OTMzIDExLjQ1MjMgMTMuNjMyNiAxMS41NzExIDEzLjczMzRDMTEuNjg5OSAxMy44MzQzIDExLjg0MjQgMTMuODg5OSAxMi4wMDAzIDEzLjg4OTlDMTIuMTU4MiAxMy44ODk5IDEyLjMxMDcgMTMuODM0MyAxMi40Mjk1IDEzLjczMzRDMTIuNTQ4MyAxMy42MzI2IDEyLjYyNTMgMTMuNDkzMyAxMi42NDYxIDEzLjM0MTZMMTMuMjI5MyA5LjE5MDkzQzEzLjI1MzMgOS4wMjA4MyAxMy4yMzk1IDguODQ3NyAxMy4xODg3IDguNjgzMjFDMTMuMTM4IDguNTE4NzIgMTMuMDUxNSA4LjM2NjY4IDEyLjkzNSA4LjIzNzNDMTIuODE4NiA4LjEwNzkzIDEyLjY3NDkgOC4wMDQyMyAxMi41MTM3IDcuOTMzMTdDMTIuMzUyNSA3Ljg2MjEyIDEyLjE3NzQgNy44MjUzNyAxMi4wMDAzIDcuODI1MzhWNy44MjUzOFpNMTIuMDAwMyAxNy4zMzY5QzEyLjMzOTUgMTcuMzM2OSAxMi42NjQ5IDE3LjIwNjIgMTIuOTA0NyAxNi45NzM3QzEzLjE0NDYgMTYuNzQxMiAxMy4yNzkzIDE2LjQyNTggMTMuMjc5MyAxNi4wOTY5QzEzLjI3OTMgMTUuNzY4MSAxMy4xNDQ2IDE1LjQ1MjcgMTIuOTA0NyAxNS4yMjAyQzEyLjY2NDkgMTQuOTg3NyAxMi4zMzk1IDE0Ljg1NyAxMi4wMDAzIDE0Ljg1N0MxMS42NjExIDE0Ljg1NyAxMS4zMzU4IDE0Ljk4NzcgMTEuMDk1OSAxNS4yMjAyQzEwLjg1NjEgMTUuNDUyNyAxMC43MjEzIDE1Ljc2ODEgMTAuNzIxMyAxNi4wOTY5QzEwLjcyMTMgMTYuNDI1OCAxMC44NTYxIDE2Ljc0MTIgMTEuMDk1OSAxNi45NzM3QzExLjMzNTggMTcuMjA2MiAxMS42NjExIDE3LjMzNjkgMTIuMDAwMyAxNy4zMzY5VjE3LjMzNjlaIgogICAgLz4KPC9zdmc+Cg==);
  background-color: #e56910;
}
DIV.content-component .inner DIV.confluence-information-macro.confluence-information-macro-cloudnote,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro.confluence-information-macro-cloudnote,
.preview-root DIV.confluence-information-macro.confluence-information-macro-cloudnote {
  background-color: #eae6ff;
  border-color: #998dd9;
}
DIV.content-component .inner DIV.confluence-information-macro.confluence-information-macro-cloudnote span.aui-icon,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro.confluence-information-macro-cloudnote span.aui-icon,
.preview-root DIV.confluence-information-macro.confluence-information-macro-cloudnote span.aui-icon {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiByb2xlPSJwcmVzZW50YXRpb24iPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNyAySDE3QzE3LjY2MyAyIDE4LjI5ODkgMi4yNjMzOSAxOC43Njc4IDIuNzMyMjNDMTkuMjM2NiAzLjIwMTA3IDE5LjUgMy44MzY5NiAxOS41IDQuNVYxOS41QzE5LjUgMjAuMTYzIDE5LjIzNjYgMjAuNzk4OSAxOC43Njc4IDIxLjI2NzhDMTguMjk4OSAyMS43MzY2IDE3LjY2MyAyMiAxNyAyMkg3QzYuMzM2OTYgMjIgNS43MDEwNyAyMS43MzY2IDUuMjMyMjMgMjEuMjY3OEM0Ljc2MzM5IDIwLjc5ODkgNC41IDIwLjE2MyA0LjUgMTkuNVY0LjVDNC41IDMuODM2OTYgNC43NjMzOSAzLjIwMTA3IDUuMjMyMjMgMi43MzIyM0M1LjcwMTA3IDIuMjYzMzkgNi4zMzY5NiAyIDcgMlpNOC44NzUgN0M4LjcwOTI0IDcgOC41NTAyNyA3LjA2NTg1IDguNDMzMDYgNy4xODMwNkM4LjMxNTg1IDcuMzAwMjcgOC4yNSA3LjQ1OTI0IDguMjUgNy42MjVWOC44NzVDOC4yNSA5LjA0MDc2IDguMzE1ODUgOS4xOTk3MyA4LjQzMzA2IDkuMzE2OTRDOC41NTAyNyA5LjQzNDE1IDguNzA5MjQgOS41IDguODc1IDkuNUgxNS4xMjVDMTUuMjkwOCA5LjUgMTUuNDQ5NyA5LjQzNDE1IDE1LjU2NjkgOS4zMTY5NEMxNS42ODQyIDkuMTk5NzMgMTUuNzUgOS4wNDA3NiAxNS43NSA4Ljg3NVY3LjYyNUMxNS43NSA3LjQ1OTI0IDE1LjY4NDIgNy4zMDAyNyAxNS41NjY5IDcuMTgzMDZDMTUuNDQ5NyA3LjA2NTg1IDE1LjI5MDggNyAxNS4xMjUgN0g4Ljg3NVpNOC44NzUgMTJDOC43MDkyNCAxMiA4LjU1MDI3IDEyLjA2NTggOC40MzMwNiAxMi4xODMxQzguMzE1ODUgMTIuMzAwMyA4LjI1IDEyLjQ1OTIgOC4yNSAxMi42MjVWMTMuODc1QzguMjUgMTQuMDQwOCA4LjMxNTg1IDE0LjE5OTcgOC40MzMwNiAxNC4zMTY5QzguNTUwMjcgMTQuNDM0MiA4LjcwOTI0IDE0LjUgOC44NzUgMTQuNUgxMi42MjVDMTIuNzkwOCAxNC41IDEyLjk0OTcgMTQuNDM0MiAxMy4wNjY5IDE0LjMxNjlDMTMuMTg0MiAxNC4xOTk3IDEzLjI1IDE0LjA0MDggMTMuMjUgMTMuODc1VjEyLjYyNUMxMy4yNSAxMi40NTkyIDEzLjE4NDIgMTIuMzAwMyAxMy4wNjY5IDEyLjE4MzFDMTIuOTQ5NyAxMi4wNjU4IDEyLjc5MDggMTIgMTIuNjI1IDEySDguODc1WiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiByb2xlPSJwcmVzZW50YXRpb24iPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNyAySDE3QzE3LjY2MyAyIDE4LjI5ODkgMi4yNjMzOSAxOC43Njc4IDIuNzMyMjNDMTkuMjM2NiAzLjIwMTA3IDE5LjUgMy44MzY5NiAxOS41IDQuNVYxOS41QzE5LjUgMjAuMTYzIDE5LjIzNjYgMjAuNzk4OSAxOC43Njc4IDIxLjI2NzhDMTguMjk4OSAyMS43MzY2IDE3LjY2MyAyMiAxNyAyMkg3QzYuMzM2OTYgMjIgNS43MDEwNyAyMS43MzY2IDUuMjMyMjMgMjEuMjY3OEM0Ljc2MzM5IDIwLjc5ODkgNC41IDIwLjE2MyA0LjUgMTkuNVY0LjVDNC41IDMuODM2OTYgNC43NjMzOSAzLjIwMTA3IDUuMjMyMjMgMi43MzIyM0M1LjcwMTA3IDIuMjYzMzkgNi4zMzY5NiAyIDcgMlpNOC44NzUgN0M4LjcwOTI0IDcgOC41NTAyNyA3LjA2NTg1IDguNDMzMDYgNy4xODMwNkM4LjMxNTg1IDcuMzAwMjcgOC4yNSA3LjQ1OTI0IDguMjUgNy42MjVWOC44NzVDOC4yNSA5LjA0MDc2IDguMzE1ODUgOS4xOTk3MyA4LjQzMzA2IDkuMzE2OTRDOC41NTAyNyA5LjQzNDE1IDguNzA5MjQgOS41IDguODc1IDkuNUgxNS4xMjVDMTUuMjkwOCA5LjUgMTUuNDQ5NyA5LjQzNDE1IDE1LjU2NjkgOS4zMTY5NEMxNS42ODQyIDkuMTk5NzMgMTUuNzUgOS4wNDA3NiAxNS43NSA4Ljg3NVY3LjYyNUMxNS43NSA3LjQ1OTI0IDE1LjY4NDIgNy4zMDAyNyAxNS41NjY5IDcuMTgzMDZDMTUuNDQ5NyA3LjA2NTg1IDE1LjI5MDggNyAxNS4xMjUgN0g4Ljg3NVpNOC44NzUgMTJDOC43MDkyNCAxMiA4LjU1MDI3IDEyLjA2NTggOC40MzMwNiAxMi4xODMxQzguMzE1ODUgMTIuMzAwMyA4LjI1IDEyLjQ1OTIgOC4yNSAxMi42MjVWMTMuODc1QzguMjUgMTQuMDQwOCA4LjMxNTg1IDE0LjE5OTcgOC40MzMwNiAxNC4zMTY5QzguNTUwMjcgMTQuNDM0MiA4LjcwOTI0IDE0LjUgOC44NzUgMTQuNUgxMi42MjVDMTIuNzkwOCAxNC41IDEyLjk0OTcgMTQuNDM0MiAxMy4wNjY5IDE0LjMxNjlDMTMuMTg0MiAxNC4xOTk3IDEzLjI1IDE0LjA0MDggMTMuMjUgMTMuODc1VjEyLjYyNUMxMy4yNSAxMi40NTkyIDEzLjE4NDIgMTIuMzAwMyAxMy4wNjY5IDEyLjE4MzFDMTIuOTQ5NyAxMi4wNjU4IDEyLjc5MDggMTIgMTIuNjI1IDEySDguODc1WiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=);
  background-color: #AF59E1;
}
DIV.content-component .inner DIV.confluence-information-macro.overflow-start,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro.overflow-start,
.preview-root DIV.confluence-information-macro.overflow-start {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: dashed;
}
DIV.content-component .inner DIV.confluence-information-macro.overflow-continued,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro.overflow-continued,
.preview-root DIV.confluence-information-macro.overflow-continued {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: dashed;
}
DIV.content-component .inner DIV.confluence-information-macro,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro,
.preview-root DIV.confluence-information-macro,
DIV.content-component .inner DIV.panel,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.panel,
.preview-root DIV.panel {
  overflow: hidden;
}
DIV.content-component .inner DIV.confluence-information-macro DIV.panelContent > :last-child,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.confluence-information-macro DIV.panelContent > :last-child,
.preview-root DIV.confluence-information-macro DIV.panelContent > :last-child,
DIV.content-component .inner DIV.panel DIV.panelContent > :last-child,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.panel DIV.panelContent > :last-child,
.preview-root DIV.panel DIV.panelContent > :last-child {
  margin-bottom: 0;
}
DIV.content-component .inner IMG.emoticon,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IMG.emoticon,
.preview-root IMG.emoticon {
  height: 1em;
  width: 1em;
  vertical-align: middle;
}
DIV.content-component .inner IFRAME,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IFRAME,
.preview-root IFRAME {
  max-width: 100%;
  max-height: var(--initial-max-height);
  box-sizing: border-box;
}
DIV.content-component .inner IFRAME.embed,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IFRAME.embed,
.preview-root IFRAME.embed {
  width: 100%;
  aspect-ratio: 4 / 3;
}
DIV.content-component .inner IMG,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IMG,
.preview-root IMG,
DIV.content-component .inner VIDEO,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal VIDEO,
.preview-root VIDEO {
  max-width: 100%;
  max-height: var(--initial-max-height);
  box-sizing: border-box;
}
DIV.content-component .inner SPAN.confluence-embedded-file-wrapper,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper,
.preview-root SPAN.confluence-embedded-file-wrapper {
  max-width: 100%;
  position: relative;
  display: inline-block;
  /**
     * The image caption.
     */
  /**
     * The IMG gets the "loading" class from our own ImageOverflowPlugin, indicating that it is not yet loaded.
     */
}
DIV.content-component .inner SPAN.confluence-embedded-file-wrapper IMG,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper IMG,
.preview-root SPAN.confluence-embedded-file-wrapper IMG {
  display: inline-block;
  border-radius: 3px;
  /**
         * Cloud inline images are fixed to be 1em high, no sizing options possible. just let them flow
         * with the text content.
         */
}
DIV.content-component .inner SPAN.confluence-embedded-file-wrapper IMG.confluence-content-image-border,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper IMG.confluence-content-image-border,
.preview-root SPAN.confluence-embedded-file-wrapper IMG.confluence-content-image-border {
  border: 2px solid #666;
}
DIV.content-component .inner SPAN.confluence-embedded-file-wrapper IMG.inline,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper IMG.inline,
.preview-root SPAN.confluence-embedded-file-wrapper IMG.inline {
  margin-left: 0.3em;
  margin-right: 0.3em;
  max-width: calc(100% - 0.6em);
}
DIV.content-component .inner SPAN.confluence-embedded-file-wrapper IMG.confluence-content-image-inline,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper IMG.confluence-content-image-inline,
.preview-root SPAN.confluence-embedded-file-wrapper IMG.confluence-content-image-inline {
  height: 1em;
  width: auto;
}
DIV.content-component .inner SPAN.confluence-embedded-file-wrapper SPAN.confluence-embedded-image-title,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper SPAN.confluence-embedded-image-title,
.preview-root SPAN.confluence-embedded-file-wrapper SPAN.confluence-embedded-image-title {
  display: block;
  margin: 2px auto;
  text-align: center;
  color: #666;
  font-size: 0.8em;
}
DIV.content-component .inner SPAN.confluence-embedded-file-wrapper:has(IMG.loading),
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper:has(IMG.loading),
.preview-root SPAN.confluence-embedded-file-wrapper:has(IMG.loading) {
  display: block;
  background: #EEE;
}
DIV.content-component .inner SPAN.confluence-embedded-file-wrapper:has(IMG.loading)::before,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper:has(IMG.loading)::before,
.preview-root SPAN.confluence-embedded-file-wrapper:has(IMG.loading)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: darkgray linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 100%;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
}
BODY.environment-server DIV.content-component .inner SPAN.confluence-embedded-file-wrapper.image-left-wrapper,
BODY.environment-server DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper.image-left-wrapper,
BODY.environment-server .preview-root SPAN.confluence-embedded-file-wrapper.image-left-wrapper {
  float: left;
  margin: 0 0.8em 0.8em 0;
}
BODY.environment-server DIV.content-component .inner SPAN.confluence-embedded-file-wrapper.image-right-wrapper,
BODY.environment-server DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper.image-right-wrapper,
BODY.environment-server .preview-root SPAN.confluence-embedded-file-wrapper.image-right-wrapper {
  float: right;
  margin: 0 0 0.8em 0.8em;
}
BODY.environment-server DIV.content-component .inner SPAN.confluence-embedded-file-wrapper.image-center-wrapper,
BODY.environment-server DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper.image-center-wrapper,
BODY.environment-server .preview-root SPAN.confluence-embedded-file-wrapper.image-center-wrapper {
  display: table;
  margin: 0 auto 0 auto;
}
BODY.environment-cloud DIV.content-component .inner SPAN.confluence-embedded-file-wrapper.image-left-wrapper,
BODY.environment-cloud DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper.image-left-wrapper,
BODY.environment-cloud .preview-root SPAN.confluence-embedded-file-wrapper.image-left-wrapper {
  display: block;
  margin: 0 0.8em 0.8em 0;
  text-align: left;
}
BODY.environment-cloud DIV.content-component .inner SPAN.confluence-embedded-file-wrapper.image-right-wrapper,
BODY.environment-cloud DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper.image-right-wrapper,
BODY.environment-cloud .preview-root SPAN.confluence-embedded-file-wrapper.image-right-wrapper {
  display: block;
  margin: 0 0 0.8em 0.8em;
  text-align: right;
}
BODY.environment-cloud DIV.content-component .inner SPAN.confluence-embedded-file-wrapper.image-center-wrapper,
BODY.environment-cloud DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper.image-center-wrapper,
BODY.environment-cloud .preview-root SPAN.confluence-embedded-file-wrapper.image-center-wrapper {
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
}
BODY.environment-cloud DIV.content-component .inner SPAN.confluence-embedded-file-wrapper.image-left-wrap-wrapper,
BODY.environment-cloud DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper.image-left-wrap-wrapper,
BODY.environment-cloud .preview-root SPAN.confluence-embedded-file-wrapper.image-left-wrap-wrapper {
  float: left;
  margin: 0 0.8em 0.8em 0;
}
BODY.environment-cloud DIV.content-component .inner SPAN.confluence-embedded-file-wrapper.image-right-wrap-wrapper,
BODY.environment-cloud DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.confluence-embedded-file-wrapper.image-right-wrap-wrapper,
BODY.environment-cloud .preview-root SPAN.confluence-embedded-file-wrapper.image-right-wrap-wrapper {
  float: right;
  margin: 0 0.8em 0.8em 0;
}
DIV.content-component .inner IMG.zoom-cursor,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IMG.zoom-cursor,
.preview-root IMG.zoom-cursor {
  cursor: zoom-in;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0;
  }
  100% {
    background-position: 800px 0;
  }
}
DIV.content-component .inner UL,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal UL,
.preview-root UL,
DIV.content-component .inner OL,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal OL,
.preview-root OL {
  /**
     * Lists rely on margin for spacing. In floating contexts, the margin will collapse with
     * the float, causing layout issues and bullet points overlapping with float: left images.
     * overflow: hidden forces a new block formatting context, preventing margin collapse.
     */
  overflow: hidden;
}
DIV.content-component .inner UL.inline-task-list LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal UL.inline-task-list LI,
.preview-root UL.inline-task-list LI {
  list-style-type: none;
}
DIV.content-component .inner UL.inline-task-list li:before,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal UL.inline-task-list li:before,
.preview-root UL.inline-task-list li:before {
  content: "\2610";
  /* Unicode for empty ballot box */
}
DIV.content-component .inner UL.inline-task-list li.checked:before,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal UL.inline-task-list li.checked:before,
.preview-root UL.inline-task-list li.checked:before {
  content: "\2611";
  /* Unicode for checked ballot box */
}
DIV.content-component .inner TABLE.tasks-report UL.inline-task-list LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal TABLE.tasks-report UL.inline-task-list LI,
.preview-root TABLE.tasks-report UL.inline-task-list LI {
  margin-left: 0;
}
DIV.content-component .inner TABLE TD :first-child,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal TABLE TD :first-child,
.preview-root TABLE TD :first-child,
DIV.content-component .inner TABLE TH :first-child,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal TABLE TH :first-child,
.preview-root TABLE TH :first-child {
  margin-top: 0;
}
DIV.content-component .inner TABLE TD :last-child,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal TABLE TD :last-child,
.preview-root TABLE TD :last-child,
DIV.content-component .inner TABLE TH :last-child,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal TABLE TH :last-child,
.preview-root TABLE TH :last-child {
  margin-bottom: 0;
}
DIV.content-component .inner SPAN.aui-icon,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.aui-icon,
.preview-root SPAN.aui-icon {
  display: none;
}
DIV.content-component .inner SPAN.smalltext,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.smalltext,
.preview-root SPAN.smalltext {
  font-size: 0.8em;
}
DIV.content-component .inner DIV.heatmap UL,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.heatmap UL,
.preview-root DIV.heatmap UL {
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
DIV.content-component .inner DIV.heatmap UL LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.heatmap UL LI,
.preview-root DIV.heatmap UL LI {
  display: inline;
  margin: 0;
  padding: 2px;
}
DIV.content-component .inner DIV.heatmap UL LI A,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.heatmap UL LI A,
.preview-root DIV.heatmap UL LI A {
  text-wrap-mode: nowrap;
}
DIV.content-component .inner IMG.user-avatar-circle,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IMG.user-avatar-circle,
.preview-root IMG.user-avatar-circle,
DIV.content-component .inner IMG.userLogo,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IMG.userLogo,
.preview-root IMG.userLogo,
DIV.content-component .inner A.userLogoLink IMG.logo,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal A.userLogoLink IMG.logo,
.preview-root A.userLogoLink IMG.logo {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  vertical-align: middle;
}
DIV.content-component .inner IMG.user-avatar-circle.userLogo-48,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IMG.user-avatar-circle.userLogo-48,
.preview-root IMG.user-avatar-circle.userLogo-48,
DIV.content-component .inner IMG.userLogo.userLogo-48,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IMG.userLogo.userLogo-48,
.preview-root IMG.userLogo.userLogo-48,
DIV.content-component .inner A.userLogoLink IMG.logo.userLogo-48,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal A.userLogoLink IMG.logo.userLogo-48,
.preview-root A.userLogoLink IMG.logo.userLogo-48 {
  width: unset;
  height: 1.6em;
}
DIV.content-component .inner IMG.user-avatar-circle.userLogo-96,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IMG.user-avatar-circle.userLogo-96,
.preview-root IMG.user-avatar-circle.userLogo-96,
DIV.content-component .inner IMG.userLogo.userLogo-96,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IMG.userLogo.userLogo-96,
.preview-root IMG.userLogo.userLogo-96,
DIV.content-component .inner A.userLogoLink IMG.logo.userLogo-96,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal A.userLogoLink IMG.logo.userLogo-96,
.preview-root A.userLogoLink IMG.logo.userLogo-96 {
  width: unset;
  height: 3.33em;
}
DIV.content-component .inner IMG.user-avatar-circle.userLogo-144,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IMG.user-avatar-circle.userLogo-144,
.preview-root IMG.user-avatar-circle.userLogo-144,
DIV.content-component .inner IMG.userLogo.userLogo-144,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IMG.userLogo.userLogo-144,
.preview-root IMG.userLogo.userLogo-144,
DIV.content-component .inner A.userLogoLink IMG.logo.userLogo-144,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal A.userLogoLink IMG.logo.userLogo-144,
.preview-root A.userLogoLink IMG.logo.userLogo-144 {
  width: unset;
  height: 5em;
}
DIV.content-component .inner IMG[tabindex],
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal IMG[tabindex],
.preview-root IMG[tabindex] {
  margin-bottom: 1em;
}
DIV.content-component .inner TIME,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal TIME,
.preview-root TIME {
  background-color: rgba(100, 100, 100, 0.12);
  padding: 0.1em;
  border-radius: 3px;
}
DIV.content-component .inner UL.content-by-label > LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal UL.content-by-label > LI,
.preview-root UL.content-by-label > LI {
  list-style: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%271em%27 height=%271em%27 viewBox=%270 0 24 24%27%3E%3Cg fill=%27currentColor%27%3E%3Cpath d=%27m12 2l.117.007a1 1 0 0 1 .876.876L13 3v4l.005.15a2 2 0 0 0 1.838 1.844L15 9h4l.117.007a1 1 0 0 1 .876.876L20 10v9a3 3 0 0 1-2.824 2.995L17 22H7a3 3 0 0 1-2.995-2.824L4 19V5a3 3 0 0 1 2.824-2.995L7 2zm3 14H9a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2m0-4H9a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2m-5-4H9a1 1 0 1 0 0 2h1a1 1 0 0 0 0-2%27/%3E%3Cpath d=%27M19 7h-4l-.001-4.001z%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: left 4px;
  margin-left: 0;
  padding-left: 1.2em;
}
DIV.content-component .inner UL.content-by-label UL.label-list,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal UL.content-by-label UL.label-list,
.preview-root UL.content-by-label UL.label-list {
  list-style: none;
}
DIV.content-component .inner UL.content-by-label UL.label-list LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal UL.content-by-label UL.label-list LI,
.preview-root UL.content-by-label UL.label-list LI {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0 0.2em;
  background-color: rgba(100, 100, 100, 0.1);
  border: 1px solid #CCC;
  border-radius: 0.3em;
  font-size: 0.8em;
}
DIV.content-component .inner UL.content-by-label UL.label-list LI A,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal UL.content-by-label UL.label-list LI A,
.preview-root UL.content-by-label UL.label-list LI A {
  color: inherit;
  text-decoration: none;
}
DIV.content-component .inner UL.content-by-label UL.label-list LI:hover,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal UL.content-by-label UL.label-list LI:hover,
.preview-root UL.content-by-label UL.label-list LI:hover {
  border-color: #357de8;
}
DIV.content-component .inner UL.decision-list LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal UL.decision-list LI,
.preview-root UL.decision-list LI {
  list-style-type: none;
  margin: 0 0 0.2em 0;
  padding: 0.2em 0.2em 0.2em 2em;
  background-color: #EEE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%271em%27 height=%271em%27 viewBox=%270 0 24 24%27%3E%3Cg fill=%27none%27 stroke=%27%236a9a23%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27%3E%3Cpath d=%27M16 3h5v5M8 3H3v5%27/%3E%3Cpath d=%27m21 3l-7.536 7.536A5 5 0 0 0 12 14.07V21M3 3l7.536 7.536A5 5 0 0 1 12 14.07V15%27/%3E%3C/g%3E%3C/svg%3E");
  background-size: 1.1em;
  background-repeat: no-repeat;
  background-position: 0.4em center;
}
DIV.content-component .inner A.user-mention,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal A.user-mention,
.preview-root A.user-mention {
  background-color: rgba(100, 100, 100, 0.12);
  padding: 0.2em 0.4em;
  border-radius: 20px;
  color: #42526E;
  text-decoration: none;
}
DIV.content-component .inner A.user-mention::before,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal A.user-mention::before,
.preview-root A.user-mention::before {
  content: "@";
}
DIV.content-component .inner A.user-mention:hover,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal A.user-mention:hover,
.preview-root A.user-mention:hover {
  background-color: rgba(100, 100, 100, 0.2);
  text-decoration: none;
}
BODY.environment-server DIV.content-component .inner DIV.profile-macro IMG.user-avatar-circle,
BODY.environment-server DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.profile-macro IMG.user-avatar-circle,
BODY.environment-server .preview-root DIV.profile-macro IMG.user-avatar-circle {
  width: 3em;
  height: 3em;
  float: left;
  margin-right: 0.5em;
}
BODY.environment-server DIV.content-component .inner DIV.profile-macro TABLE.profile-info,
BODY.environment-server DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.profile-macro TABLE.profile-info,
BODY.environment-server .preview-root DIV.profile-macro TABLE.profile-info {
  margin-top: 1em;
}
BODY.environment-cloud DIV.content-component .inner DIV.profile-macro DIV.vcard,
BODY.environment-cloud DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.profile-macro DIV.vcard,
BODY.environment-cloud .preview-root DIV.profile-macro DIV.vcard {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
BODY.environment-cloud DIV.content-component .inner DIV.profile-macro DIV.vcard IMG,
BODY.environment-cloud DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.profile-macro DIV.vcard IMG,
BODY.environment-cloud .preview-root DIV.profile-macro DIV.vcard IMG {
  width: 3em;
  height: 3em;
}
DIV.content-component .inner SPAN.status-macro,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.status-macro,
.preview-root SPAN.status-macro {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2em 0.5em;
  border-radius: 0.3em;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  color: #292a2e;
  background: #dddee1;
  max-width: 80%;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
DIV.content-component .inner SPAN.status-macro.aui-lozenge-success,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.status-macro.aui-lozenge-success,
.preview-root SPAN.status-macro.aui-lozenge-success {
  background: #b3df72;
}
DIV.content-component .inner SPAN.status-macro.aui-lozenge-error,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.status-macro.aui-lozenge-error,
.preview-root SPAN.status-macro.aui-lozenge-error {
  background: #fd9891;
}
DIV.content-component .inner SPAN.status-macro.aui-lozenge-progress,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.status-macro.aui-lozenge-progress,
.preview-root SPAN.status-macro.aui-lozenge-progress {
  background: #d8a0f7;
}
BODY.environment-cloud DIV.content-component .inner SPAN.status-macro.aui-lozenge-current,
BODY.environment-cloud DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.status-macro.aui-lozenge-current,
BODY.environment-cloud .preview-root SPAN.status-macro.aui-lozenge-current {
  background: #f9c84e;
}
BODY.environment-cloud DIV.content-component .inner SPAN.status-macro.aui-lozenge-complete,
BODY.environment-cloud DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.status-macro.aui-lozenge-complete,
BODY.environment-cloud .preview-root SPAN.status-macro.aui-lozenge-complete {
  background: #8fb8f6;
}
BODY.environment-server DIV.content-component .inner SPAN.status-macro.aui-lozenge-moved,
BODY.environment-server DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.status-macro.aui-lozenge-moved,
BODY.environment-server .preview-root SPAN.status-macro.aui-lozenge-moved {
  background: #ffe699;
}
BODY.environment-server DIV.content-component .inner SPAN.status-macro.aui-lozenge-current,
BODY.environment-server DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal SPAN.status-macro.aui-lozenge-current,
BODY.environment-server .preview-root SPAN.status-macro.aui-lozenge-current {
  background: #8fb8f6;
}
DIV.content-component .inner DIV#recent-updates .results-container UL,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates .results-container UL,
.preview-root DIV#recent-updates .results-container UL,
DIV.content-component .inner DIV.recently-updated .results-container UL,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated .results-container UL,
.preview-root DIV.recently-updated .results-container UL,
DIV.content-component .inner DIV#recent-updates UL.results-container,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates UL.results-container,
.preview-root DIV#recent-updates UL.results-container,
DIV.content-component .inner DIV.recently-updated UL.results-container,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated UL.results-container,
.preview-root DIV.recently-updated UL.results-container {
  /**
         * Special rules for layout type "Sidebar", where the meta information is in a UL.
         */
}
DIV.content-component .inner DIV#recent-updates .results-container UL LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates .results-container UL LI,
.preview-root DIV#recent-updates .results-container UL LI,
DIV.content-component .inner DIV.recently-updated .results-container UL LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated .results-container UL LI,
.preview-root DIV.recently-updated .results-container UL LI,
DIV.content-component .inner DIV#recent-updates UL.results-container LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates UL.results-container LI,
.preview-root DIV#recent-updates UL.results-container LI,
DIV.content-component .inner DIV.recently-updated UL.results-container LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated UL.results-container LI,
.preview-root DIV.recently-updated UL.results-container LI {
  list-style-type: "🗏";
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
DIV.content-component .inner DIV#recent-updates .results-container UL .update-item-content,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates .results-container UL .update-item-content,
.preview-root DIV#recent-updates .results-container UL .update-item-content,
DIV.content-component .inner DIV.recently-updated .results-container UL .update-item-content,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated .results-container UL .update-item-content,
.preview-root DIV.recently-updated .results-container UL .update-item-content,
DIV.content-component .inner DIV#recent-updates UL.results-container .update-item-content,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates UL.results-container .update-item-content,
.preview-root DIV#recent-updates UL.results-container .update-item-content,
DIV.content-component .inner DIV.recently-updated UL.results-container .update-item-content,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated UL.results-container .update-item-content,
.preview-root DIV.recently-updated UL.results-container .update-item-content {
  display: block;
}
DIV.content-component .inner DIV#recent-updates .results-container UL .update-item-meta,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates .results-container UL .update-item-meta,
.preview-root DIV#recent-updates .results-container UL .update-item-meta,
DIV.content-component .inner DIV.recently-updated .results-container UL .update-item-meta,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated .results-container UL .update-item-meta,
.preview-root DIV.recently-updated .results-container UL .update-item-meta,
DIV.content-component .inner DIV#recent-updates UL.results-container .update-item-meta,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates UL.results-container .update-item-meta,
.preview-root DIV#recent-updates UL.results-container .update-item-meta,
DIV.content-component .inner DIV.recently-updated UL.results-container .update-item-meta,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated UL.results-container .update-item-meta,
.preview-root DIV.recently-updated UL.results-container .update-item-meta,
DIV.content-component .inner DIV#recent-updates .results-container UL .update-item-date,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates .results-container UL .update-item-date,
.preview-root DIV#recent-updates .results-container UL .update-item-date,
DIV.content-component .inner DIV.recently-updated .results-container UL .update-item-date,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated .results-container UL .update-item-date,
.preview-root DIV.recently-updated .results-container UL .update-item-date,
DIV.content-component .inner DIV#recent-updates UL.results-container .update-item-date,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates UL.results-container .update-item-date,
.preview-root DIV#recent-updates UL.results-container .update-item-date,
DIV.content-component .inner DIV.recently-updated UL.results-container .update-item-date,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated UL.results-container .update-item-date,
.preview-root DIV.recently-updated UL.results-container .update-item-date,
DIV.content-component .inner DIV#recent-updates .results-container UL .update-item-changes,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates .results-container UL .update-item-changes,
.preview-root DIV#recent-updates .results-container UL .update-item-changes,
DIV.content-component .inner DIV.recently-updated .results-container UL .update-item-changes,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated .results-container UL .update-item-changes,
.preview-root DIV.recently-updated .results-container UL .update-item-changes,
DIV.content-component .inner DIV#recent-updates UL.results-container .update-item-changes,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates UL.results-container .update-item-changes,
.preview-root DIV#recent-updates UL.results-container .update-item-changes,
DIV.content-component .inner DIV.recently-updated UL.results-container .update-item-changes,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated UL.results-container .update-item-changes,
.preview-root DIV.recently-updated UL.results-container .update-item-changes {
  font-size: 0.8em;
}
DIV.content-component .inner DIV#recent-updates .results-container UL UL.update-item-meta LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates .results-container UL UL.update-item-meta LI,
.preview-root DIV#recent-updates .results-container UL UL.update-item-meta LI,
DIV.content-component .inner DIV.recently-updated .results-container UL UL.update-item-meta LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated .results-container UL UL.update-item-meta LI,
.preview-root DIV.recently-updated .results-container UL UL.update-item-meta LI,
DIV.content-component .inner DIV#recent-updates UL.results-container UL.update-item-meta LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates UL.results-container UL.update-item-meta LI,
.preview-root DIV#recent-updates UL.results-container UL.update-item-meta LI,
DIV.content-component .inner DIV.recently-updated UL.results-container UL.update-item-meta LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated UL.results-container UL.update-item-meta LI,
.preview-root DIV.recently-updated UL.results-container UL.update-item-meta LI {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0 0.2em 0 0;
}
DIV.content-component .inner DIV#recent-updates .results-container UL UL.update-item-meta LI.update-item-changes,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates .results-container UL UL.update-item-meta LI.update-item-changes,
.preview-root DIV#recent-updates .results-container UL UL.update-item-meta LI.update-item-changes,
DIV.content-component .inner DIV.recently-updated .results-container UL UL.update-item-meta LI.update-item-changes,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated .results-container UL UL.update-item-meta LI.update-item-changes,
.preview-root DIV.recently-updated .results-container UL UL.update-item-meta LI.update-item-changes,
DIV.content-component .inner DIV#recent-updates UL.results-container UL.update-item-meta LI.update-item-changes,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates UL.results-container UL.update-item-meta LI.update-item-changes,
.preview-root DIV#recent-updates UL.results-container UL.update-item-meta LI.update-item-changes,
DIV.content-component .inner DIV.recently-updated UL.results-container UL.update-item-meta LI.update-item-changes,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.recently-updated UL.results-container UL.update-item-meta LI.update-item-changes,
.preview-root DIV.recently-updated UL.results-container UL.update-item-meta LI.update-item-changes {
  font-size: unset;
}
DIV.content-component .inner DIV#recent-updates UL.results-container LI,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates UL.results-container LI,
.preview-root DIV#recent-updates UL.results-container LI {
  clear: both;
}
DIV.content-component .inner DIV#recent-updates UL.results-container LI DIV.smalltext,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV#recent-updates UL.results-container LI DIV.smalltext,
.preview-root DIV#recent-updates UL.results-container LI DIV.smalltext {
  font-size: 0.8em;
}
DIV.content-component .inner table,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal table,
.preview-root table {
  font-size: 0.8em;
}
DIV.content-component .inner .hidden-while-layouting > *,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal .hidden-while-layouting > *,
.preview-root .hidden-while-layouting > * {
  display: none;
}
DIV.content-component .inner DIV.image-failed-message,
DIV.presentation-style-root DIV.text-content DIV.presenter-htmlslide-reveal DIV.image-failed-message,
.preview-root DIV.image-failed-message {
  border: 1px solid #f6c342;
  background-color: #ffebe6;
  color: #000;
  padding: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 0.3em;
  font-size: 0.8em;
}
/**
 * Static Text Components are always .text-content at the same time. Use .static-text to
 * style things that are static text content only.
 */
.static-text > * {
  zoom: var(--content-container-zoom, normal);
}
/**
 * The media component contains an image (or maybe a video or something in the future).
 */
.media-component {
  box-sizing: border-box;
  overflow: hidden;
}
.media-component IMG {
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}
.shape-component .shape-component-inner {
  width: 100%;
  height: 100%;
}
/**
 * Trick to overwrite Reveal.js visibility calculations for slides and vertical slide groups.
 * Because while layouting, they have to be visible, otherwise size calculations do not work /
 * result in zero dimensions.
 */
SECTION.is-layouting {
  display: block !important;
}
.reveal .slides section section.slide {
  height: var(--slide-height);
  /**
     * Overwrites styles of the `PresenterErrorDisplay` component for use in slides.
     */
}
.reveal .slides section section.slide .presenter-error-display {
  font-size: 1.5em;
  background: #FDD;
  border-radius: 15px;
  border: 1px solid #C66;
}
.reveal .slides section section.slide .content-component .presenter-error-display {
  font-size: 0.8em;
}
.reveal .slides section section.slide .overview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 10;
}
/**
 * Bugfix for current slide highlight in the slides overview: Reveal forgot to put a bold outline around
 * the current slide, so we do it here.
 */
.reveal.overview .slides section.slide.present {
  outline: 10px solid #666;
}
/**
 * Bugfix for the backdrop-filter: Reveal animates the opacity on slide transitions,
 * but an opacity != 0 creates a new Backdrop Root (https://drafts.fxtf.org/filter-effects-2/#backdrop-root).
 * And a new backdrop root disables the backdrop-filters, which causes the backdrop blur to be disabled
 * while animating. These bugfixes remove the opacity animation, overwriting the Reveal.js styles.
 * 
 * In ModernRenderer.tsx, the theme definition is analyzed for any backdrop filter use. If this is found,
 * the fix is activated by adding the backdropfilter-fix class.
 */
.reveal.backdropfilter-fix .slides > section,
.reveal.backdropfilter-fix .slides > section > section {
  transition-property: transform-origin, transform !important;
}
.reveal.backdropfilter-fix .slides > section.future,
.reveal.backdropfilter-fix .slides > section.future > section,
.reveal.backdropfilter-fix .slides > section.past,
.reveal.backdropfilter-fix .slides > section.past > section,
.reveal.backdropfilter-fix .slides > section > section.future,
.reveal.backdropfilter-fix .slides > section > section.past {
  opacity: 1;
}
/**
 * Fix for Reveal.js text-align center, that conflicts with the default behavior of the editor which uses
 * left.
 */
.reveal .slides {
  text-align: left;
}

