.cards-section-13 .content {
  flex-direction: column;
}
.cards-section-13 .section-side-one,
.cards-section-13 .section-side-two {
  width: 100%;
}
.cards-section-13 .section-side-one .headline,
.cards-section-13 .section-side-one .body-copy {
  max-width: var(--content-half-width);
}
.cards-section-13 .single-card-item {
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-6xl);
  border: 1px solid transparent;
  background: linear-gradient(var(--color-white), var(--color-white)) padding-box, linear-gradient(180deg, var(--green-300), var(--green-600)) border-box;
  box-shadow: 0px 1px 2px 0px rgba(10, 12, 18, 0.05), inset 0px -2px 0px 0px rgba(10, 12, 18, 0.05);
  transition: background var(--transition-timing-normal) var(--transition-ease-1), box-shadow var(--transition-timing-normal) var(--transition-ease-1);
}
.cards-section-13 .single-card-item .content-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
  padding: var(--inner-spacing-lg) var(--inner-spacing-md);
}
.cards-section-13 .single-card-item .body-copy.body-lg {
  font-weight: 500;
}
.cards-section-13 a.card-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media (hover: hover) {
  html:not(.is-navigating) .cards-section-13 a.card-link:hover {
    background: linear-gradient(var(--color-white), var(--color-white)) padding-box, linear-gradient(180deg, var(--brand-400), var(--brand-700)) border-box;
  }
  html:not(.is-navigating) .cards-section-13 a.card-link:hover .headline {
    color: var(--brand-700);
  }
  html:not(.is-navigating) .cards-section-13 a.card-link:hover .frameworker-button-tertiary {
    color: var(--brand-600);
  }
  html:not(.is-navigating) .cards-section-13 a.card-link:hover .frameworker-button-tertiary .arrow-circle {
    background-color: var(--brand-600);
  }
  html:not(.is-navigating) .cards-section-13 a.card-link:hover .frameworker-button-tertiary .arrow-chevron {
    color: var(--color-white);
    transform: translateX(4px);
  }
  html:not(.is-navigating) .cards-section-13 a.card-link:hover .frameworker-button-tertiary .arrow-stem {
    width: 16px;
    transform: translateX(0);
    background-color: var(--color-white);
  }
}
.cards-section-13 .card-overline {
  color: var(--green-600);
  margin-bottom: var(--inner-spacing-sm);
}
.cards-section-13 .headline {
  margin-bottom: var(--inner-spacing-md);
  transition: color var(--transition-timing-normal) var(--transition-ease-1);
}
.cards-section-13 .body-copy {
  margin-bottom: var(--inner-spacing-lg);
}
.cards-section-13 .button-row {
  margin-top: auto;
  width: 100%;
  margin-bottom: -21px !important;
}
.cards-section-13 .frameworker-button-tertiary .button-arrow {
  position: relative;
  left: 15px;
}
.cards-section-13 .callout-bar {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--inner-spacing-lg);
  background: var(--gray-100);
  border-radius: var(--border-radius-6xl);
  padding: var(--inner-spacing-lg) var(--inner-spacing-md);
  margin-top: -15px;
}
.cards-section-13 .callout-bar .callout-text {
  flex: 1;
}
.cards-section-13 .callout-bar .callout-text .headline {
  margin-bottom: var(--inner-spacing-xs);
}
.cards-section-13 .callout-bar .callout-text .body-copy {
  margin-bottom: 0;
  max-width: 415px;
}
.cards-section-13 .callout-bar .callout-buttons {
  flex-shrink: 0;
}
.cards-section-13 .callout-bar .callout-buttons .button-row {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cards-section-13 .callout-bar {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

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