.video_block {
  padding: 170px 0 50px;
  background-image: url("/wp-content/uploads/2026/01/hero_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -72px;
}
@media (max-width: 991px) {
  .video_block {
    padding: 100px 0 50px;
  }
}
.video_block_video {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
}
.video_block_wrapper {
  transform: scale(0.9);
  position: relative;
}
.video_block_wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  transition: opacity 0.2s;
}
.video_block_wrapper.is-playing:before {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .video_block_wrapper {
    transform: scale(1) !important;
  }
}
.video_block_play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  background-color: rgba(33, 31, 29, 0.7);
  backdrop-filter: blur(4px);
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  cursor: pointer;
  font-weight: 600;
}
.video_block_play:hover {
  background-color: rgba(33, 31, 29, 0.4);
}
@media (max-width: 991.98px) {
  .video_block_play {
    padding: 10px 16px;
  }
}

/*# sourceMappingURL=video_block.css.map */
