<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-device-width: 480px) {
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 480px)  {
}

</pre></body></html>