.insv-video-body {
  background: #f5f7fa;
}

.insv-video-page {
  --insv-video-blue: var(--insv-ds-color-brand, #183883);
  --insv-video-blue-dark: var(--insv-ds-color-brand-hover, #0f2a6a);
  --insv-video-text: var(--insv-ds-color-text, #1a2440);
  --insv-video-muted: var(--insv-ds-color-text-muted, #6b7788);
  --insv-video-line: var(--insv-ds-color-border, #dbe6f5);
  --insv-video-soft: var(--insv-ds-color-surface-soft, #f6f9fb);
  --insv-video-card: var(--insv-ds-color-surface, #fff);
  color: var(--insv-video-text);
  background: var(--insv-video-soft);
  font-family: inherit;
  min-height: 70vh;
}

.insv-video-page a {
  color: inherit;
  text-decoration: none;
}

.insv-video-wrap {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
}

.insv-video-breadcrumb-bar {
  position: static;
  margin-top: 80px;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  background: #fafafa;
}

.insv-video-breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #999;
  font-size: 16px;
  line-height: 1.6667;
  white-space: nowrap;
}

.insv-video-breadcrumb a,
.insv-video-breadcrumb span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-width: 0;
  color: #999;
}

.insv-video-breadcrumb a:hover {
  color: #183883;
}

.insv-video-breadcrumb > * + *::before {
  content: ">";
  flex: 0 0 auto;
  margin: 0 8px;
  color: #999;
}

.insv-video-breadcrumb > *:last-child {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.insv-video-hero,
.insv-video-detail-hero {
  padding: 44px 0;
  background: var(--insv-video-soft);
}

.insv-video-detail-hero {
  padding-top: 38px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(214, 226, 236, .9);
  background: linear-gradient(180deg, #f5f7fa 0%, #fff 100%);
  color: var(--insv-video-text);
}

.insv-video-kicker {
  margin: 0 0 10px;
  color: var(--insv-video-blue);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}

.insv-video-hero h1,
.insv-video-detail-intro h1 {
  margin: 0;
  color: #131d29;
  font-size: 50px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.insv-video-hero__copy > p:last-child {
  margin: 18px 0 0;
  max-width: 760px;
  color: var(--insv-video-muted);
  font-size: 17px;
  line-height: 1.85;
}

.insv-video-hero--hub {
  background: #fff;
  border-bottom: 0;
}

.insv-video-page-heading {
  display: block;
  padding: 46px 0 22px;
  text-align: left;
}

.insv-video-page-heading .insv-video-hero__copy {
  max-width: none;
  margin: 0;
}

.insv-video-page-heading h1 {
  font-size: 40px;
  line-height: 1.22;
}

.insv-video-page-heading .insv-video-hero__copy > p:last-child {
  margin-top: 12px;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  font-size: 16px;
  line-height: 1.75;
  white-space: normal;
}

.insv-video-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #eef4f8;
  border: 1px solid #cfe0ec;
  border-radius: 6px;
}

.insv-video-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.insv-video-card:hover .insv-video-card__media img {
  transform: scale(1.02);
}

.insv-video-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(15, 43, 70, .2);
}

.insv-video-card__play::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--insv-video-blue-dark);
}

.insv-video-card__duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 0, 0, .68);
  font-size: 12px;
  line-height: 1.2;
}

.insv-video-filter-panel {
  margin: 0 0 28px;
  padding: 16px;
  border: 1px solid var(--insv-video-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.insv-video-type-filter {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf2f8;
}

.insv-video-type-filter__label {
  display: none;
  color: #52687f;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
}

.insv-video-type-filter__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.insv-video-type-filter__tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid #d8e4f5;
  border-radius: 999px;
  background: #fff;
  color: #365271;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.insv-video-type-filter__tabs a:hover,
.insv-video-type-filter__tabs a.is-active {
  border-color: #b8d2f4;
  color: #183883;
  background: #eef6ff;
}

.insv-video-filter {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin: 14px 0 0;
}

.insv-video-library .insv-video-filter > label:not(.insv-video-filter__search) {
  display: none;
}

.insv-video-filter label,
.insv-video-filter__search {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin: 0;
}

.insv-video-filter label > span {
  color: #52687f;
  font-size: 14px;
  line-height: 1.4;
}

.insv-video-filter input,
.insv-video-filter select {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #d8e4f5;
  border-radius: 6px;
  background: #fff;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.4;
}

.insv-video-filter input:focus,
.insv-video-filter select:focus {
  border-color: #9bc8e6;
  outline: 2px solid rgba(0, 120, 201, .12);
}

.insv-video-filter__actions {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  min-width: max-content;
}

.insv-video-filter button,
.insv-video-filter__clear,
.insv-video-return,
.insv-video-cta a,
.insv-video-card__link,
.insv-video-watch-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
}

.insv-video-filter__actions button,
.insv-video-filter__actions .insv-video-filter__clear {
  box-sizing: border-box;
  height: 40px;
  min-height: 40px;
  white-space: nowrap;
}

.insv-video-filter button,
.insv-video-cta a,
.insv-video-return,
.insv-video-card__link,
.insv-video-watch-card__cta {
  border: 0;
  color: #fff;
  background: var(--insv-video-blue-dark);
  cursor: pointer;
}

.insv-video-filter button:hover,
.insv-video-cta a:hover,
.insv-video-return:hover,
.insv-video-card__link:hover,
.insv-video-watch-card__cta:hover {
  background: #063b8e;
}

.insv-video-filter__clear {
  border: 1px solid #d8e4f5;
  color: #183883;
  background: #f7fbff;
}

.insv-video-section,
.insv-video-related-band,
.insv-video-detail-body,
.insv-video-cta,
.insv-video-library {
  padding: 52px 0;
}

.insv-video-related-band,
.insv-video-detail-body {
  background: #fff;
}

.insv-video-library {
  padding-top: 0;
  background: #fff;
}

.insv-video-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.insv-video-section__head h2,
.insv-video-related-band h2,
.insv-video-copy h2,
.insv-video-cta h2 {
  margin: 0;
  color: #17212e;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.insv-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.insv-video-card {
  overflow: hidden;
  min-height: 100%;
  border: 1px solid #e3eaf4;
  border-radius: 8px;
  background: var(--insv-video-card);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.insv-video-card:hover {
  transform: translateY(-2px);
  border-color: #cbdcf2;
  box-shadow: 0 12px 28px rgba(16, 32, 64, .07);
}

.insv-video-card__body {
  display: grid;
  gap: 10px;
  padding: 18px 20px 20px;
}

.insv-video-card__category {
  color: #526071;
  font-size: 13px;
  font-weight: 700;
}

.insv-video-card h3 {
  margin: 0;
  color: #1f2937;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
}

.insv-video-card p {
  margin: 0;
  color: #526071;
  font-size: 14px;
  line-height: 1.72;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.insv-video-card__link {
  width: max-content;
  min-height: auto;
  padding: 0;
  color: var(--insv-video-blue-dark);
  background: transparent;
}

.insv-video-card__link::after {
  content: ">";
  margin-left: 7px;
  font-size: 13px;
}

.insv-video-card__link:hover {
  color: #063b8e;
  background: transparent;
}

.insv-video-empty {
  margin: 0 0 40px;
  padding: 20px;
  border: 1px solid var(--insv-video-line);
  border-radius: 6px;
  background: #fff;
  color: var(--insv-video-muted);
  font-size: 15px;
  line-height: 1.7;
}

.insv-video-grid + .insv-pagination {
  margin-top: 36px;
}

.insv-video-detail-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 328px;
  grid-template-areas:
    "player details"
    "intro details";
  column-gap: 30px;
  row-gap: 26px;
  align-items: start;
}

.insv-video-detail-intro {
  grid-area: intro;
  display: block;
  max-width: 1040px;
}

.insv-video-detail-intro > div {
  max-width: none;
}

.insv-video-detail-intro h1 {
  max-width: 1040px;
  color: var(--insv-video-text);
  font-size: 36px;
  line-height: 1.24;
}

.insv-video-detail-intro p {
  margin: 18px 0 0;
  max-width: 1120px;
  color: var(--insv-video-muted);
  font-size: 16px;
  line-height: 1.75;
}

.insv-video-watch-card {
  grid-area: details;
  position: sticky;
  top: 112px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  align-self: start;
  padding: 24px;
  border: 1px solid #cfe0ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(18, 51, 82, .06);
}

.insv-video-watch-card h2 {
  margin: 0;
  color: #17212e;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
}

.insv-video-watch-card__cta {
  width: 100%;
  align-self: end;
  color: #fff !important;
}

.insv-video-player {
  grid-area: player;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid #cfe0ec;
  border-radius: 8px;
  background: #000;
  box-shadow: 0 18px 48px rgba(20, 57, 86, .1);
}

.insv-video-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.insv-video-meta {
  display: grid;
  align-self: start;
  gap: 12px;
  margin: 4px 0 0;
}

.insv-video-meta div {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8e3ec;
}

.insv-video-meta dt {
  color: #6b7d90;
  font-size: 13px;
  line-height: 1.4;
}

.insv-video-meta dd {
  margin: 0;
  color: #17212e;
  font-size: 14px;
  line-height: 1.55;
}

.insv-video-detail-body__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 44px;
  align-items: start;
}

.insv-video-copy {
  display: grid;
  gap: 22px;
}

.insv-video-copy p {
  margin: 0;
  color: #445b72;
  font-size: 16px;
  line-height: 1.85;
}

.insv-video-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.insv-video-steps li {
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid #d8e3ec;
  border-radius: 6px;
  background: #f8fbfd;
  color: #28445f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.insv-video-rail {
  position: sticky;
  top: 112px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 0;
  font-family: inherit;
}

.insv-video-rail .insv-rail-card {
  padding: 18px;
  border: 1px solid #e3eaf4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 32, 64, .055);
}

.insv-video-rail .insv-rail-card--context {
  border-color: #d8e5f8;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.insv-video-rail .insv-rail-eyebrow {
  margin: 0 0 8px;
  color: #1a56a8;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.insv-video-rail .insv-rail-card h2 {
  margin: 0;
  color: #1f2a3d;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
}

.insv-video-rail .insv-rail-copy {
  margin: 10px 0 14px;
  color: #526071;
  font-size: 13px;
  line-height: 1.65;
}

.insv-video-rail .insv-rail-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 6px;
  background: #183883;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.insv-video-rail .insv-rail-primary:hover {
  background: #102b69;
}

.insv-video-rail .insv-rail-card--topics h2 {
  margin-bottom: 12px;
}

.insv-video-rail .insv-topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.insv-video-rail .insv-topic-cloud a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid #dfe7f2;
  border-radius: 999px;
  background: #f8fafc;
  color: #344054;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.insv-video-rail .insv-topic-cloud a:hover {
  border-color: #b7c8e6;
  background: #eef5ff;
  color: #183883;
}

.insv-video-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.insv-video-link-list a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #bdd3e3;
  border-radius: 18px;
  background: #fff;
  color: #44637e;
  font-size: 14px;
  line-height: 1.35;
}

.insv-video-link-list a:hover {
  border-color: var(--insv-video-blue);
  color: var(--insv-video-blue);
}

.insv-video-related-band .insv-video-wrap {
  display: grid;
  gap: 16px;
}

.insv-video-cta {
  background: #101820;
}

.insv-video-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.insv-video-cta h2 {
  color: #fff;
}

.insv-video-cta p {
  margin: 10px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.75;
}

.insv-video-cta a {
  flex: 0 0 auto;
}

@media (max-width: 1180px) {
  .insv-video-page-heading .insv-video-hero__copy > p:last-child {
    white-space: normal;
  }

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

  .insv-video-filter__actions {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .insv-video-filter__actions button,
  .insv-video-filter__actions .insv-video-filter__clear {
    flex: 1 1 0;
    width: auto;
  }

}

@media (max-width: 900px) {
  .insv-video-hero,
  .insv-video-detail-hero {
    padding-top: 40px;
  }

  .insv-video-detail-stack,
  .insv-video-detail-body__grid {
    grid-template-columns: 1fr;
  }

  .insv-video-detail-stack {
    grid-template-areas:
      "player"
      "intro"
      "details";
  }

  .insv-video-hero h1,
  .insv-video-detail-intro h1 {
    font-size: 36px;
  }

  .insv-video-page-heading {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .insv-video-type-filter {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .insv-video-watch-card {
    position: static;
  }

  .insv-video-rail {
    position: static;
  }

  .insv-video-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .insv-video-wrap {
    width: min(100% - 28px, 1360px);
  }

  .insv-video-breadcrumb-bar {
    margin-top: 76px;
    padding: 14px 0;
  }

  .insv-video-breadcrumb {
    font-size: 14px;
    line-height: 1.6;
  }

  .insv-video-breadcrumb > *:last-child {
    max-width: 68vw;
  }

  .insv-video-hero,
  .insv-video-detail-hero,
  .insv-video-section,
  .insv-video-related-band,
  .insv-video-detail-body,
  .insv-video-cta {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .insv-video-hero,
  .insv-video-detail-hero {
    padding-top: 34px;
  }

  .insv-video-page-heading {
    text-align: left;
  }

  .insv-video-type-filter__tabs {
    gap: 7px;
  }

  .insv-video-type-filter__tabs a {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 13px;
  }

  .insv-video-hero h1,
  .insv-video-detail-intro h1 {
    font-size: 32px;
  }

  .insv-video-hero__copy > p:last-child,
  .insv-video-detail-intro p {
    font-size: 15px;
    line-height: 1.75;
  }

  .insv-video-filter,
  .insv-video-grid,
  .insv-video-steps {
    grid-template-columns: 1fr;
  }

  .insv-video-filter__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .insv-video-filter__actions button,
  .insv-video-filter__actions .insv-video-filter__clear {
    width: 100%;
  }

  .insv-video-section__head h2,
  .insv-video-related-band h2,
  .insv-video-copy h2,
  .insv-video-cta h2 {
    font-size: 24px;
  }

  .insv-video-card__body {
    padding: 16px;
  }

  .insv-video-watch-card {
    padding: 18px;
  }

}
