.c-white { color: #ffffff; }
.c-white-20 { color: rgba(255, 255, 255, 0.2); }
.c-white-40 { color: rgba(255, 255, 255, 0.4); }
.c-white-50 { color: rgba(255, 255, 255, 0.5); }
.c-white-55 { color: rgba(255, 255, 255, 0.55); }
.c-white-60 { color: rgba(255, 255, 255, 0.6); }
.c-white-65 { color: rgba(255, 255, 255, 0.65); }
.c-white-70 { color: rgba(255, 255, 255, 0.7); }
.c-white-75 { color: rgba(255, 255, 255, 0.75); }
.c-white-80 { color: rgba(255, 255, 255, 0.8); }
.c-white-90 { color: rgba(255, 255, 255, 0.9); }
.c-blue { color: #3e6cec; }
.h\:c-blue:hover { color: #3e6cec; }
.bc-white-10 { border-color: rgba(255, 255, 255, 0.1); }
.bc-white-15 { border-color: rgba(255, 255, 255, 0.15); }
.bc-white-20 { border-color: rgba(255, 255, 255, 0.2); }
.bc-white-50 { border-color: rgba(255, 255, 255, 0.5); }
.bc-blue { border-color: #3e6cec; }
.h\:bc-blue-60:hover { border-color: rgba(62, 108, 236, 0.6); }
/* .bg-dark-blue {background-color: #021c31;} */
/* .bg-dark-blue-50 {background-color: rgba(2, 28, 49, 0.5);} */
.bg-dark-blue {background-color: #070f31;}
.bg-dark-blue-55 {background-color: rgba(7, 15, 49, 0.55);}
.bg-black-35 { background-color: rgba(0, 0, 0, 0.35); }
.bg-black-70 { background-color: rgba(0, 0, 0, 0.7); }
.bg-black-80 { background-color: rgba(0, 0, 0, 0.8); }
.bg-blue { background-color: #3e6cec; }
.bg-blue-5 { background-color: rgba(62, 108, 236, 0.05); }
.bg-blue-20 { background-color: rgba(62, 108, 236, 0.2); }
.bg-blue-35 { background-color: rgba(62, 108, 236, 0.35); }
.h\:bg-white-3:hover { background-color: rgba(255, 255, 255, 0.03); }
.h\:bg-white-5:hover { background-color: rgba(255, 255, 255, 0.05); }
.h\:bg-white-10:hover { background-color: rgba(255, 255, 255, 0.1); }
.h\:bg-gray-20:hover { background-color: rgba(141, 141, 141, 0.2); }
.h\:bg-blue-5:hover { background-color: rgba(62, 108, 236, 0.05); }