  .pipeline-embed {
    width: 100%;
    margin: 0;
    color: #1f3653;
  }

  .pipeline-embed .pipeline-embed-title {
    margin: 0 0 16px;
    font-size: 24px;
  }

  .pipeline-embed .desktop-table-frame {
    width: 100%;
  }

  .pipeline-embed .mobile-cards-frame {
    display: none;
    width: 100%;
  }

  .pipeline-embed .mobile-top-section,
  .pipeline-embed .mobile-group-row {
    margin: 0;
    padding: 10px 12px;
    font-family: "MuseoSlab700", serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .pipeline-embed .mobile-top-section {
    background: #002040;
    color: #ffffff;
  }

  .pipeline-embed .mobile-group-row {
    background: #275380;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    z-index: 3;
  }

  .pipeline-embed .mobile-card {
    padding: 10px 12px;
    border-bottom: 1px solid #d9d9d9;
    background: #f1f3ec;
  }

  .pipeline-embed .mobile-name {
    margin: 0;
    font-family: "MuseoSlab700", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    color: #102a4a;
  }

  .pipeline-embed .mobile-name-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
  }

  .pipeline-embed .mobile-name-link:hover,
  .pipeline-embed .mobile-name-link:focus {
    color: inherit;
    text-decoration: none;
  }

  .pipeline-embed .mobile-name-chevron-icon {
    display: inline-block;
    color: #e35765;
    font-size: 15px;
    line-height: 1;
    transform: translateY(1px);
  }

  .pipeline-embed .mobile-desc {
    margin: 2px 0 0;
    font-size: 13px;
    line-height: 1.35;
    color: #102a4a;
  }

  .pipeline-embed .mobile-read-more {
    margin-top: 6px;
  }

  .pipeline-embed .mobile-read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #275380;
    font-family: "MuseoSans700", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.25;
    text-decoration: none;
  }

  .pipeline-embed .mobile-read-more-link:hover,
  .pipeline-embed .mobile-read-more-link:focus {
    color: #275380;
    text-decoration: underline;
  }

  .pipeline-embed .mobile-read-more-arrow {
    font-size: 15px;
    line-height: 1;
    transform: translateY(1px);
  }

  .pipeline-embed .mobile-meta {
    margin: 6px 0 0;
    display: grid;
    gap: 2px;
  }

  .pipeline-embed .mobile-meta-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    color: #102a4a;
  }

  .pipeline-embed .mobile-meta-label {
    font-family: "MuseoSlab700", serif;
    font-weight: 700;
  }

  .pipeline-embed .mobile-track {
    margin-top: 8px;
    padding-top: 7px;
    border-top: 1px solid #d9d9d9;
  }

  .pipeline-embed .mobile-track-stages {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 6px;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    color: #102a4a;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .pipeline-embed .mobile-track-stages span {
    text-align: center;
  }

  .pipeline-embed .mobile-track-rail {
    position: relative;
    height: 16px;
    background-image:
      linear-gradient(to right, transparent calc(25% - 0.5px), #b8bcb3 calc(25% - 0.5px), #b8bcb3 calc(25% + 0.5px), transparent calc(25% + 0.5px)),
      linear-gradient(to right, transparent calc(50% - 0.5px), #b8bcb3 calc(50% - 0.5px), #b8bcb3 calc(50% + 0.5px), transparent calc(50% + 0.5px)),
      linear-gradient(to right, transparent calc(75% - 0.5px), #b8bcb3 calc(75% - 0.5px), #b8bcb3 calc(75% + 0.5px), transparent calc(75% + 0.5px));
    background-color: transparent;
  }

  .pipeline-embed .mobile-track-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    min-width: 18px;
    background: #001f54;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 50%, calc(100% - 9px) 100%, 0 100%);
  }

  .pipeline-embed .mobile-track-end {
    margin: 6px 0 0;
    font-size: 11px;
    line-height: 1.25;
    color: #102a4a;
    text-align: right;
    font-weight: 700;
  }

  .pipeline-embed table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
  }

  .pipeline-embed th,
  .pipeline-embed td {
    border: 1px solid #d9d9d9;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
  }

  .pipeline-embed .desktop-table {
    background: #f1f3ec;
    overflow: visible;
    --desktop-left-pad: 12px;
  }

  .pipeline-embed .desktop-table th,
  .pipeline-embed .desktop-table td {
    border: 1px solid #ffffff;
    background: #f1f3ec;
    color: #102a4a;
  }

  .pipeline-embed .desktop-table thead th {
    background: #002040;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    font-family: "MuseoSlab700", serif;
    padding: 8px 10px;
  }

  .pipeline-embed .desktop-section-header-row td {
    background: #002040;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    font-family: "MuseoSlab700", serif;
    border-top: 36px solid #ffffff;
    padding: 8px 10px;
  }

  .pipeline-embed .desktop-table thead th:first-child {
    padding-left: var(--desktop-left-pad);
  }

  .pipeline-embed .desktop-section-header-row td:first-child {
    padding-left: var(--desktop-left-pad);
  }

  .pipeline-embed .desktop-top-section td {
    background: #002040;
    color: #ffffff;
    font-weight: 700;
    font-family: "MuseoSlab700", serif;
    font-size: 12px;
    padding: 10px var(--desktop-left-pad);
  }

  .pipeline-embed .desktop-group-row td {
    background: #275380;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    padding: 8px var(--desktop-left-pad);
  }

  .pipeline-embed .desktop-table tbody tr td:first-child {
    padding-left: var(--desktop-left-pad);
  }

  .pipeline-embed .desktop-name {
    font-family: "MuseoSlab700", serif;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 3px;
    color: #002040;
  }

  .pipeline-embed .desktop-name-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
  }

  .pipeline-embed .desktop-name-link:hover,
  .pipeline-embed .desktop-name-link:focus {
    color: inherit;
    text-decoration: none;
  }

  .pipeline-embed .desktop-name-chevron-icon {
    display: inline-block;
    color: #e35765;
    font-size: 15px;
    line-height: 1;
    transform: translateY(1px);
  }

  .pipeline-embed .desktop-desc {
    font-size: 13px;
    line-height: 1.35;
  }

  .pipeline-embed .desktop-read-more {
    margin-top: 3px;
  }

  .pipeline-embed .desktop-read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #275380;
    font-family: "MuseoSans700", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.25;
    text-decoration: none;
  }

  .pipeline-embed .desktop-read-more-link:hover,
  .pipeline-embed .desktop-read-more-link:focus {
    color: #275380;
    text-decoration: underline;
  }

  .pipeline-embed .desktop-read-more-arrow {
    font-size: 15px;
    line-height: 1;
    transform: translateY(1px);
  }

  .pipeline-embed .desktop-value-text {
    display: inline-block;
    font-size: 13px;
    line-height: 1.35;
    color: #102a4a;
    vertical-align: top;
  }

  .pipeline-embed .desktop-value-text--dash {
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
  }

  .pipeline-embed .desktop-value-link,
  .pipeline-embed .mobile-meta-link {
    color: inherit;
    text-decoration: none;
  }

  .pipeline-embed .desktop-value-link:hover,
  .pipeline-embed .desktop-value-link:focus,
  .pipeline-embed .mobile-meta-link:hover,
  .pipeline-embed .mobile-meta-link:focus {
    color: inherit;
    text-decoration: underline;
  }

  .pipeline-embed .desktop-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 30px;
  }

  .pipeline-embed .desktop-logo-wrap img {
    display: block;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
  }

  .pipeline-embed .desktop-tech-logo {
    max-width: 118px !important;
    max-height: 20px !important;
  }

  .pipeline-embed .desktop-partner-logo {
    max-width: 84px !important;
    max-height: 32px !important;
  }

  .pipeline-embed .desktop-value-cell {
    vertical-align: bottom;
  }

  .pipeline-embed .desktop-value-cell--logo {
    vertical-align: middle;
    text-align: center;
  }

  .pipeline-embed .desktop-stage-cell {
    position: relative;
    padding: 0 !important;
    height: 50px;
    overflow: visible;
    --desktop-bar-height: 16px;
    --desktop-arrow-size: 10px;
  }

  .pipeline-embed .desktop-stage-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1px;
    right: -1px;
    height: var(--desktop-bar-height);
    transform: translateY(-50%);
    z-index: 1;
  }

  .pipeline-embed .desktop-stage-fill::before {
    background: #001f54;
  }

  .pipeline-embed .desktop-stage-end::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: calc(var(--desktop-bar-height) / 2) solid transparent;
    border-bottom: calc(var(--desktop-bar-height) / 2) solid transparent;
    border-left: var(--desktop-arrow-size) solid #001f54;
    z-index: 2;
  }

  .pipeline-embed .desktop-stage-end.desktop-stage-active::before {
    right: calc(var(--desktop-arrow-size) - 1px);
  }

  .pipeline-embed .desktop-stage-end-custom.desktop-stage-active::before {
    right: calc(100% - var(--desktop-end-stage-percent, 50%));
  }

  .pipeline-embed .desktop-stage-end-half.desktop-stage-active::before {
    right: 50%;
  }

  .pipeline-embed .desktop-stage-end-half.desktop-stage-end::after {
    right: auto;
    left: 50%;
  }

  .pipeline-embed .desktop-stage-end-custom.desktop-stage-end::after {
    right: auto;
    left: var(--desktop-end-stage-percent, 50%);
  }

  .pipeline-embed .desktop-stage-single::before {
    right: 18%;
    clip-path: polygon(0 0, calc(100% - var(--desktop-arrow-size)) 0, 100% 50%, calc(100% - var(--desktop-arrow-size)) 100%, 0 100%);
  }

  .pipeline-embed .desktop-stage-single.desktop-stage-end::after {
    content: none;
  }

  .pipeline-embed .desktop-stage-label {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.1;
    max-width: calc(100% - 36px);
    white-space: nowrap;
    overflow-wrap: normal;
    text-align: right;
  }

  .pipeline-embed .desktop-stage-label--long {
    right: 22px;
    max-width: calc(100% - 36px);
    font-size: 11px;
    z-index: 4;
  }

  .pipeline-embed .pipeline-embed-error {
    margin: 12px 0 0;
    padding: 10px 12px;
    border: 1px solid #d6a3a8;
    background: #fff2f3;
    color: #8d2c35;
    font-size: 13px;
    line-height: 1.35;
  }

  @media (max-width: 991px) {
    .pipeline-embed .pipeline-embed-title {
      margin-bottom: 12px;
      font-size: 22px;
      line-height: 1.2;
    }

    .pipeline-embed .desktop-table-frame {
      display: none;
    }

    .pipeline-embed .mobile-cards-frame {
      display: block;
      background: #ffffff;
      overflow: hidden;
    }
  }

  @media (max-width: 420px) {
    .pipeline-embed .mobile-track-stages {
      font-size: 8px;
      letter-spacing: 0;
    }
  }
