@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext);

@import url('../plugins/font-awesome/css/font-awesome.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

@charset "UTF-8";

/********************************************************/
/* Global CSS                                           */
/********************************************************/

html, body{
    color:#000;
    font: 400 16px/24px 'Roboto', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     margin: 0;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


/********************************************************/
/* FORM */
input:-webkit-autofill {
    transition: background-color 600s ease-in-out 0s;
}
/********************************************************/

/********************************************************/
/* Helper Classes - Yardımcı Sınıflar                   */
/********************************************************/

/************* Shadow *******************/
.shadow-2px {box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
.shadow-3px {box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12); }
.shadow-4px {box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
.shadow-6px {box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
.shadow-8px {box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }
.shadow-16px {  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }
/****************************************/

/************* Border *******************/
.left-border{border-left: 1px solid #000;}
.right-border{border-right: 1px solid #000;}
.top-border{border-top: 1px solid #000;}
.bottom-border{border-bottom: 1px solid #000;}

.left-border-2px{border-left-width: 2px;}
.left-border-4px{border-left-width: 4px;}
.left-border-6px{border-left-width: 6px;}
.left-border-8px{border-left-width: 8px;}

.right-border-2px{border-right-width: 2px;}
.right-border-4px{border-right-width: 4px;}
.right-border-6px{border-right-width: 6px;}
.right-border-8px{border-right-width: 8px;}

.top-border-2px{border-top-width: 2px;}
.top-border-4px{border-top-width: 4px;}
.top-border-6px{border-top-width: 6px;}
.top-border-8px{border-top-width: 8px;}

.bottom-border-2px{border-bottom-width: 2px;}
.bottom-border-4px{border-bottom-width: 4px;}
.bottom-border-6px{border-bottom-width: 6px;}
.bottom-border-8px{border-bottom-width: 8px;}
/****************************************/
/************* Margin *******************/
.m-10{margin:10px;}
.m-20{margin:20px;}
.m-30{margin:30px;}
.m-40{margin:40px;}
.m-50{margin:50px;}
.m-60{margin:60px;}
.m-70{margin:70px;}

.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mt-70{margin-top:70px;}

.ml-10{margin-left:10px;}
.ml-20{margin-left:20px;}
.ml-30{margin-left:30px;}
.ml-40{margin-left:40px;}
.ml-50{margin-left:50px;}
.ml-60{margin-left:60px;}
.ml-70{margin-left:70px;}

.mr-10{margin-right:10px;}
.mr-20{margin-right:20px;}
.mr-30{margin-right:30px;}
.mr-40{margin-right:40px;}
.mr-50{margin-right:50px;}
.mr-60{margin-right:60px;}
.mr-70{margin-right:70px;}

.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
/*****************************************/
/************* Padding *******************/
.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-50{padding-bottom: 50px;}
.pb-60{padding-bottom: 60px;}
.pb-70{padding-bottom: 70px;}
/*****************************************/


.block{
    display:block;
}



/*****************************************************/
/*   Navbar 
/*****************************************************/

/* Header */

@media (min-width: 767px) {
    .navbar-fixed-top {
        padding: 0;
    }
}



/*****************************************************/
/*   Typography
/*****************************************************/

html, body {
    font-family: 'Roboto', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px; 
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: 'Roboto', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.02em;
    opacity: 0.54;
    font-size: 0.6em; 
}

h1 {
    font-family: 'Roboto', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-top: 24px;
    margin-bottom: 24px; 
}

h2 {
    font-family: 'Roboto', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 24px;
    margin-bottom: 24px; 
}

h3 {
    font-family: 'Roboto', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 24px; }

h4 {
    font-family: 'Roboto', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 24px;
    margin-bottom: 16px; 
}

h5 {
    font-family: 'Roboto', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 24px;
    margin-bottom: 16px;
}

h6 {
    font-family: 'Roboto', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.04em;
    margin-top: 24px;
    margin-bottom: 16px; 
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 16px; }


blockquote {
    font-family: 'Roboto', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.35;
    letter-spacing: 0.08em; 
}

blockquote:before {
    position: absolute;
    left: -0.5em;
    content: '“'; }

blockquote:after {
    content: '”';
    margin-left: -0.05em; 
}

mark {background-color: #f4ff81; }

dt {font-weight: 700; }

address {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    font-style: normal; 
}

ul, ol {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0; 
}



/********************************************************/
/* Color - Google Renk Paleti                           */
/********************************************************/

.color-text-red {
  color: rgb(244,67,54) !important; }

.color-red {
  background-color: rgb(244,67,54) !important; }

.color-text-red-50 {
  color: rgb(255,235,238) !important; }

.color-red-50 {
  background-color: rgb(255,235,238) !important; }

.color-text-red-100 {
  color: rgb(255,205,210) !important; }

.color-red-100 {
  background-color: rgb(255,205,210) !important; }

.color-text-red-200 {
  color: rgb(239,154,154) !important; }

.color-red-200 {
  background-color: rgb(239,154,154) !important; }

.color-text-red-300 {
  color: rgb(229,115,115) !important; }

.color-red-300 {
  background-color: rgb(229,115,115) !important; }

.color-text-red-400 {
  color: rgb(239,83,80) !important; }

.color-red-400 {
  background-color: rgb(239,83,80) !important; }

.color-text-red-500 {
  color: rgb(244,67,54) !important; }

.color-red-500 {
  background-color: rgb(244,67,54) !important; }

.color-text-red-600 {
  color: rgb(229,57,53) !important; }

.color-red-600 {
  background-color: rgb(229,57,53) !important; }

.color-text-red-700 {
  color: rgb(211,47,47) !important; }

.color-red-700 {
  background-color: rgb(211,47,47) !important; }

.color-text-red-800 {
  color: rgb(198,40,40) !important; }

.color-red-800 {
  background-color: rgb(198,40,40) !important; }

.color-text-red-900 {
  color: rgb(183,28,28) !important; }

.color-red-900 {
  background-color: rgb(183,28,28) !important; }

.color-text-red-A100 {
  color: rgb(255,138,128) !important; }

.color-red-A100 {
  background-color: rgb(255,138,128) !important; }

.color-text-red-A200 {
  color: rgb(255,82,82) !important; }

.color-red-A200 {
  background-color: rgb(255,82,82) !important; }

.color-text-red-A400 {
  color: rgb(255,23,68) !important; }

.color-red-A400 {
  background-color: rgb(255,23,68) !important; }

.color-text-red-A700 {
  color: rgb(213,0,0) !important; }

.color-red-A700 {
  background-color: rgb(213,0,0) !important; }

.color-text-pink {
  color: rgb(233,30,99) !important; }

.color-pink {
  background-color: rgb(233,30,99) !important; }

.color-text-pink-50 {
  color: rgb(252,228,236) !important; }

.color-pink-50 {
  background-color: rgb(252,228,236) !important; }

.color-text-pink-100 {
  color: rgb(248,187,208) !important; }

.color-pink-100 {
  background-color: rgb(248,187,208) !important; }

.color-text-pink-200 {
  color: rgb(244,143,177) !important; }

.color-pink-200 {
  background-color: rgb(244,143,177) !important; }

.color-text-pink-300 {
  color: rgb(240,98,146) !important; }

.color-pink-300 {
  background-color: rgb(240,98,146) !important; }

.color-text-pink-400 {
  color: rgb(236,64,122) !important; }

.color-pink-400 {
  background-color: rgb(236,64,122) !important; }

.color-text-pink-500 {
  color: rgb(233,30,99) !important; }

.color-pink-500 {
  background-color: rgb(233,30,99) !important; }

.color-text-pink-600 {
  color: rgb(216,27,96) !important; }

.color-pink-600 {
  background-color: rgb(216,27,96) !important; }

.color-text-pink-700 {
  color: rgb(194,24,91) !important; }

.color-pink-700 {
  background-color: rgb(194,24,91) !important; }

.color-text-pink-800 {
  color: rgb(173,20,87) !important; }

.color-pink-800 {
  background-color: rgb(173,20,87) !important; }

.color-text-pink-900 {
  color: rgb(136,14,79) !important; }

.color-pink-900 {
  background-color: rgb(136,14,79) !important; }

.color-text-pink-A100 {
  color: rgb(255,128,171) !important; }

.color-pink-A100 {
  background-color: rgb(255,128,171) !important; }

.color-text-pink-A200 {
  color: rgb(255,64,129) !important; }

.color-pink-A200 {
  background-color: rgb(255,64,129) !important; }

.color-text-pink-A400 {
  color: rgb(245,0,87) !important; }

.color-pink-A400 {
  background-color: rgb(245,0,87) !important; }

.color-text-pink-A700 {
  color: rgb(197,17,98) !important; }

.color-pink-A700 {
  background-color: rgb(197,17,98) !important; }

.color-text-purple {
  color: rgb(156,39,176) !important; }

.color-purple {
  background-color: rgb(156,39,176) !important; }

.color-text-purple-50 {
  color: rgb(243,229,245) !important; }

.color-purple-50 {
  background-color: rgb(243,229,245) !important; }

.color-text-purple-100 {
  color: rgb(225,190,231) !important; }

.color-purple-100 {
  background-color: rgb(225,190,231) !important; }

.color-text-purple-200 {
  color: rgb(206,147,216) !important; }

.color-purple-200 {
  background-color: rgb(206,147,216) !important; }

.color-text-purple-300 {
  color: rgb(186,104,200) !important; }

.color-purple-300 {
  background-color: rgb(186,104,200) !important; }

.color-text-purple-400 {
  color: rgb(171,71,188) !important; }

.color-purple-400 {
  background-color: rgb(171,71,188) !important; }

.color-text-purple-500 {
  color: rgb(156,39,176) !important; }

.color-purple-500 {
  background-color: rgb(156,39,176) !important; }

.color-text-purple-600 {
  color: rgb(142,36,170) !important; }

.color-purple-600 {
  background-color: rgb(142,36,170) !important; }

.color-text-purple-700 {
  color: rgb(123,31,162) !important; }

.color-purple-700 {
  background-color: rgb(123,31,162) !important; }

.color-text-purple-800 {
  color: rgb(106,27,154) !important; }

.color-purple-800 {
  background-color: rgb(106,27,154) !important; }

.color-text-purple-900 {
  color: rgb(74,20,140) !important; }

.color-purple-900 {
  background-color: rgb(74,20,140) !important; }

.color-text-purple-A100 {
  color: rgb(234,128,252) !important; }

.color-purple-A100 {
  background-color: rgb(234,128,252) !important; }

.color-text-purple-A200 {
  color: rgb(224,64,251) !important; }

.color-purple-A200 {
  background-color: rgb(224,64,251) !important; }

.color-text-purple-A400 {
  color: rgb(213,0,249) !important; }

.color-purple-A400 {
  background-color: rgb(213,0,249) !important; }

.color-text-purple-A700 {
  color: rgb(170,0,255) !important; }

.color-purple-A700 {
  background-color: rgb(170,0,255) !important; }

.color-text-deep-purple {
  color: rgb(103,58,183) !important; }

.color-deep-purple {
  background-color: rgb(103,58,183) !important; }

.color-text-deep-purple-50 {
  color: rgb(237,231,246) !important; }

.color-deep-purple-50 {
  background-color: rgb(237,231,246) !important; }

.color-text-deep-purple-100 {
  color: rgb(209,196,233) !important; }

.color-deep-purple-100 {
  background-color: rgb(209,196,233) !important; }

.color-text-deep-purple-200 {
  color: rgb(179,157,219) !important; }

.color-deep-purple-200 {
  background-color: rgb(179,157,219) !important; }

.color-text-deep-purple-300 {
  color: rgb(149,117,205) !important; }

.color-deep-purple-300 {
  background-color: rgb(149,117,205) !important; }

.color-text-deep-purple-400 {
  color: rgb(126,87,194) !important; }

.color-deep-purple-400 {
  background-color: rgb(126,87,194) !important; }

.color-text-deep-purple-500 {
  color: rgb(103,58,183) !important; }

.color-deep-purple-500 {
  background-color: rgb(103,58,183) !important; }

.color-text-deep-purple-600 {
  color: rgb(94,53,177) !important; }

.color-deep-purple-600 {
  background-color: rgb(94,53,177) !important; }

.color-text-deep-purple-700 {
  color: rgb(81,45,168) !important; }

.color-deep-purple-700 {
  background-color: rgb(81,45,168) !important; }

.color-text-deep-purple-800 {
  color: rgb(69,39,160) !important; }

.color-deep-purple-800 {
  background-color: rgb(69,39,160) !important; }

.color-text-deep-purple-900 {
  color: rgb(49,27,146) !important; }

.color-deep-purple-900 {
  background-color: rgb(49,27,146) !important; }

.color-text-deep-purple-A100 {
  color: rgb(179,136,255) !important; }

.color-deep-purple-A100 {
  background-color: rgb(179,136,255) !important; }

.color-text-deep-purple-A200 {
  color: rgb(124,77,255) !important; }

.color-deep-purple-A200 {
  background-color: rgb(124,77,255) !important; }

.color-text-deep-purple-A400 {
  color: rgb(101,31,255) !important; }

.color-deep-purple-A400 {
  background-color: rgb(101,31,255) !important; }

.color-text-deep-purple-A700 {
  color: rgb(98,0,234) !important; }

.color-deep-purple-A700 {
  background-color: rgb(98,0,234) !important; }

.color-text-indigo {
  color: rgb(63,81,181) !important; }

.color-indigo {
  background-color: rgb(63,81,181) !important; }

.color-text-indigo-50 {
  color: rgb(232,234,246) !important; }

.color-indigo-50 {
  background-color: rgb(232,234,246) !important; }

.color-text-indigo-100 {
  color: rgb(197,202,233) !important; }

.color-indigo-100 {
  background-color: rgb(197,202,233) !important; }

.color-text-indigo-200 {
  color: rgb(159,168,218) !important; }

.color-indigo-200 {
  background-color: rgb(159,168,218) !important; }

.color-text-indigo-300 {
  color: rgb(121,134,203) !important; }

.color-indigo-300 {
  background-color: rgb(121,134,203) !important; }

.color-text-indigo-400 {
  color: rgb(92,107,192) !important; }

.color-indigo-400 {
  background-color: rgb(92,107,192) !important; }

.color-text-indigo-500 {
  color: rgb(63,81,181) !important; }

.color-indigo-500 {
  background-color: rgb(63,81,181) !important; }

.color-text-indigo-600 {
  color: rgb(57,73,171) !important; }

.color-indigo-600 {
  background-color: rgb(57,73,171) !important; }

.color-text-indigo-700 {
  color: rgb(48,63,159) !important; }

.color-indigo-700 {
  background-color: rgb(48,63,159) !important; }

.color-text-indigo-800 {
  color: rgb(40,53,147) !important; }

.color-indigo-800 {
  background-color: rgb(40,53,147) !important; }

.color-text-indigo-900 {
  color: rgb(26,35,126) !important; }

.color-indigo-900 {
  background-color: rgb(26,35,126) !important; }

.color-text-indigo-A100 {
  color: rgb(140,158,255) !important; }

.color-indigo-A100 {
  background-color: rgb(140,158,255) !important; }

.color-text-indigo-A200 {
  color: rgb(83,109,254) !important; }

.color-indigo-A200 {
  background-color: rgb(83,109,254) !important; }

.color-text-indigo-A400 {
  color: rgb(61,90,254) !important; }

.color-indigo-A400 {
  background-color: rgb(61,90,254) !important; }

.color-text-indigo-A700 {
  color: rgb(48,79,254) !important; }

.color-indigo-A700 {
  background-color: rgb(48,79,254) !important; }

.color-text-blue {
  color: rgb(33,150,243) !important; }

.color-blue {
  background-color: rgb(33,150,243) !important; }

.color-text-blue-50 {
  color: rgb(227,242,253) !important; }

.color-blue-50 {
  background-color: rgb(227,242,253) !important; }

.color-text-blue-100 {
  color: rgb(187,222,251) !important; }

.color-blue-100 {
  background-color: rgb(187,222,251) !important; }

.color-text-blue-200 {
  color: rgb(144,202,249) !important; }

.color-blue-200 {
  background-color: rgb(144,202,249) !important; }

.color-text-blue-300 {
  color: rgb(100,181,246) !important; }

.color-blue-300 {
  background-color: rgb(100,181,246) !important; }

.color-text-blue-400 {
  color: rgb(66,165,245) !important; }

.color-blue-400 {
  background-color: rgb(66,165,245) !important; }

.color-text-blue-500 {
  color: rgb(33,150,243) !important; }

.color-blue-500 {
  background-color: rgb(33,150,243) !important; }

.color-text-blue-600 {
  color: rgb(30,136,229) !important; }

.color-blue-600 {
  background-color: rgb(30,136,229) !important; }

.color-text-blue-700 {
  color: rgb(25,118,210) !important; }

.color-blue-700 {
  background-color: rgb(25,118,210) !important; }

.color-text-blue-800 {
  color: rgb(21,101,192) !important; }

.color-blue-800 {
  background-color: rgb(21,101,192) !important; }

.color-text-blue-900 {
  color: rgb(13,71,161) !important; }

.color-blue-900 {
  background-color: rgb(13,71,161) !important; }

.color-text-blue-A100 {
  color: rgb(130,177,255) !important; }

.color-blue-A100 {
  background-color: rgb(130,177,255) !important; }

.color-text-blue-A200 {
  color: rgb(68,138,255) !important; }

.color-blue-A200 {
  background-color: rgb(68,138,255) !important; }

.color-text-blue-A400 {
  color: rgb(41,121,255) !important; }

.color-blue-A400 {
  background-color: rgb(41,121,255) !important; }

.color-text-blue-A700 {
  color: rgb(41,98,255) !important; }

.color-blue-A700 {
  background-color: rgb(41,98,255) !important; }

.color-text-light-blue {
  color: rgb(3,169,244) !important; }

.color-light-blue {
  background-color: rgb(3,169,244) !important; }

.color-text-light-blue-50 {
  color: rgb(225,245,254) !important; }

.color-light-blue-50 {
  background-color: rgb(225,245,254) !important; }

.color-text-light-blue-100 {
  color: rgb(179,229,252) !important; }

.color-light-blue-100 {
  background-color: rgb(179,229,252) !important; }

.color-text-light-blue-200 {
  color: rgb(129,212,250) !important; }

.color-light-blue-200 {
  background-color: rgb(129,212,250) !important; }

.color-text-light-blue-300 {
  color: rgb(79,195,247) !important; }

.color-light-blue-300 {
  background-color: rgb(79,195,247) !important; }

.color-text-light-blue-400 {
  color: rgb(41,182,246) !important; }

.color-light-blue-400 {
  background-color: rgb(41,182,246) !important; }

.color-text-light-blue-500 {
  color: rgb(3,169,244) !important; }

.color-light-blue-500 {
  background-color: rgb(3,169,244) !important; }

.color-text-light-blue-600 {
  color: rgb(3,155,229) !important; }

.color-light-blue-600 {
  background-color: rgb(3,155,229) !important; }

.color-text-light-blue-700 {
  color: rgb(2,136,209) !important; }

.color-light-blue-700 {
  background-color: rgb(2,136,209) !important; }

.color-text-light-blue-800 {
  color: rgb(2,119,189) !important; }

.color-light-blue-800 {
  background-color: rgb(2,119,189) !important; }

.color-text-light-blue-900 {
  color: rgb(1,87,155) !important; }

.color-light-blue-900 {
  background-color: rgb(1,87,155) !important; }

.color-text-light-blue-A100 {
  color: rgb(128,216,255) !important; }

.color-light-blue-A100 {
  background-color: rgb(128,216,255) !important; }

.color-text-light-blue-A200 {
  color: rgb(64,196,255) !important; }

.color-light-blue-A200 {
  background-color: rgb(64,196,255) !important; }

.color-text-light-blue-A400 {
  color: rgb(0,176,255) !important; }

.color-light-blue-A400 {
  background-color: rgb(0,176,255) !important; }

.color-text-light-blue-A700 {
  color: rgb(0,145,234) !important; }

.color-light-blue-A700 {
  background-color: rgb(0,145,234) !important; }

.color-text-cyan {
  color: rgb(0,188,212) !important; }

.color-cyan {
  background-color: rgb(0,188,212) !important; }

.color-text-cyan-50 {
  color: rgb(224,247,250) !important; }

.color-cyan-50 {
  background-color: rgb(224,247,250) !important; }

.color-text-cyan-100 {
  color: rgb(178,235,242) !important; }

.color-cyan-100 {
  background-color: rgb(178,235,242) !important; }

.color-text-cyan-200 {
  color: rgb(128,222,234) !important; }

.color-cyan-200 {
  background-color: rgb(128,222,234) !important; }

.color-text-cyan-300 {
  color: rgb(77,208,225) !important; }

.color-cyan-300 {
  background-color: rgb(77,208,225) !important; }

.color-text-cyan-400 {
  color: rgb(38,198,218) !important; }

.color-cyan-400 {
  background-color: rgb(38,198,218) !important; }

.color-text-cyan-500 {
  color: rgb(0,188,212) !important; }

.color-cyan-500 {
  background-color: rgb(0,188,212) !important; }

.color-text-cyan-600 {
  color: rgb(0,172,193) !important; }

.color-cyan-600 {
  background-color: rgb(0,172,193) !important; }

.color-text-cyan-700 {
  color: rgb(0,151,167) !important; }

.color-cyan-700 {
  background-color: rgb(0,151,167) !important; }

.color-text-cyan-800 {
  color: rgb(0,131,143) !important; }

.color-cyan-800 {
  background-color: rgb(0,131,143) !important; }

.color-text-cyan-900 {
  color: rgb(0,96,100) !important; }

.color-cyan-900 {
  background-color: rgb(0,96,100) !important; }

.color-text-cyan-A100 {
  color: rgb(132,255,255) !important; }

.color-cyan-A100 {
  background-color: rgb(132,255,255) !important; }

.color-text-cyan-A200 {
  color: rgb(24,255,255) !important; }

.color-cyan-A200 {
  background-color: rgb(24,255,255) !important; }

.color-text-cyan-A400 {
  color: rgb(0,229,255) !important; }

.color-cyan-A400 {
  background-color: rgb(0,229,255) !important; }

.color-text-cyan-A700 {
  color: rgb(0,184,212) !important; }

.color-cyan-A700 {
  background-color: rgb(0,184,212) !important; }

.color-text-teal {
  color: rgb(0,150,136) !important; }

.color-teal {
  background-color: rgb(0,150,136) !important; }

.color-text-teal-50 {
  color: rgb(224,242,241) !important; }

.color-teal-50 {
  background-color: rgb(224,242,241) !important; }

.color-text-teal-100 {
  color: rgb(178,223,219) !important; }

.color-teal-100 {
  background-color: rgb(178,223,219) !important; }

.color-text-teal-200 {
  color: rgb(128,203,196) !important; }

.color-teal-200 {
  background-color: rgb(128,203,196) !important; }

.color-text-teal-300 {
  color: rgb(77,182,172) !important; }

.color-teal-300 {
  background-color: rgb(77,182,172) !important; }

.color-text-teal-400 {
  color: rgb(38,166,154) !important; }

.color-teal-400 {
  background-color: rgb(38,166,154) !important; }

.color-text-teal-500 {
  color: rgb(0,150,136) !important; }

.color-teal-500 {
  background-color: rgb(0,150,136) !important; }

.color-text-teal-600 {
  color: rgb(0,137,123) !important; }

.color-teal-600 {
  background-color: rgb(0,137,123) !important; }

.color-text-teal-700 {
  color: rgb(0,121,107) !important; }

.color-teal-700 {
  background-color: rgb(0,121,107) !important; }

.color-text-teal-800 {
  color: rgb(0,105,92) !important; }

.color-teal-800 {
  background-color: rgb(0,105,92) !important; }

.color-text-teal-900 {
  color: rgb(0,77,64) !important; }

.color-teal-900 {
  background-color: rgb(0,77,64) !important; }

.color-text-teal-A100 {
  color: rgb(167,255,235) !important; }

.color-teal-A100 {
  background-color: rgb(167,255,235) !important; }

.color-text-teal-A200 {
  color: rgb(100,255,218) !important; }

.color-teal-A200 {
  background-color: rgb(100,255,218) !important; }

.color-text-teal-A400 {
  color: rgb(29,233,182) !important; }

.color-teal-A400 {
  background-color: rgb(29,233,182) !important; }

.color-text-teal-A700 {
  color: rgb(0,191,165) !important; }

.color-teal-A700 {
  background-color: rgb(0,191,165) !important; }

.color-text-green {
  color: rgb(76,175,80) !important; }

.color-green {
  background-color: rgb(76,175,80) !important; }

.color-text-green-50 {
  color: rgb(232,245,233) !important; }

.color-green-50 {
  background-color: rgb(232,245,233) !important; }

.color-text-green-100 {
  color: rgb(200,230,201) !important; }

.color-green-100 {
  background-color: rgb(200,230,201) !important; }

.color-text-green-200 {
  color: rgb(165,214,167) !important; }

.color-green-200 {
  background-color: rgb(165,214,167) !important; }

.color-text-green-300 {
  color: rgb(129,199,132) !important; }

.color-green-300 {
  background-color: rgb(129,199,132) !important; }

.color-text-green-400 {
  color: rgb(102,187,106) !important; }

.color-green-400 {
  background-color: rgb(102,187,106) !important; }

.color-text-green-500 {
  color: rgb(76,175,80) !important; }

.color-green-500 {
  background-color: rgb(76,175,80) !important; }

.color-text-green-600 {
  color: rgb(67,160,71) !important; }

.color-green-600 {
  background-color: rgb(67,160,71) !important; }

.color-text-green-700 {
  color: rgb(56,142,60) !important; }

.color-green-700 {
  background-color: rgb(56,142,60) !important; }

.color-text-green-800 {
  color: rgb(46,125,50) !important; }

.color-green-800 {
  background-color: rgb(46,125,50) !important; }

.color-text-green-900 {
  color: rgb(27,94,32) !important; }

.color-green-900 {
  background-color: rgb(27,94,32) !important; }

.color-text-green-A100 {
  color: rgb(185,246,202) !important; }

.color-green-A100 {
  background-color: rgb(185,246,202) !important; }

.color-text-green-A200 {
  color: rgb(105,240,174) !important; }

.color-green-A200 {
  background-color: rgb(105,240,174) !important; }

.color-text-green-A400 {
  color: rgb(0,230,118) !important; }

.color-green-A400 {
  background-color: rgb(0,230,118) !important; }

.color-text-green-A700 {
  color: rgb(0,200,83) !important; }

.color-green-A700 {
  background-color: rgb(0,200,83) !important; }

.color-text-light-green {
  color: rgb(139,195,74) !important; }

.color-light-green {
  background-color: rgb(139,195,74) !important; }

.color-text-light-green-50 {
  color: rgb(241,248,233) !important; }

.color-light-green-50 {
  background-color: rgb(241,248,233) !important; }

.color-text-light-green-100 {
  color: rgb(220,237,200) !important; }

.color-light-green-100 {
  background-color: rgb(220,237,200) !important; }

.color-text-light-green-200 {
  color: rgb(197,225,165) !important; }

.color-light-green-200 {
  background-color: rgb(197,225,165) !important; }

.color-text-light-green-300 {
  color: rgb(174,213,129) !important; }

.color-light-green-300 {
  background-color: rgb(174,213,129) !important; }

.color-text-light-green-400 {
  color: rgb(156,204,101) !important; }

.color-light-green-400 {
  background-color: rgb(156,204,101) !important; }

.color-text-light-green-500 {
  color: rgb(139,195,74) !important; }

.color-light-green-500 {
  background-color: rgb(139,195,74) !important; }

.color-text-light-green-600 {
  color: rgb(124,179,66) !important; }

.color-light-green-600 {
  background-color: rgb(124,179,66) !important; }

.color-text-light-green-700 {
  color: rgb(104,159,56) !important; }

.color-light-green-700 {
  background-color: rgb(104,159,56) !important; }

.color-text-light-green-800 {
  color: rgb(85,139,47) !important; }

.color-light-green-800 {
  background-color: rgb(85,139,47) !important; }

.color-text-light-green-900 {
  color: rgb(51,105,30) !important; }

.color-light-green-900 {
  background-color: rgb(51,105,30) !important; }

.color-text-light-green-A100 {
  color: rgb(204,255,144) !important; }

.color-light-green-A100 {
  background-color: rgb(204,255,144) !important; }

.color-text-light-green-A200 {
  color: rgb(178,255,89) !important; }

.color-light-green-A200 {
  background-color: rgb(178,255,89) !important; }

.color-text-light-green-A400 {
  color: rgb(118,255,3) !important; }

.color-light-green-A400 {
  background-color: rgb(118,255,3) !important; }

.color-text-light-green-A700 {
  color: rgb(100,221,23) !important; }

.color-light-green-A700 {
  background-color: rgb(100,221,23) !important; }

.color-text-lime {
  color: rgb(205,220,57) !important; }

.color-lime {
  background-color: rgb(205,220,57) !important; }

.color-text-lime-50 {
  color: rgb(249,251,231) !important; }

.color-lime-50 {
  background-color: rgb(249,251,231) !important; }

.color-text-lime-100 {
  color: rgb(240,244,195) !important; }

.color-lime-100 {
  background-color: rgb(240,244,195) !important; }

.color-text-lime-200 {
  color: rgb(230,238,156) !important; }

.color-lime-200 {
  background-color: rgb(230,238,156) !important; }

.color-text-lime-300 {
  color: rgb(220,231,117) !important; }

.color-lime-300 {
  background-color: rgb(220,231,117) !important; }

.color-text-lime-400 {
  color: rgb(212,225,87) !important; }

.color-lime-400 {
  background-color: rgb(212,225,87) !important; }

.color-text-lime-500 {
  color: rgb(205,220,57) !important; }

.color-lime-500 {
  background-color: rgb(205,220,57) !important; }

.color-text-lime-600 {
  color: rgb(192,202,51) !important; }

.color-lime-600 {
  background-color: rgb(192,202,51) !important; }

.color-text-lime-700 {
  color: rgb(175,180,43) !important; }

.color-lime-700 {
  background-color: rgb(175,180,43) !important; }

.color-text-lime-800 {
  color: rgb(158,157,36) !important; }

.color-lime-800 {
  background-color: rgb(158,157,36) !important; }

.color-text-lime-900 {
  color: rgb(130,119,23) !important; }

.color-lime-900 {
  background-color: rgb(130,119,23) !important; }

.color-text-lime-A100 {
  color: rgb(244,255,129) !important; }

.color-lime-A100 {
  background-color: rgb(244,255,129) !important; }

.color-text-lime-A200 {
  color: rgb(238,255,65) !important; }

.color-lime-A200 {
  background-color: rgb(238,255,65) !important; }

.color-text-lime-A400 {
  color: rgb(198,255,0) !important; }

.color-lime-A400 {
  background-color: rgb(198,255,0) !important; }

.color-text-lime-A700 {
  color: rgb(174,234,0) !important; }

.color-lime-A700 {
  background-color: rgb(174,234,0) !important; }

.color-text-yellow {
  color: rgb(255,235,59) !important; }

.color-yellow {
  background-color: rgb(255,235,59) !important; }

.color-text-yellow-50 {
  color: rgb(255,253,231) !important; }

.color-yellow-50 {
  background-color: rgb(255,253,231) !important; }

.color-text-yellow-100 {
  color: rgb(255,249,196) !important; }

.color-yellow-100 {
  background-color: rgb(255,249,196) !important; }

.color-text-yellow-200 {
  color: rgb(255,245,157) !important; }

.color-yellow-200 {
  background-color: rgb(255,245,157) !important; }

.color-text-yellow-300 {
  color: rgb(255,241,118) !important; }

.color-yellow-300 {
  background-color: rgb(255,241,118) !important; }

.color-text-yellow-400 {
  color: rgb(255,238,88) !important; }

.color-yellow-400 {
  background-color: rgb(255,238,88) !important; }

.color-text-yellow-500 {
  color: rgb(255,235,59) !important; }

.color-yellow-500 {
  background-color: rgb(255,235,59) !important; }

.color-text-yellow-600 {
  color: rgb(253,216,53) !important; }

.color-yellow-600 {
  background-color: rgb(253,216,53) !important; }

.color-text-yellow-700 {
  color: rgb(251,192,45) !important; }

.color-yellow-700 {
  background-color: rgb(251,192,45) !important; }

.color-text-yellow-800 {
  color: rgb(249,168,37) !important; }

.color-yellow-800 {
  background-color: rgb(249,168,37) !important; }

.color-text-yellow-900 {
  color: rgb(245,127,23) !important; }

.color-yellow-900 {
  background-color: rgb(245,127,23) !important; }

.color-text-yellow-A100 {
  color: rgb(255,255,141) !important; }

.color-yellow-A100 {
  background-color: rgb(255,255,141) !important; }

.color-text-yellow-A200 {
  color: rgb(255,255,0) !important; }

.color-yellow-A200 {
  background-color: rgb(255,255,0) !important; }

.color-text-yellow-A400 {
  color: rgb(255,234,0) !important; }

.color-yellow-A400 {
  background-color: rgb(255,234,0) !important; }

.color-text-yellow-A700 {
  color: rgb(255,214,0) !important; }

.color-yellow-A700 {
  background-color: rgb(255,214,0) !important; }

.color-text-amber {
  color: rgb(255,193,7) !important; }

.color-amber {
  background-color: rgb(255,193,7) !important; }

.color-text-amber-50 {
  color: rgb(255,248,225) !important; }

.color-amber-50 {
  background-color: rgb(255,248,225) !important; }

.color-text-amber-100 {
  color: rgb(255,236,179) !important; }

.color-amber-100 {
  background-color: rgb(255,236,179) !important; }

.color-text-amber-200 {
  color: rgb(255,224,130) !important; }

.color-amber-200 {
  background-color: rgb(255,224,130) !important; }

.color-text-amber-300 {
  color: rgb(255,213,79) !important; }

.color-amber-300 {
  background-color: rgb(255,213,79) !important; }

.color-text-amber-400 {
  color: rgb(255,202,40) !important; }

.color-amber-400 {
  background-color: rgb(255,202,40) !important; }

.color-text-amber-500 {
  color: rgb(255,193,7) !important; }

.color-amber-500 {
  background-color: rgb(255,193,7) !important; }

.color-text-amber-600 {
  color: rgb(255,179,0) !important; }

.color-amber-600 {
  background-color: rgb(255,179,0) !important; }

.color-text-amber-700 {
  color: rgb(255,160,0) !important; }

.color-amber-700 {
  background-color: rgb(255,160,0) !important; }

.color-text-amber-800 {
  color: rgb(255,143,0) !important; }

.color-amber-800 {
  background-color: rgb(255,143,0) !important; }

.color-text-amber-900 {
  color: rgb(255,111,0) !important; }

.color-amber-900 {
  background-color: rgb(255,111,0) !important; }

.color-text-amber-A100 {
  color: rgb(255,229,127) !important; }

.color-amber-A100 {
  background-color: rgb(255,229,127) !important; }

.color-text-amber-A200 {
  color: rgb(255,215,64) !important; }

.color-amber-A200 {
  background-color: rgb(255,215,64) !important; }

.color-text-amber-A400 {
  color: rgb(255,196,0) !important; }

.color-amber-A400 {
  background-color: rgb(255,196,0) !important; }

.color-text-amber-A700 {
  color: rgb(255,171,0) !important; }

.color-amber-A700 {
  background-color: rgb(255,171,0) !important; }

.color-text-orange {
  color: rgb(255,152,0) !important; }

.color-orange {
  background-color: rgb(255,152,0) !important; }

.color-text-orange-50 {
  color: rgb(255,243,224) !important; }

.color-orange-50 {
  background-color: rgb(255,243,224) !important; }

.color-text-orange-100 {
  color: rgb(255,224,178) !important; }

.color-orange-100 {
  background-color: rgb(255,224,178) !important; }

.color-text-orange-200 {
  color: rgb(255,204,128) !important; }

.color-orange-200 {
  background-color: rgb(255,204,128) !important; }

.color-text-orange-300 {
  color: rgb(255,183,77) !important; }

.color-orange-300 {
  background-color: rgb(255,183,77) !important; }

.color-text-orange-400 {
  color: rgb(255,167,38) !important; }

.color-orange-400 {
  background-color: rgb(255,167,38) !important; }

.color-text-orange-500 {
  color: rgb(255,152,0) !important; }

.color-orange-500 {
  background-color: rgb(255,152,0) !important; }

.color-text-orange-600 {
  color: rgb(251,140,0) !important; }

.color-orange-600 {
  background-color: rgb(251,140,0) !important; }

.color-text-orange-700 {
  color: rgb(245,124,0) !important; }

.color-orange-700 {
  background-color: rgb(245,124,0) !important; }

.color-text-orange-800 {
  color: rgb(239,108,0) !important; }

.color-orange-800 {
  background-color: rgb(239,108,0) !important; }

.color-text-orange-900 {
  color: rgb(230,81,0) !important; }

.color-orange-900 {
  background-color: rgb(230,81,0) !important; }

.color-text-orange-A100 {
  color: rgb(255,209,128) !important; }

.color-orange-A100 {
  background-color: rgb(255,209,128) !important; }

.color-text-orange-A200 {
  color: rgb(255,171,64) !important; }

.color-orange-A200 {
  background-color: rgb(255,171,64) !important; }

.color-text-orange-A400 {
  color: rgb(255,145,0) !important; }

.color-orange-A400 {
  background-color: rgb(255,145,0) !important; }

.color-text-orange-A700 {
  color: rgb(255,109,0) !important; }

.color-orange-A700 {
  background-color: rgb(255,109,0) !important; }

.color-text-deep-orange {
  color: rgb(255,87,34) !important; }

.color-deep-orange {
  background-color: rgb(255,87,34) !important; }

.color-text-deep-orange-50 {
  color: rgb(251,233,231) !important; }

.color-deep-orange-50 {
  background-color: rgb(251,233,231) !important; }

.color-text-deep-orange-100 {
  color: rgb(255,204,188) !important; }

.color-deep-orange-100 {
  background-color: rgb(255,204,188) !important; }

.color-text-deep-orange-200 {
  color: rgb(255,171,145) !important; }

.color-deep-orange-200 {
  background-color: rgb(255,171,145) !important; }

.color-text-deep-orange-300 {
  color: rgb(255,138,101) !important; }

.color-deep-orange-300 {
  background-color: rgb(255,138,101) !important; }

.color-text-deep-orange-400 {
  color: rgb(255,112,67) !important; }

.color-deep-orange-400 {
  background-color: rgb(255,112,67) !important; }

.color-text-deep-orange-500 {
  color: rgb(255,87,34) !important; }

.color-deep-orange-500 {
  background-color: rgb(255,87,34) !important; }

.color-text-deep-orange-600 {
  color: rgb(244,81,30) !important; }

.color-deep-orange-600 {
  background-color: rgb(244,81,30) !important; }

.color-text-deep-orange-700 {
  color: rgb(230,74,25) !important; }

.color-deep-orange-700 {
  background-color: rgb(230,74,25) !important; }

.color-text-deep-orange-800 {
  color: rgb(216,67,21) !important; }

.color-deep-orange-800 {
  background-color: rgb(216,67,21) !important; }

.color-text-deep-orange-900 {
  color: rgb(191,54,12) !important; }

.color-deep-orange-900 {
  background-color: rgb(191,54,12) !important; }

.color-text-deep-orange-A100 {
  color: rgb(255,158,128) !important; }

.color-deep-orange-A100 {
  background-color: rgb(255,158,128) !important; }

.color-text-deep-orange-A200 {
  color: rgb(255,110,64) !important; }

.color-deep-orange-A200 {
  background-color: rgb(255,110,64) !important; }

.color-text-deep-orange-A400 {
  color: rgb(255,61,0) !important; }

.color-deep-orange-A400 {
  background-color: rgb(255,61,0) !important; }

.color-text-deep-orange-A700 {
  color: rgb(221,44,0) !important; }

.color-deep-orange-A700 {
  background-color: rgb(221,44,0) !important; }

.color-text-brown {
  color: rgb(121,85,72) !important; }

.color-brown {
  background-color: rgb(121,85,72) !important; }

.color-text-brown-50 {
  color: rgb(239,235,233) !important; }

.color-brown-50 {
  background-color: rgb(239,235,233) !important; }

.color-text-brown-100 {
  color: rgb(215,204,200) !important; }

.color-brown-100 {
  background-color: rgb(215,204,200) !important; }

.color-text-brown-200 {
  color: rgb(188,170,164) !important; }

.color-brown-200 {
  background-color: rgb(188,170,164) !important; }

.color-text-brown-300 {
  color: rgb(161,136,127) !important; }

.color-brown-300 {
  background-color: rgb(161,136,127) !important; }

.color-text-brown-400 {
  color: rgb(141,110,99) !important; }

.color-brown-400 {
  background-color: rgb(141,110,99) !important; }

.color-text-brown-500 {
  color: rgb(121,85,72) !important; }

.color-brown-500 {
  background-color: rgb(121,85,72) !important; }

.color-text-brown-600 {
  color: rgb(109,76,65) !important; }

.color-brown-600 {
  background-color: rgb(109,76,65) !important; }

.color-text-brown-700 {
  color: rgb(93,64,55) !important; }

.color-brown-700 {
  background-color: rgb(93,64,55) !important; }

.color-text-brown-800 {
  color: rgb(78,52,46) !important; }

.color-brown-800 {
  background-color: rgb(78,52,46) !important; }

.color-text-brown-900 {
  color: rgb(62,39,35) !important; }

.color-brown-900 {
  background-color: rgb(62,39,35) !important; }

.color-text-grey {
  color: rgb(158,158,158) !important; }

.color-grey {
  background-color: rgb(158,158,158) !important; }

.color-text-grey-50 {
  color: rgb(250,250,250) !important; }

.color-grey-50 {
  background-color: rgb(250,250,250) !important; }

.color-text-grey-100 {
  color: rgb(245,245,245) !important; }

.color-grey-100 {
  background-color: rgb(245,245,245) !important; }

.color-text-grey-200 {
  color: rgb(238,238,238) !important; }

.color-grey-200 {
  background-color: rgb(238,238,238) !important; }

.color-text-grey-300 {
  color: rgb(224,224,224) !important; }

.color-grey-300 {
  background-color: rgb(224,224,224) !important; }

.color-text-grey-400 {
  color: rgb(189,189,189) !important; }

.color-grey-400 {
  background-color: rgb(189,189,189) !important; }

.color-text-grey-500 {
  color: rgb(158,158,158) !important; }

.color-grey-500 {
  background-color: rgb(158,158,158) !important; }

.color-text-grey-600 {
  color: rgb(117,117,117) !important; }

.color-grey-600 {
  background-color: rgb(117,117,117) !important; }

.color-text-grey-700 {
  color: rgb(97,97,97) !important; }

.color-grey-700 {
  background-color: rgb(97,97,97) !important; }

.color-text-grey-800 {
  color: rgb(66,66,66) !important; }

.color-grey-800 {
  background-color: rgb(66,66,66) !important; }

.color-text-grey-900 {
  color: rgb(33,33,33) !important; }

.color-grey-900 {
  background-color: rgb(33,33,33) !important; }

.color-text-blue-grey {
  color: rgb(96,125,139) !important; }

.color-blue-grey {
  background-color: rgb(96,125,139) !important; }

.color-text-blue-grey-50 {
  color: rgb(236,239,241) !important; }

.color-blue-grey-50 {
  background-color: rgb(236,239,241) !important; }

.color-text-blue-grey-100 {
  color: rgb(207,216,220) !important; }

.color-blue-grey-100 {
  background-color: rgb(207,216,220) !important; }

.color-text-blue-grey-200 {
  color: rgb(176,190,197) !important; }

.color-blue-grey-200 {
  background-color: rgb(176,190,197) !important; }

.color-text-blue-grey-300 {
  color: rgb(144,164,174) !important; }

.color-blue-grey-300 {
  background-color: rgb(144,164,174) !important; }

.color-text-blue-grey-400 {
  color: rgb(120,144,156) !important; }

.color-blue-grey-400 {
  background-color: rgb(120,144,156) !important; }

.color-text-blue-grey-500 {
  color: rgb(96,125,139) !important; }

.color-blue-grey-500 {
  background-color: rgb(96,125,139) !important; }

.color-text-blue-grey-600 {
  color: rgb(84,110,122) !important; }

.color-blue-grey-600 {
  background-color: rgb(84,110,122) !important; }

.color-text-blue-grey-700 {
  color: rgb(69,90,100) !important; }

.color-blue-grey-700 {
  background-color: rgb(69,90,100) !important; }

.color-text-blue-grey-800 {
  color: rgb(55,71,79) !important; }

.color-blue-grey-800 {
  background-color: rgb(55,71,79) !important; }

.color-text-blue-grey-900 {
  color: rgb(38,50,56) !important; }

.color-blue-grey-900 {
  background-color: rgb(38,50,56) !important; }

.color-black {
  background-color: rgb(0,0,0) !important; }

.color-text-black {
  color: rgb(0,0,0) !important; }

.color-white {
  background-color: rgb(255,255,255) !important; }

.color-text-white {
  color: rgb(255,255,255) !important; }

.color-primary {
  background-color: rgb(63,81,181) !important; }

.color-primary-contrast {
  background-color: rgb(255,255,255) !important; }

.color-primary-dark {
  background-color: rgb(48,63,159) !important; }

.color-accent {
  background-color: rgb(255,64,129) !important; }

.color-accent-contrast {
  background-color: rgb(255,255,255) !important; }

.color-text-primary {
  color: rgb(63,81,181) !important; }

.color-text-primary-contrast {
  color: rgb(255,255,255) !important; }

.color-text-primary-dark {
  color: rgb(48,63,159) !important; }

.color-text-accent {
  color: rgb(255,64,129) !important; }

.color-text-accent-contrast {
  color: rgb(255,255,255) !important; }


}