////
/// Consent Print
/// @group consent
////

@media print {
  @import 'index';
  @import 'style/print';
}
