@charset "UTF-8";body{--split-div-size: 0;--split-gap-size: 1em}.reveal split{max-width:100%;max-height:100%}.reveal split[no-margin]{--split-gap-size: 0}.reveal split[no-margin]>*{--r-block-margin: 0}.reveal split[wrap]{display:grid;grid-gap:var(--split-gap-size)}.reveal split[wrap]>*{margin:auto}.reveal split[wrap="1"]{grid-template-columns:repeat(1,1fr)}.reveal split[wrap="2"]{grid-template-columns:repeat(2,1fr)}.reveal split[wrap="3"]{grid-template-columns:repeat(3,1fr)}.reveal split[wrap="4"]{grid-template-columns:repeat(4,1fr)}.reveal split[wrap="5"]{grid-template-columns:repeat(5,1fr)}.reveal split[wrap="6"]{grid-template-columns:repeat(6,1fr)}.reveal split[wrap="7"]{grid-template-columns:repeat(7,1fr)}.reveal split[wrap="8"]{grid-template-columns:repeat(8,1fr)}.reveal split[wrap="9"]{grid-template-columns:repeat(9,1fr)}.reveal split[wrap="10"]{grid-template-columns:repeat(10,1fr)}.reveal split:not([wrap]){display:flex;flex-flow:row wrap;align-content:center;gap:var(--split-gap-size)}.reveal split:not([wrap])[even]>*{flex:1}.reveal split:not([wrap])[left="1"]>*:first-child{flex:1}.reveal split:not([wrap])[middle="1"]>*:nth-child(2){flex:1!important}.reveal split:not([wrap])[right="1"]>*:nth-child(2){flex:1}.reveal split:not([wrap])[right="1"]>*:nth-child(3){flex:1}.reveal split:not([wrap])[left="2"]>*:first-child{flex:2}.reveal split:not([wrap])[middle="2"]>*:nth-child(2){flex:2!important}.reveal split:not([wrap])[right="2"]>*:nth-child(2){flex:2}.reveal split:not([wrap])[right="2"]>*:nth-child(3){flex:2}.reveal split:not([wrap])[left="3"]>*:first-child{flex:3}.reveal split:not([wrap])[middle="3"]>*:nth-child(2){flex:3!important}.reveal split:not([wrap])[right="3"]>*:nth-child(2){flex:3}.reveal split:not([wrap])[right="3"]>*:nth-child(3){flex:3}.reveal split:not([wrap])[left="4"]>*:first-child{flex:4}.reveal split:not([wrap])[middle="4"]>*:nth-child(2){flex:4!important}.reveal split:not([wrap])[right="4"]>*:nth-child(2){flex:4}.reveal split:not([wrap])[right="4"]>*:nth-child(3){flex:4}.reveal split:not([wrap])[left="5"]>*:first-child{flex:5}.reveal split:not([wrap])[middle="5"]>*:nth-child(2){flex:5!important}.reveal split:not([wrap])[right="5"]>*:nth-child(2){flex:5}.reveal split:not([wrap])[right="5"]>*:nth-child(3){flex:5}.reveal split:not([wrap])[left="6"]>*:first-child{flex:6}.reveal split:not([wrap])[middle="6"]>*:nth-child(2){flex:6!important}.reveal split:not([wrap])[right="6"]>*:nth-child(2){flex:6}.reveal split:not([wrap])[right="6"]>*:nth-child(3){flex:6}.reveal split:not([wrap])[left="7"]>*:first-child{flex:7}.reveal split:not([wrap])[middle="7"]>*:nth-child(2){flex:7!important}.reveal split:not([wrap])[right="7"]>*:nth-child(2){flex:7}.reveal split:not([wrap])[right="7"]>*:nth-child(3){flex:7}.reveal split:not([wrap])[left="8"]>*:first-child{flex:8}.reveal split:not([wrap])[middle="8"]>*:nth-child(2){flex:8!important}.reveal split:not([wrap])[right="8"]>*:nth-child(2){flex:8}.reveal split:not([wrap])[right="8"]>*:nth-child(3){flex:8}.reveal split:not([wrap])[left="9"]>*:first-child{flex:9}.reveal split:not([wrap])[middle="9"]>*:nth-child(2){flex:9!important}.reveal split:not([wrap])[right="9"]>*:nth-child(2){flex:9}.reveal split:not([wrap])[right="9"]>*:nth-child(3){flex:9}.reveal split:not([wrap])[left="10"]>*:first-child{flex:10}.reveal split:not([wrap])[middle="10"]>*:nth-child(2){flex:10!important}.reveal split:not([wrap])[right="10"]>*:nth-child(2){flex:10}.reveal split:not([wrap])[right="10"]>*:nth-child(3){flex:10}.reveal split[gap="0"]{--split-gap-size: 0em}.reveal split[gap="1"]{--split-gap-size: 1em}.reveal split[gap="2"]{--split-gap-size: 2em}.reveal split[gap="3"]{--split-gap-size: 3em}.reveal split[gap="4"]{--split-gap-size: 4em}.reveal split[gap="5"]{--split-gap-size: 5em}.align-left{display:flex;align-items:flex-start}.align-left p{text-align:left}.align-center{display:flex;align-items:center}.align-center p{text-align:center}.align-right{display:flex;align-items:flex-end}.align-right p{text-align:right}h1.align-left,h2.align-left,h3.align-left,h4.align-left,h5.align-left,h6.align-left,p.align-left{text-align:left;align-self:flex-start}h1.align-right,h2.align-right,h3.align-right,h4.align-right,h5.align-right,h6.align-right,p.align-right{text-align:right;align-self:flex-end}h1.align-center,h2.align-center,h3.align-center,h4.align-center,h5.align-center,h6.align-center,p.align-center{text-align:center;align-self:center}:root{--animation-duration: .7s}.slower{--animation-duration: 1.3s}.faster{--animation-duration: .35s}@keyframes fadeIn{0%{opacity:0;animation-timing-function:cubic-bezier(.1,.25,.75,.9)}to{opacity:1}}.fadeIn{animation-name:fadeIn;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}@keyframes slideRightIn{0%{transform:translate3d(-200px,0,0)}to{transform:translateZ(0)}}.slideRightIn{animation-name:fadeIn,slideRightIn;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}@keyframes slideLeftIn{0%{transform:translate3d(200px,0,0)}to{transform:translateZ(0)}}.slideLeftIn{animation-name:fadeIn,slideLeftIn;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}@keyframes slideUpIn{0%{transform:translate3d(0,150px,0)}to{transform:translateZ(0)}}.slideUpIn{animation-name:fadeIn,slideUpIn;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.5,1);animation-fill-mode:both}@keyframes slideDownIn{0%{transform:translate3d(0,-150px,0)}to{transform:translateZ(0)}}.slideDownIn{animation-name:fadeIn,slideDownIn;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.5,1);animation-fill-mode:both}@keyframes fadeOut{0%{opacity:1;animation-timing-function:cubic-bezier(.1,.25,.75,.9)}to{opacity:0}}.fadeOut{animation-name:fadeOut;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}@keyframes slideRightOut{0%{transform:translateZ(0)}to{transform:translate3d(200px,0,0)}}.slideRightOut{animation-name:fadeOut,slideRightOut;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}@keyframes slideLeftOut{0%{transform:translateZ(0)}to{transform:translate3d(-200px,0,0)}}.slideLeftOut{animation-name:fadeOut,slideLeftOut;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}@keyframes slideUpOut{0%{transform:translateZ(0)}to{transform:translate3d(0,-150px,0)}}.slideUpOut{animation-name:fadeOut,slideUpOut;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.5,1);animation-fill-mode:both}@keyframes slideDownOut{0%{transform:translateZ(0)}to{transform:translate3d(0,150px,0)}}.slideDownOut{animation-name:fadeOut,slideDownOut;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.5,1);animation-fill-mode:both}@keyframes scaleUp{0%{transform:scale3d(.78,.78,1)}to{transform:scaleZ(1)}}.scaleUp{animation-name:fadeIn,scaleUp;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}@keyframes scaleUpOut{0%{transform:scaleZ(1)}to{transform:scale3d(1.23,1.23,1)}}.scaleUpOut{animation-name:fadeOut,scaleUpOut;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.5,1);animation-fill-mode:both}@keyframes scaleDown{0%{transform:scale3d(1.23,1.23,1)}to{transform:scaleZ(1)}}.scaleDown{animation-name:fadeIn,scaleDown;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}@keyframes scaleDownOut{0%{transform:scaleZ(1)}to{transform:scale3d(.78,.78,1)}}.scaleDownOut{animation-name:fadeOut,scaleDownOut;animation-duration:var(--animation-duration);animation-timing-function:cubic-bezier(.1,.5,1);animation-fill-mode:both}body{--callout-background-color: 255, 255, 255;--callout-radius: 2px}.callout-color1{--callout-color: 108, 192, 245}.callout-color2{--callout-color: 109, 197, 217}.callout-color3{--callout-color: 113, 208, 136}.callout-color4{--callout-color: 160, 224, 107}.callout-color5{--callout-color: 238, 177, 91}.callout-color6{--callout-color: 234, 136, 133}.callout-color7{--callout-color: 230, 98, 121}.callout-color8{--callout-color: 152, 126, 243}.callout-color9{--callout-color: 182, 182, 182}.callout-color-default{--callout-color: 129, 167, 244}.has-light-background{--callout-background-color: 160, 160, 160}blockquote{padding:var(--callout-content-padding);border-radius:var(--callout-radius)}.callout{background-color:rgba(var(--callout-background-color),.2);margin:1em}.callout:has(.callout-content){border-radius:var(--callout-radius);border-left:4px solid rgb(var(--callout-color))}.callout:not(:has(.callout-content)){border-radius:unset}.callout:not(:has(.callout-content)) .callout-title{border-left:4px solid rgb(var(--callout-color));border-radius:var(--callout-radius)}.callout-title{padding:10px 1em 10px 10px;display:flex;gap:10px;background-color:rgba(var(--callout-color),.3)}.callout-icon{flex:0 0 auto;display:flex;align-self:center;color:rgb(var(--callout-color))}.callout-title-inner{flex:1 1 0;font-weight:700}.callout-content{overflow-x:auto;padding:5px 15px}.stretch-column>*{flex:1;height:1%;width:100%}.stretch-row>*{flex:1;height:100%;width:1%}.stretch-column>*>p>img,.stretch-row>*>p>img,.stretch-column>*>p>video,.stretch-row>*>p>video,.stretch-column>*>p>iframe,.stretch-row>*>p>iframe{height:100%;width:100%;max-width:100%!important;max-height:100%!important;object-fit:cover}.stretch-column>*>.image-paragraph{height:100%;width:100%}.arrowList ul{margin:0}.arrowList li{display:grid;grid-template-columns:1em auto;align-items:center;padding:0}.arrowList li:first-child{padding-top:.5em}.arrowList li:last-child{padding-bottom:.5em}.arrowList li:before{content:"\25b6";font-size:.75em;color:var(--r-main-color);top:.1em;position:relative}.wideTable,.wideTable>table{width:100%}.noBorder td,.noBorder th{border:none!important}:root{--dbg-size: 1}.dbg,.dbg *{--dbg-size: 1px;outline:1px solid red}.reset-margin{--r-block-margin: 0;--r-heading-margin: 0}.flex-even>*{flex:1}#notescanvas,#chalkboard{position:fixed}element.style{cursor:url(/plugin/chalkboard/img/boardmarker-black.png),auto;background:#0000;z-index:24;opacity:1;visibility:visible;pointer-events:none}.reveal>.overlay{backdrop-filter:unset}.mermaid{width:100%;height:auto}
