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

.insv-video-body #c_navigation_126_P_1582-17606661880800 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10050 !important;
  background: #fff;
  border-bottom: 1px solid rgba(214, 226, 236, .9);
  box-shadow: 0 10px 30px rgba(22, 48, 78, .08);
}

.insv-video-body #c_navigation_126_P_1582-17606661880800 .e_image-16 img {
  display: none;
}

.insv-video-body #c_navigation_126_P_1582-17606661880800 .e_image-16 img:nth-child(2) {
  display: block;
}

.insv-video-body #c_navigation_126_P_1582-17606661880800 .e_navigationA-35 .p_level1Item a {
  color: #333;
}

.insv-video-page {
  --insv-video-blue: #0078c9;
  --insv-video-blue-dark: #084ab0;
  --insv-video-text: #17212e;
  --insv-video-muted: #5f6f82;
  --insv-video-line: #d8e3ec;
  --insv-video-soft: #f5f7fa;
  --insv-video-card: #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 {
  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;
  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 {
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

.insv-video-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 30px 56px;
  align-items: center;
}

.insv-video-hero--compact .insv-video-hero__inner {
  align-items: start;
}

.insv-video-eyebrow {
  margin: 0 0 10px;
  color: var(--insv-video-blue);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.insv-video-detail-hero .insv-video-eyebrow {
  color: var(--insv-video-blue);
}

.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-panel 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-detail-panel h1 {
  color: #131d29;
  font-size: 40px;
}

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

.insv-video-detail-panel > p {
  color: var(--insv-video-muted);
}

.insv-video-hero--hub {
  background: #f5f7fa;
  border-bottom: 1px solid rgba(214, 226, 236, .9);
}

.insv-video-hero--hub .insv-video-hub__layout {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(420px, 560px);
  gap: 42px 72px;
  align-items: start;
}

.insv-video-hero--hub .insv-video-hero__copy {
  max-width: 720px;
  padding-top: 8px;
}

.insv-video-hero--hub h1 {
  font-size: 42px;
  line-height: 1.22;
}

.insv-video-hero--hub .insv-video-hero__copy > p:last-child {
  margin-top: 18px;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.85;
}

.insv-video-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  color: #52687f;
  font-size: 15px;
  line-height: 1.6;
}

.insv-video-hero__meta span {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.insv-video-hero__meta strong {
  color: #17212e;
  font-size: 22px;
  line-height: 1;
}

.insv-video-hub-feature {
  display: block;
  overflow: hidden;
  color: inherit;
  border: 1px solid #cfe0ec;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(20, 57, 86, .08);
}

.insv-video-hub-feature:hover {
  color: inherit;
  border-color: #a9c9df;
}

.insv-video-hub-feature__body {
  display: grid;
  gap: 9px;
  padding: 20px 24px 24px;
}

.insv-video-hub-feature__body .insv-video-kicker {
  margin: 0;
}

.insv-video-hub-feature__title {
  display: block;
  color: #13202d;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.insv-video-hub-feature__text {
  display: block;
  color: #5f7285;
  font-size: 15px;
  line-height: 1.75;
}

.insv-video-hub-feature__media,
.insv-video-hero__featured,
.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-hero__featured {
  background: #fff;
}

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

.insv-video-hub-feature:hover img,
.insv-video-hero__featured:hover img,
.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 {
  display: grid;
  grid-template-columns: minmax(240px, 1.45fr) repeat(3, minmax(160px, 1fr)) auto auto;
  gap: 12px;
  align-items: end;
  margin-top: 6px;
  padding: 16px;
  border: 1px solid var(--insv-video-line);
  border-radius: 6px;
  background: #fff;
}

.insv-video-filter label,
.insv-video-filter__search {
  display: grid;
  gap: 6px;
  min-width: 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: 42px;
  padding: 8px 12px;
  border: 1px solid #cddbe7;
  border-radius: 4px;
  background: #fff;
  color: #17212e;
  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 button,
.insv-video-filter__clear,
.insv-video-return,
.insv-video-cta a,
.insv-video-card__link,
.insv-video-detail-cta,
.insv-video-watch-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
}

.insv-video-filter button,
.insv-video-cta a,
.insv-video-return,
.insv-video-card__link,
.insv-video-detail-cta,
.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-detail-cta:hover,
.insv-video-watch-card__cta:hover {
  background: #063b8e;
}

.insv-video-filter__clear {
  color: #28445f;
  background: #eef4f8;
}

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

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

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

.insv-video-featured__head,
.insv-video-library__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.insv-video-featured__head {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

.insv-video-featured__head h2,
.insv-video-library__head h2 {
  margin: 0;
  color: #17212e;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.insv-video-library__head > p {
  max-width: 520px;
  margin: 0;
  color: #5f7285;
  font-size: 15px;
  line-height: 1.75;
}

.insv-video-featured__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #cfe0ec;
  border-radius: 6px;
  background: #fff;
}

.insv-video-featured__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #eef4f8;
}

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

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

.insv-video-featured__copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 34px;
}

.insv-video-featured__copy h3 {
  margin: 0;
  color: #13202d;
  font-size: 28px;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
}

.insv-video-featured__copy p {
  margin: 0;
  color: #5f7285;
  font-size: 15px;
  line-height: 1.75;
}

.insv-video-featured__meta {
  display: grid;
  gap: 10px;
  margin: 2px 0 0;
}

.insv-video-featured__meta div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
}

.insv-video-featured__meta dt {
  color: #6b7d90;
  font-size: 13px;
}

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

.insv-video-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.insv-video-category-tabs .insv-video-category {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: 42px;
  min-width: 0;
  padding: 0 16px;
  border-radius: 4px;
  background: #fff;
}

.insv-video-category-tabs .insv-video-category span {
  font-size: 15px;
  line-height: 1.35;
}

.insv-video-library .insv-video-filter {
  margin: 0 0 18px;
}

.insv-video-library__result {
  margin: 0 0 18px;
  color: #5f7285;
  font-size: 14px;
  line-height: 1.6;
}

.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-side 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-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.insv-video-category {
  display: grid;
  gap: 14px;
  min-height: 138px;
  padding: 20px;
  border: 1px solid #cfe0ec;
  border-radius: 6px;
  background: #f8fbfd;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.insv-video-category:hover {
  transform: translateY(-2px);
  border-color: #a9c9df;
  box-shadow: 0 18px 44px rgba(20, 57, 86, .08);
}

.insv-video-category span {
  color: #17212e;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.insv-video-category small {
  color: #5f7285;
  font-size: 14px;
  line-height: 1.7;
}

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

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

.insv-video-card:hover {
  transform: translateY(-3px);
  border-color: #a9c9df;
  box-shadow: 0 18px 44px rgba(20, 57, 86, .1);
}

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

.insv-video-card__category {
  color: var(--insv-video-blue);
  font-size: 14px;
  font-weight: 700;
}

.insv-video-card h3 {
  margin: 0;
  color: #13202d;
  font-size: 22px;
  line-height: 1.36;
  font-weight: 800;
  letter-spacing: 0;
}

.insv-video-card p {
  margin: 0;
  color: #5f7285;
  font-size: 15px;
  line-height: 1.75;
}

.insv-video-card__link {
  width: max-content;
  min-height: 38px;
  padding: 8px 16px;
}

.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-detail-stack {
  display: grid;
  gap: 28px;
}

.insv-video-detail-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

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

.insv-video-detail-intro h1 {
  font-size: 46px;
}

.insv-video-detail-intro p {
  max-width: 900px;
}

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

.insv-video-watch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.insv-video-watch-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid #cfe0ec;
  border-radius: 6px;
  background: #fff;
}

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

.insv-video-watch-card__cta {
  width: 100%;
}

.insv-video-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 34px;
  align-items: start;
}

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

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

.insv-video-detail-panel {
  display: grid;
  gap: 16px;
}

.insv-video-meta {
  display: grid;
  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,
.insv-video-side {
  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-side {
  padding: 20px;
  border: 1px solid #cfe0ec;
  border-radius: 6px;
  background: #f8fbfd;
}

.insv-video-side section {
  display: grid;
  gap: 12px;
}

.insv-video-side h2 {
  font-size: 18px;
}

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

.insv-video-pill-list a,
.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-pill-list a:hover,
.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-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .insv-video-hero__inner,
  .insv-video-hub__layout,
  .insv-video-featured__layout,
  .insv-video-watch-layout,
  .insv-video-detail-layout,
  .insv-video-detail-body__grid {
    grid-template-columns: 1fr;
  }

  .insv-video-hero--hub .insv-video-hub__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .insv-video-hub-feature {
    width: 100%;
  }

  .insv-video-featured__head,
  .insv-video-library__head,
  .insv-video-detail-intro {
    align-items: flex-start;
    flex-direction: column;
  }

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

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

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

  .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-categories,
  .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-hero h1,
  .insv-video-detail-panel h1,
  .insv-video-detail-intro h1 {
    font-size: 32px;
  }

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

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

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

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

  .insv-video-featured__copy {
    padding: 22px;
  }

  .insv-video-featured__copy h3 {
    font-size: 22px;
  }

  .insv-video-hub-feature__body {
    padding: 18px;
  }

  .insv-video-hub-feature__title {
    font-size: 21px;
  }

  .insv-video-featured__meta div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

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