<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.disclaimer-redirect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disclaimer-redirect__overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.disclaimer-redirect__content {
  display: block;
  position: relative;
  z-index: 20;
  box-sizing: border-box;
  border: 1px solid #ffd201;
  padding: 2.5rem 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  max-width: 900px;
  margin: 1rem;
}

.disclaimer-redirect__content-text {
  text-align: center;
}

.disclaimer-redirect__content-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.disclaimer-redirect__content-button {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  margin: 1rem 1.5rem;
  box-sizing: border-box;
  background-color: #d8d8d8;
  border-radius: 3rem;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.disclaimer-redirect__content-button--accept {
  color: #fff;
  background-color: #043b70;
}
</pre></body></html>