<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.modaal-wrapper {
background: rgba(0,0,0,0.95);
}
.modaal-video-wrap {
    max-width: 1300px;
		margin-left: auto;
		margin-right: auto;
}

.modaal-container .modaal-close {
  border: none;
}
.modaal-close {
  right: 44px;
  top: 24px;
}
.modaal-close, .modaal-close:focus, .modaal-close:hover {
  outline: none;
  border-radius: 0;
  background: none;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 4px;
  left: 22px;
  width: 1px;
  height: 40px;
  border-radius: 0px;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff;
}

@media(max-width: 767px) {
  .modaal-close {
    right: 7px;
    top: 12px;
  }
}</pre></body></html>