/* Homepage five-slide carousel refresh. */
body.page-index-index #pdv_106725 {
  height: 820px !important;
  overflow: hidden;
  background: #0b3158;
}
body.page-index-index #pdv_106725 .wuslides,
body.page-index-index #pdv_106725 .wuslides-wraper,
body.page-index-index #pdv_106725 .wu-slide-list,
body.page-index-index #pdv_106725 .wu-slide-list > li {
  height: 820px !important;
}
body.page-index-index #pdv_106725 .wuslides .full {
  height: 820px !important;
}
body.page-index-index #pdv_106725 .wu-slide-list > li {
  overflow: hidden;
  background: #0b3158;
}
body.page-index-index #pdv_106725 .wu-slide-list > li a,
body.page-index-index #pdv_106725 .wu-slide-list > li img {
  width: 100% !important;
  height: 100% !important;
}
body.page-index-index #pdv_106725 .wu-slide-list > li img {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
  transition: transform .8s ease, filter .4s ease;
}
body.page-index-index #pdv_106725 .wu-slide-list > li.active img {
  transform: scale(1.015);
}
body.page-index-index #pdv_106725 .wuslides-wraper::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  background: linear-gradient(180deg,transparent,rgba(3,31,65,.38));
  content: "";
  pointer-events: none;
}
body.page-index-index #pdv_106725 .wuslides-nav {
  bottom: 24px !important;
  line-height: 0 !important;
  width: 100% !important;
}
body.page-index-index #pdv_106725 .wuslides-nav ul {
  display: inline-flex;
  left: 0 !important;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  background: rgba(3,32,67,.28);
  box-shadow: 0 8px 24px rgba(0,22,55,.16);
  backdrop-filter: blur(8px);
}
body.page-index-index #pdv_106725 .wuslides-nav li {
  width: 26px !important;
  height: 4px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.48) !important;
  opacity: 1 !important;
  transition: width .25s ease, background-color .25s ease;
}
body.page-index-index #pdv_106725 .wuslides-nav li.active {
  width: 44px !important;
  background: #fff !important;
}
body.page-index-index #pdv_106725 .arrow {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  background: rgba(3,32,67,.25) !important;
  opacity: .72 !important;
  backdrop-filter: blur(8px);
  transition: transform .22s ease, background-color .22s ease, opacity .22s ease;
}
body.page-index-index #pdv_106725 .arrow:hover {
  background: rgba(8,121,223,.78) !important;
  opacity: 1 !important;
  transform: translateY(-50%) scale(1.06);
}
@media (max-width: 768px) {
  body.page-index-index #pdv_106725,
  body.page-index-index #pdv_106725 .wuslides,
  body.page-index-index #pdv_106725 .wuslides-wraper,
  body.page-index-index #pdv_106725 .wu-slide-list,
  body.page-index-index #pdv_106725 .wu-slide-list > li,
  body.page-index-index #pdv_106725 .wuslides .full { height: 430px !important; }
  body.page-index-index #pdv_106725 .arrow { width: 38px !important; height: 38px !important; }
  body.page-index-index #pdv_106725 .wuslides-nav { bottom: 16px !important; }
}