
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-36 {
    margin-bottom: 36px !important;
}

.mb-n-3 {
    margin-bottom: -3px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

.d-grid {
    display: grid !important;
}

.align-items-center {
    align-items: center !important;
}

.gap-8 {
    gap: 8px !important;
}

.gap-24 {
    gap: 24px !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-static {
    position: static !important;
}

.font-bold {
    font-weight: 700 !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.font-12px {
    font-size: 12px !important;
}

.text-yellow {
    color: #FDBE1C !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-light {
    color: #5D5D5D !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.shadow-0 {
    box-shadow: none !important;
}

.w-0 {
    width: unset !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100% !important;
}

.max-w-1056 {
    max-width: 1056px !important;
}

.border-none {
    border: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.float-left {
    float: left !important;
}

@media only screen and (max-width:767px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .scroll-md-x {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-16 {
        margin-bottom: 16px !important;
    }

    .mb-md-24 {
        margin-bottom: 24px !important;
    }

    .max-md-w-0 {
        max-width: unset !important;
    }
}

@media only screen and (max-width:992px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-flex {
        display: flex !important;
    }
}

@media only screen and (max-width:1024px) {
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .mb-xl-24 {
        margin-bottom: 24px !important;
    }

    .bg-xl-white {
    background-color: #FFFFFF !important;
}
}
