.elementor-widget-trio_video_player .trio-video-player__wrapper {
  position: relative;
}
.elementor-widget-trio_video_player .trio-video-player {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 366/288;
}
.elementor-widget-trio_video_player .trio-video-player__poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elementor-widget-trio_video_player .trio-video-player__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
  background: none;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.elementor-widget-trio_video_player .trio-video-player__play svg {
  display: block;
  width: 100%;
  height: 100%;
}
.elementor-widget-trio_video_player .trio-video-player__play:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.elementor-widget-trio_video_player .trio-video-player__play svg circle {
  transition: fill-opacity 0.2s ease;
}
.elementor-widget-trio_video_player .trio-video-player__play:hover svg circle {
  fill-opacity: 1;
}
.elementor-widget-trio_video_player .trio-video-player__modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}
.elementor-widget-trio_video_player .trio-video-player__modal.is-open {
  display: flex;
}
.elementor-widget-trio_video_player .trio-video-player__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.elementor-widget-trio_video_player .trio-video-player__modal-content {
  position: relative;
  width: 90vw;
  max-width: 60rem;
}
.elementor-widget-trio_video_player .trio-video-player__modal-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.elementor-widget-trio_video_player .trio-video-player__modal-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.elementor-widget-trio_video_player .trio-video-player__modal-close:hover {
  opacity: 1;
}
.elementor-widget-trio_video_player .trio-video-player__video {
  width: 100%;
  border-radius: 0.5rem;
  display: block;
}
.elementor-widget-trio_video_player .trio-video-player__confetti {
  position: absolute;
  pointer-events: none;
}
.elementor-widget-trio_video_player .trio-video-player__confetti svg {
  display: block;
  width: 100%;
  height: auto;
}
.elementor-widget-trio_video_player .trio-video-player__confetti--desktop {
  top: 50%;
  right: 0;
  width: 24.6%;
  transform: translate(74%, -50%);
}
@media (max-width: 767px) {
  .elementor-widget-trio_video_player .trio-video-player__confetti--desktop {
    display: none;
  }
}
.elementor-widget-trio_video_player .trio-video-player__confetti--mobile {
  display: none;
}
@media (max-width: 767px) {
  .elementor-widget-trio_video_player .trio-video-player__confetti--mobile {
    display: block;
    bottom: 0;
    left: 50%;
    width: 93%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .elementor-widget-trio_video_player .trio-video-player__wrapper.has-confetti {
    padding-bottom: 3.5rem;
  }
}
