.hm-slider {}
.hm-slide {
  position: relative;
  z-index: 1;
  background: #D9D9D9;
  min-height: 848px;
  padding: 2.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.hm-slide .bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
  z-index: -1;
}
.hm-slide .bg:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 64%, rgba(0,0,0,.64));
}
.hm-slide .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
}
.hm-slide .logo {
  display: block;
  margin-bottom: 1.5rem;
  width: 175px;
  height: 137px;
  pointer-events: none;
  user-select: none;
}
.hm-slide .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.hm-slide .d-flex {
  justify-content: space-between;
  align-items: center;
}
.hm-slide .d-flex .text {
  flex: 1;
  font-size: 4rem;
  line-height: 120%;
  color: white;
  font-weight: bold;
}
.hm-slider .swiper-pagination {
  bottom: 18px;
}
.hm-slider .swiper-pagination-bullet {
  display: inline-block;
  width: 70px;
  height: 4px;
  background: rgba(255,255,255,.33);
  border-radius: 0;
  margin: 0 4px;
}
.hm-slider .swiper-pagination-bullet-active {
  background: rgba(255,255,255,1);
}