.elementor-8025 .elementor-element.elementor-element-498f553{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8025 .elementor-element.elementor-element-2fbeba1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-8025 .dialog-widget-content{background-color:var( --e-global-color-primary );border-radius:16px 16px 16px 16px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-8025{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-8025 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-8025 .dialog-close-button{display:flex;font-size:24px;}#elementor-popup-modal-8025 .dialog-close-button i{color:#FAFCFF87;}#elementor-popup-modal-8025 .dialog-close-button svg{fill:#FAFCFF87;}#elementor-popup-modal-8025 .dialog-close-button:hover i{color:#FAFCFF;}@media(max-width:1024px){#elementor-popup-modal-8025 .dialog-message{width:90vw;}}@media(max-width:767px){#elementor-popup-modal-8025 .dialog-message{width:95vw;}}/* Start custom CSS */.cm-video-popup {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

/* iframe hidden initially */
.cm-video-popup iframe {
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* loading state */
.cm-video-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  font-family: inherit;
}/* End custom CSS */