.product-hero {
  background: #f4f6f8;
  padding: 72px 0;
}

.product-hero h1 {
  color: #14253d;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 22px;
}

.product-hero .lead {
  color: #445064;
  font-size: 18px;
  line-height: 1.75;
}

.product-hero-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.portal-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #e7e9ed;
  padding: 14px 0;
}

.portal-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.portal-breadcrumb li:not(:last-child)::after {
  color: #7d8693;
  content: '/';
  margin-left: 8px;
}

.product-slider {
  background: #111820;
  overflow: hidden;
  position: relative;
}

.product-slide {
  display: none;
  margin: 0;
}

.product-slide.is-active {
  display: block;
}

.product-slide img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: contain;
  width: 100%;
}

.product-slide figcaption {
  background: rgba(0, 0, 0, .78);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px 18px;
  position: absolute;
  right: 0;
}

.slider-control {
  align-items: center;
  background: #fff;
  border: 0;
  color: #14253d;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  height: 46px;
  justify-content: center;
  position: absolute;
  top: calc(50% - 23px);
  width: 46px;
  z-index: 2;
}

.slider-control:hover,
.slider-control:focus {
  background: #1179bd;
  color: #fff;
}

.slider-control.prev { left: 14px; }
.slider-control.next { right: 14px; }

.role-section {
  border-top: 1px solid #e3e6ea;
  padding: 32px 0;
}

.role-section:first-child { border-top: 0; }

.role-section h2 {
  color: #14253d;
  font-size: 27px;
}

.market-note {
  border-left: 4px solid #1179bd;
  padding-left: 20px;
}

.product-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.product-chips li {
  background: #e8f2f8;
  color: #14334d;
  padding: 9px 13px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li { margin-bottom: 8px; }
.footer address { color: #c5c9ce; font-style: normal; }

@media (max-width: 767px) {
  .product-hero { padding: 48px 0; }
  .product-hero h1 { font-size: 32px; }
  .product-hero .col-lg-6 + .col-lg-6 { margin-top: 28px; }
  .role-section h2 { font-size: 23px; }
}
