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

        .container{
        width: 1170px;
    }
    .d-wrapper .is-container{
        max-width: 1170px;	
    }
    .col-left-full {
        margin-right: calc( (100% - 1170px) /2 )!important;
    }
    .col-right-full {
        margin-left: calc( (100% - 1170px) /2 )!important;
    }
    @media only screen and (min-width: 1600px) {
        .container{
            width: 1400px;
        }	
        .d-wrapper .is-container{
            max-width: 1400px;	
        }
     
        .col-left-full {
            margin-right: calc( (100% - 1400px) /2 )!important;
        }
        .col-right-full {
            margin-left: calc( (100% - 1400px) /2 )!important;
        }
    }
    @media only screen and (max-width: 1199px) {	
        .container{
            width: 970px;
        }	
        .d-wrapper .is-container{
            max-width: 970px;	
        }

        .col-left-full {
            margin-right: calc( (100% - 970px) /2 )!important;
        }
        .col-right-full {
            margin-left: calc( (100% - 970px) /2 )!important;
        }
   }	
    @media only screen and (max-width: 991px)  {
        .container{
            width: 750px;
        }
        .d-wrapper .is-container{
            max-width: 750px;	
        }

        .col-left-full {
            margin-right: calc( (100% - 750px) /2 )!important;
        }
        .col-right-full {
            margin-left: calc( (100% - 750px) /2 )!important;
        }
   }
    @media only screen and (max-width: 767px) {
        .container{
            width: auto;
        }
        .d-wrapper .is-container{
            max-width: auto;	
        }

        .col-left-full {
            margin-right: calc( (100% - auto) /2 )!important;
        }
        .col-right-full {
            margin-left: calc( (100% - auto) /2 )!important;
        }
         
    }














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