
.lite-video[data-v-391d0698] {
  width: 100%;
}
.lite-video__frame[data-v-391d0698] {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0d1f2d;
  border-radius: var(--radius-md);
  box-shadow: 0 16px 40px rgb(8 30 45 / 16%);
}
.lite-video__frame iframe[data-v-391d0698],
.lite-video__poster[data-v-391d0698],
.lite-video__poster img[data-v-391d0698] {
  display: block;
  width: 100%;
  height: 100%;
}
.lite-video__frame iframe[data-v-391d0698] {
  border: 0;
}
.lite-video__poster[data-v-391d0698] {
  position: relative;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #0d1f2d;
  border: 0;
  cursor: pointer;
}
.lite-video__poster[data-v-391d0698]::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgb(4 17 27 / 4%) 45%, rgb(4 17 27 / 68%) 100%);
  transition: background .2s ease;
}
.lite-video__poster[data-v-391d0698]:hover::after,
.lite-video__poster[data-v-391d0698]:focus-visible::after {
  background: linear-gradient(180deg, rgb(4 17 27 / 1%) 38%, rgb(4 17 27 / 58%) 100%);
}
.lite-video__poster img[data-v-391d0698] {
  object-fit: cover;
}
.lite-video__poster strong[data-v-391d0698] {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 18px;
  left: 22px;
  font-size: .9rem;
  line-height: 1.4;
  text-align: center;
}
.lite-video__play[data-v-391d0698] {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 76px;
  height: 54px;
  place-items: center;
  background: #e62117;
  border-radius: 15px;
  box-shadow: 0 8px 26px rgb(0 0 0 / 32%);
  transform: translate(-50%, -50%);
  transition: transform .2s ease, background .2s ease;
}
.lite-video__poster:hover .lite-video__play[data-v-391d0698],
.lite-video__poster:focus-visible .lite-video__play[data-v-391d0698] {
  background: #ff1f14;
  transform: translate(-50%, -50%) scale(1.06);
}
.lite-video__play span[data-v-391d0698] {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #fff;
}
.lite-video__caption[data-v-391d0698] {
  display: flex;
  gap: 18px;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 12px;
}
.lite-video__caption p[data-v-391d0698] {
  margin: 0;
  color: #536575;
  font-size: .9rem;
  line-height: 1.65;
}
.lite-video__caption a[data-v-391d0698] {
  flex: 0 0 auto;
  color: #1d6b59;
  font-size: .82rem;
  font-weight: 750;
}
@media (max-width: 640px) {
.lite-video__play[data-v-391d0698] {
    width: 62px;
    height: 44px;
}
.lite-video__poster strong[data-v-391d0698] {
    bottom: 12px;
    font-size: .78rem;
}
.lite-video__caption[data-v-391d0698] {
    display: block;
}
.lite-video__caption a[data-v-391d0698] {
    display: inline-block;
    margin-top: 8px;
}
}
