/* No Script style */

.noscript-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  background: var(--color-black) url(/img/ambient_03@2x.png) no-repeat center;
}

.noscript-message {
  padding: 100px 50px;
  font: normal normal 40 60px/72px ArchiaThin;
  letter-spacing: 0;
  color: var(--color-white);
  opacity: 1;
}

@media (max-width: 991px) {
  .noscript-message {
    font: normal normal 20 40px/48px ArchiaThin;
  }
}

@media (max-width: 768px) {
  .noscript-message {
    font: normal normal 16 32px/40px ArchiaThin;
  }
}

/* IE style */

#ie-message {
  display: none;
}

.ie-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  background: black url(/img/ambient_03@2x.png) no-repeat center center fixed;
}

.ie-message {
  padding: 100px 50px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  font-family: ArchiaThin;
  letter-spacing: 0;
  color: white;
  opacity: 1;
}

@media (max-width: 991px) {
  .ie-message {
    font-weight: 200;
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  .ie-message {
    font-weight: 100;
    font-size: 32px;
    line-height: 40px;
  }
}
