<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-device-width: 1200px) and (min-device-height: 650px){} */

@media only screen and (min-width: 1200px){}

@media only screen and (min-width: 1600px){}

@media only screen and (min-width: 1920px){}

@media only screen and (max-width: 1199px){}

@media only screen and (max-width: 991px){}

@media only screen and (max-width: 767px){}

@media only screen and (max-width: 575px){}

@media only screen and (max-width: 479px){}</pre></body></html>