/* General */
:root {
  --border-radius: 0;
  --border-radius2x: 0;
  --default: #777;
}
/* Skin Colors */
:root {
  --primary: #0083c1;
  --primary-100: #00aace;
  --primary-200: #018fd2;
  --primary-300: #0396dc;
  --primary--100: #05a2ec;
  --primary--200: #05abf9;
  --primary--300: #19b2fa;
  --primary-rgba-0: rgba(0, 131, 193, 0);
  --primary-rgba-10: rgba(0, 131, 193, 0.1);
  --primary-rgba-20: rgba(0, 131, 193, 0.2);
  --primary-rgba-30: rgba(0, 131, 193, 0.3);
  --primary-rgba-40: rgba(0, 131, 193, 0.4);
  --primary-rgba-50: rgba(0, 131, 193, 0.5);
  --primary-rgba-60: rgba(0, 131, 193, 0.6);
  --primary-rgba-70: rgba(0, 131, 193, 0.7);
  --primary-rgba-80: rgba(0, 131, 193, 0.8);
  --primary-rgba-90: rgba(0, 131, 193, 0.9);
  --secondary: #0083c1;
  --secondary-100: #059886;
  --secondary-200: #059886;
  --secondary-300: #059886;
  --secondary--100: #059886;
  --secondary--200: #059886;
  --secondary--300: #059886;
  --secondary-rgba-0: rgba(255, 213, 25, 0);
  --secondary-rgba-10: rgba(255, 213, 25, 0.1);
  --secondary-rgba-20: rgba(255, 213, 25, 0.2);
  --secondary-rgba-30: rgba(255, 213, 25, 0.3);
  --secondary-rgba-40: rgba(255, 213, 25, 0.4);
  --secondary-rgba-50: rgba(255, 213, 25, 0.5);
  --secondary-rgba-60: rgba(255, 213, 25, 0.6);
  --secondary-rgba-70: rgba(255, 213, 25, 0.7);
  --secondary-rgba-80: rgba(255, 213, 25, 0.8);
  --secondary-rgba-90: rgba(255, 213, 25, 0.9);
  --tertiary: #F9F9F9;
  --tertiary-100: #ececec;
  --tertiary-200: #e6e6e6;
  --tertiary-300: #e0e0e0;
  --tertiary--100: #ffffff;
  --tertiary--200: #ffffff;
  --tertiary--300: #ffffff;
  --tertiary-rgba-0: rgba(249, 249, 249, 0);
  --tertiary-rgba-10: rgba(249, 249, 249, 0.1);
  --tertiary-rgba-20: rgba(249, 249, 249, 0.2);
  --tertiary-rgba-30: rgba(249, 249, 249, 0.3);
  --tertiary-rgba-40: rgba(249, 249, 249, 0.4);
  --tertiary-rgba-50: rgba(249, 249, 249, 0.5);
  --tertiary-rgba-60: rgba(249, 249, 249, 0.6);
  --tertiary-rgba-70: rgba(249, 249, 249, 0.7);
  --tertiary-rgba-80: rgba(249, 249, 249, 0.8);
  --tertiary-rgba-90: rgba(249, 249, 249, 0.9);
  --quaternary: #fff;
  --quaternary-100: #fff;
  --quaternary-200: #fff;
  --quaternary-300: #fff;
  --quaternary--100: #fff;
  --quaternary--200: #fff;
  --quaternary--300: #fff;
  --quaternary-rgba-0: rgba(255, 255, 255, 0);
  --quaternary-rgba-10: rgba(18, 18, 18, 0.1);
  --quaternary-rgba-20: rgba(18, 18, 18, 0.2);
  --quaternary-rgba-30: rgba(18, 18, 18, 0.3);
  --quaternary-rgba-40: rgba(18, 18, 18, 0.4);
  --quaternary-rgba-50: rgba(18, 18, 18, 0.5);
  --quaternary-rgba-60: rgba(18, 18, 18, 0.6);
  --quaternary-rgba-70: rgba(18, 18, 18, 0.7);
  --quaternary-rgba-80: rgba(18, 18, 18, 0.8);
  --quaternary-rgba-90: rgba(18, 18, 18, 0.9);
  --dark-blue: #013b56;
  --dark-blue-100: #011134;
  --dark-blue-200: #01194c;
  --dark-blue-300: #01194c;
  --dark-blue--100: #022264;
  --dark-blue--200: #032875;
  --dark-blue--300: #032e88;
  --dark: #121212;
  --dark-100: #011134;
  --dark-200: #01194c;
  --dark-300: #01194c;
  --dark--100: #022264;
  --dark--200: #032875;
  --dark--300: #032e88;
  --dark-rgba-0: rgba(18, 18, 18, 0);
  --dark-rgba-10: rgba(18, 18, 18, 0.1);
  --dark-rgba-20: rgba(18, 18, 18, 0.2);
  --dark-rgba-30: rgba(18, 18, 18, 0.3);
  --dark-rgba-40: rgba(18, 18, 18, 0.4);
  --dark-rgba-50: rgba(18, 18, 18, 0.5);
  --dark-rgba-60: rgba(18, 18, 18, 0.6);
  --dark-rgba-70: rgba(18, 18, 18, 0.7);
  --dark-rgba-80: rgba(18, 18, 18, 0.8);
  --dark-rgba-90: rgba(18, 18, 18, 0.9);
  --light: #FFF;
  --light-100: #f2f2f2;
  --light-200: #ececec;
  --light-300: #e6e6e6;
  --light--100: #ffffff;
  --light--200: #ffffff;
  --light--300: #ffffff;
  --light-rgba-0: rgba(255, 255, 255, 0);
  --light-rgba-10: rgba(255, 255, 255, 0.1);
  --light-rgba-20: rgba(255, 255, 255, 0.2);
  --light-rgba-30: rgba(255, 255, 255, 0.3);
  --light-rgba-40: rgba(255, 255, 255, 0.4);
  --light-rgba-50: rgba(255, 255, 255, 0.5);
  --light-rgba-60: rgba(255, 255, 255, 0.6);
  --light-rgba-70: rgba(255, 255, 255, 0.7);
  --light-rgba-80: rgba(255, 255, 255, 0.8);
  --light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
  --primary-inverse: #777;
  --secondary-inverse: #777;
  --tertiary-inverse: #777;
  --quaternary-inverse: #FFF;
  --dark-inverse: #FFF;
  --light-inverse: #777;
}
/* Grey Colors */
:root {
  --grey: #969696;
  --grey-100: #f4f4f4;
  --grey-200: #eaeaea;
  --grey-300: #e5e5e5;
  --grey-400: #e0e0e0;
  --grey-500: #dbdbdb;
  --grey-600: #cecece;
  --grey-700: #c1c1c1;
  --grey-800: #a8a8a8;
  --grey-900: #8e8e8e;
  --grey-1000: #757575;
}
