:root {
  --dim-grey: #4c4d56;
  --midnight-blue: #0f2740;
  --white-smoke-2: #f3f4f4;
  --tan: #e9e1ce;
  --white-smoke: #f1f1f1;
  --blue: #2538df;
  --red: #e6001b;
  --dark-red: #580428;
  --orange: #ffa153;
  --crimson: #ff5e6a;
  --gainsboro: #e3e7ec;
  --dark-turquoise: #00cee2;
  --dodger-blue: #2d93fe;
  --slate-grey: #78818f;
  --gainsboro-2: #dbdfe3;
  --white-80: #fffc;
  --white-81: white;
  --steel-blue: #467395;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  color: var(--dim-grey);
  text-decoration: none;
  transition: all .2s ease-in-out;
}

li {
  padding-bottom: .5em;
}

.main-container {
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  max-height: 960px;
  display: block;
  position: relative;
}

.main-container.bg-blue {
  z-index: 0;
  background-color: var(--midnight-blue);
  border-radius: 5px;
  min-width: 1440px;
  max-width: 1440px;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.body {
  background-color: var(--white-smoke-2);
  color: var(--tan);
  font-family: Ul moderat, sans-serif;
}

.main-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.evidence-container {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #202020eb;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.evidence-container._0-start {
  z-index: 0;
  position: relative;
}

.evidence-container.fireofficerreport {
  display: none;
}

.evidence-container.fireofficerreport.is--active {
  display: block;
}

.evidence-container._2-smallfire, .evidence-container._3-inferno, .evidence-container._4-tellmemore {
  display: none;
  position: relative;
}

.evidence-container._4-tellmemore.is--active {
  display: block;
}

.evidence-container.coffeemaker {
  display: none;
}

.evidence-container.coffeemaker.is--active {
  display: block;
}

.evidence-container.outlet {
  display: none;
}

.evidence-container.outlet.is--active {
  display: block;
}

.evidence-container.toaster {
  display: none;
}

.evidence-container.toaster.is--active {
  display: block;
}

.evidence-container.burned-chips {
  display: none;
}

.evidence-container.burned-chips.is--active {
  display: block;
}

.evidence-container.mass-plug {
  display: none;
}

.evidence-container.mass-plug.is--active {
  display: block;
}

.evidence-container.counter-area {
  display: none;
}

.evidence-container.counter-area.is--active {
  display: block;
}

.evidence-container.wall-cabinet {
  display: none;
}

.evidence-container.wall-cabinet.is--active {
  display: block;
}

.evidence-container.wall {
  display: none;
}

.evidence-container.wall.is--active {
  display: block;
}

.evidence-container.clock {
  display: none;
}

.evidence-container.clock.is--active {
  display: block;
}

.evidence-container.glass-carafe {
  display: none;
}

.evidence-container.glass-carafe.is--active {
  display: block;
}

.evidence-container.mass-countertop {
  display: none;
}

.evidence-container.mass-countertop.is--active {
  display: block;
}

.evidence-container.gas-range {
  display: none;
}

.evidence-container.gas-range.is--active {
  display: block;
}

.evidence-container.demarcation-hot-gas {
  display: none;
}

.evidence-container.demarcation-hot-gas.is--active {
  display: block;
}

.evidence-container.counter-top-right {
  display: none;
}

.evidence-container.counter-top-right.is--active {
  display: block;
}

.evidence-container.demarcation-left {
  display: none;
}

.evidence-container.demarcation-left.is--active {
  display: block;
}

.evidence-container.protected-area {
  display: none;
}

.evidence-container.protected-area.is--active {
  display: block;
}

.titlebar {
  z-index: 7;
  width: 30%;
  padding-top: 80px;
  padding-left: 40px;
  display: flex;
  position: absolute;
}

.subtitle {
  color: var(--tan);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Ul moderat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.title {
  color: var(--tan);
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Ul moderat, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: .85;
  position: relative;
}

.titles {
  text-shadow: 0 1px 10px #000;
  position: relative;
}

.button {
  z-index: 10;
  background-color: var(--white-smoke);
  color: var(--blue);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 200px;
  min-height: 50px;
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0 0 7px #0003;
}

.button._1wifbtn {
  font-weight: 400;
  bottom: 32%;
  left: 20%;
  right: auto;
}

.button._2wifbtn {
  color: var(--blue);
  font-weight: 400;
  inset: 25% auto auto 38%;
}

.button._3wifbtn {
  font-weight: 400;
  inset: auto 22% 48% auto;
}

.button.refreshit {
  background-color: var(--red);
  inset: 40px 40px auto auto;
}

.button-text-wrapper {
  z-index: 10;
  color: var(--dark-red);
  letter-spacing: .025rem;
  flex-direction: column;
  height: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: var(--dark-red);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
}

.button-text.white {
  color: var(--white-smoke);
}

.button-background {
  background-color: var(--dark-red);
  border-radius: 100px;
  width: 100%;
  min-width: 1rem;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.button-background.close {
  background-color: var(--orange);
}

.instructions_text {
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 17px;
  line-height: 120%;
}

.blurb {
  opacity: 1;
  color: var(--midnight-blue);
  margin: 20px;
  font-size: 17px;
  line-height: 120%;
  position: relative;
}

.callout {
  z-index: 100;
  background-color: #ffffffe6;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24%;
  height: auto;
  margin-bottom: -10%;
  margin-right: -10%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 20px 20px -10px #2e080d80;
}

.callout._1-introfire {
  width: 28%;
  margin-bottom: 0;
  margin-right: 0;
  bottom: 8%;
  left: 10%;
  right: auto;
}

.callout._2-smallfire {
  width: 24%;
  margin-bottom: 0%;
  margin-right: 0%;
  inset: 10% auto auto 45%;
}

.callout._3-inferno {
  width: 28%;
  bottom: 35%;
  right: 13%;
}

.too-small {
  width: 100%;
  padding: 15px;
  display: none;
}

.video-player {
  width: 100%;
  height: auto;
}

.red {
  color: var(--crimson);
  font-weight: 700;
}

.button-container {
  z-index: 90;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-little {
  z-index: 10;
  text-align: center;
  background-color: #ff5a5a;
  background-image: url('../images/button-bg-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-little.sprinklerzoom {
  background-color: var(--gainsboro);
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  display: none;
  top: 3%;
  left: 57%;
}

.button-little.sprinklerzoom {
  background-color: #e3e7ec;
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  top: 3%;
  left: 57%;
}

.button-little.sprinklerzoom:hover {
  background-color: #00cee2;
}

.tell-me-more {
  z-index: 200;
  color: #fff;
  text-align: center;
  background-color: #0a32ff;
  background-image: url('../images/volume_up_FILL0_wght400_GRAD0_opsz48.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 40px 40px auto;
}

.tell-me-more:hover {
  background-color: var(--red);
  color: var(--tan);
}

.blue {
  color: var(--dodger-blue);
  font-weight: 700;
}

.button-2 {
  z-index: 10;
  text-align: center;
  background-color: #ff5a5a;
  background-image: url('../images/button-bg-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-text-2 {
  color: #f1f1f1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-size: 16px;
}

.button-text-2.close-x {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.full-image {
  width: 100%;
  height: auto;
}

.full-image.hide {
  display: none;
}

.button-active {
  z-index: 11;
  color: #e6001b;
  background-color: #e6001b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 200px;
  min-height: 50px;
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  display: none;
  position: absolute;
  overflow: hidden;
}

.button-active._1 {
  z-index: 10;
  bottom: 32%;
  left: 20%;
}

.button-active._2 {
  top: 25%;
  left: 38%;
}

.button-active._3 {
  bottom: 48%;
  right: 22%;
}

.button-text-3 {
  color: #2538df;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
}

.button-text-3.white {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
}

.outro-container {
  z-index: 8;
  opacity: 1;
  background-color: #0f2740;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.video-play-pause-icon-wrapper {
  z-index: 20;
  background-color: #0f2740;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto auto 5% 3%;
  overflow: hidden;
}

.video-play-icon {
  width: 100%;
  max-width: 24px;
  height: 100%;
  max-height: 24px;
  display: none;
}

.video-pause-icon {
  width: 100%;
  max-width: 24px;
  height: 100%;
  max-height: 24px;
}

.intro-container {
  z-index: 99999;
  background-color: #0f2740;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.outro-grid {
  z-index: 250;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 25% 0%;
}

.outro-grid.left {
  text-align: left;
  align-items: flex-start;
  max-width: 650px;
  margin-left: 10%;
}

.outro-grid.is--hidden {
  display: none;
}

.title-2 {
  color: #e9e1ce;
  margin-top: 10px;
  font-family: Ul moderat, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.text-size-large {
  color: #f1f1f1;
  font-size: 20px;
  line-height: 130%;
}

.text-size-large.pad-b {
  color: #e9e1ce;
  margin-bottom: 30px;
}

.button-next {
  color: #f1f1f1;
  background-color: #2538df;
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: flex;
}

.button-next:hover {
  background-color: #e6001b;
}

.button-next.start-investigation {
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
}

.button-next.send-to-lab {
  background-image: url('../images/arrow_right_alt.svg');
  background-position: 90%;
  width: 230px;
  padding-right: 40px;
}

.button-next.add-to-notebook {
  background-image: url('../images/add.svg');
  background-position: 90%;
  width: 230px;
  padding-right: 40px;
}

.button-next.ignore-evidence {
  border: 2px solid var(--blue);
  background-color: #0f274080;
  background-image: url('../images/close_FILL0_wght700_GRAD0_opsz48.svg');
  background-position: 92%;
  background-size: 20px;
  width: 230px;
  margin-top: 20px;
  padding-right: 40px;
}

.button-next.ignore-evidence:hover {
  border-color: var(--red);
  background-color: var(--red);
}

.button-next.back {
  background-color: var(--blue);
  background-image: url('../images/back.svg');
  background-position: 10%;
  width: 220px;
  padding-left: 50px;
}

.button-next.back:hover {
  background-color: var(--red);
}

.outro-header {
  color: #e9e1ce;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

.outro-header.less-pb {
  margin-bottom: 0;
}

.bold {
  font-style: normal;
  font-weight: 700;
}

.bold.italic {
  font-style: italic;
}

.plyr_embed {
  width: 100%;
  height: auto;
  max-height: 800px;
  position: static;
}

.plyr_component {
  width: 100%;
  position: relative;
}

.plyr_component.is-full-screen {
  height: auto;
  max-height: 800px;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 800px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  display: none;
  position: absolute;
  inset: 0%;
}

.plyr_cover-button {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.plyr_cover-icon {
  width: 40%;
  height: 40%;
}

.plyr_pause-trigger {
  display: none;
}

.introoverlay {
  background-color: #202020d9;
  position: absolute;
  inset: 0%;
}

.pano-container {
  width: 1440px;
  height: 800px;
  position: absolute;
  inset: 0%;
}

.sub-p {
  max-width: 390px;
}

.html-embed {
  display: none;
}

.open-notebook-btn {
  z-index: 200;
  color: #fff;
  text-align: center;
  background-color: #0a32ff;
  background-image: url('../images/volume_up_FILL0_wght400_GRAD0_opsz48.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  justify-content: flex-end;
  align-items: center;
  width: 220px;
  max-width: 250px;
  height: 50px;
  padding-left: 60px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 10% auto auto -220px;
}

.open-notebook-btn:hover {
  color: #e9e1ce;
  background-color: #e6001b;
}

.notebook-container {
  z-index: 9;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000d9;
  width: 400px;
  padding: 1% 10px 5% 30px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.notebook-content-wrap {
  overflow: hidden;
}

.nb-header {
  margin-bottom: 20px;
  font-weight: 400;
}

.evidence-wrapper {
  margin-bottom: 50px;
  display: block;
}

.evidence-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.evidence-p {
  border-left: 1px solid var(--red);
  margin-top: 20px;
  padding-left: 20px;
}

.evidence-image-title {
  z-index: 10;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 28px;
  font-weight: 400;
  position: absolute;
}

.evidence-image {
  z-index: -3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.evidence-content {
  max-height: 700px;
  padding-right: 20px;
  overflow: auto;
}

.img-overlay {
  z-index: 5;
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.notebook-btn {
  background-color: var(--blue);
  color: var(--white-smoke-2);
  align-items: center;
  width: 230px;
  height: 50px;
  padding: 15px 20px;
  display: flex;
  position: absolute;
  inset: 6.5% auto auto -270px;
}

.notebook-btn:hover {
  background-color: var(--red);
}

.close {
  align-items: center;
  font-size: 18px;
  display: flex;
}

.open {
  align-items: center;
  font-size: 18px;
  display: none;
}

.btntext {
  font-size: 18px;
}

.btntext.is--hidden {
  display: none;
}

.btnicon {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.btnicon.is--open {
  transform: rotate(180deg);
}

.counter-number {
  background-color: var(--white-smoke);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -40% -10% auto auto;
}

.counter {
  color: var(--dark-red);
  text-align: center;
  font-size: 20px;
}

.easteregg-teaser {
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.easteregg-teaser._1 {
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-left: 0;
  top: auto;
  bottom: 40%;
  left: 30%;
}

.button-text-wrapper-2 {
  z-index: 10;
  letter-spacing: .025rem;
  flex-direction: column;
  height: 1.5rem;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-4 {
  color: #f1f1f1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-size: 16px;
}

.button-background-2 {
  background-color: var(--red);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 9px;
  display: flex;
  position: absolute;
  inset: auto;
  box-shadow: 0 0 0 7px #0003;
}

.button-evidencelocation {
  z-index: 10;
  background-color: var(--red);
  opacity: 0;
  border-radius: 100px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-decoration: none;
  display: flex;
  position: absolute;
  box-shadow: 0 0 0 7px #0003;
}

.button-evidencelocation:hover {
  opacity: 1;
}

.button-evidencelocation._1 {
  z-index: 110;
  opacity: 1;
  background-color: #0000;
  background-image: none;
  border-style: none;
  width: 35px;
  height: 35px;
  font-weight: 400;
  display: flex;
  top: 20%;
  left: 40%;
  overflow: visible;
}

.button-evidencelocation._1:hover, .button-evidencelocation.is--active, .button-evidencelocation.btn-coffeemaker.button-evidencelocation--active, .button-evidencelocation.btn-outlet.button-evidencelocation--active, .button-evidencelocation.btn-toaster.button-evidencelocation--active, .button-evidencelocation.btn-chips.button-evidencelocation--active, .button-evidencelocation.btn-plug.button-evidencelocation--active, .button-evidencelocation.btn-glasscarafe.button-evidencelocation--active, .button-evidencelocation.btn-countertop.button-evidencelocation--active--active, .button-evidencelocation.btn-counterarea.button-evidencelocation--active--active, .button-evidencelocation.btn-counterarea.button-evidencelocation--active, .button-evidencelocation.btn-wallcabinet.button-evidencelocation--active, .button-evidencelocation.btn-wall.button-evidencelocation--active, .button-evidencelocation.btn-clock.button-evidencelocation--active, .button-evidencelocation.btn-gasrange.button-evidencelocation--active, .button-evidencelocation.btn-demarcationhotgas.button-evidencelocation--active, .button-evidencelocation.btn-countertopright.button-evidencelocation--active, .button-evidencelocation.btn-protectedarea.button-evidencelocation--active {
  opacity: 1;
}

.button-3 {
  z-index: 10;
  color: #2538df;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 200px;
  min-height: 50px;
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0 0 7px #0003;
}

.button-3._2wifbtn {
  color: #2538df;
  font-weight: 400;
  inset: 6% auto auto 40%;
}

.button-text-wrapper-3 {
  z-index: 10;
  color: #580428;
  letter-spacing: .025rem;
  flex-direction: column;
  height: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-5 {
  color: #580428;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
}

.button-text-5.white {
  color: #f1f1f1;
}

.button-background-3 {
  background-color: #580428;
  border-radius: 100px;
  width: 100%;
  min-width: 1rem;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.active-icon {
  width: 13px;
  transform: rotate(45deg);
}

.intro-bg-image {
  object-fit: cover;
  height: 100%;
}

.modal-container {
  z-index: 10;
  justify-content: space-around;
  align-items: center;
  max-width: 1100px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 20% 0%;
}

.modal-container.is--hidden {
  display: none;
}

.modal-container.evidence {
  display: flex;
}

.modal-container.result {
  display: none;
}

.modal-container._w-border {
  z-index: 6;
}

.modal-content {
  width: 47%;
}

.list {
  margin-bottom: 40px;
  padding-left: 16px;
  font-size: 16px;
}

.buttons {
  align-items: center;
  margin-top: 40px;
}

._1-coffeemaker {
  z-index: 2;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 40%;
  left: 30%;
}

._2-outlet {
  z-index: 2;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 30%;
  left: 30%;
}

._3-toaster {
  z-index: 2;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 20%;
  left: 30%;
}

._4-chips {
  z-index: 2;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 10%;
  left: 30%;
}

._5-plug {
  z-index: 2;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 40%;
  left: 40%;
}

._6-glasscarafe {
  z-index: 2;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 30%;
  left: 40%;
}

._7-countertop {
  z-index: 2;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 20%;
  left: 40%;
}

._8-counterarea {
  z-index: 2;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 10%;
  left: 40%;
}

._9-wallcabinet {
  z-index: 2;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 40%;
  left: 50%;
}

._10-wall {
  z-index: 2;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 30%;
  left: 50%;
}

._11-clock {
  z-index: 2;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 20%;
  left: 50%;
}

.subheader {
  color: var(--orange);
  font-size: 24px;
  font-weight: 400;
}

.vignette {
  z-index: 1;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle farthest-side, #0000, #000000f2 91%);
  position: absolute;
  inset: 0%;
}

._12-gasrange {
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 10%;
  left: 50%;
}

.html-embed-2, .button-outro {
  display: none;
}

.scroll-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 15px;
}

.scroll-wrapper.in-pano {
  z-index: 15;
  color: var(--tan);
  display: none;
}

.scroll-lottie {
  width: 60px;
  height: 60px;
}

.button-start {
  color: #f1f1f1;
  background-color: #2538df;
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: flex;
}

.button-start:hover {
  background-color: #e6001b;
}

.button-start.start-investigation {
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
}

.button-start.send-to-lab {
  background-image: url('../images/arrow_right_alt.svg');
  background-position: 90%;
  width: 230px;
  padding-right: 40px;
}

.button-start.add-to-notebook {
  background-image: url('../images/add.svg');
  background-position: 90%;
  width: 230px;
  padding-right: 40px;
}

.button-start.ignore-evidence {
  border: 2px solid var(--blue);
  background-color: #0f274080;
  background-image: url('../images/close_FILL0_wght700_GRAD0_opsz48.svg');
  background-position: 92%;
  background-size: 20px;
  width: 230px;
  margin-top: 20px;
  padding-right: 40px;
}

.button-start.ignore-evidence:hover {
  border-color: var(--red);
  background-color: var(--red);
}

.button-start.back {
  background-color: var(--blue);
  background-image: url('../images/back.svg');
  background-position: 10%;
  width: 220px;
  padding-left: 50px;
}

.button-start.back:hover {
  background-color: var(--red);
}

.button-start2 {
  color: #f1f1f1;
  background-color: #2538df;
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: flex;
}

.button-start2:hover {
  background-color: #e6001b;
}

.button-start2.start-investigation {
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
}

.button-start2.send-to-lab {
  background-image: url('../images/arrow_right_alt.svg');
  background-position: 90%;
  width: 230px;
  padding-right: 40px;
}

.button-start2.add-to-notebook {
  background-image: url('../images/add.svg');
  background-position: 90%;
  width: 230px;
  padding-right: 40px;
}

.button-start2.ignore-evidence {
  border: 2px solid var(--blue);
  background-color: #0f274080;
  background-image: url('../images/close_FILL0_wght700_GRAD0_opsz48.svg');
  background-position: 92%;
  background-size: 20px;
  width: 230px;
  margin-top: 20px;
  padding-right: 40px;
}

.button-start2.ignore-evidence:hover {
  border-color: var(--red);
  background-color: var(--red);
}

.button-start2.back {
  background-color: var(--blue);
  background-image: url('../images/back.svg');
  background-position: 10%;
  width: 220px;
  padding-left: 50px;
}

.button-start2.back:hover {
  background-color: var(--red);
}

.button-next-add {
  color: #f1f1f1;
  background-color: #2538df;
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: flex;
}

.button-next-add:hover {
  background-color: #e6001b;
}

.button-next-add.start-investigation {
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
}

.button-next-add.send-to-lab {
  background-image: url('../images/arrow_right_alt.svg');
  background-position: 90%;
  width: 230px;
  padding-right: 40px;
}

.button-next-add.add-to-notebook {
  background-image: url('../images/add.svg');
  background-position: 90%;
  width: 230px;
  padding-right: 40px;
}

.button-next-add.ignore-evidence {
  border: 2px solid var(--blue);
  background-color: #0f274080;
  background-image: url('../images/close_FILL0_wght700_GRAD0_opsz48.svg');
  background-position: 92%;
  background-size: 20px;
  width: 230px;
  margin-top: 20px;
  padding-right: 40px;
}

.button-next-add.ignore-evidence:hover {
  border-color: var(--red);
  background-color: var(--red);
}

.button-next-add.back {
  background-color: var(--blue);
  background-image: url('../images/back.svg');
  background-position: 10%;
  width: 220px;
  padding-left: 50px;
}

.button-next-add.back:hover {
  background-color: var(--red);
}

._13-demarcationhotgas, ._14-countertopright, ._15-demarcation-left, ._16-protected-area {
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 10%;
  left: 50%;
}

.ofe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 15px;
  margin-bottom: 20px;
  display: grid;
}

.ofe-heading {
  color: var(--slate-grey);
  letter-spacing: .05em;
  padding-top: .5em;
  font-family: Inconsolata, monospace;
  font-size: 13px;
}

.ofe-result {
  background-color: var(--dim-grey);
  color: var(--gainsboro-2);
  text-align: center;
  white-space: nowrap;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  height: 2em;
  margin-bottom: 0;
  padding-top: .125em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 14px;
  display: flex;
}

.ofe-grid {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.list-item {
  padding-bottom: .5em;
}

@media screen and (min-width: 1440px) {
  .evidence-container.fireofficerreport, .evidence-container._2-smallfire {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
  }

  .main-container.bg-blue {
    min-width: 900px;
    max-width: 900px;
    max-height: 510px;
  }

  .evidence-container.fireofficerreport, .evidence-container._2-smallfire, .evidence-container._3-inferno, .evidence-container._4-tellmemore {
    display: none;
  }

  .titlebar {
    width: 75%;
    padding-top: 20px;
  }

  .subtitle {
    font-size: 14px;
  }

  .title {
    font-size: 32px;
  }

  .button {
    transform: scale(.75);
  }

  .instructions_text {
    font-size: 15px;
    line-height: 120%;
  }

  .blurb {
    margin: 10px;
    font-size: 12px;
  }

  .callout {
    flex-direction: column;
    max-width: 60%;
  }

  .button-container {
    min-height: 510px;
  }

  .button-little {
    transform: scale(.5);
  }

  .tell-me-more {
    transform: scale(.75);
  }

  .button-2 {
    transform: scale(.5);
  }

  .intro-container {
    display: block;
  }

  .title-2 {
    font-size: 36px;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }

  .sub-p {
    font-size: 14px;
  }

  .open-notebook-btn {
    transform: scale(.75);
  }

  .nb-header {
    font-size: 28px;
  }

  .evidence-image-wrapper {
    height: 200px;
  }

  .evidence-p {
    font-size: 12px;
  }

  .evidence-image-title {
    font-size: 20px;
  }

  .evidence-content {
    max-height: 430px;
  }

  .notebook-btn {
    transform: scale(.8);
  }

  .button-evidencelocation {
    width: 25px;
    height: 25px;
  }

  .button-3 {
    transform: scale(.75);
  }

  .modal-container {
    top: 0%;
    transform: scale(.8);
  }

  .modal-container.is--hidden {
    display: none;
  }

  .vignette {
    transform: scale3d(1none, 1none, 1none);
    max-width: 900px;
    max-height: 510px;
  }
}

@media screen and (max-width: 767px) {
  .main-container.bg-blue {
    min-width: 750px;
    max-width: 750px;
    height: 100vh;
    min-height: 420px;
    max-height: 420px;
  }

  .evidence-container {
    overflow: auto;
  }

  .evidence-container.fireofficerreport {
    align-items: center;
    display: none;
  }

  .evidence-container._2-smallfire, .evidence-container._3-inferno, .evidence-container._4-tellmemore, .evidence-container.coffeemaker, .evidence-container.outlet, .evidence-container.toaster, .evidence-container.burned-chips, .evidence-container.mass-plug, .evidence-container.counter-area, .evidence-container.wall-cabinet, .evidence-container.wall, .evidence-container.clock, .evidence-container.glass-carafe, .evidence-container.mass-countertop, .evidence-container.gas-range, .evidence-container.demarcation-hot-gas, .evidence-container.counter-top-right, .evidence-container.demarcation-left, .evidence-container.protected-area {
    display: none;
  }

  .titlebar {
    padding-top: 40px;
  }

  .subtitle {
    font-size: 13px;
    display: block;
  }

  .title {
    font-size: 28px;
  }

  .button {
    transform: scale(.5);
  }

  .button.refreshit {
    top: 10px;
    right: 10px;
  }

  .blurb {
    font-size: 10px;
    line-height: 110%;
  }

  .callout._1-introfire {
    bottom: 33%;
  }

  .callout._2-smallfire {
    width: 28%;
    margin-bottom: -9%;
    margin-right: -28%;
  }

  .callout._3-inferno {
    width: 30%;
    right: 13%;
  }

  .too-small {
    width: 100%;
  }

  .button-container {
    min-height: 420px;
  }

  .button-little {
    transform: scale(.5);
  }

  .tell-me-more {
    bottom: 45px;
    right: 10px;
  }

  .button-2 {
    transform: scale(.5);
  }

  .outro-container {
    display: none;
  }

  .intro-container {
    display: flex;
  }

  .outro-grid {
    max-width: 600px;
    display: flex;
    top: 0%;
  }

  .outro-grid.introcontent {
    top: 25%;
  }

  .title-2 {
    font-size: 24px;
  }

  .text-size-large.pad-b {
    font-size: 16px;
  }

  .outro-header.less-pb {
    font-size: 28px;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .open-notebook-btn {
    bottom: 45px;
    right: 10px;
  }

  .notebook-container {
    width: 350px;
    display: block;
  }

  .evidence-content {
    padding-bottom: 100px;
  }

  .button-3 {
    transform: scale(.5);
  }

  .modal-container.is--hidden {
    min-height: 420px;
    display: none;
  }

  .modal-container.evidence.mobile-padding {
    display: flex;
  }

  .modal-container.result, .modal-container.result.mobile-padding {
    display: none;
  }

  .modal-container.mobile-padding {
    max-width: 640px;
    height: 100%;
    min-height: 420px;
    padding: 0 10px;
  }

  .modal-content {
    width: 40%;
    margin-right: 15px;
  }

  .modal-content.left, .modal-content.bigger {
    width: 60%;
  }

  .list {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .buttons.mobile-margint {
    margin-top: 20px;
  }

  .subheader {
    margin-top: 0;
    font-size: 18px;
  }

  .scroll-wrapper.in-outro {
    width: 240px;
    height: 70px;
    bottom: 10px;
  }

  .scroll-lottie {
    width: 60px;
  }

  .image-2, .image-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .main-wrap {
    z-index: 1;
    display: none;
    position: relative;
  }

  .button {
    font-size: .675rem;
  }

  .button-text {
    padding-top: .25rem;
  }

  .instructions_text {
    color: var(--midnight-blue);
  }

  .too-small {
    z-index: 0;
    display: block;
    position: absolute;
    inset: 33% 0% auto;
  }

  .button-little, .button-2 {
    font-size: .675rem;
  }

  .button-text-2, .button-text-3 {
    padding-top: .25rem;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .button-text-4 {
    padding-top: .25rem;
  }

  .button-evidencelocation, .button-3 {
    font-size: .675rem;
  }

  .button-text-5 {
    padding-top: .25rem;
  }
}

#w-node-_2bc1ac9d-65b3-b8d8-0551-cba70a9d4ee7-d748a16c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-ExtraBold.ttf') format('truetype'), url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}