<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video__wrapper {
  width: 80%;
  max-width: 560px;
  margin: 0 auto;
}
.video__container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video__container iframe,
.video__container object,
.video__container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wi-fi-video {
  width: 998px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1679px) {
  .wi-fi-video {
    width: 795px;
  }
}
@media screen and (max-width: 1279px) {
  .wi-fi-video {
    width: 595px;
  }
}
@media screen and (max-width: 959px) {
  .wi-fi-video {
    width: 515px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 759px) {
  .wi-fi-video {
    width: 100%;
  }
  .wi-fi-video .file-download__size {
    line-height: 1.15rem;
    display: block;
  }
  .wi-fi-video .file-download__icon {
    top: 3px;
  }
}
.wi-fi-video__container {
  padding-top: 20px;
}
@media screen and (max-width: 959px) {
  .wi-fi-video__container {
    padding-top: 0;
  }
}
.wi-fi-video__player {
  display: block;
  width: 100%;
}
</pre></body></html>