/* Homepage hero — 24A */

.hero-band,
.hero-band *,
.hero-band *::before,
.hero-band *::after {
  box-sizing: border-box;
}

.hero-band {
  float: left;
  width: 100%;
  background: #f5f5f5;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #1d2429;
}

.hero-band__shell {
  display: flex;
  justify-content: center;
}

.hero-band__inner {
  width: 1200px;
  flex: none;
  display: flex;
  align-items: stretch;
  position: relative;
  height: 271px;
}

.hero-carousel {
  width: 464px;
  height: 271px;
  flex: none;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
  background: #1d2429;
}

.hero-carousel .owl-carousel,
.hero-carousel .owl-stage-outer,
.hero-carousel .owl-stage,
.hero-carousel .owl-item,
.hero-carousel .item {
  margin: 0;
}

.hero-carousel .homebannercarousel.owl-carousel {
  display: block;
  width: 464px;
  height: 271px;
}

.hero-carousel .owl-carousel .item,
.hero-carousel .owl-carousel a {
  display: block;
  line-height: 0;
}

.hero-carousel img {
  display: block !important;
  width: 464px !important;
  height: 271px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  border: 0;
}

.hero-carousel .owl-nav {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  margin: 0 !important;
  top: 0;
  left: 0;
  pointer-events: none;
}

.hero-carousel .owl-nav.disabled,
.hero-carousel .owl-dots.disabled {
  display: none;
}

.hero-carousel a {
  display: block;
  text-decoration: none;
  border: 0;
  color: inherit;
}

.hero-carousel .owl-nav .owl-prev,
.hero-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 !important;
  background: rgba(29, 36, 41, 0.45) !important;
  color: #fff;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  pointer-events: auto;
}

.hero-carousel .owl-nav .owl-prev {
  left: 10px;
}

.hero-carousel .owl-nav .owl-next {
  right: 10px;
}

.hero-carousel .owl-nav .owl-prev span,
.hero-carousel .owl-nav .owl-next span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.hero-carousel .owl-nav .owl-prev:hover,
.hero-carousel .owl-nav .owl-next:hover,
.hero-carousel .owl-nav .owl-prev:focus,
.hero-carousel .owl-nav .owl-next:focus {
  background: #204e75 !important;
  color: #fff;
  text-decoration: none;
}

.hero-carousel .owl-nav .owl-prev:focus-visible,
.hero-carousel .owl-nav .owl-next:focus-visible,
.hero-carousel .owl-dots .owl-dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.hero-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  z-index: 3;
  height: auto;
}

.hero-carousel .owl-dots .owl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 6px 3px;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  outline: none;
}

.hero-carousel .owl-dots .owl-dot span {
  display: block;
  width: 18px;
  height: 3px;
  margin: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.45);
}

.hero-carousel .owl-dots .owl-dot.active span,
.hero-carousel .owl-dots .owl-dot:hover span,
.hero-carousel .owl-dots .owl-dot:focus span {
  background: #fff;
}

.hero-bay {
  flex: 1;
  min-width: 0;
  height: 271px;
  padding: 14px 170px 12px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.hero-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1;
  text-decoration: none;
  color: inherit;
}

a.hero-rating:visited {
  color: inherit;
  text-decoration: none;
}

a.hero-rating:hover .hero-rating-note,
a.hero-rating:focus-visible .hero-rating-note {
  text-decoration: underline;
}

.hero-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}

.hero-stars svg {
  display: block;
}

.hero-rating-score {
  font-size: 12.5px;
  font-weight: 700;
  color: #1d2429;
}

.hero-rating-note {
  font-size: 12.5px;
  font-weight: 400;
  color: #8a9199;
}

.hero-heading {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-heading h2 {
  margin: 0 !important;
  padding: 0;
  width: auto;
  float: none;
  background: none;
  font-size: 31px;
  line-height: 1 !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #000;
  text-transform: uppercase;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  padding: 0;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.15;
  color: #c4470c;
  text-transform: uppercase;
}

.hero-eyebrow-rule {
  display: block;
  width: 24px;
  height: 2px;
  background: #c4470c;
  flex: none;
}

.hero-powers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin-top: 15px;
}

.hero-power {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.hero-power-icon {
  width: 34px;
  height: 34px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5ecf3;
  position: relative;
}

.hero-power-icon svg {
  display: block;
}

.hero-power-icon--num span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #204e75;
  line-height: 1;
}

.hero-power-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #1d2429;
  white-space: nowrap;
  min-width: 0;
}

.hero-mascot {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 131px;
  height: 167px;
  display: block;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .hero-band__shell {
    padding: 0 15px;
  }

  .hero-band__inner {
    width: 100%;
    max-width: 1200px;
  }

  .hero-bay {
    padding-right: 150px;
  }
}

@media (max-width: 1023px) {
  .hero-mascot {
    display: none;
  }

  .hero-bay {
    padding-right: 28px;
  }

  .hero-power-label {
    font-size: 15px;
  }
}

@media (max-width: 859px) {
  .hero-band__inner {
    flex-direction: column;
    height: auto;
  }

  .hero-carousel,
  .hero-carousel .homebannercarousel.owl-carousel,
  .hero-bay {
    width: 100%;
    height: auto;
  }

  .hero-carousel img {
    width: 100% !important;
    height: auto !important;
  }

  .hero-bay {
    padding: 20px 22px 24px;
  }

  .hero-heading h2 {
    font-size: 26px;
  }

  .hero-carousel .owl-nav .owl-prev,
  .hero-carousel .owl-nav .owl-next {
    width: 44px;
    height: 44px;
  }

  .hero-carousel .owl-dots .owl-dot {
    width: 44px;
    height: 44px;
    padding: 0;
  }
}

@media (max-width: 559px) {
  .hero-powers {
    grid-template-columns: 1fr;
  }

  .hero-power-label {
    font-size: 15px;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel .owl-item,
  .hero-carousel .owl-stage {
    transition: none !important;
  }
}
