.hiw-slide {
  max-width: 44%;
  height: auto;
}
.hiw-slide-wrapper {
  display: flex;
  border: 1px solid #000000;
  height: 100%;
}
.hiw-slide-number {
  background-color: #ffa799;
  color: #000000;
  font-family: 'News Gothic Std', Sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  padding: 20px 60px;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #000;
}
.hiw-slide-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hiw-slide-content {
  padding: 30px 40px;
}
.hiw-slider-title {
  color: #000000;
  font-family: 'News Gothic Std', Sans-serif;
  font-size: 1.6rem !important;
  font-weight: bold !important;
}
.hiw-slider-button {
  font-family: 'Avenir', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1rem;
  fill: #000000;
  color: #000000;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: #000000;
  border-radius: 0px 0px 0px 0px;
  padding: 12px 40px 12px 40px;
  text-decoration: none;
  width: max-content;
}
.hiw-slider-button:hover {
  background-color: #000000;
  color: #ffffff;
}

.hiw-slide-content p {
  color: #000000;
  font-family: 'Avenir', Sans-serif;
  margin-bottom: 0;
}
.hiw-slider-nav {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.hiw-slider-nav img {
  max-height: 40px;
}
.cew-hiw-button-prev,
.cew-hiw-button-next,
.cew-hiw-button-prev:hover,
.cew-hiw-button-next:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border: none;
  border-radius: 0 !important;
  line-height: 0;
  outline: none !important;
}
.cew-hiw-button-prev .prev-slide-disabled,
.cew-hiw-button-next .next-slide-disabled,
.cew-hiw-button-prev.swiper-button-disabled .prev-slide,
.cew-hiw-button-next.swiper-button-disabled .next-slide {
  display: none;
}
.cew-hiw-button-prev.swiper-button-disabled .prev-slide-disabled,
.cew-hiw-button-next.swiper-button-disabled .next-slide-disabled {
  display: block;
}

@media (max-width: 768px) {
  .hiw-slide {
    max-width: 90%;
  }
  .hiw-slide-content {
    padding: 30px 30px;
  }
  .hiw-slide-wrapper {
    justify-content: space-between;
  }
  .hiw-slide-number {
    padding: 30px;
    font-size: 3.8rem;
  }
  .swiper-slide a {
    display: block;
    width: 100%;
    border-right: none;
    text-align: center;
  }
  .hiw-slider-nav img {
    max-height: 26px;
  }
}
