/* Experimental ver | Created on 2025/08/25 16:52 */

.reveal .r-stretch,.reveal .stretch{max-height:none;max-width:none}.reveal pre.r-stretch code,.reveal pre.stretch code{box-sizing:border-box;height:100%;max-height:100%}.reveal .r-fit-text{display:inline-block;white-space:nowrap}.reveal .r-stack{display:grid}.reveal .r-stack>*{grid-area:1/1;margin:auto}.reveal .r-hstack,.reveal .r-vstack{display:flex}.reveal .r-hstack img,.reveal .r-hstack video,.reveal .r-vstack img,.reveal .r-vstack video{min-height:0;min-width:0;-o-object-fit:contain;object-fit:contain}.reveal .r-vstack{flex-direction:column}.reveal .r-hstack,.reveal .r-vstack{align-items:center;justify-content:center}.reveal .r-hstack{flex-direction:row}.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{height:100%;width:100%}.reveal-viewport,html.reveal-full-page{height:100vh;height:calc(var(--vh, 1vh)*100);overflow:hidden}.reveal-viewport{background-color:#fff;line-height:1;margin:0;position:relative}.reveal .slides section .fragment{opacity:0;transition:all .2s ease;visibility:hidden;will-change:opacity}.reveal .slides section .fragment.visible{opacity:1;visibility:inherit}.reveal .slides section .fragment.disabled{transition:none}.reveal .slides section .fragment.grow{opacity:1;visibility:inherit}.reveal .slides section .fragment.grow.visible{transform:scale(1.3)}.reveal .slides section .fragment.shrink{opacity:1;visibility:inherit}.reveal .slides section .fragment.shrink.visible{transform:scale(.7)}.reveal .slides section .fragment.zoom-in{transform:scale(.1)}.reveal .slides section .fragment.zoom-in.visible{transform:none}.reveal .slides section .fragment.fade-out{opacity:1;visibility:inherit}.reveal .slides section .fragment.fade-out.visible{opacity:0;visibility:hidden}.reveal .slides section .fragment.semi-fade-out{opacity:1;visibility:inherit}.reveal .slides section .fragment.semi-fade-out.visible{opacity:.5;visibility:inherit}.reveal .slides section .fragment.strike{opacity:1;visibility:inherit}.reveal .slides section .fragment.strike.visible{text-decoration:line-through}.reveal .slides section .fragment.fade-up{transform:translateY(40px)}.reveal .slides section .fragment.fade-up.visible{transform:translate(0)}.reveal .slides section .fragment.fade-down{transform:translateY(-40px)}.reveal .slides section .fragment.fade-down.visible{transform:translate(0)}.reveal .slides section .fragment.fade-right{transform:translate(-40px)}.reveal .slides section .fragment.fade-right.visible{transform:translate(0)}.reveal .slides section .fragment.fade-left{transform:translate(40px)}.reveal .slides section .fragment.fade-left.visible{transform:translate(0)}.reveal .slides section .fragment.current-visible,.reveal .slides section .fragment.fade-in-then-out{opacity:0;visibility:hidden}.reveal .slides section .fragment.current-visible.current-fragment,.reveal .slides section .fragment.fade-in-then-out.current-fragment{opacity:1;visibility:inherit}.reveal .slides section .fragment.fade-in-then-semi-out{opacity:0;visibility:hidden}.reveal .slides section .fragment.fade-in-then-semi-out.visible{opacity:.5;visibility:inherit}.reveal .slides section .fragment.fade-in-then-semi-out.current-fragment,.reveal .slides section .fragment.highlight-blue,.reveal .slides section .fragment.highlight-current-blue,.reveal .slides section .fragment.highlight-current-green,.reveal .slides section .fragment.highlight-current-red,.reveal .slides section .fragment.highlight-green,.reveal .slides section .fragment.highlight-red{opacity:1;visibility:inherit}.reveal .slides section .fragment.highlight-red.visible{color:#ff2c2d}.reveal .slides section .fragment.highlight-green.visible{color:#17ff2e}.reveal .slides section .fragment.highlight-blue.visible{color:#1b91ff}.reveal .slides section .fragment.highlight-current-red.current-fragment{color:#ff2c2d}.reveal .slides section .fragment.highlight-current-green.current-fragment{color:#17ff2e}.reveal .slides section .fragment.highlight-current-blue.current-fragment{color:#1b91ff}.reveal:after{content:"";font-style:italic}.reveal iframe{z-index:1}.reveal a{position:relative}@-webkit-keyframes bounce-right{0%,10%,25%,40%,50%{transform:translateX(0)}20%{transform:translateX(10px)}30%{transform:translateX(-5px)}}@keyframes bounce-right{0%,10%,25%,40%,50%{transform:translateX(0)}20%{transform:translateX(10px)}30%{transform:translateX(-5px)}}@-webkit-keyframes bounce-left{0%,10%,25%,40%,50%{transform:translateX(0)}20%{transform:translateX(-10px)}30%{transform:translateX(5px)}}@keyframes bounce-left{0%,10%,25%,40%,50%{transform:translateX(0)}20%{transform:translateX(-10px)}30%{transform:translateX(5px)}}@-webkit-keyframes bounce-down{0%,10%,25%,40%,50%{transform:translateY(0)}20%{transform:translateY(10px)}30%{transform:translateY(-5px)}}@keyframes bounce-down{0%,10%,25%,40%,50%{transform:translateY(0)}20%{transform:translateY(10px)}30%{transform:translateY(-5px)}}.reveal .controls{bottom:12px;color:#000;display:none;font-size:10px;left:auto;pointer-events:none;position:absolute;right:12px;top:auto;z-index:11}.reveal .controls button{-webkit-appearance:none;background-color:transparent;border:0;color:currentColor;cursor:pointer;font-size:inherit;opacity:0;outline:0;padding:0;pointer-events:auto;position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);transform:scale(.9999);transition:color .2s ease,opacity .2s ease,transform .2s ease;visibility:hidden;z-index:2}.reveal .controls .controls-arrow:after,.reveal .controls .controls-arrow:before{background-color:currentColor;border-radius:.25em;content:"";height:.5em;left:0;position:absolute;top:0;transform-origin:.2em 50%;transition:all .15s ease,background-color .8s ease;width:2.6em;will-change:transform}.reveal .controls .controls-arrow{height:3.6em;position:relative;width:3.6em}.reveal .controls .controls-arrow:before{transform:translateX(.5em) translateY(1.55em) rotate(45deg)}.reveal .controls .controls-arrow:after{transform:translateX(.5em) translateY(1.55em) rotate(-45deg)}.reveal .controls .controls-arrow:hover:before{transform:translateX(.5em) translateY(1.55em) rotate(40deg)}.reveal .controls .controls-arrow:hover:after{transform:translateX(.5em) translateY(1.55em) rotate(-40deg)}.reveal .controls .controls-arrow:active:before{transform:translateX(.5em) translateY(1.55em) rotate(36deg)}.reveal .controls .controls-arrow:active:after{transform:translateX(.5em) translateY(1.55em) rotate(-36deg)}.reveal .controls .navigate-left{bottom:3.2em;right:6.4em;transform:translateX(-10px)}.reveal .controls .navigate-left.highlight{-webkit-animation:bounce-left 2s ease-out 50 both;animation:bounce-left 2s ease-out 50 both}.reveal .controls .navigate-right{bottom:3.2em;right:0;transform:translateX(10px)}.reveal .controls .navigate-right .controls-arrow{transform:rotate(180deg)}.reveal .controls .navigate-right.highlight{-webkit-animation:bounce-right 2s ease-out 50 both;animation:bounce-right 2s ease-out 50 both}.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{bottom:-1.4em;padding-bottom:1.4em;right:3.2em;transform:translateY(10px)}.reveal .controls .navigate-down .controls-arrow{transform:rotate(-90deg)}.reveal .controls .navigate-down.highlight{-webkit-animation:bounce-down 2s ease-out 50 both;animation:bounce-down 2s ease-out 50 both}.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{cursor:pointer;opacity:.9;transform:none;visibility:visible}.reveal .controls .enabled.fragmented{opacity:.5}.reveal .controls .enabled.fragmented:hover,.reveal .controls .enabled: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-down,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-up{display:none}.reveal:not(.has-vertical-slides) .controls .navigate-left,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-left{bottom:1.4em;right:5.5em}.reveal:not(.has-vertical-slides) .controls .navigate-right,.reveal[data-navigation-mode=linear].has-horizontal-slides .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:active:before,.reveal.no-hover .controls .controls-arrow:hover:before{transform:translateX(.5em) translateY(1.55em) rotate(45deg)}.reveal.no-hover .controls .controls-arrow:active:after,.reveal.no-hover .controls .controls-arrow:hover:after{transform:translateX(.5em) translateY(1.55em) rotate(-45deg)}@media screen and (min-width:500px){.reveal .controls[data-controls-layout=edges]{bottom:0;left:0;right:0;top:0}.reveal .controls[data-controls-layout=edges] .navigate-down,.reveal .controls[data-controls-layout=edges] .navigate-left,.reveal .controls[data-controls-layout=edges] .navigate-right,.reveal .controls[data-controls-layout=edges] .navigate-up{bottom:auto;right:auto}.reveal .controls[data-controls-layout=edges] .navigate-left{left:.8em;margin-top:-1.8em;top:50%}.reveal .controls[data-controls-layout=edges] .navigate-right{margin-top:-1.8em;right:.8em;top:50%}.reveal .controls[data-controls-layout=edges] .navigate-up{left:50%;margin-left:-1.8em;top:.8em}.reveal .controls[data-controls-layout=edges] .navigate-down{bottom:-.3em;left:50%;margin-left:-1.8em}}.reveal .progress{background-color:rgba(0,0,0,.2);bottom:0;color:#fff;display:none;height:3px;left:0;position:absolute;width:100%;z-index:10}.reveal .progress:after{content:"";display:block;height:10px;position:absolute;top:-10px;width:100%}.reveal .progress span{background-color:currentColor;display:block;height:100%;transform:scaleX(0);transform-origin:0 0;transition:transform .8s cubic-bezier(.26,.86,.44,.985);width:100%}.reveal .slide-number{background-color:rgba(0,0,0,.4);bottom:8px;color:#fff;display:block;font-family:Helvetica,sans-serif;font-size:12px;line-height:1;padding:5px;position:absolute;right:8px;z-index:31}.reveal .slide-number a{color:currentColor}.reveal .slide-number-delimiter{margin:0 3px}.reveal{height:100%;overflow:hidden;position:relative;touch-action:pinch-zoom;width:100%}.reveal.embedded{touch-action:pan-y}.reveal .slides{bottom:0;height:100%;left:0;margin:auto;overflow:visible;perspective:600px;perspective-origin:50% 40%;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:1}.reveal .slides>section{perspective:600px}.reveal .slides>section,.reveal .slides>section>section{display:none;pointer-events:auto;position:absolute;transform-style:flat;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);width:100%;z-index:10}.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{height:100%;padding-bottom:0;padding-top:0;pointer-events:none}.reveal .slides>section.present,.reveal .slides>section>section.present{display:block;opacity:1;z-index:11}.reveal .slides>section:empty,.reveal .slides>section>section:empty,.reveal .slides>section>section[data-background-interactive],.reveal .slides>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.future,.reveal .slides>section.past,.reveal .slides>section>section.future,.reveal .slides>section>section.past{opacity:0}.reveal.slide section{-webkit-backface-visibility:hidden;backface-visibility:hidden}.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.linear section{-webkit-backface-visibility:hidden;backface-visibility:hidden}.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:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=default].future,.reveal .slides>section[data-transition~=default-in].future,.reveal.default .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.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:translate3d(0,-300px,0) rotateX(70deg) translate3d(0,-300px,0)}.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:translate3d(0,300px,0) rotateX(-70deg) translate3d(0,300px,0)}.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:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=convex].future,.reveal .slides>section[data-transition~=convex-in].future,.reveal.convex .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.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:translate3d(0,-300px,0) rotateX(70deg) translate3d(0,-300px,0)}.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:translate3d(0,300px,0) rotateX(-70deg) translate3d(0,300px,0)}.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:translate3d(-100%,0,0) rotateY(90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=concave].future,.reveal .slides>section[data-transition~=concave-in].future,.reveal.concave .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(-90deg) translate3d(100%,0,0)}.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:translate3d(0,-80%,0) rotateX(-70deg) translate3d(0,-80%,0)}.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:translate3d(0,80%,0) rotateX(70deg) translate3d(0,80%,0)}.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{transform:scale(16);visibility:hidden}.reveal .slides>section[data-transition=zoom].future,.reveal .slides>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section:not([data-transition]).future{transform:scale(.2);visibility:hidden}.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{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;min-height:700px;padding:30px;transform-style:preserve-3d}.reveal.center.cube .slides section{min-height:0}.reveal.cube .slides section:not(.stack):before{background:rgba(0,0,0,.1);border-radius:4px;content:"";display:block;height:100%;left:0;position:absolute;top:0;transform:translateZ(-20px);width:100%}.reveal.cube .slides section:not(.stack):after{background:none;border-radius:4px;bottom:0;box-shadow:0 95px 25px rgba(0,0,0,.2);content:"";display:block;height:30px;left:5%;position:absolute;transform:translateZ(-90px) rotateX(65deg);width:90%;z-index:1}.reveal.cube .slides>section.stack{background:none;padding:0}.reveal.cube .slides>section.past{transform:translate3d(-100%,0,0) rotateY(-90deg);transform-origin:100% 0}.reveal.cube .slides>section.future{transform:translate3d(100%,0,0) rotateY(90deg);transform-origin:0 0}.reveal.cube .slides>section>section.past{transform:translate3d(0,-100%,0) rotateX(90deg);transform-origin:0 100%}.reveal.cube .slides>section>section.future{transform:translate3d(0,100%,0) rotateX(-90deg);transform-origin:0 0}.reveal.page .slides{perspective:3000px;perspective-origin:0 50%}.reveal.page .slides section{box-sizing:border-box;min-height:700px;padding:30px;transform-style:preserve-3d}.reveal.page .slides section.past{z-index:12}.reveal.page .slides section:not(.stack):before{background:rgba(0,0,0,.1);content:"";display:block;height:100%;left:0;position:absolute;top:0;transform:translateZ(-20px);width:100%}.reveal.page .slides section:not(.stack):after{background:none;border-radius:4px;bottom:0;box-shadow:0 95px 25px rgba(0,0,0,.2);content:"";display:block;height:30px;left:5%;position:absolute;-webkit-transform:translateZ(-90px) rotateX(65deg);width:90%;z-index:1}.reveal.page .slides>section.stack{background:none;padding:0}.reveal.page .slides>section.past{transform:translate3d(-40%,0,0) rotateY(-80deg);transform-origin:0 0}.reveal.page .slides>section.future{transform:translateZ(0);transform-origin:100% 0}.reveal.page .slides>section>section.past{transform:translate3d(0,-40%,0) rotateX(80deg);transform-origin:0 0}.reveal.page .slides>section>section.future{transform:translateZ(0);transform-origin:0 100%}.reveal .slides section[data-transition=fade],.reveal.fade .slides section:not([data-transition]),.reveal.fade .slides>section>section:not([data-transition]){transform:none;transition:opacity .5s}.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]){transform:none;transition:none}.reveal .pause-overlay{background:#000;height:100%;left:0;opacity:0;position:absolute;top:0;transition:all 1s ease;visibility:hidden;width:100%;z-index:100}.reveal .pause-overlay .resume-button{background:transparent;border:2px solid #ccc;border-radius:2px;bottom:20px;color:#ccc;cursor:pointer;font-size:16px;padding:6px 14px;position:absolute;right:20px}.reveal .pause-overlay .resume-button:hover{border-color:#fff;color:#fff}.reveal.paused .pause-overlay{opacity:1;visibility:visible}.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{height:100%;left:0;perspective:600px;position:absolute;top:0;width:100%}.reveal .slide-background{display:none;height:100%;opacity:0;overflow:hidden;position:absolute;transition:all .8s cubic-bezier(.26,.86,.44,.985);visibility:hidden;width:100%}.reveal .slide-background-content{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;width:100%}.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{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.reveal .slide-background[data-background-size=contain] video{-o-object-fit:contain;object-fit:contain}.reveal>.backgrounds .slide-background[data-background-transition=none],.reveal[data-background-transition=none]>.backgrounds .slide-background{transition:none}.reveal>.backgrounds .slide-background[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background{-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:1}.reveal>.backgrounds .slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.past{transform:translate(-100%)}.reveal>.backgrounds .slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.future{transform:translate(100%)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.past{transform:translateY(-100%)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.future{transform:translateY(100%)}.reveal>.backgrounds .slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.past{opacity:0;transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal>.backgrounds .slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.future{opacity:0;transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.past{opacity:0;transform:translate3d(0,-100%,0) rotateX(90deg) translate3d(0,-100%,0)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.future{opacity:0;transform:translate3d(0,100%,0) rotateX(-90deg) translate3d(0,100%,0)}.reveal>.backgrounds .slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.past{opacity:0;transform:translate3d(-100%,0,0) rotateY(90deg) translate3d(-100%,0,0)}.reveal>.backgrounds .slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.future{opacity:0;transform:translate3d(100%,0,0) rotateY(-90deg) translate3d(100%,0,0)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.past{opacity:0;transform:translate3d(0,-100%,0) rotateX(-90deg) translate3d(0,-100%,0)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.future{opacity:0;transform:translate3d(0,100%,0) rotateX(90deg) translate3d(0,100%,0)}.reveal>.backgrounds .slide-background[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background{transition-timing-function:ease}.reveal>.backgrounds .slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.past{opacity:0;transform:scale(16);visibility:hidden}.reveal>.backgrounds .slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.future{opacity:0;transform:scale(.2);visibility:hidden}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.past{opacity:0;transform:scale(16);visibility:hidden}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.future{opacity:0;transform:scale(.2);visibility:hidden}.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:700px;perspective-origin:50% 50%}.reveal.overview .slides{-moz-transform-style:preserve-3d}.reveal.overview .slides section{box-sizing:border-box;cursor:pointer;height:100%;opacity:1!important;overflow:hidden;top:0!important;visibility:visible!important}.reveal.overview .slides section.present,.reveal.overview .slides section:hover{outline:10px solid hsla(0,0%,59%,.4);outline-offset:10px}.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:none;outline:none;overflow:visible;padding:0;top:0!important}.reveal.overview .backgrounds{perspective:inherit;-moz-transform-style:preserve-3d}.reveal.overview .backgrounds .slide-background{opacity:1;outline:10px solid hsla(0,0%,59%,.1);outline-offset:10px;visibility:visible}.reveal.overview .backgrounds .slide-background.stack{overflow:visible}.reveal.overview .backgrounds .slide-background,.reveal.overview .slides section,.reveal.overview-deactivating .backgrounds .slide-background,.reveal.overview-deactivating .slides section{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 code,.reveal.rtl pre{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 ease}.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}.reveal>.overlay{background:rgba(0,0,0,.9);height:100%;left:0;position:absolute;top:0;transition:all .3s ease;width:100%;z-index:1000}.reveal>.overlay .spinner{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);display:block;height:32px;left:50%;margin:-16px 0 0 -16px;opacity:.6;position:absolute;top:50%;transition:all .3s ease;visibility:visible;width:32px;z-index:10}.reveal>.overlay header{box-sizing:border-box;left:0;padding:5px;position:absolute;top:0;width:100%;z-index:2}.reveal>.overlay header a{box-sizing:border-box;display:inline-block;float:right;height:40px;line-height:36px;opacity:.6;padding:0 10px;width:40px}.reveal>.overlay header a:hover{opacity:1}.reveal>.overlay header a .icon{background-position:50% 50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:20px;width:20px}.reveal>.overlay header a.close .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC)}.reveal>.overlay header a.external .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==)}.reveal>.overlay .viewport{bottom:0;display:flex;left:0;position:absolute;right:0;top:50px}.reveal>.overlay.overlay-preview .viewport iframe{border:0;height:100%;max-height:100%;max-width:100%;opacity:0;transition:all .3s ease;visibility:hidden;width:100%}.reveal>.overlay.overlay-preview.loaded .viewport iframe{opacity:1;visibility:visible}.reveal>.overlay.overlay-preview.loaded .viewport-inner{left:0;letter-spacing:normal;position:absolute;text-align:center;top:45%;width:100%;z-index:-1}.reveal>.overlay.overlay-preview .x-frame-error{opacity:0;transition:opacity .3s ease .3s}.reveal>.overlay.overlay-preview.loaded .x-frame-error{opacity:1}.reveal>.overlay.overlay-preview.loaded .spinner{opacity:0;transform:scale(.2);visibility:hidden}.reveal>.overlay.overlay-help .viewport{color:#fff;overflow:auto}.reveal>.overlay.overlay-help .viewport .viewport-inner{letter-spacing:normal;margin:auto;padding:20px 20px 80px;text-align:center;width:600px}.reveal>.overlay.overlay-help .viewport .viewport-inner .title{font-size:20px}.reveal>.overlay.overlay-help .viewport .viewport-inner table{border:1px solid #fff;border-collapse:collapse;font-size:16px}.reveal>.overlay.overlay-help .viewport .viewport-inner table td,.reveal>.overlay.overlay-help .viewport .viewport-inner table th{border:1px solid #fff;padding:14px;vertical-align:middle;width:200px}.reveal>.overlay.overlay-help .viewport .viewport-inner table th{padding-bottom:20px;padding-top:20px}.reveal .playback{bottom:20px;cursor:pointer;left:15px;position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:all .4s ease;z-index:30}.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;padding-right:.75em;text-align:right;vertical-align:top}.reveal .hljs.has-highlights tr:not(.highlight-line){opacity:.4}.reveal .hljs:not(:first-child).fragment{box-sizing:border-box;left:0;position:absolute;top:0;width:100%}.reveal pre[data-auto-animate-target]{overflow:hidden}.reveal pre[data-auto-animate-target] code{height:100%}.reveal .roll{display:inline-block;line-height:1.2;overflow:hidden;perspective:400px;perspective-origin:50% 50%;vertical-align:top}.reveal .roll:hover{background:none;text-shadow:none}.reveal .roll span{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;padding:0 2px;pointer-events:none;position:relative;transform-origin:50% 0;transform-style:preserve-3d;transition:all .4s ease}.reveal .roll:hover span{background:rgba(0,0,0,.5);transform:translateZ(-45px) rotateX(90deg)}.reveal .roll span:after{-webkit-backface-visibility:hidden;backface-visibility:hidden;content:attr(data-title);display:block;left:0;padding:0 2px;position:absolute;top:0;transform:translate3d(0,110%,0) rotateX(-90deg);transform-origin:50% 0}.reveal aside.notes{display:none}.reveal .speaker-notes{background-color:#f5f5f5;border:1px solid rgba(0,0,0,.05);box-sizing:border-box;color:#222;display:none;font-family:Helvetica,sans-serif;font-size:18px;height:100%;left:100%;line-height:1.4;overflow:auto;-webkit-overflow-scrolling:touch;padding:14px 18px;position:absolute;text-align:left;top:0;width:33.3333333333%;z-index:1}.reveal .speaker-notes .notes-placeholder{color:#ccc;font-style:italic}.reveal .speaker-notes:focus{outline:none}.reveal .speaker-notes:before{content:"Speaker notes";display:block;margin-bottom:10px;opacity:.5}.reveal.show-notes{max-width:75%;overflow:visible}.reveal.show-notes .speaker-notes{display:block}@media screen and (min-width:1600px){.reveal .speaker-notes{font-size:20px}}@media screen and (max-width:1024px){.reveal.show-notes{border-left:0;max-height:70%;max-height:70vh;max-width:none;overflow:visible}.reveal.show-notes .speaker-notes{border:0;height:42.8571428571%;height:30vh;left:0;top:100%;width:100%}}@media screen and (max-width:600px){.reveal.show-notes{max-height:60%;max-height:60vh}.reveal.show-notes .speaker-notes{height:66.6666666667%;height:40vh;top:100%}.reveal .speaker-notes{font-size:14px}}.zoomed .reveal *,.zoomed .reveal :after,.zoomed .reveal :before{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.zoomed .reveal .controls,.zoomed .reveal .progress{opacity:0}.zoomed .reveal .roll span{background:none}.zoomed .reveal .roll span:after{visibility:hidden}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;margin:0}hr{color:inherit;height:0}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{color:inherit;line-height:inherit;padding:0}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}figure,img,video{height:auto;max-width:100%}.hljs{background:var(--code-background);border:1px solid rgba(0,0,0,.03);border-radius:4px;box-sizing:border-box;color:var(--code-text);font-family:Courier New,Courier,monospace;overflow-x:auto}.dark .hljs{background:var(--dark-code-background)}.hljs-keyword{color:var(--code-include)}.dark .hljs-keyword{color:var(--dark-code-include)}.hljs-built_in{color:var(--code-include)}.dark .hljs-built_in{color:var(--dark-code-include)}.hljs-type{color:var(--code-type)}.dark .hljs-type{color:var(--dark-code-type)}.hljs-literal{color:var(--code-literal)}.dark .hljs-literal{color:var(--dark-code-literal)}.hljs-number{color:var(--code-numbers)}.dark .hljs-number{color:var(--dark-code-numbers)}.hljs-operator{color:var(--code-functions)}.dark .hljs-operator{color:var(--dark-code-functions)}.hljs-regexp{color:var(--code-type)}.dark .hljs-regexp{color:var(--dark-code-type)}.hljs-string{color:var(--code-string)}.dark .hljs-string{color:var(--dark-code-string)}.hljs-subst{color:var(--code-string)}.dark .hljs-subst{color:var(--dark-code-string)}.hljs-function{color:var(--code-functions)}.dark .hljs-function{color:var(--dark-code-functions)}.hljs-variable{color:var(--code-variables)}.dark .hljs-variable{color:var(--dark-code-variables)}.hljs-title{color:var(--code-class-name)}.dark .hljs-title{color:var(--dark-code-class-name)}.hljs-comment{color:var(--code-comment)}.dark .hljs-comment{color:var(--dark-code-comment)}.hljs-meta{color:var(--code-include)}.dark .hljs-meta{color:var(--dark-code-include)}.hljs-meta-string{color:var(--code-string)}.dark .hljs-meta-string{color:var(--dark-code-string)}.hljs-section{font-weight:700}.hljs-name{color:var(--code-functions)}.dark .hljs-name{color:var(--dark-code-functions)}.hljs-attr{color:var(--code-variables)}.dark .hljs-attr{color:var(--dark-code-variables)}.hljs-attribute{color:var(--code-variables)}.dark .hljs-attribute{color:var(--dark-code-variables)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-formula{color:var(--code-type)}.dark .hljs-formula{color:var(--dark-code-type)}.hljs-link{text-decoration:underline}.hljs-quote{color:var(--code-comment);font-style:normal}.dark .hljs-quote{color:var(--dark-code-comment)}.hljs-selector-tag{color:var(--code-type)}.dark .hljs-selector-tag{color:var(--dark-code-type)}.hljs-selector-id{color:var(--code-type)}.dark .hljs-selector-id{color:var(--dark-code-type)}.hljs-selector-class{color:var(--code-type)}.dark .hljs-selector-class{color:var(--dark-code-type)}.hljs-selector-attr{color:var(--code-variables)}.dark .hljs-selector-attr{color:var(--dark-code-variables)}.hljs-selector-pseudo{color:var(--code-type)}.dark .hljs-selector-pseudo{color:var(--dark-code-type)}.hljs-template-variable{color:var(--code-variables)}.dark .hljs-template-variable{color:var(--dark-code-variables)}.hljs-addition{background-color:rgba(70,137,204,.11);color:#275078}.dark .hljs-addition{background-color:rgba(200,232,255,.16);color:#c8e8ff}.hljs-deletion{background-color:rgba(207,93,168,.11);color:#7c3163}.dark .hljs-deletion{background-color:rgba(242,204,229,.16);color:#f2cce5}section hgroup p.kicker{font-family:var(--titlefont,"Arial"),Helvetica,sans-serif;font-family:inherit;font-size:1.6em;font-size:inherit;font-weight:700;font-weight:inherit}.hljs{background:revert;border:revert;border-radius:revert;font-family:revert}.element-group pre code.hljs{padding:revert}:not(pre)>code>span[class^=hljs-]{color:var(--darkbodytextcolor)}:root{--text-horizontal-align-layout-cover:left;--text-vertical-align-layout-cover:center;--text-horizontal-align-layout-title:center;--text-vertical-align-layout-title:center;--text-horizontal-align-layout-section:left;--text-vertical-align-layout-section:center;--text-horizontal-align-layout-default:left;--text-vertical-align-layout-default:center;--text-horizontal-align-layout-caption:left;--text-vertical-align-layout-split:center;--text-vertical-align-layout-3-column:center;--extra-padding-top:var(--sa_top,0rem);--extra-padding-bottom:var(--sa_bottom,0rem);--extra-padding-left:var(--sa_left,0rem);--extra-padding-right:var(--sa_right,0rem);--sa_top:env(safe-area-inset-top);--sa_bottom:env(safe-area-inset-bottom);--sa_left:env(safe-area-inset-left);--sa_right:env(safe-area-inset-right);--font-family-head:var(--titlefont,"Arial"),Helvetica,Arial,sans-serif;--font-family-body:var(--bodyfont,"Arial"),Helvetica,Arial,sans-serif;--font-weight-h1:600;--font-weight-h2:600;--font-weight-h3:600;--font-weight-h4:600;--font-weight-h5:600;--font-weight-h6:600;--font-weight-p:400;--font-weight-header-and-footer:400;--font-variation-settings-h1:normal;--font-variation-settings-h2:normal;--font-variation-settings-h3:normal;--font-variation-settings-h4:normal;--font-variation-settings-h5:normal;--font-variation-settings-h6:normal;--font-variation-settings-p:normal;--font-variation-settings-header-footer:normal;--line-height-h1:1.1;--line-height-h2:1.2;--line-height-h3:1.3;--line-height-h4:1.3;--line-height-h5:1.3;--line-height-h6:1.5;--line-height-p:1.3;--letter-spacing-h1:0%;--letter-spacing-h2:0%;--letter-spacing-h3:0%;--letter-spacing-h4:0%;--letter-spacing-h5:0%;--letter-spacing-h6:10%;--letter-spacing-p:0.3%;--case-h1:inherit;--case-h2:inherit;--case-h3:inherit;--case-h4:inherit;--case-h5:inherit;--case-h6:uppercase;--case-p:inherit;--font-size-header-footer:0.31em;--paragraph-spacing:0.5em;--paragraph-indentation:0}@media(min-width:481px){.element-group{--scale-px-size:75;--h1-adjusted:calc((var(--p-base-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1))*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-base-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1))*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-base-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1))*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h4-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h5-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-base-size);--li-adjusted:calc(var(--p-base-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-base-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}}@media(max-width:480px){.element-group{--scale-px-size:16;--p-size:var(--p-mobile-base-size);--h1-adjusted:calc((var(--p-size) + var(--heading-mobile-dynamic-offset) + var(--h1-mobile-offset)*var(--header-scale-intensity, 1)*0.5)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-mobile-dynamic-offset) + var(--h2-mobile-offset)*var(--header-scale-intensity, 1)*0.7)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-mobile-dynamic-offset) + var(--h3-mobile-offset)*var(--header-scale-intensity, 1))*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-size) + var(--h4-mobile-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-size) + var(--h5-mobile-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-size) + var(--h6-mobile-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-mobile-dynamic-offset));--td-adjusted:calc((var(--p-size) + var(--h6-mobile-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-size) + var(--h6-mobile-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-mobile-size))*var(--scale-factor-blockquote))}}.element-group{--p-base-size:64;--h1-offset:30;--h2-offset:14;--h3-offset:0;--h4-offset:-16;--h5-offset:-24;--h6-offset:-32;--h6-small-offset:-40;--blockquote-offset:8;--heading-dynamic-offset:2;--li-dynamic-offset:-2;--p-mobile-base-size:21;--h1-mobile-offset:18;--h2-mobile-offset:8;--h3-mobile-offset:0;--h4-mobile-offset:-4.5;--h5-mobile-offset:-8;--h6-mobile-offset:-8;--blockquote-mobile-offset:3;--heading-mobile-dynamic-offset:1;--li-mobile-dynamic-offset:-1;--scale-factor-h1:1;--scale-factor-h2:1;--scale-factor-h3:1;--scale-factor-h4:1;--scale-factor-h5:1;--scale-factor-h6:0.75;--scale-factor-blockquote:1;--scale-factor-th:0.75;--scale-factor-td:0.9;--margin-h1:0.1em;--margin-h2:0.1em;--margin-h3:0.1em;--margin-h4:0.1em;--margin-h5:0.1em;--margin-h6:0.25em;--margin-p:0.1em;--h1-converted-to-em:calc((var(--h1-adjusted)/var(--scale-px-size))*1em);--h2-converted-to-em:calc((var(--h2-adjusted)/var(--scale-px-size))*1em);--h3-converted-to-em:calc((var(--h3-adjusted)/var(--scale-px-size))*1em);--h4-converted-to-em:calc((var(--h4-adjusted)/var(--scale-px-size))*1em);--h5-converted-to-em:calc((var(--h5-adjusted)/var(--scale-px-size))*1em);--h6-converted-to-em:calc((var(--h6-adjusted)/var(--scale-px-size))*1em);--p-converted-to-em:calc((var(--p-adjusted)/var(--scale-px-size))*1em);--li-converted-to-em:calc(((var(--p-adjusted) - 2)/var(--scale-px-size))*1em);--td-converted-to-em:calc((var(--td-adjusted)/var(--scale-px-size))*1em);--th-converted-to-em:calc((var(--th-adjusted)/var(--scale-px-size))*1em);--blockquote-converted-to-em:calc((var(--blockquote-adjusted)/var(--scale-px-size))*1em)}body{font-family:var(--font-family-body)}.element-group h1,.element-group h2,.element-group h3,.element-group h4,.element-group h5,.element-group h6{font-family:var(--font-family-head)}.element-group p{font-family:var(--font-family-body)}.element-group h1{font-size:var(--h1-converted-to-em);font-variation-settings:var(--font-variation-settings-h1);font-weight:var(--font-weight-h1);letter-spacing:var(--letter-spacing-h1);line-height:var(--line-height-h1);margin-bottom:var(--margin-h1);text-transform:var(--case-h1)}.element-group h2{font-size:var(--h2-converted-to-em);font-variation-settings:var(--font-variation-settings-h2);font-weight:var(--font-weight-h2);letter-spacing:var(--letter-spacing-h2);line-height:var(--line-height-h2);margin-bottom:var(--margin-h2);text-transform:var(--case-h2)}.element-group h3{font-size:var(--h3-converted-to-em);font-variation-settings:var(--font-variation-settings-h3);font-weight:var(--font-weight-h3);letter-spacing:var(--letter-spacing-h3);line-height:var(--line-height-h3);margin-bottom:var(--margin-h3);text-transform:var(--case-h3)}.element-group h4{font-size:var(--h4-converted-to-em);font-variation-settings:var(--font-variation-settings-h4);font-weight:var(--font-weight-h4);letter-spacing:var(--letter-spacing-h4);line-height:var(--line-height-h4);margin-bottom:var(--margin-h4);text-transform:var(--case-h4)}.element-group h5{font-size:var(--h5-converted-to-em);font-variation-settings:var(--font-variation-settings-h5);font-weight:var(--font-weight-h5);letter-spacing:var(--letter-spacing-h5);line-height:var(--line-height-h5);margin-bottom:var(--margin-h5);text-transform:var(--case-h5)}.element-group h6{font-size:var(--h6-converted-to-em);font-variation-settings:var(--font-variation-settings-h6);font-weight:var(--font-weight-h6);letter-spacing:var(--letter-spacing-h6);line-height:var(--line-height-h6);margin-bottom:var(--margin-h6);text-transform:var(--case-h6)}.element-group h1>strong{font-variation-settings:var(--font-variation-settings-h1)}.element-group h2>strong{font-variation-settings:var(--font-variation-settings-h2)}.element-group h3>strong{font-variation-settings:var(--font-variation-settings-h3)}.element-group h4>strong{font-variation-settings:var(--font-variation-settings-h4)}.element-group h5>strong{font-variation-settings:var(--font-variation-settings-h5)}.element-group h6>strong{font-variation-settings:var(--font-variation-settings-h6)}.element-group p>strong{font-variation-settings:var(--font-variation-settings-p)}.element-group li,.element-group p,.element-group p.kicker,.element-group pre>code,.element-group td,.element-group th{font-variation-settings:var(--font-variation-settings-p);font-weight:var(--font-weight-p);line-height:var(--line-height-p)}.element-group p,.element-group p.kicker,.element-group pre>code{font-size:var(--p-converted-to-em)}.element-group li{font-size:var(--li-converted-to-em)}.element-group td{font-size:var(--td-converted-to-em)}.element-group th{font-size:var(--th-converted-to-em)}.element-group li,.element-group p,.element-group p.kicker,.element-group td,.element-group th{letter-spacing:var(--letter-spacing-p)}.element-group p.kicker{margin-bottom:var(--margin-p)}.element-group blockquote{font-size:var(--blockquote-converted-to-em)}.element-group p:has(>br:only-child):not(:has(text)){height:.5em;margin:0}.footer>div:not(.has-logo),.footnotes>ol,.header>div:not(.has-logo){font-variation-settings:var(--font-variation-settings-header-footer)}@media(max-width:480px){.footer>div:not(.has-logo),.footnotes>ol,.header>div:not(.has-logo){font-size:calc(var(--font-size-header-footer)*1.25)}}@media(min-width:481px){.footer>div:not(.has-logo),.footnotes>ol,.header>div:not(.has-logo){font-size:var(--font-size-header-footer)}}section{align-items:start;container-name:section;container-type:size;display:flex!important;flex-direction:column;height:100%;justify-content:space-between}section .slide-contents{align-items:start;display:grid;height:100%;overflow:hidden;position:relative;width:100%!important;width:auto}section .slide-contents>*{width:100%}section .slide-contents:not(.layout-cover,.layout-title,.layout-section,.layout-default,.layout-caption,.layout-title-image) h1,section .slide-contents:not(.layout-cover,.layout-title,.layout-section,.layout-default,.layout-caption,.layout-title-image) h2,section .slide-contents:not(.layout-cover,.layout-title,.layout-section,.layout-default,.layout-caption,.layout-title-image) h3,section .slide-contents:not(.layout-cover,.layout-title,.layout-section,.layout-default,.layout-caption,.layout-title-image) h4,section .slide-contents:not(.layout-cover,.layout-title,.layout-section,.layout-default,.layout-caption,.layout-title-image) h5,section .slide-contents:not(.layout-cover,.layout-title,.layout-section,.layout-default,.layout-caption,.layout-title-image) h6,section .slide-contents:not(.layout-cover,.layout-title,.layout-section,.layout-default,.layout-caption,.layout-title-image) p{text-align:left}section .element-group{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative}section .element-group>*{flex:1 1 auto;width:100%}section .element-group>:not(:is(.single-image-wrapper,.videoWrapper,.html-videoWrapper)){flex-grow:0}section .element-group>:is(.single-image-wrapper,.videoWrapper,.html-videoWrapper){flex-shrink:1}section .element-group p+p{margin-top:var(--paragraph-spacing);text-indent:var(--paragraph-indentation)}section .element-group:has(p+p) h1+p,section .element-group:has(p+p) h2+p,section .element-group:has(p+p) h3+p,section .element-group:has(p+p) h4+p,section .element-group:has(p+p) h5+p,section .element-group:has(p+p) h6+p,section .element-group:has(p+ul) h1+p,section .element-group:has(p+ul) h2+p,section .element-group:has(p+ul) h3+p,section .element-group:has(p+ul) h4+p,section .element-group:has(p+ul) h5+p,section .element-group:has(p+ul) h6+p{margin-top:var(--paragraph-spacing)}section .layout-caption h3:only-child,section .layout-caption h4:only-child,section .layout-caption h5:only-child,section .layout-caption h6:only-child,section .layout-cover h3:only-child,section .layout-cover h4:only-child,section .layout-cover h5:only-child,section .layout-cover h6:only-child,section .layout-default h3:only-child,section .layout-default h4:only-child,section .layout-default h5:only-child,section .layout-default h6:only-child,section .layout-section h3:only-child,section .layout-section h4:only-child,section .layout-section h5:only-child,section .layout-section h6:only-child,section .layout-title h3:only-child,section .layout-title h4:only-child,section .layout-title h5:only-child,section .layout-title h6:only-child,section h1,section h2{text-wrap:balance}:root{--padding-scale-px-size:20.5}@media(max-width:480px){:root{--CONTENT_PADDING_X:calc(((140*0.18)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_X_100:calc(((100*0.18)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_X_80:calc(((80*0.18)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_X_70:calc(((70*0.18)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_X_60:calc(((60*0.18)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_X_50:calc(((50*0.18)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y:calc(((140*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_130:calc(((130*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_120:calc(((120*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_110:calc(((110*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_100:calc(((100*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_90:calc(((90*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_80:calc(((80*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_70:calc(((70*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_60:calc(((60*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_50:calc(((50*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_40:calc(((40*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_30:calc(((30*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_20:calc(((20*0.6)/var(--padding-scale-px-size))*1rem);--CONTENT_PADDING_Y_10:calc(((10*0.6)/var(--padding-scale-px-size))*1rem)}:root .slide-contents{padding:calc(var(--extra-padding-top) + var(--CONTENT_PADDING_Y_100)) calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X)) calc(var(--extra-padding-bottom) + var(--CONTENT_PADDING_Y_100)) calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X))}}@media(min-width:481px)and (min-aspect-ratio:7/3){:root{--CONTENT_PADDING_X:calc(((140*0.4)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_100:calc(((100*0.4)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_80:calc(((80*0.4)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_70:calc(((70*0.4)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_60:calc(((60*0.4)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_50:calc(((50*0.4)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y:calc(((140*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_130:calc(((130*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_120:calc(((120*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_110:calc(((110*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_100:calc(((100*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_90:calc(((90*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_80:calc(((80*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_70:calc(((70*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_60:calc(((60*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_50:calc(((50*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_40:calc(((40*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_30:calc(((30*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_20:calc(((20*0.6)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_10:calc(((10*0.6)/var(--padding-scale-px-size))*1cqw)}}@media(min-width:481px)and (min-aspect-ratio:1/1)and (max-aspect-ratio:7/3){:root{--CONTENT_PADDING_X:calc(((140*0.7)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_100:calc(((100*0.7)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_80:calc(((80*0.7)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_70:calc(((70*0.7)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_60:calc(((60*0.7)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_50:calc(((50*0.7)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y:calc(((140*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_130:calc(((130*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_120:calc(((120*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_110:calc(((110*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_100:calc(((100*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_90:calc(((90*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_80:calc(((80*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_70:calc(((70*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_60:calc(((60*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_50:calc(((50*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_40:calc(((40*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_30:calc(((30*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_20:calc(((20*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y_10:calc(((10*1)/var(--padding-scale-px-size))*1cqw)}}@media(min-width:481px)and (max-aspect-ratio:1/1)and (min-aspect-ratio:3/4){:root{--CONTENT_PADDING_X:calc(((140*0.9)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_X_100:calc(((100*0.9)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_X_80:calc(((80*0.9)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_X_70:calc(((70*0.9)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_X_60:calc(((60*0.9)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_X_50:calc(((50*0.9)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y:calc(((140*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_130:calc(((130*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_120:calc(((120*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_110:calc(((110*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_100:calc(((100*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_90:calc(((90*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_80:calc(((80*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_70:calc(((70*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_60:calc(((60*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_50:calc(((50*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_40:calc(((40*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_30:calc(((30*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_20:calc(((20*1.25)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_10:calc(((10*1.25)/var(--padding-scale-px-size))*1cqh)}}@media(min-width:481px)and (max-aspect-ratio:3/4){:root{--CONTENT_PADDING_X:calc(((140*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_100:calc(((100*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_80:calc(((80*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_70:calc(((70*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_60:calc(((60*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_X_50:calc(((50*1)/var(--padding-scale-px-size))*1cqw);--CONTENT_PADDING_Y:calc(((140*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_130:calc(((130*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_120:calc(((120*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_110:calc(((110*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_100:calc(((100*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_90:calc(((90*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_80:calc(((80*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_70:calc(((70*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_60:calc(((60*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_50:calc(((50*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_40:calc(((40*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_30:calc(((30*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_20:calc(((20*1)/var(--padding-scale-px-size))*1cqh);--CONTENT_PADDING_Y_10:calc(((10*1)/var(--padding-scale-px-size))*1cqh)}}@media(min-width:481px){:root .slide-contents{padding:calc(var(--extra-padding-top) + var(--CONTENT_PADDING_Y_110)) calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X)) calc(var(--extra-padding-bottom) + var(--CONTENT_PADDING_Y_110)) calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X))}}.element-group,.empty-placeholder-layout>div,.footer,.footnotes,.header,figure{--scale-multiplier:1;--scale:calc(var(--scale-multiplier)*var(--font-size-scale));font-size:clamp(var(--min-font-size),var(--scale),var(--max-font-size))}@media(max-width:480px){.element-group,.empty-placeholder-layout>div,.footer,.footnotes,.header,figure{--max-font-size:2em;--min-font-size:1.2em;--font-size-scale:3.7cqh}}@media(min-width:481px)and (min-aspect-ratio:7/3){.element-group,.empty-placeholder-layout>div,.footer,.footnotes,.header,figure{--max-font-size:3em;--min-font-size:1.2em;--font-size-scale:3cqw}}@media(min-width:481px)and (min-aspect-ratio:1/1)and (max-aspect-ratio:7/3){.element-group,.empty-placeholder-layout>div,.footer,.footnotes,.header,figure{--max-font-size:6em;--min-font-size:1.2em;--font-size-scale:3.7cqw}}@media(min-width:481px)and (max-aspect-ratio:1/1)and (min-aspect-ratio:9/16){.element-group,.empty-placeholder-layout>div,.footer,.footnotes,.header,figure{--max-font-size:3.6em;--min-font-size:1.2em;--font-size-scale:3.7cqh}}@media(min-width:481px)and (max-aspect-ratio:9/16){.element-group,.empty-placeholder-layout>div,.footer,.footnotes,.header,figure{--max-font-size:2.6em;--min-font-size:1.2em;--font-size-scale:3.7cqh}}@media(max-width:480px){.footer,.footnotes,.header,figure{--max-font-size:2em;--min-font-size:1.2em;--font-size-scale:3.7cqh}.element-group{font-size:1em}}:root{--code-background:#eee;--code-border:#e6e6e6;--code-text:#303030;--code-comment:#9ea4aa;--code-type:#9f3b4f;--code-include:#8c3a94;--code-string:#6959a1;--code-class-name:#4968a8;--code-numbers:#a58a2a;--code-variables:#4689cc;--code-functions:#cf5da8;--code-literal:#db651c;--dark-code-background:#282828;--dark-code-border:#2b2b2b;--dark-code-text:#f7f7f7;--dark-code-comment:#80878d;--dark-code-type:#ef98a8;--dark-code-include:#c596c9;--dark-code-string:#a59cc7;--dark-code-class-name:#94a5cb;--dark-code-numbers:#e8d670;--dark-code-variables:#77b5e3;--dark-code-functions:#df8dc0;--dark-code-literal:#f6b99a}section.light a,section.light h1,section.light h2,section.light h3,section.light h4,section.light h5,section.light h6{color:var(--darktitletextcolor,#000)}section.light .empty-placeholder,section.light .empty-placeholder-dismiss,section.light .footer>div,section.light .header>div,section.light code,section.light figcaption,section.light li,section.light p,section.light strong,section.light td,section.light th{color:var(--darkbodytextcolor,#000)}section.light code{background:var(--code-background)!important}section.light figcaption{background:#f7f7f7;border:1px solid rgba(0,0,0,.1);color:#000}section.light figcaption>*{color:#000!important}section.dark a,section.dark h1,section.dark h2,section.dark h3,section.dark h4,section.dark h5,section.dark h6{color:var(--lighttitletextcolor,#d1d5db)}section.dark .empty-placeholder,section.dark .empty-placeholder-dismiss,section.dark .footer>div,section.dark .header>div,section.dark code,section.dark figcaption,section.dark li,section.dark p,section.dark strong,section.dark td,section.dark th{color:var(--lightbodytextcolor,#60799f)}section.dark code{background:var(--dark-code-background)!important}section.dark figcaption{background:#1a1a1a;border:1px solid hsla(0,0%,100%,.1);color:#fff}section.dark figcaption>*{color:#fff!important}section.dark :not(pre)>code,section.dark :not(pre)>code>span{color:var(--lighttitletextcolor,#d1d5db)!important}.backgrounds .slide-background.light{background-color:var(--lightbackgroundcolor,#fff)}.backgrounds .slide-background.dark{background-color:var(--darkbackgroundcolor,#000)}section .footer,section .header{background-color:var(--lightbackgroundcolor,#fff)}section.dark .footer,section.dark .header{background-color:var(--darkbackgroundcolor,#000)}section{--vertical-padding-size-header-footer-footnotes:0.36;--conditional-header-space:calc(var(--extra-padding-top) + var(--CONTENT_PADDING_Y_110));--conditional-footer-space:calc(var(--extra-padding-bottom) + var(--CONTENT_PADDING_Y_110));--conditional-media-grid-header-space:calc(var(--extra-padding-top) + var(--CONTENT_PADDING_Y_90));--conditional-media-grid-footer-space:calc(var(--extra-padding-bottom) + var(--CONTENT_PADDING_Y_90));--conditional-header-space-half:var(--CONTENT_PADDING_Y_70);--conditional-footer-space-half:var(--CONTENT_PADDING_Y_70);--conditional-header-space-small:var(--CONTENT_PADDING_Y_60);--conditional-footer-space-small:var(--CONTENT_PADDING_Y_60);--conditional-header-space-opposite:var(--CONTENT_PADDING_Y_110);--conditional-footer-space-opposite:var(--CONTENT_PADDING_Y_110);--conditional-header-space-opposite-large:var(--CONTENT_PADDING_Y_130);--conditional-footer-space-opposite-large:var(--CONTENT_PADDING_Y_130);--conditional-header-space-opposite-small:var(--CONTENT_PADDING_Y_10);--conditional-footer-space-opposite-small:var(--CONTENT_PADDING_Y_10);--conditional-header-text-and-image-space:var(--CONTENT_PADDING_Y_60);--conditional-footer-text-and-image-space:var(--CONTENT_PADDING_Y_60);--conditional-media-grid-header-text-and-image-space:var(--CONTENT_PADDING_Y_50);--conditional-media-grid-footer-text-and-image-space:var(--CONTENT_PADDING_Y_50);--conditional-header-title-and-column-space:var(--CONTENT_PADDING_Y_70);--conditional-header-text-and-image-space-small:var(--CONTENT_PADDING_Y_30);--conditional-footer-text-and-image-space-small:var(--CONTENT_PADDING_Y_30)}@media(max-width:480px){section{--conditional-header-space:calc(var(--extra-padding-top) + var(--CONTENT_PADDING_Y_120));--conditional-footer-space:calc(var(--extra-padding-bottom) + var(--CONTENT_PADDING_Y_120));--conditional-media-grid-header-space:calc(var(--extra-padding-top) + var(--CONTENT_PADDING_Y_100));--conditional-media-grid-footer-space:calc(var(--extra-padding-bottom) + var(--CONTENT_PADDING_Y_100))}}section.has-footer .footer,section.has-footnotes .footnotes,section.has-header .header{display:flex;height:auto;margin-left:var(--extra-padding-left);margin-right:var(--extra-padding-right);max-width:calc(100% - var(--extra-padding-left) - var(--extra-padding-right));min-height:var(--CONTENT_PADDING_Y_130)}section.has-header .header{margin-top:var(--extra-padding-top)}section.has-footer .footer{margin-bottom:var(--extra-padding-bottom)}section:not(.has-header){--conditional-header-text-and-image-space:var(--CONTENT_PADDING_Y_70);--conditional-media-grid-header-text-and-image-space:var(--CONTENT_PADDING_Y_70);--conditional-header-title-and-column-space:var(--CONTENT_PADDING_Y_60);--conditional-header-space-opposite:0;--conditional-header-space-opposite-large:0;--conditional-header-space-opposite-small:0}section:not(.has-footer){--conditional-footer-text-and-image-space:var(--CONTENT_PADDING_Y_70);--conditional-media-grid-footer-text-and-image-space:var(--CONTENT_PADDING_Y_70);--conditional-footer-space-opposite:0;--conditional-footer-space-opposite-large:0;--conditional-footer-space-opposite-small:0}section.has-header{--conditional-header-space:0;--conditional-media-grid-header-space:0;--conditional-header-space-half:0;--conditional-header-space-small:0}section.has-header .slide-contents{padding-top:0}section.has-footer{--conditional-footer-space:0;--conditional-media-grid-footer-space:0;--conditional-footer-space-half:0;--conditional-footer-space-small:0}section.has-footer .slide-contents{padding-bottom:0}section .footer,section .header{display:block}section .footer,section .footnotes,section .header{align-items:center;flex:0 0 auto;flex-direction:row;font-weight:var(--font-weight-header-and-footer);height:0;justify-content:space-between;padding:0 var(--CONTENT_PADDING_X);position:relative;text-align:left;width:100%}section .footer>div,section .footnotes>div,section .header>div{align-items:center;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;line-height:1.2;min-width:2.5em;overflow:hidden;text-wrap:balance}section .footer>div.has-logo,section .footnotes>div.has-logo,section .header>div.has-logo{display:flex}section .footer .leading,section .footnotes .leading,section .header .leading{justify-content:flex-start;margin-right:.5em;text-align:left}section .footer .middle,section .footnotes .middle,section .header .middle{justify-content:center;margin:0 .5em;text-align:center}section .footer .middle:empty,section .footnotes .middle:empty,section .header .middle:empty{display:none}section .footer .middle.has-logo,section .footnotes .middle.has-logo,section .header .middle.has-logo{margin:0 1em}section .footer .trailing,section .footnotes .trailing,section .header .trailing{justify-content:flex-end;margin-left:.5em;text-align:right}@media(min-width:600px){section .footer:has(.middle:empty)>div,section .footnotes:has(.middle:empty)>div,section .header:has(.middle:empty)>div{width:auto}section .footer:not(:has(.middle:empty))>div,section .footnotes:not(:has(.middle:empty))>div,section .header:not(:has(.middle:empty))>div{width:33.3333333333%}section .footer:not(:has(.middle:empty)):has(.middle.has-logo)>div,section .footnotes:not(:has(.middle:empty)):has(.middle.has-logo)>div,section .header:not(:has(.middle:empty)):has(.middle.has-logo)>div{width:100%}section .footer:not(:has(.middle:empty)):has(.middle.has-logo)>div.middle.has-logo,section .footnotes:not(:has(.middle:empty)):has(.middle.has-logo)>div.middle.has-logo,section .header:not(:has(.middle:empty)):has(.middle.has-logo)>div.middle.has-logo{flex-shrink:0;min-width:auto;width:auto}section .footer:has(.middle.has-logo) .leading,section .footer:has(.middle.has-logo) .trailing,section .footnotes:has(.middle.has-logo) .leading,section .footnotes:has(.middle.has-logo) .trailing,section .header:has(.middle.has-logo) .leading,section .header:has(.middle.has-logo) .trailing{width:33.3333333333%}section .footer:has(.middle.has-logo) .leading.has-logo,section .footer:has(.middle.has-logo) .trailing.has-logo,section .footnotes:has(.middle.has-logo) .leading.has-logo,section .footnotes:has(.middle.has-logo) .trailing.has-logo,section .header:has(.middle.has-logo) .leading.has-logo,section .header:has(.middle.has-logo) .trailing.has-logo{min-width:33.3333333333%;width:auto}}section .footer .has-logo,section .header .has-logo{font-size:.6em}section .footer img,section .header img{--inspector-height-value:calc(var(--logo-size)*1);flex-shrink:1;height:clamp(var(--min-logo-height),var(--inspector-height)*1.1,var(--max-logo-height));object-fit:contain;padding:calc((var(--CONTENT_PADDING_Y) - var(--logo-size)*1.5/16*1em)*var(--vertical-padding-size-header-footer-footnotes)) 0;width:auto;--min-logo-height:0.1em;--max-logo-height:20em}@media(max-width:480px){section .footer img,section .header img{--min-logo-height:4rem;--max-logo-height:5.5rem;--inspector-height:calc(var(--inspector-height-value)*0.5em);padding:calc(var(--CONTENT_PADDING_Y)*var(--vertical-padding-size-header-footer-footnotes)*1) 0}}@media(min-width:480px){section .footer img,section .header img{--inspector-height-value:calc(var(--logo-size)*0.8)}}@media(min-width:480px)and (min-aspect-ratio:7/3){section .footer img,section .header img{--inspector-height:calc(var(--inspector-height-value)*0.65cqw)}}@media(min-width:480px)and (min-aspect-ratio:1/1)and (max-aspect-ratio:7/3){section .footer img,section .header img{--inspector-height:calc(var(--inspector-height-value)*1cqw)}}@media(min-width:480px)and (max-aspect-ratio:1/1)and (min-aspect-ratio:3/4){section .footer img,section .header img{--inspector-height:calc(var(--inspector-height-value)*1cqh)}}@media(min-width:480px)and (max-aspect-ratio:3/4){section .footer img,section .header img{--inspector-height:calc(var(--inspector-height-value)*0.9cqh)}}section .footnotes{display:none}section.has-footer.has-footnotes .footnotes{min-height:var(--CONTENT_PADDING_Y_50);padding-top:var(--CONTENT_PADDING_Y_50)}section:not(.has-footer).has-footnotes .footnotes{margin-bottom:calc(var(--extra-padding-bottom) + var(--CONTENT_PADDING_Y_90));margin-top:var(--CONTENT_PADDING_Y_10);min-height:var(--CONTENT_PADDING_Y_20)}section.has-footnotes .slide-contents{padding-bottom:calc(var(--CONTENT_PADDING_Y)*var(--vertical-padding-size-header-footer-footnotes))}section.has-footnotes .footnotes{display:flex;height:auto}section.has-footnotes .footnotes ol li{line-height:1.3;margin-bottom:.25em}.footnotes ol>li{margin-left:1.4em;position:relative}.footnotes ol>li:before{content:counter(list-item,decimal) ".";left:-2.3em;position:absolute;text-align:right;width:1.75em}.element-group sup>a{text-decoration:none}@media(min-aspect-ratio:1/1){.slide-contents.media-grid:not(.layout-v-split,.layout-grid,.layout-columns,.layout-title-and-columns) .element-group{--scale-px-size:75;--p-size:calc(var(--p-base-size) - 16);--h1-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1)*0.9)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1)*1.15)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1)*2)*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h5-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}}@media(min-width:481px){.slide-contents.media-grid:not(.layout-v-split,.layout-grid,.layout-columns,.layout-title-and-columns) .html-videoWrapper~*,.slide-contents.media-grid:not(.layout-v-split,.layout-grid,.layout-columns,.layout-title-and-columns) .single-image-wrapper~*,.slide-contents.media-grid:not(.layout-v-split,.layout-grid,.layout-columns,.layout-title-and-columns) .videoWrapper~*{font-size:.42em}}@media(max-width:480px){.slide-contents.media-grid:not(.layout-v-split,.layout-grid,.layout-columns,.layout-title-and-columns) .html-videoWrapper~*,.slide-contents.media-grid:not(.layout-v-split,.layout-grid,.layout-columns,.layout-title-and-columns) .single-image-wrapper~*,.slide-contents.media-grid:not(.layout-v-split,.layout-grid,.layout-columns,.layout-title-and-columns) .videoWrapper~*{font-size:.8em}}.slide-contents.layout-full-image,.slide-contents.media-grid:not(.layout-title-and-columns,.grid-items-3){padding:0}section .slide-contents.media-grid:not(.layout-v-split,.layout-grid,.layout-columns,.layout-title-and-columns) .element-group>:not(:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper)){padding-left:calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X));padding-right:calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X))}section .slide-contents.media-grid:not(.layout-title-and-columns,.layout-v-split,.layout-grid) .element-group.has-media-last>:first-child:not(:only-child){padding-top:var(--conditional-media-grid-header-space)}section .slide-contents.media-grid:not(.layout-title-and-columns,.layout-v-split,.layout-grid):not(:has(.element-group+.element-group)) .element-group.has-media-first>:last-child:not(:only-child){padding-bottom:var(--conditional-media-grid-footer-space)}section .element-group.has-media.has-media-first:not(.column-part)>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).html-videoWrapper,section .element-group.has-media.has-media-first:not(.column-part)>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).single-image-wrapper{margin-top:var(--conditional-media-grid-header-space)}section .element-group.has-media.has-media-first>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child){margin-bottom:var(--conditional-media-grid-footer-text-and-image-space)}section .element-group.has-media.has-media-first>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).single-image-wrapper img{padding:0}section .element-group.has-media.has-media-first>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).html-videoWrapper{padding:0}section .element-group.has-media.has-media-first>:not(:is(.layout-grid,.single-image-wrapper:only-child,.html-videoWrapper:only-child,.videoWrapper:only-child)):last-child{margin-bottom:var(--conditional-footer-space-opposite-small)}section .element-group.has-media.has-media-last:not(.column-part)>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).html-videoWrapper,section .element-group.has-media.has-media-last:not(.column-part)>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).single-image-wrapper{margin-bottom:var(--conditional-media-grid-footer-space)}section .element-group.has-media.has-media-last>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child){margin-top:var(--conditional-media-grid-header-text-and-image-space)}section .element-group.has-media.has-media-last>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).single-image-wrapper{margin-bottom:var(--conditional-media-grid-footer-space)}section .element-group.has-media.has-media-last>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).single-image-wrapper img{padding:0}section .element-group.has-media.has-media-last>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).html-videoWrapper{padding:0}section .element-group.has-media.has-media-last>:not(:is(.layout-grid,.single-image-wrapper:only-child,.html-videoWrapper:only-child,.videoWrapper:only-child)):first-child{margin-top:var(--conditional-header-space-opposite-small)}section .element-group+.element-group.has-media.has-media-first:not(.column-part)>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).html-videoWrapper,section .element-group+.element-group.has-media.has-media-first:not(.column-part)>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).single-image-wrapper{margin-top:var(--conditional-media-grid-header-text-and-image-space)}section .element-group+.element-group.has-media.has-media-last:not(.column-part)>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).html-videoWrapper,section .element-group+.element-group.has-media.has-media-last:not(.column-part)>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child):has(.size-contain).single-image-wrapper{margin-bottom:var(--conditional-media-grid-footer-text-and-image-space)}section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last):first-child{padding-bottom:var(--conditional-media-grid-footer-space);padding-top:var(--conditional-media-grid-header-space)}section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last)>:not(:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper)):first-child{margin-top:var(--conditional-header-space-opposite-small)}section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last)>.html-videoWrapper,section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last)>.single-image-wrapper,section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last)>.videoWrapper{margin-top:var(--conditional-media-grid-header-text-and-image-space)}section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last)>.html-videoWrapper+*,section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last)>.single-image-wrapper+*,section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last)>.videoWrapper+*{padding-top:var(--conditional-media-grid-footer-text-and-image-space)}section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last)>.html-videoWrapper+:last-child,section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last)>.single-image-wrapper+:last-child,section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last)>.videoWrapper+:last-child{margin-bottom:var(--conditional-footer-space-opposite-small)}section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last) p+p{margin-top:0}section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last):has(.size-contain) .html-videoWrapper,section .element-group:not(:has(.layout-grid)).has-media:not(.has-media-first):not(.has-media-last):has(.size-contain) img{padding:0}@media(min-width:481px){section .slide-contents.layout-columns .element-group.has-media>*,section .slide-contents.layout-grid:not(.grid-items-1) .element-group.has-media>*,section .slide-contents.layout-title-and-columns .element-group.has-media>*,section .slide-contents.layout-v-split .element-group.has-media>*{font-size:.42em}}@media(max-width:480px){section .slide-contents.layout-columns .element-group.has-media>*,section .slide-contents.layout-grid:not(.grid-items-1) .element-group.has-media>*,section .slide-contents.layout-title-and-columns .element-group.has-media>*,section .slide-contents.layout-v-split .element-group.has-media>*{font-size:.84em}}section .slide-contents.layout-columns .element-group.has-media.has-media-first>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child),section .slide-contents.layout-grid:not(.grid-items-1) .element-group.has-media.has-media-first>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child),section .slide-contents.layout-title-and-columns .element-group.has-media.has-media-first>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child),section .slide-contents.layout-v-split .element-group.has-media.has-media-first>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child){margin-bottom:var(--conditional-footer-text-and-image-space-small)}section .slide-contents.layout-columns .element-group.has-media.has-media-last>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child),section .slide-contents.layout-grid:not(.grid-items-1) .element-group.has-media.has-media-last>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child),section .slide-contents.layout-title-and-columns .element-group.has-media.has-media-last>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child),section .slide-contents.layout-v-split .element-group.has-media.has-media-last>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child){margin-top:var(--conditional-header-text-and-image-space-small)}.empty-placeholder-layout>div{font-size:2.6em}@media(max-width:480px){.empty-placeholder-layout>div{font-size:1.2em}}.empty-placeholder-layout .empty-placeholder{background-color:rgba(255,215,0,.2);border-left:5px solid rgba(255,215,0,.9);border-radius:6px;font-size:var(--h5-converted-to-em);line-height:var(--line-height-p);margin:var(--CONTENT_PADDING_Y) var(--CONTENT_PADDING_X) 0 var(--CONTENT_PADDING_X);padding:var(--CONTENT_PADDING_Y_70) var(--CONTENT_PADDING_X_70);text-align:left}.empty-placeholder-layout .empty-placeholder-dismiss{font-size:var(--h5-converted-to-em);line-height:var(--line-height-p);margin:0 var(--CONTENT_PADDING_X) var(--CONTENT_PADDING_Y) var(--CONTENT_PADDING_X);padding:4px;padding:var(--CONTENT_PADDING_Y_70) var(--CONTENT_PADDING_X_70)}.empty-placeholder-inline{background-color:hsla(0,0%,50%,.2);border:1px solid hsla(0,0%,50%,.5);border-radius:6px;font-family:monospace}.element-group a{cursor:pointer;text-decoration:underline}.element-group strong{font-variation-settings:"wght" 800;font-weight:700}.element-group blockquote{position:relative}.element-group blockquote>*{font-size:inherit}.element-group blockquote .line{display:none}.element-group{--first-item-top-margin:0.5em;--first-list-margin-top:0em;--first-list-margin-bottom:0em;--nested-item-margin:0em;--nested-list-margin:0em;--nested-list-margin-bottom:0.5em}.element-group>ol,.element-group>ul{margin-top:var(--first-list-margin-top)}.element-group li li{font-size:inherit}.element-group>ol>li:first-child,.element-group>ul>li:first-child{margin-top:var(--first-item-top-margin)}.element-group>ol>li:not(:last-child),.element-group>ul>li:not(:last-child){margin-bottom:var(--first-list-margin-bottom)}.element-group>ol>li ol,.element-group>ol>li ul,.element-group>ul>li ol,.element-group>ul>li ul{margin-bottom:var(--nested-list-margin)}.element-group>ol>li ol:first-child,.element-group>ol>li ul:first-child,.element-group>ul>li ol:first-child,.element-group>ul>li ul:first-child{margin-top:var(--nested-list-margin)}.element-group>ol>li ol:last-child,.element-group>ol>li ul:last-child,.element-group>ul>li ol:last-child,.element-group>ul>li ul:last-child{margin-bottom:var(--nested-list-margin-bottom)}.element-group>ol>li li,.element-group>ul>li li{margin-top:var(--nested-item-margin)}.element-group ol,.element-group ul{list-style-position:outside}.element-group li{position:relative;text-align:left}.element-group ol[type="A s"],.element-group ol[type=A]{--list-counter-style:upper-alpha}.element-group ol[type="a s"],.element-group ol[type=a]{--list-counter-style:lower-alpha}.element-group ol[type="I s"],.element-group ol[type=I]{--list-counter-style:upper-roman}.element-group ol[type="i s"],.element-group ol[type=i]{--list-counter-style:lower-roman}.element-group ol[type="1"]{--list-counter-style:decimal}.element-group ol>li{padding-left:1.25em}.element-group ol>li:before{content:counter(list-item,var(--list-counter-style,decimal)) ".";font-weight:400;left:0;margin-left:-.85em;position:absolute;text-align:right;width:1.75em}.element-group ul>li{padding-left:1em}.element-group ul>li:before{background-color:var(--color-typography-300);content:"–";height:0;left:0;position:absolute;top:0;width:0}table{--border-table-color:rgba(0,0,0,.2);--border-row-color:rgba(0,0,0,.1);--dark-border-table-color:hsla(0,0%,100%,.3);--dark-border-row-color:hsla(0,0%,100%,.15);--border-table-width:1px;--border-row-width:1px}section.light table{border-color:var(--border-table-color)}section.light thead,section.light tr{border-color:var(--border-row-color)}section.dark table{border-color:var(--dark-border-table-color)}section.dark thead,section.dark tr{border-color:var(--dark-border-row-color)}.element-group table{border-bottom-width:var(--border-table-width);border-top-width:var(--border-table-width);margin-top:.3em;table-layout:auto;text-align:left;width:100%}.element-group td,.element-group th{border:none;padding:.75em .5em;vertical-align:top}.element-group thead{border-bottom-width:var(--border-table-width)}.element-group thead th{font-weight:700}.element-group tbody tr{border-bottom-width:var(--border-row-width)}.element-group tbody tr:last-child{border-bottom-width:0}.element-group tbody td{border:none!important}.element-group tbody td:first-child,.element-group tbody th:first-child,.element-group tbody tr:first-child,.element-group thead td:first-child,.element-group thead th:first-child,.element-group thead tr:first-child{padding-left:0}.element-group tbody td:last-child,.element-group tbody th:last-child,.element-group tbody tr:last-child,.element-group thead td:last-child,.element-group thead th:last-child,.element-group thead tr:last-child{padding-right:0}.element-group code{border-radius:.15em;font-family:var(--font-family-mono);font-size:.9em;letter-spacing:-.5%;padding:.1em .25em;text-align:left}.element-group pre{font-family:var(--font-family-mono);font-size:.6em;margin-top:.3em;width:100%}.element-group pre code{display:block;letter-spacing:-.5%}.element-group pre code.hljs{line-height:1.5;overflow-wrap:anywhere;padding:.75em 1em;white-space:pre-wrap}.element-group code{background:var(--code-background-color)}.single-image-wrapper{overflow:hidden;position:relative;width:100%}.single-image-wrapper:not(:has(figure)):has(.size-contain),figure:has(.size-contain){height:100%;margin-left:var(--CONTENT_PADDING_X);margin-right:var(--CONTENT_PADDING_X);width:calc(100% - var(--CONTENT_PADDING_X)*2)}.single-image-wrapper:not(:has(figure)):has(.size-contain) img,figure:has(.size-contain) img{padding:var(--conditional-media-grid-header-space) 0 var(--conditional-media-grid-footer-space) 0}.html-videoWrapper:has(.size-contain){height:100%;margin-left:var(--CONTENT_PADDING_X);margin-right:var(--CONTENT_PADDING_X);padding:var(--conditional-media-grid-header-space) 0 var(--conditional-media-grid-footer-space) 0;width:calc(100% - var(--CONTENT_PADDING_X)*2)}.html-videoWrapper:has(.size-contain) video{height:-webkit-fill-available}figure{position:relative}figure,figure img{height:100%;width:100%}figure img{object-fit:cover;position:absolute}figure figcaption{border-radius:4px;bottom:1em;padding:4px 6px;position:absolute;right:1em}@media(min-width:481px)and (min-aspect-ratio:7/3){figure figcaption{font-size:clamp(.5rem,1cqw,1rem)}}@media(min-width:481px)and (min-aspect-ratio:1/1)and (max-aspect-ratio:7/3){figure figcaption{font-size:clamp(.5rem,1cqw,1.5rem)}}@media(min-width:481px)and (max-aspect-ratio:1/1)and (min-aspect-ratio:3/4){figure figcaption{font-size:clamp(.5rem,1cqh,1.5rem)}}@media(min-width:481px)and (max-aspect-ratio:3/4){figure figcaption{font-size:clamp(.5rem,1cqh,1.5rem)}}@media(max-width:480px){figure figcaption{font-size:.7rem}}figure figcaption>a{text-decoration:underline}.html-videoWrapper{height:100%;object-fit:cover;overflow:hidden;position:relative;width:100%}.html-videoWrapper video,.single-image-wrapper .html-videoWrapper{height:100%;margin:0;object-fit:cover;object-position:center;position:absolute;width:100%}.videoWrapper{--embed-aspect-ratio:16/9;align-items:center;display:flex;height:100%;justify-content:center;margin:0 auto;overflow:hidden;position:relative;width:100%}.videoWrapper>.single-image-wrapper{aspect-ratio:var(--embed-aspect-ratio);height:100%;max-height:calc(100cqw/(var(--embed-aspect-ratio)));width:100%}.videoWrapper>iframe{height:100%;position:absolute;width:100%}.videoWrapper img{aspect-ratio:var(--embed-aspect-ratio);max-height:calc(100cqw/(var(--embed-aspect-ratio)));object-fit:cover;position:absolute;top:50%;transform:scale(1.003) translateY(-50%);width:100%}.videoWrapper .playButton{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAACf1BMVEUAAAAAAAAAAAD7+/sAAAAuLi7r6+v09PQRERFmZmbq6uoEBAROTk4AAAAAAADw8PCxsbEODg6fn58AAAAAAAD5+fkmJiYAAABgYGDs7OwvLy8AAAAAAADp6ekAAACwsLAAAADCwsJHR0cHBwcAAAD8/PwAAAAAAAADAwPq6uoAAAAAAABubm4AAADm5uY8PDzb29vw8PANDQ0AAAC8vLzQ0NAAAADc3NygoKAnJycAAAAAAAAWFhYAAACWlpYAAACenp5tbW1sbGxVVVUAAAAAAAAAAACVlZXy8vIGBgakpKTy8vIAAADFxcUqKirHx8fExMQAAABhYWEAAACZmZnl5eUAAABFRUX7+/sAAAAAAABISEiioqIAAAD6+vqYmJg/Pz+AgICdnZ319fWoqKgAAAAAAAAAAAAAAAC8vLz09PQwMDCAgIApKSn29vavr68KCgqjo6MAAADz8/NAQEDPz8/Ozs4AAABLS0tQUFAtLS0AAAAAAAAAAADb29uhoaEAAAAAAAAAAABXV1fY2NjAwMBvb28AAAAAAAAAAAAVFRUAAABdXV1fX1+Dg4PNzc0AAABra2va2toAAAAYGBgAAAAAAAAAAAASEhJxcXEAAABPT0/Hx8cAAAAAAABeXl6ysrIUFBQ4ODgAAABnZ2cAAADFxcUyMjJKSkoAAADMzMwAAAAAAAAAAABCQkIAAAAAAADo6OjLy8sAAABSUlIICAhDQ0MAAABcXFxUVFQAAADo6OgAAABbW1tMTEyxsbEAAACampoAAAAAAAAAAAArKysAAABWVlYAAAAAAAAlJSUAAAA+Pj4AAACtra3s7Oz39/cAAAAZGRkAAAD///9jk4VYAAAA1HRSTlOzALL9Br33+7fL97TFqAT44bbclLH8uxvK+L1pLvYm4VHnw7Ss/oKvtPalQ84L9cDw+bZI5u0D8dy8opO4QNmn3M3Nx5V8B9n5tN76Rei86ehYyhLa9YHD/kdNw92q/drB0tv736l/sKbl+r7TvPvhtd1P+sLs7DLExb2rAivx3DEqlsfw585ge6G3ZsnJ0+xOzfCZuJpBDLfOJMXqrWHJ4rfAUMuK6b7EFutapJLCFIf26xXGtcJoyMY99TvIxeJX2mc+ib1+x1lquy/BPOH3+4O4nWBMlcYAAATZSURBVHhepZgFXxXpG4avE5yCAwgsndIlsKKEiqjAqrC6rqzZ3d3dsa6bdq6rbnd397/j/kALAwZw5swcvD7ANb/7nZnnfZ4Hhzn7rnScPJX49HyY/3TiqZMdV/Y5zDEVvT+nNUg/gq1zpkcmcpd/4CQkSTPGuG2LKqe9g0FUxZLj1Z6l0lJP9fElFVEYvDOt0pYoNncsQMnRjaXqR+nGoyUAq3JjrUWZZwGSm7MUkqzmZICzmRYid4YTSP+XyxB4r3WOm5vsA1/y0HGd17yGyrUxHXBmuMOJUhIBX/0sSQrM2xVNH6J3zcuSpMJ6H5CYYi46FAT8AUkakRpNCKJTtxsP8QPLD5mJLhTDpmWStOMqplzdIUnLNsHKC6FFs52w/piktMuE5XKapGPrwTk7lOibJFiUJqn2NBacrpWUtgiS/jlQlFkMM9dIruewwXMLpDVzoTizvyglCFVeacPv2GJ3u+StgmBKX5E7EZIDUs1n2OQfNVIgGRLdfUQZMOSA5H0P22zzStVDIONB0WEn5EiuCUTABJcUD87D90UjR4Ff0joiYp0kP4waeU90G3weqZYIWS15fHD7rqhyFRyUPKOJkNEB6SCMrewV/QDpsyQ/EeOXCtfCtB6RuwxypOcZBG9J8VDmNkRjoMElxTAIYiRXA4wxRDMgQRrBoBghJcCMbtH0JPLjpFQG8kQUVqRKcfkkTe8SzYEvpLhJDESPPPYo4ZkUJ30LL3SJiiBHmkwIJD2VSngmSzlQ5GBkAWSZHLW6scgXI2VBQSzZECV5o01FFvmivVIUZDMcKqSpmIqs8k2VKmA4z0CC9KO5yCpfp7QEfmIF5EnjzUVW+cZLefAbifCSNNRcZJVvqFQNo2iEr6Vkc5FVvr9JadDIXpgo+cxFVvkuSRtgPoBLwlxkmU8SQHFEomFP0p9Pe0WrIonWFCLa/4xoe/k/fGjzsB9PJwRTeg/7Xbuv30hl/vptf5BN4T/IFTwD9VInobBKZbBQSoDPrX9aI5X1T2unjDSFLSNrestIbAGUmhY2I5VVYSs1CptFqTVS2Sq1jhfgjGnxb7JT/M/Ali7Rx07jOnqWgVikAnhWqsnH+WaXyPEL1D/kBfmqcdOWw/qHvLLL7zUR8dJbDIKPHmwiHNNgbeGg25rX4Y+7jdZY2CwFBtVobX6g0XLk9rR+qwfT+l2C3PvNaCL4JS0mIhZLutOnGXXsd8JNyfUJEbDbJd0E5/7+DXudNLEK21RNlOr6N+yOtiPwa40Ut8i2J06qmQJH2gYMNcZQsPRLbBHTLnm3QTAl1Jg1tF1asM7WOS+Q2geOWQZfJcGtUkm1r2DBK7WSSm9B0s+mo+gBSWnjCMu4NEl1U8A5PPRwXL7y3nAcgynfPS9J3w+BleVm4/rO5YDfI0nbXy4hBCUvG+O65w6wfGeYBUIL4JtXKElZ9W/0XyC8kdCzQNjsA1rMFggGbRlOYG28S91sfW3hizP3nMvPP7dn5osLX9uqblzxrwPOP9usliznARqaAwqJp7kB4Pzf7ax9gj1rn5wBrkCOsfYhaL32Mbj4dhkGUScS8ur+/R/N2jqsLi/hRBQGZW9fjGA19qrZauy/pqsxE97cUnSdflwv2hJmWWdObHbHjdaWxgIoaGxpvdGRHesw5y8MprBiu9mrWgAAAABJRU5ErkJggg==);display:block;height:72px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:72px}.slide-background{--conditional-header-space-opposite-large:var(--CONTENT_PADDING_Y_130);--conditional-footer-space-opposite-large:var(--CONTENT_PADDING_Y_130);--bg-top-space:calc(var(--extra-padding-top) + var(--conditional-header-space-opposite-large));--bg-bottom-space:calc(var(--extra-padding-bottom) + var(--conditional-footer-space-opposite-large))}.slide-background.has-background-image .slide-background-content{bottom:var(--bg-bottom-space);height:100%;max-height:calc(100% - var(--bg-top-space) - var(--bg-bottom-space));top:var(--bg-top-space)}.slide-background:not(.has-header){--conditional-header-space-opposite-large:0}.slide-background:not(.has-footer){--conditional-footer-space-opposite-large:0}.size-cover{-o-object-fit:cover!important;object-fit:cover!important}.size-contain{-o-object-fit:contain!important;object-fit:contain!important}.position-left-top{object-position:left top!important}.position-left-center{object-position:left center!important}.position-left-bottom{object-position:left bottom!important}.position-center-top{object-position:center top!important}.position-center-center{object-position:center center!important}.position-center-bottom{object-position:center bottom!important}.position-right-top{object-position:right top!important}.position-right-center{object-position:right center!important}.position-right-bottom{object-position:right bottom!important}.background-filter-darken .slide-background-content,.image-filter-darken{filter:brightness(50%)}.background-filter-lighten .slide-background-content,.image-filter-lighten{filter:brightness(150%)}.background-filter-grayscale .slide-background-content,.image-filter-grayscale{filter:grayscale(1)}.background-filter-sepia .slide-background-content,.image-filter-sepia{filter:sepia(1)}.background-filter-blur .slide-background-content,.image-filter-blur{filter:blur(16px)}.background-filter-blur .slide-background-content{transform:scale(1.05)}.background-opacity-10 .slide-background-content,.image-opacity-10{opacity:.1}.background-opacity-20 .slide-background-content,.image-opacity-20{opacity:.2}.background-opacity-30 .slide-background-content,.image-opacity-30{opacity:.3}.background-opacity-40 .slide-background-content,.image-opacity-40{opacity:.4}.background-opacity-50 .slide-background-content,.image-opacity-50{opacity:.5}.background-opacity-60 .slide-background-content,.image-opacity-60{opacity:.6}.background-opacity-70 .slide-background-content,.image-opacity-70{opacity:.7}.background-opacity-80 .slide-background-content,.image-opacity-80{opacity:.8}.background-opacity-90 .slide-background-content,.image-opacity-90{opacity:.9}.background-opacity-100 .slide-background-content,.image-opacity-100{opacity:1}section .slide-contents.layout-cover .element-group{justify-content:var(--text-vertical-align-layout-cover)}@container style(--text-vertical-align-layout-cover: top){section .slide-contents.layout-cover .element-group{justify-content:flex-start}}@container style(--text-vertical-align-layout-cover: bottom){section .slide-contents.layout-cover .element-group{justify-content:flex-end}}section .slide-contents.layout-cover .element-group h1,section .slide-contents.layout-cover .element-group h2,section .slide-contents.layout-cover .element-group h3,section .slide-contents.layout-cover .element-group h4,section .slide-contents.layout-cover .element-group h5,section .slide-contents.layout-cover .element-group h6,section .slide-contents.layout-cover .element-group p{text-align:var(--text-horizontal-align-layout-cover)}@container style(--text-horizontal-align-layout-cover: center){section .slide-contents.layout-cover .element-group{align-items:center}section .slide-contents.layout-cover .element-group h1,section .slide-contents.layout-cover .element-group h2,section .slide-contents.layout-cover .element-group h3,section .slide-contents.layout-cover .element-group h4,section .slide-contents.layout-cover .element-group h5,section .slide-contents.layout-cover .element-group h6{text-align:center!important}section .slide-contents.layout-cover .element-group p{text-align:left!important;width:auto}section .slide-contents.layout-cover .element-group h1,section .slide-contents.layout-cover .element-group h2,section .slide-contents.layout-cover .element-group h3,section .slide-contents.layout-cover .element-group h4,section .slide-contents.layout-cover .element-group h5,section .slide-contents.layout-cover .element-group h6{text-wrap:balance}section .slide-contents.layout-cover .element-group hgroup{width:auto}section .slide-contents.layout-cover .element-group hgroup p.kicker{margin-left:auto;margin-right:auto;text-align:center!important;text-wrap:balance;width:fit-content}}section .slide-contents.layout-title .element-group{justify-content:var(--text-vertical-align-layout-title)}@container style(--text-vertical-align-layout-title: top){section .slide-contents.layout-title .element-group{justify-content:flex-start}}@container style(--text-vertical-align-layout-title: bottom){section .slide-contents.layout-title .element-group{justify-content:flex-end}}section .slide-contents.layout-title .element-group h1,section .slide-contents.layout-title .element-group h2,section .slide-contents.layout-title .element-group h3,section .slide-contents.layout-title .element-group h4,section .slide-contents.layout-title .element-group h5,section .slide-contents.layout-title .element-group h6,section .slide-contents.layout-title .element-group p{text-align:var(--text-horizontal-align-layout-title)}@container style(--text-horizontal-align-layout-title: center){section .slide-contents.layout-title .element-group{align-items:center}section .slide-contents.layout-title .element-group h1,section .slide-contents.layout-title .element-group h2,section .slide-contents.layout-title .element-group h3,section .slide-contents.layout-title .element-group h4,section .slide-contents.layout-title .element-group h5,section .slide-contents.layout-title .element-group h6{text-align:center!important}section .slide-contents.layout-title .element-group p{text-align:left!important;width:auto}section .slide-contents.layout-title .element-group h1,section .slide-contents.layout-title .element-group h2,section .slide-contents.layout-title .element-group h3,section .slide-contents.layout-title .element-group h4,section .slide-contents.layout-title .element-group h5,section .slide-contents.layout-title .element-group h6{text-wrap:balance}section .slide-contents.layout-title .element-group hgroup{width:auto}section .slide-contents.layout-title .element-group hgroup p.kicker{margin-left:auto;margin-right:auto;text-align:center!important;text-wrap:balance;width:fit-content}}section .slide-contents.layout-section .element-group{justify-content:var(--text-vertical-align-layout-section)}@container style(--text-vertical-align-layout-section: top){section .slide-contents.layout-section .element-group{justify-content:flex-start}}@container style(--text-vertical-align-layout-section: bottom){section .slide-contents.layout-section .element-group{justify-content:flex-end}}section .slide-contents.layout-section .element-group h1,section .slide-contents.layout-section .element-group h2,section .slide-contents.layout-section .element-group h3,section .slide-contents.layout-section .element-group h4,section .slide-contents.layout-section .element-group h5,section .slide-contents.layout-section .element-group h6,section .slide-contents.layout-section .element-group p{text-align:var(--text-horizontal-align-layout-section)}@container style(--text-horizontal-align-layout-section: center){section .slide-contents.layout-section .element-group{align-items:center}section .slide-contents.layout-section .element-group h1,section .slide-contents.layout-section .element-group h2,section .slide-contents.layout-section .element-group h3,section .slide-contents.layout-section .element-group h4,section .slide-contents.layout-section .element-group h5,section .slide-contents.layout-section .element-group h6{text-align:center!important}section .slide-contents.layout-section .element-group p{text-align:left!important;width:auto}section .slide-contents.layout-section .element-group h1,section .slide-contents.layout-section .element-group h2,section .slide-contents.layout-section .element-group h3,section .slide-contents.layout-section .element-group h4,section .slide-contents.layout-section .element-group h5,section .slide-contents.layout-section .element-group h6{text-wrap:balance}section .slide-contents.layout-section .element-group hgroup{width:auto}section .slide-contents.layout-section .element-group hgroup p.kicker{margin-left:auto;margin-right:auto;text-align:center!important;text-wrap:balance;width:fit-content}}section .slide-contents.layout-default .element-group{justify-content:var(--text-vertical-align-layout-default)}@container style(--text-vertical-align-layout-default: top){section .slide-contents.layout-default .element-group{justify-content:flex-start}}@container style(--text-vertical-align-layout-default: bottom){section .slide-contents.layout-default .element-group{justify-content:flex-end}}section .slide-contents.layout-default .element-group h1,section .slide-contents.layout-default .element-group h2,section .slide-contents.layout-default .element-group h3,section .slide-contents.layout-default .element-group h4,section .slide-contents.layout-default .element-group h5,section .slide-contents.layout-default .element-group h6,section .slide-contents.layout-default .element-group p{text-align:var(--text-horizontal-align-layout-default)}@container style(--text-horizontal-align-layout-default: center){section .slide-contents.layout-default .element-group{align-items:center}section .slide-contents.layout-default .element-group h1,section .slide-contents.layout-default .element-group h2,section .slide-contents.layout-default .element-group h3,section .slide-contents.layout-default .element-group h4,section .slide-contents.layout-default .element-group h5,section .slide-contents.layout-default .element-group h6{text-align:center!important}section .slide-contents.layout-default .element-group p{text-align:left!important;width:auto}section .slide-contents.layout-default .element-group h1,section .slide-contents.layout-default .element-group h2,section .slide-contents.layout-default .element-group h3,section .slide-contents.layout-default .element-group h4,section .slide-contents.layout-default .element-group h5,section .slide-contents.layout-default .element-group h6{text-wrap:balance}section .slide-contents.layout-default .element-group hgroup{width:auto}section .slide-contents.layout-default .element-group hgroup p.kicker{margin-left:auto;margin-right:auto;text-align:center!important;text-wrap:balance;width:fit-content}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-caption .element-group:last-child,section .slide-contents.layout-title-image .element-group:last-child{--scale-px-size:75;--p-size:calc(var(--p-base-size) - 16);--h1-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1)*0.9)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1)*1.15)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1)*2)*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h5-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}}section .slide-contents.layout-caption .element-group:last-child>:last-child:not(.single-image-wrapper,.html-videoWrapper,.videoWrapper),section .slide-contents.layout-title-image .element-group:last-child>:last-child:not(.single-image-wrapper,.html-videoWrapper,.videoWrapper){margin-bottom:var(--conditional-footer-space-opposite-small)}@media(min-width:481px){section .slide-contents.layout-caption .element-group:last-child>*,section .slide-contents.layout-title-image .element-group:last-child>*{font-size:.42em}}@media(max-width:480px){section .slide-contents.layout-caption .element-group:last-child>*,section .slide-contents.layout-title-image .element-group:last-child>*{font-size:.8em}}section .slide-contents.layout-caption .element-group h1,section .slide-contents.layout-caption .element-group h2,section .slide-contents.layout-caption .element-group h3,section .slide-contents.layout-caption .element-group h4,section .slide-contents.layout-caption .element-group h5,section .slide-contents.layout-caption .element-group h6,section .slide-contents.layout-caption .element-group p{text-align:var(--text-horizontal-align-layout-caption)}@container style(--text-horizontal-align-layout-caption: center){section .slide-contents.layout-caption .element-group{align-items:center}section .slide-contents.layout-caption .element-group h1,section .slide-contents.layout-caption .element-group h2,section .slide-contents.layout-caption .element-group h3,section .slide-contents.layout-caption .element-group h4,section .slide-contents.layout-caption .element-group h5,section .slide-contents.layout-caption .element-group h6{text-align:center!important}section .slide-contents.layout-caption .element-group p{text-align:left!important;width:auto}section .slide-contents.layout-caption .element-group h1,section .slide-contents.layout-caption .element-group h2,section .slide-contents.layout-caption .element-group h3,section .slide-contents.layout-caption .element-group h4,section .slide-contents.layout-caption .element-group h5,section .slide-contents.layout-caption .element-group h6{text-wrap:balance}section .slide-contents.layout-caption .element-group hgroup{width:auto}section .slide-contents.layout-caption .element-group hgroup p.kicker{margin-left:auto;margin-right:auto;text-align:center!important;text-wrap:balance;width:fit-content}}section .slide-contents.layout-caption,section .slide-contents.layout-title-image{display:flex;flex-direction:column}section .slide-contents.layout-caption:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child),section .slide-contents.layout-title-image:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child){padding-bottom:var(--conditional-media-grid-footer-space)}section .slide-contents.layout-caption:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child) .html-videoWrapper,section .slide-contents.layout-caption:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child) .videoWrapper,section .slide-contents.layout-caption:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child) figure,section .slide-contents.layout-caption:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child)>.single-image-wrapper,section .slide-contents.layout-title-image:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child) .html-videoWrapper,section .slide-contents.layout-title-image:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child) .videoWrapper,section .slide-contents.layout-title-image:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child) figure,section .slide-contents.layout-title-image:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child)>.single-image-wrapper{margin-bottom:var(--conditional-media-grid-footer-text-and-image-space)}section .slide-contents.layout-caption:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child):has(.size-contain) .html-videoWrapper,section .slide-contents.layout-caption:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child):has(.size-contain) .single-image-wrapper,section .slide-contents.layout-caption:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child):has(.size-contain) figure,section .slide-contents.layout-title-image:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child):has(.size-contain) .html-videoWrapper,section .slide-contents.layout-title-image:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child):has(.size-contain) .single-image-wrapper,section .slide-contents.layout-title-image:has(>figure:first-child,>.single-image-wrapper:first-child,>.html-videoWrapper:first-child,>.videoWrapper:first-child,>.element-group:first-child .videoWrapper:first-child,>.element-group:first-child .html-videoWrapper:first-child):has(.size-contain) figure{margin-top:var(--conditional-media-grid-header-space)}section .slide-contents.layout-caption:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media) .html-videoWrapper,section .slide-contents.layout-caption:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media) .videoWrapper,section .slide-contents.layout-caption:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media) figure,section .slide-contents.layout-caption:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media)>.single-image-wrapper,section .slide-contents.layout-title-image:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media) .html-videoWrapper,section .slide-contents.layout-title-image:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media) .videoWrapper,section .slide-contents.layout-title-image:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media) figure,section .slide-contents.layout-title-image:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media)>.single-image-wrapper{margin-top:var(--conditional-media-grid-header-text-and-image-space)}section .slide-contents.layout-caption:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media):has(.size-contain) .html-videoWrapper,section .slide-contents.layout-caption:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media):has(.size-contain) .single-image-wrapper,section .slide-contents.layout-caption:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media):has(.size-contain) figure,section .slide-contents.layout-title-image:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media):has(.size-contain) .html-videoWrapper,section .slide-contents.layout-title-image:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media):has(.size-contain) .single-image-wrapper,section .slide-contents.layout-title-image:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media):has(.size-contain) figure{margin-bottom:var(--conditional-media-grid-footer-space)}section .slide-contents.layout-caption:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media) .element-group:first-child,section .slide-contents.layout-title-image:has(>figure:last-child,.single-image-wrapper:last-child,>video:last-child,>.videoWrapper:last-child,>.element-group:last-child.has-media) .element-group:first-child{margin-top:var(--conditional-header-space-opposite-small);padding-top:var(--conditional-media-grid-header-space)}section .slide-contents.layout-caption:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)),section .slide-contents.layout-title-image:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)){padding-bottom:var(--conditional-media-grid-footer-space)}section .slide-contents.layout-caption:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)) .html-videoWrapper,section .slide-contents.layout-caption:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)) .videoWrapper,section .slide-contents.layout-caption:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)) figure,section .slide-contents.layout-caption:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table))>.single-image-wrapper,section .slide-contents.layout-title-image:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)) .html-videoWrapper,section .slide-contents.layout-title-image:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)) .videoWrapper,section .slide-contents.layout-title-image:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)) figure,section .slide-contents.layout-title-image:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table))>.single-image-wrapper{margin-bottom:var(--conditional-media-grid-footer-text-and-image-space);margin-top:var(--conditional-media-grid-header-text-and-image-space)}section .slide-contents.layout-caption:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)):has(.size-contain) figure,section .slide-contents.layout-caption:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)):has(.size-contain) img,section .slide-contents.layout-title-image:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)):has(.size-contain) figure,section .slide-contents.layout-title-image:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)):has(.size-contain) img{margin:0 auto}section .slide-contents.layout-caption:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)):has(.size-contain) .html-videoWrapper,section .slide-contents.layout-caption:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)):has(.size-contain) .single-image-wrapper,section .slide-contents.layout-title-image:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)):has(.size-contain) .html-videoWrapper,section .slide-contents.layout-title-image:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)):has(.size-contain) .single-image-wrapper{margin-bottom:var(--conditional-media-grid-footer-text-and-image-space)!important;margin-top:var(--conditional-media-grid-header-text-and-image-space)!important}section .slide-contents.layout-caption:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)) .element-group:first-child,section .slide-contents.layout-title-image:has(>figure:not(:last-child):not(:first-child),>.single-image-wrapper:not(:last-child):not(:first-child),>.html-videoWrapper:not(:last-child):not(:first-child),>.videoWrapper:not(:last-child):not(:first-child),>.element-group.has-media:last-child>:is(h1,h2,h3,h4,h5,h6,p,ol,ul,pre,table)) .element-group:first-child{margin-top:var(--conditional-header-space-opposite-small);padding-top:var(--conditional-media-grid-header-space)}section .slide-contents.layout-caption .element-group:not(:has(figure,.single-image-wrapper,.html-videoWrapper,.videoWrapper)),section .slide-contents.layout-title-image .element-group:not(:has(figure,.single-image-wrapper,.html-videoWrapper,.videoWrapper)){height:auto}section .slide-contents.layout-caption:has(.size-contain) .html-videoWrapper,section .slide-contents.layout-caption:has(.size-contain) img,section .slide-contents.layout-title-image:has(.size-contain) .html-videoWrapper,section .slide-contents.layout-title-image:has(.size-contain) img{padding:0}@media(min-aspect-ratio:1/1){section.v-split-container .element-group{--scale-px-size:75;--p-size:calc(var(--p-base-size) - 16);--h1-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1)*0.9)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1)*1.15)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1)*2)*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h5-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}}@media(min-aspect-ratio:7/3){section{--multi-column-minimum-item-size:19cqw}}@media(min-aspect-ratio:1/1)and (max-aspect-ratio:7/3){section{--multi-column-minimum-item-size:34cqw}}@media(min-aspect-ratio:7/3){section.has-footer:not(.has-header),section.has-header:not(.has-footer){--multi-column-minimum-item-size:15cqw}}@media(min-aspect-ratio:1/1)and (max-aspect-ratio:7/3){section.has-footer:not(.has-header),section.has-header:not(.has-footer){--multi-column-minimum-item-size:27cqw}}@media(min-aspect-ratio:7/3){section.has-header.has-footer{--multi-column-minimum-item-size:9cqw}}@media(min-aspect-ratio:1/1)and (max-aspect-ratio:7/3){section.has-header.has-footer{--multi-column-minimum-item-size:20cqw}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-v-split .element-group:not(:has(.layout-grid,.html-videoWrapper:only-child)){padding-bottom:var(--conditional-footer-space);padding-top:var(--conditional-header-space)}}@container style(--text-vertical-align-layout-split: top){section .slide-contents.layout-v-split,section .slide-contents.layout-v-split .element-group{height:100%!important}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-v-split .element-group:has(p){min-height:var(--multi-column-minimum-item-size)}}section .slide-contents.layout-v-split:not(.media-grid){height:auto}section .slide-contents.layout-v-split:not(.media-grid) .element-group{padding-bottom:0;padding-top:0}section .slide-contents.layout-v-split{display:flex;justify-content:flex-start;padding-left:0;padding-right:0}section .slide-contents.layout-v-split.media-grid{align-items:center}@media(min-aspect-ratio:1/1){section .slide-contents.layout-v-split .element-group:not(.has-media){height:auto}}@media(max-aspect-ratio:1/1){section .slide-contents.layout-v-split .element-group:has(.html-videoWrapper),section .slide-contents.layout-v-split>.single-image-wrapper,section .slide-contents.layout-v-split>.videoWrapper,section .slide-contents.layout-v-split>figure{height:100%;max-height:60%}section .slide-contents.layout-v-split .element-group:not(.has-media){height:auto}section .slide-contents.layout-v-split:has(.size-contain) img,section .slide-contents.layout-v-split:has(.size-contain)>.single-image-wrapper,section .slide-contents.layout-v-split:has(.size-contain)>figure{padding-bottom:0}section .slide-contents.layout-v-split:has(.size-contain) .element-group:has(.html-videoWrapper):not(:has(.layout-grid)) .html-videoWrapper{padding-bottom:0;padding-top:0}}@media(max-aspect-ratio:1/1){section .slide-contents.layout-v-split{flex-direction:column}section .slide-contents.layout-v-split:has(figure:last-child,.videoWrapper:last-child,.element-group:last-child>.html-videoWrapper){flex-direction:column-reverse;justify-content:flex-end}section .slide-contents.layout-v-split:has(figure:last-child,.videoWrapper:last-child,.element-group:last-child>.html-videoWrapper):has(.size-contain) .element-group:has(.html-videoWrapper):not(:has(.layout-grid)) .html-videoWrapper{padding-top:var(--conditional-header-space)}section .slide-contents.layout-v-split:has(figure:last-child,.videoWrapper:last-child,.element-group:last-child>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)){padding:0 var(--CONTENT_PADDING_X)}section .slide-contents.layout-v-split:has(figure:last-child,.videoWrapper:last-child,.element-group:last-child>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child{padding-bottom:var(--conditional-footer-space)}section .slide-contents.layout-v-split:has(figure:last-child,.videoWrapper:last-child,.element-group:last-child>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child{padding-top:var(--conditional-header-space)}section .slide-contents.layout-v-split .element-group:not(:has(.html-videoWrapper:only-child)){padding:0 var(--CONTENT_PADDING_X)}section .slide-contents.layout-v-split .element-group:not(:has(.html-videoWrapper:only-child)):first-child{padding-top:var(--conditional-header-space)}section .slide-contents.layout-v-split .element-group:not(:has(.html-videoWrapper:only-child)):last-child{padding-bottom:var(--conditional-footer-space)}section .slide-contents.layout-v-split:has(figure,.element-group.has-media,.videoWrapper,.html-videoWrapper,.element-group:has(.html-videoWrapper)) .element-group{justify-content:flex-start}section .slide-contents.layout-v-split:has(.element-group){gap:var(--conditional-header-text-and-image-space)}section .slide-contents.layout-v-split:has(.element-group):has(.element-group:first-child .html-videoWrapper:only-child):has(.element-group:last-child .html-videoWrapper:only-child){gap:0}}@media(min-width:481px)and (min-aspect-ratio:1/1){section .slide-contents.layout-v-split{flex-direction:row}section .slide-contents.layout-v-split:has(.size-contain)>.single-image-wrapper:first-child,section .slide-contents.layout-v-split:has(.size-contain)>figure:first-child{margin-right:0}section .slide-contents.layout-v-split:has(.size-contain)>.single-image-wrapper:last-child,section .slide-contents.layout-v-split:has(.size-contain)>figure:last-child{margin-left:0}section .slide-contents.layout-v-split:has(.size-contain) .element-group:has(.html-videoWrapper):not(:has(.layout-grid)){display:contents}section .slide-contents.layout-v-split:has(.size-contain) .element-group:has(.html-videoWrapper):not(:has(.layout-grid)):first-child .html-videoWrapper{margin-right:0}section .slide-contents.layout-v-split:has(.size-contain) .element-group:has(.html-videoWrapper):not(:has(.layout-grid)):last-child .html-videoWrapper{margin-left:0}section .slide-contents.layout-v-split .element-group{justify-content:flex-start;max-width:50%}section .slide-contents.layout-v-split .element-group:not(:has(.layout-grid,.html-videoWrapper:only-child)):first-child{padding-left:calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X));padding-right:var(--CONTENT_PADDING_X_100)}section .slide-contents.layout-v-split .element-group:not(:has(.layout-grid,.html-videoWrapper:only-child)):last-child{padding-left:var(--CONTENT_PADDING_X_100);padding-right:calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X))}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-title-and-columns.columns-items-2 .element-group{--scale-px-size:75;--p-size:calc(var(--p-base-size) - 16);--h1-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1)*0.9)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1)*1.15)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1)*2)*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h5-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}}section .slide-contents.layout-title-and-columns.columns-items-2{grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;position:relative}@media(min-aspect-ratio:1/1){section .slide-contents.layout-title-and-columns.columns-items-2 .element-group{justify-content:flex-start}section .slide-contents.layout-title-and-columns.columns-items-2 .element-group.title-part{margin-top:var(--conditional-header-space-opposite-small);padding-bottom:var(--conditional-header-title-and-column-space)}}@media(max-aspect-ratio:1/1){section .slide-contents.layout-title-and-columns.columns-items-2:has(.element-group){gap:var(--conditional-header-text-and-image-space)}section .slide-contents.layout-title-and-columns.columns-items-2:has(.element-group):has(.element-group:nth-child(2) .html-videoWrapper:only-child):has(.element-group:last-child .html-videoWrapper:only-child),section .slide-contents.layout-title-and-columns.columns-items-2:has(.element-group):has(:is(figure,.videoWrapper,.html-videoWrapper)+:is(figure,.videoWrapper,.html-videoWrapper)){gap:0}section .slide-contents.layout-title-and-columns.columns-items-2:has(.element-group):has(.element-group:nth-child(2) .html-videoWrapper:only-child):has(.element-group:last-child .html-videoWrapper:only-child) .title-part,section .slide-contents.layout-title-and-columns.columns-items-2:has(.element-group):has(:is(figure,.videoWrapper,.html-videoWrapper)+:is(figure,.videoWrapper,.html-videoWrapper)) .title-part{margin-bottom:var(--conditional-header-text-and-image-space)}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-title-and-columns.columns-items-2 .element-group:not(:has(.html-videoWrapper:only-child)).title-part{grid-column:span 2}section .slide-contents.layout-title-and-columns.columns-items-2 .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2){padding-right:var(--CONTENT_PADDING_X_100)}section .slide-contents.layout-title-and-columns.columns-items-2 .element-group:not(:has(.html-videoWrapper:only-child)):last-child{padding-left:var(--CONTENT_PADDING_X_100)}section .slide-contents.layout-title-and-columns.columns-items-2 .videoWrapper:not(:has(iframe)){height:auto}section .slide-contents.layout-title-and-columns.columns-items-2:has(.size-contain):not(:has(.element-group.has-media)) img{padding:0}section .slide-contents.layout-title-and-columns.columns-items-2:has(.size-contain):not(:has(.element-group.has-media)) img.position-center-center{object-position:top center!important}section .slide-contents.layout-title-and-columns.columns-items-2:has(.size-contain):not(:has(.element-group.has-media)) img.position-left-center{object-position:top left!important}section .slide-contents.layout-title-and-columns.columns-items-2:has(.size-contain):not(:has(.element-group.has-media)) img.position-right-center{object-position:top right!important}}section .slide-contents.layout-title-and-columns.columns-items-2:has(.size-contain) .html-videoWrapper,section .slide-contents.layout-title-and-columns.columns-items-2:has(.size-contain) .single-image-wrapper,section .slide-contents.layout-title-and-columns.columns-items-2:has(.size-contain) figure{margin:0;width:100%}section .slide-contents.layout-title-and-columns.columns-items-2:has(.size-contain):not(:has(.element-group.has-media)) img{padding:0}section .slide-contents.layout-title-and-columns.columns-items-2:not(.media-grid) .element-group{justify-content:flex-start}@media(max-aspect-ratio:1/1){section .slide-contents.layout-title-and-columns.columns-items-2:not(.media-grid){display:flex;flex-direction:column;grid-template-columns:1fr}section .slide-contents.layout-title-and-columns.columns-items-2:not(.media-grid) .element-group{height:auto}}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid{grid-template-rows:auto 1fr}@media(min-aspect-ratio:1/1){section .slide-contents.layout-title-and-columns.columns-items-2.media-grid{height:100%}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid:not(:has(.element-group+.element-group)) figure img{padding-bottom:var(--conditional-footer-space-opposite-small)}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid:not(:has(.element-group+.element-group)) figure figcaption{bottom:calc(1em + var(--conditional-footer-space-opposite-small))}}@media(max-aspect-ratio:1/1){section .slide-contents.layout-title-and-columns.columns-items-2.media-grid{display:flex;flex-direction:column}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid:has(.element-group:nth-child(2),.element-group:last-child) .element-group:has(.html-videoWrapper):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-2.media-grid:has(.element-group:nth-child(2),.element-group:last-child) .videoWrapper:nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-2.media-grid:has(.element-group:nth-child(2),.element-group:last-child) figure:nth-child(2){height:100%;max-height:60%}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid:has(.element-group:nth-child(2),.element-group:last-child) .element-group:not(.has-media){height:auto}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid:has(.element-group:nth-child(2),.element-group:last-child):has(figure:last-child,.element-group:last-child .html-videoWrapper,.videoWrapper:last-child)>:nth-child(2){order:3}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid:has(.element-group:nth-child(2),.element-group:last-child):has(figure:last-child,.element-group:last-child .html-videoWrapper,.videoWrapper:last-child)>:last-child{order:2}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid:not(:has(.element-group+.element-group,figure+.element-group)) .element-group:not(.title-part){margin-bottom:var(--conditional-footer-space-opposite-small)}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid .element-group{height:auto;justify-content:flex-start}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid .element-group:not(.title-part){height:100%}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-title-and-columns.columns-items-2.media-grid .element-group.has-media.has-media-first>:last-child{padding-bottom:0}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid .element-group.has-media.has-media-last>:first-child{padding-top:0}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid:not(:has(.element-group:nth-child(2),.element-group:last-child)):nth-child(2){margin-right:var(--CONTENT_PADDING_X_100)}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid:not(:has(.element-group:nth-child(2),.element-group:last-child)):last-child{margin-left:var(--CONTENT_PADDING_X_100)}}@media(max-aspect-ratio:1/1){section .slide-contents.layout-title-and-columns.columns-items-2.media-grid .element-group:nth-child(2).has-media.has-media-first>:last-child{padding-bottom:0}section .slide-contents.layout-title-and-columns.columns-items-2.media-grid .element-group:nth-child(2).has-media.has-media-last>:first-child{padding-top:0}}@media(min-aspect-ratio:5/4){section .slide-contents.columns-items-3:not(.layout-title-and-columns) .element-group,section .slide-contents.grid-items-3 .element-group{--scale-px-size:75;--p-size:calc(var(--p-base-size) - 24);--h1-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1)*0.7)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1)*0.5)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1))*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}}@media(min-aspect-ratio:7/3){section{--multi-column-minimum-item-size:12cqw}}@media(min-aspect-ratio:1/1)and (max-aspect-ratio:7/3){section{--multi-column-minimum-item-size:22cqw}}@media(min-aspect-ratio:7/3){section.has-footer:not(.has-header),section.has-header:not(.has-footer){--multi-column-minimum-item-size:12cqw}}@media(min-aspect-ratio:1/1)and (max-aspect-ratio:7/3){section.has-footer:not(.has-header),section.has-header:not(.has-footer){--multi-column-minimum-item-size:22cqw}}@media(min-aspect-ratio:7/3){section.has-header.has-footer{--multi-column-minimum-item-size:12cqw}}@media(min-aspect-ratio:1/1)and (max-aspect-ratio:7/3){section.has-header.has-footer{--multi-column-minimum-item-size:22cqw}}@container style(--text-vertical-align-layout-3-column: top){section .slide-contents.grid-items-3,section .slide-contents.grid-items-3 .element-group{height:100%!important}}section .slide-contents.grid-items-3{display:flex;padding-left:0;padding-right:0}@media(max-aspect-ratio:5/4){section .slide-contents.columns-items-3:has(.element-group),section .slide-contents.grid-items-3:has(.element-group){gap:var(--conditional-header-text-and-image-space)}section .slide-contents.columns-items-3:has(.element-group):has(.element-group:first-child .html-videoWrapper:only-child):has(.element-group:last-child .html-videoWrapper:only-child),section .slide-contents.grid-items-3:has(.element-group):has(.element-group:first-child .html-videoWrapper:only-child):has(.element-group:last-child .html-videoWrapper:only-child){gap:0}}@media(min-aspect-ratio:5/4){section .slide-contents.columns-items-3:not(.layout-title-and-columns) .element-group:has(p),section .slide-contents.grid-items-3 .element-group:has(p){min-height:var(--multi-column-minimum-item-size)}}section .slide-contents.grid-items-3:not(.layout-title-and-columns):not(:has(figure,.html-videoWrapper,.videoWrapper)){height:auto}section .slide-contents.grid-items-3:not(.layout-title-and-columns):not(:has(figure,.html-videoWrapper,.videoWrapper)) .element-group{justify-content:flex-start}@media(max-aspect-ratio:5/4),(max-width:480px){section .slide-contents.grid-items-3:not(.layout-title-and-columns):not(:has(figure,.html-videoWrapper,.videoWrapper)){flex-direction:column}section .slide-contents.grid-items-3:not(.layout-title-and-columns):not(:has(figure,.html-videoWrapper,.videoWrapper)) .element-group:not(:has(.html-videoWrapper:only-child)){height:auto}}@media(min-width:481px)and (min-aspect-ratio:5/4){section .slide-contents.grid-items-3:not(.layout-title-and-columns):not(:has(figure,.html-videoWrapper,.videoWrapper)) .element-group:first-child{padding-left:calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X));padding-right:0}section .slide-contents.grid-items-3:not(.layout-title-and-columns):not(:has(figure,.html-videoWrapper,.videoWrapper)) .element-group:nth-child(2){padding-left:calc(var(--extra-padding-left)*.47 + var(--CONTENT_PADDING_X_80));padding-right:calc(var(--extra-padding-right)*.47 + var(--CONTENT_PADDING_X_60))}section .slide-contents.grid-items-3:not(.layout-title-and-columns):not(:has(figure,.html-videoWrapper,.videoWrapper)) .element-group:last-child{padding-left:0;padding-right:calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X))}}section .slide-contents.grid-items-3 .element-group{justify-content:flex-start}@media(max-aspect-ratio:5/4),(max-width:480px){section .slide-contents.grid-items-3{flex-direction:column}section .slide-contents.grid-items-3:has(.element-group>.html-videoWrapper+.element-group>.html-videoWrapper),section .slide-contents.grid-items-3:has(.element-group>.html-videoWrapper+.single-image-wrapper),section .slide-contents.grid-items-3:has(.element-group>.html-videoWrapper+.videoWrapper),section .slide-contents.grid-items-3:has(.element-group>.html-videoWrapper+figure),section .slide-contents.grid-items-3:has(.single-image-wrapper+.element-group>.html-videoWrapper),section .slide-contents.grid-items-3:has(.single-image-wrapper+.single-image-wrapper),section .slide-contents.grid-items-3:has(.single-image-wrapper+.videoWrapper),section .slide-contents.grid-items-3:has(.single-image-wrapper+figure),section .slide-contents.grid-items-3:has(.videoWrapper+.element-group>.html-videoWrapper),section .slide-contents.grid-items-3:has(.videoWrapper+.single-image-wrapper),section .slide-contents.grid-items-3:has(.videoWrapper+.videoWrapper),section .slide-contents.grid-items-3:has(.videoWrapper+figure),section .slide-contents.grid-items-3:has(figure+.element-group>.html-videoWrapper),section .slide-contents.grid-items-3:has(figure+.single-image-wrapper),section .slide-contents.grid-items-3:has(figure+.videoWrapper),section .slide-contents.grid-items-3:has(figure+figure){gap:0!important}section .slide-contents.grid-items-3:has(.element-group>.html-videoWrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(.element-group>.html-videoWrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(.element-group>.html-videoWrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(.element-group>.html-videoWrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(.single-image-wrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(.single-image-wrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(.single-image-wrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(.single-image-wrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(.videoWrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(.videoWrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(.videoWrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(.videoWrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(figure+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(figure+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(figure+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.grid-items-3:has(figure+figure) .element-group:not(:has(.html-videoWrapper:only-child)):first-child{margin-bottom:var(--conditional-header-text-and-image-space)}section .slide-contents.grid-items-3:has(.element-group>.html-videoWrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(.element-group>.html-videoWrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(.element-group>.html-videoWrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(.element-group>.html-videoWrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(.single-image-wrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(.single-image-wrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(.single-image-wrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(.single-image-wrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(.videoWrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(.videoWrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(.videoWrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(.videoWrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(figure+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(figure+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(figure+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.grid-items-3:has(figure+figure) .element-group:not(:has(.html-videoWrapper:only-child)):last-child{margin-top:var(--conditional-header-text-and-image-space)}section .slide-contents.grid-items-3 .element-group:not(:has(.html-videoWrapper:only-child)){height:33.3333333333%}section .slide-contents.grid-items-3 .element-group:not(:has(.html-videoWrapper:only-child)){padding:0 calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X)) 0 calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X))}section .slide-contents.grid-items-3 .element-group:not(:has(.html-videoWrapper:only-child)):not(.has-media){height:auto}section .slide-contents.grid-items-3>.html-videoWrapper,section .slide-contents.grid-items-3>figure{height:100%}}@media(min-width:481px)and (min-aspect-ratio:5/4){section .slide-contents.grid-items-3{flex-direction:row}section .slide-contents.grid-items-3:not(:has(.single-image-wrapper,.html-videoWrapper,.videoWrapper,figure))>p:last-child{padding-bottom:.5em}section .slide-contents.grid-items-3 .element-group,section .slide-contents.grid-items-3>figure{height:100%;max-width:33.3333333333%}section .slide-contents.grid-items-3 .element-group:first-child{padding-left:calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X));padding-right:0}section .slide-contents.grid-items-3 .element-group:nth-child(2){padding-left:calc(var(--extra-padding-left)*.47 + var(--CONTENT_PADDING_X_80));padding-right:calc(var(--extra-padding-right)*.47 + var(--CONTENT_PADDING_X_60))}section .slide-contents.grid-items-3 .element-group:last-child{padding-left:0;padding-right:calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X))}section .slide-contents.grid-items-3:not(.has-media-first.has-media-middle.has-media-last) .html-videoWrapper:nth-child(2),section .slide-contents.grid-items-3:not(.has-media-first.has-media-middle.has-media-last) figure:nth-child(2){margin-left:var(--CONTENT_PADDING_X_50);margin-right:var(--CONTENT_PADDING_X_50)}section .slide-contents.grid-items-3.has-media-first:not(.has-media-first.has-media-middle.has-media-last),section .slide-contents.grid-items-3.has-media-last:not(.has-media-first.has-media-middle.has-media-last),section .slide-contents.grid-items-3.has-media-middle:not(.has-media-first.has-media-middle.has-media-last){align-items:center;height:auto;position:static}section .slide-contents.grid-items-3.has-media-first:not(.has-media-first.has-media-middle.has-media-last) .element-group:has(.html-videoWrapper:only-child),section .slide-contents.grid-items-3.has-media-first:not(.has-media-first.has-media-middle.has-media-last) figure,section .slide-contents.grid-items-3.has-media-last:not(.has-media-first.has-media-middle.has-media-last) .element-group:has(.html-videoWrapper:only-child),section .slide-contents.grid-items-3.has-media-last:not(.has-media-first.has-media-middle.has-media-last) figure,section .slide-contents.grid-items-3.has-media-middle:not(.has-media-first.has-media-middle.has-media-last) .element-group:has(.html-videoWrapper:only-child),section .slide-contents.grid-items-3.has-media-middle:not(.has-media-first.has-media-middle.has-media-last) figure{--top-space:calc(var(--extra-padding-top) + var(--conditional-header-space-opposite-large));--bottom-space:calc(var(--extra-padding-bottom) + var(--conditional-footer-space-opposite-large));bottom:var(--bottom-space);height:100%;max-height:calc(100% - var(--top-space) - var(--bottom-space));padding:0;position:absolute;top:var(--top-space);z-index:-1}section .slide-contents.grid-items-3.has-media-first:not(.has-media-middle):not(.has-media-last) .element-group:nth-child(2){margin-left:33.3333333333%}section .slide-contents.grid-items-3.has-media-middle:not(.has-media-first):not(.has-media-last) .element-group:first-child{padding-left:calc(var(--extra-padding-left)*.66 + var(--CONTENT_PADDING_X_80));padding-right:var(--CONTENT_PADDING_X_60)}section .slide-contents.grid-items-3.has-media-middle:not(.has-media-first):not(.has-media-last) .element-group:last-child{margin-left:33.3333333333%;padding-left:var(--CONTENT_PADDING_X_80);padding-right:calc(var(--extra-padding-right)*.66 + var(--CONTENT_PADDING_X_60))}section .slide-contents.grid-items-3.has-media-middle:not(.has-media-first):not(.has-media-last) .element-group:has(.html-videoWrapper:only-child):nth-child(2),section .slide-contents.grid-items-3.has-media-middle:not(.has-media-first):not(.has-media-last) figure:nth-child(2){left:0;margin:0 auto;right:0}section .slide-contents.grid-items-3.has-media-last:not(.has-media-first):not(.has-media-middle) .element-group:nth-child(2){margin-right:33.3333333333%}section .slide-contents.grid-items-3.has-media-last:not(.has-media-first):not(.has-media-middle) .element-group:has(.html-videoWrapper:only-child),section .slide-contents.grid-items-3.has-media-last:not(.has-media-first):not(.has-media-middle) figure{right:0}section .slide-contents.grid-items-3.has-media-first.has-media-middle:not(.has-media-last) .element-group:last-child{margin-left:66.6666666667%;padding-left:var(--CONTENT_PADDING_X_80);padding-right:calc(var(--extra-padding-right)*.66 + var(--CONTENT_PADDING_X_60))}section .slide-contents.grid-items-3.has-media-first.has-media-middle:not(.has-media-last) .element-group:has(.html-videoWrapper:only-child):first-child,section .slide-contents.grid-items-3.has-media-first.has-media-middle:not(.has-media-last) figure:first-child{left:0}section .slide-contents.grid-items-3.has-media-first.has-media-middle:not(.has-media-last) .element-group:has(.html-videoWrapper:only-child):nth-child(2),section .slide-contents.grid-items-3.has-media-first.has-media-middle:not(.has-media-last) figure:nth-child(2){left:0;margin:0 auto;right:0}section .slide-contents.grid-items-3.has-media-first.has-media-last:not(.has-media-middle) .element-group:nth-child(2){margin-left:33.3333333333%}section .slide-contents.grid-items-3.has-media-first.has-media-last:not(.has-media-middle) .element-group:has(.html-videoWrapper:only-child):first-child,section .slide-contents.grid-items-3.has-media-first.has-media-last:not(.has-media-middle) figure:first-child{left:0}section .slide-contents.grid-items-3.has-media-first.has-media-last:not(.has-media-middle) .element-group:has(.html-videoWrapper:only-child):last-child,section .slide-contents.grid-items-3.has-media-first.has-media-last:not(.has-media-middle) figure:last-child{right:0}section .slide-contents.grid-items-3.has-media-middle.has-media-last:not(.has-media-first) .element-group:first-child{padding-left:calc(var(--extra-padding-left)*.66 + var(--CONTENT_PADDING_X_80));padding-right:var(--CONTENT_PADDING_X_60)}section .slide-contents.grid-items-3.has-media-middle.has-media-last:not(.has-media-first) .element-group:has(.html-videoWrapper:only-child):last-child,section .slide-contents.grid-items-3.has-media-middle.has-media-last:not(.has-media-first) figure:last-child{right:0}section .slide-contents.grid-items-3.has-media-middle.has-media-last:not(.has-media-first) .element-group:has(.html-videoWrapper:only-child):nth-child(2),section .slide-contents.grid-items-3.has-media-middle.has-media-last:not(.has-media-first) figure:nth-child(2){left:0;margin:0 auto;right:0}}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns){display:flex;padding:0}@media(max-aspect-ratio:5/4){section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns){flex-direction:column}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns) .element-group:not(:has(.html-videoWrapper:only-child)){padding-left:calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X));padding-right:calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X))}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns) .element-group:not(:has(.html-videoWrapper:only-child)):first-child{padding-top:var(--conditional-header-space)}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns) .element-group:not(:has(.html-videoWrapper:only-child)):last-child{padding-bottom:var(--conditional-footer-space)}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain) img,section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>.single-image-wrapper,section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>figure{padding:0}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain) .element-group:has(.html-videoWrapper):not(:has(.layout-grid)) .html-videoWrapper{padding:0}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain) .element-group:has(.html-videoWrapper:only-child):first-child,section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>.single-image-wrapper:has(.size-contain):first-child,section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>figure:has(.size-contain):first-child{margin-top:var(--conditional-header-text-and-image-space)}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain) .element-group:has(.html-videoWrapper:only-child):last-child,section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>.single-image-wrapper:has(.size-contain):last-child,section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>figure:has(.size-contain):last-child{margin-bottom:var(--conditional-footer-space)}}@media(min-aspect-ratio:5/4){section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns){flex-direction:row}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns) .element-group{padding-bottom:var(--conditional-footer-space);padding-top:var(--conditional-header-space)}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns) .element-group:first-child{padding-left:calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X));padding-right:0}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns) .element-group:nth-child(2){padding-left:calc(var(--extra-padding-left)*.47 + var(--CONTENT_PADDING_X_70))!important;padding-right:calc(var(--extra-padding-right)*.47 + var(--CONTENT_PADDING_X_70))!important}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns) .element-group:last-child{padding-left:0;padding-right:calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X))}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns) .element-group:has(.html-videoWrapper:only-child){padding:0!important}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>.single-image-wrapper,section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>figure{max-width:calc(33.33333% - var(--CONTENT_PADDING_X))}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>.single-image-wrapper:first-child,section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>figure:first-child{margin-right:0}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>.single-image-wrapper:nth-child(2),section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>figure:nth-child(2){margin:0 auto;width:100%}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>.single-image-wrapper:last-child,section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain)>figure:last-child{margin-left:0}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain) .element-group:has(.html-videoWrapper):not(:has(.layout-grid)):first-child .html-videoWrapper{margin-right:0;width:calc(100% - var(--CONTENT_PADDING_X))}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain) .element-group:has(.html-videoWrapper):not(:has(.layout-grid)):nth-child(2) .html-videoWrapper{margin:0 auto;width:100%}section .slide-contents.layout-grid.grid-items-3:not(.layout-title-and-columns):has(.size-contain) .element-group:has(.html-videoWrapper):not(:has(.layout-grid)):last-child .html-videoWrapper{margin-left:0;width:calc(100% - var(--CONTENT_PADDING_X))}}@media(min-aspect-ratio:5/4){section .slide-contents.layout-title-and-columns.columns-items-3 .element-group.title-part{--scale-px-size:75;--p-size:calc(var(--p-base-size) - 16);--h1-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1)*0.9)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1)*1.15)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1)*2)*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h5-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}section .slide-contents.layout-title-and-columns.columns-items-3 .element-group:not(.title-part){--scale-px-size:75;--p-size:calc(var(--p-base-size) - 24);--h1-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1)*0.7)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1)*0.5)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1))*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}}section .slide-contents.layout-title-and-columns.columns-items-3{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto 1fr}section .slide-contents.layout-title-and-columns.columns-items-3 .element-group{justify-content:flex-start}@media(min-aspect-ratio:5/4){section .slide-contents.layout-title-and-columns.columns-items-3 .element-group.title-part{grid-column:span 3;margin-top:var(--conditional-header-space-opposite-small);padding-bottom:var(--conditional-header-title-and-column-space)}}section .slide-contents.layout-title-and-columns.columns-items-3:not(.media-grid) .element-group{justify-content:flex-start}@media(min-aspect-ratio:5/4){section .slide-contents.layout-title-and-columns.columns-items-3:not(.media-grid) .element-group{padding-left:0;padding-right:var(--CONTENT_PADDING_X_50)}}@media(max-aspect-ratio:5/4){section .slide-contents.layout-title-and-columns.columns-items-3:not(.media-grid){display:flex;flex-direction:column;grid-template-columns:1fr}section .slide-contents.layout-title-and-columns.columns-items-3:not(.media-grid) .element-group{height:auto}section .slide-contents.layout-title-and-columns.columns-items-3:not(.media-grid) .element-group.title-part{min-height:10%}}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid{grid-template-rows:auto 1fr}@media(min-aspect-ratio:5/4){section .slide-contents.layout-title-and-columns.columns-items-3.media-grid{column-gap:var(--CONTENT_PADDING_X_70);grid-template-columns:repeat(3,1fr);height:100%}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid .element-group.has-media.has-media-first>:last-child{padding-bottom:0}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid .element-group.has-media.has-media-last>:first-child{padding-top:0}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.size-contain):not(:has(.element-group.has-media)) img{padding:0}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.size-contain):not(:has(.element-group.has-media)) img.position-center-center{object-position:top center!important}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.size-contain):not(:has(.element-group.has-media)) img.position-left-center{object-position:top left!important}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.size-contain):not(:has(.element-group.has-media)) img.position-right-center{object-position:top right!important}}@media(max-aspect-ratio:5/4){section .slide-contents.layout-title-and-columns.columns-items-3.media-grid{display:flex;flex-direction:column;row-gap:var(--conditional-header-text-and-image-space)}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+.element-group>.html-videoWrapper),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+.single-image-wrapper),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+.videoWrapper),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+figure),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+.element-group>.html-videoWrapper),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+.single-image-wrapper),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+.videoWrapper),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+figure),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+.element-group>.html-videoWrapper),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+.single-image-wrapper),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+.videoWrapper),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+figure),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+.element-group>.html-videoWrapper),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+.single-image-wrapper),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+.videoWrapper),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+figure){gap:0!important}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2),section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+figure) .element-group:not(:has(.html-videoWrapper:only-child)):first-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+figure) .element-group:not(:has(.html-videoWrapper:only-child)):nth-child(2){margin-bottom:var(--conditional-header-text-and-image-space)}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.element-group>.html-videoWrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.single-image-wrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.videoWrapper+figure) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+.element-group>.html-videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+.single-image-wrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+.videoWrapper) .element-group:not(:has(.html-videoWrapper:only-child)):last-child,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(figure+figure) .element-group:not(:has(.html-videoWrapper:only-child)):last-child{margin-top:var(--conditional-header-text-and-image-space)}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid .element-group:not(:has(.html-videoWrapper:only-child)):not(.has-media){height:auto}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid .element-group.has-media.has-media-first>:last-child{padding-bottom:0!important}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid .element-group.has-media.has-media-last>:first-child{padding-top:0!important}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid .title-part{height:auto;padding:0}}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.size-contain) img,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.size-contain)>.single-image-wrapper,section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.size-contain)>figure{margin:0 auto;padding:0;width:100%}section .slide-contents.layout-title-and-columns.columns-items-3.media-grid:has(.size-contain) .element-group:has(.html-videoWrapper):not(:has(.layout-grid)) .html-videoWrapper{padding:0}@media(min-width:481px){section .slide-contents.layout-grid .element-group:has(.layout-grid){--scale-px-size:75;--p-size:calc(var(--p-base-size) - 16);--h1-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1)*0.9)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1)*1.15)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1)*2)*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h5-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}section .slide-contents.layout-grid.grid-items-4 .element-group{--scale-px-size:75;--p-size:calc(var(--p-base-size) - 16);--h1-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1)*0.9)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1)*1.15)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1)*2)*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h5-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}section .slide-contents.layout-grid.grid-items-5 .element-group,section .slide-contents.layout-grid.grid-items-6 .element-group,section .slide-contents.layout-grid.grid-items-7 .element-group{--scale-px-size:75;--p-size:calc(var(--p-base-size) - 24);--h1-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1)*0.7)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1)*0.5)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1))*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}section .slide-contents.layout-grid.grid-items-10 .element-group,section .slide-contents.layout-grid.grid-items-8 .element-group,section .slide-contents.layout-grid.grid-items-9 .element-group,section .slide-contents.layout-grid.grid-items-\+ .element-group{--scale-px-size:75;--p-size:calc(var(--p-base-size) - 32);--h1-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1)*0.5)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1)*0.3)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1))*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}}.element-group>.layout-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10em,1fr));height:100%;width:100%}@media(min-width:481px){section .slide-contents.layout-grid:not(.layout-split,.layout-title-and-columns,.grid-items-3,.grid-items-4,.grid-items-5,.grid-items-6,.grid-items-7,.grid-items-8,.grid-items-9,.grid-items-10,.grid-items-\+) .element-group:has(.layout-grid) .layout-grid~*{font-size:.42em}}@media(max-width:480px){section .slide-contents.layout-grid:not(.layout-split,.layout-title-and-columns,.grid-items-3,.grid-items-4,.grid-items-5,.grid-items-6,.grid-items-7,.grid-items-8,.grid-items-9,.grid-items-10,.grid-items-\+) .element-group:has(.layout-grid) .layout-grid~*{font-size:.8em}}section .slide-contents.layout-grid:not(.layout-split,.layout-title-and-columns,.grid-items-3,.grid-items-4,.grid-items-5,.grid-items-6,.grid-items-7,.grid-items-8,.grid-items-9,.grid-items-10,.grid-items-\+) .element-group>:not(.layout-grid):first-child{padding-top:var(--conditional-media-grid-header-space)}section .slide-contents.layout-grid:not(.layout-split,.layout-title-and-columns,.grid-items-3,.grid-items-4,.grid-items-5,.grid-items-6,.grid-items-7,.grid-items-8,.grid-items-9,.grid-items-10,.grid-items-\+) .element-group>:not(.layout-grid)+.layout-grid{margin-top:var(--conditional-media-grid-header-text-and-image-space)}section .slide-contents.layout-grid:not(.layout-split,.layout-title-and-columns,.grid-items-3,.grid-items-4,.grid-items-5,.grid-items-6,.grid-items-7,.grid-items-8,.grid-items-9,.grid-items-10,.grid-items-\+) .element-group .layout-grid+*{margin-top:var(--conditional-media-grid-footer-text-and-image-space)}section .slide-contents.layout-grid:not(.layout-split,.layout-title-and-columns,.grid-items-3,.grid-items-4,.grid-items-5,.grid-items-6,.grid-items-7,.grid-items-8,.grid-items-9,.grid-items-10,.grid-items-\+) .element-group .layout-grid~:last-child{padding-bottom:var(--conditional-media-grid-footer-space)}@media(min-width:481px){section .slide-contents.layout-grid.grid-items-1 .element-group.has-media>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child)~*{font-size:.42em}}@media(max-width:480px){section .slide-contents.layout-grid.grid-items-1 .element-group.has-media>:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper):not(:only-child)~*{font-size:.84em}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-1 .element-group{--scale-px-size:75;--p-size:calc(var(--p-base-size) - 16);--h1-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h1-offset)*var(--header-scale-intensity, 1)*0.9)*var(--scale-factor-h1));--h2-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h2-offset)*var(--header-scale-intensity, 1)*1.15)*var(--scale-factor-h2));--h3-adjusted:calc((var(--p-size) + var(--heading-dynamic-offset) + var(--h3-offset)*var(--header-scale-intensity, 1)*2)*var(--scale-factor-h3));--h4-adjusted:calc((var(--p-base-size) + var(--h5-offset))*var(--scale-factor-h4));--h5-adjusted:calc((var(--p-base-size) + var(--h6-offset))*var(--scale-factor-h5));--h6-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-h6));--p-adjusted:var(--p-size);--li-adjusted:calc(var(--p-size) + var(--li-dynamic-offset));--td-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-td));--th-adjusted:calc((var(--p-base-size) + var(--h6-small-offset))*var(--scale-factor-th));--blockquote-adjusted:calc((var(--p-size) + var(--blockquote-size))*var(--scale-factor-blockquote))}}section .slide-contents.layout-grid.grid-items-1 .element-group>:not(:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper,.layout-grid)){padding-left:calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X));padding-right:calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X))}section .slide-contents.layout-grid.grid-items-1 .element-group:not(.has-media-first):not(.has-media-last):first-child{padding-top:0}section .slide-contents.layout-grid.grid-items-1 .element-group:not(.has-media-first):not(.has-media-last)>:not(:is(.single-image-wrapper,.html-videoWrapper,.videoWrapper)):first-child{margin-top:0}@media(min-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-3{grid-template-columns:1fr 1fr}.element-group>.layout-grid.grid-items-3>:first-child{order:1}.element-group>.layout-grid.grid-items-3>:nth-child(2){order:3}.element-group>.layout-grid.grid-items-3>:last-child{grid-row:span 2;order:2}}@media(max-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-3{grid-template-columns:1fr}}@media(min-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-4>:first-child{order:1}.element-group>.layout-grid.grid-items-4>:nth-child(2){order:3}.element-group>.layout-grid.grid-items-4>:nth-child(3){order:2}.element-group>.layout-grid.grid-items-4>:last-child{order:4}.element-group>.layout-grid.grid-items-5{grid-template-columns:1fr 1fr 1fr}.element-group>.layout-grid.grid-items-5>:first-child{order:1}.element-group>.layout-grid.grid-items-5>:nth-child(2){order:4}.element-group>.layout-grid.grid-items-5>:nth-child(3){order:2}.element-group>.layout-grid.grid-items-5>:nth-child(4){order:5}.element-group>.layout-grid.grid-items-5>:last-child{grid-row:span 2;order:3}}@media(max-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-5{grid-template-columns:1fr 1fr}.element-group>.layout-grid.grid-items-5>:nth-child(5){grid-column:span 2}}@media(min-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-6{grid-template-columns:1fr 1fr 1fr}.element-group>.layout-grid.grid-items-6>:first-child{order:1}.element-group>.layout-grid.grid-items-6>:nth-child(2){order:4}.element-group>.layout-grid.grid-items-6>:nth-child(3){order:2}.element-group>.layout-grid.grid-items-6>:nth-child(4){order:5}.element-group>.layout-grid.grid-items-6>:nth-child(5){order:3}.element-group>.layout-grid.grid-items-6>:last-child{order:6}}@media(max-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-6{grid-template-columns:1fr 1fr}}@media(min-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-7{grid-template-columns:1fr 1fr 1fr}.element-group>.layout-grid.grid-items-7>:first-child{order:1}.element-group>.layout-grid.grid-items-7>:nth-child(2){order:4}.element-group>.layout-grid.grid-items-7>:nth-child(3){order:6}.element-group>.layout-grid.grid-items-7>:nth-child(4){order:2}.element-group>.layout-grid.grid-items-7>:nth-child(5){order:5}.element-group>.layout-grid.grid-items-7>:nth-child(6){order:7}.element-group>.layout-grid.grid-items-7>:last-child{grid-row:span 3;order:3}}@media(max-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-7{grid-template-columns:1fr 1fr}.element-group>.layout-grid.grid-items-7>:nth-child(7){grid-column:span 2}}@media(min-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-8{grid-template-columns:1fr 1fr 1fr 1fr}.element-group>.layout-grid.grid-items-8>:first-child{order:1}.element-group>.layout-grid.grid-items-8>:nth-child(2){order:5}.element-group>.layout-grid.grid-items-8>:nth-child(3){order:2}.element-group>.layout-grid.grid-items-8>:nth-child(4){order:6}.element-group>.layout-grid.grid-items-8>:nth-child(5){order:3}.element-group>.layout-grid.grid-items-8>:nth-child(6){order:6}.element-group>.layout-grid.grid-items-8>:nth-child(7){order:4}.element-group>.layout-grid.grid-items-8>:last-child{order:8}}@media(max-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-8{grid-template-columns:1fr 1fr 1fr}.element-group>.layout-grid.grid-items-8>:nth-child(8){grid-column:span 2}}@media(min-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-9{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.element-group>.layout-grid.grid-items-9>:first-child{order:1}.element-group>.layout-grid.grid-items-9>:nth-child(2){order:6}.element-group>.layout-grid.grid-items-9>:nth-child(3){order:2}.element-group>.layout-grid.grid-items-9>:nth-child(4){order:7}.element-group>.layout-grid.grid-items-9>:nth-child(5){order:3}.element-group>.layout-grid.grid-items-9>:nth-child(6){order:8}.element-group>.layout-grid.grid-items-9>:nth-child(7){order:4}.element-group>.layout-grid.grid-items-9>:nth-child(8){order:9}.element-group>.layout-grid.grid-items-9>:last-child{grid-row:span 2;order:5}}@media(max-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-9{grid-template-columns:1fr 1fr 1fr}}@media(min-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-\+{grid-template-columns:1fr 1fr 1fr 1fr 1fr}}@media(max-aspect-ratio:1/1){.element-group>.layout-grid.grid-items-\+{grid-template-columns:1fr 1fr 1fr}}section{--grid-item-element-group-horizontal-scale:0.45;--grid-item-element-group-vertical-scale:0.45}section .slide-contents.layout-grid.grid-items-10,section .slide-contents.layout-grid.grid-items-4,section .slide-contents.layout-grid.grid-items-5,section .slide-contents.layout-grid.grid-items-6,section .slide-contents.layout-grid.grid-items-7,section .slide-contents.layout-grid.grid-items-8,section .slide-contents.layout-grid.grid-items-9,section .slide-contents.layout-grid.grid-items-\+{display:grid;grid-auto-rows:50%;grid-template-columns:1fr 1fr;height:100%;width:100%}section .slide-contents.layout-grid.grid-items-10 .element-group,section .slide-contents.layout-grid.grid-items-4 .element-group,section .slide-contents.layout-grid.grid-items-5 .element-group,section .slide-contents.layout-grid.grid-items-6 .element-group,section .slide-contents.layout-grid.grid-items-7 .element-group,section .slide-contents.layout-grid.grid-items-8 .element-group,section .slide-contents.layout-grid.grid-items-9 .element-group,section .slide-contents.layout-grid.grid-items-\+ .element-group{justify-content:flex-start;overflow:hidden;padding:calc(var(--CONTENT_PADDING_Y)*var(--grid-item-element-group-vertical-scale)) calc(var(--CONTENT_PADDING_X)*var(--grid-item-element-group-horizontal-scale))}@media(max-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-4{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}}@media(max-aspect-ratio:1/1)and (min-width:481px){section .slide-contents.layout-grid.grid-items-4 .element-group{height:100%;justify-content:center;padding:var(--CONTENT_PADDING_Y_50) var(--CONTENT_PADDING_X_100)}}@media(max-aspect-ratio:1/1)and (max-width:480px){section .slide-contents.layout-grid.grid-items-4 .element-group{padding:var(--CONTENT_PADDING_Y_60) calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X)) var(--CONTENT_PADDING_Y_30) calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X))}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-4{grid-auto-rows:50%;grid-template-columns:1fr 1fr}section .slide-contents.layout-grid.grid-items-4 .element-group:first-child,section .slide-contents.layout-grid.grid-items-4 .element-group:nth-child(3){padding-top:var(--conditional-header-space)}section .slide-contents.layout-grid.grid-items-4 .element-group:last-child,section .slide-contents.layout-grid.grid-items-4 .element-group:nth-child(2){padding-bottom:var(--conditional-footer-space)}section .slide-contents.layout-grid.grid-items-4>:first-child{order:1}section .slide-contents.layout-grid.grid-items-4>:nth-child(2){order:3}section .slide-contents.layout-grid.grid-items-4>:nth-child(3){order:2}section .slide-contents.layout-grid.grid-items-4>:last-child{order:4}section .slide-contents.layout-grid.grid-items-4:has(figure) .element-group:first-child,section .slide-contents.layout-grid.grid-items-4:has(figure) .element-group:nth-child(2){padding-left:calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X))}section .slide-contents.layout-grid.grid-items-4:has(figure) .element-group:last-child,section .slide-contents.layout-grid.grid-items-4:has(figure) .element-group:nth-child(3){padding-right:calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X))}}@media(max-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-5{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr}}@media(max-aspect-ratio:1/1)and (min-width:481px){section .slide-contents.layout-grid.grid-items-5 .element-group{height:100%;justify-content:center;padding:var(--CONTENT_PADDING_Y_50) var(--CONTENT_PADDING_X_100)}}@media(max-aspect-ratio:1/1)and (max-width:480px){section .slide-contents.layout-grid.grid-items-5 .element-group{padding:var(--CONTENT_PADDING_Y_60) calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X)) var(--CONTENT_PADDING_Y_30) calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X))}}@media(max-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-5>:last-child{grid-column:span 2}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-5{grid-auto-rows:50%;grid-template-columns:1fr 1fr 1fr}section .slide-contents.layout-grid.grid-items-5>:first-child{order:1}section .slide-contents.layout-grid.grid-items-5>:nth-child(2){order:4}section .slide-contents.layout-grid.grid-items-5>:nth-child(3){order:2}section .slide-contents.layout-grid.grid-items-5>:nth-child(4){order:5}section .slide-contents.layout-grid.grid-items-5>:last-child{grid-row:span 2;order:3}section .slide-contents.layout-grid.grid-items-5 .element-group:first-child,section .slide-contents.layout-grid.grid-items-5 .element-group:last-child,section .slide-contents.layout-grid.grid-items-5 .element-group:nth-child(3){padding-top:var(--conditional-header-space)}section .slide-contents.layout-grid.grid-items-5 .element-group:nth-child(2),section .slide-contents.layout-grid.grid-items-5 .element-group:nth-child(4){padding-bottom:var(--conditional-footer-space)}}@media(max-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-6{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr}}@media(max-aspect-ratio:1/1)and (min-width:481px){section .slide-contents.layout-grid.grid-items-6 .element-group{height:100%;justify-content:center;padding:var(--CONTENT_PADDING_Y_50) var(--CONTENT_PADDING_X_100)}}@media(max-aspect-ratio:1/1)and (max-width:480px){section .slide-contents.layout-grid.grid-items-6 .element-group{padding:var(--CONTENT_PADDING_Y_60) calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X)) var(--CONTENT_PADDING_Y_30) calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X))}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-6{grid-auto-rows:50%;grid-template-columns:1fr 1fr 1fr}section .slide-contents.layout-grid.grid-items-6>:first-child{order:1}section .slide-contents.layout-grid.grid-items-6>:nth-child(2){order:4}section .slide-contents.layout-grid.grid-items-6>:nth-child(3){order:2}section .slide-contents.layout-grid.grid-items-6>:nth-child(4){order:5}section .slide-contents.layout-grid.grid-items-6>:nth-child(5){order:3}section .slide-contents.layout-grid.grid-items-6>:last-child{order:6}section .slide-contents.layout-grid.grid-items-6 .element-group:first-child,section .slide-contents.layout-grid.grid-items-6 .element-group:nth-child(3),section .slide-contents.layout-grid.grid-items-6 .element-group:nth-child(5){padding-top:var(--conditional-header-space)}section .slide-contents.layout-grid.grid-items-6 .element-group:nth-child(2),section .slide-contents.layout-grid.grid-items-6 .element-group:nth-child(4),section .slide-contents.layout-grid.grid-items-6 .element-group:nth-child(6){padding-bottom:var(--conditional-footer-space)}}section .slide-contents.layout-grid.grid-items-7{--grid-item-element-group-horizontal-scale:0.4;--grid-item-element-group-vertical-scale:0.4}@media(max-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-7{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr}}@media(max-aspect-ratio:1/1)and (min-width:481px){section .slide-contents.layout-grid.grid-items-7 .element-group{height:100%;justify-content:center;padding:var(--CONTENT_PADDING_Y_50) var(--CONTENT_PADDING_X_100)}}@media(max-aspect-ratio:1/1)and (max-width:480px){section .slide-contents.layout-grid.grid-items-7 .element-group{padding:var(--CONTENT_PADDING_Y_60) calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X)) var(--CONTENT_PADDING_Y_30) calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X))}}@media(max-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-7>:last-child{grid-column:span 2}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-7{grid-auto-rows:33.3333333333%;grid-template-columns:1fr 1fr 1fr}section .slide-contents.layout-grid.grid-items-7>:first-child{order:1}section .slide-contents.layout-grid.grid-items-7>:nth-child(2){order:2}section .slide-contents.layout-grid.grid-items-7>:nth-child(3){order:4}section .slide-contents.layout-grid.grid-items-7>:nth-child(4){order:5}section .slide-contents.layout-grid.grid-items-7>:nth-child(5){order:6}section .slide-contents.layout-grid.grid-items-7>:nth-child(6){order:7}section .slide-contents.layout-grid.grid-items-7>:last-child{grid-row:span 3;order:3}}section .slide-contents.layout-grid.grid-items-8{--grid-item-element-group-horizontal-scale:0.32;--grid-item-element-group-vertical-scale:0.32}@media(max-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-8{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr}}@media(max-aspect-ratio:1/1)and (min-width:481px){section .slide-contents.layout-grid.grid-items-8 .element-group{height:100%;justify-content:center;padding:var(--CONTENT_PADDING_Y_50) var(--CONTENT_PADDING_X_100)}}@media(max-aspect-ratio:1/1)and (max-width:480px){section .slide-contents.layout-grid.grid-items-8 .element-group{padding:var(--CONTENT_PADDING_Y_60) calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X)) var(--CONTENT_PADDING_Y_30) calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X))}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-8{grid-auto-rows:50%;grid-template-columns:1fr 1fr 1fr 1fr}section .slide-contents.layout-grid.grid-items-8>:first-child{order:1}section .slide-contents.layout-grid.grid-items-8>:nth-child(2){order:5}section .slide-contents.layout-grid.grid-items-8>:nth-child(3){order:2}section .slide-contents.layout-grid.grid-items-8>:nth-child(4){order:6}section .slide-contents.layout-grid.grid-items-8>:nth-child(5){order:3}section .slide-contents.layout-grid.grid-items-8>:nth-child(6){order:6}section .slide-contents.layout-grid.grid-items-8>:nth-child(7){order:4}section .slide-contents.layout-grid.grid-items-8>:last-child{order:8}}section .slide-contents.layout-grid.grid-items-9{--grid-item-element-group-horizontal-scale:0.28;--grid-item-element-group-vertical-scale:0.28}@media(max-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-9{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr 1fr}}@media(max-aspect-ratio:1/1)and (min-width:481px){section .slide-contents.layout-grid.grid-items-9 .element-group{height:100%;justify-content:center;padding:var(--CONTENT_PADDING_Y_50) var(--CONTENT_PADDING_X_100)}}@media(max-aspect-ratio:1/1)and (max-width:480px){section .slide-contents.layout-grid.grid-items-9 .element-group{padding:var(--CONTENT_PADDING_Y_60) calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X)) var(--CONTENT_PADDING_Y_30) calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X))}}@media(max-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-9>:last-child{grid-column:span 2}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-9{grid-auto-rows:50%;grid-template-columns:1fr 1fr 1fr 1fr 1fr}section .slide-contents.layout-grid.grid-items-9>:first-child{order:1}section .slide-contents.layout-grid.grid-items-9>:nth-child(2){order:6}section .slide-contents.layout-grid.grid-items-9>:nth-child(3){order:2}section .slide-contents.layout-grid.grid-items-9>:nth-child(4){order:7}section .slide-contents.layout-grid.grid-items-9>:nth-child(5){order:3}section .slide-contents.layout-grid.grid-items-9>:nth-child(6){order:8}section .slide-contents.layout-grid.grid-items-9>:nth-child(7){order:4}section .slide-contents.layout-grid.grid-items-9>:nth-child(8){order:9}section .slide-contents.layout-grid.grid-items-9>:last-child{grid-row:span 2;order:5}}section .slide-contents.layout-grid.grid-items-10,section .slide-contents.layout-grid.grid-items-\+{--grid-item-element-group-horizontal-scale:0.24;--grid-item-element-group-vertical-scale:0.24}@media(max-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-10,section .slide-contents.layout-grid.grid-items-\+{grid-auto-columns:1fr 1fr;grid-auto-rows:auto}}@media(max-aspect-ratio:1/1)and (min-width:481px){section .slide-contents.layout-grid.grid-items-10 .element-group,section .slide-contents.layout-grid.grid-items-\+ .element-group{height:100%;justify-content:center;padding:var(--CONTENT_PADDING_Y_50) var(--CONTENT_PADDING_X_100)}}@media(max-aspect-ratio:1/1)and (max-width:480px){section .slide-contents.layout-grid.grid-items-10 .element-group,section .slide-contents.layout-grid.grid-items-\+ .element-group{padding:var(--CONTENT_PADDING_Y_60) calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X)) var(--CONTENT_PADDING_Y_30) calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X))}}@media(min-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-10,section .slide-contents.layout-grid.grid-items-\+{grid-auto-columns:minmax(5em,1fr);grid-auto-flow:column;grid-auto-rows:0;grid-template-rows:repeat(2,50%)}}section .slide-contents.layout-grid.grid-items-4:not(:has(figure)),section .slide-contents.layout-grid.grid-items-5:not(:has(figure)),section .slide-contents.layout-grid.grid-items-6:not(:has(figure)){padding-bottom:var(--conditional-footer-space);padding-top:var(--conditional-header-space)}section .slide-contents.layout-grid.grid-items-10:not(:has(figure)),section .slide-contents.layout-grid.grid-items-7:not(:has(figure)),section .slide-contents.layout-grid.grid-items-8:not(:has(figure)),section .slide-contents.layout-grid.grid-items-9:not(:has(figure)),section .slide-contents.layout-grid.grid-items-\+:not(:has(figure)){padding-bottom:var(--conditional-media-grid-footer-space);padding-top:var(--conditional-media-grid-header-space)}section .slide-contents.layout-grid.grid-items-4:not(:has(figure)){--grid-item-element-group-horizontal-scale:0.24;--grid-item-element-group-vertical-scale:0.24}section .slide-contents.layout-grid.grid-items-5:not(:has(figure)),section .slide-contents.layout-grid.grid-items-6:not(:has(figure)){--grid-item-element-group-horizontal-scale:0.2;--grid-item-element-group-vertical-scale:0.2}section .slide-contents.layout-grid.grid-items-10:not(:has(figure)),section .slide-contents.layout-grid.grid-items-7:not(:has(figure)),section .slide-contents.layout-grid.grid-items-8:not(:has(figure)),section .slide-contents.layout-grid.grid-items-9:not(:has(figure)),section .slide-contents.layout-grid.grid-items-\+:not(:has(figure)){--grid-item-element-group-horizontal-scale:0.15;--grid-item-element-group-vertical-scale:0.15}section .slide-contents.layout-grid.grid-items-10:not(:has(figure)),section .slide-contents.layout-grid.grid-items-4:not(:has(figure)),section .slide-contents.layout-grid.grid-items-5:not(:has(figure)),section .slide-contents.layout-grid.grid-items-6:not(:has(figure)),section .slide-contents.layout-grid.grid-items-7:not(:has(figure)),section .slide-contents.layout-grid.grid-items-8:not(:has(figure)),section .slide-contents.layout-grid.grid-items-9:not(:has(figure)),section .slide-contents.layout-grid.grid-items-\+:not(:has(figure)){grid-auto-rows:auto;height:100%;padding-left:0;padding-right:0}section .slide-contents.layout-grid.grid-items-10:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-4:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-5:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-6:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-7:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-8:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-9:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-\+:not(:has(figure)) .element-group{height:100%;justify-content:flex-start!important}@media(min-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-10:not(:has(figure)),section .slide-contents.layout-grid.grid-items-4:not(:has(figure)),section .slide-contents.layout-grid.grid-items-5:not(:has(figure)),section .slide-contents.layout-grid.grid-items-6:not(:has(figure)),section .slide-contents.layout-grid.grid-items-7:not(:has(figure)),section .slide-contents.layout-grid.grid-items-8:not(:has(figure)),section .slide-contents.layout-grid.grid-items-9:not(:has(figure)),section .slide-contents.layout-grid.grid-items-\+:not(:has(figure)){padding-left:var(--CONTENT_PADDING_X_100);padding-right:var(--CONTENT_PADDING_X_100)}}@media(max-width:480px),(min-width:481px)and (max-aspect-ratio:1/1){section .slide-contents.layout-grid.grid-items-10:not(:has(figure)),section .slide-contents.layout-grid.grid-items-4:not(:has(figure)),section .slide-contents.layout-grid.grid-items-5:not(:has(figure)),section .slide-contents.layout-grid.grid-items-6:not(:has(figure)),section .slide-contents.layout-grid.grid-items-7:not(:has(figure)),section .slide-contents.layout-grid.grid-items-8:not(:has(figure)),section .slide-contents.layout-grid.grid-items-9:not(:has(figure)),section .slide-contents.layout-grid.grid-items-\+:not(:has(figure)){gap:6cqw;padding-left:calc(var(--extra-padding-left) + var(--CONTENT_PADDING_X));padding-right:calc(var(--extra-padding-right) + var(--CONTENT_PADDING_X))}section .slide-contents.layout-grid.grid-items-10:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-4:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-5:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-6:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-7:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-8:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-9:not(:has(figure)) .element-group,section .slide-contents.layout-grid.grid-items-\+:not(:has(figure)) .element-group{height:auto;padding:0!important}}.fitting{opacity:0;overflow:hidden;transition:opacity .25s}.fitted{transition:none}
