body {
  margin: 0;
}

.unplugged-error > div {
  height: 696px;
  max-width: 1440px;
  margin: 0 auto;
  background: transparent url("/sk_unplugged.png") no-repeat bottom right;
}

.unplugged-error > div > h1 {
  font-family: "Proxima Nova", sans-serif;
  font-weight: bold;
  font-size: 80px;
  line-height: 97px;
  color: #009fff;
  margin-top: 100px;
  margin-left: 142px;
}

.unplugged-error > div > p {
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  line-height: 26px;
  max-width: 516px;
  color: #002050;
  margin-left: 142px;
}

.unsupported-browser {
  display: none;
}

/* IE 6, 7 */
@media screen\9 {
  .unsupported-browser {
    display: block;
  }
}

/* IE8 */
@media \0screen {
  .unsupported-browser {
    display: block;
  }
}

/* IE9 */
@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .unsupported-browser {
    display: block;
  }
}

/* IE10 */
// prettier-ignore
_:-ms-lang(x), .unsupported-browser { display:block\9; }

@media (max-width: 768px) {
  .unplugged-error > div {
    height: 910px;
  }
}
