/*0 to 320px */
@import url("mobile.css?v=d6ad3510e03fc5a6eade3c778347bada1723f5d4d8da7e74f66b837b1b94b5ed") all and (max-device-width: 320px);
/*321 to 480px */
@import url("mobile.css?v=d6ad3510e03fc5a6eade3c778347bada1723f5d4d8da7e74f66b837b1b94b5ed") all and (min-device-width: 321px) and (max-device-width: 480px);
/*481 to 767px */
@import url("mobile.css?v=d6ad3510e03fc5a6eade3c778347bada1723f5d4d8da7e74f66b837b1b94b5ed") all and (min-device-width: 481px) and (max-device-width: 767px);
/*768 to 979px */
@import url("small.css?v=7f35b107733f76fb8ad6dcd760f7503bb8c3049c17d9e2c24840a90d4563bcc7") all and (min-device-width: 768px) and (max-device-width: 979px);
/*980 to 1023px */
@import url("small.css?v=7f35b107733f76fb8ad6dcd760f7503bb8c3049c17d9e2c24840a90d4563bcc7") all and (min-device-width: 980px) and (max-device-width: 1023px);
/*1024px to 1281px */
@import url("medium.css?v=188d975c1d27855245aff47ed339595d86135f7dbeaae7cb1d42565269fba31a") all and (min-device-width: 1024px) and (max-device-width: 1281px);
/* 1281+ */
@import url("mobile.css?v=d6ad3510e03fc5a6eade3c778347bada1723f5d4d8da7e74f66b837b1b94b5ed") all and (min-device-width: 1282px) and (max-width: 679px);
@import url("small.css?v=7f35b107733f76fb8ad6dcd760f7503bb8c3049c17d9e2c24840a90d4563bcc7") all and (min-device-width: 1282px) and (min-width: 680px) and (max-width: 1001px);
@import url("medium.css?v=188d975c1d27855245aff47ed339595d86135f7dbeaae7cb1d42565269fba31a") all and (min-device-width: 1282px) and (min-width: 1002px) and (max-width: 1282px);
@import url("large.css?v=1c5941f399b3f2cf82e60d220f531f08541cae1a902957fed23253ac4cb5ecbb") all and (min-device-width: 1282px) and (min-width: 1283px) and (max-width: 2000px);
@import url("extraLarge.css?v=e66829daed10d0c18f092d96898afe6deacbcc8b048f3e8997d3b7f486197bfe") all and (min-device-width: 1282px) and (min-width: 2001px) /*and (max-aspect-ratio: 16/10), (min-device-width: 1282px) and (min-width: 2001px) and (min-aspect-ratio: 4/3)*/;
	





























