@media only screen and (min-width: 1000px), print {
  #U-40 .flex-lead {
    gap: 108px;
  }
  #U-40 .flex-lead .block-flex--item {
    width: 100%;
  }
  #U-40 .flex-lead .block-flex--item:first-child {
    width: calc(100% - 270px - 130px);
    flex-shrink: 0;
  }
  #U-40 .flex-lead .block-flex--item:last-child {
    display: flex;
    align-items: center;
    width: 270px;
  }
}
@media only screen and (max-width: 999.9px) {
  #U-40 .flex-lead .block-flex--item:first-child {
    order: 1;
  }
  #U-40 .flex-lead .block-flex--item:last-child {
    order: 0;
  }
  #U-40 .flex-lead .block-flex--item:last-child img {
    max-height: 240px;
  }
}
#U-40 .block-entry dt {
  font-weight: bold;
}
#U-40 .block-entry dd {
  margin-top: 5px;
}
#U-40 .block-entry .block-button {
  width: max-content;
}
#U-40 .block-flex.flex-lead {
  align-items: flex-start;
}
#U-40 .top .block-image,
#U-40 .top .block-image img {
  width: 100%;
}

@media only screen and (max-width: 999.9px) {
  #U-41 .block-section.bg {
    padding: 0;
    background: none;
  }
}