<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.theme-linepoints .sc-faq .accordion-title {
  font-size: 16px;
}
.popup-faq img.mfp-img {
  max-height: 100% !important;
}

@media screen and (max-width: 767px) {
  .popup-faq img.mfp-img {
      width: 80vw;
  }
}

@media screen and (min-width: 768px) {
  .popup-faq img.mfp-img {
      width: 50vw;
  }
}

@media screen and (min-width: 1199px) {
  .popup-faq img.mfp-img {
      width: 25vw;
  }
}</pre></body></html>