#megatopbanner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 312px;
  height: 312px;
  /* transition: all 0.5s; */
}
.megatopbanner-container {
  display: flex;
  background: linear-gradient(90deg, #fb523b 0%, #ff736b 100%);
  border-radius: 12px;
  padding: 8px;
  /* min-height: 227px;
  height: 227px; */
  gap: 50px;
}

.topbanner-image-container {
  flex: 1;
  max-width: 476px;
}

.topbanner-image-container img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

.topbanner-content-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding-right: 25px;
}

.topbanner-title {
  font-family: "Roobert";
  text-align: left;
  text-decoration-skip-ink: none;
  text-shadow: 0px 4px 17px rgba(0, 0, 0, 0.09);
}

.topbanner-title.topbanner-text-initial {
  font-size: 32px;
  font-weight: 500;
  line-height: 32.64px;
  letter-spacing: -0.64px;
}

.topbanner-title.topbanner-text-collapsed {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  align-items: center;
}

.topbanner-title.topbanner-text-mobile {
  display: none;
  font-family: "Roobert";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
}

.topbanner-button {
  background-color: #212144;
  color: white;
  padding: 16px 24px 16px 24px;
}

.topbanner-button-font {
  font-size: 18px;
}
.button-collapsed-link {
  font-family: "Roobert";
  font-size: 16px;
  font-weight: 650;
  line-height: 20.22px;
  color: #212144;
}

/* Media query for screens under 768px wide */
@media (max-width: 769px) {
  .topbanner-title.topbanner-text-mobile {
    display: block;
  }

  .topbanner-title.topbanner-text-initial {
    display: none;
  }

  .topbanner-title.topbanner-text-collapsed {
    display: none;
  }
  .button-collapsed-link {
    display: none;
  }
  .topbanner-button-container {
    display: none;
  }

  #megatopbanner {
    min-height: 76px;
    height: 76px;
  }

  .topbanner-closebutton {
    display: none;
  }
}

.countdown-number {
  color: white !important;
  font-weight: 600 !important;
}

.c-card__pseudo-link-container::after {
  content: "";
  position: absolute;
  cursor: pointer;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
