.home-live-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #dfe6ee;
  background: #f7f9fb;
  isolation: isolate;
}

.home-live-hero__media {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
}

.home-live-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.home-live-hero__inner {
  position: relative;
  z-index: 1;
  padding: 78px 0 76px;
}

.home-live-hero__copy {
  width: min(100%, 520px);
  max-width: none;
}

.home-live-hero .av-kicker {
  color: #1264d1;
}

.home-live-hero h1 {
  max-width: 500px;
  margin: 16px 0 0;
  color: #07152d;
  font-size: 48px;
  line-height: 1.14;
  font-weight: 760;
  letter-spacing: 0;
}

.home-live-hero__lead {
  max-width: 510px;
  margin: 18px 0 0;
  color: #344054;
  font-size: 16px;
  line-height: 1.72;
}

.home-live-hero .av-actions {
  margin-top: 26px;
}

.home-live-hero .av-btn:not(.av-btn--primary) {
  border-color: #cbd7e6;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(8px);
}

.home-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
}

.home-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #475467;
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

.home-hero-points span::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: none;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #0f8b72;
  box-shadow: 0 0 0 2px rgba(15, 139, 114, .16);
}

@media (max-width: 1080px) and (min-width: 761px) {
  .home-live-hero {
    min-height: 540px;
  }

  .home-live-hero__media img {
    object-position: 70% center;
  }

  .home-live-hero__copy {
    width: min(39%, 420px);
  }

  .home-live-hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 760px) {
  .home-live-hero {
    min-height: 680px;
    display: block;
    background: #fff;
  }

  .home-live-hero__media {
    inset: auto 0 0;
    height: 292px;
    border-top: 1px solid #e5eaf0;
  }

  .home-live-hero__media img {
    object-position: 66% 44%;
  }

  .home-live-hero__inner {
    padding: 42px 0 316px;
  }

  .home-live-hero__copy {
    width: 100%;
  }

  .home-live-hero h1 {
    max-width: 540px;
    font-size: 35px;
    line-height: 1.17;
  }

  .home-live-hero__lead {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.65;
  }

  .home-live-hero .av-actions {
    margin-top: 21px;
  }

  .home-hero-points {
    gap: 8px 14px;
    margin-top: 18px;
  }

  .home-hero-points span {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .home-live-hero {
    min-height: 650px;
  }

  .home-live-hero__media {
    height: 270px;
  }

  .home-live-hero__inner {
    padding: 34px 0 275px;
  }

  .home-live-hero h1 {
    font-size: 32px;
  }

  .home-live-hero .av-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .home-live-hero .av-actions .av-btn {
    min-width: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}
