.section_header31 .image._2 {
  display: block;
  width: 100%;
  height: auto;
  max-width: min(260px, 100%);
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.section_header31 .max-width-xsmall {
  box-sizing: border-box;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media screen and (max-width: 767px) {
  .section_header31 .max-width-xsmall {
    max-width: min(18rem, 78vw);
  }
}

.section_header64 {
  height: auto;
  min-height: 100svh;
}

.tp-credit {
  background-color: #2a2a2a;
  display: flex;
  justify-content: center;
  padding: 0 5% 2rem;
}

.tp-credit a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #bbb5a7;
  text-decoration: none;
  font-family: var(--_typography---font-styles--body);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.tp-credit a:hover,
.tp-credit a:focus-visible {
  color: #d8d3c6;
}
