<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-content .scroll-overflow, .modal-content .scroll-overflow--short {
  overflow-y: scroll;
}

.promo-banner .slider-detail-section { 
  /* -- "text-small" -- */
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0%;
}

.modal-body .content-disclaimer {
  /* -- "text-x-small" -- */
  font-size: 12px;
  line-height: 16px;
  font-weight: 400px;
  letter-spacing: 0%; 
}

/* - Desktop+ -- */
@media (min-width: 1024px) { 
  #presidents-day-page .sign-up-landing-page, 
  #fourth-of-july-page .sign-up-landing-page, 
  #memorial-day-page .sign-up-landing-page,
  #labor-day-page .sign-up-landing-page,
  #cyber-monday-page .sign-up-landing-page { 
    max-width: 73%; 
    margin: 6rem auto; 
  }
  .height-controlled-hero picture {
    max-height: 36rem !important;
  }
  .height-controlled-hero button {
    Margin-right: 0 !important;
  }
  .modal-content .scroll-overflow {
    max-height: 650px;
  }
  .modal-content .scroll-overflow--short {
    max-height: 350px;
  }
}

/* -- Mobile -- */
@media (max-width: 767px) {
  .modal-content .scroll-overflow {
    max-height: 450px;
  }
  .modal-content .scroll-overflow--short {
    max-height: 150px;
  }
}
</pre></body></html>