@font-face {
  font-family: "Manrope Variable";
  src: url("./fonts/Manrope-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

.customized-hero {
  height: 500px;
  background-image:
    linear-gradient(90deg, rgba(14, 17, 23, 0.6) 0%, rgba(20, 35, 68, 0.6) 100%),
    url("../img/probannersolutions.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.customized-hero-inner {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.customized-hero-slogan {
  position: absolute;
  left: -56px;
  top: 304px;
  width: 298px;
  height: 18px;
  z-index: 1;
}

.customized-hero-slogan img {
  width: 100%;
  height: 100%;
  display: block;
}

.customized-hero-main {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.customized-hero-copy {
  width: 760px;
  flex-shrink: 0;
  padding-bottom: 180px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.customized-hero-breadcrumb {
  margin: 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Manrope Variable", "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.customized-hero-title {
  margin: 0;
  line-height: 1.1;
  color: #ffffff;
  font-family: "Manrope Variable", "Manrope", Arial, sans-serif;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}

.customized-hero-tabs {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 831px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 40px;
}

.customized-hero-tab {
  min-height: 77px;
  padding: 24px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  background: rgba(20, 35, 68, 0.9);
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}

.customized-hero-tab span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
  line-height: 1.4;
  white-space: nowrap;
  padding-bottom: 6px;
}

.customized-hero-tab span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #23d972 0%, #0fa3a3 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.customized-hero-tab:hover span::after,
.customized-hero-tab.is-active span::after {
  transform: scaleX(1);
}

.customized-hero-tab:not(:hover):not(.is-active) span::after {
  transform-origin: left center;
}

.customized-hero-tab.is-active {
  background: #ffffff;
}

.customized-hero-tab.is-active span {
  color: #042959;
}

.customized-platform-section {
  padding: 120px 0;
  background: #ffffff;
}

.customized-platform-inner,
.customized-overview-inner,
.customized-capabilities-inner,
.customized-technologies-inner,
.customized-applications-inner,
.customized-related-inner {
  width: 1440px;
  margin: 0 auto;
}

.customized-platform-inner {
  position: relative;
}

.customized-platform-pane {
  display: none;
  flex-direction: column;
  gap: 40px;
}

.customized-platform-pane.is-active {
  display: flex;
}

.customized-platform-copy {
  width: 831px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.customized-section-gradient-title {
  margin: 0;
  line-height: 1.25;
  font-family: "Manrope Variable", "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  background: linear-gradient(90deg, #1b8c6c 0%, #042959 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.customized-platform-text,
.customized-overview-text {
  margin: 0;
  line-height: 1.7;
  color: #042959;
  font-family: "Manrope Variable", "Manrope", Arial, sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.customized-platform-text {
  max-width: 831px;
}

.customized-overview-text {
  max-width: 100%;
}

.customized-platform-video {
  width: 100%;
  aspect-ratio: 920 / 518;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #000000;
}

.customized-platform-video::after {
  pointer-events: none;
}

.customized-platform-video-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.customized-platform-video-cover {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.customized-platform-video-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 24px;
  border: none;
  background: rgba(6, 10, 20, 0.05);
  backdrop-filter: blur(8px);
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.customized-platform-video-time {
  line-height: 1.6;
  color: #ffffff;
}

.customized-platform-video-play {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
}

.customized-platform-video-trigger.is-playing .customized-platform-video-play {
  width: 14px;
  height: 14px;
  border: none;
  background:
    linear-gradient(90deg, #23f177 0 4px, transparent 4px 10px, #23f177 10px 14px);
}

.customized-platform-video-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 4px;
  background: rgba(255, 255, 255, 0.16);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.customized-platform-video.has-started .customized-platform-video-progress {
  opacity: 1;
}

.customized-platform-video-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #6bdcff 0%, #3fa4ff 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.12s linear;
}

.customized-platform-video.has-started::after {
  opacity: 0;
}

.customized-platform-video.has-started .customized-platform-video-media {
  opacity: 1;
  visibility: visible;
}

.customized-platform-video.has-started .customized-platform-video-cover {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.customized-platform-video.is-playing .customized-platform-video-trigger {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.customized-platform-video.has-started:not(.is-playing) .customized-platform-video-trigger {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.customized-platform-cpo-image-wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 4px;
}

.customized-platform-cpo-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.customized-overview-section {
  padding: 0 0 120px;
  background: #ffffff;
}

.customized-overview-copy {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px 0;
}

.customized-related-section {
  padding: 120px 0;
  background: #ffffff;
  border-top: 1px solid #d0d3d9;
  overflow: hidden;
}

.customized-related-inner {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.customized-related-head {
  width: 311px;
  min-height: 388px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.customized-related-head .customized-section-gradient-title {
  max-width: 420px;
}

.customized-related-nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
}

.customized-related-arrow {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.customized-related-arrow img {
  width: 16px;
  height: 16px;
  display: block;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.customized-related-arrow.is-prev:hover img {
  transform: translateX(-4px);
  filter: brightness(0) saturate(100%) invert(44%) sepia(74%) saturate(520%) hue-rotate(124deg) brightness(91%) contrast(90%);
}

.customized-related-arrow.is-next:hover img {
  transform: translateX(4px);
  filter: brightness(0) saturate(100%) invert(44%) sepia(74%) saturate(520%) hue-rotate(124deg) brightness(91%) contrast(90%);
}

.customized-related-count {
  line-height: 1.6;
  color: #042959;
}

.customized-related-track-wrap {
  flex: 0 0 1289px;
  width: 1289px;
  overflow: hidden;
  position: relative;
}

.customized-related-track {
  width: 100%;
  flex: none;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-left: 80px;
  padding-right: 0;
  box-sizing: border-box;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
  will-change: transform;
  transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
}

.customized-related-track::-webkit-scrollbar {
  display: none;
}

.customized-related-track.is-dragging {
  cursor: grabbing;
  transition: none;
}

.customized-related-track.is-dragging,
.customized-related-track.is-dragging * {
  user-select: none;
}

.customized-product-card {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.customized-product-image-link {
  width: 100%;
  display: block;
  text-decoration: none;
}

.customized-product-image-wrap {
  width: 100%;
  aspect-ratio: 342 / 342;
  background: #f0f2f5;
  border-radius: 4px;
  overflow: hidden;
}

.customized-product-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 0.35s ease;
}

.customized-product-title {
  margin: 0;
  line-height: 1.6;
  color: #010705;
  font-family: "Manrope Variable", "Manrope", Arial, sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.customized-product-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5a657c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.customized-product-link-arrow {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.customized-product-link-arrow img {
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(45deg);
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(0) saturate(100%) invert(40%) sepia(12%) saturate(776%) hue-rotate(184deg) brightness(91%) contrast(86%);
}

.customized-product-card:hover .customized-product-image {
  transform: scale(1.06);
}

.customized-product-card:hover .customized-product-link {
  color: #1b8c6c;
}

.customized-product-card:hover .customized-product-link-arrow img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(74%) saturate(520%) hue-rotate(124deg) brightness(91%) contrast(90%);
}

@media screen and (max-width: 768px) {
  .customized-hero {
    height: auto;
    min-height: 420px;
  }

  .section.section-hero.customized-hero {
    padding-bottom: 0;
  }

  .customized-hero-inner,
  .customized-platform-inner,
  .customized-overview-inner,
  .customized-capabilities-inner,
  .customized-technologies-inner,
  .customized-applications-inner,
  .customized-related-inner {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  .customized-hero-inner {
    padding: 120px 0 0;
    box-sizing: border-box;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .customized-hero-slogan {
    display: none;
  }

  .customized-hero-main {
    width: 100%;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
  }

  .customized-hero-copy {
    width: 100%;
    padding-bottom: 0;
  }

  .customized-hero-tabs {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    align-self: stretch;
    justify-content: center;
    margin-top: auto;
    gap: 12px;
    overflow-x: visible;
    transform: none;
  }

  .customized-hero-tab:nth-child(n + 3) {
    display: none;
  }

  .customized-hero-tab {
    min-height: 56px;
    padding: 16px 20px;
  }

  .customized-platform-section,
  .customized-overview-section,
  .customized-capabilities-section,
  .customized-technologies-section,
  .customized-applications-section,
  .customized-related-section {
    padding: 64px 0;
  }

  .customized-section-gradient-title {
    font-size: 40px;
  }

  .customized-related-inner {
    flex-direction: column;
    gap: 24px;
  }

  .customized-platform-cpo-image-wrap {
    height: auto;
    aspect-ratio: 1440 / 400;
  }

  .customized-related-head {
    width: 100%;
    min-height: auto;
    gap: 24px;
  }

  .customized-related-nav {
    display: none;
  }

  .customized-related-track-wrap {
    flex: 1 1 auto;
    width: 100%;
    overflow: hidden;
  }

  .customized-related-track {
    width: 100%;
    flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding-left: calc((100% - 280px) / 2);
    padding-right: calc((100% - 280px) / 2);
    box-sizing: border-box;
    cursor: grab;
  }

  .customized-product-card {
    width: 280px;
  }
}
