.unsupported-browser-alert {
  display: none;
}
.ie .unsupported-browser-alert {
  display: block;
  text-align: center;
  visibility: visible;
  z-index: 10001;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 20vh;
  background-color: rgba(23,13,46,.85);
  font-family: Arial, sans-serif;
}
.ie .unsupported-browser-alert h1 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.ie .unsupported-browser-alert p {
  font-size: 1rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.ie .unsupported-browser-alert p a {
  text-decoration: underline;
  color: #fff;
}
.ie body {
  overflow: hidden;
}
