.hs-kicker{
  letter-spacing:.18em;
}

.hs-coverWrap{
  display:flex;
}

.hs-cover{
  display:block;
  width:100%;
  height:100%;
  flex:1 1 auto;
  object-fit:cover;
  object-position:center;
  border:solid 2px #fff;
  max-height:none;
}

@media(min-width:992px){
  .hs-coverWrap{
    min-height:360px;
  }
}

.hs-swiper{
  --swiper-theme-color:rgba(255,255,255,0.9);
}

.hs-swiper .swiper-wrapper {
  margin-bottom: 24px;
}

.hs-pagination{
  position:static;
  text-align:left;
}

.hs-pagination .swiper-pagination-bullet{
  width:10px;
  height:10px;
  opacity:.55;
}

.hs-pagination .swiper-pagination-bullet-active{
  opacity:1;
}

.hs-nav{
  width:40px;
  height:40px;
  padding:0;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.hs-caret{
  width:6px;
  height:6px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  display:block;
}

.hs-caret--left{
  transform:rotate(-135deg);
}

.hs-caret--right{
  transform:rotate(45deg);
}

.swiper-button-disabled{
  opacity:.45;
  pointer-events:none;
}

.hs-panel-shell{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(135deg,#360f0b 0%,#103b7c 100%);
  box-shadow:0 18px 55px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.06);
}

.hs-panel-shell::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 2px,rgba(255,255,255,0) 2px,rgba(255,255,255,0) 14px);
  -webkit-mask-image:linear-gradient(135deg,rgba(0,0,0,1) 0%,rgba(0,0,0,.65) 20%,rgba(0,0,0,.28) 38%,rgba(0,0,0,.10) 50%,rgba(0,0,0,0) 62%);
  mask-image:linear-gradient(135deg,rgba(0,0,0,1) 0%,rgba(0,0,0,.65) 20%,rgba(0,0,0,.28) 38%,rgba(0,0,0,.10) 50%,rgba(0,0,0,0) 62%);
  opacity:.8;
}

.hs-panel-body{
  position:relative;
  z-index:1;
}

.ratio-9x16{--bs-aspect-ratio:177.7778%;}

@media(prefers-reduced-motion:reduce){
  .hs-panel-shell::before{
    opacity:.7;
  }
}