#headerArea {
  margin-bottom: 0;
}

.informationSlider {
  position: relative;
  opacity: 0;
  border: none !important;
  overflow: hidden;
}
.informationSlider .slider-slide {
  width: 1100px;
  height: 600px;
}
.informationSlider .slider-slide a:focus {
  border: none;
  outline: none;
}
.informationSlider .slider-slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none !important;
}
.informationSlider .slider-slide a[target=_blank]:after,
.informationSlider .slider-slide a[class=pbOpenNewWindow]:after {
  display: none;
}
.informationSlider .slider-button-prev,
.informationSlider .slider-button-next {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1100px;
  height: 600px;
  transition: 0.2s all;
  position: absolute;
  border: none;
  outline: none;
  z-index: 1000;
}
.informationSlider .slider-button-prev {
  left: -2140px;
  right: 0;
  background: url(/library/slider2025/img/bt_fullWideSlider_prev.png) no-repeat right center;
  padding: 0 30px 0 0;
}
.informationSlider .slider-button-next {
  right: -2140px;
  left: 0;
  background: url(/library/slider2025/img/bt_fullWideSlider_next.png) no-repeat left center;
  padding: 0 0 0 30px;
}
.informationSlider .slider-button-prev::after,
.informationSlider .slider-button-next::after {
  content: "";
  display: none;
}
.informationSlider .slider-button-prev:hover,
.informationSlider .slider-button-next:hover {
  opacity: 0.6;
}
.informationSlider .slick-dots {
  width: 100%;
  margin-top: 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  list-style: none !important;
  padding: 0 !important;
}
.informationSlider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background: #BABABA;
  border-radius: 50%;
}
.informationSlider .slick-dots li.slick-active button {
  background: #D8406A;
}

@media screen and (max-width: 767px) {
  .informationSlider {
    margin-bottom: 15px;
  }
  .informationSlider .slider-slide {
    width: 100%;
    height: 100%;
  }
  .informationSlider .slider-slide img {
    width: 100%;
    aspect-ratio: 11/6;
    object-fit: cover;
  }
  .informationSlider .slider-button-prev,
  .informationSlider .slider-button-next {
    position: absolute;
    width: 30px;
    height: calc(100% - 25px);
    z-index: 10;
    margin: 0;
  }
  .informationSlider .slider-button-prev {
    left: 0;
    right: auto;
  }
  .informationSlider .slider-button-next {
    left: auto;
    right: 0;
  }
}