.highlight-section-2 {
  position: relative;
  --side-one-width: 315px;
}
.highlight-section-2 .content {
  min-height: 467px;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-top: var(--content-vertical-padding-less);
  padding-bottom: 20px;
  padding-left: calc(var(--content-horizontal-padding) + 50px);
  padding-right: calc(var(--content-horizontal-padding) + 20px);
  gap: 0;
}
.highlight-section-2 .image-container {
  position: absolute;
  top: 0;
  left: var(--inner-spacing-md);
  width: calc(100% - var(--inner-spacing-md) * 2);
  height: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-6xl);
}
.highlight-section-2 .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.highlight-section-2 .section-side-one {
  flex: none;
  max-width: var(--side-one-width);
}
.highlight-section-2 .section-side-one .headline {
  color: var(--color-type-headline);
}
.highlight-section-2 .section-side-one .body-copy {
  color: var(--body-default-font-color);
}
.highlight-section-2 .section-side-two {
  padding-left: calc(var(--side-one-width) + 50px);
  flex: none;
  align-items: stretch;
  align-self: flex-start;
  width: 100%;
}
.highlight-section-2.light-text .section-side-one .headline {
  color: white;
}
.highlight-section-2.light-text .section-side-one .body-copy {
  color: white;
}
.highlight-section-2.white-background-color .single-card-item {
  background-color: rgba(255, 255, 255, 0.75);
}
.highlight-section-2 .single-card-item {
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-2xl);
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--gray-50);
}
.highlight-section-2 .single-card-item .content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 26px var(--inner-spacing-md) 30px var(--inner-spacing-md);
}
.highlight-section-2 .single-card-item .headline {
  font-size: 42px;
  margin-bottom: calc(var(--inner-spacing-sm) - 4px);
}
.highlight-section-2 .single-card-item .body-copy {
  font-size: 14px;
  margin-bottom: 0;
}
.highlight-section-2 .footnotes {
  padding-top: var(--inner-spacing-md);
}
.highlight-section-2 .footnotes .content {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  gap: var(--inner-spacing-xs);
  font-style: italic;
}
.highlight-section-2 .footnotes .footnote {
  margin: 0;
}
@media screen and (max-width: 885px) {
  .highlight-section-2 .content {
    flex-direction: column;
    padding: 40px;
  }
  .highlight-section-2 .section-side-one,
  .highlight-section-2 .section-side-two {
    width: 100%;
  }
  .highlight-section-2 .section-side-two {
    padding-left: 0;
  }
  .highlight-section-2 .image-container {
    left: var(--inner-spacing-sm);
    width: calc(100% - var(--inner-spacing-sm) * 2);
  }
}
@media screen and (max-width: 767px) {
  .highlight-section-2 .section-side-one {
    margin-bottom: 50px;
  }
}

/*
========================================
Per-Client Field Visibility
========================================
*/