html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  vertical-align: baseline;
  background: none;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  color: currentColor;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ins {
  color: #000;
  background-color: #ff9;
  text-decoration: none;
}

mark {
  color: #000;
  background-color: #ff9;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 400;
  src: url("roboto-condensed-v16-latin-regular.cfb014db.eot");
  src: local(Roboto Condensed), local(RobotoCondensed-Regular), url("roboto-condensed-v16-latin-regular.cfb014db.eot#iefix") format("embedded-opentype"), url("roboto-condensed-v16-latin-regular.827d0656.woff2") format("woff2"), url("roboto-condensed-v16-latin-regular.0333f5f6.woff") format("woff"), url("roboto-condensed-v16-latin-regular.cb846957.ttf") format("truetype"), url("roboto-condensed-v16-latin-regular.6af9e794.svg#RobotoCondensed") format("svg");
}

@font-face {
  font-family: Tolix Repro;
  src: url("TolixRepro-Regular.9f76e0b7.eot");
  src: url("TolixRepro-Regular.9f76e0b7.eot#iefix") format("embedded-opentype"), url("TolixRepro-Regular.ab04e6d7.woff2") format("woff2"), url("TolixRepro-Regular.80cb8749.woff") format("woff"), url("TolixRepro-Regular.a4afb331.ttf") format("truetype"), url("TolixRepro-Regular.f946131a.svg#ABCRepro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #000;
  font-family: Tolix Repro, sans-serif;
  overflow: hidden;
}

#iframe {
  box-sizing: border-box;
  border: 5px solid red;
  width: 100%;
  height: 100%;
  display: block;
}

.loader {
  z-index: 1010;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  transition: opacity .5s ease-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
}

.loader.complete {
  opacity: 0;
}

.lds-ring {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
}

.lds-ring div {
  box-sizing: border-box;
  border: 8px solid #0000;
  border-top-color: #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: 8px;
  animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite lds-ring;
  display: block;
  position: absolute;
}

.lds-ring div:first-child {
  animation-delay: -.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

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