.rm-video-pilot {
  margin: 2rem 0 2.25rem;
  padding: 1.25rem;
  border: 1px solid rgba(20, 24, 31, 0.13);
  border-radius: 18px;
  background: #f7f8fa;
  box-shadow: 0 12px 30px rgba(20, 24, 31, 0.06);
}

.rm-video-pilot__copy {
  max-width: 860px;
}

.rm-video-pilot__eyebrow {
  margin-bottom: .45rem;
  font-size: .76rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .085em;
  text-transform: uppercase;
  color: #335b45;
}

.rm-video-pilot__heading {
  margin: 0 0 .75rem !important;
  font-size: clamp(1.25rem, 2.6vw, 1.75rem) !important;
  line-height: 1.18 !important;
}

.rm-video-pilot__copy p,
.rm-video-pilot__note,
.rm-video-pilot__sources {
  margin: .7rem 0 0;
}

.rm-video-pilot__media {
  position: relative;
  margin-top: 1rem;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  background: #11151a;
}

.rm-video-pilot__activate {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #11151a;
  color: #fff;
}

.rm-video-pilot__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rm-video-pilot__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.52));
}

.rm-video-pilot__play {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #11151a;
  font-size: 1.35rem;
  padding-left: .15rem;
  box-shadow: 0 6px 22px rgba(0,0,0,.25);
}

.rm-video-pilot__play-label {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: .8rem;
  z-index: 2;
  font-size: .85rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0,0,0,.8);
}

.rm-video-pilot__activate:focus-visible {
  outline: 3px solid #5b7c67;
  outline-offset: -4px;
}

.rm-video-pilot__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.rm-video-pilot__note {
  padding-top: .8rem;
  border-top: 1px solid rgba(20, 24, 31, 0.10);
  font-size: .92rem;
  color: #353b44;
}

.rm-video-pilot__sources,
.rm-video-pilot__fallback {
  font-size: .84rem;
  color: #5b626c;
}

.rm-video-pilot__sources a,
.rm-video-pilot__fallback a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 640px) {
  .rm-video-pilot {
    margin: 1.5rem 0 1.75rem;
    padding: 1rem;
    border-radius: 14px;
  }

  .rm-video-pilot__media {
    border-radius: 11px;
  }

  .rm-video-pilot__play {
    width: 56px;
    height: 56px;
  }
}
