.sttc-hero {
  background: #fff;
  clear: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.sttc-site-header + .main-content,
.sttc-site-header + .main-content > .sttc-hero,
.sttc-site-header + .main-content > #home.sttc-hero {
  clear: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.main-content > .sttc-hero:first-child,
#home.sttc-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.sttc-hero:before {
  display: none;
}

.sttc-hero .container {
  max-width: none;
  padding: 0 !important;
  width: 100%;
}

section.sttc-hero > .container,
section.sttc-hero > .container-fluid {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sttc-hero__layout {
  display: block;
  margin: 0;
  padding: 0;
}

.sttc-hero__stage {
  aspect-ratio: 16 / 5;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sttc-hero__slide {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.65s ease;
}

.sttc-hero__slide:before {
  display: none;
}

.sttc-hero__slide:after {
  display: none;
}

.sttc-hero__slide a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.sttc-hero__slide img {
  height: 100%;
  inset: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.sttc-hero__slide.is-active {
  opacity: 1;
  z-index: 2;
}

.sttc-hero__arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(19, 30, 53, 0.18);
  color: #16213a;
  display: inline-flex;
  font-size: 25px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 44px;
  z-index: 4;
}

.sttc-hero__arrow:hover,
.sttc-hero__arrow:focus {
  background: #9b1c1f;
  color: #fff;
  outline: none;
  transform: scale(1.04);
}

.sttc-hero__arrow--prev {
  left: 18px;
}

.sttc-hero__arrow--next {
  right: 18px;
}

@media (max-width: 991px) {
  .sttc-hero {
    padding: 0;
  }

  .sttc-hero .container {
    width: 100%;
  }

  .sttc-hero__layout {
    display: block;
  }

  .sttc-hero__stage {
    aspect-ratio: 16 / 5;
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .sttc-hero__arrow {
    height: 38px;
    margin-top: -19px;
    width: 38px;
  }

  .sttc-hero__arrow--prev {
    left: 10px;
  }

  .sttc-hero__arrow--next {
    right: 10px;
  }
}

@media (max-width: 575px) {
  .sttc-hero .container {
    width: 100%;
  }

  .sttc-hero__stage {
    aspect-ratio: 16 / 5;
    height: auto;
  }

  .sttc-hero__arrow {
    font-size: 20px;
    height: 34px;
    margin-top: -17px;
    width: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sttc-hero__slide {
    transition: none;
  }

  .sttc-hero__slide:first-child {
    opacity: 1;
  }
}
