/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./scss/style.scss ***!
  \************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.75;
  padding: 0 1rem; }

h1 {
  font-size: 3.75rem;
  margin-bottom: 1rem;
  color: #2581C4; }

h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #2581C4; }

p {
  font-size: 1.125rem;
  margin-bottom: 1rem; }

button {
  cursor: pointer; }

.btn {
  padding: .75rem 1.75rem;
  font-size: 1rem;
  border-radius: 5rem;
  border: unset;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.125);
  color: rgba(0, 0, 0, 0.45);
  position: relative;
  cursor: pointer;
  transition: all 200ms ease; }

.btn:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #2581C4; }

.canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0; }

main {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100%; }

.screen {
  margin-top: -12vh; }

.screen-1 {
  display: inline-block;
  position: relative;
  left: 13vw;
  max-width: 600px; }

.label-ventilator,
.label-door,
.label-inner {
  position: absolute;
  /* let us position ourself inside the container */
  left: 0;
  /* make our position the top left of the container */
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  padding: 0;
  border: none;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  border-radius: 100%; }
  .label-ventilator p,
  .label-door p,
  .label-inner p {
    padding: 0;
    margin: 0; }

.popup {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  max-width: 710px;
  top: 20%;
  left: 15vw;
  border-radius: 11px;
  opacity: 0; }

.popup:not(.active) {
  pointer-events: none; }

