/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/document.scss ***!
  \********************************************************************************************************************************************************************/
/**
 *
 *
 */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "M PLUS 1", "Roboto", "Helvetica", "Arial", sans-serif;
}
@media print {
  html,
  body {
    display: none;
  }
}
html img,
body img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#root {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

#preloading {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#preloading > .inner {
  display: block;
  width: 80dvw;
  max-width: 1000px;
  line-height: 1;
  position: relative;
}
#preloading > .inner > .text {
  position: relative;
  z-index: 0;
}
#preloading > .inner > .mgn {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#preloading > .inner > .mgn > svg > path {
  fill: none;
  stroke: #078DE0;
  stroke-width: 1.75;
  stroke-miterlimit: 0;
  stroke-dasharray: 190;
  stroke-dashoffset: 0;
  animation: line-animation linear infinite 0.77s;
  filter: drop-shadow(0px 0px 1px #078DE0) drop-shadow(0px 0px 2px #00E89F) drop-shadow(0px 0px 3px #078DE0) drop-shadow(0px 0px 4px #FFFFFF);
}

.noscript {
  color: #F00;
  font-size: 110%;
  text-align: center;
}

@keyframes line-animation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 380;
  }
}
