.c-333333 { color: #333333 !important }
.c-666666 { color: #666666 !important }
.c-b8ec55 { color: #B8EC55 !important }
.c-c4062b { color: #C4062B !important }
.c-white { color: white !important }

.f-14 { font-size: 14px !important }
.f-20 { font-size: 20px !important }
.f-24 { font-size: 24px !important }

.mt-5 { margin-top: 5px !important }
.mt-10 { margin-top: 10px !important }
.mt-20 { margin-top: 20px !important }

.mb-10 { margin-bottom: 10px !important }
.mb-15 { margin-bottom: 15px !important }

.my-15 { margin-top: 15px !important; margin-bottom: 15px !important }

.mr-0 { margin-right: 0 !important }

.d-flex { display: flex !important }
@media screen and (max-width: 767px) {
    .d-sm-flex { display: flex !important }
}
.d-block { display: block !important }
@media screen and (max-width: 767px) {
    .d-sm-block { display: block !important }
}

.justify-content-center { justify-content: center !important }

.only-w768-to-w906 {
    display: none;    
}
@media screen and (min-width: 768px) and (max-width: 906px) {
    .only-w768-to-w906 {
        display: block;
    }
}
