.elementor-7067 .elementor-element.elementor-element-86d5455{--display:flex;}.elementor-7067 .elementor-element.elementor-element-cf6b20b > .elementor-widget-container{border-radius:10px 10px 10px 10px;}.elementor-7067 .elementor-element.elementor-element-cf6b20b .elementor-wrapper{--video-aspect-ratio:0.5625;}#elementor-popup-modal-7067 .dialog-widget-content{animation-duration:0.5s;border-radius:10px 10px 10px 10px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-7067{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-7067 .dialog-message{width:350px;height:auto;}#elementor-popup-modal-7067 .dialog-close-button{display:flex;font-size:20px;}#elementor-popup-modal-7067 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-7067 .dialog-close-button svg{fill:#FFFFFF;}/* Start custom CSS for video, class: .elementor-element-cf6b20b *//* Fix portrait videos stretching ONLY when the element is in fullscreen */
video:fullscreen,
video:-webkit-full-screen{
  width: 100vw !important;
  height: 100vh !important;
  object-fit: contain !important;  /* change to cover if you want crop instead of bars */
  background: #000 !important;
}

/* Sometimes the fullscreen element is a wrapper, not the <video> */
.elementor-widget-video:fullscreen video,
.elementor-widget-video:-webkit-full-screen video{
  width: 100vw !important;
  height: 100vh !important;
  object-fit: contain !important;
  background: #000 !important;
}/* End custom CSS */