<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


    /* ------------------------------------------------------------------------
    ---------- General styles to make the site responsive friendly ------------
    ------------------------------------------------------------------------ */

    @import url(/lib/g/1.0/styles/responsive_enabler.css);


    /* ------------------------------------------------------------------------
    ---------- General styles for highest responsive size and under -----------
    ------------------------------------------------------------------------ */

    @import url(/styles/responsive_base_custom.css) screen and (max-width: 1279px);


    /* ------------------------------------------------------------------------
    --------------------------------- Size 3 ----------------------------------
    ------------------------------------------------------------------------ */

    @import url(/lib/g/1.0/styles/responsive_size3_only.css) screen and (min-width: 768px) and (max-width: 1279px);


    /* ------------------------------------------------------------------------
    --------------------------------- Size 2 ----------------------------------
    ------------------------------------------------------------------------ */

    @import url(/lib/g/1.0/styles/responsive_topnav.css) screen and (max-width: 768px);

    @import url(/styles/responsive_size2_custom.css) screen and (max-width: 768px);
    @import url(/lib/g/1.0/styles/responsive_size2_only.css) screen and (min-width: 460px) and (max-width: 768px);


    /* ------------------------------------------------------------------------
    --------------------------------- Size 1 ----------------------------------
    ------------------------------------------------------------------------ */

    @import url(/lib/g/1.0/styles/responsive_size1.css) screen and (max-width: 459px);




    /* Website custom responsive styles */
    @import url(/styles/responsive.css?v=8.8.20);


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