Spacing Classes

.mt-0 {
    margin-top: 0rem !important
}

.mt-1 {
    margin-top: .5rem !important
}

.mt-2 {
    margin-top: 1rem !important
}

.mt-3 {
    margin-top: 1.5rem !important
}

.mt-4 {
    margin-top: 2rem !important
}

.mt-5 {
    margin-top: 2.5rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mt-7 {
    margin-top: 3.5rem !important
}

.mt-8 {
    margin-top: 4rem !important
}

.mt-9 {
    margin-top: 4.5rem !important
}

.mt-10 {
    margin-top: 5rem !important
}

.mb-0 {
    margin-bottom: 0rem !important
}

.mb-1 {
    margin-bottom: .5rem !important
}

.mb-2 {
    margin-bottom: 1rem !important
}

.mb-3 {
    margin-bottom: 1.5rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

.mb-5 {
    margin-bottom: 2.5rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.mb-7 {
    margin-bottom: 3.5rem !important
}

.mb-8 {
    margin-bottom: 4rem !important
}

.mb-9 {
    margin-bottom: 4.5rem !important
}

.mb-10 {
    margin-bottom: 5rem !important
}

.ml-0 {
    margin-left: 0rem !important
}

.ml-1 {
    margin-left: .5rem !important
}

.ml-2 {
    margin-left: 1rem !important
}

.ml-3 {
    margin-left: 1.5rem !important
}

.ml-4 {
    margin-left: 2rem !important
}

.ml-5 {
    margin-left: 2.5rem !important
}

.ml-6 {
    margin-left: 3rem !important
}

.ml-7 {
    margin-left: 3.5rem !important
}

.ml-8 {
    margin-left: 4rem !important
}

.ml-9 {
    margin-left: 4.5rem !important
}

.ml-10 {
    margin-left: 5rem !important
}

.mr-0 {
    margin-right: 0rem !important
}

.mr-1 {
    margin-right: .5rem !important
}

.mr-2 {
    margin-right: 1rem !important
}

.mr-3 {
    margin-right: 1.5rem !important
}

.mr-4 {
    margin-right: 2rem !important
}

.mr-5 {
    margin-right: 2.5rem !important
}

.mr-6 {
    margin-right: 3rem !important
}

.mr-7 {
    margin-right: 3.5rem !important
}

.mr-8 {
    margin-right: 4rem !important
}

.mr-9 {
    margin-right: 4.5rem !important
}

.mr-10 {
    margin-right: 5rem !important
}

.pt-0 {
    padding-top: 0rem !important
}

.pt-1 {
    padding-top: .5rem !important
}

.pt-2 {
    padding-top: 1rem !important
}

.pt-3 {
    padding-top: 1.5rem !important
}

.pt-4 {
    padding-top: 2rem !important
}

.pt-5 {
    padding-top: 2.5rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pt-7 {
    padding-top: 3.5rem !important
}

.pt-8 {
    padding-top: 4rem !important
}

.pt-9 {
    padding-top: 4.5rem !important
}

.pt-10 {
    padding-top: 5rem !important
}

.pb-0 {
    padding-bottom: 0rem !important
}

.pb-1 {
    padding-bottom: .5rem !important
}

.pb-2 {
    padding-bottom: 1rem !important
}

.pb-3 {
    padding-bottom: 1.5rem !important
}

.pb-4 {
    padding-bottom: 2rem !important
}

.pb-5 {
    padding-bottom: 2.5rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pb-7 {
    padding-bottom: 3.5rem !important
}

.pb-8 {
    padding-bottom: 4rem !important
}

.pb-9 {
    padding-bottom: 4.5rem !important
}

.pb-10 {
    padding-bottom: 5rem !important
}

.pl-0 {
    padding-left: 0rem !important
}

.pl-1 {
    padding-left: .5rem !important
}

.pl-2 {
    padding-left: 1rem !important
}

.pl-3 {
    padding-left: 1.5rem !important
}

.pl-4 {
    padding-left: 2rem !important
}

.pl-5 {
    padding-left: 2.5rem !important
}

.pl-6 {
    padding-left: 3rem !important
}

.pl-7 {
    padding-left: 3.5rem !important
}

.pl-8 {
    padding-left: 4rem !important
}

.pl-9 {
    padding-left: 4.5rem !important
}

.pl-10 {
    padding-left: 5rem !important
}

.pr-0 {
    padding-right: 0rem !important
}

.pr-1 {
    padding-right: .5rem !important
}

.pr-2 {
    padding-right: 1rem !important
}

.pr-3 {
    padding-right: 1.5rem !important
}

.pr-4 {
    padding-right: 2rem !important
}

.pr-5 {
    padding-right: 2.5rem !important
}

.pr-6 {
    padding-right: 3rem !important
}

.pr-7 {
    padding-right: 3.5rem !important
}

.pr-8 {
    padding-right: 4rem !important
}

.pr-9 {
    padding-right: 4.5rem !important
}

.pr-10 {
    padding-right: 5rem !important
}

.ml-auto {
    margin-left: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

@media (min-width: 576px) {
    .mt-sm-0 {
        margin-top:0rem !important
    }

    .mt-sm-1 {
        margin-top: .5rem !important
    }

    .mt-sm-2 {
        margin-top: 1rem !important
    }

    .mt-sm-3 {
        margin-top: 1.5rem !important
    }

    .mt-sm-4 {
        margin-top: 2rem !important
    }

    .mt-sm-5 {
        margin-top: 2.5rem !important
    }

    .mt-sm-6 {
        margin-top: 3rem !important
    }

    .mt-sm-7 {
        margin-top: 3.5rem !important
    }

    .mt-sm-8 {
        margin-top: 4rem !important
    }

    .mt-sm-9 {
        margin-top: 4.5rem !important
    }

    .mt-sm-10 {
        margin-top: 5rem !important
    }

    .mb-sm-0 {
        margin-bottom: 0rem !important
    }

    .mb-sm-1 {
        margin-bottom: .5rem !important
    }

    .mb-sm-2 {
        margin-bottom: 1rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-4 {
        margin-bottom: 2rem !important
    }

    .mb-sm-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important
    }

    .mb-sm-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-sm-8 {
        margin-bottom: 4rem !important
    }

    .mb-sm-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-10 {
        margin-bottom: 5rem !important
    }

    .ml-sm-0 {
        margin-left: 0rem !important
    }

    .ml-sm-1 {
        margin-left: .5rem !important
    }

    .ml-sm-2 {
        margin-left: 1rem !important
    }

    .ml-sm-3 {
        margin-left: 1.5rem !important
    }

    .ml-sm-4 {
        margin-left: 2rem !important
    }

    .ml-sm-5 {
        margin-left: 2.5rem !important
    }

    .ml-sm-6 {
        margin-left: 3rem !important
    }

    .ml-sm-7 {
        margin-left: 3.5rem !important
    }

    .ml-sm-8 {
        margin-left: 4rem !important
    }

    .ml-sm-9 {
        margin-left: 4.5rem !important
    }

    .ml-sm-10 {
        margin-left: 5rem !important
    }

    .mr-sm-0 {
        margin-right: 0rem !important
    }

    .mr-sm-1 {
        margin-right: .5rem !important
    }

    .mr-sm-2 {
        margin-right: 1rem !important
    }

    .mr-sm-3 {
        margin-right: 1.5rem !important
    }

    .mr-sm-4 {
        margin-right: 2rem !important
    }

    .mr-sm-5 {
        margin-right: 2.5rem !important
    }

    .mr-sm-6 {
        margin-right: 3rem !important
    }

    .mr-sm-7 {
        margin-right: 3.5rem !important
    }

    .mr-sm-8 {
        margin-right: 4rem !important
    }

    .mr-sm-9 {
        margin-right: 4.5rem !important
    }

    .mr-sm-10 {
        margin-right: 5rem !important
    }

    .pt-sm-0 {
        padding-top: 0rem !important
    }

    .pt-sm-1 {
        padding-top: .5rem !important
    }

    .pt-sm-2 {
        padding-top: 1rem !important
    }

    .pt-sm-3 {
        padding-top: 1.5rem !important
    }

    .pt-sm-4 {
        padding-top: 2rem !important
    }

    .pt-sm-5 {
        padding-top: 2.5rem !important
    }

    .pt-sm-6 {
        padding-top: 3rem !important
    }

    .pt-sm-7 {
        padding-top: 3.5rem !important
    }

    .pt-sm-8 {
        padding-top: 4rem !important
    }

    .pt-sm-9 {
        padding-top: 4.5rem !important
    }

    .pt-sm-10 {
        padding-top: 5rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0rem !important
    }

    .pb-sm-1 {
        padding-bottom: .5rem !important
    }

    .pb-sm-2 {
        padding-bottom: 1rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-4 {
        padding-bottom: 2rem !important
    }

    .pb-sm-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important
    }

    .pb-sm-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-sm-8 {
        padding-bottom: 4rem !important
    }

    .pb-sm-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-sm-10 {
        padding-bottom: 5rem !important
    }

    .pl-sm-0 {
        padding-left: 0rem !important
    }

    .pl-sm-1 {
        padding-left: .5rem !important
    }

    .pl-sm-2 {
        padding-left: 1rem !important
    }

    .pl-sm-3 {
        padding-left: 1.5rem !important
    }

    .pl-sm-4 {
        padding-left: 2rem !important
    }

    .pl-sm-5 {
        padding-left: 2.5rem !important
    }

    .pl-sm-6 {
        padding-left: 3rem !important
    }

    .pl-sm-7 {
        padding-left: 3.5rem !important
    }

    .pl-sm-8 {
        padding-left: 4rem !important
    }

    .pl-sm-9 {
        padding-left: 4.5rem !important
    }

    .pl-sm-10 {
        padding-left: 5rem !important
    }

    .pr-sm-0 {
        padding-right: 0rem !important
    }

    .pr-sm-1 {
        padding-right: .5rem !important
    }

    .pr-sm-2 {
        padding-right: 1rem !important
    }

    .pr-sm-3 {
        padding-right: 1.5rem !important
    }

    .pr-sm-4 {
        padding-right: 2rem !important
    }

    .pr-sm-5 {
        padding-right: 2.5rem !important
    }

    .pr-sm-6 {
        padding-right: 3rem !important
    }

    .pr-sm-7 {
        padding-right: 3.5rem !important
    }

    .pr-sm-8 {
        padding-right: 4rem !important
    }

    .pr-sm-9 {
        padding-right: 4.5rem !important
    }

    .pr-sm-10 {
        padding-right: 5rem !important
    }

    .ml-sm-auto {
        margin-left: auto !important
    }

    .mr-sm-auto {
        margin-right: auto !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top:0rem !important
    }

    .mt-md-1 {
        margin-top: .5rem !important
    }

    .mt-md-2 {
        margin-top: 1rem !important
    }

    .mt-md-3 {
        margin-top: 1.5rem !important
    }

    .mt-md-4 {
        margin-top: 2rem !important
    }

    .mt-md-5 {
        margin-top: 2.5rem !important
    }

    .mt-md-6 {
        margin-top: 3rem !important
    }

    .mt-md-7 {
        margin-top: 3.5rem !important
    }

    .mt-md-8 {
        margin-top: 4rem !important
    }

    .mt-md-9 {
        margin-top: 4.5rem !important
    }

    .mt-md-10 {
        margin-top: 5rem !important
    }

    .mb-md-0 {
        margin-bottom: 0rem !important
    }

    .mb-md-1 {
        margin-bottom: .5rem !important
    }

    .mb-md-2 {
        margin-bottom: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-4 {
        margin-bottom: 2rem !important
    }

    .mb-md-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-md-6 {
        margin-bottom: 3rem !important
    }

    .mb-md-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-md-8 {
        margin-bottom: 4rem !important
    }

    .mb-md-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-10 {
        margin-bottom: 5rem !important
    }

    .ml-md-0 {
        margin-left: 0rem !important
    }

    .ml-md-1 {
        margin-left: .5rem !important
    }

    .ml-md-2 {
        margin-left: 1rem !important
    }

    .ml-md-3 {
        margin-left: 1.5rem !important
    }

    .ml-md-4 {
        margin-left: 2rem !important
    }

    .ml-md-5 {
        margin-left: 2.5rem !important
    }

    .ml-md-6 {
        margin-left: 3rem !important
    }

    .ml-md-7 {
        margin-left: 3.5rem !important
    }

    .ml-md-8 {
        margin-left: 4rem !important
    }

    .ml-md-9 {
        margin-left: 4.5rem !important
    }

    .ml-md-10 {
        margin-left: 5rem !important
    }

    .mr-md-0 {
        margin-right: 0rem !important
    }

    .mr-md-1 {
        margin-right: .5rem !important
    }

    .mr-md-2 {
        margin-right: 1rem !important
    }

    .mr-md-3 {
        margin-right: 1.5rem !important
    }

    .mr-md-4 {
        margin-right: 2rem !important
    }

    .mr-md-5 {
        margin-right: 2.5rem !important
    }

    .mr-md-6 {
        margin-right: 3rem !important
    }

    .mr-md-7 {
        margin-right: 3.5rem !important
    }

    .mr-md-8 {
        margin-right: 4rem !important
    }

    .mr-md-9 {
        margin-right: 4.5rem !important
    }

    .mr-md-10 {
        margin-right: 5rem !important
    }

    .pt-md-0 {
        padding-top: 0rem !important
    }

    .pt-md-1 {
        padding-top: .5rem !important
    }

    .pt-md-2 {
        padding-top: 1rem !important
    }

    .pt-md-3 {
        padding-top: 1.5rem !important
    }

    .pt-md-4 {
        padding-top: 2rem !important
    }

    .pt-md-5 {
        padding-top: 2.5rem !important
    }

    .pt-md-6 {
        padding-top: 3rem !important
    }

    .pt-md-7 {
        padding-top: 3.5rem !important
    }

    .pt-md-8 {
        padding-top: 4rem !important
    }

    .pt-md-9 {
        padding-top: 4.5rem !important
    }

    .pt-md-10 {
        padding-top: 5rem !important
    }

    .pb-md-0 {
        padding-bottom: 0rem !important
    }

    .pb-md-1 {
        padding-bottom: .5rem !important
    }

    .pb-md-2 {
        padding-bottom: 1rem !important
    }

    .pb-md-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-4 {
        padding-bottom: 2rem !important
    }

    .pb-md-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-md-6 {
        padding-bottom: 3rem !important
    }

    .pb-md-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-md-8 {
        padding-bottom: 4rem !important
    }

    .pb-md-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-md-10 {
        padding-bottom: 5rem !important
    }

    .pl-md-0 {
        padding-left: 0rem !important
    }

    .pl-md-1 {
        padding-left: .5rem !important
    }

    .pl-md-2 {
        padding-left: 1rem !important
    }

    .pl-md-3 {
        padding-left: 1.5rem !important
    }

    .pl-md-4 {
        padding-left: 2rem !important
    }

    .pl-md-5 {
        padding-left: 2.5rem !important
    }

    .pl-md-6 {
        padding-left: 3rem !important
    }

    .pl-md-7 {
        padding-left: 3.5rem !important
    }

    .pl-md-8 {
        padding-left: 4rem !important
    }

    .pl-md-9 {
        padding-left: 4.5rem !important
    }

    .pl-md-10 {
        padding-left: 5rem !important
    }

    .pr-md-0 {
        padding-right: 0rem !important
    }

    .pr-md-1 {
        padding-right: .5rem !important
    }

    .pr-md-2 {
        padding-right: 1rem !important
    }

    .pr-md-3 {
        padding-right: 1.5rem !important
    }

    .pr-md-4 {
        padding-right: 2rem !important
    }

    .pr-md-5 {
        padding-right: 2.5rem !important
    }

    .pr-md-6 {
        padding-right: 3rem !important
    }

    .pr-md-7 {
        padding-right: 3.5rem !important
    }

    .pr-md-8 {
        padding-right: 4rem !important
    }

    .pr-md-9 {
        padding-right: 4.5rem !important
    }

    .pr-md-10 {
        padding-right: 5rem !important
    }

    .ml-md-auto {
        margin-left: auto !important
    }

    .mr-md-auto {
        margin-right: auto !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top:0rem !important
    }

    .mt-lg-1 {
        margin-top: .5rem !important
    }

    .mt-lg-2 {
        margin-top: 1rem !important
    }

    .mt-lg-3 {
        margin-top: 1.5rem !important
    }

    .mt-lg-4 {
        margin-top: 2rem !important
    }

    .mt-lg-5 {
        margin-top: 2.5rem !important
    }

    .mt-lg-6 {
        margin-top: 3rem !important
    }

    .mt-lg-7 {
        margin-top: 3.5rem !important
    }

    .mt-lg-8 {
        margin-top: 4rem !important
    }

    .mt-lg-9 {
        margin-top: 4.5rem !important
    }

    .mt-lg-10 {
        margin-top: 5rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0rem !important
    }

    .mb-lg-1 {
        margin-bottom: .5rem !important
    }

    .mb-lg-2 {
        margin-bottom: 1rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 2rem !important
    }

    .mb-lg-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important
    }

    .mb-lg-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-lg-8 {
        margin-bottom: 4rem !important
    }

    .mb-lg-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-lg-10 {
        margin-bottom: 5rem !important
    }

    .ml-lg-0 {
        margin-left: 0rem !important
    }

    .ml-lg-1 {
        margin-left: .5rem !important
    }

    .ml-lg-2 {
        margin-left: 1rem !important
    }

    .ml-lg-3 {
        margin-left: 1.5rem !important
    }

    .ml-lg-4 {
        margin-left: 2rem !important
    }

    .ml-lg-5 {
        margin-left: 2.5rem !important
    }

    .ml-lg-6 {
        margin-left: 3rem !important
    }

    .ml-lg-7 {
        margin-left: 3.5rem !important
    }

    .ml-lg-8 {
        margin-left: 4rem !important
    }

    .ml-lg-9 {
        margin-left: 4.5rem !important
    }

    .ml-lg-10 {
        margin-left: 5rem !important
    }

    .mr-lg-0 {
        margin-right: 0rem !important
    }

    .mr-lg-1 {
        margin-right: .5rem !important
    }

    .mr-lg-2 {
        margin-right: 1rem !important
    }

    .mr-lg-3 {
        margin-right: 1.5rem !important
    }

    .mr-lg-4 {
        margin-right: 2rem !important
    }

    .mr-lg-5 {
        margin-right: 2.5rem !important
    }

    .mr-lg-6 {
        margin-right: 3rem !important
    }

    .mr-lg-7 {
        margin-right: 3.5rem !important
    }

    .mr-lg-8 {
        margin-right: 4rem !important
    }

    .mr-lg-9 {
        margin-right: 4.5rem !important
    }

    .mr-lg-10 {
        margin-right: 5rem !important
    }

    .pt-lg-0 {
        padding-top: 0rem !important
    }

    .pt-lg-1 {
        padding-top: .5rem !important
    }

    .pt-lg-2 {
        padding-top: 1rem !important
    }

    .pt-lg-3 {
        padding-top: 1.5rem !important
    }

    .pt-lg-4 {
        padding-top: 2rem !important
    }

    .pt-lg-5 {
        padding-top: 2.5rem !important
    }

    .pt-lg-6 {
        padding-top: 3rem !important
    }

    .pt-lg-7 {
        padding-top: 3.5rem !important
    }

    .pt-lg-8 {
        padding-top: 4rem !important
    }

    .pt-lg-9 {
        padding-top: 4.5rem !important
    }

    .pt-lg-10 {
        padding-top: 5rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0rem !important
    }

    .pb-lg-1 {
        padding-bottom: .5rem !important
    }

    .pb-lg-2 {
        padding-bottom: 1rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-4 {
        padding-bottom: 2rem !important
    }

    .pb-lg-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important
    }

    .pb-lg-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-lg-8 {
        padding-bottom: 4rem !important
    }

    .pb-lg-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-lg-10 {
        padding-bottom: 5rem !important
    }

    .pl-lg-0 {
        padding-left: 0rem !important
    }

    .pl-lg-1 {
        padding-left: .5rem !important
    }

    .pl-lg-2 {
        padding-left: 1rem !important
    }

    .pl-lg-3 {
        padding-left: 1.5rem !important
    }

    .pl-lg-4 {
        padding-left: 2rem !important
    }

    .pl-lg-5 {
        padding-left: 2.5rem !important
    }

    .pl-lg-6 {
        padding-left: 3rem !important
    }

    .pl-lg-7 {
        padding-left: 3.5rem !important
    }

    .pl-lg-8 {
        padding-left: 4rem !important
    }

    .pl-lg-9 {
        padding-left: 4.5rem !important
    }

    .pl-lg-10 {
        padding-left: 5rem !important
    }

    .pr-lg-0 {
        padding-right: 0rem !important
    }

    .pr-lg-1 {
        padding-right: .5rem !important
    }

    .pr-lg-2 {
        padding-right: 1rem !important
    }

    .pr-lg-3 {
        padding-right: 1.5rem !important
    }

    .pr-lg-4 {
        padding-right: 2rem !important
    }

    .pr-lg-5 {
        padding-right: 2.5rem !important
    }

    .pr-lg-6 {
        padding-right: 3rem !important
    }

    .pr-lg-7 {
        padding-right: 3.5rem !important
    }

    .pr-lg-8 {
        padding-right: 4rem !important
    }

    .pr-lg-9 {
        padding-right: 4.5rem !important
    }

    .pr-lg-10 {
        padding-right: 5rem !important
    }

    .ml-lg-auto {
        margin-left: auto !important
    }

    .mr-lg-auto {
        margin-right: auto !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media (min-width: 1200px) {
    .mt-xl-0 {
        margin-top:0rem !important
    }

    .mt-xl-1 {
        margin-top: .5rem !important
    }

    .mt-xl-2 {
        margin-top: 1rem !important
    }

    .mt-xl-3 {
        margin-top: 1.5rem !important
    }

    .mt-xl-4 {
        margin-top: 2rem !important
    }

    .mt-xl-5 {
        margin-top: 2.5rem !important
    }

    .mt-xl-6 {
        margin-top: 3rem !important
    }

    .mt-xl-7 {
        margin-top: 3.5rem !important
    }

    .mt-xl-8 {
        margin-top: 4rem !important
    }

    .mt-xl-9 {
        margin-top: 4.5rem !important
    }

    .mt-xl-10 {
        margin-top: 5rem !important
    }

    .mb-xl-0 {
        margin-bottom: 0rem !important
    }

    .mb-xl-1 {
        margin-bottom: .5rem !important
    }

    .mb-xl-2 {
        margin-bottom: 1rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-4 {
        margin-bottom: 2rem !important
    }

    .mb-xl-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xl-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-xl-8 {
        margin-bottom: 4rem !important
    }

    .mb-xl-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-xl-10 {
        margin-bottom: 5rem !important
    }

    .ml-xl-0 {
        margin-left: 0rem !important
    }

    .ml-xl-1 {
        margin-left: .5rem !important
    }

    .ml-xl-2 {
        margin-left: 1rem !important
    }

    .ml-xl-3 {
        margin-left: 1.5rem !important
    }

    .ml-xl-4 {
        margin-left: 2rem !important
    }

    .ml-xl-5 {
        margin-left: 2.5rem !important
    }

    .ml-xl-6 {
        margin-left: 3rem !important
    }

    .ml-xl-7 {
        margin-left: 3.5rem !important
    }

    .ml-xl-8 {
        margin-left: 4rem !important
    }

    .ml-xl-9 {
        margin-left: 4.5rem !important
    }

    .ml-xl-10 {
        margin-left: 5rem !important
    }

    .mr-xl-0 {
        margin-right: 0rem !important
    }

    .mr-xl-1 {
        margin-right: .5rem !important
    }

    .mr-xl-2 {
        margin-right: 1rem !important
    }

    .mr-xl-3 {
        margin-right: 1.5rem !important
    }

    .mr-xl-4 {
        margin-right: 2rem !important
    }

    .mr-xl-5 {
        margin-right: 2.5rem !important
    }

    .mr-xl-6 {
        margin-right: 3rem !important
    }

    .mr-xl-7 {
        margin-right: 3.5rem !important
    }

    .mr-xl-8 {
        margin-right: 4rem !important
    }

    .mr-xl-9 {
        margin-right: 4.5rem !important
    }

    .mr-xl-10 {
        margin-right: 5rem !important
    }

    .pt-xl-0 {
        padding-top: 0rem !important
    }

    .pt-xl-1 {
        padding-top: .5rem !important
    }

    .pt-xl-2 {
        padding-top: 1rem !important
    }

    .pt-xl-3 {
        padding-top: 1.5rem !important
    }

    .pt-xl-4 {
        padding-top: 2rem !important
    }

    .pt-xl-5 {
        padding-top: 2.5rem !important
    }

    .pt-xl-6 {
        padding-top: 3rem !important
    }

    .pt-xl-7 {
        padding-top: 3.5rem !important
    }

    .pt-xl-8 {
        padding-top: 4rem !important
    }

    .pt-xl-9 {
        padding-top: 4.5rem !important
    }

    .pt-xl-10 {
        padding-top: 5rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0rem !important
    }

    .pb-xl-1 {
        padding-bottom: .5rem !important
    }

    .pb-xl-2 {
        padding-bottom: 1rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-4 {
        padding-bottom: 2rem !important
    }

    .pb-xl-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-xl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xl-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-xl-8 {
        padding-bottom: 4rem !important
    }

    .pb-xl-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-xl-10 {
        padding-bottom: 5rem !important
    }

    .pl-xl-0 {
        padding-left: 0rem !important
    }

    .pl-xl-1 {
        padding-left: .5rem !important
    }

    .pl-xl-2 {
        padding-left: 1rem !important
    }

    .pl-xl-3 {
        padding-left: 1.5rem !important
    }

    .pl-xl-4 {
        padding-left: 2rem !important
    }

    .pl-xl-5 {
        padding-left: 2.5rem !important
    }

    .pl-xl-6 {
        padding-left: 3rem !important
    }

    .pl-xl-7 {
        padding-left: 3.5rem !important
    }

    .pl-xl-8 {
        padding-left: 4rem !important
    }

    .pl-xl-9 {
        padding-left: 4.5rem !important
    }

    .pl-xl-10 {
        padding-left: 5rem !important
    }

    .pr-xl-0 {
        padding-right: 0rem !important
    }

    .pr-xl-1 {
        padding-right: .5rem !important
    }

    .pr-xl-2 {
        padding-right: 1rem !important
    }

    .pr-xl-3 {
        padding-right: 1.5rem !important
    }

    .pr-xl-4 {
        padding-right: 2rem !important
    }

    .pr-xl-5 {
        padding-right: 2.5rem !important
    }

    .pr-xl-6 {
        padding-right: 3rem !important
    }

    .pr-xl-7 {
        padding-right: 3.5rem !important
    }

    .pr-xl-8 {
        padding-right: 4rem !important
    }

    .pr-xl-9 {
        padding-right: 4.5rem !important
    }

    .pr-xl-10 {
        padding-right: 5rem !important
    }

    .ml-xl-auto {
        margin-left: auto !important
    }

    .mr-xl-auto {
        margin-right: auto !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

Demos