.case-studies-page {
  background: var(--primary--secondary-bright);
  color: var(--primary--evergreen-fjord);
}

.collection-list-wrapper-8 {
  margin-right: auto;
}

.neutral_hero_wrapper {
  background-color: var(--aqua-boreal-base--800);
  flex-flow: column;
  height: 300px;
  margin-top: 75px;
  padding-top: 0;
  display: flex;
}

.neutral_hero_flex {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}

.neutral_hero_text_wrapper {
  max-width: var(--primary--default-landing-width100);
  column-gap: 0%;
  row-gap: 0%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 90%;
  height: auto;
  min-height: 0;
  max-height: none;
  display: flex;
}

.neutral_hero_icon_flex {
  flex: 1;
  order: -9999;
  justify-content: flex-start;
  align-items: flex-start;
}

.corporate_hero_heading {
  color: var(--light);
  order: -9999;
  align-self: flex-start;
  margin-bottom: 0;
  line-height: 100%;
}

.neutral_hero_description {
  color: var(--light);
  align-self: stretch;
  width: 70%;
  margin-top: 20px;
}

.producer_hero_wrapper {
  background-color: var(--aqua-boreal-base--800);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  min-height: 350px;
  margin-top: 75px;
  padding-top: 0;
  display: flex;
}

.producer_hero_flex {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.producer_hero_text_wrapper {
  max-width: var(--primary--default-landing-width100);
  column-gap: 0%;
  row-gap: 0%;
  color: var(--light);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 90%;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.producer_hero_icon_flex {
  color: var(--primary--evergreen-fjord);
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.producer_hero_heading {
  color: var(--light);
  -webkit-text-stroke-color: var(--aqua-boreal-base--800);
  order: -9999;
  align-self: flex-start;
  margin-bottom: 0;
  line-height: 100%;
}

.producer_hero_description {
  color: var(--light);
  -webkit-text-stroke-color: var(--aqua-boreal-base--800);
  align-self: stretch;
  width: 70%;
  margin-top: 20px;
}

.breadcrumbs {
  color: var(--light);
  flex-flow: row;
  align-items: center;
  align-self: center;
  width: 100%;
  margin-top: 20px;
  line-height: 100%;
  display: flex;
}

.case-studies-page .breadcrumbs > svg {
  display: block;
  align-self: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.case-studies-page .breadcrumbnative,
.case-studies-page .breadcrumbnative div,
.case-studies-page .breadcrumbnative span {
  color: var(--light);
  line-height: 24px;
}

.case-studies-page .breadcrumbnative {
  display: flex;
  align-items: center;
}

.cs-section-inner {
  width: 90%;
  max-width: var(--primary--default-landing-width100);
  margin: 0 auto;
}

.cs-eyebrow {
  color: var(--primary--highlight);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.cs-eyebrow-dark {
  color: var(--aqua-boreal-base--700);
}

.cs-feature-copy h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0;
}

.case-studies-page .landing-heading.asset-variant {
  color: var(--primary--evergreen-fjord);
  text-align: left;
  order: -9999;
  align-self: flex-start;
  width: auto;
  max-width: none;
  margin: 0 0 45px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: normal;
}

.cs-featured {
  background: #fff;
  padding: 80px 0 60px;
}

.cs-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  align-items: stretch;
  isolation: isolate;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: var(--primary--secondary-bright);
  border: 1px solid transparent;
  border-radius: 8px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.cs-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(16, 84, 60, 0.1);
}

.cs-feature-media {
  align-self: stretch;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  max-width: 100%;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
}

.cs-feature-media-frame {
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 1200 / 541;
}

.cs-feature-media-frame img,
.cs-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cs-feature-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 24px 24px 0;
  max-width: none;
}

.cs-card-kicker {
  color: var(--aqua-boreal-base--700);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.cs-feature-copy h2 {
  font-size: 36px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.cs-feature-copy > p {
  color: #37534e;
  font-size: 17px;
  line-height: 1.6;
  margin: 20px 0 0;
}

.cs-feature-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.cs-feature-meta div {
  border-top: 1px solid #d9e3da;
  padding-top: 14px;
}

.cs-feature-meta span {
  display: block;
  color: var(--primary--evergreen-fjord);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.cs-feature-meta p {
  margin: 8px 0 0;
  color: #4b625d;
  font-size: 13px;
  line-height: 1.4;
}

.cs-card-link {
  width: fit-content;
  margin-top: 34px;
  color: var(--primary--evergreen-fjord);
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid var(--primary--evergreen-fjord);
  padding-bottom: 4px;
}

@media screen and (min-width: 992px) {
  .cs-feature-copy .cs-card-kicker {
    margin-top: 10px;
  }

  .cs-feature-copy .cs-card-link {
    margin-bottom: 16px;
  }
}

.cs-index {
  background: var(--light);
  padding: 80px 0 192px;
}

.cs-index-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.cs-index-head .landing-heading.asset-variant {
  margin-bottom: 0;
}

.case-study-filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  align-self: center;
}

.case-study-filter-dropdown {
  position: relative;
  z-index: 4;
}

.case-study-filter-dropdown .cite-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  min-width: 160px;
  border: 1px solid #e8e4dd;
  border-radius: 8px;
  background: var(--light);
  color: var(--primary--evergreen-fjord);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1;
  padding: 7px 10px 7px 14px;
  transition: background-color 0.2s ease;
  overflow: visible;
}

.case-study-filter-dropdown .cite-toggle:hover {
  background-color: rgba(16, 84, 60, 0.06);
}

.case-study-filter-dropdown .cite-toggle.w--open,
.case-study-filter-dropdown.w--open .cite-toggle {
  border-color: #10543c;
  background-color: rgba(16, 84, 60, 0.05);
}

.case-study-filter-dropdown .cite-caret {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.case-study-filter-dropdown .cite-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  opacity: 0;
  pointer-events: none;
  min-width: 100%;
  width: 220px;
  margin-top: 4px;
  padding: 0;
  background: transparent;
  z-index: 50;
  transition: opacity 0.15s ease;
}

.case-study-filter-dropdown.w--open .cite-dropdown-list,
.case-study-filter-dropdown .cite-dropdown-list.w--open {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.case-study-filter-dropdown .citedropdowncard {
  overflow: hidden;
  border: 1px solid #e8e4dd;
  border-radius: 8px;
  background: var(--light);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 12px 16px;
}

.case-study-filter-dropdown .citelinkgroup {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.case-study-filter-dropdown .citelinkbox {
  display: flex;
  align-self: stretch;
}

.case-study-filter-dropdown .cite-link {
  width: 100%;
  border-radius: 4px;
  color: var(--primary--evergreen-fjord);
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
  padding: 7px 8px;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.case-study-filter-dropdown .cite-link:hover {
  background-color: rgba(16, 84, 60, 0.06);
  text-decoration: none;
}

.case-study-filter-dropdown .gf-option.gf-active {
  font-weight: 600;
  color: var(--primary--evergreen-fjord);
}

.cs-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.cs-filter {
  appearance: none;
  border: 1px solid #d9e3da;
  border-radius: 999px;
  background: var(--primary--secondary-bright);
  color: var(--primary--evergreen-fjord);
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 11px 18px;
}

.cs-filter.is-active {
  background: var(--primary--evergreen-fjord);
  border-color: var(--primary--evergreen-fjord);
  color: var(--light);
}

.cs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.cs-card {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  background: var(--light);
  border: 1px solid #d9e3da;
  border-radius: 8px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.cs-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(16, 84, 60, 0.1);
}

.cs-card[hidden] {
  display: none;
}

.cs-card-image {
  order: 1;
  aspect-ratio: 16 / 10;
  background: transparent;
  min-height: 0;
}

.cs-card-body {
  order: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.cs-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: #4b625d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.cs-pill {
  color: var(--primary--evergreen-fjord);
  background: #d4f4e6;
  border-radius: 999px;
  padding: 6px 10px;
}

.cs-card h3 {
  color: var(--primary--evergreen-fjord);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}

.cs-card-body > p {
  color: #37534e;
  font-size: 14px;
  line-height: 1.6;
  margin: 14px 0 0;
}

.cs-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-top: auto;
  padding-top: 22px;
}

.cs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cs-tags span {
  color: var(--primary--evergreen-fjord);
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  padding: 7px 10px;
}

.cs-card-arrow {
  color: var(--primary--evergreen-fjord);
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}

.cs-card-placeholder,
.cs-card-placeholder:hover {
  min-height: 100%;
  background: var(--primary--secondary-bright);
  border: 1px solid #d9e3da;
  border-radius: 8px;
  box-shadow: none;
  transform: none;
  pointer-events: none;
}

.cs-empty {
  color: #37534e;
  font-size: 16px;
  line-height: 1.5;
  margin: 32px 0 0;
}

@media screen and (max-width: 991px) {
  .cs-feature-card {
    grid-template-columns: 1fr;
  }

  .cs-feature-copy {
    padding: 24px;
  }

  .cs-feature-copy .cs-card-link {
    margin-bottom: 24px;
  }

  .cs-card {
    grid-template-columns: 1fr;
  }

  .cs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .neutral_hero_description,
  .producer_hero_description {
    width: 100%;
  }

  .cs-feature-copy,
  .cs-card-body {
    padding: 24px;
  }

  .cs-featured,
  .cs-index {
    padding: 60px 0;
  }

  .cs-feature-copy h2 {
    font-size: 32px;
  }

  .case-studies-page .landing-heading.asset-variant {
    font-size: 36px;
  }

  .cs-feature-meta,
  .cs-index-head,
  .cs-card,
  .cs-grid {
    grid-template-columns: 1fr;
  }

  .cs-index-head {
    display: grid;
    gap: 22px;
    align-items: start;
  }

  .case-study-filter-group,
  .case-study-filter-dropdown,
  .case-study-filter-dropdown .cite-toggle {
    width: 100%;
  }

}

@media screen and (max-width: 479px) {
  .case-studies-page .landing-heading.asset-variant {
    font-size: 28px;
  }

  .cs-filters {
    align-items: stretch;
    flex-direction: column;
  }

  .cs-filter {
    width: 100%;
  }
}

.footer .newslettersegment {
  align-items: flex-start;
}

.footer .newslettersegment .left {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 14px !important;
  min-width: 0;
}

.footer .newslettersegment .div-block-33,
.footer .newslettersegment .footercolumncategory,
.footer .newslettersegment .footer-heading {
  display: block !important;
  width: auto !important;
  min-width: max-content !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
}

.footer .newslettersegment .primary-button-new.primary-button-new-light.primary-button-new-footer {
  position: static !important;
  align-self: flex-start !important;
  width: auto !important;
  margin-top: 0 !important;
  transform: none !important;
}
