<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 320px) and (max-width: 767px) {
  .nodata {
    width: 100%;
    padding: 20px 0;
    display: none;
    transition: none !important;
  }
  .nodata .img-outer {
    display: table;
    margin: 0 auto;
  }
  .nodata .img-outer img {
    width: 100%;
  }
  .nodata .nd-txt1 {
    padding: 30px 20px;
    text-align: center;
    font-size: 1.3rem;
  }
  .nodata .na-txt2 {
    padding: 13px 0 0 20px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .nodata {
    width: 100%;
    padding: 120px 0;
    display: none;
    transition: none !important;
  }
  .nodata .img-outer {
    display: table;
    margin: 0 auto;
  }
  .nodata .img-outer img {
    width: 100%;
  }
  .nodata .nd-txt1 {
    padding: 60px;
    text-align: center;
  }
  .nodata .na-txt2 {
    padding: 13px 0 0 130px;
  }
}
@media (min-width: 1200px) {
  .nodata {
    width: 100%;
    padding: 120px 0;
    display: none;
    transition: none !important;
  }
  .nodata .img-outer {
    display: table;
    margin: 0 auto;
  }
  .nodata .img-outer img {
    width: 100%;
  }
  .nodata .nd-txt1 {
    padding: 60px;
    text-align: center;
  }
  .nodata .na-txt2 {
    padding: 13px 0 0 260px;
  }
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
  transition: none !important;
}
.loading .l-content {
  width: 175px;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -87.5px;
  margin-top: -140px;
}
.loading .l-content .img-outer {
  width: 100%;
  padding-bottom: 35px;
}
.loading .l-content .img-outer img {
  width: 100%;
}
</pre></body></html>