.hero__item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.5rem;
}

.hero__item img {
  display: block;
  width: 100%;
  object-fit: cover;
}


.section-hero__title {
  position: absolute;
  max-width: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
}



.sw-hero-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  width: calc(100% - 2rem);
  justify-content: space-between;
}

.sw-hero-nav span.swiper-button-disabled {
  opacity: 0.5;
}

.sw-hero-nav span:not(.swiper-button-disabled):hover {
  background-color: var(--c1);
  color: #fff;
}

.sw-hero-nav span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--c1);
  font-size: 1.75rem;
  pointer-events: all;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 0.25rem;
}

.sw-pg-wrap {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 1;
  clip-path: polygon(7.798% 25.338%, 7.798% 25.338%, 8.339% 20.77%, 8.941% 16.606%, 9.596% 12.863%, 10.301% 9.56%, 11.049% 6.715%, 11.835% 4.346%, 12.653% 2.472%, 13.499% 1.111%, 14.367% 0.281%, 15.252% 0%, 84.748% 0%, 84.748% 0%, 85.633% 0.281%, 86.501% 1.111%, 87.347% 2.472%, 88.166% 4.346%, 88.951% 6.715%, 89.699% 9.56%, 90.404% 12.863%, 91.059% 16.606%, 91.661% 20.77%, 92.202% 25.338%, 100% 98.148%, 0% 98.148%, 7.798% 25.338%);
  padding-inline: 2rem;
  height: 1.875rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translateY(0.125rem);
}

.sw-pg {
  display: flex;
  padding-bottom: 4px;
}

span.swiper-pagination-bullet {
  transition: 0.5s;
  margin: 0;
}