@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&amp;display=swap");
:root {
  --neutral-050-w: #FCFCF8;
  --neutral-300-w: #C0C3B9;
  --neutral-500-w: #666765;
  --neutral-200-c: #BFCFD9;
  --neutral-300-c: #9EB6C4;
  --neutral-400-c: #849CAE;
  --neutral-500-c: #6A7B8C;
  --primary-100: #8EE8AA;
  --primary-200: #4BD675;
  --primary-300: #37B971;
  --primary-400: #10845D;
  --primary-500: #036D59;
  --primary-600: #085544;
  --primary-700: #11314A;
  --primary-800: #0F2333;
}

main.case-study section {
  margin: 0 auto;
}
main.case-study section .container {
  max-width: 1220px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
main.case-study .categories {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
}
main.case-study .categories .pill {
  width: auto;
  color: var(--primary-200) !important;
  padding: 0.25rem 1.25rem;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: solid 1px var(--primary-200);
  border-radius: 100px;
  /* Pill Text */
  font-family: var(--inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 200% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
main.case-study .categories .pill a {
  color: inherit;
}
main.case-study .breadcrumbs {
  background: var(--surface-surface-light-3100-w, #EAECE7);
  box-shadow: 0px 1px 8px 0px rgba(113, 98, 75, 0.08), 0px 4px 36px 0px rgba(113, 98, 75, 0.12) inset;
  margin: 0 !important;
}
@media all and (max-width: 960px) {
  main.case-study .breadcrumbs {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  main.case-study .breadcrumbs {
    margin-top: 21px !important;
  }
}
main.case-study .breadcrumbs .container {
  padding-left: 0;
  padding-right: 0;
}
main.case-study .breadcrumbs nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 16px 0;
  /** Type Styles **/
  color: #000;
  font-family: var(--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.444px;
}
@media all and (max-width: 1250px) {
  main.case-study .breadcrumbs nav {
    padding: 16px 15px 16px 15px;
  }
}
main.case-study .breadcrumbs nav .step:last-of-type {
  font-weight: 600;
}
main.case-study .breadcrumbs nav .step a {
  color: inherit;
}
main.case-study .breadcrumbs .separator {
  margin-right: 3px;
}
main.case-study a.dropdown-toggle {
  color: var(--primary-200);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: var(--text-text-cta-green-dark-mode, #4BD675);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  text-transform: uppercase;
}
main.case-study a.dropdown-toggle svg {
  width: 24px;
  height: 24px;
}
main.case-study a.dropdown-toggle:after {
  display: none;
}
main.case-study a.dropdown-toggle:hover ul.dropdown-menu {
  display: block;
}
main.case-study ul.dropdown-menu {
  display: none;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  top: 140%;
  left: -52%;
  z-index: 20;
  border-radius: 12px;
  background: var(--surface-surface-light_nc050, #F8FAFC);
}
main.case-study ul.dropdown-menu:before {
  content: "";
  width: 28px;
  height: 24px;
  background: var(--surface-surface-light_nc050, #F8FAFC);
  position: absolute;
  top: -12px;
  left: 50%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translate(-12px, -50%);
}
main.case-study ul.dropdown-menu.visible {
  display: flex;
  cursor: pointer;
}
main.case-study ul.dropdown-menu li {
  width: 100%;
  border-radius: 4px;
}
main.case-study ul.dropdown-menu li a {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
main.case-study .hero {
  background: var(--Linear-Blue-1, linear-gradient(180deg, var(--feature-color-background-neutral-inverse-secondary, #11314A) 0%, #0F1E33 39.61%));
  padding: 64px 16px;
  overflow: visible;
}
main.case-study .hero .container {
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 768px) {
  main.case-study .hero {
    padding: 48px 16px;
  }
}
main.case-study .hero .content {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media all and (max-width: 768px) {
  main.case-study .hero .content {
    margin-bottom: 24px;
  }
}
main.case-study .hero .content p.content-type {
  color: var(--text-text-white, #FFF);
  font-family: "Euclid Square", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
main.case-study .hero .content h1 {
  color: var(--text-text-white, #FFF);
  font-family: "Euclid Square", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  /* 125% */
  letter-spacing: -0.4px;
}
main.case-study .hero .content .social-share {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
main.case-study .hero .content .social-share .reading-time {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 6px;
  color: var(--text-text-white, #FFF);
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  text-transform: uppercase;
}
main.case-study .hero .content .social-share .reading-time .icon svg {
  width: 100%;
  height: auto;
}
main.case-study .hero .content .social-share .reading-time .icon svg g path {
  fill: #fff;
}
@media all and (max-width: 768px) {
  main.case-study .hero .content .social-share .dropdown {
    margin-left: auto;
  }
  main.case-study .hero .content .social-share .dropdown .dropdown-menu {
    left: -100%;
  }
}
main.case-study .hero .featured-image {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media all and (max-width: 768px) {
  main.case-study .hero .featured-image {
    align-items: center;
  }
}

section.summary {
  padding: 64px 25px;
}
@media all and (max-width: 768px) {
  section.summary {
    padding: 48px 16px;
  }
}
section.summary h2.summary-header {
  color: var(--text-text-cta---green, #37B971);
  font-family: "Euclid Square", sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 114%;
  /* 54.72px */
  letter-spacing: 2.4px;
  margin-top: 0;
  margin-bottom: 40px;
}
section.summary .summary {
  padding-right: 64px;
}
@media all and (max-width: 768px) {
  section.summary .summary {
    padding-right: 0px;
  }
}
section.summary .challenges,
section.summary .solutions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-bottom: 40px;
}
section.summary .challenges h3,
section.summary .solutions h3 {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Euclid Square", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  /* 119.231% */
}
section.summary .challenges p.description,
section.summary .solutions p.description {
  color: var(--text-text-dark-blue, #11314A);
  font-family: " Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 147.059% */
  margin-bottom: 0;
}
section.summary .challenges ul,
section.summary .solutions ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.summary .challenges ul li,
section.summary .solutions ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 16px;
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 147.059% */
}
section.summary .results {
  display: flex;
  width: 450px;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  border-radius: 16px;
  background: var(--surface-surface-blue_p800, #0F2333);
}
section.summary .results h3 {
  color: var(--text-text-cta-green-dark-mode, #4BD675);
  font-family: "Euclid Square", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  /* 119.231% */
  padding-bottom: 16px;
  border-bottom: solid 1px var(--primary-200);
  width: 100%;
}
section.summary .results .stat {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
section.summary .results .stat p.description {
  color: var(--text-text-cta-green-dark-mode, #4BD675);
  text-align: left;
  font-family: "Euclid Square", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
  margin-bottom: 5px;
}
section.summary .results .stat .number-wrapper {
  color: var(--text-text-white, #FFF);
  text-align: left;
  font-family: "Euclid Square", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  /* 100% */
}
section.summary .results .stat .number-wrapper .number.negative-number:before {
  content: "-";
}
section.summary .results .stat .number-wrapper .suffix.not-percent {
  display: inline-block;
  margin-left: 5px;
}

section.about {
  padding: 0 16px 40px 16px;
}
@media all and (max-width: 768px) {
  section.about {
    padding: 48px 16px;
  }
}
section.about .content,
section.about .about-details {
  max-width: 920px;
}
section.about .content {
  margin: 0 auto 40px auto;
}
section.about .content h4 {
  color: var(--text-text-dark-blue, #11314A);
  text-align: center;
  font-family: "Euclid Square", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 123.529% */
  letter-spacing: 0.85px;
  margin-bottom: 10px;
}
section.about .content .description {
  color: var(--text-text-dark-blue, #11314A);
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.9px;
}
section.about .about-details {
  display: flex;
  padding: 24px 40px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 64px;
  align-self: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  border-radius: 100px;
  background: var(--surface-surface-green_p500, #036D59);
}
@media all and (max-width: 768px) {
  section.about .about-details {
    border-radius: 24px;
    padding: 24px;
    flex-direction: column;
  }
}
section.about .about-details .primary,
section.about .about-details .secondary {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
section.about .about-details .primary .detail,
section.about .about-details .secondary .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.about .about-details .primary .detail .info,
section.about .about-details .secondary .detail .info {
  color: var(--text-text-white, #FFF);
  text-align: center;
  font-family: "Euclid Square", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
  margin-bottom: 10px;
}
section.about .about-details .primary .detail .label,
section.about .about-details .secondary .detail .label {
  color: var(--text-text-cta-green-dark-mode, #4BD675);
  text-align: center;
  font-family: "Euclid Square", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  section.about .about-details .primary {
    justify-content: center;
    align-items: space-between;
  }
}
section.about .about-details .primary .detail {
  padding-left: 40px;
}
section.about .about-details .primary .detail:first-of-type {
  padding-left: 0;
  padding-right: 40px;
  border-right: solid 1px var(--primary-200);
}
section.about .about-details .secondary .d-flex {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
}
@media all and (max-width: 600px) {
  section.about .about-details .secondary .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    text-align: center;
  }
}
section.about .about-details .secondary .d-flex .col {
  width: auto;
}
section.about .about-details .secondary .d-flex .col:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
@media all and (max-width: 600px) {
  section.about .about-details .secondary .d-flex .col {
    align-items: center;
  }
}
section.about .about-details .secondary .detail {
  width: 100%;
  align-items: flex-start;
}
section.about .about-details .secondary .detail .label {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}
section.about .about-details .secondary .detail .info {
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 125% */
}

section.case-study-content {
  padding: 20px 0px 80px;
  overflow: visible;
}
section.case-study-content .container .content-wrapper .content {
  padding: 80px 120px;
}
@media all and (max-width: 768px) {
  section.case-study-content .container .content-wrapper .content {
    padding: 48px 16px;
  }
}
section.case-study-content .container .content-wrapper .section-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
section.case-study-content .container .content-wrapper .section-header h2 {
  font-family: "Euclid Square", sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 114%;
  /* 54.72px */
  letter-spacing: 2.4px;
  text-align: left;
  margin: 0 auto;
  width: 100%;
}
section.case-study-content .container .content-wrapper .section-header h3 {
  font-family: "Euclid Square", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  /* 119.231% */
}
section.case-study-content .container .content-wrapper .block-content p,
section.case-study-content .container .content-wrapper .block-content ul li {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  /* 147.059% */
}
section.case-study-content .container .content-wrapper .block-content ul li {
  margin-bottom: 1rem;
}
section.case-study-content .container .content-wrapper .block-content h3 {
  font-family: "Euclid Square", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 114%;
  letter-spacing: 5%;
  color: inherit;
  margin-bottom: 2rem;
}
section.case-study-content .container .content-wrapper .image {
  padding-left: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media all and (max-width: 768px) {
  section.case-study-content .container .content-wrapper .image {
    padding-left: 0;
    padding-right: 0;
  }
}
section.case-study-content .container .content-wrapper .image img {
  max-width: 100%;
  width: auto;
  border-radius: 24px;
}
section.case-study-content .container .content-wrapper .image .image-meta .image-caption {
  color: var(--text-text-white, #FFF);
  font-family: "Euclid Square", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 114%;
  /* 27.36px */
  letter-spacing: 1.2px;
  margin-bottom: 5px;
}
section.case-study-content .container .content-wrapper .image .image-meta .image-subcaption {
  color: var(--text-text-white, #FFF);
  font-family: "Euclid Square", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 147.059% */
}
section.case-study-content .container .content-wrapper .blockquote-wrapper {
  margin-top: 40px;
}
section.case-study-content .container .content-wrapper .blockquote-wrapper blockquote {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
}
section.case-study-content .container .content-wrapper .blockquote-wrapper blockquote .quote {
  font-family: "Euclid Square";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  /* 34.56px */
  quotes: "“" "”" "‘" "’";
  text-indent: -1.55em;
  max-width: 800px;
}
@media all and (max-width: 768px) {
  section.case-study-content .container .content-wrapper .blockquote-wrapper blockquote .quote {
    max-width: none;
    margin-left: 20px;
  }
}
section.case-study-content .container .content-wrapper .blockquote-wrapper blockquote .quote:before, section.case-study-content .container .content-wrapper .blockquote-wrapper blockquote .quote:after {
  color: var(--primary-200);
  font-family: "Lexend", Arial, sans-serif;
  font-weight: 600;
  position: relative;
  top: 29px;
  font-size: 64px;
  line-height: 0;
}
section.case-study-content .container .content-wrapper .blockquote-wrapper blockquote .quote:before {
  content: open-quote;
}
section.case-study-content .container .content-wrapper .blockquote-wrapper blockquote .quote:after {
  content: close-quote;
}
section.case-study-content .container .content-wrapper .blockquote-wrapper blockquote strong {
  font-weight: 700;
  font-style: italic;
}
section.case-study-content .container .content-wrapper .blockquote-wrapper figcaption {
  width: 100%;
  max-width: 800px;
}
@media all and (max-width: 768px) {
  section.case-study-content .container .content-wrapper .blockquote-wrapper figcaption {
    margin-left: 25px;
  }
}
section.case-study-content .container .content-wrapper .blockquote-wrapper figcaption cite {
  display: block;
}
section.case-study-content .container .content-wrapper .blockquote-wrapper figcaption .source {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.24px;
}
section.case-study-content .container .content-wrapper .blockquote-wrapper figcaption .title {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.32px;
}
section.case-study-content .container .content-wrapper.challenge {
  background: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
section.case-study-content .container .content-wrapper.challenge .section-header h2 {
  color: var(--text-text-cta---green, #37B971);
}
section.case-study-content .container .content-wrapper.challenge .section-header h3 {
  color: #000;
}
section.case-study-content .container .content-wrapper.challenge .block-content p {
  color: #000;
}
section.case-study-content .container .content-wrapper.challenge .image .image-caption,
section.case-study-content .container .content-wrapper.challenge .image .image-subcaption {
  color: #000;
}
section.case-study-content .container .content-wrapper.challenge .blockquote-wrapper blockquote {
  background: var(--surface-surface-light_p050, #D1FAE0);
}
section.case-study-content .container .content-wrapper.solution {
  background: var(--surface-surface-green_p500, #036D59);
}
section.case-study-content .container .content-wrapper.solution .section-header h2 {
  color: var(--primary-200);
}
section.case-study-content .container .content-wrapper.solution .section-header h3 {
  color: #fff;
}
section.case-study-content .container .content-wrapper.solution .block-content {
  color: #fff;
}
section.case-study-content .container .content-wrapper.solution .block-content p {
  color: #fff;
}
section.case-study-content .container .content-wrapper.solution .block-content h2,
section.case-study-content .container .content-wrapper.solution .block-content h3,
section.case-study-content .container .content-wrapper.solution .block-content h4,
section.case-study-content .container .content-wrapper.solution .block-content h5,
section.case-study-content .container .content-wrapper.solution .block-content h6 {
  color: #fff;
}
section.case-study-content .container .content-wrapper.solution .blockquote-wrapper blockquote {
  background: #fff;
}
section.case-study-content .container .content-wrapper.results {
  background: var(--surface-surface-blue_p700, #11314A);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
section.case-study-content .container .content-wrapper.results .content {
  padding-bottom: 0;
}
section.case-study-content .container .content-wrapper.results .section-header h2 {
  color: var(--primary-200) !important;
}
section.case-study-content .container .content-wrapper.results .section-header h3 {
  color: #fff;
}
section.case-study-content .container .content-wrapper.results .block-content {
  padding-right: 64px;
}
@media all and (max-width: 768px) {
  section.case-study-content .container .content-wrapper.results .block-content {
    padding-right: 0;
  }
}
section.case-study-content .container .content-wrapper.results .block-content p {
  color: #fff;
}
section.case-study-content .container .content-wrapper.results .block-content h2,
section.case-study-content .container .content-wrapper.results .block-content h3,
section.case-study-content .container .content-wrapper.results .block-content h4,
section.case-study-content .container .content-wrapper.results .block-content h5,
section.case-study-content .container .content-wrapper.results .block-content h6 {
  color: #fff;
}
section.case-study-content .container .content-wrapper.results .stats {
  display: flex;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
  border-radius: 16px;
  background: var(--surface-surface-light_p050, #D1FAE0);
}
@media all and (max-width: 768px) {
  section.case-study-content .container .content-wrapper.results .stats {
    padding: 48px 16px;
  }
}
section.case-study-content .container .content-wrapper.results .stats .stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: solid 1px var(--primary-800);
  padding-bottom: 8px;
}
section.case-study-content .container .content-wrapper.results .stats .stat p {
  margin-bottom: 0;
}
section.case-study-content .container .content-wrapper.results .stats .stat .number {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Euclid Square", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  /* 100% */
}
section.case-study-content .container .content-wrapper.results .stats .stat .number.is-negative-number:before {
  content: "-";
}
section.case-study-content .container .content-wrapper.results .stats .stat .description {
  color: var(--text-text---dark-green, #036D59);
  font-family: "Euclid Square", sans-serifd;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 130% */
}
section.case-study-content .container .content-wrapper .content-footer {
  padding-bottom: 80px;
}
section.case-study-content .container .content-wrapper .content-footer .waves svg {
  width: 100%;
  height: auto;
}
section.case-study-content .container .content-wrapper .content-footer .btn-wrapper,
section.case-study-content .container .content-wrapper .content-footer .share {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media all and (max-width: 500px) {
  section.case-study-content .container .content-wrapper .content-footer .btn-wrapper,
  section.case-study-content .container .content-wrapper .content-footer .share {
    flex-direction: column;
  }
}
section.case-study-content .container .content-wrapper .content-footer .btn-wrapper .btn,
section.case-study-content .container .content-wrapper .content-footer .share .btn {
  display: flex;
  height: 48px;
  padding: 12px 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  height: 48px;
  padding: 12px 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: auto;
  max-width: none;
  color: var(--text-text-dark-blue, #11314A);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 122.222% */
}
section.case-study-content.content-gated .challenge {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}
section.case-study-content.content-gated .challenge .content {
  max-height: 250px;
}
section.case-study-content.content-gated .gradient {
  position: relative;
  height: 120px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  z-index: 10;
}
section.case-study-content.content-gated .content-gate {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #fff;
}
section.case-study-content.content-gated .content-gate .gate-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px 64px;
}
section.case-study-content.content-gated .content-gate .gate-container .form-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 620px;
  width: 100%;
}
section.case-study-content.content-gated .content-gate .gate-container .form-wrapper h3 {
  color: var(--text-text-dark-blue, #11314A);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 118.75% */
  margin-bottom: 10px;
}
section.case-study-content.content-gated .content-gate .gate-container .form-wrapper p {
  color: var(--text-text-dark-blue, #11314A);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 147.059% */
  margin-bottom: 24px;
}
section.case-study-content.content-gated .content-gate .gate-container .form-wrapper .mktoForm {
  padding: 0 !important;
}
section.case-study-content.content-gated .content-gate .gate-container .form-wrapper .mktoForm .mktoLabel {
  color: var(--text-text-dark-blue, #11314A);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 123.077% */
}
section.case-study-content.content-gated .content-gate .gate-container .form-wrapper .mktoForm .mktoLabel .mktoAsterix {
  color: #BF0000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
section.case-study-content.content-gated .content-gate .gate-container .form-wrapper .mktoForm .mktoButtonRow {
  margin-top: 0px;
}

.nv-case-study-content {
  height: 0;
  width: 0;
  visibility: hidden;
}

section.related-content-offers {
  position: relative;
  display: flex;
  padding: 75px 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 75px;
  align-self: stretch;
  background: var(--surface-surface-light_nw050, #FCFCF8);
}
section.related-content-offers .threads {
  position: absolute;
  width: 100%;
  top: 11%;
  left: 0;
  right: 0;
}
section.related-content-offers .threads svg {
  width: 100%;
  height: auto;
}
section.related-content-offers .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.related-content-offers .section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
section.related-content-offers .section-header h3 {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Euclid Square", sans-serif, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 83.333% */
}
section.related-content-offers .section-header .view-all a {
  color: var(--Brand-Colors-Primary-400, #10845D);
  font-family: "Euclid Square", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
section.related-content-offers .section-header .view-all a .icon svg path {
  fill: var(--primary-400);
}
section.related-content-offers .post-grid .post-item .card {
  margin-bottom: 40px;
  border-radius: 12px;
  background: var(--surface-surface-light_white, #FFF);
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
section.related-content-offers .post-grid .post-item .card .post-thumbnail {
  max-height: 190px;
  overflow: hidden;
}
section.related-content-offers .post-grid .post-item .card .post-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media all and (max-width: 768px) {
  section.related-content-offers .post-grid .post-item .card .post-content {
    padding: 12px;
    gap: 8px;
  }
}
section.related-content-offers .post-grid .post-item .card .post-content h3 {
  color: var(--primary-800);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.22px;
}
section.related-content-offers .post-grid .post-item .card .post-content h3 a {
  color: inherit;
}
section.related-content-offers .post-grid .post-item .card .post-content .reading-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--Brand-Colors-Neutral-400-W, #92958e);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  gap: 6px;
}
section.related-content-offers .post-grid .post-item .card .post-content .reading-time svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-top: -2px;
}
section.related-content-offers .post-grid .post-item .card .post-content p.excerpt {
  line-height: 22px !important;
  color: #000;
  font-family: var(--inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
section.related-content-offers .post-grid .post-item .card .post-content p.excerpt a {
  color: var(--Brand-Colors-Primary-400, #10845d);
  font-family: "Euclid Square", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
section.related-content-offers .post-grid .post-item .card .post-content .categories {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
}
section.related-content-offers .post-grid .post-item .card .post-content .categories .pill {
  width: auto;
  color: var(--text-text---dark-green, #036d59) !important;
  padding: 0.25rem 1.25rem;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: solid 1px var(--primary-500);
  border-radius: 100px;
  font-family: var(--inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

main.case-study {
  background: var(--surface-surface-light_nw100, #EAECE7);
}
main.case-study .breadcrumbs {
  background: var(--surface-surface-light-3100-w, #EAECE7);
  box-shadow: 0px 1px 8px 0px rgba(113, 98, 75, 0.08), 0px 4px 36px 0px rgba(113, 98, 75, 0.12) inset;
  margin: 0 !important;
}
@media all and (max-width: 960px) {
  main.case-study .breadcrumbs {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  main.case-study .breadcrumbs {
    margin-top: 21px !important;
  }
}
main.case-study .breadcrumbs .container {
  padding-left: 0;
  padding-right: 0;
}
main.case-study .breadcrumbs nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 16px 0;
  /** Type Styles **/
  color: #000;
  font-family: var(--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.444px;
}
@media all and (max-width: 1250px) {
  main.case-study .breadcrumbs nav {
    padding: 16px 15px 16px 15px;
  }
}
main.case-study .breadcrumbs nav .step:last-of-type {
  font-weight: 600;
}
main.case-study .breadcrumbs nav .step a {
  color: inherit;
}
main.case-study .breadcrumbs .separator {
  margin-right: 3px;
}
main.case-study section.waves svg {
  width: 100%;
  height: auto;
}