@font-face {
  font-family: Apercu;
  src: url(https://d31iqi82ivd0ac.cloudfront.net/apercu-regular.eot);
  src:
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-regular.woff2)
    format("woff2"),
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-regular.woff)
    format("woff"),
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-regular.ttf)
    format("truetype"),
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-regular.svg#apercu-regular)
    format("svg"),
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-regular.eot#iefix)
    format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Apercu;
  src: url(https://d31iqi82ivd0ac.cloudfront.net/apercu-medium.eot);
  src:
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-medium.woff2)
    format("woff2"),
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-medium.woff) format("woff"),
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-medium.ttf)
    format("truetype"),
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-medium.svg#apercu-medium)
    format("svg"),
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-medium.eot#iefix)
    format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Apercu;
  src: url(https://d31iqi82ivd0ac.cloudfront.net/apercu-bold.eot);
  src:
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-bold.woff2) format("woff2"),
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-bold.woff) format("woff"),
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-bold.ttf)
    format("truetype"),
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-bold.svg#apercu-bold)
    format("svg"),
    url(https://d31iqi82ivd0ac.cloudfront.net/apercu-bold.eot#iefix)
    format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}

#noscript {
  font-family: Apercu, Ariel, sans-serif;
  font-size: 18px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #485259;
}

#logobar {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  justify-content: center;
  margin-bottom: 112px;
}

#logo {
  margin: 2px;
}

#bigwarning {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #dd0031;
  width: 90%;
  max-width: 90%;
  margin-bottom: 16px;
}

#warning {
  margin-bottom: 12px;
  width: 74px;
  height: 74px;
}

#restricted1 {
  font-size: 12px;
  position: relative;
  top: -15px;
}

#restricted2 {
  font-size: 8px;
  position: relative;
  top: -6px;
}

#instructions,
#download {
  width: 80%;
  text-align: center;
  margin-bottom: 36px;
}

#download {
  width: 80%;
  text-align: center;
  font-size: 16px;
}

#enablelink {
  text-decoration: none;
  color: #dd0031;
}

#buttonstack1 {
  flex-direction: column;
}

#buttonstack2 {
  flex-direction: row;
}

#buttonstack1,
#buttonstack2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
  padding: 0 24px;
}

#primary {
  height: 48px;
  width: 95%;
  border: none;
  border-radius: 24px;
  outline: none;
  background-image: linear-gradient(180deg, #ff033b 0%, #ca0f1a 100%);
  background-size: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.5625px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin: 0 12px 24px;
  cursor: pointer;
}

#primary:hover {
  background-image: linear-gradient(180deg, #bf032d 0%, #980b14 100%);
}

#secondary {
  box-sizing: border-box;
  padding: 0 24px;
  height: 48px;
  width: 95%;
  border: 2px solid transparent;
  border-radius: 24px;
  outline: none;
  background: white;
  background-size: 100%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  color: #dd0031;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.5625px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin: 0 12px 24px;
  cursor: pointer;
}

#secondary:hover {
  border: 2px solid #dd0031;
}

#primary:focus,
#secondary:focus {
  box-shadow: 0 0 8px #485259;
}

@media screen and (min-width: 550px) {
  #buttonstack1,
  #buttonstack2 {
    flex-direction: row;
    margin-bottom: 64px;
    width: auto;
  }
  #bigwarning {
    font-size: 48px;
    width: 70%;
    max-width: 750px;
  }
  #restricted1 {
    font-size: 16px;
    position: relative;
    top: -24px;
  }
  #primary {
    width: 198px;
    min-width: 198px;
    margin: 0 6px;
  }
  #secondary {
    width: 144px;
    margin: 0 6px;
  }
  #download {
    width: 70%;
    max-width: 563px;
  }
}

#root {
  height: 0 !important;
}
