* {
  box-sizing: border-box;
}

.fullviewport, .fullviewport body {
  height: 100%;
  min-height: 100vh;
  background-color: #404040;
  margin: 0;
  overflow: hidden;
}

.slidedeck {
  height: 100%;
}

.slidedeck iframe, .slidedeck img, .slidedeck video {
  max-width: 100%;
}

.slidedeck section {
  opacity: 0;
  background-color: silver;
  margin: 0;
  transition: left .5s ease-in-out, opacity .5s ease-out;
  position: absolute;
  top: 50%;
  left: 150%;
  overflow: hidden;
}

.slidedeck section.active {
  opacity: 1;
  left: 50%;
}

.slidedeck section.prev {
  opacity: .25;
  left: -150%;
}

.slidedeck section.next {
  opacity: .25;
  left: 150%;
}

.slidedeck section + .succession, .slidedeck section.prev:has( + .succession) {
  transition: unset;
}

.slidedeck section.partial ul li, .slidedeck section.partial ol li {
  opacity: 0;
  transition: opacity .5s ease-out;
}

.slidedeck section.partial ul li.partial-shown, .slidedeck section.partial ol li.partial-shown {
  opacity: 1;
}

.slidedeck div.slide-notes {
  display: none;
}

.slidedeck.speaker section {
  transform-origin: 0 0;
  transition: none;
}

.slidedeck.speaker section.active {
  overflow: unset;
  top: 0%;
  left: 0%;
}

.slidedeck.speaker section.active + section {
  opacity: .5;
  left: 0;
}

.slidedeck.speaker section.active + section ul li {
  opacity: .8;
}

.slidedeck.speaker section.partial ul li, .slidedeck.speaker section.partial ol li {
  opacity: .7;
}

.slidedeck.speaker section.partial ul li.partial-shown, .slidedeck.speaker section.partial ul li.partial-shown, .slidedeck.speaker section.partial ul li.partial-shown, .slidedeck.speaker section.partial ol li.partial-shown {
  opacity: 1;
}

.slidedeck.speaker section.active div.slide-notes {
  color: #000;
  width: 100%;
  height: 200%;
  background-color: #fff;
  margin: 0;
  padding: 1em;
  font-size: 40pt;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: scroll;
}

.slidedeck.speaker section.active + section div.slide-notes {
  display: none;
}

.notie-container {
  height: auto;
  text-align: center;
  width: 100%;
  z-index: 2147483647;
  box-sizing: border-box;
  -o-box-shadow: 0px 0px 5px 0px #00000080;
  -ms-box-shadow: 0px 0px 5px 0px #00000080;
  font-size: 1.6rem;
  position: fixed;
  left: 0;
  box-shadow: 0 0 5px #00000080;
}

@media screen and (max-width: 900px) {
  .notie-container {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 750px) {
  .notie-container {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 400px) {
  .notie-container {
    font-size: 1rem;
  }
}

.notie-background-success {
  background-color: #57bf57;
}

.notie-background-warning {
  background-color: #d6a14d;
}

.notie-background-error {
  background-color: #e1715b;
}

.notie-background-info {
  background-color: #4d82d6;
}

.notie-background-neutral {
  background-color: #a0a0a0;
}

.notie-background-overlay {
  background-color: #fff;
}

.notie-textbox {
  color: #fff;
  padding: 20px;
}

.notie-textbox-inner {
  max-width: 900px;
  margin: 0 auto;
}

.notie-overlay {
  height: 100%;
  opacity: 0;
  width: 100%;
  z-index: 2147483646;
  position: fixed;
  top: 0;
  left: 0;
}

.notie-button {
  color: #fff;
  cursor: pointer;
  padding: 10px;
}

.notie-element {
  color: #fff;
  padding: 10px;
}

.notie-element-half {
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
}

.notie-element-third {
  width: 33.3333%;
  box-sizing: border-box;
  display: inline-block;
}

.notie-alert {
  cursor: pointer;
}

.notie-input-field {
  font-family: inherit;
  font-size: inherit;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 0;
  outline: 0;
  padding: 10px;
}

.notie-select-choice-repeated {
  box-sizing: border-box;
  border-bottom: 1px solid #fff3;
}

.notie-date-selector-inner {
  max-width: 900px;
  user-select: none;
  -o-user-select: none;
  margin: 0 auto;
}

.notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
  outline: 0 solid #0000;
}

.notie-date-selector-up {
  transform: rotate(180deg);
}

.whiteboard-container {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000 url("free-chalkboard-backgrounds.c80a67bd.jpg") center / cover no-repeat;
  transition: opacity .5s ease-out;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.whiteboard-container.active {
  z-index: 10;
  opacity: 1;
}

canvas.whiteboard {
  position: absolute;
  top: 0;
}

#globalwbc {
  width: 1920px;
  height: 1080px;
  transform-origin: 0 0;
}

.active.whiteboard-off > canvas.whiteboard {
  display: none;
}

.active > canvas.whiteboard.translucent {
  opacity: .5;
}

.slidedeck .bigvideo > p:nth-of-type(1) {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.slidedeck .bigvideo > p:nth-of-type(1) > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slidedeck .bigvideo > ul {
  display: none;
}

.slidedeck.speaker .bigvideo > ul {
  display: block;
}

.slidedeck.speaker .bigvideo > p:nth-of-type(1) {
  display: none;
}

.slidedeck section.chart {
  background-color: #fff;
}

.slidedeck section.chart > table, .slidedeck section.chart > .chartjs-size-monitor, .slidedeck-book section.chart > .chartjs-size-monitor {
  display: none;
}

.slidedeck section.chart > img.datacard {
  width: 30%;
  opacity: 1;
  z-index: 1;
  background: #fff;
  border: 1px solid silver;
  margin: 3em auto;
  padding: 1em;
  display: block;
  position: absolute;
  left: 35%;
}

.slidedeck section.chart > img.datacard.past {
  display: none;
}

.slidedeck section.chart > canvas.chartjs-render-monitor {
  position: absolute;
  top: 100px;
}

.slidedeck section hr {
  display: none;
}

ul.toolbar {
  transform: opacity .5s ease-in;
  opacity: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  bottom: 4px;
  left: 0;
}

ul.toolbar.active {
  opacity: .7;
}

ul.toolbar li {
  margin: 4px;
  display: inline;
}

ul.toolbar li button {
  width: 45px;
  color: #fff;
  background-color: silver;
  border-color: gray;
  border-radius: 12px;
  display: inline-block;
}

/*# sourceMappingURL=index.fdb9d501.css.map */
