/* Renewal visual sections. Overview and CTA continue to use the existing LP styles. */
.renew-lp {
  background: #fff;
}

.renew-visual,
.renew-visual picture,
.renew-visual img {
  display: block;
  width: 100%;
}

.renew-visual {
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}

.renew-visual img {
  height: auto;
  max-width: none;
}

.renew-entry {
  display: none;
}

@media (max-width: 767px) {
  .renew-visual img {
    width: 100%;
  }

  .renew-entry {
    position: static;
    z-index: auto;
    display: grid;
  }
}
