.hwt-hero{
  --h: 35em;
  --r: 1.75em;
  position: relative;
  width: 100%;
  background: transparent;
}

.hwt-hero__viewport{
  position: relative;
  height: var(--h);
  border-radius: var(--r);
  overflow: hidden;
  background: transparent;
}

.hwt-hero__track{
  position: relative;
  height: 100%;
  display: block;             
  transition: none !important;
  will-change: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hwt-hero__slide{
  position: absolute !important;
  inset: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  isolation: isolate;
  background: transparent;
  transition: none !important;
  z-index: 1;
}

.hwt-hero__slide.is-active{
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
}

.hwt-hero__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hwt-hero__bg{
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: brightness(.9) saturate(.95);
  border-radius: 3.125em;
  z-index: 0;
}

.hwt-hero__overlay{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
}

.hwt-hero__controls{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.75em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2.5em;
  z-index: 4;
  pointer-events: none; 
}

.hwt-hero__arrow, 
.hwt-hero__dot{ 
  pointer-events: auto; 
}

.hwt-hero__arrow{
  width: 2.125em;
  height: 2.125em;
  border-radius: 62.4375em;
  border: none;
  background: none;
  color: #fff;
  font-size: 1.25em;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.hwt-hero__arrow.is-prev img{
  transform: scaleX(-1) translateX(2px);
 
}

.hwt-hero__arrow:hover {
  background-color: #765496;
}

.hwt-hero__dots{
  display: inline-flex;
  gap: 0.625em;
  align-items: center;
}

.hwt-hero__dot{
  width: 0.25em;
  height: 0.25em;
  border: 0.0625em solid #FFF !important;
  padding: 0;
  border-radius: 62.4375em;
  background: rgba(255,255,255,.45);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, width .25s ease;
}

.hwt-hero__dot[aria-selected="true"]{
  width: 0.875em;
}

.u-visually-hidden{
  position: absolute !important;
  height: 0.0625em;
  width: 0.0625em;
  overflow: hidden;
  clip: rect(0.0625em,0.0625em,0.0625em,0.0625em);
  white-space: nowrap;
  clip-path: inset(50%);
}
.hwt-header-slideshow {
  height: 35rem;
}