[data-aspect-ratio="345:259"]:before {
  padding-top:calc((259 / 345) * 100%);
}

@media screen and (min-width: 813px) {
  .heroContainer {
    border: 1px solid #dadada;
    border-bottom: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 80px 16px;
    grid-template-areas:
      "heading Image"
      "lead Image";
  }

  .hero-heading {
    grid-area: heading;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .hero-image {
    grid-area: Image;
  }

  .hero-lead {
    grid-area: lead;
  }

  .u-align-centerPC {
    text-align: center;
  }
}

@media screen and (max-width: 812px) {
  .fr-imagePlusText_imgWrap.-review,
  .fr-imagePlusText_imgWrap.-surveyProduct {
    width: 50%;
  }

  .-list .fr-imagePlusText.-review {
    margin-top: 0;
    border-top: 1px solid #dadada;
  }

  .-list .fr-imagePlusText.-review:last-of-type {
    border-bottom: 1px solid #dadada;
  }

  .fr-stepFlow.-center.-spLeft {
    justify-content: flex-start;
  }

  .fr-stepFlow.-center.-spLeft .fr-stepFlow_number {
    justify-content: center;
  }
}