/**
* @version 45.2.2
*/
@import url('./../../../whitelabel/light/web/index.css');

@import url('./default.css');
@import url('./xxl.css') all and (min-width: 1400px);
@import url('./xl.css') all and (min-width: 1200px) and (max-width: 1399px);
@import url('./lg.css') all and (min-width: 992px) and (max-width: 1199px);
@import url('./md.css') all and (min-width: 768px) and (max-width: 991px);
@import url('./sm.css') all and (max-width: 767px);
