.category-tile {
  position: relative; }
  .category-tile h1,
  .category-tile h2 {
    font-size: 1.75rem;
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    color: #fff; }
  .category-tile::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%); }

.button-set {
  position: relative;
  z-index: 1;
  color: #fff; }
  .button-set .button {
    font-weight: 800; }
  .button-set .promotional-message {
    padding-left: 0.9375rem; }

.banner-heading {
  letter-spacing: -0.04688rem; }

.banner-heading,
.banner-subheading {
  font-family: "Poppins", sans-serif;
  font-weight: 600; }

.container .card picture {
  min-height: 0.0625rem; }

.homepage-slot {
  padding-top: 0.9375rem; }

.text-section-wrapper {
  margin: 1.875rem;
  width: calc(100% - (1.875rem) * 2);
  height: calc(100% - (1.875rem) * 2); }

.transparent-bg {
  background-color: transparent; }

.home-email-signup {
  background-color: #444; }
  .home-email-signup > .container {
    padding-top: 0.625em;
    padding-bottom: 0.625em; }
  .home-email-signup .email-description {
    padding-top: 0.375em;
    color: #fff; }

/*# sourceMappingURL=homePage.css.map*/