﻿.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

/* ###### 9.4 Margin   ###### */
.mg-0 {
    margin: 0px;
}

.mg-0-f {
    margin: 0px !important;
}

.mg-y-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mg-y-0-f {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mg-x-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mg-x-0-f {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mg-t-0 {
    margin-top: 0px;
}

.mg-r-0 {
    margin-right: 0px;
}

.mg-b-0 {
    margin-bottom: 0px;
}

.mg-l-0 {
    margin-left: 0px;
}

.mg-t-0-f {
    margin-top: 0px !important;
}

.mg-r-0-f {
    margin-right: 0px !important;
}

.mg-b-0-f {
    margin-bottom: 0px !important;
}

.mg-l-0-f {
    margin-left: 0px !important;
}

.mg-1 {
    margin: 1px;
}

.mg-1-f {
    margin: 1px !important;
}

.mg-y-1 {
    margin-top: 1px;
    margin-bottom: 1px;
}

.mg-y-1-f {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.mg-x-1 {
    margin-left: 1px;
    margin-right: 1px;
}

.mg-x-1-f {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

.mg-t-1 {
    margin-top: 1px;
}

.mg-r-1 {
    margin-right: 1px;
}

.mg-b-1 {
    margin-bottom: 1px;
}

.mg-l-1 {
    margin-left: 1px;
}

.mg-t-1-f {
    margin-top: 1px !important;
}

.mg-r-1-f {
    margin-right: 1px !important;
}

.mg-b-1-f {
    margin-bottom: 1px !important;
}

.mg-l-1-f {
    margin-left: 1px !important;
}

.mg-2 {
    margin: 2px;
}

.mg-2-f {
    margin: 2px !important;
}

.mg-y-2 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.mg-y-2-f {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.mg-x-2 {
    margin-left: 2px;
    margin-right: 2px;
}

.mg-x-2-f {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.mg-t-2 {
    margin-top: 2px;
}

.mg-r-2 {
    margin-right: 2px;
}

.mg-b-2 {
    margin-bottom: 2px;
}

.mg-l-2 {
    margin-left: 2px;
}

.mg-t-2-f {
    margin-top: 2px !important;
}

.mg-r-2-f {
    margin-right: 2px !important;
}

.mg-b-2-f {
    margin-bottom: 2px !important;
}

.mg-l-2-f {
    margin-left: 2px !important;
}

.mg-3 {
    margin: 3px;
}

.mg-3-f {
    margin: 3px !important;
}

.mg-y-3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.mg-y-3-f {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.mg-x-3 {
    margin-left: 3px;
    margin-right: 3px;
}

.mg-x-3-f {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.mg-t-3 {
    margin-top: 3px;
}

.mg-r-3 {
    margin-right: 3px;
}

.mg-b-3 {
    margin-bottom: 3px;
}

.mg-l-3 {
    margin-left: 3px;
}

.mg-t-3-f {
    margin-top: 3px !important;
}

.mg-r-3-f {
    margin-right: 3px !important;
}

.mg-b-3-f {
    margin-bottom: 3px !important;
}

.mg-l-3-f {
    margin-left: 3px !important;
}

.mg-4 {
    margin: 4px;
}

.mg-4-f {
    margin: 4px !important;
}

.mg-y-4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.mg-y-4-f {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.mg-x-4 {
    margin-left: 4px;
    margin-right: 4px;
}

.mg-x-4-f {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.mg-t-4 {
    margin-top: 4px;
}

.mg-r-4 {
    margin-right: 4px;
}

.mg-b-4 {
    margin-bottom: 4px;
}

.mg-l-4 {
    margin-left: 4px;
}

.mg-t-4-f {
    margin-top: 4px !important;
}

.mg-r-4-f {
    margin-right: 4px !important;
}

.mg-b-4-f {
    margin-bottom: 4px !important;
}

.mg-l-4-f {
    margin-left: 4px !important;
}

.mg-5 {
    margin: 5px;
}

.mg-5-f {
    margin: 5px !important;
}

.mg-y-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mg-y-5-f {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mg-x-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mg-x-5-f {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mg-t-5 {
    margin-top: 5px;
}

.mg-r-5 {
    margin-right: 5px;
}

.mg-b-5 {
    margin-bottom: 5px;
}

.mg-l-5 {
    margin-left: 5px;
}

.mg-t-5-f {
    margin-top: 5px !important;
}

.mg-r-5-f {
    margin-right: 5px !important;
}

.mg-b-5-f {
    margin-bottom: 5px !important;
}

.mg-l-5-f {
    margin-left: 5px !important;
}

.mg-6 {
    margin: 6px;
}

.mg-6-f {
    margin: 6px !important;
}

.mg-y-6 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.mg-y-6-f {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.mg-x-6 {
    margin-left: 6px;
    margin-right: 6px;
}

.mg-x-6-f {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.mg-t-6 {
    margin-top: 6px;
}

.mg-r-6 {
    margin-right: 6px;
}

.mg-b-6 {
    margin-bottom: 6px;
}

.mg-l-6 {
    margin-left: 6px;
}

.mg-t-6-f {
    margin-top: 6px !important;
}

.mg-r-6-f {
    margin-right: 6px !important;
}

.mg-b-6-f {
    margin-bottom: 6px !important;
}

.mg-l-6-f {
    margin-left: 6px !important;
}

.mg-7 {
    margin: 7px;
}

.mg-7-f {
    margin: 7px !important;
}

.mg-y-7 {
    margin-top: 7px;
    margin-bottom: 7px;
}

.mg-y-7-f {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.mg-x-7 {
    margin-left: 7px;
    margin-right: 7px;
}

.mg-x-7-f {
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.mg-t-7 {
    margin-top: 7px;
}

.mg-r-7 {
    margin-right: 7px;
}

.mg-b-7 {
    margin-bottom: 7px;
}

.mg-l-7 {
    margin-left: 7px;
}

.mg-t-7-f {
    margin-top: 7px !important;
}

.mg-r-7-f {
    margin-right: 7px !important;
}

.mg-b-7-f {
    margin-bottom: 7px !important;
}

.mg-l-7-f {
    margin-left: 7px !important;
}

.mg-8 {
    margin: 8px;
}

.mg-8-f {
    margin: 8px !important;
}

.mg-y-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.mg-y-8-f {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.mg-x-8 {
    margin-left: 8px;
    margin-right: 8px;
}

.mg-x-8-f {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.mg-t-8 {
    margin-top: 8px;
}

.mg-r-8 {
    margin-right: 8px;
}

.mg-b-8 {
    margin-bottom: 8px;
}

.mg-l-8 {
    margin-left: 8px;
}

.mg-t-8-f {
    margin-top: 8px !important;
}

.mg-r-8-f {
    margin-right: 8px !important;
}

.mg-b-8-f {
    margin-bottom: 8px !important;
}

.mg-l-8-f {
    margin-left: 8px !important;
}

.mg-9 {
    margin: 9px;
}

.mg-9-f {
    margin: 9px !important;
}

.mg-y-9 {
    margin-top: 9px;
    margin-bottom: 9px;
}

.mg-y-9-f {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}

.mg-x-9 {
    margin-left: 9px;
    margin-right: 9px;
}

.mg-x-9-f {
    margin-left: 9px !important;
    margin-right: 9px !important;
}

.mg-t-9 {
    margin-top: 9px;
}

.mg-r-9 {
    margin-right: 9px;
}

.mg-b-9 {
    margin-bottom: 9px;
}

.mg-l-9 {
    margin-left: 9px;
}

.mg-t-9-f {
    margin-top: 9px !important;
}

.mg-r-9-f {
    margin-right: 9px !important;
}

.mg-b-9-f {
    margin-bottom: 9px !important;
}

.mg-l-9-f {
    margin-left: 9px !important;
}

.mg-10 {
    margin: 10px;
}

.mg-10-f {
    margin: 10px !important;
}

.mg-y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mg-y-10-f {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mg-x-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mg-x-10-f {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-r-10 {
    margin-right: 10px;
}

.mg-b-10 {
    margin-bottom: 10px;
}

.mg-l-10 {
    margin-left: 10px;
}

.mg-t-10-f {
    margin-top: 10px !important;
}

.mg-r-10-f {
    margin-right: 10px !important;
}

.mg-b-10-f {
    margin-bottom: 10px !important;
}

.mg-l-10-f {
    margin-left: 10px !important;
}

.mg-15 {
    margin: 15px;
}

.mg-15-f {
    margin: 15px !important;
}

.mg-y-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mg-y-15-f {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mg-x-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mg-x-15-f {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mg-t-15 {
    margin-top: 15px;
}

.mg-r-15 {
    margin-right: 15px;
}

.mg-b-15 {
    margin-bottom: 15px;
}

.mg-l-15 {
    margin-left: 15px;
}

.mg-t-15-f {
    margin-top: 15px !important;
}

.mg-r-15-f {
    margin-right: 15px !important;
}

.mg-b-15-f {
    margin-bottom: 15px !important;
}

.mg-l-15-f {
    margin-left: 15px !important;
}

.mg-20 {
    margin: 20px;
}

.mg-20-f {
    margin: 20px !important;
}

.mg-y-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mg-y-20-f {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mg-x-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mg-x-20-f {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mg-t-20 {
    margin-top: 20px;
}

.mg-r-20 {
    margin-right: 20px;
}

.mg-b-20 {
    margin-bottom: 20px;
}

.mg-l-20 {
    margin-left: 20px;
}

.mg-t-20-f {
    margin-top: 20px !important;
}

.mg-r-20-f {
    margin-right: 20px !important;
}

.mg-b-20-f {
    margin-bottom: 20px !important;
}

.mg-l-20-f {
    margin-left: 20px !important;
}

.mg-25 {
    margin: 25px;
}

.mg-25-f {
    margin: 25px !important;
}

.mg-y-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mg-y-25-f {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mg-x-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.mg-x-25-f {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.mg-t-25 {
    margin-top: 25px;
}

.mg-r-25 {
    margin-right: 25px;
}

.mg-b-25 {
    margin-bottom: 25px;
}

.mg-l-25 {
    margin-left: 25px;
}

.mg-t-25-f {
    margin-top: 25px !important;
}

.mg-r-25-f {
    margin-right: 25px !important;
}

.mg-b-25-f {
    margin-bottom: 25px !important;
}

.mg-l-25-f {
    margin-left: 25px !important;
}

.mg-30 {
    margin: 30px;
}

.mg-30-f {
    margin: 30px !important;
}

.mg-y-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mg-y-30-f {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mg-x-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mg-x-30-f {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.mg-t-30 {
    margin-top: 30px;
}

.mg-r-30 {
    margin-right: 30px;
}

.mg-b-30 {
    margin-bottom: 30px;
}

.mg-l-30 {
    margin-left: 30px;
}

.mg-t-30-f {
    margin-top: 30px !important;
}

.mg-r-30-f {
    margin-right: 30px !important;
}

.mg-b-30-f {
    margin-bottom: 30px !important;
}

.mg-l-30-f {
    margin-left: 30px !important;
}

.mg-35 {
    margin: 35px;
}

.mg-35-f {
    margin: 35px !important;
}

.mg-y-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mg-y-35-f {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.mg-x-35 {
    margin-left: 35px;
    margin-right: 35px;
}

.mg-x-35-f {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.mg-t-35 {
    margin-top: 35px;
}

.mg-r-35 {
    margin-right: 35px;
}

.mg-b-35 {
    margin-bottom: 35px;
}

.mg-l-35 {
    margin-left: 35px;
}

.mg-t-35-f {
    margin-top: 35px !important;
}

.mg-r-35-f {
    margin-right: 35px !important;
}

.mg-b-35-f {
    margin-bottom: 35px !important;
}

.mg-l-35-f {
    margin-left: 35px !important;
}

.mg-40 {
    margin: 40px;
}

.mg-40-f {
    margin: 40px !important;
}

.mg-y-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mg-y-40-f {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mg-x-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mg-x-40-f {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.mg-t-40 {
    margin-top: 40px;
}

.mg-r-40 {
    margin-right: 40px;
}

.mg-b-40 {
    margin-bottom: 40px;
}

.mg-l-40 {
    margin-left: 40px;
}

.mg-t-40-f {
    margin-top: 40px !important;
}

.mg-r-40-f {
    margin-right: 40px !important;
}

.mg-b-40-f {
    margin-bottom: 40px !important;
}

.mg-l-40-f {
    margin-left: 40px !important;
}

.mg-45 {
    margin: 45px;
}

.mg-45-f {
    margin: 45px !important;
}

.mg-y-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mg-y-45-f {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.mg-x-45 {
    margin-left: 45px;
    margin-right: 45px;
}

.mg-x-45-f {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.mg-t-45 {
    margin-top: 45px;
}

.mg-r-45 {
    margin-right: 45px;
}

.mg-b-45 {
    margin-bottom: 45px;
}

.mg-l-45 {
    margin-left: 45px;
}

.mg-t-45-f {
    margin-top: 45px !important;
}

.mg-r-45-f {
    margin-right: 45px !important;
}

.mg-b-45-f {
    margin-bottom: 45px !important;
}

.mg-l-45-f {
    margin-left: 45px !important;
}

.mg-50 {
    margin: 50px;
}

.mg-50-f {
    margin: 50px !important;
}

.mg-y-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mg-y-50-f {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mg-x-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mg-x-50-f {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.mg-t-50 {
    margin-top: 50px;
}

.mg-r-50 {
    margin-right: 50px;
}

.mg-b-50 {
    margin-bottom: 50px;
}

.mg-l-50 {
    margin-left: 50px;
}

.mg-t-50-f {
    margin-top: 50px !important;
}

.mg-r-50-f {
    margin-right: 50px !important;
}

.mg-b-50-f {
    margin-bottom: 50px !important;
}

.mg-l-50-f {
    margin-left: 50px !important;
}

.mg-55 {
    margin: 55px;
}

.mg-55-f {
    margin: 55px !important;
}

.mg-y-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.mg-y-55-f {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.mg-x-55 {
    margin-left: 55px;
    margin-right: 55px;
}

.mg-x-55-f {
    margin-left: 55px !important;
    margin-right: 55px !important;
}

.mg-t-55 {
    margin-top: 55px;
}

.mg-r-55 {
    margin-right: 55px;
}

.mg-b-55 {
    margin-bottom: 55px;
}

.mg-l-55 {
    margin-left: 55px;
}

.mg-t-55-f {
    margin-top: 55px !important;
}

.mg-r-55-f {
    margin-right: 55px !important;
}

.mg-b-55-f {
    margin-bottom: 55px !important;
}

.mg-l-55-f {
    margin-left: 55px !important;
}

.mg-60 {
    margin: 60px;
}

.mg-60-f {
    margin: 60px !important;
}

.mg-y-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mg-y-60-f {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.mg-x-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.mg-x-60-f {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.mg-t-60 {
    margin-top: 60px;
}

.mg-r-60 {
    margin-right: 60px;
}

.mg-b-60 {
    margin-bottom: 60px;
}

.mg-l-60 {
    margin-left: 60px;
}

.mg-t-60-f {
    margin-top: 60px !important;
}

.mg-r-60-f {
    margin-right: 60px !important;
}

.mg-b-60-f {
    margin-bottom: 60px !important;
}

.mg-l-60-f {
    margin-left: 60px !important;
}

.mg-65 {
    margin: 65px;
}

.mg-65-f {
    margin: 65px !important;
}

.mg-y-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.mg-y-65-f {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}

.mg-x-65 {
    margin-left: 65px;
    margin-right: 65px;
}

.mg-x-65-f {
    margin-left: 65px !important;
    margin-right: 65px !important;
}

.mg-t-65 {
    margin-top: 65px;
}

.mg-r-65 {
    margin-right: 65px;
}

.mg-b-65 {
    margin-bottom: 65px;
}

.mg-l-65 {
    margin-left: 65px;
}

.mg-t-65-f {
    margin-top: 65px !important;
}

.mg-r-65-f {
    margin-right: 65px !important;
}

.mg-b-65-f {
    margin-bottom: 65px !important;
}

.mg-l-65-f {
    margin-left: 65px !important;
}

.mg-70 {
    margin: 70px;
}

.mg-70-f {
    margin: 70px !important;
}

.mg-y-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mg-y-70-f {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.mg-x-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.mg-x-70-f {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.mg-t-70 {
    margin-top: 70px;
}

.mg-r-70 {
    margin-right: 70px;
}

.mg-b-70 {
    margin-bottom: 70px;
}

.mg-l-70 {
    margin-left: 70px;
}

.mg-t-70-f {
    margin-top: 70px !important;
}

.mg-r-70-f {
    margin-right: 70px !important;
}

.mg-b-70-f {
    margin-bottom: 70px !important;
}

.mg-l-70-f {
    margin-left: 70px !important;
}

.mg-75 {
    margin: 75px;
}

.mg-75-f {
    margin: 75px !important;
}

.mg-y-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.mg-y-75-f {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}

.mg-x-75 {
    margin-left: 75px;
    margin-right: 75px;
}

.mg-x-75-f {
    margin-left: 75px !important;
    margin-right: 75px !important;
}

.mg-t-75 {
    margin-top: 75px;
}

.mg-r-75 {
    margin-right: 75px;
}

.mg-b-75 {
    margin-bottom: 75px;
}

.mg-l-75 {
    margin-left: 75px;
}

.mg-t-75-f {
    margin-top: 75px !important;
}

.mg-r-75-f {
    margin-right: 75px !important;
}

.mg-b-75-f {
    margin-bottom: 75px !important;
}

.mg-l-75-f {
    margin-left: 75px !important;
}

.mg-80 {
    margin: 80px;
}

.mg-80-f {
    margin: 80px !important;
}

.mg-y-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mg-y-80-f {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.mg-x-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.mg-x-80-f {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.mg-t-80 {
    margin-top: 80px;
}

.mg-r-80 {
    margin-right: 80px;
}

.mg-b-80 {
    margin-bottom: 80px;
}

.mg-l-80 {
    margin-left: 80px;
}

.mg-t-80-f {
    margin-top: 80px !important;
}

.mg-r-80-f {
    margin-right: 80px !important;
}

.mg-b-80-f {
    margin-bottom: 80px !important;
}

.mg-l-80-f {
    margin-left: 80px !important;
}

.mg-85 {
    margin: 85px;
}

.mg-85-f {
    margin: 85px !important;
}

.mg-y-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.mg-y-85-f {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}

.mg-x-85 {
    margin-left: 85px;
    margin-right: 85px;
}

.mg-x-85-f {
    margin-left: 85px !important;
    margin-right: 85px !important;
}

.mg-t-85 {
    margin-top: 85px;
}

.mg-r-85 {
    margin-right: 85px;
}

.mg-b-85 {
    margin-bottom: 85px;
}

.mg-l-85 {
    margin-left: 85px;
}

.mg-t-85-f {
    margin-top: 85px !important;
}

.mg-r-85-f {
    margin-right: 85px !important;
}

.mg-b-85-f {
    margin-bottom: 85px !important;
}

.mg-l-85-f {
    margin-left: 85px !important;
}

.mg-90 {
    margin: 90px;
}

.mg-90-f {
    margin: 90px !important;
}

.mg-y-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mg-y-90-f {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.mg-x-90 {
    margin-left: 90px;
    margin-right: 90px;
}

.mg-x-90-f {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.mg-t-90 {
    margin-top: 90px;
}

.mg-r-90 {
    margin-right: 90px;
}

.mg-b-90 {
    margin-bottom: 90px;
}

.mg-l-90 {
    margin-left: 90px;
}

.mg-t-90-f {
    margin-top: 90px !important;
}

.mg-r-90-f {
    margin-right: 90px !important;
}

.mg-b-90-f {
    margin-bottom: 90px !important;
}

.mg-l-90-f {
    margin-left: 90px !important;
}

.mg-95 {
    margin: 95px;
}

.mg-95-f {
    margin: 95px !important;
}

.mg-y-95 {
    margin-top: 95px;
    margin-bottom: 95px;
}

.mg-y-95-f {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}

.mg-x-95 {
    margin-left: 95px;
    margin-right: 95px;
}

.mg-x-95-f {
    margin-left: 95px !important;
    margin-right: 95px !important;
}

.mg-t-95 {
    margin-top: 95px;
}

.mg-r-95 {
    margin-right: 95px;
}

.mg-b-95 {
    margin-bottom: 95px;
}

.mg-l-95 {
    margin-left: 95px;
}

.mg-t-95-f {
    margin-top: 95px !important;
}

.mg-r-95-f {
    margin-right: 95px !important;
}

.mg-b-95-f {
    margin-bottom: 95px !important;
}

.mg-l-95-f {
    margin-left: 95px !important;
}

.mg-100 {
    margin: 100px;
}

.mg-100-f {
    margin: 100px !important;
}

.mg-y-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mg-y-100-f {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.mg-x-100 {
    margin-left: 100px;
    margin-right: 100px;
}

.mg-x-100-f {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.mg-t-100 {
    margin-top: 100px;
}

.mg-r-100 {
    margin-right: 100px;
}

.mg-b-100 {
    margin-bottom: 100px;
}

.mg-l-100 {
    margin-left: 100px;
}

.mg-t-100-f {
    margin-top: 100px !important;
}

.mg-r-100-f {
    margin-right: 100px !important;
}

.mg-b-100-f {
    margin-bottom: 100px !important;
}

.mg-l-100-f {
    margin-left: 100px !important;
}

.mg-105 {
    margin: 105px;
}

.mg-105-f {
    margin: 105px !important;
}

.mg-y-105 {
    margin-top: 105px;
    margin-bottom: 105px;
}

.mg-y-105-f {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
}

.mg-x-105 {
    margin-left: 105px;
    margin-right: 105px;
}

.mg-x-105-f {
    margin-left: 105px !important;
    margin-right: 105px !important;
}

.mg-t-105 {
    margin-top: 105px;
}

.mg-r-105 {
    margin-right: 105px;
}

.mg-b-105 {
    margin-bottom: 105px;
}

.mg-l-105 {
    margin-left: 105px;
}

.mg-t-105-f {
    margin-top: 105px !important;
}

.mg-r-105-f {
    margin-right: 105px !important;
}

.mg-b-105-f {
    margin-bottom: 105px !important;
}

.mg-l-105-f {
    margin-left: 105px !important;
}

.mg-110 {
    margin: 110px;
}

.mg-110-f {
    margin: 110px !important;
}

.mg-y-110 {
    margin-top: 110px;
    margin-bottom: 110px;
}

.mg-y-110-f {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
}

.mg-x-110 {
    margin-left: 110px;
    margin-right: 110px;
}

.mg-x-110-f {
    margin-left: 110px !important;
    margin-right: 110px !important;
}

.mg-t-110 {
    margin-top: 110px;
}

.mg-r-110 {
    margin-right: 110px;
}

.mg-b-110 {
    margin-bottom: 110px;
}

.mg-l-110 {
    margin-left: 110px;
}

.mg-t-110-f {
    margin-top: 110px !important;
}

.mg-r-110-f {
    margin-right: 110px !important;
}

.mg-b-110-f {
    margin-bottom: 110px !important;
}

.mg-l-110-f {
    margin-left: 110px !important;
}

.mg-115 {
    margin: 115px;
}

.mg-115-f {
    margin: 115px !important;
}

.mg-y-115 {
    margin-top: 115px;
    margin-bottom: 115px;
}

.mg-y-115-f {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
}

.mg-x-115 {
    margin-left: 115px;
    margin-right: 115px;
}

.mg-x-115-f {
    margin-left: 115px !important;
    margin-right: 115px !important;
}

.mg-t-115 {
    margin-top: 115px;
}

.mg-r-115 {
    margin-right: 115px;
}

.mg-b-115 {
    margin-bottom: 115px;
}

.mg-l-115 {
    margin-left: 115px;
}

.mg-t-115-f {
    margin-top: 115px !important;
}

.mg-r-115-f {
    margin-right: 115px !important;
}

.mg-b-115-f {
    margin-bottom: 115px !important;
}

.mg-l-115-f {
    margin-left: 115px !important;
}

.mg-120 {
    margin: 120px;
}

.mg-120-f {
    margin: 120px !important;
}

.mg-y-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.mg-y-120-f {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}

.mg-x-120 {
    margin-left: 120px;
    margin-right: 120px;
}

.mg-x-120-f {
    margin-left: 120px !important;
    margin-right: 120px !important;
}

.mg-t-120 {
    margin-top: 120px;
}

.mg-r-120 {
    margin-right: 120px;
}

.mg-b-120 {
    margin-bottom: 120px;
}

.mg-l-120 {
    margin-left: 120px;
}

.mg-t-120-f {
    margin-top: 120px !important;
}

.mg-r-120-f {
    margin-right: 120px !important;
}

.mg-b-120-f {
    margin-bottom: 120px !important;
}

.mg-l-120-f {
    margin-left: 120px !important;
}

.mg-t-auto {
    margin-top: auto;
}

.mg-r-auto {
    margin-right: auto;
}

.mg-b-auto {
    margin-bottom: auto;
}

.mg-l-auto {
    margin-left: auto;
}

.mg-x-auto {
    margin: auto;
}

@media (min-width: 480px) {
    .mg-xs-0 {
        margin: 0px;
    }

    .mg-xs-0-f {
        margin: 0px !important;
    }

    .mg-xs-y-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mg-xs-y-0-f {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .mg-xs-x-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mg-xs-x-0-f {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .mg-xs-t-0 {
        margin-top: 0px;
    }

    .mg-xs-r-0 {
        margin-right: 0px;
    }

    .mg-xs-b-0 {
        margin-bottom: 0px;
    }

    .mg-xs-l-0 {
        margin-left: 0px;
    }

    .mg-xs-t-0-f {
        margin-top: 0px !important;
    }

    .mg-xs-r-0-f {
        margin-right: 0px !important;
    }

    .mg-xs-b-0-f {
        margin-bottom: 0px !important;
    }

    .mg-xs-l-0-f {
        margin-left: 0px !important;
    }

    .mg-xs-1 {
        margin: 1px;
    }

    .mg-xs-1-f {
        margin: 1px !important;
    }

    .mg-xs-y-1 {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .mg-xs-y-1-f {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .mg-xs-x-1 {
        margin-left: 1px;
        margin-right: 1px;
    }

    .mg-xs-x-1-f {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .mg-xs-t-1 {
        margin-top: 1px;
    }

    .mg-xs-r-1 {
        margin-right: 1px;
    }

    .mg-xs-b-1 {
        margin-bottom: 1px;
    }

    .mg-xs-l-1 {
        margin-left: 1px;
    }

    .mg-xs-t-1-f {
        margin-top: 1px !important;
    }

    .mg-xs-r-1-f {
        margin-right: 1px !important;
    }

    .mg-xs-b-1-f {
        margin-bottom: 1px !important;
    }

    .mg-xs-l-1-f {
        margin-left: 1px !important;
    }

    .mg-xs-2 {
        margin: 2px;
    }

    .mg-xs-2-f {
        margin: 2px !important;
    }

    .mg-xs-y-2 {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .mg-xs-y-2-f {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .mg-xs-x-2 {
        margin-left: 2px;
        margin-right: 2px;
    }

    .mg-xs-x-2-f {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .mg-xs-t-2 {
        margin-top: 2px;
    }

    .mg-xs-r-2 {
        margin-right: 2px;
    }

    .mg-xs-b-2 {
        margin-bottom: 2px;
    }

    .mg-xs-l-2 {
        margin-left: 2px;
    }

    .mg-xs-t-2-f {
        margin-top: 2px !important;
    }

    .mg-xs-r-2-f {
        margin-right: 2px !important;
    }

    .mg-xs-b-2-f {
        margin-bottom: 2px !important;
    }

    .mg-xs-l-2-f {
        margin-left: 2px !important;
    }

    .mg-xs-3 {
        margin: 3px;
    }

    .mg-xs-3-f {
        margin: 3px !important;
    }

    .mg-xs-y-3 {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .mg-xs-y-3-f {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }

    .mg-xs-x-3 {
        margin-left: 3px;
        margin-right: 3px;
    }

    .mg-xs-x-3-f {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }

    .mg-xs-t-3 {
        margin-top: 3px;
    }

    .mg-xs-r-3 {
        margin-right: 3px;
    }

    .mg-xs-b-3 {
        margin-bottom: 3px;
    }

    .mg-xs-l-3 {
        margin-left: 3px;
    }

    .mg-xs-t-3-f {
        margin-top: 3px !important;
    }

    .mg-xs-r-3-f {
        margin-right: 3px !important;
    }

    .mg-xs-b-3-f {
        margin-bottom: 3px !important;
    }

    .mg-xs-l-3-f {
        margin-left: 3px !important;
    }

    .mg-xs-4 {
        margin: 4px;
    }

    .mg-xs-4-f {
        margin: 4px !important;
    }

    .mg-xs-y-4 {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .mg-xs-y-4-f {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    .mg-xs-x-4 {
        margin-left: 4px;
        margin-right: 4px;
    }

    .mg-xs-x-4-f {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .mg-xs-t-4 {
        margin-top: 4px;
    }

    .mg-xs-r-4 {
        margin-right: 4px;
    }

    .mg-xs-b-4 {
        margin-bottom: 4px;
    }

    .mg-xs-l-4 {
        margin-left: 4px;
    }

    .mg-xs-t-4-f {
        margin-top: 4px !important;
    }

    .mg-xs-r-4-f {
        margin-right: 4px !important;
    }

    .mg-xs-b-4-f {
        margin-bottom: 4px !important;
    }

    .mg-xs-l-4-f {
        margin-left: 4px !important;
    }

    .mg-xs-5 {
        margin: 5px;
    }

    .mg-xs-5-f {
        margin: 5px !important;
    }

    .mg-xs-y-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mg-xs-y-5-f {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .mg-xs-x-5 {
        margin-left: 5px;
        margin-right: 5px;
    }

    .mg-xs-x-5-f {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mg-xs-t-5 {
        margin-top: 5px;
    }

    .mg-xs-r-5 {
        margin-right: 5px;
    }

    .mg-xs-b-5 {
        margin-bottom: 5px;
    }

    .mg-xs-l-5 {
        margin-left: 5px;
    }

    .mg-xs-t-5-f {
        margin-top: 5px !important;
    }

    .mg-xs-r-5-f {
        margin-right: 5px !important;
    }

    .mg-xs-b-5-f {
        margin-bottom: 5px !important;
    }

    .mg-xs-l-5-f {
        margin-left: 5px !important;
    }

    .mg-xs-6 {
        margin: 6px;
    }

    .mg-xs-6-f {
        margin: 6px !important;
    }

    .mg-xs-y-6 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .mg-xs-y-6-f {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }

    .mg-xs-x-6 {
        margin-left: 6px;
        margin-right: 6px;
    }

    .mg-xs-x-6-f {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }

    .mg-xs-t-6 {
        margin-top: 6px;
    }

    .mg-xs-r-6 {
        margin-right: 6px;
    }

    .mg-xs-b-6 {
        margin-bottom: 6px;
    }

    .mg-xs-l-6 {
        margin-left: 6px;
    }

    .mg-xs-t-6-f {
        margin-top: 6px !important;
    }

    .mg-xs-r-6-f {
        margin-right: 6px !important;
    }

    .mg-xs-b-6-f {
        margin-bottom: 6px !important;
    }

    .mg-xs-l-6-f {
        margin-left: 6px !important;
    }

    .mg-xs-7 {
        margin: 7px;
    }

    .mg-xs-7-f {
        margin: 7px !important;
    }

    .mg-xs-y-7 {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .mg-xs-y-7-f {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }

    .mg-xs-x-7 {
        margin-left: 7px;
        margin-right: 7px;
    }

    .mg-xs-x-7-f {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }

    .mg-xs-t-7 {
        margin-top: 7px;
    }

    .mg-xs-r-7 {
        margin-right: 7px;
    }

    .mg-xs-b-7 {
        margin-bottom: 7px;
    }

    .mg-xs-l-7 {
        margin-left: 7px;
    }

    .mg-xs-t-7-f {
        margin-top: 7px !important;
    }

    .mg-xs-r-7-f {
        margin-right: 7px !important;
    }

    .mg-xs-b-7-f {
        margin-bottom: 7px !important;
    }

    .mg-xs-l-7-f {
        margin-left: 7px !important;
    }

    .mg-xs-8 {
        margin: 8px;
    }

    .mg-xs-8-f {
        margin: 8px !important;
    }

    .mg-xs-y-8 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .mg-xs-y-8-f {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .mg-xs-x-8 {
        margin-left: 8px;
        margin-right: 8px;
    }

    .mg-xs-x-8-f {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .mg-xs-t-8 {
        margin-top: 8px;
    }

    .mg-xs-r-8 {
        margin-right: 8px;
    }

    .mg-xs-b-8 {
        margin-bottom: 8px;
    }

    .mg-xs-l-8 {
        margin-left: 8px;
    }

    .mg-xs-t-8-f {
        margin-top: 8px !important;
    }

    .mg-xs-r-8-f {
        margin-right: 8px !important;
    }

    .mg-xs-b-8-f {
        margin-bottom: 8px !important;
    }

    .mg-xs-l-8-f {
        margin-left: 8px !important;
    }

    .mg-xs-9 {
        margin: 9px;
    }

    .mg-xs-9-f {
        margin: 9px !important;
    }

    .mg-xs-y-9 {
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .mg-xs-y-9-f {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }

    .mg-xs-x-9 {
        margin-left: 9px;
        margin-right: 9px;
    }

    .mg-xs-x-9-f {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }

    .mg-xs-t-9 {
        margin-top: 9px;
    }

    .mg-xs-r-9 {
        margin-right: 9px;
    }

    .mg-xs-b-9 {
        margin-bottom: 9px;
    }

    .mg-xs-l-9 {
        margin-left: 9px;
    }

    .mg-xs-t-9-f {
        margin-top: 9px !important;
    }

    .mg-xs-r-9-f {
        margin-right: 9px !important;
    }

    .mg-xs-b-9-f {
        margin-bottom: 9px !important;
    }

    .mg-xs-l-9-f {
        margin-left: 9px !important;
    }

    .mg-xs-10 {
        margin: 10px;
    }

    .mg-xs-10-f {
        margin: 10px !important;
    }

    .mg-xs-y-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mg-xs-y-10-f {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .mg-xs-x-10 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mg-xs-x-10-f {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mg-xs-t-10 {
        margin-top: 10px;
    }

    .mg-xs-r-10 {
        margin-right: 10px;
    }

    .mg-xs-b-10 {
        margin-bottom: 10px;
    }

    .mg-xs-l-10 {
        margin-left: 10px;
    }

    .mg-xs-t-10-f {
        margin-top: 10px !important;
    }

    .mg-xs-r-10-f {
        margin-right: 10px !important;
    }

    .mg-xs-b-10-f {
        margin-bottom: 10px !important;
    }

    .mg-xs-l-10-f {
        margin-left: 10px !important;
    }

    .mg-xs-15 {
        margin: 15px;
    }

    .mg-xs-15-f {
        margin: 15px !important;
    }

    .mg-xs-y-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mg-xs-y-15-f {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .mg-xs-x-15 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mg-xs-x-15-f {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mg-xs-t-15 {
        margin-top: 15px;
    }

    .mg-xs-r-15 {
        margin-right: 15px;
    }

    .mg-xs-b-15 {
        margin-bottom: 15px;
    }

    .mg-xs-l-15 {
        margin-left: 15px;
    }

    .mg-xs-t-15-f {
        margin-top: 15px !important;
    }

    .mg-xs-r-15-f {
        margin-right: 15px !important;
    }

    .mg-xs-b-15-f {
        margin-bottom: 15px !important;
    }

    .mg-xs-l-15-f {
        margin-left: 15px !important;
    }

    .mg-xs-20 {
        margin: 20px;
    }

    .mg-xs-20-f {
        margin: 20px !important;
    }

    .mg-xs-y-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mg-xs-y-20-f {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .mg-xs-x-20 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mg-xs-x-20-f {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .mg-xs-t-20 {
        margin-top: 20px;
    }

    .mg-xs-r-20 {
        margin-right: 20px;
    }

    .mg-xs-b-20 {
        margin-bottom: 20px;
    }

    .mg-xs-l-20 {
        margin-left: 20px;
    }

    .mg-xs-t-20-f {
        margin-top: 20px !important;
    }

    .mg-xs-r-20-f {
        margin-right: 20px !important;
    }

    .mg-xs-b-20-f {
        margin-bottom: 20px !important;
    }

    .mg-xs-l-20-f {
        margin-left: 20px !important;
    }

    .mg-xs-25 {
        margin: 25px;
    }

    .mg-xs-25-f {
        margin: 25px !important;
    }

    .mg-xs-y-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mg-xs-y-25-f {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .mg-xs-x-25 {
        margin-left: 25px;
        margin-right: 25px;
    }

    .mg-xs-x-25-f {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .mg-xs-t-25 {
        margin-top: 25px;
    }

    .mg-xs-r-25 {
        margin-right: 25px;
    }

    .mg-xs-b-25 {
        margin-bottom: 25px;
    }

    .mg-xs-l-25 {
        margin-left: 25px;
    }

    .mg-xs-t-25-f {
        margin-top: 25px !important;
    }

    .mg-xs-r-25-f {
        margin-right: 25px !important;
    }

    .mg-xs-b-25-f {
        margin-bottom: 25px !important;
    }

    .mg-xs-l-25-f {
        margin-left: 25px !important;
    }

    .mg-xs-30 {
        margin: 30px;
    }

    .mg-xs-30-f {
        margin: 30px !important;
    }

    .mg-xs-y-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mg-xs-y-30-f {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .mg-xs-x-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mg-xs-x-30-f {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .mg-xs-t-30 {
        margin-top: 30px;
    }

    .mg-xs-r-30 {
        margin-right: 30px;
    }

    .mg-xs-b-30 {
        margin-bottom: 30px;
    }

    .mg-xs-l-30 {
        margin-left: 30px;
    }

    .mg-xs-t-30-f {
        margin-top: 30px !important;
    }

    .mg-xs-r-30-f {
        margin-right: 30px !important;
    }

    .mg-xs-b-30-f {
        margin-bottom: 30px !important;
    }

    .mg-xs-l-30-f {
        margin-left: 30px !important;
    }

    .mg-xs-35 {
        margin: 35px;
    }

    .mg-xs-35-f {
        margin: 35px !important;
    }

    .mg-xs-y-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .mg-xs-y-35-f {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }

    .mg-xs-x-35 {
        margin-left: 35px;
        margin-right: 35px;
    }

    .mg-xs-x-35-f {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }

    .mg-xs-t-35 {
        margin-top: 35px;
    }

    .mg-xs-r-35 {
        margin-right: 35px;
    }

    .mg-xs-b-35 {
        margin-bottom: 35px;
    }

    .mg-xs-l-35 {
        margin-left: 35px;
    }

    .mg-xs-t-35-f {
        margin-top: 35px !important;
    }

    .mg-xs-r-35-f {
        margin-right: 35px !important;
    }

    .mg-xs-b-35-f {
        margin-bottom: 35px !important;
    }

    .mg-xs-l-35-f {
        margin-left: 35px !important;
    }

    .mg-xs-40 {
        margin: 40px;
    }

    .mg-xs-40-f {
        margin: 40px !important;
    }

    .mg-xs-y-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .mg-xs-y-40-f {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .mg-xs-x-40 {
        margin-left: 40px;
        margin-right: 40px;
    }

    .mg-xs-x-40-f {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .mg-xs-t-40 {
        margin-top: 40px;
    }

    .mg-xs-r-40 {
        margin-right: 40px;
    }

    .mg-xs-b-40 {
        margin-bottom: 40px;
    }

    .mg-xs-l-40 {
        margin-left: 40px;
    }

    .mg-xs-t-40-f {
        margin-top: 40px !important;
    }

    .mg-xs-r-40-f {
        margin-right: 40px !important;
    }

    .mg-xs-b-40-f {
        margin-bottom: 40px !important;
    }

    .mg-xs-l-40-f {
        margin-left: 40px !important;
    }

    .mg-xs-45 {
        margin: 45px;
    }

    .mg-xs-45-f {
        margin: 45px !important;
    }

    .mg-xs-y-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .mg-xs-y-45-f {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }

    .mg-xs-x-45 {
        margin-left: 45px;
        margin-right: 45px;
    }

    .mg-xs-x-45-f {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }

    .mg-xs-t-45 {
        margin-top: 45px;
    }

    .mg-xs-r-45 {
        margin-right: 45px;
    }

    .mg-xs-b-45 {
        margin-bottom: 45px;
    }

    .mg-xs-l-45 {
        margin-left: 45px;
    }

    .mg-xs-t-45-f {
        margin-top: 45px !important;
    }

    .mg-xs-r-45-f {
        margin-right: 45px !important;
    }

    .mg-xs-b-45-f {
        margin-bottom: 45px !important;
    }

    .mg-xs-l-45-f {
        margin-left: 45px !important;
    }

    .mg-xs-50 {
        margin: 50px;
    }

    .mg-xs-50-f {
        margin: 50px !important;
    }

    .mg-xs-y-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mg-xs-y-50-f {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .mg-xs-x-50 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .mg-xs-x-50-f {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

    .mg-xs-t-50 {
        margin-top: 50px;
    }

    .mg-xs-r-50 {
        margin-right: 50px;
    }

    .mg-xs-b-50 {
        margin-bottom: 50px;
    }

    .mg-xs-l-50 {
        margin-left: 50px;
    }

    .mg-xs-t-50-f {
        margin-top: 50px !important;
    }

    .mg-xs-r-50-f {
        margin-right: 50px !important;
    }

    .mg-xs-b-50-f {
        margin-bottom: 50px !important;
    }

    .mg-xs-l-50-f {
        margin-left: 50px !important;
    }

    .mg-xs-55 {
        margin: 55px;
    }

    .mg-xs-55-f {
        margin: 55px !important;
    }

    .mg-xs-y-55 {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .mg-xs-y-55-f {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }

    .mg-xs-x-55 {
        margin-left: 55px;
        margin-right: 55px;
    }

    .mg-xs-x-55-f {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }

    .mg-xs-t-55 {
        margin-top: 55px;
    }

    .mg-xs-r-55 {
        margin-right: 55px;
    }

    .mg-xs-b-55 {
        margin-bottom: 55px;
    }

    .mg-xs-l-55 {
        margin-left: 55px;
    }

    .mg-xs-t-55-f {
        margin-top: 55px !important;
    }

    .mg-xs-r-55-f {
        margin-right: 55px !important;
    }

    .mg-xs-b-55-f {
        margin-bottom: 55px !important;
    }

    .mg-xs-l-55-f {
        margin-left: 55px !important;
    }

    .mg-xs-60 {
        margin: 60px;
    }

    .mg-xs-60-f {
        margin: 60px !important;
    }

    .mg-xs-y-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mg-xs-y-60-f {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .mg-xs-x-60 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .mg-xs-x-60-f {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .mg-xs-t-60 {
        margin-top: 60px;
    }

    .mg-xs-r-60 {
        margin-right: 60px;
    }

    .mg-xs-b-60 {
        margin-bottom: 60px;
    }

    .mg-xs-l-60 {
        margin-left: 60px;
    }

    .mg-xs-t-60-f {
        margin-top: 60px !important;
    }

    .mg-xs-r-60-f {
        margin-right: 60px !important;
    }

    .mg-xs-b-60-f {
        margin-bottom: 60px !important;
    }

    .mg-xs-l-60-f {
        margin-left: 60px !important;
    }

    .mg-xs-65 {
        margin: 65px;
    }

    .mg-xs-65-f {
        margin: 65px !important;
    }

    .mg-xs-y-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }

    .mg-xs-y-65-f {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }

    .mg-xs-x-65 {
        margin-left: 65px;
        margin-right: 65px;
    }

    .mg-xs-x-65-f {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }

    .mg-xs-t-65 {
        margin-top: 65px;
    }

    .mg-xs-r-65 {
        margin-right: 65px;
    }

    .mg-xs-b-65 {
        margin-bottom: 65px;
    }

    .mg-xs-l-65 {
        margin-left: 65px;
    }

    .mg-xs-t-65-f {
        margin-top: 65px !important;
    }

    .mg-xs-r-65-f {
        margin-right: 65px !important;
    }

    .mg-xs-b-65-f {
        margin-bottom: 65px !important;
    }

    .mg-xs-l-65-f {
        margin-left: 65px !important;
    }

    .mg-xs-70 {
        margin: 70px;
    }

    .mg-xs-70-f {
        margin: 70px !important;
    }

    .mg-xs-y-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .mg-xs-y-70-f {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .mg-xs-x-70 {
        margin-left: 70px;
        margin-right: 70px;
    }

    .mg-xs-x-70-f {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }

    .mg-xs-t-70 {
        margin-top: 70px;
    }

    .mg-xs-r-70 {
        margin-right: 70px;
    }

    .mg-xs-b-70 {
        margin-bottom: 70px;
    }

    .mg-xs-l-70 {
        margin-left: 70px;
    }

    .mg-xs-t-70-f {
        margin-top: 70px !important;
    }

    .mg-xs-r-70-f {
        margin-right: 70px !important;
    }

    .mg-xs-b-70-f {
        margin-bottom: 70px !important;
    }

    .mg-xs-l-70-f {
        margin-left: 70px !important;
    }

    .mg-xs-75 {
        margin: 75px;
    }

    .mg-xs-75-f {
        margin: 75px !important;
    }

    .mg-xs-y-75 {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .mg-xs-y-75-f {
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }

    .mg-xs-x-75 {
        margin-left: 75px;
        margin-right: 75px;
    }

    .mg-xs-x-75-f {
        margin-left: 75px !important;
        margin-right: 75px !important;
    }

    .mg-xs-t-75 {
        margin-top: 75px;
    }

    .mg-xs-r-75 {
        margin-right: 75px;
    }

    .mg-xs-b-75 {
        margin-bottom: 75px;
    }

    .mg-xs-l-75 {
        margin-left: 75px;
    }

    .mg-xs-t-75-f {
        margin-top: 75px !important;
    }

    .mg-xs-r-75-f {
        margin-right: 75px !important;
    }

    .mg-xs-b-75-f {
        margin-bottom: 75px !important;
    }

    .mg-xs-l-75-f {
        margin-left: 75px !important;
    }

    .mg-xs-80 {
        margin: 80px;
    }

    .mg-xs-80-f {
        margin: 80px !important;
    }

    .mg-xs-y-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .mg-xs-y-80-f {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .mg-xs-x-80 {
        margin-left: 80px;
        margin-right: 80px;
    }

    .mg-xs-x-80-f {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }

    .mg-xs-t-80 {
        margin-top: 80px;
    }

    .mg-xs-r-80 {
        margin-right: 80px;
    }

    .mg-xs-b-80 {
        margin-bottom: 80px;
    }

    .mg-xs-l-80 {
        margin-left: 80px;
    }

    .mg-xs-t-80-f {
        margin-top: 80px !important;
    }

    .mg-xs-r-80-f {
        margin-right: 80px !important;
    }

    .mg-xs-b-80-f {
        margin-bottom: 80px !important;
    }

    .mg-xs-l-80-f {
        margin-left: 80px !important;
    }

    .mg-xs-85 {
        margin: 85px;
    }

    .mg-xs-85-f {
        margin: 85px !important;
    }

    .mg-xs-y-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }

    .mg-xs-y-85-f {
        margin-top: 85px !important;
        margin-bottom: 85px !important;
    }

    .mg-xs-x-85 {
        margin-left: 85px;
        margin-right: 85px;
    }

    .mg-xs-x-85-f {
        margin-left: 85px !important;
        margin-right: 85px !important;
    }

    .mg-xs-t-85 {
        margin-top: 85px;
    }

    .mg-xs-r-85 {
        margin-right: 85px;
    }

    .mg-xs-b-85 {
        margin-bottom: 85px;
    }

    .mg-xs-l-85 {
        margin-left: 85px;
    }

    .mg-xs-t-85-f {
        margin-top: 85px !important;
    }

    .mg-xs-r-85-f {
        margin-right: 85px !important;
    }

    .mg-xs-b-85-f {
        margin-bottom: 85px !important;
    }

    .mg-xs-l-85-f {
        margin-left: 85px !important;
    }

    .mg-xs-90 {
        margin: 90px;
    }

    .mg-xs-90-f {
        margin: 90px !important;
    }

    .mg-xs-y-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .mg-xs-y-90-f {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }

    .mg-xs-x-90 {
        margin-left: 90px;
        margin-right: 90px;
    }

    .mg-xs-x-90-f {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .mg-xs-t-90 {
        margin-top: 90px;
    }

    .mg-xs-r-90 {
        margin-right: 90px;
    }

    .mg-xs-b-90 {
        margin-bottom: 90px;
    }

    .mg-xs-l-90 {
        margin-left: 90px;
    }

    .mg-xs-t-90-f {
        margin-top: 90px !important;
    }

    .mg-xs-r-90-f {
        margin-right: 90px !important;
    }

    .mg-xs-b-90-f {
        margin-bottom: 90px !important;
    }

    .mg-xs-l-90-f {
        margin-left: 90px !important;
    }

    .mg-xs-95 {
        margin: 95px;
    }

    .mg-xs-95-f {
        margin: 95px !important;
    }

    .mg-xs-y-95 {
        margin-top: 95px;
        margin-bottom: 95px;
    }

    .mg-xs-y-95-f {
        margin-top: 95px !important;
        margin-bottom: 95px !important;
    }

    .mg-xs-x-95 {
        margin-left: 95px;
        margin-right: 95px;
    }

    .mg-xs-x-95-f {
        margin-left: 95px !important;
        margin-right: 95px !important;
    }

    .mg-xs-t-95 {
        margin-top: 95px;
    }

    .mg-xs-r-95 {
        margin-right: 95px;
    }

    .mg-xs-b-95 {
        margin-bottom: 95px;
    }

    .mg-xs-l-95 {
        margin-left: 95px;
    }

    .mg-xs-t-95-f {
        margin-top: 95px !important;
    }

    .mg-xs-r-95-f {
        margin-right: 95px !important;
    }

    .mg-xs-b-95-f {
        margin-bottom: 95px !important;
    }

    .mg-xs-l-95-f {
        margin-left: 95px !important;
    }

    .mg-xs-100 {
        margin: 100px;
    }

    .mg-xs-100-f {
        margin: 100px !important;
    }

    .mg-xs-y-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .mg-xs-y-100-f {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    .mg-xs-x-100 {
        margin-left: 100px;
        margin-right: 100px;
    }

    .mg-xs-x-100-f {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }

    .mg-xs-t-100 {
        margin-top: 100px;
    }

    .mg-xs-r-100 {
        margin-right: 100px;
    }

    .mg-xs-b-100 {
        margin-bottom: 100px;
    }

    .mg-xs-l-100 {
        margin-left: 100px;
    }

    .mg-xs-t-100-f {
        margin-top: 100px !important;
    }

    .mg-xs-r-100-f {
        margin-right: 100px !important;
    }

    .mg-xs-b-100-f {
        margin-bottom: 100px !important;
    }

    .mg-xs-l-100-f {
        margin-left: 100px !important;
    }

    .mg-xs-t-auto {
        margin-top: auto;
    }

    .mg-xs-r-auto {
        margin-right: auto;
    }

    .mg-xs-b-auto {
        margin-bottom: auto;
    }

    .mg-xs-l-auto {
        margin-left: auto;
    }

    .mg-xs-auto {
        margin: auto;
    }

    .mg-xs-x-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) {
    .mg-sm-0 {
        margin: 0px;
    }

    .mg-sm-0-f {
        margin: 0px !important;
    }

    .mg-sm-y-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mg-sm-y-0-f {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .mg-sm-x-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mg-sm-x-0-f {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .mg-sm-t-0 {
        margin-top: 0px;
    }

    .mg-sm-r-0 {
        margin-right: 0px;
    }

    .mg-sm-b-0 {
        margin-bottom: 0px;
    }

    .mg-sm-l-0 {
        margin-left: 0px;
    }

    .mg-sm-t-0-f {
        margin-top: 0px !important;
    }

    .mg-sm-r-0-f {
        margin-right: 0px !important;
    }

    .mg-sm-b-0-f {
        margin-bottom: 0px !important;
    }

    .mg-sm-l-0-f {
        margin-left: 0px !important;
    }

    .mg-sm-1 {
        margin: 1px;
    }

    .mg-sm-1-f {
        margin: 1px !important;
    }

    .mg-sm-y-1 {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .mg-sm-y-1-f {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .mg-sm-x-1 {
        margin-left: 1px;
        margin-right: 1px;
    }

    .mg-sm-x-1-f {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .mg-sm-t-1 {
        margin-top: 1px;
    }

    .mg-sm-r-1 {
        margin-right: 1px;
    }

    .mg-sm-b-1 {
        margin-bottom: 1px;
    }

    .mg-sm-l-1 {
        margin-left: 1px;
    }

    .mg-sm-t-1-f {
        margin-top: 1px !important;
    }

    .mg-sm-r-1-f {
        margin-right: 1px !important;
    }

    .mg-sm-b-1-f {
        margin-bottom: 1px !important;
    }

    .mg-sm-l-1-f {
        margin-left: 1px !important;
    }

    .mg-sm-2 {
        margin: 2px;
    }

    .mg-sm-2-f {
        margin: 2px !important;
    }

    .mg-sm-y-2 {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .mg-sm-y-2-f {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .mg-sm-x-2 {
        margin-left: 2px;
        margin-right: 2px;
    }

    .mg-sm-x-2-f {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .mg-sm-t-2 {
        margin-top: 2px;
    }

    .mg-sm-r-2 {
        margin-right: 2px;
    }

    .mg-sm-b-2 {
        margin-bottom: 2px;
    }

    .mg-sm-l-2 {
        margin-left: 2px;
    }

    .mg-sm-t-2-f {
        margin-top: 2px !important;
    }

    .mg-sm-r-2-f {
        margin-right: 2px !important;
    }

    .mg-sm-b-2-f {
        margin-bottom: 2px !important;
    }

    .mg-sm-l-2-f {
        margin-left: 2px !important;
    }

    .mg-sm-3 {
        margin: 3px;
    }

    .mg-sm-3-f {
        margin: 3px !important;
    }

    .mg-sm-y-3 {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .mg-sm-y-3-f {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }

    .mg-sm-x-3 {
        margin-left: 3px;
        margin-right: 3px;
    }

    .mg-sm-x-3-f {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }

    .mg-sm-t-3 {
        margin-top: 3px;
    }

    .mg-sm-r-3 {
        margin-right: 3px;
    }

    .mg-sm-b-3 {
        margin-bottom: 3px;
    }

    .mg-sm-l-3 {
        margin-left: 3px;
    }

    .mg-sm-t-3-f {
        margin-top: 3px !important;
    }

    .mg-sm-r-3-f {
        margin-right: 3px !important;
    }

    .mg-sm-b-3-f {
        margin-bottom: 3px !important;
    }

    .mg-sm-l-3-f {
        margin-left: 3px !important;
    }

    .mg-sm-4 {
        margin: 4px;
    }

    .mg-sm-4-f {
        margin: 4px !important;
    }

    .mg-sm-y-4 {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .mg-sm-y-4-f {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    .mg-sm-x-4 {
        margin-left: 4px;
        margin-right: 4px;
    }

    .mg-sm-x-4-f {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .mg-sm-t-4 {
        margin-top: 4px;
    }

    .mg-sm-r-4 {
        margin-right: 4px;
    }

    .mg-sm-b-4 {
        margin-bottom: 4px;
    }

    .mg-sm-l-4 {
        margin-left: 4px;
    }

    .mg-sm-t-4-f {
        margin-top: 4px !important;
    }

    .mg-sm-r-4-f {
        margin-right: 4px !important;
    }

    .mg-sm-b-4-f {
        margin-bottom: 4px !important;
    }

    .mg-sm-l-4-f {
        margin-left: 4px !important;
    }

    .mg-sm-5 {
        margin: 5px;
    }

    .mg-sm-5-f {
        margin: 5px !important;
    }

    .mg-sm-y-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mg-sm-y-5-f {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .mg-sm-x-5 {
        margin-left: 5px;
        margin-right: 5px;
    }

    .mg-sm-x-5-f {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mg-sm-t-5 {
        margin-top: 5px;
    }

    .mg-sm-r-5 {
        margin-right: 5px;
    }

    .mg-sm-b-5 {
        margin-bottom: 5px;
    }

    .mg-sm-l-5 {
        margin-left: 5px;
    }

    .mg-sm-t-5-f {
        margin-top: 5px !important;
    }

    .mg-sm-r-5-f {
        margin-right: 5px !important;
    }

    .mg-sm-b-5-f {
        margin-bottom: 5px !important;
    }

    .mg-sm-l-5-f {
        margin-left: 5px !important;
    }

    .mg-sm-6 {
        margin: 6px;
    }

    .mg-sm-6-f {
        margin: 6px !important;
    }

    .mg-sm-y-6 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .mg-sm-y-6-f {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }

    .mg-sm-x-6 {
        margin-left: 6px;
        margin-right: 6px;
    }

    .mg-sm-x-6-f {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }

    .mg-sm-t-6 {
        margin-top: 6px;
    }

    .mg-sm-r-6 {
        margin-right: 6px;
    }

    .mg-sm-b-6 {
        margin-bottom: 6px;
    }

    .mg-sm-l-6 {
        margin-left: 6px;
    }

    .mg-sm-t-6-f {
        margin-top: 6px !important;
    }

    .mg-sm-r-6-f {
        margin-right: 6px !important;
    }

    .mg-sm-b-6-f {
        margin-bottom: 6px !important;
    }

    .mg-sm-l-6-f {
        margin-left: 6px !important;
    }

    .mg-sm-7 {
        margin: 7px;
    }

    .mg-sm-7-f {
        margin: 7px !important;
    }

    .mg-sm-y-7 {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .mg-sm-y-7-f {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }

    .mg-sm-x-7 {
        margin-left: 7px;
        margin-right: 7px;
    }

    .mg-sm-x-7-f {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }

    .mg-sm-t-7 {
        margin-top: 7px;
    }

    .mg-sm-r-7 {
        margin-right: 7px;
    }

    .mg-sm-b-7 {
        margin-bottom: 7px;
    }

    .mg-sm-l-7 {
        margin-left: 7px;
    }

    .mg-sm-t-7-f {
        margin-top: 7px !important;
    }

    .mg-sm-r-7-f {
        margin-right: 7px !important;
    }

    .mg-sm-b-7-f {
        margin-bottom: 7px !important;
    }

    .mg-sm-l-7-f {
        margin-left: 7px !important;
    }

    .mg-sm-8 {
        margin: 8px;
    }

    .mg-sm-8-f {
        margin: 8px !important;
    }

    .mg-sm-y-8 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .mg-sm-y-8-f {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .mg-sm-x-8 {
        margin-left: 8px;
        margin-right: 8px;
    }

    .mg-sm-x-8-f {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .mg-sm-t-8 {
        margin-top: 8px;
    }

    .mg-sm-r-8 {
        margin-right: 8px;
    }

    .mg-sm-b-8 {
        margin-bottom: 8px;
    }

    .mg-sm-l-8 {
        margin-left: 8px;
    }

    .mg-sm-t-8-f {
        margin-top: 8px !important;
    }

    .mg-sm-r-8-f {
        margin-right: 8px !important;
    }

    .mg-sm-b-8-f {
        margin-bottom: 8px !important;
    }

    .mg-sm-l-8-f {
        margin-left: 8px !important;
    }

    .mg-sm-9 {
        margin: 9px;
    }

    .mg-sm-9-f {
        margin: 9px !important;
    }

    .mg-sm-y-9 {
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .mg-sm-y-9-f {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }

    .mg-sm-x-9 {
        margin-left: 9px;
        margin-right: 9px;
    }

    .mg-sm-x-9-f {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }

    .mg-sm-t-9 {
        margin-top: 9px;
    }

    .mg-sm-r-9 {
        margin-right: 9px;
    }

    .mg-sm-b-9 {
        margin-bottom: 9px;
    }

    .mg-sm-l-9 {
        margin-left: 9px;
    }

    .mg-sm-t-9-f {
        margin-top: 9px !important;
    }

    .mg-sm-r-9-f {
        margin-right: 9px !important;
    }

    .mg-sm-b-9-f {
        margin-bottom: 9px !important;
    }

    .mg-sm-l-9-f {
        margin-left: 9px !important;
    }

    .mg-sm-10 {
        margin: 10px;
    }

    .mg-sm-10-f {
        margin: 10px !important;
    }

    .mg-sm-y-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mg-sm-y-10-f {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .mg-sm-x-10 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mg-sm-x-10-f {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mg-sm-t-10 {
        margin-top: 10px;
    }

    .mg-sm-r-10 {
        margin-right: 10px;
    }

    .mg-sm-b-10 {
        margin-bottom: 10px;
    }

    .mg-sm-l-10 {
        margin-left: 10px;
    }

    .mg-sm-t-10-f {
        margin-top: 10px !important;
    }

    .mg-sm-r-10-f {
        margin-right: 10px !important;
    }

    .mg-sm-b-10-f {
        margin-bottom: 10px !important;
    }

    .mg-sm-l-10-f {
        margin-left: 10px !important;
    }

    .mg-sm-15 {
        margin: 15px;
    }

    .mg-sm-15-f {
        margin: 15px !important;
    }

    .mg-sm-y-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mg-sm-y-15-f {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .mg-sm-x-15 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mg-sm-x-15-f {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mg-sm-t-15 {
        margin-top: 15px;
    }

    .mg-sm-r-15 {
        margin-right: 15px;
    }

    .mg-sm-b-15 {
        margin-bottom: 15px;
    }

    .mg-sm-l-15 {
        margin-left: 15px;
    }

    .mg-sm-t-15-f {
        margin-top: 15px !important;
    }

    .mg-sm-r-15-f {
        margin-right: 15px !important;
    }

    .mg-sm-b-15-f {
        margin-bottom: 15px !important;
    }

    .mg-sm-l-15-f {
        margin-left: 15px !important;
    }

    .mg-sm-20 {
        margin: 20px;
    }

    .mg-sm-20-f {
        margin: 20px !important;
    }

    .mg-sm-y-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mg-sm-y-20-f {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .mg-sm-x-20 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mg-sm-x-20-f {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .mg-sm-t-20 {
        margin-top: 20px;
    }

    .mg-sm-r-20 {
        margin-right: 20px;
    }

    .mg-sm-b-20 {
        margin-bottom: 20px;
    }

    .mg-sm-l-20 {
        margin-left: 20px;
    }

    .mg-sm-t-20-f {
        margin-top: 20px !important;
    }

    .mg-sm-r-20-f {
        margin-right: 20px !important;
    }

    .mg-sm-b-20-f {
        margin-bottom: 20px !important;
    }

    .mg-sm-l-20-f {
        margin-left: 20px !important;
    }

    .mg-sm-25 {
        margin: 25px;
    }

    .mg-sm-25-f {
        margin: 25px !important;
    }

    .mg-sm-y-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mg-sm-y-25-f {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .mg-sm-x-25 {
        margin-left: 25px;
        margin-right: 25px;
    }

    .mg-sm-x-25-f {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .mg-sm-t-25 {
        margin-top: 25px;
    }

    .mg-sm-r-25 {
        margin-right: 25px;
    }

    .mg-sm-b-25 {
        margin-bottom: 25px;
    }

    .mg-sm-l-25 {
        margin-left: 25px;
    }

    .mg-sm-t-25-f {
        margin-top: 25px !important;
    }

    .mg-sm-r-25-f {
        margin-right: 25px !important;
    }

    .mg-sm-b-25-f {
        margin-bottom: 25px !important;
    }

    .mg-sm-l-25-f {
        margin-left: 25px !important;
    }

    .mg-sm-30 {
        margin: 30px;
    }

    .mg-sm-30-f {
        margin: 30px !important;
    }

    .mg-sm-y-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mg-sm-y-30-f {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .mg-sm-x-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mg-sm-x-30-f {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .mg-sm-t-30 {
        margin-top: 30px;
    }

    .mg-sm-r-30 {
        margin-right: 30px;
    }

    .mg-sm-b-30 {
        margin-bottom: 30px;
    }

    .mg-sm-l-30 {
        margin-left: 30px;
    }

    .mg-sm-t-30-f {
        margin-top: 30px !important;
    }

    .mg-sm-r-30-f {
        margin-right: 30px !important;
    }

    .mg-sm-b-30-f {
        margin-bottom: 30px !important;
    }

    .mg-sm-l-30-f {
        margin-left: 30px !important;
    }

    .mg-sm-35 {
        margin: 35px;
    }

    .mg-sm-35-f {
        margin: 35px !important;
    }

    .mg-sm-y-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .mg-sm-y-35-f {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }

    .mg-sm-x-35 {
        margin-left: 35px;
        margin-right: 35px;
    }

    .mg-sm-x-35-f {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }

    .mg-sm-t-35 {
        margin-top: 35px;
    }

    .mg-sm-r-35 {
        margin-right: 35px;
    }

    .mg-sm-b-35 {
        margin-bottom: 35px;
    }

    .mg-sm-l-35 {
        margin-left: 35px;
    }

    .mg-sm-t-35-f {
        margin-top: 35px !important;
    }

    .mg-sm-r-35-f {
        margin-right: 35px !important;
    }

    .mg-sm-b-35-f {
        margin-bottom: 35px !important;
    }

    .mg-sm-l-35-f {
        margin-left: 35px !important;
    }

    .mg-sm-40 {
        margin: 40px;
    }

    .mg-sm-40-f {
        margin: 40px !important;
    }

    .mg-sm-y-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .mg-sm-y-40-f {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .mg-sm-x-40 {
        margin-left: 40px;
        margin-right: 40px;
    }

    .mg-sm-x-40-f {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .mg-sm-t-40 {
        margin-top: 40px;
    }

    .mg-sm-r-40 {
        margin-right: 40px;
    }

    .mg-sm-b-40 {
        margin-bottom: 40px;
    }

    .mg-sm-l-40 {
        margin-left: 40px;
    }

    .mg-sm-t-40-f {
        margin-top: 40px !important;
    }

    .mg-sm-r-40-f {
        margin-right: 40px !important;
    }

    .mg-sm-b-40-f {
        margin-bottom: 40px !important;
    }

    .mg-sm-l-40-f {
        margin-left: 40px !important;
    }

    .mg-sm-45 {
        margin: 45px;
    }

    .mg-sm-45-f {
        margin: 45px !important;
    }

    .mg-sm-y-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .mg-sm-y-45-f {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }

    .mg-sm-x-45 {
        margin-left: 45px;
        margin-right: 45px;
    }

    .mg-sm-x-45-f {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }

    .mg-sm-t-45 {
        margin-top: 45px;
    }

    .mg-sm-r-45 {
        margin-right: 45px;
    }

    .mg-sm-b-45 {
        margin-bottom: 45px;
    }

    .mg-sm-l-45 {
        margin-left: 45px;
    }

    .mg-sm-t-45-f {
        margin-top: 45px !important;
    }

    .mg-sm-r-45-f {
        margin-right: 45px !important;
    }

    .mg-sm-b-45-f {
        margin-bottom: 45px !important;
    }

    .mg-sm-l-45-f {
        margin-left: 45px !important;
    }

    .mg-sm-50 {
        margin: 50px;
    }

    .mg-sm-50-f {
        margin: 50px !important;
    }

    .mg-sm-y-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mg-sm-y-50-f {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .mg-sm-x-50 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .mg-sm-x-50-f {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

    .mg-sm-t-50 {
        margin-top: 50px;
    }

    .mg-sm-r-50 {
        margin-right: 50px;
    }

    .mg-sm-b-50 {
        margin-bottom: 50px;
    }

    .mg-sm-l-50 {
        margin-left: 50px;
    }

    .mg-sm-t-50-f {
        margin-top: 50px !important;
    }

    .mg-sm-r-50-f {
        margin-right: 50px !important;
    }

    .mg-sm-b-50-f {
        margin-bottom: 50px !important;
    }

    .mg-sm-l-50-f {
        margin-left: 50px !important;
    }

    .mg-sm-55 {
        margin: 55px;
    }

    .mg-sm-55-f {
        margin: 55px !important;
    }

    .mg-sm-y-55 {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .mg-sm-y-55-f {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }

    .mg-sm-x-55 {
        margin-left: 55px;
        margin-right: 55px;
    }

    .mg-sm-x-55-f {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }

    .mg-sm-t-55 {
        margin-top: 55px;
    }

    .mg-sm-r-55 {
        margin-right: 55px;
    }

    .mg-sm-b-55 {
        margin-bottom: 55px;
    }

    .mg-sm-l-55 {
        margin-left: 55px;
    }

    .mg-sm-t-55-f {
        margin-top: 55px !important;
    }

    .mg-sm-r-55-f {
        margin-right: 55px !important;
    }

    .mg-sm-b-55-f {
        margin-bottom: 55px !important;
    }

    .mg-sm-l-55-f {
        margin-left: 55px !important;
    }

    .mg-sm-60 {
        margin: 60px;
    }

    .mg-sm-60-f {
        margin: 60px !important;
    }

    .mg-sm-y-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mg-sm-y-60-f {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .mg-sm-x-60 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .mg-sm-x-60-f {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .mg-sm-t-60 {
        margin-top: 60px;
    }

    .mg-sm-r-60 {
        margin-right: 60px;
    }

    .mg-sm-b-60 {
        margin-bottom: 60px;
    }

    .mg-sm-l-60 {
        margin-left: 60px;
    }

    .mg-sm-t-60-f {
        margin-top: 60px !important;
    }

    .mg-sm-r-60-f {
        margin-right: 60px !important;
    }

    .mg-sm-b-60-f {
        margin-bottom: 60px !important;
    }

    .mg-sm-l-60-f {
        margin-left: 60px !important;
    }

    .mg-sm-65 {
        margin: 65px;
    }

    .mg-sm-65-f {
        margin: 65px !important;
    }

    .mg-sm-y-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }

    .mg-sm-y-65-f {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }

    .mg-sm-x-65 {
        margin-left: 65px;
        margin-right: 65px;
    }

    .mg-sm-x-65-f {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }

    .mg-sm-t-65 {
        margin-top: 65px;
    }

    .mg-sm-r-65 {
        margin-right: 65px;
    }

    .mg-sm-b-65 {
        margin-bottom: 65px;
    }

    .mg-sm-l-65 {
        margin-left: 65px;
    }

    .mg-sm-t-65-f {
        margin-top: 65px !important;
    }

    .mg-sm-r-65-f {
        margin-right: 65px !important;
    }

    .mg-sm-b-65-f {
        margin-bottom: 65px !important;
    }

    .mg-sm-l-65-f {
        margin-left: 65px !important;
    }

    .mg-sm-70 {
        margin: 70px;
    }

    .mg-sm-70-f {
        margin: 70px !important;
    }

    .mg-sm-y-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .mg-sm-y-70-f {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .mg-sm-x-70 {
        margin-left: 70px;
        margin-right: 70px;
    }

    .mg-sm-x-70-f {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }

    .mg-sm-t-70 {
        margin-top: 70px;
    }

    .mg-sm-r-70 {
        margin-right: 70px;
    }

    .mg-sm-b-70 {
        margin-bottom: 70px;
    }

    .mg-sm-l-70 {
        margin-left: 70px;
    }

    .mg-sm-t-70-f {
        margin-top: 70px !important;
    }

    .mg-sm-r-70-f {
        margin-right: 70px !important;
    }

    .mg-sm-b-70-f {
        margin-bottom: 70px !important;
    }

    .mg-sm-l-70-f {
        margin-left: 70px !important;
    }

    .mg-sm-75 {
        margin: 75px;
    }

    .mg-sm-75-f {
        margin: 75px !important;
    }

    .mg-sm-y-75 {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .mg-sm-y-75-f {
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }

    .mg-sm-x-75 {
        margin-left: 75px;
        margin-right: 75px;
    }

    .mg-sm-x-75-f {
        margin-left: 75px !important;
        margin-right: 75px !important;
    }

    .mg-sm-t-75 {
        margin-top: 75px;
    }

    .mg-sm-r-75 {
        margin-right: 75px;
    }

    .mg-sm-b-75 {
        margin-bottom: 75px;
    }

    .mg-sm-l-75 {
        margin-left: 75px;
    }

    .mg-sm-t-75-f {
        margin-top: 75px !important;
    }

    .mg-sm-r-75-f {
        margin-right: 75px !important;
    }

    .mg-sm-b-75-f {
        margin-bottom: 75px !important;
    }

    .mg-sm-l-75-f {
        margin-left: 75px !important;
    }

    .mg-sm-80 {
        margin: 80px;
    }

    .mg-sm-80-f {
        margin: 80px !important;
    }

    .mg-sm-y-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .mg-sm-y-80-f {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .mg-sm-x-80 {
        margin-left: 80px;
        margin-right: 80px;
    }

    .mg-sm-x-80-f {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }

    .mg-sm-t-80 {
        margin-top: 80px;
    }

    .mg-sm-r-80 {
        margin-right: 80px;
    }

    .mg-sm-b-80 {
        margin-bottom: 80px;
    }

    .mg-sm-l-80 {
        margin-left: 80px;
    }

    .mg-sm-t-80-f {
        margin-top: 80px !important;
    }

    .mg-sm-r-80-f {
        margin-right: 80px !important;
    }

    .mg-sm-b-80-f {
        margin-bottom: 80px !important;
    }

    .mg-sm-l-80-f {
        margin-left: 80px !important;
    }

    .mg-sm-85 {
        margin: 85px;
    }

    .mg-sm-85-f {
        margin: 85px !important;
    }

    .mg-sm-y-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }

    .mg-sm-y-85-f {
        margin-top: 85px !important;
        margin-bottom: 85px !important;
    }

    .mg-sm-x-85 {
        margin-left: 85px;
        margin-right: 85px;
    }

    .mg-sm-x-85-f {
        margin-left: 85px !important;
        margin-right: 85px !important;
    }

    .mg-sm-t-85 {
        margin-top: 85px;
    }

    .mg-sm-r-85 {
        margin-right: 85px;
    }

    .mg-sm-b-85 {
        margin-bottom: 85px;
    }

    .mg-sm-l-85 {
        margin-left: 85px;
    }

    .mg-sm-t-85-f {
        margin-top: 85px !important;
    }

    .mg-sm-r-85-f {
        margin-right: 85px !important;
    }

    .mg-sm-b-85-f {
        margin-bottom: 85px !important;
    }

    .mg-sm-l-85-f {
        margin-left: 85px !important;
    }

    .mg-sm-90 {
        margin: 90px;
    }

    .mg-sm-90-f {
        margin: 90px !important;
    }

    .mg-sm-y-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .mg-sm-y-90-f {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }

    .mg-sm-x-90 {
        margin-left: 90px;
        margin-right: 90px;
    }

    .mg-sm-x-90-f {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .mg-sm-t-90 {
        margin-top: 90px;
    }

    .mg-sm-r-90 {
        margin-right: 90px;
    }

    .mg-sm-b-90 {
        margin-bottom: 90px;
    }

    .mg-sm-l-90 {
        margin-left: 90px;
    }

    .mg-sm-t-90-f {
        margin-top: 90px !important;
    }

    .mg-sm-r-90-f {
        margin-right: 90px !important;
    }

    .mg-sm-b-90-f {
        margin-bottom: 90px !important;
    }

    .mg-sm-l-90-f {
        margin-left: 90px !important;
    }

    .mg-sm-95 {
        margin: 95px;
    }

    .mg-sm-95-f {
        margin: 95px !important;
    }

    .mg-sm-y-95 {
        margin-top: 95px;
        margin-bottom: 95px;
    }

    .mg-sm-y-95-f {
        margin-top: 95px !important;
        margin-bottom: 95px !important;
    }

    .mg-sm-x-95 {
        margin-left: 95px;
        margin-right: 95px;
    }

    .mg-sm-x-95-f {
        margin-left: 95px !important;
        margin-right: 95px !important;
    }

    .mg-sm-t-95 {
        margin-top: 95px;
    }

    .mg-sm-r-95 {
        margin-right: 95px;
    }

    .mg-sm-b-95 {
        margin-bottom: 95px;
    }

    .mg-sm-l-95 {
        margin-left: 95px;
    }

    .mg-sm-t-95-f {
        margin-top: 95px !important;
    }

    .mg-sm-r-95-f {
        margin-right: 95px !important;
    }

    .mg-sm-b-95-f {
        margin-bottom: 95px !important;
    }

    .mg-sm-l-95-f {
        margin-left: 95px !important;
    }

    .mg-sm-100 {
        margin: 100px;
    }

    .mg-sm-100-f {
        margin: 100px !important;
    }

    .mg-sm-y-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .mg-sm-y-100-f {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    .mg-sm-x-100 {
        margin-left: 100px;
        margin-right: 100px;
    }

    .mg-sm-x-100-f {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }

    .mg-sm-t-100 {
        margin-top: 100px;
    }

    .mg-sm-r-100 {
        margin-right: 100px;
    }

    .mg-sm-b-100 {
        margin-bottom: 100px;
    }

    .mg-sm-l-100 {
        margin-left: 100px;
    }

    .mg-sm-t-100-f {
        margin-top: 100px !important;
    }

    .mg-sm-r-100-f {
        margin-right: 100px !important;
    }

    .mg-sm-b-100-f {
        margin-bottom: 100px !important;
    }

    .mg-sm-l-100-f {
        margin-left: 100px !important;
    }

    .mg-sm-t-auto {
        margin-top: auto;
    }

    .mg-sm-r-auto {
        margin-right: auto;
    }

    .mg-sm-b-auto {
        margin-bottom: auto;
    }

    .mg-sm-l-auto {
        margin-left: auto;
    }

    .mg-sm-auto {
        margin: auto;
    }

    .mg-sm-x-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .mg-md-0 {
        margin: 0px;
    }

    .mg-md-0-f {
        margin: 0px !important;
    }

    .mg-md-y-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mg-md-y-0-f {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .mg-md-x-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mg-md-x-0-f {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .mg-md-t-0 {
        margin-top: 0px;
    }

    .mg-md-r-0 {
        margin-right: 0px;
    }

    .mg-md-b-0 {
        margin-bottom: 0px;
    }

    .mg-md-l-0 {
        margin-left: 0px;
    }

    .mg-md-t-0-f {
        margin-top: 0px !important;
    }

    .mg-md-r-0-f {
        margin-right: 0px !important;
    }

    .mg-md-b-0-f {
        margin-bottom: 0px !important;
    }

    .mg-md-l-0-f {
        margin-left: 0px !important;
    }

    .mg-md-1 {
        margin: 1px;
    }

    .mg-md-1-f {
        margin: 1px !important;
    }

    .mg-md-y-1 {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .mg-md-y-1-f {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .mg-md-x-1 {
        margin-left: 1px;
        margin-right: 1px;
    }

    .mg-md-x-1-f {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .mg-md-t-1 {
        margin-top: 1px;
    }

    .mg-md-r-1 {
        margin-right: 1px;
    }

    .mg-md-b-1 {
        margin-bottom: 1px;
    }

    .mg-md-l-1 {
        margin-left: 1px;
    }

    .mg-md-t-1-f {
        margin-top: 1px !important;
    }

    .mg-md-r-1-f {
        margin-right: 1px !important;
    }

    .mg-md-b-1-f {
        margin-bottom: 1px !important;
    }

    .mg-md-l-1-f {
        margin-left: 1px !important;
    }

    .mg-md-2 {
        margin: 2px;
    }

    .mg-md-2-f {
        margin: 2px !important;
    }

    .mg-md-y-2 {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .mg-md-y-2-f {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .mg-md-x-2 {
        margin-left: 2px;
        margin-right: 2px;
    }

    .mg-md-x-2-f {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .mg-md-t-2 {
        margin-top: 2px;
    }

    .mg-md-r-2 {
        margin-right: 2px;
    }

    .mg-md-b-2 {
        margin-bottom: 2px;
    }

    .mg-md-l-2 {
        margin-left: 2px;
    }

    .mg-md-t-2-f {
        margin-top: 2px !important;
    }

    .mg-md-r-2-f {
        margin-right: 2px !important;
    }

    .mg-md-b-2-f {
        margin-bottom: 2px !important;
    }

    .mg-md-l-2-f {
        margin-left: 2px !important;
    }

    .mg-md-3 {
        margin: 3px;
    }

    .mg-md-3-f {
        margin: 3px !important;
    }

    .mg-md-y-3 {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .mg-md-y-3-f {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }

    .mg-md-x-3 {
        margin-left: 3px;
        margin-right: 3px;
    }

    .mg-md-x-3-f {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }

    .mg-md-t-3 {
        margin-top: 3px;
    }

    .mg-md-r-3 {
        margin-right: 3px;
    }

    .mg-md-b-3 {
        margin-bottom: 3px;
    }

    .mg-md-l-3 {
        margin-left: 3px;
    }

    .mg-md-t-3-f {
        margin-top: 3px !important;
    }

    .mg-md-r-3-f {
        margin-right: 3px !important;
    }

    .mg-md-b-3-f {
        margin-bottom: 3px !important;
    }

    .mg-md-l-3-f {
        margin-left: 3px !important;
    }

    .mg-md-4 {
        margin: 4px;
    }

    .mg-md-4-f {
        margin: 4px !important;
    }

    .mg-md-y-4 {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .mg-md-y-4-f {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    .mg-md-x-4 {
        margin-left: 4px;
        margin-right: 4px;
    }

    .mg-md-x-4-f {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .mg-md-t-4 {
        margin-top: 4px;
    }

    .mg-md-r-4 {
        margin-right: 4px;
    }

    .mg-md-b-4 {
        margin-bottom: 4px;
    }

    .mg-md-l-4 {
        margin-left: 4px;
    }

    .mg-md-t-4-f {
        margin-top: 4px !important;
    }

    .mg-md-r-4-f {
        margin-right: 4px !important;
    }

    .mg-md-b-4-f {
        margin-bottom: 4px !important;
    }

    .mg-md-l-4-f {
        margin-left: 4px !important;
    }

    .mg-md-5 {
        margin: 5px;
    }

    .mg-md-5-f {
        margin: 5px !important;
    }

    .mg-md-y-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mg-md-y-5-f {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .mg-md-x-5 {
        margin-left: 5px;
        margin-right: 5px;
    }

    .mg-md-x-5-f {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mg-md-t-5 {
        margin-top: 5px;
    }

    .mg-md-r-5 {
        margin-right: 5px;
    }

    .mg-md-b-5 {
        margin-bottom: 5px;
    }

    .mg-md-l-5 {
        margin-left: 5px;
    }

    .mg-md-t-5-f {
        margin-top: 5px !important;
    }

    .mg-md-r-5-f {
        margin-right: 5px !important;
    }

    .mg-md-b-5-f {
        margin-bottom: 5px !important;
    }

    .mg-md-l-5-f {
        margin-left: 5px !important;
    }

    .mg-md-6 {
        margin: 6px;
    }

    .mg-md-6-f {
        margin: 6px !important;
    }

    .mg-md-y-6 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .mg-md-y-6-f {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }

    .mg-md-x-6 {
        margin-left: 6px;
        margin-right: 6px;
    }

    .mg-md-x-6-f {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }

    .mg-md-t-6 {
        margin-top: 6px;
    }

    .mg-md-r-6 {
        margin-right: 6px;
    }

    .mg-md-b-6 {
        margin-bottom: 6px;
    }

    .mg-md-l-6 {
        margin-left: 6px;
    }

    .mg-md-t-6-f {
        margin-top: 6px !important;
    }

    .mg-md-r-6-f {
        margin-right: 6px !important;
    }

    .mg-md-b-6-f {
        margin-bottom: 6px !important;
    }

    .mg-md-l-6-f {
        margin-left: 6px !important;
    }

    .mg-md-7 {
        margin: 7px;
    }

    .mg-md-7-f {
        margin: 7px !important;
    }

    .mg-md-y-7 {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .mg-md-y-7-f {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }

    .mg-md-x-7 {
        margin-left: 7px;
        margin-right: 7px;
    }

    .mg-md-x-7-f {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }

    .mg-md-t-7 {
        margin-top: 7px;
    }

    .mg-md-r-7 {
        margin-right: 7px;
    }

    .mg-md-b-7 {
        margin-bottom: 7px;
    }

    .mg-md-l-7 {
        margin-left: 7px;
    }

    .mg-md-t-7-f {
        margin-top: 7px !important;
    }

    .mg-md-r-7-f {
        margin-right: 7px !important;
    }

    .mg-md-b-7-f {
        margin-bottom: 7px !important;
    }

    .mg-md-l-7-f {
        margin-left: 7px !important;
    }

    .mg-md-8 {
        margin: 8px;
    }

    .mg-md-8-f {
        margin: 8px !important;
    }

    .mg-md-y-8 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .mg-md-y-8-f {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .mg-md-x-8 {
        margin-left: 8px;
        margin-right: 8px;
    }

    .mg-md-x-8-f {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .mg-md-t-8 {
        margin-top: 8px;
    }

    .mg-md-r-8 {
        margin-right: 8px;
    }

    .mg-md-b-8 {
        margin-bottom: 8px;
    }

    .mg-md-l-8 {
        margin-left: 8px;
    }

    .mg-md-t-8-f {
        margin-top: 8px !important;
    }

    .mg-md-r-8-f {
        margin-right: 8px !important;
    }

    .mg-md-b-8-f {
        margin-bottom: 8px !important;
    }

    .mg-md-l-8-f {
        margin-left: 8px !important;
    }

    .mg-md-9 {
        margin: 9px;
    }

    .mg-md-9-f {
        margin: 9px !important;
    }

    .mg-md-y-9 {
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .mg-md-y-9-f {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }

    .mg-md-x-9 {
        margin-left: 9px;
        margin-right: 9px;
    }

    .mg-md-x-9-f {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }

    .mg-md-t-9 {
        margin-top: 9px;
    }

    .mg-md-r-9 {
        margin-right: 9px;
    }

    .mg-md-b-9 {
        margin-bottom: 9px;
    }

    .mg-md-l-9 {
        margin-left: 9px;
    }

    .mg-md-t-9-f {
        margin-top: 9px !important;
    }

    .mg-md-r-9-f {
        margin-right: 9px !important;
    }

    .mg-md-b-9-f {
        margin-bottom: 9px !important;
    }

    .mg-md-l-9-f {
        margin-left: 9px !important;
    }

    .mg-md-10 {
        margin: 10px;
    }

    .mg-md-10-f {
        margin: 10px !important;
    }

    .mg-md-y-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mg-md-y-10-f {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .mg-md-x-10 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mg-md-x-10-f {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mg-md-t-10 {
        margin-top: 10px;
    }

    .mg-md-r-10 {
        margin-right: 10px;
    }

    .mg-md-b-10 {
        margin-bottom: 10px;
    }

    .mg-md-l-10 {
        margin-left: 10px;
    }

    .mg-md-t-10-f {
        margin-top: 10px !important;
    }

    .mg-md-r-10-f {
        margin-right: 10px !important;
    }

    .mg-md-b-10-f {
        margin-bottom: 10px !important;
    }

    .mg-md-l-10-f {
        margin-left: 10px !important;
    }

    .mg-md-15 {
        margin: 15px;
    }

    .mg-md-15-f {
        margin: 15px !important;
    }

    .mg-md-y-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mg-md-y-15-f {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .mg-md-x-15 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mg-md-x-15-f {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mg-md-t-15 {
        margin-top: 15px;
    }

    .mg-md-r-15 {
        margin-right: 15px;
    }

    .mg-md-b-15 {
        margin-bottom: 15px;
    }

    .mg-md-l-15 {
        margin-left: 15px;
    }

    .mg-md-t-15-f {
        margin-top: 15px !important;
    }

    .mg-md-r-15-f {
        margin-right: 15px !important;
    }

    .mg-md-b-15-f {
        margin-bottom: 15px !important;
    }

    .mg-md-l-15-f {
        margin-left: 15px !important;
    }

    .mg-md-20 {
        margin: 20px;
    }

    .mg-md-20-f {
        margin: 20px !important;
    }

    .mg-md-y-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mg-md-y-20-f {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .mg-md-x-20 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mg-md-x-20-f {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .mg-md-t-20 {
        margin-top: 20px;
    }

    .mg-md-r-20 {
        margin-right: 20px;
    }

    .mg-md-b-20 {
        margin-bottom: 20px;
    }

    .mg-md-l-20 {
        margin-left: 20px;
    }

    .mg-md-t-20-f {
        margin-top: 20px !important;
    }

    .mg-md-r-20-f {
        margin-right: 20px !important;
    }

    .mg-md-b-20-f {
        margin-bottom: 20px !important;
    }

    .mg-md-l-20-f {
        margin-left: 20px !important;
    }

    .mg-md-25 {
        margin: 25px;
    }

    .mg-md-25-f {
        margin: 25px !important;
    }

    .mg-md-y-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mg-md-y-25-f {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .mg-md-x-25 {
        margin-left: 25px;
        margin-right: 25px;
    }

    .mg-md-x-25-f {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .mg-md-t-25 {
        margin-top: 25px;
    }

    .mg-md-r-25 {
        margin-right: 25px;
    }

    .mg-md-b-25 {
        margin-bottom: 25px;
    }

    .mg-md-l-25 {
        margin-left: 25px;
    }

    .mg-md-t-25-f {
        margin-top: 25px !important;
    }

    .mg-md-r-25-f {
        margin-right: 25px !important;
    }

    .mg-md-b-25-f {
        margin-bottom: 25px !important;
    }

    .mg-md-l-25-f {
        margin-left: 25px !important;
    }

    .mg-md-30 {
        margin: 30px;
    }

    .mg-md-30-f {
        margin: 30px !important;
    }

    .mg-md-y-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mg-md-y-30-f {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .mg-md-x-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mg-md-x-30-f {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .mg-md-t-30 {
        margin-top: 30px;
    }

    .mg-md-r-30 {
        margin-right: 30px;
    }

    .mg-md-b-30 {
        margin-bottom: 30px;
    }

    .mg-md-l-30 {
        margin-left: 30px;
    }

    .mg-md-t-30-f {
        margin-top: 30px !important;
    }

    .mg-md-r-30-f {
        margin-right: 30px !important;
    }

    .mg-md-b-30-f {
        margin-bottom: 30px !important;
    }

    .mg-md-l-30-f {
        margin-left: 30px !important;
    }

    .mg-md-35 {
        margin: 35px;
    }

    .mg-md-35-f {
        margin: 35px !important;
    }

    .mg-md-y-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .mg-md-y-35-f {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }

    .mg-md-x-35 {
        margin-left: 35px;
        margin-right: 35px;
    }

    .mg-md-x-35-f {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }

    .mg-md-t-35 {
        margin-top: 35px;
    }

    .mg-md-r-35 {
        margin-right: 35px;
    }

    .mg-md-b-35 {
        margin-bottom: 35px;
    }

    .mg-md-l-35 {
        margin-left: 35px;
    }

    .mg-md-t-35-f {
        margin-top: 35px !important;
    }

    .mg-md-r-35-f {
        margin-right: 35px !important;
    }

    .mg-md-b-35-f {
        margin-bottom: 35px !important;
    }

    .mg-md-l-35-f {
        margin-left: 35px !important;
    }

    .mg-md-40 {
        margin: 40px;
    }

    .mg-md-40-f {
        margin: 40px !important;
    }

    .mg-md-y-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .mg-md-y-40-f {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .mg-md-x-40 {
        margin-left: 40px;
        margin-right: 40px;
    }

    .mg-md-x-40-f {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .mg-md-t-40 {
        margin-top: 40px;
    }

    .mg-md-r-40 {
        margin-right: 40px;
    }

    .mg-md-b-40 {
        margin-bottom: 40px;
    }

    .mg-md-l-40 {
        margin-left: 40px;
    }

    .mg-md-t-40-f {
        margin-top: 40px !important;
    }

    .mg-md-r-40-f {
        margin-right: 40px !important;
    }

    .mg-md-b-40-f {
        margin-bottom: 40px !important;
    }

    .mg-md-l-40-f {
        margin-left: 40px !important;
    }

    .mg-md-45 {
        margin: 45px;
    }

    .mg-md-45-f {
        margin: 45px !important;
    }

    .mg-md-y-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .mg-md-y-45-f {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }

    .mg-md-x-45 {
        margin-left: 45px;
        margin-right: 45px;
    }

    .mg-md-x-45-f {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }

    .mg-md-t-45 {
        margin-top: 45px;
    }

    .mg-md-r-45 {
        margin-right: 45px;
    }

    .mg-md-b-45 {
        margin-bottom: 45px;
    }

    .mg-md-l-45 {
        margin-left: 45px;
    }

    .mg-md-t-45-f {
        margin-top: 45px !important;
    }

    .mg-md-r-45-f {
        margin-right: 45px !important;
    }

    .mg-md-b-45-f {
        margin-bottom: 45px !important;
    }

    .mg-md-l-45-f {
        margin-left: 45px !important;
    }

    .mg-md-50 {
        margin: 50px;
    }

    .mg-md-50-f {
        margin: 50px !important;
    }

    .mg-md-y-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mg-md-y-50-f {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .mg-md-x-50 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .mg-md-x-50-f {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

    .mg-md-t-50 {
        margin-top: 50px;
    }

    .mg-md-r-50 {
        margin-right: 50px;
    }

    .mg-md-b-50 {
        margin-bottom: 50px;
    }

    .mg-md-l-50 {
        margin-left: 50px;
    }

    .mg-md-t-50-f {
        margin-top: 50px !important;
    }

    .mg-md-r-50-f {
        margin-right: 50px !important;
    }

    .mg-md-b-50-f {
        margin-bottom: 50px !important;
    }

    .mg-md-l-50-f {
        margin-left: 50px !important;
    }

    .mg-md-55 {
        margin: 55px;
    }

    .mg-md-55-f {
        margin: 55px !important;
    }

    .mg-md-y-55 {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .mg-md-y-55-f {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }

    .mg-md-x-55 {
        margin-left: 55px;
        margin-right: 55px;
    }

    .mg-md-x-55-f {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }

    .mg-md-t-55 {
        margin-top: 55px;
    }

    .mg-md-r-55 {
        margin-right: 55px;
    }

    .mg-md-b-55 {
        margin-bottom: 55px;
    }

    .mg-md-l-55 {
        margin-left: 55px;
    }

    .mg-md-t-55-f {
        margin-top: 55px !important;
    }

    .mg-md-r-55-f {
        margin-right: 55px !important;
    }

    .mg-md-b-55-f {
        margin-bottom: 55px !important;
    }

    .mg-md-l-55-f {
        margin-left: 55px !important;
    }

    .mg-md-60 {
        margin: 60px;
    }

    .mg-md-60-f {
        margin: 60px !important;
    }

    .mg-md-y-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mg-md-y-60-f {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .mg-md-x-60 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .mg-md-x-60-f {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .mg-md-t-60 {
        margin-top: 60px;
    }

    .mg-md-r-60 {
        margin-right: 60px;
    }

    .mg-md-b-60 {
        margin-bottom: 60px;
    }

    .mg-md-l-60 {
        margin-left: 60px;
    }

    .mg-md-t-60-f {
        margin-top: 60px !important;
    }

    .mg-md-r-60-f {
        margin-right: 60px !important;
    }

    .mg-md-b-60-f {
        margin-bottom: 60px !important;
    }

    .mg-md-l-60-f {
        margin-left: 60px !important;
    }

    .mg-md-65 {
        margin: 65px;
    }

    .mg-md-65-f {
        margin: 65px !important;
    }

    .mg-md-y-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }

    .mg-md-y-65-f {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }

    .mg-md-x-65 {
        margin-left: 65px;
        margin-right: 65px;
    }

    .mg-md-x-65-f {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }

    .mg-md-t-65 {
        margin-top: 65px;
    }

    .mg-md-r-65 {
        margin-right: 65px;
    }

    .mg-md-b-65 {
        margin-bottom: 65px;
    }

    .mg-md-l-65 {
        margin-left: 65px;
    }

    .mg-md-t-65-f {
        margin-top: 65px !important;
    }

    .mg-md-r-65-f {
        margin-right: 65px !important;
    }

    .mg-md-b-65-f {
        margin-bottom: 65px !important;
    }

    .mg-md-l-65-f {
        margin-left: 65px !important;
    }

    .mg-md-70 {
        margin: 70px;
    }

    .mg-md-70-f {
        margin: 70px !important;
    }

    .mg-md-y-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .mg-md-y-70-f {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .mg-md-x-70 {
        margin-left: 70px;
        margin-right: 70px;
    }

    .mg-md-x-70-f {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }

    .mg-md-t-70 {
        margin-top: 70px;
    }

    .mg-md-r-70 {
        margin-right: 70px;
    }

    .mg-md-b-70 {
        margin-bottom: 70px;
    }

    .mg-md-l-70 {
        margin-left: 70px;
    }

    .mg-md-t-70-f {
        margin-top: 70px !important;
    }

    .mg-md-r-70-f {
        margin-right: 70px !important;
    }

    .mg-md-b-70-f {
        margin-bottom: 70px !important;
    }

    .mg-md-l-70-f {
        margin-left: 70px !important;
    }

    .mg-md-75 {
        margin: 75px;
    }

    .mg-md-75-f {
        margin: 75px !important;
    }

    .mg-md-y-75 {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .mg-md-y-75-f {
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }

    .mg-md-x-75 {
        margin-left: 75px;
        margin-right: 75px;
    }

    .mg-md-x-75-f {
        margin-left: 75px !important;
        margin-right: 75px !important;
    }

    .mg-md-t-75 {
        margin-top: 75px;
    }

    .mg-md-r-75 {
        margin-right: 75px;
    }

    .mg-md-b-75 {
        margin-bottom: 75px;
    }

    .mg-md-l-75 {
        margin-left: 75px;
    }

    .mg-md-t-75-f {
        margin-top: 75px !important;
    }

    .mg-md-r-75-f {
        margin-right: 75px !important;
    }

    .mg-md-b-75-f {
        margin-bottom: 75px !important;
    }

    .mg-md-l-75-f {
        margin-left: 75px !important;
    }

    .mg-md-80 {
        margin: 80px;
    }

    .mg-md-80-f {
        margin: 80px !important;
    }

    .mg-md-y-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .mg-md-y-80-f {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .mg-md-x-80 {
        margin-left: 80px;
        margin-right: 80px;
    }

    .mg-md-x-80-f {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }

    .mg-md-t-80 {
        margin-top: 80px;
    }

    .mg-md-r-80 {
        margin-right: 80px;
    }

    .mg-md-b-80 {
        margin-bottom: 80px;
    }

    .mg-md-l-80 {
        margin-left: 80px;
    }

    .mg-md-t-80-f {
        margin-top: 80px !important;
    }

    .mg-md-r-80-f {
        margin-right: 80px !important;
    }

    .mg-md-b-80-f {
        margin-bottom: 80px !important;
    }

    .mg-md-l-80-f {
        margin-left: 80px !important;
    }

    .mg-md-85 {
        margin: 85px;
    }

    .mg-md-85-f {
        margin: 85px !important;
    }

    .mg-md-y-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }

    .mg-md-y-85-f {
        margin-top: 85px !important;
        margin-bottom: 85px !important;
    }

    .mg-md-x-85 {
        margin-left: 85px;
        margin-right: 85px;
    }

    .mg-md-x-85-f {
        margin-left: 85px !important;
        margin-right: 85px !important;
    }

    .mg-md-t-85 {
        margin-top: 85px;
    }

    .mg-md-r-85 {
        margin-right: 85px;
    }

    .mg-md-b-85 {
        margin-bottom: 85px;
    }

    .mg-md-l-85 {
        margin-left: 85px;
    }

    .mg-md-t-85-f {
        margin-top: 85px !important;
    }

    .mg-md-r-85-f {
        margin-right: 85px !important;
    }

    .mg-md-b-85-f {
        margin-bottom: 85px !important;
    }

    .mg-md-l-85-f {
        margin-left: 85px !important;
    }

    .mg-md-90 {
        margin: 90px;
    }

    .mg-md-90-f {
        margin: 90px !important;
    }

    .mg-md-y-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .mg-md-y-90-f {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }

    .mg-md-x-90 {
        margin-left: 90px;
        margin-right: 90px;
    }

    .mg-md-x-90-f {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .mg-md-t-90 {
        margin-top: 90px;
    }

    .mg-md-r-90 {
        margin-right: 90px;
    }

    .mg-md-b-90 {
        margin-bottom: 90px;
    }

    .mg-md-l-90 {
        margin-left: 90px;
    }

    .mg-md-t-90-f {
        margin-top: 90px !important;
    }

    .mg-md-r-90-f {
        margin-right: 90px !important;
    }

    .mg-md-b-90-f {
        margin-bottom: 90px !important;
    }

    .mg-md-l-90-f {
        margin-left: 90px !important;
    }

    .mg-md-95 {
        margin: 95px;
    }

    .mg-md-95-f {
        margin: 95px !important;
    }

    .mg-md-y-95 {
        margin-top: 95px;
        margin-bottom: 95px;
    }

    .mg-md-y-95-f {
        margin-top: 95px !important;
        margin-bottom: 95px !important;
    }

    .mg-md-x-95 {
        margin-left: 95px;
        margin-right: 95px;
    }

    .mg-md-x-95-f {
        margin-left: 95px !important;
        margin-right: 95px !important;
    }

    .mg-md-t-95 {
        margin-top: 95px;
    }

    .mg-md-r-95 {
        margin-right: 95px;
    }

    .mg-md-b-95 {
        margin-bottom: 95px;
    }

    .mg-md-l-95 {
        margin-left: 95px;
    }

    .mg-md-t-95-f {
        margin-top: 95px !important;
    }

    .mg-md-r-95-f {
        margin-right: 95px !important;
    }

    .mg-md-b-95-f {
        margin-bottom: 95px !important;
    }

    .mg-md-l-95-f {
        margin-left: 95px !important;
    }

    .mg-md-100 {
        margin: 100px;
    }

    .mg-md-100-f {
        margin: 100px !important;
    }

    .mg-md-y-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .mg-md-y-100-f {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    .mg-md-x-100 {
        margin-left: 100px;
        margin-right: 100px;
    }

    .mg-md-x-100-f {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }

    .mg-md-t-100 {
        margin-top: 100px;
    }

    .mg-md-r-100 {
        margin-right: 100px;
    }

    .mg-md-b-100 {
        margin-bottom: 100px;
    }

    .mg-md-l-100 {
        margin-left: 100px;
    }

    .mg-md-t-100-f {
        margin-top: 100px !important;
    }

    .mg-md-r-100-f {
        margin-right: 100px !important;
    }

    .mg-md-b-100-f {
        margin-bottom: 100px !important;
    }

    .mg-md-l-100-f {
        margin-left: 100px !important;
    }

    .mg-md-t-auto {
        margin-top: auto;
    }

    .mg-md-r-auto {
        margin-right: auto;
    }

    .mg-md-b-auto {
        margin-bottom: auto;
    }

    .mg-md-l-auto {
        margin-left: auto;
    }

    .mg-md-auto {
        margin: auto;
    }

    .mg-md-x-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .mg-lg-0 {
        margin: 0px;
    }

    .mg-lg-0-f {
        margin: 0px !important;
    }

    .mg-lg-y-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mg-lg-y-0-f {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .mg-lg-x-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mg-lg-x-0-f {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .mg-lg-t-0 {
        margin-top: 0px;
    }

    .mg-lg-r-0 {
        margin-right: 0px;
    }

    .mg-lg-b-0 {
        margin-bottom: 0px;
    }

    .mg-lg-l-0 {
        margin-left: 0px;
    }

    .mg-lg-t-0-f {
        margin-top: 0px !important;
    }

    .mg-lg-r-0-f {
        margin-right: 0px !important;
    }

    .mg-lg-b-0-f {
        margin-bottom: 0px !important;
    }

    .mg-lg-l-0-f {
        margin-left: 0px !important;
    }

    .mg-lg-1 {
        margin: 1px;
    }

    .mg-lg-1-f {
        margin: 1px !important;
    }

    .mg-lg-y-1 {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .mg-lg-y-1-f {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .mg-lg-x-1 {
        margin-left: 1px;
        margin-right: 1px;
    }

    .mg-lg-x-1-f {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .mg-lg-t-1 {
        margin-top: 1px;
    }

    .mg-lg-r-1 {
        margin-right: 1px;
    }

    .mg-lg-b-1 {
        margin-bottom: 1px;
    }

    .mg-lg-l-1 {
        margin-left: 1px;
    }

    .mg-lg-t-1-f {
        margin-top: 1px !important;
    }

    .mg-lg-r-1-f {
        margin-right: 1px !important;
    }

    .mg-lg-b-1-f {
        margin-bottom: 1px !important;
    }

    .mg-lg-l-1-f {
        margin-left: 1px !important;
    }

    .mg-lg-2 {
        margin: 2px;
    }

    .mg-lg-2-f {
        margin: 2px !important;
    }

    .mg-lg-y-2 {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .mg-lg-y-2-f {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .mg-lg-x-2 {
        margin-left: 2px;
        margin-right: 2px;
    }

    .mg-lg-x-2-f {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .mg-lg-t-2 {
        margin-top: 2px;
    }

    .mg-lg-r-2 {
        margin-right: 2px;
    }

    .mg-lg-b-2 {
        margin-bottom: 2px;
    }

    .mg-lg-l-2 {
        margin-left: 2px;
    }

    .mg-lg-t-2-f {
        margin-top: 2px !important;
    }

    .mg-lg-r-2-f {
        margin-right: 2px !important;
    }

    .mg-lg-b-2-f {
        margin-bottom: 2px !important;
    }

    .mg-lg-l-2-f {
        margin-left: 2px !important;
    }

    .mg-lg-3 {
        margin: 3px;
    }

    .mg-lg-3-f {
        margin: 3px !important;
    }

    .mg-lg-y-3 {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .mg-lg-y-3-f {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }

    .mg-lg-x-3 {
        margin-left: 3px;
        margin-right: 3px;
    }

    .mg-lg-x-3-f {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }

    .mg-lg-t-3 {
        margin-top: 3px;
    }

    .mg-lg-r-3 {
        margin-right: 3px;
    }

    .mg-lg-b-3 {
        margin-bottom: 3px;
    }

    .mg-lg-l-3 {
        margin-left: 3px;
    }

    .mg-lg-t-3-f {
        margin-top: 3px !important;
    }

    .mg-lg-r-3-f {
        margin-right: 3px !important;
    }

    .mg-lg-b-3-f {
        margin-bottom: 3px !important;
    }

    .mg-lg-l-3-f {
        margin-left: 3px !important;
    }

    .mg-lg-4 {
        margin: 4px;
    }

    .mg-lg-4-f {
        margin: 4px !important;
    }

    .mg-lg-y-4 {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .mg-lg-y-4-f {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    .mg-lg-x-4 {
        margin-left: 4px;
        margin-right: 4px;
    }

    .mg-lg-x-4-f {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .mg-lg-t-4 {
        margin-top: 4px;
    }

    .mg-lg-r-4 {
        margin-right: 4px;
    }

    .mg-lg-b-4 {
        margin-bottom: 4px;
    }

    .mg-lg-l-4 {
        margin-left: 4px;
    }

    .mg-lg-t-4-f {
        margin-top: 4px !important;
    }

    .mg-lg-r-4-f {
        margin-right: 4px !important;
    }

    .mg-lg-b-4-f {
        margin-bottom: 4px !important;
    }

    .mg-lg-l-4-f {
        margin-left: 4px !important;
    }

    .mg-lg-5 {
        margin: 5px;
    }

    .mg-lg-5-f {
        margin: 5px !important;
    }

    .mg-lg-y-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mg-lg-y-5-f {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .mg-lg-x-5 {
        margin-left: 5px;
        margin-right: 5px;
    }

    .mg-lg-x-5-f {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mg-lg-t-5 {
        margin-top: 5px;
    }

    .mg-lg-r-5 {
        margin-right: 5px;
    }

    .mg-lg-b-5 {
        margin-bottom: 5px;
    }

    .mg-lg-l-5 {
        margin-left: 5px;
    }

    .mg-lg-t-5-f {
        margin-top: 5px !important;
    }

    .mg-lg-r-5-f {
        margin-right: 5px !important;
    }

    .mg-lg-b-5-f {
        margin-bottom: 5px !important;
    }

    .mg-lg-l-5-f {
        margin-left: 5px !important;
    }

    .mg-lg-6 {
        margin: 6px;
    }

    .mg-lg-6-f {
        margin: 6px !important;
    }

    .mg-lg-y-6 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .mg-lg-y-6-f {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }

    .mg-lg-x-6 {
        margin-left: 6px;
        margin-right: 6px;
    }

    .mg-lg-x-6-f {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }

    .mg-lg-t-6 {
        margin-top: 6px;
    }

    .mg-lg-r-6 {
        margin-right: 6px;
    }

    .mg-lg-b-6 {
        margin-bottom: 6px;
    }

    .mg-lg-l-6 {
        margin-left: 6px;
    }

    .mg-lg-t-6-f {
        margin-top: 6px !important;
    }

    .mg-lg-r-6-f {
        margin-right: 6px !important;
    }

    .mg-lg-b-6-f {
        margin-bottom: 6px !important;
    }

    .mg-lg-l-6-f {
        margin-left: 6px !important;
    }

    .mg-lg-7 {
        margin: 7px;
    }

    .mg-lg-7-f {
        margin: 7px !important;
    }

    .mg-lg-y-7 {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .mg-lg-y-7-f {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }

    .mg-lg-x-7 {
        margin-left: 7px;
        margin-right: 7px;
    }

    .mg-lg-x-7-f {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }

    .mg-lg-t-7 {
        margin-top: 7px;
    }

    .mg-lg-r-7 {
        margin-right: 7px;
    }

    .mg-lg-b-7 {
        margin-bottom: 7px;
    }

    .mg-lg-l-7 {
        margin-left: 7px;
    }

    .mg-lg-t-7-f {
        margin-top: 7px !important;
    }

    .mg-lg-r-7-f {
        margin-right: 7px !important;
    }

    .mg-lg-b-7-f {
        margin-bottom: 7px !important;
    }

    .mg-lg-l-7-f {
        margin-left: 7px !important;
    }

    .mg-lg-8 {
        margin: 8px;
    }

    .mg-lg-8-f {
        margin: 8px !important;
    }

    .mg-lg-y-8 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .mg-lg-y-8-f {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .mg-lg-x-8 {
        margin-left: 8px;
        margin-right: 8px;
    }

    .mg-lg-x-8-f {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .mg-lg-t-8 {
        margin-top: 8px;
    }

    .mg-lg-r-8 {
        margin-right: 8px;
    }

    .mg-lg-b-8 {
        margin-bottom: 8px;
    }

    .mg-lg-l-8 {
        margin-left: 8px;
    }

    .mg-lg-t-8-f {
        margin-top: 8px !important;
    }

    .mg-lg-r-8-f {
        margin-right: 8px !important;
    }

    .mg-lg-b-8-f {
        margin-bottom: 8px !important;
    }

    .mg-lg-l-8-f {
        margin-left: 8px !important;
    }

    .mg-lg-9 {
        margin: 9px;
    }

    .mg-lg-9-f {
        margin: 9px !important;
    }

    .mg-lg-y-9 {
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .mg-lg-y-9-f {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }

    .mg-lg-x-9 {
        margin-left: 9px;
        margin-right: 9px;
    }

    .mg-lg-x-9-f {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }

    .mg-lg-t-9 {
        margin-top: 9px;
    }

    .mg-lg-r-9 {
        margin-right: 9px;
    }

    .mg-lg-b-9 {
        margin-bottom: 9px;
    }

    .mg-lg-l-9 {
        margin-left: 9px;
    }

    .mg-lg-t-9-f {
        margin-top: 9px !important;
    }

    .mg-lg-r-9-f {
        margin-right: 9px !important;
    }

    .mg-lg-b-9-f {
        margin-bottom: 9px !important;
    }

    .mg-lg-l-9-f {
        margin-left: 9px !important;
    }

    .mg-lg-10 {
        margin: 10px;
    }

    .mg-lg-10-f {
        margin: 10px !important;
    }

    .mg-lg-y-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mg-lg-y-10-f {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .mg-lg-x-10 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mg-lg-x-10-f {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mg-lg-t-10 {
        margin-top: 10px;
    }

    .mg-lg-r-10 {
        margin-right: 10px;
    }

    .mg-lg-b-10 {
        margin-bottom: 10px;
    }

    .mg-lg-l-10 {
        margin-left: 10px;
    }

    .mg-lg-t-10-f {
        margin-top: 10px !important;
    }

    .mg-lg-r-10-f {
        margin-right: 10px !important;
    }

    .mg-lg-b-10-f {
        margin-bottom: 10px !important;
    }

    .mg-lg-l-10-f {
        margin-left: 10px !important;
    }

    .mg-lg-15 {
        margin: 15px;
    }

    .mg-lg-15-f {
        margin: 15px !important;
    }

    .mg-lg-y-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mg-lg-y-15-f {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .mg-lg-x-15 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mg-lg-x-15-f {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mg-lg-t-15 {
        margin-top: 15px;
    }

    .mg-lg-r-15 {
        margin-right: 15px;
    }

    .mg-lg-b-15 {
        margin-bottom: 15px;
    }

    .mg-lg-l-15 {
        margin-left: 15px;
    }

    .mg-lg-t-15-f {
        margin-top: 15px !important;
    }

    .mg-lg-r-15-f {
        margin-right: 15px !important;
    }

    .mg-lg-b-15-f {
        margin-bottom: 15px !important;
    }

    .mg-lg-l-15-f {
        margin-left: 15px !important;
    }

    .mg-lg-20 {
        margin: 20px;
    }

    .mg-lg-20-f {
        margin: 20px !important;
    }

    .mg-lg-y-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mg-lg-y-20-f {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .mg-lg-x-20 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mg-lg-x-20-f {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .mg-lg-t-20 {
        margin-top: 20px;
    }

    .mg-lg-r-20 {
        margin-right: 20px;
    }

    .mg-lg-b-20 {
        margin-bottom: 20px;
    }

    .mg-lg-l-20 {
        margin-left: 20px;
    }

    .mg-lg-t-20-f {
        margin-top: 20px !important;
    }

    .mg-lg-r-20-f {
        margin-right: 20px !important;
    }

    .mg-lg-b-20-f {
        margin-bottom: 20px !important;
    }

    .mg-lg-l-20-f {
        margin-left: 20px !important;
    }

    .mg-lg-25 {
        margin: 25px;
    }

    .mg-lg-25-f {
        margin: 25px !important;
    }

    .mg-lg-y-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mg-lg-y-25-f {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .mg-lg-x-25 {
        margin-left: 25px;
        margin-right: 25px;
    }

    .mg-lg-x-25-f {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .mg-lg-t-25 {
        margin-top: 25px;
    }

    .mg-lg-r-25 {
        margin-right: 25px;
    }

    .mg-lg-b-25 {
        margin-bottom: 25px;
    }

    .mg-lg-l-25 {
        margin-left: 25px;
    }

    .mg-lg-t-25-f {
        margin-top: 25px !important;
    }

    .mg-lg-r-25-f {
        margin-right: 25px !important;
    }

    .mg-lg-b-25-f {
        margin-bottom: 25px !important;
    }

    .mg-lg-l-25-f {
        margin-left: 25px !important;
    }

    .mg-lg-30 {
        margin: 30px;
    }

    .mg-lg-30-f {
        margin: 30px !important;
    }

    .mg-lg-y-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mg-lg-y-30-f {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .mg-lg-x-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mg-lg-x-30-f {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .mg-lg-t-30 {
        margin-top: 30px;
    }

    .mg-lg-r-30 {
        margin-right: 30px;
    }

    .mg-lg-b-30 {
        margin-bottom: 30px;
    }

    .mg-lg-l-30 {
        margin-left: 30px;
    }

    .mg-lg-t-30-f {
        margin-top: 30px !important;
    }

    .mg-lg-r-30-f {
        margin-right: 30px !important;
    }

    .mg-lg-b-30-f {
        margin-bottom: 30px !important;
    }

    .mg-lg-l-30-f {
        margin-left: 30px !important;
    }

    .mg-lg-35 {
        margin: 35px;
    }

    .mg-lg-35-f {
        margin: 35px !important;
    }

    .mg-lg-y-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .mg-lg-y-35-f {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }

    .mg-lg-x-35 {
        margin-left: 35px;
        margin-right: 35px;
    }

    .mg-lg-x-35-f {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }

    .mg-lg-t-35 {
        margin-top: 35px;
    }

    .mg-lg-r-35 {
        margin-right: 35px;
    }

    .mg-lg-b-35 {
        margin-bottom: 35px;
    }

    .mg-lg-l-35 {
        margin-left: 35px;
    }

    .mg-lg-t-35-f {
        margin-top: 35px !important;
    }

    .mg-lg-r-35-f {
        margin-right: 35px !important;
    }

    .mg-lg-b-35-f {
        margin-bottom: 35px !important;
    }

    .mg-lg-l-35-f {
        margin-left: 35px !important;
    }

    .mg-lg-40 {
        margin: 40px;
    }

    .mg-lg-40-f {
        margin: 40px !important;
    }

    .mg-lg-y-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .mg-lg-y-40-f {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .mg-lg-x-40 {
        margin-left: 40px;
        margin-right: 40px;
    }

    .mg-lg-x-40-f {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .mg-lg-t-40 {
        margin-top: 40px;
    }

    .mg-lg-r-40 {
        margin-right: 40px;
    }

    .mg-lg-b-40 {
        margin-bottom: 40px;
    }

    .mg-lg-l-40 {
        margin-left: 40px;
    }

    .mg-lg-t-40-f {
        margin-top: 40px !important;
    }

    .mg-lg-r-40-f {
        margin-right: 40px !important;
    }

    .mg-lg-b-40-f {
        margin-bottom: 40px !important;
    }

    .mg-lg-l-40-f {
        margin-left: 40px !important;
    }

    .mg-lg-45 {
        margin: 45px;
    }

    .mg-lg-45-f {
        margin: 45px !important;
    }

    .mg-lg-y-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .mg-lg-y-45-f {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }

    .mg-lg-x-45 {
        margin-left: 45px;
        margin-right: 45px;
    }

    .mg-lg-x-45-f {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }

    .mg-lg-t-45 {
        margin-top: 45px;
    }

    .mg-lg-r-45 {
        margin-right: 45px;
    }

    .mg-lg-b-45 {
        margin-bottom: 45px;
    }

    .mg-lg-l-45 {
        margin-left: 45px;
    }

    .mg-lg-t-45-f {
        margin-top: 45px !important;
    }

    .mg-lg-r-45-f {
        margin-right: 45px !important;
    }

    .mg-lg-b-45-f {
        margin-bottom: 45px !important;
    }

    .mg-lg-l-45-f {
        margin-left: 45px !important;
    }

    .mg-lg-50 {
        margin: 50px;
    }

    .mg-lg-50-f {
        margin: 50px !important;
    }

    .mg-lg-y-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mg-lg-y-50-f {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .mg-lg-x-50 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .mg-lg-x-50-f {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

    .mg-lg-t-50 {
        margin-top: 50px;
    }

    .mg-lg-r-50 {
        margin-right: 50px;
    }

    .mg-lg-b-50 {
        margin-bottom: 50px;
    }

    .mg-lg-l-50 {
        margin-left: 50px;
    }

    .mg-lg-t-50-f {
        margin-top: 50px !important;
    }

    .mg-lg-r-50-f {
        margin-right: 50px !important;
    }

    .mg-lg-b-50-f {
        margin-bottom: 50px !important;
    }

    .mg-lg-l-50-f {
        margin-left: 50px !important;
    }

    .mg-lg-55 {
        margin: 55px;
    }

    .mg-lg-55-f {
        margin: 55px !important;
    }

    .mg-lg-y-55 {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .mg-lg-y-55-f {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }

    .mg-lg-x-55 {
        margin-left: 55px;
        margin-right: 55px;
    }

    .mg-lg-x-55-f {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }

    .mg-lg-t-55 {
        margin-top: 55px;
    }

    .mg-lg-r-55 {
        margin-right: 55px;
    }

    .mg-lg-b-55 {
        margin-bottom: 55px;
    }

    .mg-lg-l-55 {
        margin-left: 55px;
    }

    .mg-lg-t-55-f {
        margin-top: 55px !important;
    }

    .mg-lg-r-55-f {
        margin-right: 55px !important;
    }

    .mg-lg-b-55-f {
        margin-bottom: 55px !important;
    }

    .mg-lg-l-55-f {
        margin-left: 55px !important;
    }

    .mg-lg-60 {
        margin: 60px;
    }

    .mg-lg-60-f {
        margin: 60px !important;
    }

    .mg-lg-y-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mg-lg-y-60-f {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .mg-lg-x-60 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .mg-lg-x-60-f {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .mg-lg-t-60 {
        margin-top: 60px;
    }

    .mg-lg-r-60 {
        margin-right: 60px;
    }

    .mg-lg-b-60 {
        margin-bottom: 60px;
    }

    .mg-lg-l-60 {
        margin-left: 60px;
    }

    .mg-lg-t-60-f {
        margin-top: 60px !important;
    }

    .mg-lg-r-60-f {
        margin-right: 60px !important;
    }

    .mg-lg-b-60-f {
        margin-bottom: 60px !important;
    }

    .mg-lg-l-60-f {
        margin-left: 60px !important;
    }

    .mg-lg-65 {
        margin: 65px;
    }

    .mg-lg-65-f {
        margin: 65px !important;
    }

    .mg-lg-y-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }

    .mg-lg-y-65-f {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }

    .mg-lg-x-65 {
        margin-left: 65px;
        margin-right: 65px;
    }

    .mg-lg-x-65-f {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }

    .mg-lg-t-65 {
        margin-top: 65px;
    }

    .mg-lg-r-65 {
        margin-right: 65px;
    }

    .mg-lg-b-65 {
        margin-bottom: 65px;
    }

    .mg-lg-l-65 {
        margin-left: 65px;
    }

    .mg-lg-t-65-f {
        margin-top: 65px !important;
    }

    .mg-lg-r-65-f {
        margin-right: 65px !important;
    }

    .mg-lg-b-65-f {
        margin-bottom: 65px !important;
    }

    .mg-lg-l-65-f {
        margin-left: 65px !important;
    }

    .mg-lg-70 {
        margin: 70px;
    }

    .mg-lg-70-f {
        margin: 70px !important;
    }

    .mg-lg-y-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .mg-lg-y-70-f {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .mg-lg-x-70 {
        margin-left: 70px;
        margin-right: 70px;
    }

    .mg-lg-x-70-f {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }

    .mg-lg-t-70 {
        margin-top: 70px;
    }

    .mg-lg-r-70 {
        margin-right: 70px;
    }

    .mg-lg-b-70 {
        margin-bottom: 70px;
    }

    .mg-lg-l-70 {
        margin-left: 70px;
    }

    .mg-lg-t-70-f {
        margin-top: 70px !important;
    }

    .mg-lg-r-70-f {
        margin-right: 70px !important;
    }

    .mg-lg-b-70-f {
        margin-bottom: 70px !important;
    }

    .mg-lg-l-70-f {
        margin-left: 70px !important;
    }

    .mg-lg-75 {
        margin: 75px;
    }

    .mg-lg-75-f {
        margin: 75px !important;
    }

    .mg-lg-y-75 {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .mg-lg-y-75-f {
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }

    .mg-lg-x-75 {
        margin-left: 75px;
        margin-right: 75px;
    }

    .mg-lg-x-75-f {
        margin-left: 75px !important;
        margin-right: 75px !important;
    }

    .mg-lg-t-75 {
        margin-top: 75px;
    }

    .mg-lg-r-75 {
        margin-right: 75px;
    }

    .mg-lg-b-75 {
        margin-bottom: 75px;
    }

    .mg-lg-l-75 {
        margin-left: 75px;
    }

    .mg-lg-t-75-f {
        margin-top: 75px !important;
    }

    .mg-lg-r-75-f {
        margin-right: 75px !important;
    }

    .mg-lg-b-75-f {
        margin-bottom: 75px !important;
    }

    .mg-lg-l-75-f {
        margin-left: 75px !important;
    }

    .mg-lg-80 {
        margin: 80px;
    }

    .mg-lg-80-f {
        margin: 80px !important;
    }

    .mg-lg-y-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .mg-lg-y-80-f {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .mg-lg-x-80 {
        margin-left: 80px;
        margin-right: 80px;
    }

    .mg-lg-x-80-f {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }

    .mg-lg-t-80 {
        margin-top: 80px;
    }

    .mg-lg-r-80 {
        margin-right: 80px;
    }

    .mg-lg-b-80 {
        margin-bottom: 80px;
    }

    .mg-lg-l-80 {
        margin-left: 80px;
    }

    .mg-lg-t-80-f {
        margin-top: 80px !important;
    }

    .mg-lg-r-80-f {
        margin-right: 80px !important;
    }

    .mg-lg-b-80-f {
        margin-bottom: 80px !important;
    }

    .mg-lg-l-80-f {
        margin-left: 80px !important;
    }

    .mg-lg-85 {
        margin: 85px;
    }

    .mg-lg-85-f {
        margin: 85px !important;
    }

    .mg-lg-y-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }

    .mg-lg-y-85-f {
        margin-top: 85px !important;
        margin-bottom: 85px !important;
    }

    .mg-lg-x-85 {
        margin-left: 85px;
        margin-right: 85px;
    }

    .mg-lg-x-85-f {
        margin-left: 85px !important;
        margin-right: 85px !important;
    }

    .mg-lg-t-85 {
        margin-top: 85px;
    }

    .mg-lg-r-85 {
        margin-right: 85px;
    }

    .mg-lg-b-85 {
        margin-bottom: 85px;
    }

    .mg-lg-l-85 {
        margin-left: 85px;
    }

    .mg-lg-t-85-f {
        margin-top: 85px !important;
    }

    .mg-lg-r-85-f {
        margin-right: 85px !important;
    }

    .mg-lg-b-85-f {
        margin-bottom: 85px !important;
    }

    .mg-lg-l-85-f {
        margin-left: 85px !important;
    }

    .mg-lg-90 {
        margin: 90px;
    }

    .mg-lg-90-f {
        margin: 90px !important;
    }

    .mg-lg-y-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .mg-lg-y-90-f {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }

    .mg-lg-x-90 {
        margin-left: 90px;
        margin-right: 90px;
    }

    .mg-lg-x-90-f {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .mg-lg-t-90 {
        margin-top: 90px;
    }

    .mg-lg-r-90 {
        margin-right: 90px;
    }

    .mg-lg-b-90 {
        margin-bottom: 90px;
    }

    .mg-lg-l-90 {
        margin-left: 90px;
    }

    .mg-lg-t-90-f {
        margin-top: 90px !important;
    }

    .mg-lg-r-90-f {
        margin-right: 90px !important;
    }

    .mg-lg-b-90-f {
        margin-bottom: 90px !important;
    }

    .mg-lg-l-90-f {
        margin-left: 90px !important;
    }

    .mg-lg-95 {
        margin: 95px;
    }

    .mg-lg-95-f {
        margin: 95px !important;
    }

    .mg-lg-y-95 {
        margin-top: 95px;
        margin-bottom: 95px;
    }

    .mg-lg-y-95-f {
        margin-top: 95px !important;
        margin-bottom: 95px !important;
    }

    .mg-lg-x-95 {
        margin-left: 95px;
        margin-right: 95px;
    }

    .mg-lg-x-95-f {
        margin-left: 95px !important;
        margin-right: 95px !important;
    }

    .mg-lg-t-95 {
        margin-top: 95px;
    }

    .mg-lg-r-95 {
        margin-right: 95px;
    }

    .mg-lg-b-95 {
        margin-bottom: 95px;
    }

    .mg-lg-l-95 {
        margin-left: 95px;
    }

    .mg-lg-t-95-f {
        margin-top: 95px !important;
    }

    .mg-lg-r-95-f {
        margin-right: 95px !important;
    }

    .mg-lg-b-95-f {
        margin-bottom: 95px !important;
    }

    .mg-lg-l-95-f {
        margin-left: 95px !important;
    }

    .mg-lg-100 {
        margin: 100px;
    }

    .mg-lg-100-f {
        margin: 100px !important;
    }

    .mg-lg-y-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .mg-lg-y-100-f {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    .mg-lg-x-100 {
        margin-left: 100px;
        margin-right: 100px;
    }

    .mg-lg-x-100-f {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }

    .mg-lg-t-100 {
        margin-top: 100px;
    }

    .mg-lg-r-100 {
        margin-right: 100px;
    }

    .mg-lg-b-100 {
        margin-bottom: 100px;
    }

    .mg-lg-l-100 {
        margin-left: 100px;
    }

    .mg-lg-t-100-f {
        margin-top: 100px !important;
    }

    .mg-lg-r-100-f {
        margin-right: 100px !important;
    }

    .mg-lg-b-100-f {
        margin-bottom: 100px !important;
    }

    .mg-lg-l-100-f {
        margin-left: 100px !important;
    }

    .mg-lg-t-auto {
        margin-top: auto;
    }

    .mg-lg-r-auto {
        margin-right: auto;
    }

    .mg-lg-b-auto {
        margin-bottom: auto;
    }

    .mg-lg-l-auto {
        margin-left: auto;
    }

    .mg-lg-auto {
        margin: auto;
    }

    .mg-lg-x-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .mg-xl-0 {
        margin: 0px;
    }

    .mg-xl-0-f {
        margin: 0px !important;
    }

    .mg-xl-y-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mg-xl-y-0-f {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .mg-xl-x-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mg-xl-x-0-f {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .mg-xl-t-0 {
        margin-top: 0px;
    }

    .mg-xl-r-0 {
        margin-right: 0px;
    }

    .mg-xl-b-0 {
        margin-bottom: 0px;
    }

    .mg-xl-l-0 {
        margin-left: 0px;
    }

    .mg-xl-t-0-f {
        margin-top: 0px !important;
    }

    .mg-xl-r-0-f {
        margin-right: 0px !important;
    }

    .mg-xl-b-0-f {
        margin-bottom: 0px !important;
    }

    .mg-xl-l-0-f {
        margin-left: 0px !important;
    }

    .mg-xl-1 {
        margin: 1px;
    }

    .mg-xl-1-f {
        margin: 1px !important;
    }

    .mg-xl-y-1 {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .mg-xl-y-1-f {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .mg-xl-x-1 {
        margin-left: 1px;
        margin-right: 1px;
    }

    .mg-xl-x-1-f {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .mg-xl-t-1 {
        margin-top: 1px;
    }

    .mg-xl-r-1 {
        margin-right: 1px;
    }

    .mg-xl-b-1 {
        margin-bottom: 1px;
    }

    .mg-xl-l-1 {
        margin-left: 1px;
    }

    .mg-xl-t-1-f {
        margin-top: 1px !important;
    }

    .mg-xl-r-1-f {
        margin-right: 1px !important;
    }

    .mg-xl-b-1-f {
        margin-bottom: 1px !important;
    }

    .mg-xl-l-1-f {
        margin-left: 1px !important;
    }

    .mg-xl-2 {
        margin: 2px;
    }

    .mg-xl-2-f {
        margin: 2px !important;
    }

    .mg-xl-y-2 {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .mg-xl-y-2-f {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .mg-xl-x-2 {
        margin-left: 2px;
        margin-right: 2px;
    }

    .mg-xl-x-2-f {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .mg-xl-t-2 {
        margin-top: 2px;
    }

    .mg-xl-r-2 {
        margin-right: 2px;
    }

    .mg-xl-b-2 {
        margin-bottom: 2px;
    }

    .mg-xl-l-2 {
        margin-left: 2px;
    }

    .mg-xl-t-2-f {
        margin-top: 2px !important;
    }

    .mg-xl-r-2-f {
        margin-right: 2px !important;
    }

    .mg-xl-b-2-f {
        margin-bottom: 2px !important;
    }

    .mg-xl-l-2-f {
        margin-left: 2px !important;
    }

    .mg-xl-3 {
        margin: 3px;
    }

    .mg-xl-3-f {
        margin: 3px !important;
    }

    .mg-xl-y-3 {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .mg-xl-y-3-f {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }

    .mg-xl-x-3 {
        margin-left: 3px;
        margin-right: 3px;
    }

    .mg-xl-x-3-f {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }

    .mg-xl-t-3 {
        margin-top: 3px;
    }

    .mg-xl-r-3 {
        margin-right: 3px;
    }

    .mg-xl-b-3 {
        margin-bottom: 3px;
    }

    .mg-xl-l-3 {
        margin-left: 3px;
    }

    .mg-xl-t-3-f {
        margin-top: 3px !important;
    }

    .mg-xl-r-3-f {
        margin-right: 3px !important;
    }

    .mg-xl-b-3-f {
        margin-bottom: 3px !important;
    }

    .mg-xl-l-3-f {
        margin-left: 3px !important;
    }

    .mg-xl-4 {
        margin: 4px;
    }

    .mg-xl-4-f {
        margin: 4px !important;
    }

    .mg-xl-y-4 {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .mg-xl-y-4-f {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    .mg-xl-x-4 {
        margin-left: 4px;
        margin-right: 4px;
    }

    .mg-xl-x-4-f {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .mg-xl-t-4 {
        margin-top: 4px;
    }

    .mg-xl-r-4 {
        margin-right: 4px;
    }

    .mg-xl-b-4 {
        margin-bottom: 4px;
    }

    .mg-xl-l-4 {
        margin-left: 4px;
    }

    .mg-xl-t-4-f {
        margin-top: 4px !important;
    }

    .mg-xl-r-4-f {
        margin-right: 4px !important;
    }

    .mg-xl-b-4-f {
        margin-bottom: 4px !important;
    }

    .mg-xl-l-4-f {
        margin-left: 4px !important;
    }

    .mg-xl-5 {
        margin: 5px;
    }

    .mg-xl-5-f {
        margin: 5px !important;
    }

    .mg-xl-y-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mg-xl-y-5-f {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .mg-xl-x-5 {
        margin-left: 5px;
        margin-right: 5px;
    }

    .mg-xl-x-5-f {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .mg-xl-t-5 {
        margin-top: 5px;
    }

    .mg-xl-r-5 {
        margin-right: 5px;
    }

    .mg-xl-b-5 {
        margin-bottom: 5px;
    }

    .mg-xl-l-5 {
        margin-left: 5px;
    }

    .mg-xl-t-5-f {
        margin-top: 5px !important;
    }

    .mg-xl-r-5-f {
        margin-right: 5px !important;
    }

    .mg-xl-b-5-f {
        margin-bottom: 5px !important;
    }

    .mg-xl-l-5-f {
        margin-left: 5px !important;
    }

    .mg-xl-6 {
        margin: 6px;
    }

    .mg-xl-6-f {
        margin: 6px !important;
    }

    .mg-xl-y-6 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .mg-xl-y-6-f {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }

    .mg-xl-x-6 {
        margin-left: 6px;
        margin-right: 6px;
    }

    .mg-xl-x-6-f {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }

    .mg-xl-t-6 {
        margin-top: 6px;
    }

    .mg-xl-r-6 {
        margin-right: 6px;
    }

    .mg-xl-b-6 {
        margin-bottom: 6px;
    }

    .mg-xl-l-6 {
        margin-left: 6px;
    }

    .mg-xl-t-6-f {
        margin-top: 6px !important;
    }

    .mg-xl-r-6-f {
        margin-right: 6px !important;
    }

    .mg-xl-b-6-f {
        margin-bottom: 6px !important;
    }

    .mg-xl-l-6-f {
        margin-left: 6px !important;
    }

    .mg-xl-7 {
        margin: 7px;
    }

    .mg-xl-7-f {
        margin: 7px !important;
    }

    .mg-xl-y-7 {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .mg-xl-y-7-f {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }

    .mg-xl-x-7 {
        margin-left: 7px;
        margin-right: 7px;
    }

    .mg-xl-x-7-f {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }

    .mg-xl-t-7 {
        margin-top: 7px;
    }

    .mg-xl-r-7 {
        margin-right: 7px;
    }

    .mg-xl-b-7 {
        margin-bottom: 7px;
    }

    .mg-xl-l-7 {
        margin-left: 7px;
    }

    .mg-xl-t-7-f {
        margin-top: 7px !important;
    }

    .mg-xl-r-7-f {
        margin-right: 7px !important;
    }

    .mg-xl-b-7-f {
        margin-bottom: 7px !important;
    }

    .mg-xl-l-7-f {
        margin-left: 7px !important;
    }

    .mg-xl-8 {
        margin: 8px;
    }

    .mg-xl-8-f {
        margin: 8px !important;
    }

    .mg-xl-y-8 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .mg-xl-y-8-f {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .mg-xl-x-8 {
        margin-left: 8px;
        margin-right: 8px;
    }

    .mg-xl-x-8-f {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .mg-xl-t-8 {
        margin-top: 8px;
    }

    .mg-xl-r-8 {
        margin-right: 8px;
    }

    .mg-xl-b-8 {
        margin-bottom: 8px;
    }

    .mg-xl-l-8 {
        margin-left: 8px;
    }

    .mg-xl-t-8-f {
        margin-top: 8px !important;
    }

    .mg-xl-r-8-f {
        margin-right: 8px !important;
    }

    .mg-xl-b-8-f {
        margin-bottom: 8px !important;
    }

    .mg-xl-l-8-f {
        margin-left: 8px !important;
    }

    .mg-xl-9 {
        margin: 9px;
    }

    .mg-xl-9-f {
        margin: 9px !important;
    }

    .mg-xl-y-9 {
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .mg-xl-y-9-f {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }

    .mg-xl-x-9 {
        margin-left: 9px;
        margin-right: 9px;
    }

    .mg-xl-x-9-f {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }

    .mg-xl-t-9 {
        margin-top: 9px;
    }

    .mg-xl-r-9 {
        margin-right: 9px;
    }

    .mg-xl-b-9 {
        margin-bottom: 9px;
    }

    .mg-xl-l-9 {
        margin-left: 9px;
    }

    .mg-xl-t-9-f {
        margin-top: 9px !important;
    }

    .mg-xl-r-9-f {
        margin-right: 9px !important;
    }

    .mg-xl-b-9-f {
        margin-bottom: 9px !important;
    }

    .mg-xl-l-9-f {
        margin-left: 9px !important;
    }

    .mg-xl-10 {
        margin: 10px;
    }

    .mg-xl-10-f {
        margin: 10px !important;
    }

    .mg-xl-y-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mg-xl-y-10-f {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .mg-xl-x-10 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mg-xl-x-10-f {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mg-xl-t-10 {
        margin-top: 10px;
    }

    .mg-xl-r-10 {
        margin-right: 10px;
    }

    .mg-xl-b-10 {
        margin-bottom: 10px;
    }

    .mg-xl-l-10 {
        margin-left: 10px;
    }

    .mg-xl-t-10-f {
        margin-top: 10px !important;
    }

    .mg-xl-r-10-f {
        margin-right: 10px !important;
    }

    .mg-xl-b-10-f {
        margin-bottom: 10px !important;
    }

    .mg-xl-l-10-f {
        margin-left: 10px !important;
    }

    .mg-xl-15 {
        margin: 15px;
    }

    .mg-xl-15-f {
        margin: 15px !important;
    }

    .mg-xl-y-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mg-xl-y-15-f {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .mg-xl-x-15 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mg-xl-x-15-f {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mg-xl-t-15 {
        margin-top: 15px;
    }

    .mg-xl-r-15 {
        margin-right: 15px;
    }

    .mg-xl-b-15 {
        margin-bottom: 15px;
    }

    .mg-xl-l-15 {
        margin-left: 15px;
    }

    .mg-xl-t-15-f {
        margin-top: 15px !important;
    }

    .mg-xl-r-15-f {
        margin-right: 15px !important;
    }

    .mg-xl-b-15-f {
        margin-bottom: 15px !important;
    }

    .mg-xl-l-15-f {
        margin-left: 15px !important;
    }

    .mg-xl-20 {
        margin: 20px;
    }

    .mg-xl-20-f {
        margin: 20px !important;
    }

    .mg-xl-y-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mg-xl-y-20-f {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .mg-xl-x-20 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mg-xl-x-20-f {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .mg-xl-t-20 {
        margin-top: 20px;
    }

    .mg-xl-r-20 {
        margin-right: 20px;
    }

    .mg-xl-b-20 {
        margin-bottom: 20px;
    }

    .mg-xl-l-20 {
        margin-left: 20px;
    }

    .mg-xl-t-20-f {
        margin-top: 20px !important;
    }

    .mg-xl-r-20-f {
        margin-right: 20px !important;
    }

    .mg-xl-b-20-f {
        margin-bottom: 20px !important;
    }

    .mg-xl-l-20-f {
        margin-left: 20px !important;
    }

    .mg-xl-25 {
        margin: 25px;
    }

    .mg-xl-25-f {
        margin: 25px !important;
    }

    .mg-xl-y-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mg-xl-y-25-f {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .mg-xl-x-25 {
        margin-left: 25px;
        margin-right: 25px;
    }

    .mg-xl-x-25-f {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .mg-xl-t-25 {
        margin-top: 25px;
    }

    .mg-xl-r-25 {
        margin-right: 25px;
    }

    .mg-xl-b-25 {
        margin-bottom: 25px;
    }

    .mg-xl-l-25 {
        margin-left: 25px;
    }

    .mg-xl-t-25-f {
        margin-top: 25px !important;
    }

    .mg-xl-r-25-f {
        margin-right: 25px !important;
    }

    .mg-xl-b-25-f {
        margin-bottom: 25px !important;
    }

    .mg-xl-l-25-f {
        margin-left: 25px !important;
    }

    .mg-xl-30 {
        margin: 30px;
    }

    .mg-xl-30-f {
        margin: 30px !important;
    }

    .mg-xl-y-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mg-xl-y-30-f {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .mg-xl-x-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mg-xl-x-30-f {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .mg-xl-t-30 {
        margin-top: 30px;
    }

    .mg-xl-r-30 {
        margin-right: 30px;
    }

    .mg-xl-b-30 {
        margin-bottom: 30px;
    }

    .mg-xl-l-30 {
        margin-left: 30px;
    }

    .mg-xl-t-30-f {
        margin-top: 30px !important;
    }

    .mg-xl-r-30-f {
        margin-right: 30px !important;
    }

    .mg-xl-b-30-f {
        margin-bottom: 30px !important;
    }

    .mg-xl-l-30-f {
        margin-left: 30px !important;
    }

    .mg-xl-35 {
        margin: 35px;
    }

    .mg-xl-35-f {
        margin: 35px !important;
    }

    .mg-xl-y-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .mg-xl-y-35-f {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }

    .mg-xl-x-35 {
        margin-left: 35px;
        margin-right: 35px;
    }

    .mg-xl-x-35-f {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }

    .mg-xl-t-35 {
        margin-top: 35px;
    }

    .mg-xl-r-35 {
        margin-right: 35px;
    }

    .mg-xl-b-35 {
        margin-bottom: 35px;
    }

    .mg-xl-l-35 {
        margin-left: 35px;
    }

    .mg-xl-t-35-f {
        margin-top: 35px !important;
    }

    .mg-xl-r-35-f {
        margin-right: 35px !important;
    }

    .mg-xl-b-35-f {
        margin-bottom: 35px !important;
    }

    .mg-xl-l-35-f {
        margin-left: 35px !important;
    }

    .mg-xl-40 {
        margin: 40px;
    }

    .mg-xl-40-f {
        margin: 40px !important;
    }

    .mg-xl-y-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .mg-xl-y-40-f {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .mg-xl-x-40 {
        margin-left: 40px;
        margin-right: 40px;
    }

    .mg-xl-x-40-f {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .mg-xl-t-40 {
        margin-top: 40px;
    }

    .mg-xl-r-40 {
        margin-right: 40px;
    }

    .mg-xl-b-40 {
        margin-bottom: 40px;
    }

    .mg-xl-l-40 {
        margin-left: 40px;
    }

    .mg-xl-t-40-f {
        margin-top: 40px !important;
    }

    .mg-xl-r-40-f {
        margin-right: 40px !important;
    }

    .mg-xl-b-40-f {
        margin-bottom: 40px !important;
    }

    .mg-xl-l-40-f {
        margin-left: 40px !important;
    }

    .mg-xl-45 {
        margin: 45px;
    }

    .mg-xl-45-f {
        margin: 45px !important;
    }

    .mg-xl-y-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .mg-xl-y-45-f {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }

    .mg-xl-x-45 {
        margin-left: 45px;
        margin-right: 45px;
    }

    .mg-xl-x-45-f {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }

    .mg-xl-t-45 {
        margin-top: 45px;
    }

    .mg-xl-r-45 {
        margin-right: 45px;
    }

    .mg-xl-b-45 {
        margin-bottom: 45px;
    }

    .mg-xl-l-45 {
        margin-left: 45px;
    }

    .mg-xl-t-45-f {
        margin-top: 45px !important;
    }

    .mg-xl-r-45-f {
        margin-right: 45px !important;
    }

    .mg-xl-b-45-f {
        margin-bottom: 45px !important;
    }

    .mg-xl-l-45-f {
        margin-left: 45px !important;
    }

    .mg-xl-50 {
        margin: 50px;
    }

    .mg-xl-50-f {
        margin: 50px !important;
    }

    .mg-xl-y-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mg-xl-y-50-f {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .mg-xl-x-50 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .mg-xl-x-50-f {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

    .mg-xl-t-50 {
        margin-top: 50px;
    }

    .mg-xl-r-50 {
        margin-right: 50px;
    }

    .mg-xl-b-50 {
        margin-bottom: 50px;
    }

    .mg-xl-l-50 {
        margin-left: 50px;
    }

    .mg-xl-t-50-f {
        margin-top: 50px !important;
    }

    .mg-xl-r-50-f {
        margin-right: 50px !important;
    }

    .mg-xl-b-50-f {
        margin-bottom: 50px !important;
    }

    .mg-xl-l-50-f {
        margin-left: 50px !important;
    }

    .mg-xl-55 {
        margin: 55px;
    }

    .mg-xl-55-f {
        margin: 55px !important;
    }

    .mg-xl-y-55 {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .mg-xl-y-55-f {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }

    .mg-xl-x-55 {
        margin-left: 55px;
        margin-right: 55px;
    }

    .mg-xl-x-55-f {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }

    .mg-xl-t-55 {
        margin-top: 55px;
    }

    .mg-xl-r-55 {
        margin-right: 55px;
    }

    .mg-xl-b-55 {
        margin-bottom: 55px;
    }

    .mg-xl-l-55 {
        margin-left: 55px;
    }

    .mg-xl-t-55-f {
        margin-top: 55px !important;
    }

    .mg-xl-r-55-f {
        margin-right: 55px !important;
    }

    .mg-xl-b-55-f {
        margin-bottom: 55px !important;
    }

    .mg-xl-l-55-f {
        margin-left: 55px !important;
    }

    .mg-xl-60 {
        margin: 60px;
    }

    .mg-xl-60-f {
        margin: 60px !important;
    }

    .mg-xl-y-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mg-xl-y-60-f {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .mg-xl-x-60 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .mg-xl-x-60-f {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .mg-xl-t-60 {
        margin-top: 60px;
    }

    .mg-xl-r-60 {
        margin-right: 60px;
    }

    .mg-xl-b-60 {
        margin-bottom: 60px;
    }

    .mg-xl-l-60 {
        margin-left: 60px;
    }

    .mg-xl-t-60-f {
        margin-top: 60px !important;
    }

    .mg-xl-r-60-f {
        margin-right: 60px !important;
    }

    .mg-xl-b-60-f {
        margin-bottom: 60px !important;
    }

    .mg-xl-l-60-f {
        margin-left: 60px !important;
    }

    .mg-xl-65 {
        margin: 65px;
    }

    .mg-xl-65-f {
        margin: 65px !important;
    }

    .mg-xl-y-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }

    .mg-xl-y-65-f {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }

    .mg-xl-x-65 {
        margin-left: 65px;
        margin-right: 65px;
    }

    .mg-xl-x-65-f {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }

    .mg-xl-t-65 {
        margin-top: 65px;
    }

    .mg-xl-r-65 {
        margin-right: 65px;
    }

    .mg-xl-b-65 {
        margin-bottom: 65px;
    }

    .mg-xl-l-65 {
        margin-left: 65px;
    }

    .mg-xl-t-65-f {
        margin-top: 65px !important;
    }

    .mg-xl-r-65-f {
        margin-right: 65px !important;
    }

    .mg-xl-b-65-f {
        margin-bottom: 65px !important;
    }

    .mg-xl-l-65-f {
        margin-left: 65px !important;
    }

    .mg-xl-70 {
        margin: 70px;
    }

    .mg-xl-70-f {
        margin: 70px !important;
    }

    .mg-xl-y-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .mg-xl-y-70-f {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .mg-xl-x-70 {
        margin-left: 70px;
        margin-right: 70px;
    }

    .mg-xl-x-70-f {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }

    .mg-xl-t-70 {
        margin-top: 70px;
    }

    .mg-xl-r-70 {
        margin-right: 70px;
    }

    .mg-xl-b-70 {
        margin-bottom: 70px;
    }

    .mg-xl-l-70 {
        margin-left: 70px;
    }

    .mg-xl-t-70-f {
        margin-top: 70px !important;
    }

    .mg-xl-r-70-f {
        margin-right: 70px !important;
    }

    .mg-xl-b-70-f {
        margin-bottom: 70px !important;
    }

    .mg-xl-l-70-f {
        margin-left: 70px !important;
    }

    .mg-xl-75 {
        margin: 75px;
    }

    .mg-xl-75-f {
        margin: 75px !important;
    }

    .mg-xl-y-75 {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .mg-xl-y-75-f {
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }

    .mg-xl-x-75 {
        margin-left: 75px;
        margin-right: 75px;
    }

    .mg-xl-x-75-f {
        margin-left: 75px !important;
        margin-right: 75px !important;
    }

    .mg-xl-t-75 {
        margin-top: 75px;
    }

    .mg-xl-r-75 {
        margin-right: 75px;
    }

    .mg-xl-b-75 {
        margin-bottom: 75px;
    }

    .mg-xl-l-75 {
        margin-left: 75px;
    }

    .mg-xl-t-75-f {
        margin-top: 75px !important;
    }

    .mg-xl-r-75-f {
        margin-right: 75px !important;
    }

    .mg-xl-b-75-f {
        margin-bottom: 75px !important;
    }

    .mg-xl-l-75-f {
        margin-left: 75px !important;
    }

    .mg-xl-80 {
        margin: 80px;
    }

    .mg-xl-80-f {
        margin: 80px !important;
    }

    .mg-xl-y-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .mg-xl-y-80-f {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .mg-xl-x-80 {
        margin-left: 80px;
        margin-right: 80px;
    }

    .mg-xl-x-80-f {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }

    .mg-xl-t-80 {
        margin-top: 80px;
    }

    .mg-xl-r-80 {
        margin-right: 80px;
    }

    .mg-xl-b-80 {
        margin-bottom: 80px;
    }

    .mg-xl-l-80 {
        margin-left: 80px;
    }

    .mg-xl-t-80-f {
        margin-top: 80px !important;
    }

    .mg-xl-r-80-f {
        margin-right: 80px !important;
    }

    .mg-xl-b-80-f {
        margin-bottom: 80px !important;
    }

    .mg-xl-l-80-f {
        margin-left: 80px !important;
    }

    .mg-xl-85 {
        margin: 85px;
    }

    .mg-xl-85-f {
        margin: 85px !important;
    }

    .mg-xl-y-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }

    .mg-xl-y-85-f {
        margin-top: 85px !important;
        margin-bottom: 85px !important;
    }

    .mg-xl-x-85 {
        margin-left: 85px;
        margin-right: 85px;
    }

    .mg-xl-x-85-f {
        margin-left: 85px !important;
        margin-right: 85px !important;
    }

    .mg-xl-t-85 {
        margin-top: 85px;
    }

    .mg-xl-r-85 {
        margin-right: 85px;
    }

    .mg-xl-b-85 {
        margin-bottom: 85px;
    }

    .mg-xl-l-85 {
        margin-left: 85px;
    }

    .mg-xl-t-85-f {
        margin-top: 85px !important;
    }

    .mg-xl-r-85-f {
        margin-right: 85px !important;
    }

    .mg-xl-b-85-f {
        margin-bottom: 85px !important;
    }

    .mg-xl-l-85-f {
        margin-left: 85px !important;
    }

    .mg-xl-90 {
        margin: 90px;
    }

    .mg-xl-90-f {
        margin: 90px !important;
    }

    .mg-xl-y-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .mg-xl-y-90-f {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }

    .mg-xl-x-90 {
        margin-left: 90px;
        margin-right: 90px;
    }

    .mg-xl-x-90-f {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .mg-xl-t-90 {
        margin-top: 90px;
    }

    .mg-xl-r-90 {
        margin-right: 90px;
    }

    .mg-xl-b-90 {
        margin-bottom: 90px;
    }

    .mg-xl-l-90 {
        margin-left: 90px;
    }

    .mg-xl-t-90-f {
        margin-top: 90px !important;
    }

    .mg-xl-r-90-f {
        margin-right: 90px !important;
    }

    .mg-xl-b-90-f {
        margin-bottom: 90px !important;
    }

    .mg-xl-l-90-f {
        margin-left: 90px !important;
    }

    .mg-xl-95 {
        margin: 95px;
    }

    .mg-xl-95-f {
        margin: 95px !important;
    }

    .mg-xl-y-95 {
        margin-top: 95px;
        margin-bottom: 95px;
    }

    .mg-xl-y-95-f {
        margin-top: 95px !important;
        margin-bottom: 95px !important;
    }

    .mg-xl-x-95 {
        margin-left: 95px;
        margin-right: 95px;
    }

    .mg-xl-x-95-f {
        margin-left: 95px !important;
        margin-right: 95px !important;
    }

    .mg-xl-t-95 {
        margin-top: 95px;
    }

    .mg-xl-r-95 {
        margin-right: 95px;
    }

    .mg-xl-b-95 {
        margin-bottom: 95px;
    }

    .mg-xl-l-95 {
        margin-left: 95px;
    }

    .mg-xl-t-95-f {
        margin-top: 95px !important;
    }

    .mg-xl-r-95-f {
        margin-right: 95px !important;
    }

    .mg-xl-b-95-f {
        margin-bottom: 95px !important;
    }

    .mg-xl-l-95-f {
        margin-left: 95px !important;
    }

    .mg-xl-100 {
        margin: 100px;
    }

    .mg-xl-100-f {
        margin: 100px !important;
    }

    .mg-xl-y-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .mg-xl-y-100-f {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    .mg-xl-x-100 {
        margin-left: 100px;
        margin-right: 100px;
    }

    .mg-xl-x-100-f {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }

    .mg-xl-t-100 {
        margin-top: 100px;
    }

    .mg-xl-r-100 {
        margin-right: 100px;
    }

    .mg-xl-b-100 {
        margin-bottom: 100px;
    }

    .mg-xl-l-100 {
        margin-left: 100px;
    }

    .mg-xl-t-100-f {
        margin-top: 100px !important;
    }

    .mg-xl-r-100-f {
        margin-right: 100px !important;
    }

    .mg-xl-b-100-f {
        margin-bottom: 100px !important;
    }

    .mg-xl-l-100-f {
        margin-left: 100px !important;
    }

    .mg-xl-t-auto {
        margin-top: auto;
    }

    .mg-xl-r-auto {
        margin-right: auto;
    }

    .mg-xl-b-auto {
        margin-bottom: auto;
    }

    .mg-xl-l-auto {
        margin-left: auto;
    }

    .mg-xl-auto {
        margin: auto;
    }

    .mg-xl-x-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ###### 9.5 Misc   ###### */
.op-0 {
    opacity: 0;
}

.op-0-f {
    opacity: 0 !important;
}

.op-1 {
    opacity: 0.1;
}

.op-1-f {
    opacity: 0.1 !important;
}

.op-2 {
    opacity: 0.2;
}

.op-2-f {
    opacity: 0.2 !important;
}

.op-3 {
    opacity: 0.3;
}

.op-3-f {
    opacity: 0.3 !important;
}

.op-4 {
    opacity: 0.4;
}

.op-4-f {
    opacity: 0.4 !important;
}

.op-5 {
    opacity: 0.5;
}

.op-5-f {
    opacity: 0.5 !important;
}

.op-6 {
    opacity: 0.6;
}

.op-6-f {
    opacity: 0.6 !important;
}

.op-7 {
    opacity: 0.7;
}

.op-7-f {
    opacity: 0.7 !important;
}

.op-8 {
    opacity: 0.8;
}

.op-8-f {
    opacity: 0.8 !important;
}

.op-9 {
    opacity: 0.9;
}

.op-9-f {
    opacity: 0.9 !important;
}

.opacity-1 {
    opacity: 1;
}

.shadow-base {
    box-shadow: 0 0 2px 2px rgba(28, 39, 60, 0.03);
}

.shadow-1 {
    box-shadow: 0 0 7px 7px rgba(28, 39, 60, 0.1);
}

.shadow-2 {
    box-shadow: 0 0 30px rgba(28, 39, 60, 0.08);
}

.shadow-none {
    box-shadow: none;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.flex-1 {
    flex: 1;
}

.flex-0 {
    flex: 0;
}

.img-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 480px) {
    .op-xs-0 {
        opacity: 0;
    }

    .op-xs-0-f {
        opacity: 0 !important;
    }

    .op-xs-1 {
        opacity: 0.1;
    }

    .op-xs-1-f {
        opacity: 0.1 !important;
    }

    .op-xs-2 {
        opacity: 0.2;
    }

    .op-xs-2-f {
        opacity: 0.2 !important;
    }

    .op-xs-3 {
        opacity: 0.3;
    }

    .op-xs-3-f {
        opacity: 0.3 !important;
    }

    .op-xs-4 {
        opacity: 0.4;
    }

    .op-xs-4-f {
        opacity: 0.4 !important;
    }

    .op-xs-5 {
        opacity: 0.5;
    }

    .op-xs-5-f {
        opacity: 0.5 !important;
    }

    .op-xs-6 {
        opacity: 0.6;
    }

    .op-xs-6-f {
        opacity: 0.6 !important;
    }

    .op-xs-7 {
        opacity: 0.7;
    }

    .op-xs-7-f {
        opacity: 0.7 !important;
    }

    .op-xs-8 {
        opacity: 0.8;
    }

    .op-xs-8-f {
        opacity: 0.8 !important;
    }

    .op-xs-9 {
        opacity: 0.9;
    }

    .op-xs-9-f {
        opacity: 0.9 !important;
    }
}

@media (min-width: 576px) {
    .op-sm-0 {
        opacity: 0;
    }

    .op-sm-0-f {
        opacity: 0 !important;
    }

    .op-sm-1 {
        opacity: 0.1;
    }

    .op-sm-1-f {
        opacity: 0.1 !important;
    }

    .op-sm-2 {
        opacity: 0.2;
    }

    .op-sm-2-f {
        opacity: 0.2 !important;
    }

    .op-sm-3 {
        opacity: 0.3;
    }

    .op-sm-3-f {
        opacity: 0.3 !important;
    }

    .op-sm-4 {
        opacity: 0.4;
    }

    .op-sm-4-f {
        opacity: 0.4 !important;
    }

    .op-sm-5 {
        opacity: 0.5;
    }

    .op-sm-5-f {
        opacity: 0.5 !important;
    }

    .op-sm-6 {
        opacity: 0.6;
    }

    .op-sm-6-f {
        opacity: 0.6 !important;
    }

    .op-sm-7 {
        opacity: 0.7;
    }

    .op-sm-7-f {
        opacity: 0.7 !important;
    }

    .op-sm-8 {
        opacity: 0.8;
    }

    .op-sm-8-f {
        opacity: 0.8 !important;
    }

    .op-sm-9 {
        opacity: 0.9;
    }

    .op-sm-9-f {
        opacity: 0.9 !important;
    }
}

@media (min-width: 768px) {
    .op-md-0 {
        opacity: 0;
    }

    .op-md-0-f {
        opacity: 0 !important;
    }

    .op-md-1 {
        opacity: 0.1;
    }

    .op-md-1-f {
        opacity: 0.1 !important;
    }

    .op-md-2 {
        opacity: 0.2;
    }

    .op-md-2-f {
        opacity: 0.2 !important;
    }

    .op-md-3 {
        opacity: 0.3;
    }

    .op-md-3-f {
        opacity: 0.3 !important;
    }

    .op-md-4 {
        opacity: 0.4;
    }

    .op-md-4-f {
        opacity: 0.4 !important;
    }

    .op-md-5 {
        opacity: 0.5;
    }

    .op-md-5-f {
        opacity: 0.5 !important;
    }

    .op-md-6 {
        opacity: 0.6;
    }

    .op-md-6-f {
        opacity: 0.6 !important;
    }

    .op-md-7 {
        opacity: 0.7;
    }

    .op-md-7-f {
        opacity: 0.7 !important;
    }

    .op-md-8 {
        opacity: 0.8;
    }

    .op-md-8-f {
        opacity: 0.8 !important;
    }

    .op-md-9 {
        opacity: 0.9;
    }

    .op-md-9-f {
        opacity: 0.9 !important;
    }
}

@media (min-width: 992px) {
    .op-lg-0 {
        opacity: 0;
    }

    .op-lg-0-f {
        opacity: 0 !important;
    }

    .op-lg-1 {
        opacity: 0.1;
    }

    .op-lg-1-f {
        opacity: 0.1 !important;
    }

    .op-lg-2 {
        opacity: 0.2;
    }

    .op-lg-2-f {
        opacity: 0.2 !important;
    }

    .op-lg-3 {
        opacity: 0.3;
    }

    .op-lg-3-f {
        opacity: 0.3 !important;
    }

    .op-lg-4 {
        opacity: 0.4;
    }

    .op-lg-4-f {
        opacity: 0.4 !important;
    }

    .op-lg-5 {
        opacity: 0.5;
    }

    .op-lg-5-f {
        opacity: 0.5 !important;
    }

    .op-lg-6 {
        opacity: 0.6;
    }

    .op-lg-6-f {
        opacity: 0.6 !important;
    }

    .op-lg-7 {
        opacity: 0.7;
    }

    .op-lg-7-f {
        opacity: 0.7 !important;
    }

    .op-lg-8 {
        opacity: 0.8;
    }

    .op-lg-8-f {
        opacity: 0.8 !important;
    }

    .op-lg-9 {
        opacity: 0.9;
    }

    .op-lg-9-f {
        opacity: 0.9 !important;
    }
}

@media (min-width: 1200px) {
    .op-xl-0 {
        opacity: 0;
    }

    .op-xl-0-f {
        opacity: 0 !important;
    }

    .op-xl-1 {
        opacity: 0.1;
    }

    .op-xl-1-f {
        opacity: 0.1 !important;
    }

    .op-xl-2 {
        opacity: 0.2;
    }

    .op-xl-2-f {
        opacity: 0.2 !important;
    }

    .op-xl-3 {
        opacity: 0.3;
    }

    .op-xl-3-f {
        opacity: 0.3 !important;
    }

    .op-xl-4 {
        opacity: 0.4;
    }

    .op-xl-4-f {
        opacity: 0.4 !important;
    }

    .op-xl-5 {
        opacity: 0.5;
    }

    .op-xl-5-f {
        opacity: 0.5 !important;
    }

    .op-xl-6 {
        opacity: 0.6;
    }

    .op-xl-6-f {
        opacity: 0.6 !important;
    }

    .op-xl-7 {
        opacity: 0.7;
    }

    .op-xl-7-f {
        opacity: 0.7 !important;
    }

    .op-xl-8 {
        opacity: 0.8;
    }

    .op-xl-8-f {
        opacity: 0.8 !important;
    }

    .op-xl-9 {
        opacity: 0.9;
    }

    .op-xl-9-f {
        opacity: 0.9 !important;
    }
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

@media (min-width: 576px) {
    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 768px) {
    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {
    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }
}

/* ###### 9.6 Padding   ###### */
.pd-0 {
    padding: 0px;
}

.pd-0-f {
    padding: 0px !important;
}

.pd-y-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pd-y-0-f {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pd-x-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pd-x-0-f {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pd-t-0 {
    padding-top: 0px;
}

.pd-r-0 {
    padding-right: 0px;
}

.pd-b-0 {
    padding-bottom: 0px;
}

.pd-l-0 {
    padding-left: 0px;
}

.pd-t-0-f {
    padding-top: 0px !important;
}

.pd-r-0-f {
    padding-right: 0px !important;
}

.pd-b-0-f {
    padding-bottom: 0px !important;
}

.pd-l-0-f {
    padding-left: 0px !important;
}

.pd-1 {
    padding: 1px;
}

.pd-1-f {
    padding: 1px !important;
}

.pd-y-1 {
    padding-top: 1px;
    padding-bottom: 1px;
}

.pd-y-1-f {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.pd-x-1 {
    padding-left: 1px;
    padding-right: 1px;
}

.pd-x-1-f {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.pd-t-1 {
    padding-top: 1px;
}

.pd-r-1 {
    padding-right: 1px;
}

.pd-b-1 {
    padding-bottom: 1px;
}

.pd-l-1 {
    padding-left: 1px;
}

.pd-t-1-f {
    padding-top: 1px !important;
}

.pd-r-1-f {
    padding-right: 1px !important;
}

.pd-b-1-f {
    padding-bottom: 1px !important;
}

.pd-l-1-f {
    padding-left: 1px !important;
}

.pd-2 {
    padding: 2px;
}

.pd-2-f {
    padding: 2px !important;
}

.pd-y-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.pd-y-2-f {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.pd-x-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.pd-x-2-f {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.pd-t-2 {
    padding-top: 2px;
}

.pd-r-2 {
    padding-right: 2px;
}

.pd-b-2 {
    padding-bottom: 2px;
}

.pd-l-2 {
    padding-left: 2px;
}

.pd-t-2-f {
    padding-top: 2px !important;
}

.pd-r-2-f {
    padding-right: 2px !important;
}

.pd-b-2-f {
    padding-bottom: 2px !important;
}

.pd-l-2-f {
    padding-left: 2px !important;
}

.pd-3 {
    padding: 3px;
}

.pd-3-f {
    padding: 3px !important;
}

.pd-y-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.pd-y-3-f {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.pd-x-3 {
    padding-left: 3px;
    padding-right: 3px;
}

.pd-x-3-f {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.pd-t-3 {
    padding-top: 3px;
}

.pd-r-3 {
    padding-right: 3px;
}

.pd-b-3 {
    padding-bottom: 3px;
}

.pd-l-3 {
    padding-left: 3px;
}

.pd-t-3-f {
    padding-top: 3px !important;
}

.pd-r-3-f {
    padding-right: 3px !important;
}

.pd-b-3-f {
    padding-bottom: 3px !important;
}

.pd-l-3-f {
    padding-left: 3px !important;
}

.pd-4 {
    padding: 4px;
}

.pd-4-f {
    padding: 4px !important;
}

.pd-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.pd-y-4-f {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.pd-x-4 {
    padding-left: 4px;
    padding-right: 4px;
}

.pd-x-4-f {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.pd-t-4 {
    padding-top: 4px;
}

.pd-r-4 {
    padding-right: 4px;
}

.pd-b-4 {
    padding-bottom: 4px;
}

.pd-l-4 {
    padding-left: 4px;
}

.pd-t-4-f {
    padding-top: 4px !important;
}

.pd-r-4-f {
    padding-right: 4px !important;
}

.pd-b-4-f {
    padding-bottom: 4px !important;
}

.pd-l-4-f {
    padding-left: 4px !important;
}

.pd-5 {
    padding: 5px;
}

.pd-5-f {
    padding: 5px !important;
}

.pd-y-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pd-y-5-f {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pd-x-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pd-x-5-f {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pd-t-5 {
    padding-top: 5px;
}

.pd-r-5 {
    padding-right: 5px;
}

.pd-b-5 {
    padding-bottom: 5px;
}

.pd-l-5 {
    padding-left: 5px;
}

.pd-t-5-f {
    padding-top: 5px !important;
}

.pd-r-5-f {
    padding-right: 5px !important;
}

.pd-b-5-f {
    padding-bottom: 5px !important;
}

.pd-l-5-f {
    padding-left: 5px !important;
}

.pd-6 {
    padding: 6px;
}

.pd-6-f {
    padding: 6px !important;
}

.pd-y-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.pd-y-6-f {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.pd-x-6 {
    padding-left: 6px;
    padding-right: 6px;
}

.pd-x-6-f {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.pd-t-6 {
    padding-top: 6px !important;
}

.pd-r-6 {
    padding-right: 6px;
}

.pd-b-6 {
    padding-bottom: 6px;
}

.pd-l-6 {
    padding-left: 6px;
}

.pd-t-6-f {
    padding-top: 6px !important;
}

.pd-r-6-f {
    padding-right: 6px !important;
}

.pd-b-6-f {
    padding-bottom: 6px !important;
}

.pd-l-6-f {
    padding-left: 6px !important;
}

.pd-7 {
    padding: 7px;
}

.pd-7-f {
    padding: 7px !important;
}

.pd-y-7 {
    padding-top: 7px;
    padding-bottom: 7px;
}

.pd-y-7-f {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.pd-x-7 {
    padding-left: 7px;
    padding-right: 7px;
}

.pd-x-7-f {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.pd-t-7 {
    padding-top: 7px;
}

.pd-r-7 {
    padding-right: 7px;
}

.pd-b-7 {
    padding-bottom: 7px;
}

.pd-l-7 {
    padding-left: 7px;
}

.pd-t-7-f {
    padding-top: 7px !important;
}

.pd-r-7-f {
    padding-right: 7px !important;
}

.pd-b-7-f {
    padding-bottom: 7px !important;
}

.pd-l-7-f {
    padding-left: 7px !important;
}

.pd-8 {
    padding: 8px;
}

.pd-8-f {
    padding: 8px !important;
}

.pd-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pd-y-8-f {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.pd-x-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.pd-x-8-f {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.pd-t-8 {
    padding-top: 8px;
}

.pd-r-8 {
    padding-right: 8px;
}

.pd-b-8 {
    padding-bottom: 8px;
}

.pd-l-8 {
    padding-left: 8px;
}

.pd-t-8-f {
    padding-top: 8px !important;
}

.pd-r-8-f {
    padding-right: 8px !important;
}

.pd-b-8-f {
    padding-bottom: 8px !important;
}

.pd-l-8-f {
    padding-left: 8px !important;
}

.pd-9 {
    padding: 9px;
}

.pd-9-f {
    padding: 9px !important;
}

.pd-y-9 {
    padding-top: 9px;
    padding-bottom: 9px;
}

.pd-y-9-f {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.pd-x-9 {
    padding-left: 9px;
    padding-right: 9px;
}

.pd-x-9-f {
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.pd-t-9 {
    padding-top: 9px;
}

.pd-r-9 {
    padding-right: 9px;
}

.pd-b-9 {
    padding-bottom: 9px;
}

.pd-l-9 {
    padding-left: 9px;
}

.pd-t-9-f {
    padding-top: 9px !important;
}

.pd-r-9-f {
    padding-right: 9px !important;
}

.pd-b-9-f {
    padding-bottom: 9px !important;
}

.pd-l-9-f {
    padding-left: 9px !important;
}

.pd-10 {
    padding: 10px;
}

.pd-10-f {
    padding: 10px !important;
}

.pd-y-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pd-y-10-f {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pd-x-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pd-x-10-f {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pd-t-10 {
    padding-top: 10px;
}

.pd-r-10 {
    padding-right: 10px;
}

.pd-b-10 {
    padding-bottom: 10px;
}

.pd-l-10 {
    padding-left: 10px;
}

.pd-t-10-f {
    padding-top: 10px !important;
}

.pd-r-10-f {
    padding-right: 10px !important;
}

.pd-b-10-f {
    padding-bottom: 10px !important;
}

.pd-l-10-f {
    padding-left: 10px !important;
}

.pd-15 {
    padding: 15px;
}

.pd-15-f {
    padding: 15px !important;
}

.pd-y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pd-y-15-f {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pd-x-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pd-x-15-f {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pd-t-15 {
    padding-top: 15px;
}

.pd-r-15 {
    padding-right: 15px;
}

.pd-b-15 {
    padding-bottom: 15px;
}

.pd-l-15 {
    padding-left: 15px;
}

.pd-t-15-f {
    padding-top: 15px !important;
}

.pd-r-15-f {
    padding-right: 15px !important;
}

.pd-b-15-f {
    padding-bottom: 15px !important;
}

.pd-l-15-f {
    padding-left: 15px !important;
}

.pd-20 {
    padding: 20px;
}

.pd-20-f {
    padding: 20px !important;
}

.pd-y-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pd-y-20-f {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pd-x-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pd-x-20-f {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pd-t-20 {
    padding-top: 20px;
}

.pd-r-20 {
    padding-right: 20px;
}

.pd-b-20 {
    padding-bottom: 20px;
}

.pd-l-20 {
    padding-left: 20px;
}

.pd-t-20-f {
    padding-top: 20px !important;
}

.pd-r-20-f {
    padding-right: 20px !important;
}

.pd-b-20-f {
    padding-bottom: 20px !important;
}

.pd-l-20-f {
    padding-left: 20px !important;
}

.pd-25 {
    padding: 25px;
}

.pd-25-f {
    padding: 25px !important;
}

.pd-y-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pd-y-25-f {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.pd-x-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.pd-x-25-f {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.pd-t-25 {
    padding-top: 25px;
}

.pd-r-25 {
    padding-right: 25px;
}

.pd-b-25 {
    padding-bottom: 25px;
}

.pd-l-25 {
    padding-left: 25px;
}

.pd-t-25-f {
    padding-top: 25px !important;
}

.pd-r-25-f {
    padding-right: 25px !important;
}

.pd-b-25-f {
    padding-bottom: 25px !important;
}

.pd-l-25-f {
    padding-left: 25px !important;
}

.pd-30 {
    padding: 30px;
}

.pd-30-f {
    padding: 30px !important;
}

.pd-y-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pd-y-30-f {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pd-x-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pd-x-30-f {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.pd-t-30 {
    padding-top: 30px;
}

.pd-r-30 {
    padding-right: 30px;
}

.pd-b-30 {
    padding-bottom: 30px;
}

.pd-l-30 {
    padding-left: 30px;
}

.pd-t-30-f {
    padding-top: 30px !important;
}

.pd-r-30-f {
    padding-right: 30px !important;
}

.pd-b-30-f {
    padding-bottom: 30px !important;
}

.pd-l-30-f {
    padding-left: 30px !important;
}

.pd-35 {
    padding: 35px;
}

.pd-35-f {
    padding: 35px !important;
}

.pd-y-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pd-y-35-f {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.pd-x-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.pd-x-35-f {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.pd-t-35 {
    padding-top: 35px;
}

.pd-r-35 {
    padding-right: 35px;
}

.pd-b-35 {
    padding-bottom: 35px;
}

.pd-l-35 {
    padding-left: 35px;
}

.pd-t-35-f {
    padding-top: 35px !important;
}

.pd-r-35-f {
    padding-right: 35px !important;
}

.pd-b-35-f {
    padding-bottom: 35px !important;
}

.pd-l-35-f {
    padding-left: 35px !important;
}

.pd-40 {
    padding: 40px;
}

.pd-40-f {
    padding: 40px !important;
}

.pd-y-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pd-y-40-f {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.pd-x-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pd-x-40-f {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.pd-t-40 {
    padding-top: 40px;
}

.pd-r-40 {
    padding-right: 40px;
}

.pd-b-40 {
    padding-bottom: 40px;
}

.pd-l-40 {
    padding-left: 40px;
}

.pd-t-40-f {
    padding-top: 40px !important;
}

.pd-r-40-f {
    padding-right: 40px !important;
}

.pd-b-40-f {
    padding-bottom: 40px !important;
}

.pd-l-40-f {
    padding-left: 40px !important;
}

.pd-45 {
    padding: 45px;
}

.pd-45-f {
    padding: 45px !important;
}

.pd-y-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.pd-y-45-f {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.pd-x-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.pd-x-45-f {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.pd-t-45 {
    padding-top: 45px;
}

.pd-r-45 {
    padding-right: 45px;
}

.pd-b-45 {
    padding-bottom: 45px;
}

.pd-l-45 {
    padding-left: 45px;
}

.pd-t-45-f {
    padding-top: 45px !important;
}

.pd-r-45-f {
    padding-right: 45px !important;
}

.pd-b-45-f {
    padding-bottom: 45px !important;
}

.pd-l-45-f {
    padding-left: 45px !important;
}

.pd-50 {
    padding: 50px;
}

.pd-50-f {
    padding: 50px !important;
}

.pd-y-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pd-y-50-f {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.pd-x-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pd-x-50-f {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.pd-t-50 {
    padding-top: 50px;
}

.pd-r-50 {
    padding-right: 50px;
}

.pd-b-50 {
    padding-bottom: 50px;
}

.pd-l-50 {
    padding-left: 50px;
}

.pd-t-50-f {
    padding-top: 50px !important;
}

.pd-r-50-f {
    padding-right: 50px !important;
}

.pd-b-50-f {
    padding-bottom: 50px !important;
}

.pd-l-50-f {
    padding-left: 50px !important;
}

.pd-55 {
    padding: 55px;
}

.pd-55-f {
    padding: 55px !important;
}

.pd-y-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.pd-y-55-f {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.pd-x-55 {
    padding-left: 55px;
    padding-right: 55px;
}

.pd-x-55-f {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.pd-t-55 {
    padding-top: 55px;
}

.pd-r-55 {
    padding-right: 55px;
}

.pd-b-55 {
    padding-bottom: 55px;
}

.pd-l-55 {
    padding-left: 55px;
}

.pd-t-55-f {
    padding-top: 55px !important;
}

.pd-r-55-f {
    padding-right: 55px !important;
}

.pd-b-55-f {
    padding-bottom: 55px !important;
}

.pd-l-55-f {
    padding-left: 55px !important;
}

.pd-60 {
    padding: 60px;
}

.pd-60-f {
    padding: 60px !important;
}

.pd-y-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pd-y-60-f {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.pd-x-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.pd-x-60-f {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.pd-t-60 {
    padding-top: 60px;
}

.pd-r-60 {
    padding-right: 60px;
}

.pd-b-60 {
    padding-bottom: 60px;
}

.pd-l-60 {
    padding-left: 60px;
}

.pd-t-60-f {
    padding-top: 60px !important;
}

.pd-r-60-f {
    padding-right: 60px !important;
}

.pd-b-60-f {
    padding-bottom: 60px !important;
}

.pd-l-60-f {
    padding-left: 60px !important;
}

.pd-65 {
    padding: 65px;
}

.pd-65-f {
    padding: 65px !important;
}

.pd-y-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.pd-y-65-f {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.pd-x-65 {
    padding-left: 65px;
    padding-right: 65px;
}

.pd-x-65-f {
    padding-left: 65px !important;
    padding-right: 65px !important;
}

.pd-t-65 {
    padding-top: 65px;
}

.pd-r-65 {
    padding-right: 65px;
}

.pd-b-65 {
    padding-bottom: 65px;
}

.pd-l-65 {
    padding-left: 65px;
}

.pd-t-65-f {
    padding-top: 65px !important;
}

.pd-r-65-f {
    padding-right: 65px !important;
}

.pd-b-65-f {
    padding-bottom: 65px !important;
}

.pd-l-65-f {
    padding-left: 65px !important;
}

.pd-70 {
    padding: 70px;
}

.pd-70-f {
    padding: 70px !important;
}

.pd-y-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pd-y-70-f {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.pd-x-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.pd-x-70-f {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.pd-t-70 {
    padding-top: 70px;
}

.pd-r-70 {
    padding-right: 70px;
}

.pd-b-70 {
    padding-bottom: 70px;
}

.pd-l-70 {
    padding-left: 70px;
}

.pd-t-70-f {
    padding-top: 70px !important;
}

.pd-r-70-f {
    padding-right: 70px !important;
}

.pd-b-70-f {
    padding-bottom: 70px !important;
}

.pd-l-70-f {
    padding-left: 70px !important;
}

.pd-75 {
    padding: 75px;
}

.pd-75-f {
    padding: 75px !important;
}

.pd-y-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.pd-y-75-f {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.pd-x-75 {
    padding-left: 75px;
    padding-right: 75px;
}

.pd-x-75-f {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.pd-t-75 {
    padding-top: 75px;
}

.pd-r-75 {
    padding-right: 75px;
}

.pd-b-75 {
    padding-bottom: 75px;
}

.pd-l-75 {
    padding-left: 75px;
}

.pd-t-75-f {
    padding-top: 75px !important;
}

.pd-r-75-f {
    padding-right: 75px !important;
}

.pd-b-75-f {
    padding-bottom: 75px !important;
}

.pd-l-75-f {
    padding-left: 75px !important;
}

.pd-80 {
    padding: 80px;
}

.pd-80-f {
    padding: 80px !important;
}

.pd-y-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pd-y-80-f {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.pd-x-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.pd-x-80-f {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.pd-t-80 {
    padding-top: 80px;
}

.pd-r-80 {
    padding-right: 80px;
}

.pd-b-80 {
    padding-bottom: 80px;
}

.pd-l-80 {
    padding-left: 80px;
}

.pd-t-80-f {
    padding-top: 80px !important;
}

.pd-r-80-f {
    padding-right: 80px !important;
}

.pd-b-80-f {
    padding-bottom: 80px !important;
}

.pd-l-80-f {
    padding-left: 80px !important;
}

.pd-85 {
    padding: 85px;
}

.pd-85-f {
    padding: 85px !important;
}

.pd-y-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.pd-y-85-f {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}

.pd-x-85 {
    padding-left: 85px;
    padding-right: 85px;
}

.pd-x-85-f {
    padding-left: 85px !important;
    padding-right: 85px !important;
}

.pd-t-85 {
    padding-top: 85px;
}

.pd-r-85 {
    padding-right: 85px;
}

.pd-b-85 {
    padding-bottom: 85px;
}

.pd-l-85 {
    padding-left: 85px;
}

.pd-t-85-f {
    padding-top: 85px !important;
}

.pd-r-85-f {
    padding-right: 85px !important;
}

.pd-b-85-f {
    padding-bottom: 85px !important;
}

.pd-l-85-f {
    padding-left: 85px !important;
}

.pd-90 {
    padding: 90px;
}

.pd-90-f {
    padding: 90px !important;
}

.pd-y-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pd-y-90-f {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.pd-x-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.pd-x-90-f {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.pd-t-90 {
    padding-top: 90px;
}

.pd-r-90 {
    padding-right: 90px;
}

.pd-b-90 {
    padding-bottom: 90px;
}

.pd-l-90 {
    padding-left: 90px;
}

.pd-t-90-f {
    padding-top: 90px !important;
}

.pd-r-90-f {
    padding-right: 90px !important;
}

.pd-b-90-f {
    padding-bottom: 90px !important;
}

.pd-l-90-f {
    padding-left: 90px !important;
}

.pd-95 {
    padding: 95px;
}

.pd-95-f {
    padding: 95px !important;
}

.pd-y-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.pd-y-95-f {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}

.pd-x-95 {
    padding-left: 95px;
    padding-right: 95px;
}

.pd-x-95-f {
    padding-left: 95px !important;
    padding-right: 95px !important;
}

.pd-t-95 {
    padding-top: 95px;
}

.pd-r-95 {
    padding-right: 95px;
}

.pd-b-95 {
    padding-bottom: 95px;
}

.pd-l-95 {
    padding-left: 95px;
}

.pd-t-95-f {
    padding-top: 95px !important;
}

.pd-r-95-f {
    padding-right: 95px !important;
}

.pd-b-95-f {
    padding-bottom: 95px !important;
}

.pd-l-95-f {
    padding-left: 95px !important;
}

.pd-100 {
    padding: 100px;
}

.pd-100-f {
    padding: 100px !important;
}

.pd-y-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pd-y-100-f {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pd-x-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.pd-x-100-f {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.pd-t-100 {
    padding-top: 100px;
}

.pd-r-100 {
    padding-right: 100px;
}

.pd-b-100 {
    padding-bottom: 100px;
}

.pd-l-100 {
    padding-left: 100px;
}

.pd-t-100-f {
    padding-top: 100px !important;
}

.pd-r-100-f {
    padding-right: 100px !important;
}

.pd-b-100-f {
    padding-bottom: 100px !important;
}

.pd-l-100-f {
    padding-left: 100px !important;
}

.pd-110 {
    padding: 110px;
}

.pd-110-f {
    padding: 110px !important;
}

.pd-y-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pd-y-110-f {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.pd-x-110 {
    padding-left: 110px;
    padding-right: 110px;
}

.pd-x-110-f {
    padding-left: 110px !important;
    padding-right: 110px !important;
}

.pd-t-110 {
    padding-top: 110px;
}

.pd-r-110 {
    padding-right: 110px;
}

.pd-b-110 {
    padding-bottom: 110px;
}

.pd-l-110 {
    padding-left: 110px;
}

.pd-t-110-f {
    padding-top: 110px !important;
}

.pd-r-110-f {
    padding-right: 110px !important;
}

.pd-b-110-f {
    padding-bottom: 110px !important;
}

.pd-l-110-f {
    padding-left: 110px !important;
}

.pd-120 {
    padding: 120px;
}

.pd-120-f {
    padding: 120px !important;
}

.pd-y-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pd-y-120-f {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.pd-x-120 {
    padding-left: 120px;
    padding-right: 120px;
}

.pd-x-120-f {
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.pd-t-120 {
    padding-top: 120px;
}

.pd-r-120 {
    padding-right: 120px;
}

.pd-b-120 {
    padding-bottom: 120px;
}

.pd-l-120 {
    padding-left: 120px;
}

.pd-t-120-f {
    padding-top: 120px !important;
}

.pd-r-120-f {
    padding-right: 120px !important;
}

.pd-b-120-f {
    padding-bottom: 120px !important;
}

.pd-l-120-f {
    padding-left: 120px !important;
}

.pd-130 {
    padding: 130px;
}

.pd-130-f {
    padding: 130px !important;
}

.pd-y-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.pd-y-130-f {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.pd-x-130 {
    padding-left: 130px;
    padding-right: 130px;
}

.pd-x-130-f {
    padding-left: 130px !important;
    padding-right: 130px !important;
}

.pd-t-130 {
    padding-top: 130px;
}

.pd-r-130 {
    padding-right: 130px;
}

.pd-b-130 {
    padding-bottom: 130px;
}

.pd-l-130 {
    padding-left: 130px;
}

.pd-t-130-f {
    padding-top: 130px !important;
}

.pd-r-130-f {
    padding-right: 130px !important;
}

.pd-b-130-f {
    padding-bottom: 130px !important;
}

.pd-l-130-f {
    padding-left: 130px !important;
}

.pd-140 {
    padding: 140px;
}

.pd-140-f {
    padding: 140px !important;
}

.pd-y-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.pd-y-140-f {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.pd-x-140 {
    padding-left: 140px;
    padding-right: 140px;
}

.pd-x-140-f {
    padding-left: 140px !important;
    padding-right: 140px !important;
}

.pd-t-140 {
    padding-top: 140px;
}

.pd-r-140 {
    padding-right: 140px;
}

.pd-b-140 {
    padding-bottom: 140px;
}

.pd-l-140 {
    padding-left: 140px;
}

.pd-t-140-f {
    padding-top: 140px !important;
}

.pd-r-140-f {
    padding-right: 140px !important;
}

.pd-b-140-f {
    padding-bottom: 140px !important;
}

.pd-l-140-f {
    padding-left: 140px !important;
}

.pd-150 {
    padding: 150px;
}

.pd-150-f {
    padding: 150px !important;
}

.pd-y-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.pd-y-150-f {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.pd-x-150 {
    padding-left: 150px;
    padding-right: 150px;
}

.pd-x-150-f {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.pd-t-150 {
    padding-top: 150px;
}

.pd-r-150 {
    padding-right: 150px;
}

.pd-b-150 {
    padding-bottom: 150px;
}

.pd-l-150 {
    padding-left: 150px;
}

.pd-t-150-f {
    padding-top: 150px !important;
}

.pd-r-150-f {
    padding-right: 150px !important;
}

.pd-b-150-f {
    padding-bottom: 150px !important;
}

.pd-l-150-f {
    padding-left: 150px !important;
}

.pd-160 {
    padding: 160px;
}

.pd-160-f {
    padding: 160px !important;
}

.pd-y-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.pd-y-160-f {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.pd-x-160 {
    padding-left: 160px;
    padding-right: 160px;
}

.pd-x-160-f {
    padding-left: 160px !important;
    padding-right: 160px !important;
}

.pd-t-160 {
    padding-top: 160px;
}

.pd-r-160 {
    padding-right: 160px;
}

.pd-b-160 {
    padding-bottom: 160px;
}

.pd-l-160 {
    padding-left: 160px;
}

.pd-t-160-f {
    padding-top: 160px !important;
}

.pd-r-160-f {
    padding-right: 160px !important;
}

.pd-b-160-f {
    padding-bottom: 160px !important;
}

.pd-l-160-f {
    padding-left: 160px !important;
}

.pd-170 {
    padding: 170px;
}

.pd-170-f {
    padding: 170px !important;
}

.pd-y-170 {
    padding-top: 170px;
    padding-bottom: 170px;
}

.pd-y-170-f {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
}

.pd-x-170 {
    padding-left: 170px;
    padding-right: 170px;
}

.pd-x-170-f {
    padding-left: 170px !important;
    padding-right: 170px !important;
}

.pd-t-170 {
    padding-top: 170px;
}

.pd-r-170 {
    padding-right: 170px;
}

.pd-b-170 {
    padding-bottom: 170px;
}

.pd-l-170 {
    padding-left: 170px;
}

.pd-t-170-f {
    padding-top: 170px !important;
}

.pd-r-170-f {
    padding-right: 170px !important;
}

.pd-b-170-f {
    padding-bottom: 170px !important;
}

.pd-l-170-f {
    padding-left: 170px !important;
}

.pd-180 {
    padding: 180px;
}

.pd-180-f {
    padding: 180px !important;
}

.pd-y-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.pd-y-180-f {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.pd-x-180 {
    padding-left: 180px;
    padding-right: 180px;
}

.pd-x-180-f {
    padding-left: 180px !important;
    padding-right: 180px !important;
}

.pd-t-180 {
    padding-top: 180px;
}

.pd-r-180 {
    padding-right: 180px;
}

.pd-b-180 {
    padding-bottom: 180px;
}

.pd-l-180 {
    padding-left: 180px;
}

.pd-t-180-f {
    padding-top: 180px !important;
}

.pd-r-180-f {
    padding-right: 180px !important;
}

.pd-b-180-f {
    padding-bottom: 180px !important;
}

.pd-l-180-f {
    padding-left: 180px !important;
}

.pd-190 {
    padding: 190px;
}

.pd-190-f {
    padding: 190px !important;
}

.pd-y-190 {
    padding-top: 190px;
    padding-bottom: 190px;
}

.pd-y-190-f {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
}

.pd-x-190 {
    padding-left: 190px;
    padding-right: 190px;
}

.pd-x-190-f {
    padding-left: 190px !important;
    padding-right: 190px !important;
}

.pd-t-190 {
    padding-top: 190px;
}

.pd-r-190 {
    padding-right: 190px;
}

.pd-b-190 {
    padding-bottom: 190px;
}

.pd-l-190 {
    padding-left: 190px;
}

.pd-t-190-f {
    padding-top: 190px !important;
}

.pd-r-190-f {
    padding-right: 190px !important;
}

.pd-b-190-f {
    padding-bottom: 190px !important;
}

.pd-l-190-f {
    padding-left: 190px !important;
}

.pd-200 {
    padding: 200px;
}

.pd-200-f {
    padding: 200px !important;
}

.pd-y-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.pd-y-200-f {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.pd-x-200 {
    padding-left: 200px;
    padding-right: 200px;
}

.pd-x-200-f {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

.pd-t-200 {
    padding-top: 200px;
}

.pd-r-200 {
    padding-right: 200px;
}

.pd-b-200 {
    padding-bottom: 200px;
}

.pd-l-200 {
    padding-left: 200px;
}

.pd-t-200-f {
    padding-top: 200px !important;
}

.pd-r-200-f {
    padding-right: 200px !important;
}

.pd-b-200-f {
    padding-bottom: 200px !important;
}

.pd-l-200-f {
    padding-left: 200px !important;
}

@media (min-width: 480px) {
    .pd-xs-0 {
        padding: 0px;
    }

    .pd-xs-0-f {
        padding: 0px !important;
    }

    .pd-xs-y-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pd-xs-y-0-f {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .pd-xs-x-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pd-xs-x-0-f {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pd-xs-t-0 {
        padding-top: 0px;
    }

    .pd-xs-r-0 {
        padding-right: 0px;
    }

    .pd-xs-b-0 {
        padding-bottom: 0px;
    }

    .pd-xs-l-0 {
        padding-left: 0px;
    }

    .pd-xs-t-0-f {
        padding-top: 0px !important;
    }

    .pd-xs-r-0-f {
        padding-right: 0px !important;
    }

    .pd-xs-b-0-f {
        padding-bottom: 0px !important;
    }

    .pd-xs-l-0-f {
        padding-left: 0px !important;
    }

    .pd-xs-1 {
        padding: 1px;
    }

    .pd-xs-1-f {
        padding: 1px !important;
    }

    .pd-xs-y-1 {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .pd-xs-y-1-f {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .pd-xs-x-1 {
        padding-left: 1px;
        padding-right: 1px;
    }

    .pd-xs-x-1-f {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .pd-xs-t-1 {
        padding-top: 1px;
    }

    .pd-xs-r-1 {
        padding-right: 1px;
    }

    .pd-xs-b-1 {
        padding-bottom: 1px;
    }

    .pd-xs-l-1 {
        padding-left: 1px;
    }

    .pd-xs-t-1-f {
        padding-top: 1px !important;
    }

    .pd-xs-r-1-f {
        padding-right: 1px !important;
    }

    .pd-xs-b-1-f {
        padding-bottom: 1px !important;
    }

    .pd-xs-l-1-f {
        padding-left: 1px !important;
    }

    .pd-xs-2 {
        padding: 2px;
    }

    .pd-xs-2-f {
        padding: 2px !important;
    }

    .pd-xs-y-2 {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .pd-xs-y-2-f {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .pd-xs-x-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .pd-xs-x-2-f {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .pd-xs-t-2 {
        padding-top: 2px;
    }

    .pd-xs-r-2 {
        padding-right: 2px;
    }

    .pd-xs-b-2 {
        padding-bottom: 2px;
    }

    .pd-xs-l-2 {
        padding-left: 2px;
    }

    .pd-xs-t-2-f {
        padding-top: 2px !important;
    }

    .pd-xs-r-2-f {
        padding-right: 2px !important;
    }

    .pd-xs-b-2-f {
        padding-bottom: 2px !important;
    }

    .pd-xs-l-2-f {
        padding-left: 2px !important;
    }

    .pd-xs-3 {
        padding: 3px;
    }

    .pd-xs-3-f {
        padding: 3px !important;
    }

    .pd-xs-y-3 {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .pd-xs-y-3-f {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .pd-xs-x-3 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .pd-xs-x-3-f {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .pd-xs-t-3 {
        padding-top: 3px;
    }

    .pd-xs-r-3 {
        padding-right: 3px;
    }

    .pd-xs-b-3 {
        padding-bottom: 3px;
    }

    .pd-xs-l-3 {
        padding-left: 3px;
    }

    .pd-xs-t-3-f {
        padding-top: 3px !important;
    }

    .pd-xs-r-3-f {
        padding-right: 3px !important;
    }

    .pd-xs-b-3-f {
        padding-bottom: 3px !important;
    }

    .pd-xs-l-3-f {
        padding-left: 3px !important;
    }

    .pd-xs-4 {
        padding: 4px;
    }

    .pd-xs-4-f {
        padding: 4px !important;
    }

    .pd-xs-y-4 {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .pd-xs-y-4-f {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .pd-xs-x-4 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .pd-xs-x-4-f {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .pd-xs-t-4 {
        padding-top: 4px;
    }

    .pd-xs-r-4 {
        padding-right: 4px;
    }

    .pd-xs-b-4 {
        padding-bottom: 4px;
    }

    .pd-xs-l-4 {
        padding-left: 4px;
    }

    .pd-xs-t-4-f {
        padding-top: 4px !important;
    }

    .pd-xs-r-4-f {
        padding-right: 4px !important;
    }

    .pd-xs-b-4-f {
        padding-bottom: 4px !important;
    }

    .pd-xs-l-4-f {
        padding-left: 4px !important;
    }

    .pd-xs-5 {
        padding: 5px;
    }

    .pd-xs-5-f {
        padding: 5px !important;
    }

    .pd-xs-y-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pd-xs-y-5-f {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .pd-xs-x-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pd-xs-x-5-f {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .pd-xs-t-5 {
        padding-top: 5px;
    }

    .pd-xs-r-5 {
        padding-right: 5px;
    }

    .pd-xs-b-5 {
        padding-bottom: 5px;
    }

    .pd-xs-l-5 {
        padding-left: 5px;
    }

    .pd-xs-t-5-f {
        padding-top: 5px !important;
    }

    .pd-xs-r-5-f {
        padding-right: 5px !important;
    }

    .pd-xs-b-5-f {
        padding-bottom: 5px !important;
    }

    .pd-xs-l-5-f {
        padding-left: 5px !important;
    }

    .pd-xs-6 {
        padding: 6px;
    }

    .pd-xs-6-f {
        padding: 6px !important;
    }

    .pd-xs-y-6 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .pd-xs-y-6-f {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .pd-xs-x-6 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .pd-xs-x-6-f {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .pd-xs-t-6 {
        padding-top: 6px;
    }

    .pd-xs-r-6 {
        padding-right: 6px;
    }

    .pd-xs-b-6 {
        padding-bottom: 6px;
    }

    .pd-xs-l-6 {
        padding-left: 6px;
    }

    .pd-xs-t-6-f {
        padding-top: 6px !important;
    }

    .pd-xs-r-6-f {
        padding-right: 6px !important;
    }

    .pd-xs-b-6-f {
        padding-bottom: 6px !important;
    }

    .pd-xs-l-6-f {
        padding-left: 6px !important;
    }

    .pd-xs-7 {
        padding: 7px;
    }

    .pd-xs-7-f {
        padding: 7px !important;
    }

    .pd-xs-y-7 {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .pd-xs-y-7-f {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .pd-xs-x-7 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .pd-xs-x-7-f {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .pd-xs-t-7 {
        padding-top: 7px;
    }

    .pd-xs-r-7 {
        padding-right: 7px;
    }

    .pd-xs-b-7 {
        padding-bottom: 7px;
    }

    .pd-xs-l-7 {
        padding-left: 7px;
    }

    .pd-xs-t-7-f {
        padding-top: 7px !important;
    }

    .pd-xs-r-7-f {
        padding-right: 7px !important;
    }

    .pd-xs-b-7-f {
        padding-bottom: 7px !important;
    }

    .pd-xs-l-7-f {
        padding-left: 7px !important;
    }

    .pd-xs-8 {
        padding: 8px;
    }

    .pd-xs-8-f {
        padding: 8px !important;
    }

    .pd-xs-y-8 {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .pd-xs-y-8-f {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .pd-xs-x-8 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .pd-xs-x-8-f {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .pd-xs-t-8 {
        padding-top: 8px;
    }

    .pd-xs-r-8 {
        padding-right: 8px;
    }

    .pd-xs-b-8 {
        padding-bottom: 8px;
    }

    .pd-xs-l-8 {
        padding-left: 8px;
    }

    .pd-xs-t-8-f {
        padding-top: 8px !important;
    }

    .pd-xs-r-8-f {
        padding-right: 8px !important;
    }

    .pd-xs-b-8-f {
        padding-bottom: 8px !important;
    }

    .pd-xs-l-8-f {
        padding-left: 8px !important;
    }

    .pd-xs-9 {
        padding: 9px;
    }

    .pd-xs-9-f {
        padding: 9px !important;
    }

    .pd-xs-y-9 {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .pd-xs-y-9-f {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .pd-xs-x-9 {
        padding-left: 9px;
        padding-right: 9px;
    }

    .pd-xs-x-9-f {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .pd-xs-t-9 {
        padding-top: 9px;
    }

    .pd-xs-r-9 {
        padding-right: 9px;
    }

    .pd-xs-b-9 {
        padding-bottom: 9px;
    }

    .pd-xs-l-9 {
        padding-left: 9px;
    }

    .pd-xs-t-9-f {
        padding-top: 9px !important;
    }

    .pd-xs-r-9-f {
        padding-right: 9px !important;
    }

    .pd-xs-b-9-f {
        padding-bottom: 9px !important;
    }

    .pd-xs-l-9-f {
        padding-left: 9px !important;
    }

    .pd-xs-10 {
        padding: 10px;
    }

    .pd-xs-10-f {
        padding: 10px !important;
    }

    .pd-xs-y-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pd-xs-y-10-f {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .pd-xs-x-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pd-xs-x-10-f {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .pd-xs-t-10 {
        padding-top: 10px;
    }

    .pd-xs-r-10 {
        padding-right: 10px;
    }

    .pd-xs-b-10 {
        padding-bottom: 10px;
    }

    .pd-xs-l-10 {
        padding-left: 10px;
    }

    .pd-xs-t-10-f {
        padding-top: 10px !important;
    }

    .pd-xs-r-10-f {
        padding-right: 10px !important;
    }

    .pd-xs-b-10-f {
        padding-bottom: 10px !important;
    }

    .pd-xs-l-10-f {
        padding-left: 10px !important;
    }

    .pd-xs-15 {
        padding: 15px;
    }

    .pd-xs-15-f {
        padding: 15px !important;
    }

    .pd-xs-y-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pd-xs-y-15-f {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .pd-xs-x-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pd-xs-x-15-f {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pd-xs-t-15 {
        padding-top: 15px;
    }

    .pd-xs-r-15 {
        padding-right: 15px;
    }

    .pd-xs-b-15 {
        padding-bottom: 15px;
    }

    .pd-xs-l-15 {
        padding-left: 15px;
    }

    .pd-xs-t-15-f {
        padding-top: 15px !important;
    }

    .pd-xs-r-15-f {
        padding-right: 15px !important;
    }

    .pd-xs-b-15-f {
        padding-bottom: 15px !important;
    }

    .pd-xs-l-15-f {
        padding-left: 15px !important;
    }

    .pd-xs-20 {
        padding: 20px;
    }

    .pd-xs-20-f {
        padding: 20px !important;
    }

    .pd-xs-y-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pd-xs-y-20-f {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .pd-xs-x-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pd-xs-x-20-f {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pd-xs-t-20 {
        padding-top: 20px;
    }

    .pd-xs-r-20 {
        padding-right: 20px;
    }

    .pd-xs-b-20 {
        padding-bottom: 20px;
    }

    .pd-xs-l-20 {
        padding-left: 20px;
    }

    .pd-xs-t-20-f {
        padding-top: 20px !important;
    }

    .pd-xs-r-20-f {
        padding-right: 20px !important;
    }

    .pd-xs-b-20-f {
        padding-bottom: 20px !important;
    }

    .pd-xs-l-20-f {
        padding-left: 20px !important;
    }

    .pd-xs-25 {
        padding: 25px;
    }

    .pd-xs-25-f {
        padding: 25px !important;
    }

    .pd-xs-y-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .pd-xs-y-25-f {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .pd-xs-x-25 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .pd-xs-x-25-f {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .pd-xs-t-25 {
        padding-top: 25px;
    }

    .pd-xs-r-25 {
        padding-right: 25px;
    }

    .pd-xs-b-25 {
        padding-bottom: 25px;
    }

    .pd-xs-l-25 {
        padding-left: 25px;
    }

    .pd-xs-t-25-f {
        padding-top: 25px !important;
    }

    .pd-xs-r-25-f {
        padding-right: 25px !important;
    }

    .pd-xs-b-25-f {
        padding-bottom: 25px !important;
    }

    .pd-xs-l-25-f {
        padding-left: 25px !important;
    }

    .pd-xs-30 {
        padding: 30px;
    }

    .pd-xs-30-f {
        padding: 30px !important;
    }

    .pd-xs-y-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pd-xs-y-30-f {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .pd-xs-x-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pd-xs-x-30-f {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .pd-xs-t-30 {
        padding-top: 30px;
    }

    .pd-xs-r-30 {
        padding-right: 30px;
    }

    .pd-xs-b-30 {
        padding-bottom: 30px;
    }

    .pd-xs-l-30 {
        padding-left: 30px;
    }

    .pd-xs-t-30-f {
        padding-top: 30px !important;
    }

    .pd-xs-r-30-f {
        padding-right: 30px !important;
    }

    .pd-xs-b-30-f {
        padding-bottom: 30px !important;
    }

    .pd-xs-l-30-f {
        padding-left: 30px !important;
    }

    .pd-xs-35 {
        padding: 35px;
    }

    .pd-xs-35-f {
        padding: 35px !important;
    }

    .pd-xs-y-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .pd-xs-y-35-f {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .pd-xs-x-35 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .pd-xs-x-35-f {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .pd-xs-t-35 {
        padding-top: 35px;
    }

    .pd-xs-r-35 {
        padding-right: 35px;
    }

    .pd-xs-b-35 {
        padding-bottom: 35px;
    }

    .pd-xs-l-35 {
        padding-left: 35px;
    }

    .pd-xs-t-35-f {
        padding-top: 35px !important;
    }

    .pd-xs-r-35-f {
        padding-right: 35px !important;
    }

    .pd-xs-b-35-f {
        padding-bottom: 35px !important;
    }

    .pd-xs-l-35-f {
        padding-left: 35px !important;
    }

    .pd-xs-40 {
        padding: 40px;
    }

    .pd-xs-40-f {
        padding: 40px !important;
    }

    .pd-xs-y-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pd-xs-y-40-f {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .pd-xs-x-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .pd-xs-x-40-f {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .pd-xs-t-40 {
        padding-top: 40px;
    }

    .pd-xs-r-40 {
        padding-right: 40px;
    }

    .pd-xs-b-40 {
        padding-bottom: 40px;
    }

    .pd-xs-l-40 {
        padding-left: 40px;
    }

    .pd-xs-t-40-f {
        padding-top: 40px !important;
    }

    .pd-xs-r-40-f {
        padding-right: 40px !important;
    }

    .pd-xs-b-40-f {
        padding-bottom: 40px !important;
    }

    .pd-xs-l-40-f {
        padding-left: 40px !important;
    }

    .pd-xs-45 {
        padding: 45px;
    }

    .pd-xs-45-f {
        padding: 45px !important;
    }

    .pd-xs-y-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .pd-xs-y-45-f {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .pd-xs-x-45 {
        padding-left: 45px;
        padding-right: 45px;
    }

    .pd-xs-x-45-f {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .pd-xs-t-45 {
        padding-top: 45px;
    }

    .pd-xs-r-45 {
        padding-right: 45px;
    }

    .pd-xs-b-45 {
        padding-bottom: 45px;
    }

    .pd-xs-l-45 {
        padding-left: 45px;
    }

    .pd-xs-t-45-f {
        padding-top: 45px !important;
    }

    .pd-xs-r-45-f {
        padding-right: 45px !important;
    }

    .pd-xs-b-45-f {
        padding-bottom: 45px !important;
    }

    .pd-xs-l-45-f {
        padding-left: 45px !important;
    }

    .pd-xs-50 {
        padding: 50px;
    }

    .pd-xs-50-f {
        padding: 50px !important;
    }

    .pd-xs-y-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pd-xs-y-50-f {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .pd-xs-x-50 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .pd-xs-x-50-f {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .pd-xs-t-50 {
        padding-top: 50px;
    }

    .pd-xs-r-50 {
        padding-right: 50px;
    }

    .pd-xs-b-50 {
        padding-bottom: 50px;
    }

    .pd-xs-l-50 {
        padding-left: 50px;
    }

    .pd-xs-t-50-f {
        padding-top: 50px !important;
    }

    .pd-xs-r-50-f {
        padding-right: 50px !important;
    }

    .pd-xs-b-50-f {
        padding-bottom: 50px !important;
    }

    .pd-xs-l-50-f {
        padding-left: 50px !important;
    }

    .pd-xs-55 {
        padding: 55px;
    }

    .pd-xs-55-f {
        padding: 55px !important;
    }

    .pd-xs-y-55 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .pd-xs-y-55-f {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .pd-xs-x-55 {
        padding-left: 55px;
        padding-right: 55px;
    }

    .pd-xs-x-55-f {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }

    .pd-xs-t-55 {
        padding-top: 55px;
    }

    .pd-xs-r-55 {
        padding-right: 55px;
    }

    .pd-xs-b-55 {
        padding-bottom: 55px;
    }

    .pd-xs-l-55 {
        padding-left: 55px;
    }

    .pd-xs-t-55-f {
        padding-top: 55px !important;
    }

    .pd-xs-r-55-f {
        padding-right: 55px !important;
    }

    .pd-xs-b-55-f {
        padding-bottom: 55px !important;
    }

    .pd-xs-l-55-f {
        padding-left: 55px !important;
    }

    .pd-xs-60 {
        padding: 60px;
    }

    .pd-xs-60-f {
        padding: 60px !important;
    }

    .pd-xs-y-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pd-xs-y-60-f {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .pd-xs-x-60 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .pd-xs-x-60-f {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .pd-xs-t-60 {
        padding-top: 60px;
    }

    .pd-xs-r-60 {
        padding-right: 60px;
    }

    .pd-xs-b-60 {
        padding-bottom: 60px;
    }

    .pd-xs-l-60 {
        padding-left: 60px;
    }

    .pd-xs-t-60-f {
        padding-top: 60px !important;
    }

    .pd-xs-r-60-f {
        padding-right: 60px !important;
    }

    .pd-xs-b-60-f {
        padding-bottom: 60px !important;
    }

    .pd-xs-l-60-f {
        padding-left: 60px !important;
    }

    .pd-xs-65 {
        padding: 65px;
    }

    .pd-xs-65-f {
        padding: 65px !important;
    }

    .pd-xs-y-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .pd-xs-y-65-f {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    .pd-xs-x-65 {
        padding-left: 65px;
        padding-right: 65px;
    }

    .pd-xs-x-65-f {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }

    .pd-xs-t-65 {
        padding-top: 65px;
    }

    .pd-xs-r-65 {
        padding-right: 65px;
    }

    .pd-xs-b-65 {
        padding-bottom: 65px;
    }

    .pd-xs-l-65 {
        padding-left: 65px;
    }

    .pd-xs-t-65-f {
        padding-top: 65px !important;
    }

    .pd-xs-r-65-f {
        padding-right: 65px !important;
    }

    .pd-xs-b-65-f {
        padding-bottom: 65px !important;
    }

    .pd-xs-l-65-f {
        padding-left: 65px !important;
    }

    .pd-xs-70 {
        padding: 70px;
    }

    .pd-xs-70-f {
        padding: 70px !important;
    }

    .pd-xs-y-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pd-xs-y-70-f {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .pd-xs-x-70 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .pd-xs-x-70-f {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }

    .pd-xs-t-70 {
        padding-top: 70px;
    }

    .pd-xs-r-70 {
        padding-right: 70px;
    }

    .pd-xs-b-70 {
        padding-bottom: 70px;
    }

    .pd-xs-l-70 {
        padding-left: 70px;
    }

    .pd-xs-t-70-f {
        padding-top: 70px !important;
    }

    .pd-xs-r-70-f {
        padding-right: 70px !important;
    }

    .pd-xs-b-70-f {
        padding-bottom: 70px !important;
    }

    .pd-xs-l-70-f {
        padding-left: 70px !important;
    }

    .pd-xs-75 {
        padding: 75px;
    }

    .pd-xs-75-f {
        padding: 75px !important;
    }

    .pd-xs-y-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .pd-xs-y-75-f {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .pd-xs-x-75 {
        padding-left: 75px;
        padding-right: 75px;
    }

    .pd-xs-x-75-f {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }

    .pd-xs-t-75 {
        padding-top: 75px;
    }

    .pd-xs-r-75 {
        padding-right: 75px;
    }

    .pd-xs-b-75 {
        padding-bottom: 75px;
    }

    .pd-xs-l-75 {
        padding-left: 75px;
    }

    .pd-xs-t-75-f {
        padding-top: 75px !important;
    }

    .pd-xs-r-75-f {
        padding-right: 75px !important;
    }

    .pd-xs-b-75-f {
        padding-bottom: 75px !important;
    }

    .pd-xs-l-75-f {
        padding-left: 75px !important;
    }

    .pd-xs-80 {
        padding: 80px;
    }

    .pd-xs-80-f {
        padding: 80px !important;
    }

    .pd-xs-y-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pd-xs-y-80-f {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .pd-xs-x-80 {
        padding-left: 80px;
        padding-right: 80px;
    }

    .pd-xs-x-80-f {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .pd-xs-t-80 {
        padding-top: 80px;
    }

    .pd-xs-r-80 {
        padding-right: 80px;
    }

    .pd-xs-b-80 {
        padding-bottom: 80px;
    }

    .pd-xs-l-80 {
        padding-left: 80px;
    }

    .pd-xs-t-80-f {
        padding-top: 80px !important;
    }

    .pd-xs-r-80-f {
        padding-right: 80px !important;
    }

    .pd-xs-b-80-f {
        padding-bottom: 80px !important;
    }

    .pd-xs-l-80-f {
        padding-left: 80px !important;
    }

    .pd-xs-85 {
        padding: 85px;
    }

    .pd-xs-85-f {
        padding: 85px !important;
    }

    .pd-xs-y-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .pd-xs-y-85-f {
        padding-top: 85px !important;
        padding-bottom: 85px !important;
    }

    .pd-xs-x-85 {
        padding-left: 85px;
        padding-right: 85px;
    }

    .pd-xs-x-85-f {
        padding-left: 85px !important;
        padding-right: 85px !important;
    }

    .pd-xs-t-85 {
        padding-top: 85px;
    }

    .pd-xs-r-85 {
        padding-right: 85px;
    }

    .pd-xs-b-85 {
        padding-bottom: 85px;
    }

    .pd-xs-l-85 {
        padding-left: 85px;
    }

    .pd-xs-t-85-f {
        padding-top: 85px !important;
    }

    .pd-xs-r-85-f {
        padding-right: 85px !important;
    }

    .pd-xs-b-85-f {
        padding-bottom: 85px !important;
    }

    .pd-xs-l-85-f {
        padding-left: 85px !important;
    }

    .pd-xs-90 {
        padding: 90px;
    }

    .pd-xs-90-f {
        padding: 90px !important;
    }

    .pd-xs-y-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .pd-xs-y-90-f {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .pd-xs-x-90 {
        padding-left: 90px;
        padding-right: 90px;
    }

    .pd-xs-x-90-f {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .pd-xs-t-90 {
        padding-top: 90px;
    }

    .pd-xs-r-90 {
        padding-right: 90px;
    }

    .pd-xs-b-90 {
        padding-bottom: 90px;
    }

    .pd-xs-l-90 {
        padding-left: 90px;
    }

    .pd-xs-t-90-f {
        padding-top: 90px !important;
    }

    .pd-xs-r-90-f {
        padding-right: 90px !important;
    }

    .pd-xs-b-90-f {
        padding-bottom: 90px !important;
    }

    .pd-xs-l-90-f {
        padding-left: 90px !important;
    }

    .pd-xs-95 {
        padding: 95px;
    }

    .pd-xs-95-f {
        padding: 95px !important;
    }

    .pd-xs-y-95 {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .pd-xs-y-95-f {
        padding-top: 95px !important;
        padding-bottom: 95px !important;
    }

    .pd-xs-x-95 {
        padding-left: 95px;
        padding-right: 95px;
    }

    .pd-xs-x-95-f {
        padding-left: 95px !important;
        padding-right: 95px !important;
    }

    .pd-xs-t-95 {
        padding-top: 95px;
    }

    .pd-xs-r-95 {
        padding-right: 95px;
    }

    .pd-xs-b-95 {
        padding-bottom: 95px;
    }

    .pd-xs-l-95 {
        padding-left: 95px;
    }

    .pd-xs-t-95-f {
        padding-top: 95px !important;
    }

    .pd-xs-r-95-f {
        padding-right: 95px !important;
    }

    .pd-xs-b-95-f {
        padding-bottom: 95px !important;
    }

    .pd-xs-l-95-f {
        padding-left: 95px !important;
    }

    .pd-xs-100 {
        padding: 100px;
    }

    .pd-xs-100-f {
        padding: 100px !important;
    }

    .pd-xs-y-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pd-xs-y-100-f {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .pd-xs-x-100 {
        padding-left: 100px;
        padding-right: 100px;
    }

    .pd-xs-x-100-f {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    .pd-xs-t-100 {
        padding-top: 100px;
    }

    .pd-xs-r-100 {
        padding-right: 100px;
    }

    .pd-xs-b-100 {
        padding-bottom: 100px;
    }

    .pd-xs-l-100 {
        padding-left: 100px;
    }

    .pd-xs-t-100-f {
        padding-top: 100px !important;
    }

    .pd-xs-r-100-f {
        padding-right: 100px !important;
    }

    .pd-xs-b-100-f {
        padding-bottom: 100px !important;
    }

    .pd-xs-l-100-f {
        padding-left: 100px !important;
    }

    .pd-xs-110 {
        padding: 110px;
    }

    .pd-xs-110-f {
        padding: 110px !important;
    }

    .pd-xs-y-110 {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .pd-xs-y-110-f {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }

    .pd-xs-x-110 {
        padding-left: 110px;
        padding-right: 110px;
    }

    .pd-xs-x-110-f {
        padding-left: 110px !important;
        padding-right: 110px !important;
    }

    .pd-xs-t-110 {
        padding-top: 110px;
    }

    .pd-xs-r-110 {
        padding-right: 110px;
    }

    .pd-xs-b-110 {
        padding-bottom: 110px;
    }

    .pd-xs-l-110 {
        padding-left: 110px;
    }

    .pd-xs-t-110-f {
        padding-top: 110px !important;
    }

    .pd-xs-r-110-f {
        padding-right: 110px !important;
    }

    .pd-xs-b-110-f {
        padding-bottom: 110px !important;
    }

    .pd-xs-l-110-f {
        padding-left: 110px !important;
    }

    .pd-xs-120 {
        padding: 120px;
    }

    .pd-xs-120-f {
        padding: 120px !important;
    }

    .pd-xs-y-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .pd-xs-y-120-f {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }

    .pd-xs-x-120 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .pd-xs-x-120-f {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }

    .pd-xs-t-120 {
        padding-top: 120px;
    }

    .pd-xs-r-120 {
        padding-right: 120px;
    }

    .pd-xs-b-120 {
        padding-bottom: 120px;
    }

    .pd-xs-l-120 {
        padding-left: 120px;
    }

    .pd-xs-t-120-f {
        padding-top: 120px !important;
    }

    .pd-xs-r-120-f {
        padding-right: 120px !important;
    }

    .pd-xs-b-120-f {
        padding-bottom: 120px !important;
    }

    .pd-xs-l-120-f {
        padding-left: 120px !important;
    }

    .pd-xs-130 {
        padding: 130px;
    }

    .pd-xs-130-f {
        padding: 130px !important;
    }

    .pd-xs-y-130 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .pd-xs-y-130-f {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }

    .pd-xs-x-130 {
        padding-left: 130px;
        padding-right: 130px;
    }

    .pd-xs-x-130-f {
        padding-left: 130px !important;
        padding-right: 130px !important;
    }

    .pd-xs-t-130 {
        padding-top: 130px;
    }

    .pd-xs-r-130 {
        padding-right: 130px;
    }

    .pd-xs-b-130 {
        padding-bottom: 130px;
    }

    .pd-xs-l-130 {
        padding-left: 130px;
    }

    .pd-xs-t-130-f {
        padding-top: 130px !important;
    }

    .pd-xs-r-130-f {
        padding-right: 130px !important;
    }

    .pd-xs-b-130-f {
        padding-bottom: 130px !important;
    }

    .pd-xs-l-130-f {
        padding-left: 130px !important;
    }

    .pd-xs-140 {
        padding: 140px;
    }

    .pd-xs-140-f {
        padding: 140px !important;
    }

    .pd-xs-y-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .pd-xs-y-140-f {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }

    .pd-xs-x-140 {
        padding-left: 140px;
        padding-right: 140px;
    }

    .pd-xs-x-140-f {
        padding-left: 140px !important;
        padding-right: 140px !important;
    }

    .pd-xs-t-140 {
        padding-top: 140px;
    }

    .pd-xs-r-140 {
        padding-right: 140px;
    }

    .pd-xs-b-140 {
        padding-bottom: 140px;
    }

    .pd-xs-l-140 {
        padding-left: 140px;
    }

    .pd-xs-t-140-f {
        padding-top: 140px !important;
    }

    .pd-xs-r-140-f {
        padding-right: 140px !important;
    }

    .pd-xs-b-140-f {
        padding-bottom: 140px !important;
    }

    .pd-xs-l-140-f {
        padding-left: 140px !important;
    }

    .pd-xs-150 {
        padding: 150px;
    }

    .pd-xs-150-f {
        padding: 150px !important;
    }

    .pd-xs-y-150 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .pd-xs-y-150-f {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .pd-xs-x-150 {
        padding-left: 150px;
        padding-right: 150px;
    }

    .pd-xs-x-150-f {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }

    .pd-xs-t-150 {
        padding-top: 150px;
    }

    .pd-xs-r-150 {
        padding-right: 150px;
    }

    .pd-xs-b-150 {
        padding-bottom: 150px;
    }

    .pd-xs-l-150 {
        padding-left: 150px;
    }

    .pd-xs-t-150-f {
        padding-top: 150px !important;
    }

    .pd-xs-r-150-f {
        padding-right: 150px !important;
    }

    .pd-xs-b-150-f {
        padding-bottom: 150px !important;
    }

    .pd-xs-l-150-f {
        padding-left: 150px !important;
    }

    .pd-xs-160 {
        padding: 160px;
    }

    .pd-xs-160-f {
        padding: 160px !important;
    }

    .pd-xs-y-160 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .pd-xs-y-160-f {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }

    .pd-xs-x-160 {
        padding-left: 160px;
        padding-right: 160px;
    }

    .pd-xs-x-160-f {
        padding-left: 160px !important;
        padding-right: 160px !important;
    }

    .pd-xs-t-160 {
        padding-top: 160px;
    }

    .pd-xs-r-160 {
        padding-right: 160px;
    }

    .pd-xs-b-160 {
        padding-bottom: 160px;
    }

    .pd-xs-l-160 {
        padding-left: 160px;
    }

    .pd-xs-t-160-f {
        padding-top: 160px !important;
    }

    .pd-xs-r-160-f {
        padding-right: 160px !important;
    }

    .pd-xs-b-160-f {
        padding-bottom: 160px !important;
    }

    .pd-xs-l-160-f {
        padding-left: 160px !important;
    }

    .pd-xs-170 {
        padding: 170px;
    }

    .pd-xs-170-f {
        padding: 170px !important;
    }

    .pd-xs-y-170 {
        padding-top: 170px;
        padding-bottom: 170px;
    }

    .pd-xs-y-170-f {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }

    .pd-xs-x-170 {
        padding-left: 170px;
        padding-right: 170px;
    }

    .pd-xs-x-170-f {
        padding-left: 170px !important;
        padding-right: 170px !important;
    }

    .pd-xs-t-170 {
        padding-top: 170px;
    }

    .pd-xs-r-170 {
        padding-right: 170px;
    }

    .pd-xs-b-170 {
        padding-bottom: 170px;
    }

    .pd-xs-l-170 {
        padding-left: 170px;
    }

    .pd-xs-t-170-f {
        padding-top: 170px !important;
    }

    .pd-xs-r-170-f {
        padding-right: 170px !important;
    }

    .pd-xs-b-170-f {
        padding-bottom: 170px !important;
    }

    .pd-xs-l-170-f {
        padding-left: 170px !important;
    }

    .pd-xs-180 {
        padding: 180px;
    }

    .pd-xs-180-f {
        padding: 180px !important;
    }

    .pd-xs-y-180 {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .pd-xs-y-180-f {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }

    .pd-xs-x-180 {
        padding-left: 180px;
        padding-right: 180px;
    }

    .pd-xs-x-180-f {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

    .pd-xs-t-180 {
        padding-top: 180px;
    }

    .pd-xs-r-180 {
        padding-right: 180px;
    }

    .pd-xs-b-180 {
        padding-bottom: 180px;
    }

    .pd-xs-l-180 {
        padding-left: 180px;
    }

    .pd-xs-t-180-f {
        padding-top: 180px !important;
    }

    .pd-xs-r-180-f {
        padding-right: 180px !important;
    }

    .pd-xs-b-180-f {
        padding-bottom: 180px !important;
    }

    .pd-xs-l-180-f {
        padding-left: 180px !important;
    }

    .pd-xs-190 {
        padding: 190px;
    }

    .pd-xs-190-f {
        padding: 190px !important;
    }

    .pd-xs-y-190 {
        padding-top: 190px;
        padding-bottom: 190px;
    }

    .pd-xs-y-190-f {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }

    .pd-xs-x-190 {
        padding-left: 190px;
        padding-right: 190px;
    }

    .pd-xs-x-190-f {
        padding-left: 190px !important;
        padding-right: 190px !important;
    }

    .pd-xs-t-190 {
        padding-top: 190px;
    }

    .pd-xs-r-190 {
        padding-right: 190px;
    }

    .pd-xs-b-190 {
        padding-bottom: 190px;
    }

    .pd-xs-l-190 {
        padding-left: 190px;
    }

    .pd-xs-t-190-f {
        padding-top: 190px !important;
    }

    .pd-xs-r-190-f {
        padding-right: 190px !important;
    }

    .pd-xs-b-190-f {
        padding-bottom: 190px !important;
    }

    .pd-xs-l-190-f {
        padding-left: 190px !important;
    }

    .pd-xs-200 {
        padding: 200px;
    }

    .pd-xs-200-f {
        padding: 200px !important;
    }

    .pd-xs-y-200 {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .pd-xs-y-200-f {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .pd-xs-x-200 {
        padding-left: 200px;
        padding-right: 200px;
    }

    .pd-xs-x-200-f {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }

    .pd-xs-t-200 {
        padding-top: 200px;
    }

    .pd-xs-r-200 {
        padding-right: 200px;
    }

    .pd-xs-b-200 {
        padding-bottom: 200px;
    }

    .pd-xs-l-200 {
        padding-left: 200px;
    }

    .pd-xs-t-200-f {
        padding-top: 200px !important;
    }

    .pd-xs-r-200-f {
        padding-right: 200px !important;
    }

    .pd-xs-b-200-f {
        padding-bottom: 200px !important;
    }

    .pd-xs-l-200-f {
        padding-left: 200px !important;
    }
}

@media (min-width: 576px) {
    .pd-sm-0 {
        padding: 0px;
    }

    .pd-sm-0-f {
        padding: 0px !important;
    }

    .pd-sm-y-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pd-sm-y-0-f {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .pd-sm-x-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pd-sm-x-0-f {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pd-sm-t-0 {
        padding-top: 0px;
    }

    .pd-sm-r-0 {
        padding-right: 0px;
    }

    .pd-sm-b-0 {
        padding-bottom: 0px;
    }

    .pd-sm-l-0 {
        padding-left: 0px;
    }

    .pd-sm-t-0-f {
        padding-top: 0px !important;
    }

    .pd-sm-r-0-f {
        padding-right: 0px !important;
    }

    .pd-sm-b-0-f {
        padding-bottom: 0px !important;
    }

    .pd-sm-l-0-f {
        padding-left: 0px !important;
    }

    .pd-sm-1 {
        padding: 1px;
    }

    .pd-sm-1-f {
        padding: 1px !important;
    }

    .pd-sm-y-1 {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .pd-sm-y-1-f {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .pd-sm-x-1 {
        padding-left: 1px;
        padding-right: 1px;
    }

    .pd-sm-x-1-f {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .pd-sm-t-1 {
        padding-top: 1px;
    }

    .pd-sm-r-1 {
        padding-right: 1px;
    }

    .pd-sm-b-1 {
        padding-bottom: 1px;
    }

    .pd-sm-l-1 {
        padding-left: 1px;
    }

    .pd-sm-t-1-f {
        padding-top: 1px !important;
    }

    .pd-sm-r-1-f {
        padding-right: 1px !important;
    }

    .pd-sm-b-1-f {
        padding-bottom: 1px !important;
    }

    .pd-sm-l-1-f {
        padding-left: 1px !important;
    }

    .pd-sm-2 {
        padding: 2px;
    }

    .pd-sm-2-f {
        padding: 2px !important;
    }

    .pd-sm-y-2 {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .pd-sm-y-2-f {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .pd-sm-x-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .pd-sm-x-2-f {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .pd-sm-t-2 {
        padding-top: 2px;
    }

    .pd-sm-r-2 {
        padding-right: 2px;
    }

    .pd-sm-b-2 {
        padding-bottom: 2px;
    }

    .pd-sm-l-2 {
        padding-left: 2px;
    }

    .pd-sm-t-2-f {
        padding-top: 2px !important;
    }

    .pd-sm-r-2-f {
        padding-right: 2px !important;
    }

    .pd-sm-b-2-f {
        padding-bottom: 2px !important;
    }

    .pd-sm-l-2-f {
        padding-left: 2px !important;
    }

    .pd-sm-3 {
        padding: 3px;
    }

    .pd-sm-3-f {
        padding: 3px !important;
    }

    .pd-sm-y-3 {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .pd-sm-y-3-f {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .pd-sm-x-3 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .pd-sm-x-3-f {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .pd-sm-t-3 {
        padding-top: 3px;
    }

    .pd-sm-r-3 {
        padding-right: 3px;
    }

    .pd-sm-b-3 {
        padding-bottom: 3px;
    }

    .pd-sm-l-3 {
        padding-left: 3px;
    }

    .pd-sm-t-3-f {
        padding-top: 3px !important;
    }

    .pd-sm-r-3-f {
        padding-right: 3px !important;
    }

    .pd-sm-b-3-f {
        padding-bottom: 3px !important;
    }

    .pd-sm-l-3-f {
        padding-left: 3px !important;
    }

    .pd-sm-4 {
        padding: 4px;
    }

    .pd-sm-4-f {
        padding: 4px !important;
    }

    .pd-sm-y-4 {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .pd-sm-y-4-f {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .pd-sm-x-4 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .pd-sm-x-4-f {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .pd-sm-t-4 {
        padding-top: 4px;
    }

    .pd-sm-r-4 {
        padding-right: 4px;
    }

    .pd-sm-b-4 {
        padding-bottom: 4px;
    }

    .pd-sm-l-4 {
        padding-left: 4px;
    }

    .pd-sm-t-4-f {
        padding-top: 4px !important;
    }

    .pd-sm-r-4-f {
        padding-right: 4px !important;
    }

    .pd-sm-b-4-f {
        padding-bottom: 4px !important;
    }

    .pd-sm-l-4-f {
        padding-left: 4px !important;
    }

    .pd-sm-5 {
        padding: 5px;
    }

    .pd-sm-5-f {
        padding: 5px !important;
    }

    .pd-sm-y-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pd-sm-y-5-f {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .pd-sm-x-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pd-sm-x-5-f {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .pd-sm-t-5 {
        padding-top: 5px;
    }

    .pd-sm-r-5 {
        padding-right: 5px;
    }

    .pd-sm-b-5 {
        padding-bottom: 5px;
    }

    .pd-sm-l-5 {
        padding-left: 5px;
    }

    .pd-sm-t-5-f {
        padding-top: 5px !important;
    }

    .pd-sm-r-5-f {
        padding-right: 5px !important;
    }

    .pd-sm-b-5-f {
        padding-bottom: 5px !important;
    }

    .pd-sm-l-5-f {
        padding-left: 5px !important;
    }

    .pd-sm-6 {
        padding: 6px;
    }

    .pd-sm-6-f {
        padding: 6px !important;
    }

    .pd-sm-y-6 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .pd-sm-y-6-f {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .pd-sm-x-6 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .pd-sm-x-6-f {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .pd-sm-t-6 {
        padding-top: 6px;
    }

    .pd-sm-r-6 {
        padding-right: 6px;
    }

    .pd-sm-b-6 {
        padding-bottom: 6px;
    }

    .pd-sm-l-6 {
        padding-left: 6px;
    }

    .pd-sm-t-6-f {
        padding-top: 6px !important;
    }

    .pd-sm-r-6-f {
        padding-right: 6px !important;
    }

    .pd-sm-b-6-f {
        padding-bottom: 6px !important;
    }

    .pd-sm-l-6-f {
        padding-left: 6px !important;
    }

    .pd-sm-7 {
        padding: 7px;
    }

    .pd-sm-7-f {
        padding: 7px !important;
    }

    .pd-sm-y-7 {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .pd-sm-y-7-f {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .pd-sm-x-7 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .pd-sm-x-7-f {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .pd-sm-t-7 {
        padding-top: 7px;
    }

    .pd-sm-r-7 {
        padding-right: 7px;
    }

    .pd-sm-b-7 {
        padding-bottom: 7px;
    }

    .pd-sm-l-7 {
        padding-left: 7px;
    }

    .pd-sm-t-7-f {
        padding-top: 7px !important;
    }

    .pd-sm-r-7-f {
        padding-right: 7px !important;
    }

    .pd-sm-b-7-f {
        padding-bottom: 7px !important;
    }

    .pd-sm-l-7-f {
        padding-left: 7px !important;
    }

    .pd-sm-8 {
        padding: 8px;
    }

    .pd-sm-8-f {
        padding: 8px !important;
    }

    .pd-sm-y-8 {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .pd-sm-y-8-f {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .pd-sm-x-8 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .pd-sm-x-8-f {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .pd-sm-t-8 {
        padding-top: 8px;
    }

    .pd-sm-r-8 {
        padding-right: 8px;
    }

    .pd-sm-b-8 {
        padding-bottom: 8px;
    }

    .pd-sm-l-8 {
        padding-left: 8px;
    }

    .pd-sm-t-8-f {
        padding-top: 8px !important;
    }

    .pd-sm-r-8-f {
        padding-right: 8px !important;
    }

    .pd-sm-b-8-f {
        padding-bottom: 8px !important;
    }

    .pd-sm-l-8-f {
        padding-left: 8px !important;
    }

    .pd-sm-9 {
        padding: 9px;
    }

    .pd-sm-9-f {
        padding: 9px !important;
    }

    .pd-sm-y-9 {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .pd-sm-y-9-f {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .pd-sm-x-9 {
        padding-left: 9px;
        padding-right: 9px;
    }

    .pd-sm-x-9-f {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .pd-sm-t-9 {
        padding-top: 9px;
    }

    .pd-sm-r-9 {
        padding-right: 9px;
    }

    .pd-sm-b-9 {
        padding-bottom: 9px;
    }

    .pd-sm-l-9 {
        padding-left: 9px;
    }

    .pd-sm-t-9-f {
        padding-top: 9px !important;
    }

    .pd-sm-r-9-f {
        padding-right: 9px !important;
    }

    .pd-sm-b-9-f {
        padding-bottom: 9px !important;
    }

    .pd-sm-l-9-f {
        padding-left: 9px !important;
    }

    .pd-sm-10 {
        padding: 10px;
    }

    .pd-sm-10-f {
        padding: 10px !important;
    }

    .pd-sm-y-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pd-sm-y-10-f {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .pd-sm-x-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pd-sm-x-10-f {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .pd-sm-t-10 {
        padding-top: 10px;
    }

    .pd-sm-r-10 {
        padding-right: 10px;
    }

    .pd-sm-b-10 {
        padding-bottom: 10px;
    }

    .pd-sm-l-10 {
        padding-left: 10px;
    }

    .pd-sm-t-10-f {
        padding-top: 10px !important;
    }

    .pd-sm-r-10-f {
        padding-right: 10px !important;
    }

    .pd-sm-b-10-f {
        padding-bottom: 10px !important;
    }

    .pd-sm-l-10-f {
        padding-left: 10px !important;
    }

    .pd-sm-15 {
        padding: 15px;
    }

    .pd-sm-15-f {
        padding: 15px !important;
    }

    .pd-sm-y-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pd-sm-y-15-f {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .pd-sm-x-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pd-sm-x-15-f {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pd-sm-t-15 {
        padding-top: 15px;
    }

    .pd-sm-r-15 {
        padding-right: 15px;
    }

    .pd-sm-b-15 {
        padding-bottom: 15px;
    }

    .pd-sm-l-15 {
        padding-left: 15px;
    }

    .pd-sm-t-15-f {
        padding-top: 15px !important;
    }

    .pd-sm-r-15-f {
        padding-right: 15px !important;
    }

    .pd-sm-b-15-f {
        padding-bottom: 15px !important;
    }

    .pd-sm-l-15-f {
        padding-left: 15px !important;
    }

    .pd-sm-20 {
        padding: 20px;
    }

    .pd-sm-20-f {
        padding: 20px !important;
    }

    .pd-sm-y-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pd-sm-y-20-f {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .pd-sm-x-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pd-sm-x-20-f {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pd-sm-t-20 {
        padding-top: 20px;
    }

    .pd-sm-r-20 {
        padding-right: 20px;
    }

    .pd-sm-b-20 {
        padding-bottom: 20px;
    }

    .pd-sm-l-20 {
        padding-left: 20px;
    }

    .pd-sm-t-20-f {
        padding-top: 20px !important;
    }

    .pd-sm-r-20-f {
        padding-right: 20px !important;
    }

    .pd-sm-b-20-f {
        padding-bottom: 20px !important;
    }

    .pd-sm-l-20-f {
        padding-left: 20px !important;
    }

    .pd-sm-25 {
        padding: 25px;
    }

    .pd-sm-25-f {
        padding: 25px !important;
    }

    .pd-sm-y-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .pd-sm-y-25-f {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .pd-sm-x-25 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .pd-sm-x-25-f {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .pd-sm-t-25 {
        padding-top: 25px;
    }

    .pd-sm-r-25 {
        padding-right: 25px;
    }

    .pd-sm-b-25 {
        padding-bottom: 25px;
    }

    .pd-sm-l-25 {
        padding-left: 25px;
    }

    .pd-sm-t-25-f {
        padding-top: 25px !important;
    }

    .pd-sm-r-25-f {
        padding-right: 25px !important;
    }

    .pd-sm-b-25-f {
        padding-bottom: 25px !important;
    }

    .pd-sm-l-25-f {
        padding-left: 25px !important;
    }

    .pd-sm-30 {
        padding: 30px;
    }

    .pd-sm-30-f {
        padding: 30px !important;
    }

    .pd-sm-y-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pd-sm-y-30-f {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .pd-sm-x-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pd-sm-x-30-f {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .pd-sm-t-30 {
        padding-top: 30px;
    }

    .pd-sm-r-30 {
        padding-right: 30px;
    }

    .pd-sm-b-30 {
        padding-bottom: 30px;
    }

    .pd-sm-l-30 {
        padding-left: 30px;
    }

    .pd-sm-t-30-f {
        padding-top: 30px !important;
    }

    .pd-sm-r-30-f {
        padding-right: 30px !important;
    }

    .pd-sm-b-30-f {
        padding-bottom: 30px !important;
    }

    .pd-sm-l-30-f {
        padding-left: 30px !important;
    }

    .pd-sm-35 {
        padding: 35px;
    }

    .pd-sm-35-f {
        padding: 35px !important;
    }

    .pd-sm-y-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .pd-sm-y-35-f {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .pd-sm-x-35 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .pd-sm-x-35-f {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .pd-sm-t-35 {
        padding-top: 35px;
    }

    .pd-sm-r-35 {
        padding-right: 35px;
    }

    .pd-sm-b-35 {
        padding-bottom: 35px;
    }

    .pd-sm-l-35 {
        padding-left: 35px;
    }

    .pd-sm-t-35-f {
        padding-top: 35px !important;
    }

    .pd-sm-r-35-f {
        padding-right: 35px !important;
    }

    .pd-sm-b-35-f {
        padding-bottom: 35px !important;
    }

    .pd-sm-l-35-f {
        padding-left: 35px !important;
    }

    .pd-sm-40 {
        padding: 40px;
    }

    .pd-sm-40-f {
        padding: 40px !important;
    }

    .pd-sm-y-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pd-sm-y-40-f {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .pd-sm-x-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .pd-sm-x-40-f {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .pd-sm-t-40 {
        padding-top: 40px;
    }

    .pd-sm-r-40 {
        padding-right: 40px;
    }

    .pd-sm-b-40 {
        padding-bottom: 40px;
    }

    .pd-sm-l-40 {
        padding-left: 40px;
    }

    .pd-sm-t-40-f {
        padding-top: 40px !important;
    }

    .pd-sm-r-40-f {
        padding-right: 40px !important;
    }

    .pd-sm-b-40-f {
        padding-bottom: 40px !important;
    }

    .pd-sm-l-40-f {
        padding-left: 40px !important;
    }

    .pd-sm-45 {
        padding: 45px;
    }

    .pd-sm-45-f {
        padding: 45px !important;
    }

    .pd-sm-y-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .pd-sm-y-45-f {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .pd-sm-x-45 {
        padding-left: 45px;
        padding-right: 45px;
    }

    .pd-sm-x-45-f {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .pd-sm-t-45 {
        padding-top: 45px;
    }

    .pd-sm-r-45 {
        padding-right: 45px;
    }

    .pd-sm-b-45 {
        padding-bottom: 45px;
    }

    .pd-sm-l-45 {
        padding-left: 45px;
    }

    .pd-sm-t-45-f {
        padding-top: 45px !important;
    }

    .pd-sm-r-45-f {
        padding-right: 45px !important;
    }

    .pd-sm-b-45-f {
        padding-bottom: 45px !important;
    }

    .pd-sm-l-45-f {
        padding-left: 45px !important;
    }

    .pd-sm-50 {
        padding: 50px;
    }

    .pd-sm-50-f {
        padding: 50px !important;
    }

    .pd-sm-y-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pd-sm-y-50-f {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .pd-sm-x-50 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .pd-sm-x-50-f {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .pd-sm-t-50 {
        padding-top: 50px;
    }

    .pd-sm-r-50 {
        padding-right: 50px;
    }

    .pd-sm-b-50 {
        padding-bottom: 50px;
    }

    .pd-sm-l-50 {
        padding-left: 50px;
    }

    .pd-sm-t-50-f {
        padding-top: 50px !important;
    }

    .pd-sm-r-50-f {
        padding-right: 50px !important;
    }

    .pd-sm-b-50-f {
        padding-bottom: 50px !important;
    }

    .pd-sm-l-50-f {
        padding-left: 50px !important;
    }

    .pd-sm-55 {
        padding: 55px;
    }

    .pd-sm-55-f {
        padding: 55px !important;
    }

    .pd-sm-y-55 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .pd-sm-y-55-f {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .pd-sm-x-55 {
        padding-left: 55px;
        padding-right: 55px;
    }

    .pd-sm-x-55-f {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }

    .pd-sm-t-55 {
        padding-top: 55px;
    }

    .pd-sm-r-55 {
        padding-right: 55px;
    }

    .pd-sm-b-55 {
        padding-bottom: 55px;
    }

    .pd-sm-l-55 {
        padding-left: 55px;
    }

    .pd-sm-t-55-f {
        padding-top: 55px !important;
    }

    .pd-sm-r-55-f {
        padding-right: 55px !important;
    }

    .pd-sm-b-55-f {
        padding-bottom: 55px !important;
    }

    .pd-sm-l-55-f {
        padding-left: 55px !important;
    }

    .pd-sm-60 {
        padding: 60px;
    }

    .pd-sm-60-f {
        padding: 60px !important;
    }

    .pd-sm-y-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pd-sm-y-60-f {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .pd-sm-x-60 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .pd-sm-x-60-f {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .pd-sm-t-60 {
        padding-top: 60px;
    }

    .pd-sm-r-60 {
        padding-right: 60px;
    }

    .pd-sm-b-60 {
        padding-bottom: 60px;
    }

    .pd-sm-l-60 {
        padding-left: 60px;
    }

    .pd-sm-t-60-f {
        padding-top: 60px !important;
    }

    .pd-sm-r-60-f {
        padding-right: 60px !important;
    }

    .pd-sm-b-60-f {
        padding-bottom: 60px !important;
    }

    .pd-sm-l-60-f {
        padding-left: 60px !important;
    }

    .pd-sm-65 {
        padding: 65px;
    }

    .pd-sm-65-f {
        padding: 65px !important;
    }

    .pd-sm-y-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .pd-sm-y-65-f {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    .pd-sm-x-65 {
        padding-left: 65px;
        padding-right: 65px;
    }

    .pd-sm-x-65-f {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }

    .pd-sm-t-65 {
        padding-top: 65px;
    }

    .pd-sm-r-65 {
        padding-right: 65px;
    }

    .pd-sm-b-65 {
        padding-bottom: 65px;
    }

    .pd-sm-l-65 {
        padding-left: 65px;
    }

    .pd-sm-t-65-f {
        padding-top: 65px !important;
    }

    .pd-sm-r-65-f {
        padding-right: 65px !important;
    }

    .pd-sm-b-65-f {
        padding-bottom: 65px !important;
    }

    .pd-sm-l-65-f {
        padding-left: 65px !important;
    }

    .pd-sm-70 {
        padding: 70px;
    }

    .pd-sm-70-f {
        padding: 70px !important;
    }

    .pd-sm-y-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pd-sm-y-70-f {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .pd-sm-x-70 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .pd-sm-x-70-f {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }

    .pd-sm-t-70 {
        padding-top: 70px;
    }

    .pd-sm-r-70 {
        padding-right: 70px;
    }

    .pd-sm-b-70 {
        padding-bottom: 70px;
    }

    .pd-sm-l-70 {
        padding-left: 70px;
    }

    .pd-sm-t-70-f {
        padding-top: 70px !important;
    }

    .pd-sm-r-70-f {
        padding-right: 70px !important;
    }

    .pd-sm-b-70-f {
        padding-bottom: 70px !important;
    }

    .pd-sm-l-70-f {
        padding-left: 70px !important;
    }

    .pd-sm-75 {
        padding: 75px;
    }

    .pd-sm-75-f {
        padding: 75px !important;
    }

    .pd-sm-y-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .pd-sm-y-75-f {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .pd-sm-x-75 {
        padding-left: 75px;
        padding-right: 75px;
    }

    .pd-sm-x-75-f {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }

    .pd-sm-t-75 {
        padding-top: 75px;
    }

    .pd-sm-r-75 {
        padding-right: 75px;
    }

    .pd-sm-b-75 {
        padding-bottom: 75px;
    }

    .pd-sm-l-75 {
        padding-left: 75px;
    }

    .pd-sm-t-75-f {
        padding-top: 75px !important;
    }

    .pd-sm-r-75-f {
        padding-right: 75px !important;
    }

    .pd-sm-b-75-f {
        padding-bottom: 75px !important;
    }

    .pd-sm-l-75-f {
        padding-left: 75px !important;
    }

    .pd-sm-80 {
        padding: 80px;
    }

    .pd-sm-80-f {
        padding: 80px !important;
    }

    .pd-sm-y-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pd-sm-y-80-f {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .pd-sm-x-80 {
        padding-left: 80px;
        padding-right: 80px;
    }

    .pd-sm-x-80-f {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .pd-sm-t-80 {
        padding-top: 80px;
    }

    .pd-sm-r-80 {
        padding-right: 80px;
    }

    .pd-sm-b-80 {
        padding-bottom: 80px;
    }

    .pd-sm-l-80 {
        padding-left: 80px;
    }

    .pd-sm-t-80-f {
        padding-top: 80px !important;
    }

    .pd-sm-r-80-f {
        padding-right: 80px !important;
    }

    .pd-sm-b-80-f {
        padding-bottom: 80px !important;
    }

    .pd-sm-l-80-f {
        padding-left: 80px !important;
    }

    .pd-sm-85 {
        padding: 85px;
    }

    .pd-sm-85-f {
        padding: 85px !important;
    }

    .pd-sm-y-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .pd-sm-y-85-f {
        padding-top: 85px !important;
        padding-bottom: 85px !important;
    }

    .pd-sm-x-85 {
        padding-left: 85px;
        padding-right: 85px;
    }

    .pd-sm-x-85-f {
        padding-left: 85px !important;
        padding-right: 85px !important;
    }

    .pd-sm-t-85 {
        padding-top: 85px;
    }

    .pd-sm-r-85 {
        padding-right: 85px;
    }

    .pd-sm-b-85 {
        padding-bottom: 85px;
    }

    .pd-sm-l-85 {
        padding-left: 85px;
    }

    .pd-sm-t-85-f {
        padding-top: 85px !important;
    }

    .pd-sm-r-85-f {
        padding-right: 85px !important;
    }

    .pd-sm-b-85-f {
        padding-bottom: 85px !important;
    }

    .pd-sm-l-85-f {
        padding-left: 85px !important;
    }

    .pd-sm-90 {
        padding: 90px;
    }

    .pd-sm-90-f {
        padding: 90px !important;
    }

    .pd-sm-y-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .pd-sm-y-90-f {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .pd-sm-x-90 {
        padding-left: 90px;
        padding-right: 90px;
    }

    .pd-sm-x-90-f {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .pd-sm-t-90 {
        padding-top: 90px;
    }

    .pd-sm-r-90 {
        padding-right: 90px;
    }

    .pd-sm-b-90 {
        padding-bottom: 90px;
    }

    .pd-sm-l-90 {
        padding-left: 90px;
    }

    .pd-sm-t-90-f {
        padding-top: 90px !important;
    }

    .pd-sm-r-90-f {
        padding-right: 90px !important;
    }

    .pd-sm-b-90-f {
        padding-bottom: 90px !important;
    }

    .pd-sm-l-90-f {
        padding-left: 90px !important;
    }

    .pd-sm-95 {
        padding: 95px;
    }

    .pd-sm-95-f {
        padding: 95px !important;
    }

    .pd-sm-y-95 {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .pd-sm-y-95-f {
        padding-top: 95px !important;
        padding-bottom: 95px !important;
    }

    .pd-sm-x-95 {
        padding-left: 95px;
        padding-right: 95px;
    }

    .pd-sm-x-95-f {
        padding-left: 95px !important;
        padding-right: 95px !important;
    }

    .pd-sm-t-95 {
        padding-top: 95px;
    }

    .pd-sm-r-95 {
        padding-right: 95px;
    }

    .pd-sm-b-95 {
        padding-bottom: 95px;
    }

    .pd-sm-l-95 {
        padding-left: 95px;
    }

    .pd-sm-t-95-f {
        padding-top: 95px !important;
    }

    .pd-sm-r-95-f {
        padding-right: 95px !important;
    }

    .pd-sm-b-95-f {
        padding-bottom: 95px !important;
    }

    .pd-sm-l-95-f {
        padding-left: 95px !important;
    }

    .pd-sm-100 {
        padding: 100px;
    }

    .pd-sm-100-f {
        padding: 100px !important;
    }

    .pd-sm-y-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pd-sm-y-100-f {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .pd-sm-x-100 {
        padding-left: 100px;
        padding-right: 100px;
    }

    .pd-sm-x-100-f {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    .pd-sm-t-100 {
        padding-top: 100px;
    }

    .pd-sm-r-100 {
        padding-right: 100px;
    }

    .pd-sm-b-100 {
        padding-bottom: 100px;
    }

    .pd-sm-l-100 {
        padding-left: 100px;
    }

    .pd-sm-t-100-f {
        padding-top: 100px !important;
    }

    .pd-sm-r-100-f {
        padding-right: 100px !important;
    }

    .pd-sm-b-100-f {
        padding-bottom: 100px !important;
    }

    .pd-sm-l-100-f {
        padding-left: 100px !important;
    }

    .pd-sm-110 {
        padding: 110px;
    }

    .pd-sm-110-f {
        padding: 110px !important;
    }

    .pd-sm-y-110 {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .pd-sm-y-110-f {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }

    .pd-sm-x-110 {
        padding-left: 110px;
        padding-right: 110px;
    }

    .pd-sm-x-110-f {
        padding-left: 110px !important;
        padding-right: 110px !important;
    }

    .pd-sm-t-110 {
        padding-top: 110px;
    }

    .pd-sm-r-110 {
        padding-right: 110px;
    }

    .pd-sm-b-110 {
        padding-bottom: 110px;
    }

    .pd-sm-l-110 {
        padding-left: 110px;
    }

    .pd-sm-t-110-f {
        padding-top: 110px !important;
    }

    .pd-sm-r-110-f {
        padding-right: 110px !important;
    }

    .pd-sm-b-110-f {
        padding-bottom: 110px !important;
    }

    .pd-sm-l-110-f {
        padding-left: 110px !important;
    }

    .pd-sm-120 {
        padding: 120px;
    }

    .pd-sm-120-f {
        padding: 120px !important;
    }

    .pd-sm-y-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .pd-sm-y-120-f {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }

    .pd-sm-x-120 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .pd-sm-x-120-f {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }

    .pd-sm-t-120 {
        padding-top: 120px;
    }

    .pd-sm-r-120 {
        padding-right: 120px;
    }

    .pd-sm-b-120 {
        padding-bottom: 120px;
    }

    .pd-sm-l-120 {
        padding-left: 120px;
    }

    .pd-sm-t-120-f {
        padding-top: 120px !important;
    }

    .pd-sm-r-120-f {
        padding-right: 120px !important;
    }

    .pd-sm-b-120-f {
        padding-bottom: 120px !important;
    }

    .pd-sm-l-120-f {
        padding-left: 120px !important;
    }

    .pd-sm-130 {
        padding: 130px;
    }

    .pd-sm-130-f {
        padding: 130px !important;
    }

    .pd-sm-y-130 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .pd-sm-y-130-f {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }

    .pd-sm-x-130 {
        padding-left: 130px;
        padding-right: 130px;
    }

    .pd-sm-x-130-f {
        padding-left: 130px !important;
        padding-right: 130px !important;
    }

    .pd-sm-t-130 {
        padding-top: 130px;
    }

    .pd-sm-r-130 {
        padding-right: 130px;
    }

    .pd-sm-b-130 {
        padding-bottom: 130px;
    }

    .pd-sm-l-130 {
        padding-left: 130px;
    }

    .pd-sm-t-130-f {
        padding-top: 130px !important;
    }

    .pd-sm-r-130-f {
        padding-right: 130px !important;
    }

    .pd-sm-b-130-f {
        padding-bottom: 130px !important;
    }

    .pd-sm-l-130-f {
        padding-left: 130px !important;
    }

    .pd-sm-140 {
        padding: 140px;
    }

    .pd-sm-140-f {
        padding: 140px !important;
    }

    .pd-sm-y-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .pd-sm-y-140-f {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }

    .pd-sm-x-140 {
        padding-left: 140px;
        padding-right: 140px;
    }

    .pd-sm-x-140-f {
        padding-left: 140px !important;
        padding-right: 140px !important;
    }

    .pd-sm-t-140 {
        padding-top: 140px;
    }

    .pd-sm-r-140 {
        padding-right: 140px;
    }

    .pd-sm-b-140 {
        padding-bottom: 140px;
    }

    .pd-sm-l-140 {
        padding-left: 140px;
    }

    .pd-sm-t-140-f {
        padding-top: 140px !important;
    }

    .pd-sm-r-140-f {
        padding-right: 140px !important;
    }

    .pd-sm-b-140-f {
        padding-bottom: 140px !important;
    }

    .pd-sm-l-140-f {
        padding-left: 140px !important;
    }

    .pd-sm-150 {
        padding: 150px;
    }

    .pd-sm-150-f {
        padding: 150px !important;
    }

    .pd-sm-y-150 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .pd-sm-y-150-f {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .pd-sm-x-150 {
        padding-left: 150px;
        padding-right: 150px;
    }

    .pd-sm-x-150-f {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }

    .pd-sm-t-150 {
        padding-top: 150px;
    }

    .pd-sm-r-150 {
        padding-right: 150px;
    }

    .pd-sm-b-150 {
        padding-bottom: 150px;
    }

    .pd-sm-l-150 {
        padding-left: 150px;
    }

    .pd-sm-t-150-f {
        padding-top: 150px !important;
    }

    .pd-sm-r-150-f {
        padding-right: 150px !important;
    }

    .pd-sm-b-150-f {
        padding-bottom: 150px !important;
    }

    .pd-sm-l-150-f {
        padding-left: 150px !important;
    }

    .pd-sm-160 {
        padding: 160px;
    }

    .pd-sm-160-f {
        padding: 160px !important;
    }

    .pd-sm-y-160 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .pd-sm-y-160-f {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }

    .pd-sm-x-160 {
        padding-left: 160px;
        padding-right: 160px;
    }

    .pd-sm-x-160-f {
        padding-left: 160px !important;
        padding-right: 160px !important;
    }

    .pd-sm-t-160 {
        padding-top: 160px;
    }

    .pd-sm-r-160 {
        padding-right: 160px;
    }

    .pd-sm-b-160 {
        padding-bottom: 160px;
    }

    .pd-sm-l-160 {
        padding-left: 160px;
    }

    .pd-sm-t-160-f {
        padding-top: 160px !important;
    }

    .pd-sm-r-160-f {
        padding-right: 160px !important;
    }

    .pd-sm-b-160-f {
        padding-bottom: 160px !important;
    }

    .pd-sm-l-160-f {
        padding-left: 160px !important;
    }

    .pd-sm-170 {
        padding: 170px;
    }

    .pd-sm-170-f {
        padding: 170px !important;
    }

    .pd-sm-y-170 {
        padding-top: 170px;
        padding-bottom: 170px;
    }

    .pd-sm-y-170-f {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }

    .pd-sm-x-170 {
        padding-left: 170px;
        padding-right: 170px;
    }

    .pd-sm-x-170-f {
        padding-left: 170px !important;
        padding-right: 170px !important;
    }

    .pd-sm-t-170 {
        padding-top: 170px;
    }

    .pd-sm-r-170 {
        padding-right: 170px;
    }

    .pd-sm-b-170 {
        padding-bottom: 170px;
    }

    .pd-sm-l-170 {
        padding-left: 170px;
    }

    .pd-sm-t-170-f {
        padding-top: 170px !important;
    }

    .pd-sm-r-170-f {
        padding-right: 170px !important;
    }

    .pd-sm-b-170-f {
        padding-bottom: 170px !important;
    }

    .pd-sm-l-170-f {
        padding-left: 170px !important;
    }

    .pd-sm-180 {
        padding: 180px;
    }

    .pd-sm-180-f {
        padding: 180px !important;
    }

    .pd-sm-y-180 {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .pd-sm-y-180-f {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }

    .pd-sm-x-180 {
        padding-left: 180px;
        padding-right: 180px;
    }

    .pd-sm-x-180-f {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

    .pd-sm-t-180 {
        padding-top: 180px;
    }

    .pd-sm-r-180 {
        padding-right: 180px;
    }

    .pd-sm-b-180 {
        padding-bottom: 180px;
    }

    .pd-sm-l-180 {
        padding-left: 180px;
    }

    .pd-sm-t-180-f {
        padding-top: 180px !important;
    }

    .pd-sm-r-180-f {
        padding-right: 180px !important;
    }

    .pd-sm-b-180-f {
        padding-bottom: 180px !important;
    }

    .pd-sm-l-180-f {
        padding-left: 180px !important;
    }

    .pd-sm-190 {
        padding: 190px;
    }

    .pd-sm-190-f {
        padding: 190px !important;
    }

    .pd-sm-y-190 {
        padding-top: 190px;
        padding-bottom: 190px;
    }

    .pd-sm-y-190-f {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }

    .pd-sm-x-190 {
        padding-left: 190px;
        padding-right: 190px;
    }

    .pd-sm-x-190-f {
        padding-left: 190px !important;
        padding-right: 190px !important;
    }

    .pd-sm-t-190 {
        padding-top: 190px;
    }

    .pd-sm-r-190 {
        padding-right: 190px;
    }

    .pd-sm-b-190 {
        padding-bottom: 190px;
    }

    .pd-sm-l-190 {
        padding-left: 190px;
    }

    .pd-sm-t-190-f {
        padding-top: 190px !important;
    }

    .pd-sm-r-190-f {
        padding-right: 190px !important;
    }

    .pd-sm-b-190-f {
        padding-bottom: 190px !important;
    }

    .pd-sm-l-190-f {
        padding-left: 190px !important;
    }

    .pd-sm-200 {
        padding: 200px;
    }

    .pd-sm-200-f {
        padding: 200px !important;
    }

    .pd-sm-y-200 {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .pd-sm-y-200-f {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .pd-sm-x-200 {
        padding-left: 200px;
        padding-right: 200px;
    }

    .pd-sm-x-200-f {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }

    .pd-sm-t-200 {
        padding-top: 200px;
    }

    .pd-sm-r-200 {
        padding-right: 200px;
    }

    .pd-sm-b-200 {
        padding-bottom: 200px;
    }

    .pd-sm-l-200 {
        padding-left: 200px;
    }

    .pd-sm-t-200-f {
        padding-top: 200px !important;
    }

    .pd-sm-r-200-f {
        padding-right: 200px !important;
    }

    .pd-sm-b-200-f {
        padding-bottom: 200px !important;
    }

    .pd-sm-l-200-f {
        padding-left: 200px !important;
    }
}

@media (min-width: 768px) {
    .pd-md-0 {
        padding: 0px;
    }

    .pd-md-0-f {
        padding: 0px !important;
    }

    .pd-md-y-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pd-md-y-0-f {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .pd-md-x-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pd-md-x-0-f {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pd-md-t-0 {
        padding-top: 0px;
    }

    .pd-md-r-0 {
        padding-right: 0px;
    }

    .pd-md-b-0 {
        padding-bottom: 0px;
    }

    .pd-md-l-0 {
        padding-left: 0px;
    }

    .pd-md-t-0-f {
        padding-top: 0px !important;
    }

    .pd-md-r-0-f {
        padding-right: 0px !important;
    }

    .pd-md-b-0-f {
        padding-bottom: 0px !important;
    }

    .pd-md-l-0-f {
        padding-left: 0px !important;
    }

    .pd-md-1 {
        padding: 1px;
    }

    .pd-md-1-f {
        padding: 1px !important;
    }

    .pd-md-y-1 {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .pd-md-y-1-f {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .pd-md-x-1 {
        padding-left: 1px;
        padding-right: 1px;
    }

    .pd-md-x-1-f {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .pd-md-t-1 {
        padding-top: 1px;
    }

    .pd-md-r-1 {
        padding-right: 1px;
    }

    .pd-md-b-1 {
        padding-bottom: 1px;
    }

    .pd-md-l-1 {
        padding-left: 1px;
    }

    .pd-md-t-1-f {
        padding-top: 1px !important;
    }

    .pd-md-r-1-f {
        padding-right: 1px !important;
    }

    .pd-md-b-1-f {
        padding-bottom: 1px !important;
    }

    .pd-md-l-1-f {
        padding-left: 1px !important;
    }

    .pd-md-2 {
        padding: 2px;
    }

    .pd-md-2-f {
        padding: 2px !important;
    }

    .pd-md-y-2 {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .pd-md-y-2-f {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .pd-md-x-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .pd-md-x-2-f {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .pd-md-t-2 {
        padding-top: 2px;
    }

    .pd-md-r-2 {
        padding-right: 2px;
    }

    .pd-md-b-2 {
        padding-bottom: 2px;
    }

    .pd-md-l-2 {
        padding-left: 2px;
    }

    .pd-md-t-2-f {
        padding-top: 2px !important;
    }

    .pd-md-r-2-f {
        padding-right: 2px !important;
    }

    .pd-md-b-2-f {
        padding-bottom: 2px !important;
    }

    .pd-md-l-2-f {
        padding-left: 2px !important;
    }

    .pd-md-3 {
        padding: 3px;
    }

    .pd-md-3-f {
        padding: 3px !important;
    }

    .pd-md-y-3 {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .pd-md-y-3-f {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .pd-md-x-3 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .pd-md-x-3-f {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .pd-md-t-3 {
        padding-top: 3px;
    }

    .pd-md-r-3 {
        padding-right: 3px;
    }

    .pd-md-b-3 {
        padding-bottom: 3px;
    }

    .pd-md-l-3 {
        padding-left: 3px;
    }

    .pd-md-t-3-f {
        padding-top: 3px !important;
    }

    .pd-md-r-3-f {
        padding-right: 3px !important;
    }

    .pd-md-b-3-f {
        padding-bottom: 3px !important;
    }

    .pd-md-l-3-f {
        padding-left: 3px !important;
    }

    .pd-md-4 {
        padding: 4px;
    }

    .pd-md-4-f {
        padding: 4px !important;
    }

    .pd-md-y-4 {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .pd-md-y-4-f {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .pd-md-x-4 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .pd-md-x-4-f {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .pd-md-t-4 {
        padding-top: 4px;
    }

    .pd-md-r-4 {
        padding-right: 4px;
    }

    .pd-md-b-4 {
        padding-bottom: 4px;
    }

    .pd-md-l-4 {
        padding-left: 4px;
    }

    .pd-md-t-4-f {
        padding-top: 4px !important;
    }

    .pd-md-r-4-f {
        padding-right: 4px !important;
    }

    .pd-md-b-4-f {
        padding-bottom: 4px !important;
    }

    .pd-md-l-4-f {
        padding-left: 4px !important;
    }

    .pd-md-5 {
        padding: 5px;
    }

    .pd-md-5-f {
        padding: 5px !important;
    }

    .pd-md-y-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pd-md-y-5-f {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .pd-md-x-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pd-md-x-5-f {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .pd-md-t-5 {
        padding-top: 5px;
    }

    .pd-md-r-5 {
        padding-right: 5px;
    }

    .pd-md-b-5 {
        padding-bottom: 5px;
    }

    .pd-md-l-5 {
        padding-left: 5px;
    }

    .pd-md-t-5-f {
        padding-top: 5px !important;
    }

    .pd-md-r-5-f {
        padding-right: 5px !important;
    }

    .pd-md-b-5-f {
        padding-bottom: 5px !important;
    }

    .pd-md-l-5-f {
        padding-left: 5px !important;
    }

    .pd-md-6 {
        padding: 6px;
    }

    .pd-md-6-f {
        padding: 6px !important;
    }

    .pd-md-y-6 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .pd-md-y-6-f {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .pd-md-x-6 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .pd-md-x-6-f {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .pd-md-t-6 {
        padding-top: 6px;
    }

    .pd-md-r-6 {
        padding-right: 6px;
    }

    .pd-md-b-6 {
        padding-bottom: 6px;
    }

    .pd-md-l-6 {
        padding-left: 6px;
    }

    .pd-md-t-6-f {
        padding-top: 6px !important;
    }

    .pd-md-r-6-f {
        padding-right: 6px !important;
    }

    .pd-md-b-6-f {
        padding-bottom: 6px !important;
    }

    .pd-md-l-6-f {
        padding-left: 6px !important;
    }

    .pd-md-7 {
        padding: 7px;
    }

    .pd-md-7-f {
        padding: 7px !important;
    }

    .pd-md-y-7 {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .pd-md-y-7-f {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .pd-md-x-7 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .pd-md-x-7-f {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .pd-md-t-7 {
        padding-top: 7px;
    }

    .pd-md-r-7 {
        padding-right: 7px;
    }

    .pd-md-b-7 {
        padding-bottom: 7px;
    }

    .pd-md-l-7 {
        padding-left: 7px;
    }

    .pd-md-t-7-f {
        padding-top: 7px !important;
    }

    .pd-md-r-7-f {
        padding-right: 7px !important;
    }

    .pd-md-b-7-f {
        padding-bottom: 7px !important;
    }

    .pd-md-l-7-f {
        padding-left: 7px !important;
    }

    .pd-md-8 {
        padding: 8px;
    }

    .pd-md-8-f {
        padding: 8px !important;
    }

    .pd-md-y-8 {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .pd-md-y-8-f {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .pd-md-x-8 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .pd-md-x-8-f {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .pd-md-t-8 {
        padding-top: 8px;
    }

    .pd-md-r-8 {
        padding-right: 8px;
    }

    .pd-md-b-8 {
        padding-bottom: 8px;
    }

    .pd-md-l-8 {
        padding-left: 8px;
    }

    .pd-md-t-8-f {
        padding-top: 8px !important;
    }

    .pd-md-r-8-f {
        padding-right: 8px !important;
    }

    .pd-md-b-8-f {
        padding-bottom: 8px !important;
    }

    .pd-md-l-8-f {
        padding-left: 8px !important;
    }

    .pd-md-9 {
        padding: 9px;
    }

    .pd-md-9-f {
        padding: 9px !important;
    }

    .pd-md-y-9 {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .pd-md-y-9-f {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .pd-md-x-9 {
        padding-left: 9px;
        padding-right: 9px;
    }

    .pd-md-x-9-f {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .pd-md-t-9 {
        padding-top: 9px;
    }

    .pd-md-r-9 {
        padding-right: 9px;
    }

    .pd-md-b-9 {
        padding-bottom: 9px;
    }

    .pd-md-l-9 {
        padding-left: 9px;
    }

    .pd-md-t-9-f {
        padding-top: 9px !important;
    }

    .pd-md-r-9-f {
        padding-right: 9px !important;
    }

    .pd-md-b-9-f {
        padding-bottom: 9px !important;
    }

    .pd-md-l-9-f {
        padding-left: 9px !important;
    }

    .pd-md-10 {
        padding: 10px;
    }

    .pd-md-10-f {
        padding: 10px !important;
    }

    .pd-md-y-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pd-md-y-10-f {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .pd-md-x-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pd-md-x-10-f {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .pd-md-t-10 {
        padding-top: 10px;
    }

    .pd-md-r-10 {
        padding-right: 10px;
    }

    .pd-md-b-10 {
        padding-bottom: 10px;
    }

    .pd-md-l-10 {
        padding-left: 10px;
    }

    .pd-md-t-10-f {
        padding-top: 10px !important;
    }

    .pd-md-r-10-f {
        padding-right: 10px !important;
    }

    .pd-md-b-10-f {
        padding-bottom: 10px !important;
    }

    .pd-md-l-10-f {
        padding-left: 10px !important;
    }

    .pd-md-15 {
        padding: 15px;
    }

    .pd-md-15-f {
        padding: 15px !important;
    }

    .pd-md-y-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pd-md-y-15-f {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .pd-md-x-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pd-md-x-15-f {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pd-md-t-15 {
        padding-top: 15px;
    }

    .pd-md-r-15 {
        padding-right: 15px;
    }

    .pd-md-b-15 {
        padding-bottom: 15px;
    }

    .pd-md-l-15 {
        padding-left: 15px;
    }

    .pd-md-t-15-f {
        padding-top: 15px !important;
    }

    .pd-md-r-15-f {
        padding-right: 15px !important;
    }

    .pd-md-b-15-f {
        padding-bottom: 15px !important;
    }

    .pd-md-l-15-f {
        padding-left: 15px !important;
    }

    .pd-md-20 {
        padding: 20px;
    }

    .pd-md-20-f {
        padding: 20px !important;
    }

    .pd-md-y-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pd-md-y-20-f {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .pd-md-x-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pd-md-x-20-f {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pd-md-t-20 {
        padding-top: 20px;
    }

    .pd-md-r-20 {
        padding-right: 20px;
    }

    .pd-md-b-20 {
        padding-bottom: 20px;
    }

    .pd-md-l-20 {
        padding-left: 20px;
    }

    .pd-md-t-20-f {
        padding-top: 20px !important;
    }

    .pd-md-r-20-f {
        padding-right: 20px !important;
    }

    .pd-md-b-20-f {
        padding-bottom: 20px !important;
    }

    .pd-md-l-20-f {
        padding-left: 20px !important;
    }

    .pd-md-25 {
        padding: 25px;
    }

    .pd-md-25-f {
        padding: 25px !important;
    }

    .pd-md-y-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .pd-md-y-25-f {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .pd-md-x-25 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .pd-md-x-25-f {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .pd-md-t-25 {
        padding-top: 25px;
    }

    .pd-md-r-25 {
        padding-right: 25px;
    }

    .pd-md-b-25 {
        padding-bottom: 25px;
    }

    .pd-md-l-25 {
        padding-left: 25px;
    }

    .pd-md-t-25-f {
        padding-top: 25px !important;
    }

    .pd-md-r-25-f {
        padding-right: 25px !important;
    }

    .pd-md-b-25-f {
        padding-bottom: 25px !important;
    }

    .pd-md-l-25-f {
        padding-left: 25px !important;
    }

    .pd-md-30 {
        padding: 30px;
    }

    .pd-md-30-f {
        padding: 30px !important;
    }

    .pd-md-y-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pd-md-y-30-f {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .pd-md-x-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pd-md-x-30-f {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .pd-md-t-30 {
        padding-top: 30px;
    }

    .pd-md-r-30 {
        padding-right: 30px;
    }

    .pd-md-b-30 {
        padding-bottom: 30px;
    }

    .pd-md-l-30 {
        padding-left: 30px;
    }

    .pd-md-t-30-f {
        padding-top: 30px !important;
    }

    .pd-md-r-30-f {
        padding-right: 30px !important;
    }

    .pd-md-b-30-f {
        padding-bottom: 30px !important;
    }

    .pd-md-l-30-f {
        padding-left: 30px !important;
    }

    .pd-md-35 {
        padding: 35px;
    }

    .pd-md-35-f {
        padding: 35px !important;
    }

    .pd-md-y-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .pd-md-y-35-f {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .pd-md-x-35 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .pd-md-x-35-f {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .pd-md-t-35 {
        padding-top: 35px;
    }

    .pd-md-r-35 {
        padding-right: 35px;
    }

    .pd-md-b-35 {
        padding-bottom: 35px;
    }

    .pd-md-l-35 {
        padding-left: 35px;
    }

    .pd-md-t-35-f {
        padding-top: 35px !important;
    }

    .pd-md-r-35-f {
        padding-right: 35px !important;
    }

    .pd-md-b-35-f {
        padding-bottom: 35px !important;
    }

    .pd-md-l-35-f {
        padding-left: 35px !important;
    }

    .pd-md-40 {
        padding: 40px;
    }

    .pd-md-40-f {
        padding: 40px !important;
    }

    .pd-md-y-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pd-md-y-40-f {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .pd-md-x-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .pd-md-x-40-f {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .pd-md-t-40 {
        padding-top: 40px;
    }

    .pd-md-r-40 {
        padding-right: 40px;
    }

    .pd-md-b-40 {
        padding-bottom: 40px;
    }

    .pd-md-l-40 {
        padding-left: 40px;
    }

    .pd-md-t-40-f {
        padding-top: 40px !important;
    }

    .pd-md-r-40-f {
        padding-right: 40px !important;
    }

    .pd-md-b-40-f {
        padding-bottom: 40px !important;
    }

    .pd-md-l-40-f {
        padding-left: 40px !important;
    }

    .pd-md-45 {
        padding: 45px;
    }

    .pd-md-45-f {
        padding: 45px !important;
    }

    .pd-md-y-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .pd-md-y-45-f {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .pd-md-x-45 {
        padding-left: 45px;
        padding-right: 45px;
    }

    .pd-md-x-45-f {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .pd-md-t-45 {
        padding-top: 45px;
    }

    .pd-md-r-45 {
        padding-right: 45px;
    }

    .pd-md-b-45 {
        padding-bottom: 45px;
    }

    .pd-md-l-45 {
        padding-left: 45px;
    }

    .pd-md-t-45-f {
        padding-top: 45px !important;
    }

    .pd-md-r-45-f {
        padding-right: 45px !important;
    }

    .pd-md-b-45-f {
        padding-bottom: 45px !important;
    }

    .pd-md-l-45-f {
        padding-left: 45px !important;
    }

    .pd-md-50 {
        padding: 50px;
    }

    .pd-md-50-f {
        padding: 50px !important;
    }

    .pd-md-y-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pd-md-y-50-f {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .pd-md-x-50 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .pd-md-x-50-f {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .pd-md-t-50 {
        padding-top: 50px;
    }

    .pd-md-r-50 {
        padding-right: 50px;
    }

    .pd-md-b-50 {
        padding-bottom: 50px;
    }

    .pd-md-l-50 {
        padding-left: 50px;
    }

    .pd-md-t-50-f {
        padding-top: 50px !important;
    }

    .pd-md-r-50-f {
        padding-right: 50px !important;
    }

    .pd-md-b-50-f {
        padding-bottom: 50px !important;
    }

    .pd-md-l-50-f {
        padding-left: 50px !important;
    }

    .pd-md-55 {
        padding: 55px;
    }

    .pd-md-55-f {
        padding: 55px !important;
    }

    .pd-md-y-55 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .pd-md-y-55-f {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .pd-md-x-55 {
        padding-left: 55px;
        padding-right: 55px;
    }

    .pd-md-x-55-f {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }

    .pd-md-t-55 {
        padding-top: 55px;
    }

    .pd-md-r-55 {
        padding-right: 55px;
    }

    .pd-md-b-55 {
        padding-bottom: 55px;
    }

    .pd-md-l-55 {
        padding-left: 55px;
    }

    .pd-md-t-55-f {
        padding-top: 55px !important;
    }

    .pd-md-r-55-f {
        padding-right: 55px !important;
    }

    .pd-md-b-55-f {
        padding-bottom: 55px !important;
    }

    .pd-md-l-55-f {
        padding-left: 55px !important;
    }

    .pd-md-60 {
        padding: 60px;
    }

    .pd-md-60-f {
        padding: 60px !important;
    }

    .pd-md-y-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pd-md-y-60-f {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .pd-md-x-60 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .pd-md-x-60-f {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .pd-md-t-60 {
        padding-top: 60px;
    }

    .pd-md-r-60 {
        padding-right: 60px;
    }

    .pd-md-b-60 {
        padding-bottom: 60px;
    }

    .pd-md-l-60 {
        padding-left: 60px;
    }

    .pd-md-t-60-f {
        padding-top: 60px !important;
    }

    .pd-md-r-60-f {
        padding-right: 60px !important;
    }

    .pd-md-b-60-f {
        padding-bottom: 60px !important;
    }

    .pd-md-l-60-f {
        padding-left: 60px !important;
    }

    .pd-md-65 {
        padding: 65px;
    }

    .pd-md-65-f {
        padding: 65px !important;
    }

    .pd-md-y-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .pd-md-y-65-f {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    .pd-md-x-65 {
        padding-left: 65px;
        padding-right: 65px;
    }

    .pd-md-x-65-f {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }

    .pd-md-t-65 {
        padding-top: 65px;
    }

    .pd-md-r-65 {
        padding-right: 65px;
    }

    .pd-md-b-65 {
        padding-bottom: 65px;
    }

    .pd-md-l-65 {
        padding-left: 65px;
    }

    .pd-md-t-65-f {
        padding-top: 65px !important;
    }

    .pd-md-r-65-f {
        padding-right: 65px !important;
    }

    .pd-md-b-65-f {
        padding-bottom: 65px !important;
    }

    .pd-md-l-65-f {
        padding-left: 65px !important;
    }

    .pd-md-70 {
        padding: 70px;
    }

    .pd-md-70-f {
        padding: 70px !important;
    }

    .pd-md-y-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pd-md-y-70-f {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .pd-md-x-70 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .pd-md-x-70-f {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }

    .pd-md-t-70 {
        padding-top: 70px;
    }

    .pd-md-r-70 {
        padding-right: 70px;
    }

    .pd-md-b-70 {
        padding-bottom: 70px;
    }

    .pd-md-l-70 {
        padding-left: 70px;
    }

    .pd-md-t-70-f {
        padding-top: 70px !important;
    }

    .pd-md-r-70-f {
        padding-right: 70px !important;
    }

    .pd-md-b-70-f {
        padding-bottom: 70px !important;
    }

    .pd-md-l-70-f {
        padding-left: 70px !important;
    }

    .pd-md-75 {
        padding: 75px;
    }

    .pd-md-75-f {
        padding: 75px !important;
    }

    .pd-md-y-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .pd-md-y-75-f {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .pd-md-x-75 {
        padding-left: 75px;
        padding-right: 75px;
    }

    .pd-md-x-75-f {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }

    .pd-md-t-75 {
        padding-top: 75px;
    }

    .pd-md-r-75 {
        padding-right: 75px;
    }

    .pd-md-b-75 {
        padding-bottom: 75px;
    }

    .pd-md-l-75 {
        padding-left: 75px;
    }

    .pd-md-t-75-f {
        padding-top: 75px !important;
    }

    .pd-md-r-75-f {
        padding-right: 75px !important;
    }

    .pd-md-b-75-f {
        padding-bottom: 75px !important;
    }

    .pd-md-l-75-f {
        padding-left: 75px !important;
    }

    .pd-md-80 {
        padding: 80px;
    }

    .pd-md-80-f {
        padding: 80px !important;
    }

    .pd-md-y-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pd-md-y-80-f {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .pd-md-x-80 {
        padding-left: 80px;
        padding-right: 80px;
    }

    .pd-md-x-80-f {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .pd-md-t-80 {
        padding-top: 80px;
    }

    .pd-md-r-80 {
        padding-right: 80px;
    }

    .pd-md-b-80 {
        padding-bottom: 80px;
    }

    .pd-md-l-80 {
        padding-left: 80px;
    }

    .pd-md-t-80-f {
        padding-top: 80px !important;
    }

    .pd-md-r-80-f {
        padding-right: 80px !important;
    }

    .pd-md-b-80-f {
        padding-bottom: 80px !important;
    }

    .pd-md-l-80-f {
        padding-left: 80px !important;
    }

    .pd-md-85 {
        padding: 85px;
    }

    .pd-md-85-f {
        padding: 85px !important;
    }

    .pd-md-y-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .pd-md-y-85-f {
        padding-top: 85px !important;
        padding-bottom: 85px !important;
    }

    .pd-md-x-85 {
        padding-left: 85px;
        padding-right: 85px;
    }

    .pd-md-x-85-f {
        padding-left: 85px !important;
        padding-right: 85px !important;
    }

    .pd-md-t-85 {
        padding-top: 85px;
    }

    .pd-md-r-85 {
        padding-right: 85px;
    }

    .pd-md-b-85 {
        padding-bottom: 85px;
    }

    .pd-md-l-85 {
        padding-left: 85px;
    }

    .pd-md-t-85-f {
        padding-top: 85px !important;
    }

    .pd-md-r-85-f {
        padding-right: 85px !important;
    }

    .pd-md-b-85-f {
        padding-bottom: 85px !important;
    }

    .pd-md-l-85-f {
        padding-left: 85px !important;
    }

    .pd-md-90 {
        padding: 90px;
    }

    .pd-md-90-f {
        padding: 90px !important;
    }

    .pd-md-y-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .pd-md-y-90-f {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .pd-md-x-90 {
        padding-left: 90px;
        padding-right: 90px;
    }

    .pd-md-x-90-f {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .pd-md-t-90 {
        padding-top: 90px;
    }

    .pd-md-r-90 {
        padding-right: 90px;
    }

    .pd-md-b-90 {
        padding-bottom: 90px;
    }

    .pd-md-l-90 {
        padding-left: 90px;
    }

    .pd-md-t-90-f {
        padding-top: 90px !important;
    }

    .pd-md-r-90-f {
        padding-right: 90px !important;
    }

    .pd-md-b-90-f {
        padding-bottom: 90px !important;
    }

    .pd-md-l-90-f {
        padding-left: 90px !important;
    }

    .pd-md-95 {
        padding: 95px;
    }

    .pd-md-95-f {
        padding: 95px !important;
    }

    .pd-md-y-95 {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .pd-md-y-95-f {
        padding-top: 95px !important;
        padding-bottom: 95px !important;
    }

    .pd-md-x-95 {
        padding-left: 95px;
        padding-right: 95px;
    }

    .pd-md-x-95-f {
        padding-left: 95px !important;
        padding-right: 95px !important;
    }

    .pd-md-t-95 {
        padding-top: 95px;
    }

    .pd-md-r-95 {
        padding-right: 95px;
    }

    .pd-md-b-95 {
        padding-bottom: 95px;
    }

    .pd-md-l-95 {
        padding-left: 95px;
    }

    .pd-md-t-95-f {
        padding-top: 95px !important;
    }

    .pd-md-r-95-f {
        padding-right: 95px !important;
    }

    .pd-md-b-95-f {
        padding-bottom: 95px !important;
    }

    .pd-md-l-95-f {
        padding-left: 95px !important;
    }

    .pd-md-100 {
        padding: 100px;
    }

    .pd-md-100-f {
        padding: 100px !important;
    }

    .pd-md-y-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pd-md-y-100-f {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .pd-md-x-100 {
        padding-left: 100px;
        padding-right: 100px;
    }

    .pd-md-x-100-f {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    .pd-md-t-100 {
        padding-top: 100px;
    }

    .pd-md-r-100 {
        padding-right: 100px;
    }

    .pd-md-b-100 {
        padding-bottom: 100px;
    }

    .pd-md-l-100 {
        padding-left: 100px;
    }

    .pd-md-t-100-f {
        padding-top: 100px !important;
    }

    .pd-md-r-100-f {
        padding-right: 100px !important;
    }

    .pd-md-b-100-f {
        padding-bottom: 100px !important;
    }

    .pd-md-l-100-f {
        padding-left: 100px !important;
    }

    .pd-md-110 {
        padding: 110px;
    }

    .pd-md-110-f {
        padding: 110px !important;
    }

    .pd-md-y-110 {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .pd-md-y-110-f {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }

    .pd-md-x-110 {
        padding-left: 110px;
        padding-right: 110px;
    }

    .pd-md-x-110-f {
        padding-left: 110px !important;
        padding-right: 110px !important;
    }

    .pd-md-t-110 {
        padding-top: 110px;
    }

    .pd-md-r-110 {
        padding-right: 110px;
    }

    .pd-md-b-110 {
        padding-bottom: 110px;
    }

    .pd-md-l-110 {
        padding-left: 110px;
    }

    .pd-md-t-110-f {
        padding-top: 110px !important;
    }

    .pd-md-r-110-f {
        padding-right: 110px !important;
    }

    .pd-md-b-110-f {
        padding-bottom: 110px !important;
    }

    .pd-md-l-110-f {
        padding-left: 110px !important;
    }

    .pd-md-120 {
        padding: 120px;
    }

    .pd-md-120-f {
        padding: 120px !important;
    }

    .pd-md-y-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .pd-md-y-120-f {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }

    .pd-md-x-120 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .pd-md-x-120-f {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }

    .pd-md-t-120 {
        padding-top: 120px;
    }

    .pd-md-r-120 {
        padding-right: 120px;
    }

    .pd-md-b-120 {
        padding-bottom: 120px;
    }

    .pd-md-l-120 {
        padding-left: 120px;
    }

    .pd-md-t-120-f {
        padding-top: 120px !important;
    }

    .pd-md-r-120-f {
        padding-right: 120px !important;
    }

    .pd-md-b-120-f {
        padding-bottom: 120px !important;
    }

    .pd-md-l-120-f {
        padding-left: 120px !important;
    }

    .pd-md-130 {
        padding: 130px;
    }

    .pd-md-130-f {
        padding: 130px !important;
    }

    .pd-md-y-130 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .pd-md-y-130-f {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }

    .pd-md-x-130 {
        padding-left: 130px;
        padding-right: 130px;
    }

    .pd-md-x-130-f {
        padding-left: 130px !important;
        padding-right: 130px !important;
    }

    .pd-md-t-130 {
        padding-top: 130px;
    }

    .pd-md-r-130 {
        padding-right: 130px;
    }

    .pd-md-b-130 {
        padding-bottom: 130px;
    }

    .pd-md-l-130 {
        padding-left: 130px;
    }

    .pd-md-t-130-f {
        padding-top: 130px !important;
    }

    .pd-md-r-130-f {
        padding-right: 130px !important;
    }

    .pd-md-b-130-f {
        padding-bottom: 130px !important;
    }

    .pd-md-l-130-f {
        padding-left: 130px !important;
    }

    .pd-md-140 {
        padding: 140px;
    }

    .pd-md-140-f {
        padding: 140px !important;
    }

    .pd-md-y-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .pd-md-y-140-f {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }

    .pd-md-x-140 {
        padding-left: 140px;
        padding-right: 140px;
    }

    .pd-md-x-140-f {
        padding-left: 140px !important;
        padding-right: 140px !important;
    }

    .pd-md-t-140 {
        padding-top: 140px;
    }

    .pd-md-r-140 {
        padding-right: 140px;
    }

    .pd-md-b-140 {
        padding-bottom: 140px;
    }

    .pd-md-l-140 {
        padding-left: 140px;
    }

    .pd-md-t-140-f {
        padding-top: 140px !important;
    }

    .pd-md-r-140-f {
        padding-right: 140px !important;
    }

    .pd-md-b-140-f {
        padding-bottom: 140px !important;
    }

    .pd-md-l-140-f {
        padding-left: 140px !important;
    }

    .pd-md-150 {
        padding: 150px;
    }

    .pd-md-150-f {
        padding: 150px !important;
    }

    .pd-md-y-150 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .pd-md-y-150-f {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .pd-md-x-150 {
        padding-left: 150px;
        padding-right: 150px;
    }

    .pd-md-x-150-f {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }

    .pd-md-t-150 {
        padding-top: 150px;
    }

    .pd-md-r-150 {
        padding-right: 150px;
    }

    .pd-md-b-150 {
        padding-bottom: 150px;
    }

    .pd-md-l-150 {
        padding-left: 150px;
    }

    .pd-md-t-150-f {
        padding-top: 150px !important;
    }

    .pd-md-r-150-f {
        padding-right: 150px !important;
    }

    .pd-md-b-150-f {
        padding-bottom: 150px !important;
    }

    .pd-md-l-150-f {
        padding-left: 150px !important;
    }

    .pd-md-160 {
        padding: 160px;
    }

    .pd-md-160-f {
        padding: 160px !important;
    }

    .pd-md-y-160 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .pd-md-y-160-f {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }

    .pd-md-x-160 {
        padding-left: 160px;
        padding-right: 160px;
    }

    .pd-md-x-160-f {
        padding-left: 160px !important;
        padding-right: 160px !important;
    }

    .pd-md-t-160 {
        padding-top: 160px;
    }

    .pd-md-r-160 {
        padding-right: 160px;
    }

    .pd-md-b-160 {
        padding-bottom: 160px;
    }

    .pd-md-l-160 {
        padding-left: 160px;
    }

    .pd-md-t-160-f {
        padding-top: 160px !important;
    }

    .pd-md-r-160-f {
        padding-right: 160px !important;
    }

    .pd-md-b-160-f {
        padding-bottom: 160px !important;
    }

    .pd-md-l-160-f {
        padding-left: 160px !important;
    }

    .pd-md-170 {
        padding: 170px;
    }

    .pd-md-170-f {
        padding: 170px !important;
    }

    .pd-md-y-170 {
        padding-top: 170px;
        padding-bottom: 170px;
    }

    .pd-md-y-170-f {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }

    .pd-md-x-170 {
        padding-left: 170px;
        padding-right: 170px;
    }

    .pd-md-x-170-f {
        padding-left: 170px !important;
        padding-right: 170px !important;
    }

    .pd-md-t-170 {
        padding-top: 170px;
    }

    .pd-md-r-170 {
        padding-right: 170px;
    }

    .pd-md-b-170 {
        padding-bottom: 170px;
    }

    .pd-md-l-170 {
        padding-left: 170px;
    }

    .pd-md-t-170-f {
        padding-top: 170px !important;
    }

    .pd-md-r-170-f {
        padding-right: 170px !important;
    }

    .pd-md-b-170-f {
        padding-bottom: 170px !important;
    }

    .pd-md-l-170-f {
        padding-left: 170px !important;
    }

    .pd-md-180 {
        padding: 180px;
    }

    .pd-md-180-f {
        padding: 180px !important;
    }

    .pd-md-y-180 {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .pd-md-y-180-f {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }

    .pd-md-x-180 {
        padding-left: 180px;
        padding-right: 180px;
    }

    .pd-md-x-180-f {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

    .pd-md-t-180 {
        padding-top: 180px;
    }

    .pd-md-r-180 {
        padding-right: 180px;
    }

    .pd-md-b-180 {
        padding-bottom: 180px;
    }

    .pd-md-l-180 {
        padding-left: 180px;
    }

    .pd-md-t-180-f {
        padding-top: 180px !important;
    }

    .pd-md-r-180-f {
        padding-right: 180px !important;
    }

    .pd-md-b-180-f {
        padding-bottom: 180px !important;
    }

    .pd-md-l-180-f {
        padding-left: 180px !important;
    }

    .pd-md-190 {
        padding: 190px;
    }

    .pd-md-190-f {
        padding: 190px !important;
    }

    .pd-md-y-190 {
        padding-top: 190px;
        padding-bottom: 190px;
    }

    .pd-md-y-190-f {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }

    .pd-md-x-190 {
        padding-left: 190px;
        padding-right: 190px;
    }

    .pd-md-x-190-f {
        padding-left: 190px !important;
        padding-right: 190px !important;
    }

    .pd-md-t-190 {
        padding-top: 190px;
    }

    .pd-md-r-190 {
        padding-right: 190px;
    }

    .pd-md-b-190 {
        padding-bottom: 190px;
    }

    .pd-md-l-190 {
        padding-left: 190px;
    }

    .pd-md-t-190-f {
        padding-top: 190px !important;
    }

    .pd-md-r-190-f {
        padding-right: 190px !important;
    }

    .pd-md-b-190-f {
        padding-bottom: 190px !important;
    }

    .pd-md-l-190-f {
        padding-left: 190px !important;
    }

    .pd-md-200 {
        padding: 200px;
    }

    .pd-md-200-f {
        padding: 200px !important;
    }

    .pd-md-y-200 {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .pd-md-y-200-f {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .pd-md-x-200 {
        padding-left: 200px;
        padding-right: 200px;
    }

    .pd-md-x-200-f {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }

    .pd-md-t-200 {
        padding-top: 200px;
    }

    .pd-md-r-200 {
        padding-right: 200px;
    }

    .pd-md-b-200 {
        padding-bottom: 200px;
    }

    .pd-md-l-200 {
        padding-left: 200px;
    }

    .pd-md-t-200-f {
        padding-top: 200px !important;
    }

    .pd-md-r-200-f {
        padding-right: 200px !important;
    }

    .pd-md-b-200-f {
        padding-bottom: 200px !important;
    }

    .pd-md-l-200-f {
        padding-left: 200px !important;
    }
}

@media (min-width: 992px) {
    .pd-lg-0 {
        padding: 0px;
    }

    .pd-lg-0-f {
        padding: 0px !important;
    }

    .pd-lg-y-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pd-lg-y-0-f {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .pd-lg-x-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pd-lg-x-0-f {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pd-lg-t-0 {
        padding-top: 0px;
    }

    .pd-lg-r-0 {
        padding-right: 0px;
    }

    .pd-lg-b-0 {
        padding-bottom: 0px;
    }

    .pd-lg-l-0 {
        padding-left: 0px;
    }

    .pd-lg-t-0-f {
        padding-top: 0px !important;
    }

    .pd-lg-r-0-f {
        padding-right: 0px !important;
    }

    .pd-lg-b-0-f {
        padding-bottom: 0px !important;
    }

    .pd-lg-l-0-f {
        padding-left: 0px !important;
    }

    .pd-lg-1 {
        padding: 1px;
    }

    .pd-lg-1-f {
        padding: 1px !important;
    }

    .pd-lg-y-1 {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .pd-lg-y-1-f {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .pd-lg-x-1 {
        padding-left: 1px;
        padding-right: 1px;
    }

    .pd-lg-x-1-f {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .pd-lg-t-1 {
        padding-top: 1px;
    }

    .pd-lg-r-1 {
        padding-right: 1px;
    }

    .pd-lg-b-1 {
        padding-bottom: 1px;
    }

    .pd-lg-l-1 {
        padding-left: 1px;
    }

    .pd-lg-t-1-f {
        padding-top: 1px !important;
    }

    .pd-lg-r-1-f {
        padding-right: 1px !important;
    }

    .pd-lg-b-1-f {
        padding-bottom: 1px !important;
    }

    .pd-lg-l-1-f {
        padding-left: 1px !important;
    }

    .pd-lg-2 {
        padding: 2px;
    }

    .pd-lg-2-f {
        padding: 2px !important;
    }

    .pd-lg-y-2 {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .pd-lg-y-2-f {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .pd-lg-x-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .pd-lg-x-2-f {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .pd-lg-t-2 {
        padding-top: 2px;
    }

    .pd-lg-r-2 {
        padding-right: 2px;
    }

    .pd-lg-b-2 {
        padding-bottom: 2px;
    }

    .pd-lg-l-2 {
        padding-left: 2px;
    }

    .pd-lg-t-2-f {
        padding-top: 2px !important;
    }

    .pd-lg-r-2-f {
        padding-right: 2px !important;
    }

    .pd-lg-b-2-f {
        padding-bottom: 2px !important;
    }

    .pd-lg-l-2-f {
        padding-left: 2px !important;
    }

    .pd-lg-3 {
        padding: 3px;
    }

    .pd-lg-3-f {
        padding: 3px !important;
    }

    .pd-lg-y-3 {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .pd-lg-y-3-f {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .pd-lg-x-3 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .pd-lg-x-3-f {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .pd-lg-t-3 {
        padding-top: 3px;
    }

    .pd-lg-r-3 {
        padding-right: 3px;
    }

    .pd-lg-b-3 {
        padding-bottom: 3px;
    }

    .pd-lg-l-3 {
        padding-left: 3px;
    }

    .pd-lg-t-3-f {
        padding-top: 3px !important;
    }

    .pd-lg-r-3-f {
        padding-right: 3px !important;
    }

    .pd-lg-b-3-f {
        padding-bottom: 3px !important;
    }

    .pd-lg-l-3-f {
        padding-left: 3px !important;
    }

    .pd-lg-4 {
        padding: 4px;
    }

    .pd-lg-4-f {
        padding: 4px !important;
    }

    .pd-lg-y-4 {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .pd-lg-y-4-f {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .pd-lg-x-4 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .pd-lg-x-4-f {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .pd-lg-t-4 {
        padding-top: 4px;
    }

    .pd-lg-r-4 {
        padding-right: 4px;
    }

    .pd-lg-b-4 {
        padding-bottom: 4px;
    }

    .pd-lg-l-4 {
        padding-left: 4px;
    }

    .pd-lg-t-4-f {
        padding-top: 4px !important;
    }

    .pd-lg-r-4-f {
        padding-right: 4px !important;
    }

    .pd-lg-b-4-f {
        padding-bottom: 4px !important;
    }

    .pd-lg-l-4-f {
        padding-left: 4px !important;
    }

    .pd-lg-5 {
        padding: 5px;
    }

    .pd-lg-5-f {
        padding: 5px !important;
    }

    .pd-lg-y-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pd-lg-y-5-f {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .pd-lg-x-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pd-lg-x-5-f {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .pd-lg-t-5 {
        padding-top: 5px;
    }

    .pd-lg-r-5 {
        padding-right: 5px;
    }

    .pd-lg-b-5 {
        padding-bottom: 5px;
    }

    .pd-lg-l-5 {
        padding-left: 5px;
    }

    .pd-lg-t-5-f {
        padding-top: 5px !important;
    }

    .pd-lg-r-5-f {
        padding-right: 5px !important;
    }

    .pd-lg-b-5-f {
        padding-bottom: 5px !important;
    }

    .pd-lg-l-5-f {
        padding-left: 5px !important;
    }

    .pd-lg-6 {
        padding: 6px;
    }

    .pd-lg-6-f {
        padding: 6px !important;
    }

    .pd-lg-y-6 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .pd-lg-y-6-f {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .pd-lg-x-6 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .pd-lg-x-6-f {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .pd-lg-t-6 {
        padding-top: 6px;
    }

    .pd-lg-r-6 {
        padding-right: 6px;
    }

    .pd-lg-b-6 {
        padding-bottom: 6px;
    }

    .pd-lg-l-6 {
        padding-left: 6px;
    }

    .pd-lg-t-6-f {
        padding-top: 6px !important;
    }

    .pd-lg-r-6-f {
        padding-right: 6px !important;
    }

    .pd-lg-b-6-f {
        padding-bottom: 6px !important;
    }

    .pd-lg-l-6-f {
        padding-left: 6px !important;
    }

    .pd-lg-7 {
        padding: 7px;
    }

    .pd-lg-7-f {
        padding: 7px !important;
    }

    .pd-lg-y-7 {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .pd-lg-y-7-f {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .pd-lg-x-7 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .pd-lg-x-7-f {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .pd-lg-t-7 {
        padding-top: 7px;
    }

    .pd-lg-r-7 {
        padding-right: 7px;
    }

    .pd-lg-b-7 {
        padding-bottom: 7px;
    }

    .pd-lg-l-7 {
        padding-left: 7px;
    }

    .pd-lg-t-7-f {
        padding-top: 7px !important;
    }

    .pd-lg-r-7-f {
        padding-right: 7px !important;
    }

    .pd-lg-b-7-f {
        padding-bottom: 7px !important;
    }

    .pd-lg-l-7-f {
        padding-left: 7px !important;
    }

    .pd-lg-8 {
        padding: 8px;
    }

    .pd-lg-8-f {
        padding: 8px !important;
    }

    .pd-lg-y-8 {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .pd-lg-y-8-f {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .pd-lg-x-8 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .pd-lg-x-8-f {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .pd-lg-t-8 {
        padding-top: 8px;
    }

    .pd-lg-r-8 {
        padding-right: 8px;
    }

    .pd-lg-b-8 {
        padding-bottom: 8px;
    }

    .pd-lg-l-8 {
        padding-left: 8px;
    }

    .pd-lg-t-8-f {
        padding-top: 8px !important;
    }

    .pd-lg-r-8-f {
        padding-right: 8px !important;
    }

    .pd-lg-b-8-f {
        padding-bottom: 8px !important;
    }

    .pd-lg-l-8-f {
        padding-left: 8px !important;
    }

    .pd-lg-9 {
        padding: 9px;
    }

    .pd-lg-9-f {
        padding: 9px !important;
    }

    .pd-lg-y-9 {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .pd-lg-y-9-f {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .pd-lg-x-9 {
        padding-left: 9px;
        padding-right: 9px;
    }

    .pd-lg-x-9-f {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .pd-lg-t-9 {
        padding-top: 9px;
    }

    .pd-lg-r-9 {
        padding-right: 9px;
    }

    .pd-lg-b-9 {
        padding-bottom: 9px;
    }

    .pd-lg-l-9 {
        padding-left: 9px;
    }

    .pd-lg-t-9-f {
        padding-top: 9px !important;
    }

    .pd-lg-r-9-f {
        padding-right: 9px !important;
    }

    .pd-lg-b-9-f {
        padding-bottom: 9px !important;
    }

    .pd-lg-l-9-f {
        padding-left: 9px !important;
    }

    .pd-lg-10 {
        padding: 10px;
    }

    .pd-lg-10-f {
        padding: 10px !important;
    }

    .pd-lg-y-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pd-lg-y-10-f {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .pd-lg-x-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pd-lg-x-10-f {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .pd-lg-t-10 {
        padding-top: 10px;
    }

    .pd-lg-r-10 {
        padding-right: 10px;
    }

    .pd-lg-b-10 {
        padding-bottom: 10px;
    }

    .pd-lg-l-10 {
        padding-left: 10px;
    }

    .pd-lg-t-10-f {
        padding-top: 10px !important;
    }

    .pd-lg-r-10-f {
        padding-right: 10px !important;
    }

    .pd-lg-b-10-f {
        padding-bottom: 10px !important;
    }

    .pd-lg-l-10-f {
        padding-left: 10px !important;
    }

    .pd-lg-15 {
        padding: 15px;
    }

    .pd-lg-15-f {
        padding: 15px !important;
    }

    .pd-lg-y-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pd-lg-y-15-f {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .pd-lg-x-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pd-lg-x-15-f {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pd-lg-t-15 {
        padding-top: 15px;
    }

    .pd-lg-r-15 {
        padding-right: 15px;
    }

    .pd-lg-b-15 {
        padding-bottom: 15px;
    }

    .pd-lg-l-15 {
        padding-left: 15px;
    }

    .pd-lg-t-15-f {
        padding-top: 15px !important;
    }

    .pd-lg-r-15-f {
        padding-right: 15px !important;
    }

    .pd-lg-b-15-f {
        padding-bottom: 15px !important;
    }

    .pd-lg-l-15-f {
        padding-left: 15px !important;
    }

    .pd-lg-20 {
        padding: 20px;
    }

    .pd-lg-20-f {
        padding: 20px !important;
    }

    .pd-lg-y-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pd-lg-y-20-f {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .pd-lg-x-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pd-lg-x-20-f {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pd-lg-t-20 {
        padding-top: 20px;
    }

    .pd-lg-r-20 {
        padding-right: 20px;
    }

    .pd-lg-b-20 {
        padding-bottom: 20px;
    }

    .pd-lg-l-20 {
        padding-left: 20px;
    }

    .pd-lg-t-20-f {
        padding-top: 20px !important;
    }

    .pd-lg-r-20-f {
        padding-right: 20px !important;
    }

    .pd-lg-b-20-f {
        padding-bottom: 20px !important;
    }

    .pd-lg-l-20-f {
        padding-left: 20px !important;
    }

    .pd-lg-25 {
        padding: 25px;
    }

    .pd-lg-25-f {
        padding: 25px !important;
    }

    .pd-lg-y-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .pd-lg-y-25-f {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .pd-lg-x-25 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .pd-lg-x-25-f {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .pd-lg-t-25 {
        padding-top: 25px;
    }

    .pd-lg-r-25 {
        padding-right: 25px;
    }

    .pd-lg-b-25 {
        padding-bottom: 25px;
    }

    .pd-lg-l-25 {
        padding-left: 25px;
    }

    .pd-lg-t-25-f {
        padding-top: 25px !important;
    }

    .pd-lg-r-25-f {
        padding-right: 25px !important;
    }

    .pd-lg-b-25-f {
        padding-bottom: 25px !important;
    }

    .pd-lg-l-25-f {
        padding-left: 25px !important;
    }

    .pd-lg-30 {
        padding: 30px;
    }

    .pd-lg-30-f {
        padding: 30px !important;
    }

    .pd-lg-y-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pd-lg-y-30-f {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .pd-lg-x-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pd-lg-x-30-f {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .pd-lg-t-30 {
        padding-top: 30px;
    }

    .pd-lg-r-30 {
        padding-right: 30px;
    }

    .pd-lg-b-30 {
        padding-bottom: 30px;
    }

    .pd-lg-l-30 {
        padding-left: 30px;
    }

    .pd-lg-t-30-f {
        padding-top: 30px !important;
    }

    .pd-lg-r-30-f {
        padding-right: 30px !important;
    }

    .pd-lg-b-30-f {
        padding-bottom: 30px !important;
    }

    .pd-lg-l-30-f {
        padding-left: 30px !important;
    }

    .pd-lg-35 {
        padding: 35px;
    }

    .pd-lg-35-f {
        padding: 35px !important;
    }

    .pd-lg-y-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .pd-lg-y-35-f {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .pd-lg-x-35 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .pd-lg-x-35-f {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .pd-lg-t-35 {
        padding-top: 35px;
    }

    .pd-lg-r-35 {
        padding-right: 35px;
    }

    .pd-lg-b-35 {
        padding-bottom: 35px;
    }

    .pd-lg-l-35 {
        padding-left: 35px;
    }

    .pd-lg-t-35-f {
        padding-top: 35px !important;
    }

    .pd-lg-r-35-f {
        padding-right: 35px !important;
    }

    .pd-lg-b-35-f {
        padding-bottom: 35px !important;
    }

    .pd-lg-l-35-f {
        padding-left: 35px !important;
    }

    .pd-lg-40 {
        padding: 40px;
    }

    .pd-lg-40-f {
        padding: 40px !important;
    }

    .pd-lg-y-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pd-lg-y-40-f {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .pd-lg-x-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .pd-lg-x-40-f {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .pd-lg-t-40 {
        padding-top: 40px;
    }

    .pd-lg-r-40 {
        padding-right: 40px;
    }

    .pd-lg-b-40 {
        padding-bottom: 40px;
    }

    .pd-lg-l-40 {
        padding-left: 40px;
    }

    .pd-lg-t-40-f {
        padding-top: 40px !important;
    }

    .pd-lg-r-40-f {
        padding-right: 40px !important;
    }

    .pd-lg-b-40-f {
        padding-bottom: 40px !important;
    }

    .pd-lg-l-40-f {
        padding-left: 40px !important;
    }

    .pd-lg-45 {
        padding: 45px;
    }

    .pd-lg-45-f {
        padding: 45px !important;
    }

    .pd-lg-y-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .pd-lg-y-45-f {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .pd-lg-x-45 {
        padding-left: 45px;
        padding-right: 45px;
    }

    .pd-lg-x-45-f {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .pd-lg-t-45 {
        padding-top: 45px;
    }

    .pd-lg-r-45 {
        padding-right: 45px;
    }

    .pd-lg-b-45 {
        padding-bottom: 45px;
    }

    .pd-lg-l-45 {
        padding-left: 45px;
    }

    .pd-lg-t-45-f {
        padding-top: 45px !important;
    }

    .pd-lg-r-45-f {
        padding-right: 45px !important;
    }

    .pd-lg-b-45-f {
        padding-bottom: 45px !important;
    }

    .pd-lg-l-45-f {
        padding-left: 45px !important;
    }

    .pd-lg-50 {
        padding: 50px;
    }

    .pd-lg-50-f {
        padding: 50px !important;
    }

    .pd-lg-y-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pd-lg-y-50-f {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .pd-lg-x-50 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .pd-lg-x-50-f {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .pd-lg-t-50 {
        padding-top: 50px;
    }

    .pd-lg-r-50 {
        padding-right: 50px;
    }

    .pd-lg-b-50 {
        padding-bottom: 50px;
    }

    .pd-lg-l-50 {
        padding-left: 50px;
    }

    .pd-lg-t-50-f {
        padding-top: 50px !important;
    }

    .pd-lg-r-50-f {
        padding-right: 50px !important;
    }

    .pd-lg-b-50-f {
        padding-bottom: 50px !important;
    }

    .pd-lg-l-50-f {
        padding-left: 50px !important;
    }

    .pd-lg-55 {
        padding: 55px;
    }

    .pd-lg-55-f {
        padding: 55px !important;
    }

    .pd-lg-y-55 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .pd-lg-y-55-f {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .pd-lg-x-55 {
        padding-left: 55px;
        padding-right: 55px;
    }

    .pd-lg-x-55-f {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }

    .pd-lg-t-55 {
        padding-top: 55px;
    }

    .pd-lg-r-55 {
        padding-right: 55px;
    }

    .pd-lg-b-55 {
        padding-bottom: 55px;
    }

    .pd-lg-l-55 {
        padding-left: 55px;
    }

    .pd-lg-t-55-f {
        padding-top: 55px !important;
    }

    .pd-lg-r-55-f {
        padding-right: 55px !important;
    }

    .pd-lg-b-55-f {
        padding-bottom: 55px !important;
    }

    .pd-lg-l-55-f {
        padding-left: 55px !important;
    }

    .pd-lg-60 {
        padding: 60px;
    }

    .pd-lg-60-f {
        padding: 60px !important;
    }

    .pd-lg-y-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pd-lg-y-60-f {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .pd-lg-x-60 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .pd-lg-x-60-f {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .pd-lg-t-60 {
        padding-top: 60px;
    }

    .pd-lg-r-60 {
        padding-right: 60px;
    }

    .pd-lg-b-60 {
        padding-bottom: 60px;
    }

    .pd-lg-l-60 {
        padding-left: 60px;
    }

    .pd-lg-t-60-f {
        padding-top: 60px !important;
    }

    .pd-lg-r-60-f {
        padding-right: 60px !important;
    }

    .pd-lg-b-60-f {
        padding-bottom: 60px !important;
    }

    .pd-lg-l-60-f {
        padding-left: 60px !important;
    }

    .pd-lg-65 {
        padding: 65px;
    }

    .pd-lg-65-f {
        padding: 65px !important;
    }

    .pd-lg-y-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .pd-lg-y-65-f {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    .pd-lg-x-65 {
        padding-left: 65px;
        padding-right: 65px;
    }

    .pd-lg-x-65-f {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }

    .pd-lg-t-65 {
        padding-top: 65px;
    }

    .pd-lg-r-65 {
        padding-right: 65px;
    }

    .pd-lg-b-65 {
        padding-bottom: 65px;
    }

    .pd-lg-l-65 {
        padding-left: 65px;
    }

    .pd-lg-t-65-f {
        padding-top: 65px !important;
    }

    .pd-lg-r-65-f {
        padding-right: 65px !important;
    }

    .pd-lg-b-65-f {
        padding-bottom: 65px !important;
    }

    .pd-lg-l-65-f {
        padding-left: 65px !important;
    }

    .pd-lg-70 {
        padding: 70px;
    }

    .pd-lg-70-f {
        padding: 70px !important;
    }

    .pd-lg-y-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pd-lg-y-70-f {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .pd-lg-x-70 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .pd-lg-x-70-f {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }

    .pd-lg-t-70 {
        padding-top: 70px;
    }

    .pd-lg-r-70 {
        padding-right: 70px;
    }

    .pd-lg-b-70 {
        padding-bottom: 70px;
    }

    .pd-lg-l-70 {
        padding-left: 70px;
    }

    .pd-lg-t-70-f {
        padding-top: 70px !important;
    }

    .pd-lg-r-70-f {
        padding-right: 70px !important;
    }

    .pd-lg-b-70-f {
        padding-bottom: 70px !important;
    }

    .pd-lg-l-70-f {
        padding-left: 70px !important;
    }

    .pd-lg-75 {
        padding: 75px;
    }

    .pd-lg-75-f {
        padding: 75px !important;
    }

    .pd-lg-y-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .pd-lg-y-75-f {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .pd-lg-x-75 {
        padding-left: 75px;
        padding-right: 75px;
    }

    .pd-lg-x-75-f {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }

    .pd-lg-t-75 {
        padding-top: 75px;
    }

    .pd-lg-r-75 {
        padding-right: 75px;
    }

    .pd-lg-b-75 {
        padding-bottom: 75px;
    }

    .pd-lg-l-75 {
        padding-left: 75px;
    }

    .pd-lg-t-75-f {
        padding-top: 75px !important;
    }

    .pd-lg-r-75-f {
        padding-right: 75px !important;
    }

    .pd-lg-b-75-f {
        padding-bottom: 75px !important;
    }

    .pd-lg-l-75-f {
        padding-left: 75px !important;
    }

    .pd-lg-80 {
        padding: 80px;
    }

    .pd-lg-80-f {
        padding: 80px !important;
    }

    .pd-lg-y-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pd-lg-y-80-f {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .pd-lg-x-80 {
        padding-left: 80px;
        padding-right: 80px;
    }

    .pd-lg-x-80-f {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .pd-lg-t-80 {
        padding-top: 80px;
    }

    .pd-lg-r-80 {
        padding-right: 80px;
    }

    .pd-lg-b-80 {
        padding-bottom: 80px;
    }

    .pd-lg-l-80 {
        padding-left: 80px;
    }

    .pd-lg-t-80-f {
        padding-top: 80px !important;
    }

    .pd-lg-r-80-f {
        padding-right: 80px !important;
    }

    .pd-lg-b-80-f {
        padding-bottom: 80px !important;
    }

    .pd-lg-l-80-f {
        padding-left: 80px !important;
    }

    .pd-lg-85 {
        padding: 85px;
    }

    .pd-lg-85-f {
        padding: 85px !important;
    }

    .pd-lg-y-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .pd-lg-y-85-f {
        padding-top: 85px !important;
        padding-bottom: 85px !important;
    }

    .pd-lg-x-85 {
        padding-left: 85px;
        padding-right: 85px;
    }

    .pd-lg-x-85-f {
        padding-left: 85px !important;
        padding-right: 85px !important;
    }

    .pd-lg-t-85 {
        padding-top: 85px;
    }

    .pd-lg-r-85 {
        padding-right: 85px;
    }

    .pd-lg-b-85 {
        padding-bottom: 85px;
    }

    .pd-lg-l-85 {
        padding-left: 85px;
    }

    .pd-lg-t-85-f {
        padding-top: 85px !important;
    }

    .pd-lg-r-85-f {
        padding-right: 85px !important;
    }

    .pd-lg-b-85-f {
        padding-bottom: 85px !important;
    }

    .pd-lg-l-85-f {
        padding-left: 85px !important;
    }

    .pd-lg-90 {
        padding: 90px;
    }

    .pd-lg-90-f {
        padding: 90px !important;
    }

    .pd-lg-y-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .pd-lg-y-90-f {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .pd-lg-x-90 {
        padding-left: 90px;
        padding-right: 90px;
    }

    .pd-lg-x-90-f {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .pd-lg-t-90 {
        padding-top: 90px;
    }

    .pd-lg-r-90 {
        padding-right: 90px;
    }

    .pd-lg-b-90 {
        padding-bottom: 90px;
    }

    .pd-lg-l-90 {
        padding-left: 90px;
    }

    .pd-lg-t-90-f {
        padding-top: 90px !important;
    }

    .pd-lg-r-90-f {
        padding-right: 90px !important;
    }

    .pd-lg-b-90-f {
        padding-bottom: 90px !important;
    }

    .pd-lg-l-90-f {
        padding-left: 90px !important;
    }

    .pd-lg-95 {
        padding: 95px;
    }

    .pd-lg-95-f {
        padding: 95px !important;
    }

    .pd-lg-y-95 {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .pd-lg-y-95-f {
        padding-top: 95px !important;
        padding-bottom: 95px !important;
    }

    .pd-lg-x-95 {
        padding-left: 95px;
        padding-right: 95px;
    }

    .pd-lg-x-95-f {
        padding-left: 95px !important;
        padding-right: 95px !important;
    }

    .pd-lg-t-95 {
        padding-top: 95px;
    }

    .pd-lg-r-95 {
        padding-right: 95px;
    }

    .pd-lg-b-95 {
        padding-bottom: 95px;
    }

    .pd-lg-l-95 {
        padding-left: 95px;
    }

    .pd-lg-t-95-f {
        padding-top: 95px !important;
    }

    .pd-lg-r-95-f {
        padding-right: 95px !important;
    }

    .pd-lg-b-95-f {
        padding-bottom: 95px !important;
    }

    .pd-lg-l-95-f {
        padding-left: 95px !important;
    }

    .pd-lg-100 {
        padding: 100px;
    }

    .pd-lg-100-f {
        padding: 100px !important;
    }

    .pd-lg-y-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pd-lg-y-100-f {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .pd-lg-x-100 {
        padding-left: 100px;
        padding-right: 100px;
    }

    .pd-lg-x-100-f {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    .pd-lg-t-100 {
        padding-top: 100px;
    }

    .pd-lg-r-100 {
        padding-right: 100px;
    }

    .pd-lg-b-100 {
        padding-bottom: 100px;
    }

    .pd-lg-l-100 {
        padding-left: 100px;
    }

    .pd-lg-t-100-f {
        padding-top: 100px !important;
    }

    .pd-lg-r-100-f {
        padding-right: 100px !important;
    }

    .pd-lg-b-100-f {
        padding-bottom: 100px !important;
    }

    .pd-lg-l-100-f {
        padding-left: 100px !important;
    }

    .pd-lg-110 {
        padding: 110px;
    }

    .pd-lg-110-f {
        padding: 110px !important;
    }

    .pd-lg-y-110 {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .pd-lg-y-110-f {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }

    .pd-lg-x-110 {
        padding-left: 110px;
        padding-right: 110px;
    }

    .pd-lg-x-110-f {
        padding-left: 110px !important;
        padding-right: 110px !important;
    }

    .pd-lg-t-110 {
        padding-top: 110px;
    }

    .pd-lg-r-110 {
        padding-right: 110px;
    }

    .pd-lg-b-110 {
        padding-bottom: 110px;
    }

    .pd-lg-l-110 {
        padding-left: 110px;
    }

    .pd-lg-t-110-f {
        padding-top: 110px !important;
    }

    .pd-lg-r-110-f {
        padding-right: 110px !important;
    }

    .pd-lg-b-110-f {
        padding-bottom: 110px !important;
    }

    .pd-lg-l-110-f {
        padding-left: 110px !important;
    }

    .pd-lg-120 {
        padding: 120px;
    }

    .pd-lg-120-f {
        padding: 120px !important;
    }

    .pd-lg-y-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .pd-lg-y-120-f {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }

    .pd-lg-x-120 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .pd-lg-x-120-f {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }

    .pd-lg-t-120 {
        padding-top: 120px;
    }

    .pd-lg-r-120 {
        padding-right: 120px;
    }

    .pd-lg-b-120 {
        padding-bottom: 120px;
    }

    .pd-lg-l-120 {
        padding-left: 120px;
    }

    .pd-lg-t-120-f {
        padding-top: 120px !important;
    }

    .pd-lg-r-120-f {
        padding-right: 120px !important;
    }

    .pd-lg-b-120-f {
        padding-bottom: 120px !important;
    }

    .pd-lg-l-120-f {
        padding-left: 120px !important;
    }

    .pd-lg-130 {
        padding: 130px;
    }

    .pd-lg-130-f {
        padding: 130px !important;
    }

    .pd-lg-y-130 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .pd-lg-y-130-f {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }

    .pd-lg-x-130 {
        padding-left: 130px;
        padding-right: 130px;
    }

    .pd-lg-x-130-f {
        padding-left: 130px !important;
        padding-right: 130px !important;
    }

    .pd-lg-t-130 {
        padding-top: 130px;
    }

    .pd-lg-r-130 {
        padding-right: 130px;
    }

    .pd-lg-b-130 {
        padding-bottom: 130px;
    }

    .pd-lg-l-130 {
        padding-left: 130px;
    }

    .pd-lg-t-130-f {
        padding-top: 130px !important;
    }

    .pd-lg-r-130-f {
        padding-right: 130px !important;
    }

    .pd-lg-b-130-f {
        padding-bottom: 130px !important;
    }

    .pd-lg-l-130-f {
        padding-left: 130px !important;
    }

    .pd-lg-140 {
        padding: 140px;
    }

    .pd-lg-140-f {
        padding: 140px !important;
    }

    .pd-lg-y-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .pd-lg-y-140-f {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }

    .pd-lg-x-140 {
        padding-left: 140px;
        padding-right: 140px;
    }

    .pd-lg-x-140-f {
        padding-left: 140px !important;
        padding-right: 140px !important;
    }

    .pd-lg-t-140 {
        padding-top: 140px;
    }

    .pd-lg-r-140 {
        padding-right: 140px;
    }

    .pd-lg-b-140 {
        padding-bottom: 140px;
    }

    .pd-lg-l-140 {
        padding-left: 140px;
    }

    .pd-lg-t-140-f {
        padding-top: 140px !important;
    }

    .pd-lg-r-140-f {
        padding-right: 140px !important;
    }

    .pd-lg-b-140-f {
        padding-bottom: 140px !important;
    }

    .pd-lg-l-140-f {
        padding-left: 140px !important;
    }

    .pd-lg-150 {
        padding: 150px;
    }

    .pd-lg-150-f {
        padding: 150px !important;
    }

    .pd-lg-y-150 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .pd-lg-y-150-f {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .pd-lg-x-150 {
        padding-left: 150px;
        padding-right: 150px;
    }

    .pd-lg-x-150-f {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }

    .pd-lg-t-150 {
        padding-top: 150px;
    }

    .pd-lg-r-150 {
        padding-right: 150px;
    }

    .pd-lg-b-150 {
        padding-bottom: 150px;
    }

    .pd-lg-l-150 {
        padding-left: 150px;
    }

    .pd-lg-t-150-f {
        padding-top: 150px !important;
    }

    .pd-lg-r-150-f {
        padding-right: 150px !important;
    }

    .pd-lg-b-150-f {
        padding-bottom: 150px !important;
    }

    .pd-lg-l-150-f {
        padding-left: 150px !important;
    }

    .pd-lg-160 {
        padding: 160px;
    }

    .pd-lg-160-f {
        padding: 160px !important;
    }

    .pd-lg-y-160 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .pd-lg-y-160-f {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }

    .pd-lg-x-160 {
        padding-left: 160px;
        padding-right: 160px;
    }

    .pd-lg-x-160-f {
        padding-left: 160px !important;
        padding-right: 160px !important;
    }

    .pd-lg-t-160 {
        padding-top: 160px;
    }

    .pd-lg-r-160 {
        padding-right: 160px;
    }

    .pd-lg-b-160 {
        padding-bottom: 160px;
    }

    .pd-lg-l-160 {
        padding-left: 160px;
    }

    .pd-lg-t-160-f {
        padding-top: 160px !important;
    }

    .pd-lg-r-160-f {
        padding-right: 160px !important;
    }

    .pd-lg-b-160-f {
        padding-bottom: 160px !important;
    }

    .pd-lg-l-160-f {
        padding-left: 160px !important;
    }

    .pd-lg-170 {
        padding: 170px;
    }

    .pd-lg-170-f {
        padding: 170px !important;
    }

    .pd-lg-y-170 {
        padding-top: 170px;
        padding-bottom: 170px;
    }

    .pd-lg-y-170-f {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }

    .pd-lg-x-170 {
        padding-left: 170px;
        padding-right: 170px;
    }

    .pd-lg-x-170-f {
        padding-left: 170px !important;
        padding-right: 170px !important;
    }

    .pd-lg-t-170 {
        padding-top: 170px;
    }

    .pd-lg-r-170 {
        padding-right: 170px;
    }

    .pd-lg-b-170 {
        padding-bottom: 170px;
    }

    .pd-lg-l-170 {
        padding-left: 170px;
    }

    .pd-lg-t-170-f {
        padding-top: 170px !important;
    }

    .pd-lg-r-170-f {
        padding-right: 170px !important;
    }

    .pd-lg-b-170-f {
        padding-bottom: 170px !important;
    }

    .pd-lg-l-170-f {
        padding-left: 170px !important;
    }

    .pd-lg-180 {
        padding: 180px;
    }

    .pd-lg-180-f {
        padding: 180px !important;
    }

    .pd-lg-y-180 {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .pd-lg-y-180-f {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }

    .pd-lg-x-180 {
        padding-left: 180px;
        padding-right: 180px;
    }

    .pd-lg-x-180-f {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

    .pd-lg-t-180 {
        padding-top: 180px;
    }

    .pd-lg-r-180 {
        padding-right: 180px;
    }

    .pd-lg-b-180 {
        padding-bottom: 180px;
    }

    .pd-lg-l-180 {
        padding-left: 180px;
    }

    .pd-lg-t-180-f {
        padding-top: 180px !important;
    }

    .pd-lg-r-180-f {
        padding-right: 180px !important;
    }

    .pd-lg-b-180-f {
        padding-bottom: 180px !important;
    }

    .pd-lg-l-180-f {
        padding-left: 180px !important;
    }

    .pd-lg-190 {
        padding: 190px;
    }

    .pd-lg-190-f {
        padding: 190px !important;
    }

    .pd-lg-y-190 {
        padding-top: 190px;
        padding-bottom: 190px;
    }

    .pd-lg-y-190-f {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }

    .pd-lg-x-190 {
        padding-left: 190px;
        padding-right: 190px;
    }

    .pd-lg-x-190-f {
        padding-left: 190px !important;
        padding-right: 190px !important;
    }

    .pd-lg-t-190 {
        padding-top: 190px;
    }

    .pd-lg-r-190 {
        padding-right: 190px;
    }

    .pd-lg-b-190 {
        padding-bottom: 190px;
    }

    .pd-lg-l-190 {
        padding-left: 190px;
    }

    .pd-lg-t-190-f {
        padding-top: 190px !important;
    }

    .pd-lg-r-190-f {
        padding-right: 190px !important;
    }

    .pd-lg-b-190-f {
        padding-bottom: 190px !important;
    }

    .pd-lg-l-190-f {
        padding-left: 190px !important;
    }

    .pd-lg-200 {
        padding: 200px;
    }

    .pd-lg-200-f {
        padding: 200px !important;
    }

    .pd-lg-y-200 {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .pd-lg-y-200-f {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .pd-lg-x-200 {
        padding-left: 200px;
        padding-right: 200px;
    }

    .pd-lg-x-200-f {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }

    .pd-lg-t-200 {
        padding-top: 200px;
    }

    .pd-lg-r-200 {
        padding-right: 200px;
    }

    .pd-lg-b-200 {
        padding-bottom: 200px;
    }

    .pd-lg-l-200 {
        padding-left: 200px;
    }

    .pd-lg-t-200-f {
        padding-top: 200px !important;
    }

    .pd-lg-r-200-f {
        padding-right: 200px !important;
    }

    .pd-lg-b-200-f {
        padding-bottom: 200px !important;
    }

    .pd-lg-l-200-f {
        padding-left: 200px !important;
    }
}

@media (min-width: 1200px) {
    .pd-xl-0 {
        padding: 0px;
    }

    .pd-xl-0-f {
        padding: 0px !important;
    }

    .pd-xl-y-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pd-xl-y-0-f {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .pd-xl-x-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pd-xl-x-0-f {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pd-xl-t-0 {
        padding-top: 0px;
    }

    .pd-xl-r-0 {
        padding-right: 0px;
    }

    .pd-xl-b-0 {
        padding-bottom: 0px;
    }

    .pd-xl-l-0 {
        padding-left: 0px;
    }

    .pd-xl-t-0-f {
        padding-top: 0px !important;
    }

    .pd-xl-r-0-f {
        padding-right: 0px !important;
    }

    .pd-xl-b-0-f {
        padding-bottom: 0px !important;
    }

    .pd-xl-l-0-f {
        padding-left: 0px !important;
    }

    .pd-xl-1 {
        padding: 1px;
    }

    .pd-xl-1-f {
        padding: 1px !important;
    }

    .pd-xl-y-1 {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .pd-xl-y-1-f {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .pd-xl-x-1 {
        padding-left: 1px;
        padding-right: 1px;
    }

    .pd-xl-x-1-f {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .pd-xl-t-1 {
        padding-top: 1px;
    }

    .pd-xl-r-1 {
        padding-right: 1px;
    }

    .pd-xl-b-1 {
        padding-bottom: 1px;
    }

    .pd-xl-l-1 {
        padding-left: 1px;
    }

    .pd-xl-t-1-f {
        padding-top: 1px !important;
    }

    .pd-xl-r-1-f {
        padding-right: 1px !important;
    }

    .pd-xl-b-1-f {
        padding-bottom: 1px !important;
    }

    .pd-xl-l-1-f {
        padding-left: 1px !important;
    }

    .pd-xl-2 {
        padding: 2px;
    }

    .pd-xl-2-f {
        padding: 2px !important;
    }

    .pd-xl-y-2 {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .pd-xl-y-2-f {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .pd-xl-x-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .pd-xl-x-2-f {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .pd-xl-t-2 {
        padding-top: 2px;
    }

    .pd-xl-r-2 {
        padding-right: 2px;
    }

    .pd-xl-b-2 {
        padding-bottom: 2px;
    }

    .pd-xl-l-2 {
        padding-left: 2px;
    }

    .pd-xl-t-2-f {
        padding-top: 2px !important;
    }

    .pd-xl-r-2-f {
        padding-right: 2px !important;
    }

    .pd-xl-b-2-f {
        padding-bottom: 2px !important;
    }

    .pd-xl-l-2-f {
        padding-left: 2px !important;
    }

    .pd-xl-3 {
        padding: 3px;
    }

    .pd-xl-3-f {
        padding: 3px !important;
    }

    .pd-xl-y-3 {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .pd-xl-y-3-f {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .pd-xl-x-3 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .pd-xl-x-3-f {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .pd-xl-t-3 {
        padding-top: 3px;
    }

    .pd-xl-r-3 {
        padding-right: 3px;
    }

    .pd-xl-b-3 {
        padding-bottom: 3px;
    }

    .pd-xl-l-3 {
        padding-left: 3px;
    }

    .pd-xl-t-3-f {
        padding-top: 3px !important;
    }

    .pd-xl-r-3-f {
        padding-right: 3px !important;
    }

    .pd-xl-b-3-f {
        padding-bottom: 3px !important;
    }

    .pd-xl-l-3-f {
        padding-left: 3px !important;
    }

    .pd-xl-4 {
        padding: 4px;
    }

    .pd-xl-4-f {
        padding: 4px !important;
    }

    .pd-xl-y-4 {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .pd-xl-y-4-f {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .pd-xl-x-4 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .pd-xl-x-4-f {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .pd-xl-t-4 {
        padding-top: 4px;
    }

    .pd-xl-r-4 {
        padding-right: 4px;
    }

    .pd-xl-b-4 {
        padding-bottom: 4px;
    }

    .pd-xl-l-4 {
        padding-left: 4px;
    }

    .pd-xl-t-4-f {
        padding-top: 4px !important;
    }

    .pd-xl-r-4-f {
        padding-right: 4px !important;
    }

    .pd-xl-b-4-f {
        padding-bottom: 4px !important;
    }

    .pd-xl-l-4-f {
        padding-left: 4px !important;
    }

    .pd-xl-5 {
        padding: 5px;
    }

    .pd-xl-5-f {
        padding: 5px !important;
    }

    .pd-xl-y-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pd-xl-y-5-f {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .pd-xl-x-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pd-xl-x-5-f {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .pd-xl-t-5 {
        padding-top: 5px;
    }

    .pd-xl-r-5 {
        padding-right: 5px;
    }

    .pd-xl-b-5 {
        padding-bottom: 5px;
    }

    .pd-xl-l-5 {
        padding-left: 5px;
    }

    .pd-xl-t-5-f {
        padding-top: 5px !important;
    }

    .pd-xl-r-5-f {
        padding-right: 5px !important;
    }

    .pd-xl-b-5-f {
        padding-bottom: 5px !important;
    }

    .pd-xl-l-5-f {
        padding-left: 5px !important;
    }

    .pd-xl-6 {
        padding: 6px;
    }

    .pd-xl-6-f {
        padding: 6px !important;
    }

    .pd-xl-y-6 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .pd-xl-y-6-f {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .pd-xl-x-6 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .pd-xl-x-6-f {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .pd-xl-t-6 {
        padding-top: 6px;
    }

    .pd-xl-r-6 {
        padding-right: 6px;
    }

    .pd-xl-b-6 {
        padding-bottom: 6px;
    }

    .pd-xl-l-6 {
        padding-left: 6px;
    }

    .pd-xl-t-6-f {
        padding-top: 6px !important;
    }

    .pd-xl-r-6-f {
        padding-right: 6px !important;
    }

    .pd-xl-b-6-f {
        padding-bottom: 6px !important;
    }

    .pd-xl-l-6-f {
        padding-left: 6px !important;
    }

    .pd-xl-7 {
        padding: 7px;
    }

    .pd-xl-7-f {
        padding: 7px !important;
    }

    .pd-xl-y-7 {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .pd-xl-y-7-f {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .pd-xl-x-7 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .pd-xl-x-7-f {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .pd-xl-t-7 {
        padding-top: 7px;
    }

    .pd-xl-r-7 {
        padding-right: 7px;
    }

    .pd-xl-b-7 {
        padding-bottom: 7px;
    }

    .pd-xl-l-7 {
        padding-left: 7px;
    }

    .pd-xl-t-7-f {
        padding-top: 7px !important;
    }

    .pd-xl-r-7-f {
        padding-right: 7px !important;
    }

    .pd-xl-b-7-f {
        padding-bottom: 7px !important;
    }

    .pd-xl-l-7-f {
        padding-left: 7px !important;
    }

    .pd-xl-8 {
        padding: 8px;
    }

    .pd-xl-8-f {
        padding: 8px !important;
    }

    .pd-xl-y-8 {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .pd-xl-y-8-f {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .pd-xl-x-8 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .pd-xl-x-8-f {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .pd-xl-t-8 {
        padding-top: 8px;
    }

    .pd-xl-r-8 {
        padding-right: 8px;
    }

    .pd-xl-b-8 {
        padding-bottom: 8px;
    }

    .pd-xl-l-8 {
        padding-left: 8px;
    }

    .pd-xl-t-8-f {
        padding-top: 8px !important;
    }

    .pd-xl-r-8-f {
        padding-right: 8px !important;
    }

    .pd-xl-b-8-f {
        padding-bottom: 8px !important;
    }

    .pd-xl-l-8-f {
        padding-left: 8px !important;
    }

    .pd-xl-9 {
        padding: 9px;
    }

    .pd-xl-9-f {
        padding: 9px !important;
    }

    .pd-xl-y-9 {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .pd-xl-y-9-f {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .pd-xl-x-9 {
        padding-left: 9px;
        padding-right: 9px;
    }

    .pd-xl-x-9-f {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .pd-xl-t-9 {
        padding-top: 9px;
    }

    .pd-xl-r-9 {
        padding-right: 9px;
    }

    .pd-xl-b-9 {
        padding-bottom: 9px;
    }

    .pd-xl-l-9 {
        padding-left: 9px;
    }

    .pd-xl-t-9-f {
        padding-top: 9px !important;
    }

    .pd-xl-r-9-f {
        padding-right: 9px !important;
    }

    .pd-xl-b-9-f {
        padding-bottom: 9px !important;
    }

    .pd-xl-l-9-f {
        padding-left: 9px !important;
    }

    .pd-xl-10 {
        padding: 10px;
    }

    .pd-xl-10-f {
        padding: 10px !important;
    }

    .pd-xl-y-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pd-xl-y-10-f {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .pd-xl-x-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pd-xl-x-10-f {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .pd-xl-t-10 {
        padding-top: 10px;
    }

    .pd-xl-r-10 {
        padding-right: 10px;
    }

    .pd-xl-b-10 {
        padding-bottom: 10px;
    }

    .pd-xl-l-10 {
        padding-left: 10px;
    }

    .pd-xl-t-10-f {
        padding-top: 10px !important;
    }

    .pd-xl-r-10-f {
        padding-right: 10px !important;
    }

    .pd-xl-b-10-f {
        padding-bottom: 10px !important;
    }

    .pd-xl-l-10-f {
        padding-left: 10px !important;
    }

    .pd-xl-15 {
        padding: 15px;
    }

    .pd-xl-15-f {
        padding: 15px !important;
    }

    .pd-xl-y-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pd-xl-y-15-f {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .pd-xl-x-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pd-xl-x-15-f {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pd-xl-t-15 {
        padding-top: 15px;
    }

    .pd-xl-r-15 {
        padding-right: 15px;
    }

    .pd-xl-b-15 {
        padding-bottom: 15px;
    }

    .pd-xl-l-15 {
        padding-left: 15px;
    }

    .pd-xl-t-15-f {
        padding-top: 15px !important;
    }

    .pd-xl-r-15-f {
        padding-right: 15px !important;
    }

    .pd-xl-b-15-f {
        padding-bottom: 15px !important;
    }

    .pd-xl-l-15-f {
        padding-left: 15px !important;
    }

    .pd-xl-20 {
        padding: 20px;
    }

    .pd-xl-20-f {
        padding: 20px !important;
    }

    .pd-xl-y-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pd-xl-y-20-f {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .pd-xl-x-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pd-xl-x-20-f {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pd-xl-t-20 {
        padding-top: 20px;
    }

    .pd-xl-r-20 {
        padding-right: 20px;
    }

    .pd-xl-b-20 {
        padding-bottom: 20px;
    }

    .pd-xl-l-20 {
        padding-left: 20px;
    }

    .pd-xl-t-20-f {
        padding-top: 20px !important;
    }

    .pd-xl-r-20-f {
        padding-right: 20px !important;
    }

    .pd-xl-b-20-f {
        padding-bottom: 20px !important;
    }

    .pd-xl-l-20-f {
        padding-left: 20px !important;
    }

    .pd-xl-25 {
        padding: 25px;
    }

    .pd-xl-25-f {
        padding: 25px !important;
    }

    .pd-xl-y-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .pd-xl-y-25-f {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .pd-xl-x-25 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .pd-xl-x-25-f {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .pd-xl-t-25 {
        padding-top: 25px;
    }

    .pd-xl-r-25 {
        padding-right: 25px;
    }

    .pd-xl-b-25 {
        padding-bottom: 25px;
    }

    .pd-xl-l-25 {
        padding-left: 25px;
    }

    .pd-xl-t-25-f {
        padding-top: 25px !important;
    }

    .pd-xl-r-25-f {
        padding-right: 25px !important;
    }

    .pd-xl-b-25-f {
        padding-bottom: 25px !important;
    }

    .pd-xl-l-25-f {
        padding-left: 25px !important;
    }

    .pd-xl-30 {
        padding: 30px;
    }

    .pd-xl-30-f {
        padding: 30px !important;
    }

    .pd-xl-y-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pd-xl-y-30-f {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .pd-xl-x-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pd-xl-x-30-f {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .pd-xl-t-30 {
        padding-top: 30px;
    }

    .pd-xl-r-30 {
        padding-right: 30px;
    }

    .pd-xl-b-30 {
        padding-bottom: 30px;
    }

    .pd-xl-l-30 {
        padding-left: 30px;
    }

    .pd-xl-t-30-f {
        padding-top: 30px !important;
    }

    .pd-xl-r-30-f {
        padding-right: 30px !important;
    }

    .pd-xl-b-30-f {
        padding-bottom: 30px !important;
    }

    .pd-xl-l-30-f {
        padding-left: 30px !important;
    }

    .pd-xl-35 {
        padding: 35px;
    }

    .pd-xl-35-f {
        padding: 35px !important;
    }

    .pd-xl-y-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .pd-xl-y-35-f {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .pd-xl-x-35 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .pd-xl-x-35-f {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .pd-xl-t-35 {
        padding-top: 35px;
    }

    .pd-xl-r-35 {
        padding-right: 35px;
    }

    .pd-xl-b-35 {
        padding-bottom: 35px;
    }

    .pd-xl-l-35 {
        padding-left: 35px;
    }

    .pd-xl-t-35-f {
        padding-top: 35px !important;
    }

    .pd-xl-r-35-f {
        padding-right: 35px !important;
    }

    .pd-xl-b-35-f {
        padding-bottom: 35px !important;
    }

    .pd-xl-l-35-f {
        padding-left: 35px !important;
    }

    .pd-xl-40 {
        padding: 40px;
    }

    .pd-xl-40-f {
        padding: 40px !important;
    }

    .pd-xl-y-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pd-xl-y-40-f {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .pd-xl-x-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .pd-xl-x-40-f {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .pd-xl-t-40 {
        padding-top: 40px;
    }

    .pd-xl-r-40 {
        padding-right: 40px;
    }

    .pd-xl-b-40 {
        padding-bottom: 40px;
    }

    .pd-xl-l-40 {
        padding-left: 40px;
    }

    .pd-xl-t-40-f {
        padding-top: 40px !important;
    }

    .pd-xl-r-40-f {
        padding-right: 40px !important;
    }

    .pd-xl-b-40-f {
        padding-bottom: 40px !important;
    }

    .pd-xl-l-40-f {
        padding-left: 40px !important;
    }

    .pd-xl-45 {
        padding: 45px;
    }

    .pd-xl-45-f {
        padding: 45px !important;
    }

    .pd-xl-y-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .pd-xl-y-45-f {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .pd-xl-x-45 {
        padding-left: 45px;
        padding-right: 45px;
    }

    .pd-xl-x-45-f {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .pd-xl-t-45 {
        padding-top: 45px;
    }

    .pd-xl-r-45 {
        padding-right: 45px;
    }

    .pd-xl-b-45 {
        padding-bottom: 45px;
    }

    .pd-xl-l-45 {
        padding-left: 45px;
    }

    .pd-xl-t-45-f {
        padding-top: 45px !important;
    }

    .pd-xl-r-45-f {
        padding-right: 45px !important;
    }

    .pd-xl-b-45-f {
        padding-bottom: 45px !important;
    }

    .pd-xl-l-45-f {
        padding-left: 45px !important;
    }

    .pd-xl-50 {
        padding: 50px;
    }

    .pd-xl-50-f {
        padding: 50px !important;
    }

    .pd-xl-y-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pd-xl-y-50-f {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .pd-xl-x-50 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .pd-xl-x-50-f {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .pd-xl-t-50 {
        padding-top: 50px;
    }

    .pd-xl-r-50 {
        padding-right: 50px;
    }

    .pd-xl-b-50 {
        padding-bottom: 50px;
    }

    .pd-xl-l-50 {
        padding-left: 50px;
    }

    .pd-xl-t-50-f {
        padding-top: 50px !important;
    }

    .pd-xl-r-50-f {
        padding-right: 50px !important;
    }

    .pd-xl-b-50-f {
        padding-bottom: 50px !important;
    }

    .pd-xl-l-50-f {
        padding-left: 50px !important;
    }

    .pd-xl-55 {
        padding: 55px;
    }

    .pd-xl-55-f {
        padding: 55px !important;
    }

    .pd-xl-y-55 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .pd-xl-y-55-f {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .pd-xl-x-55 {
        padding-left: 55px;
        padding-right: 55px;
    }

    .pd-xl-x-55-f {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }

    .pd-xl-t-55 {
        padding-top: 55px;
    }

    .pd-xl-r-55 {
        padding-right: 55px;
    }

    .pd-xl-b-55 {
        padding-bottom: 55px;
    }

    .pd-xl-l-55 {
        padding-left: 55px;
    }

    .pd-xl-t-55-f {
        padding-top: 55px !important;
    }

    .pd-xl-r-55-f {
        padding-right: 55px !important;
    }

    .pd-xl-b-55-f {
        padding-bottom: 55px !important;
    }

    .pd-xl-l-55-f {
        padding-left: 55px !important;
    }

    .pd-xl-60 {
        padding: 60px;
    }

    .pd-xl-60-f {
        padding: 60px !important;
    }

    .pd-xl-y-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pd-xl-y-60-f {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .pd-xl-x-60 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .pd-xl-x-60-f {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .pd-xl-t-60 {
        padding-top: 60px;
    }

    .pd-xl-r-60 {
        padding-right: 60px;
    }

    .pd-xl-b-60 {
        padding-bottom: 60px;
    }

    .pd-xl-l-60 {
        padding-left: 60px;
    }

    .pd-xl-t-60-f {
        padding-top: 60px !important;
    }

    .pd-xl-r-60-f {
        padding-right: 60px !important;
    }

    .pd-xl-b-60-f {
        padding-bottom: 60px !important;
    }

    .pd-xl-l-60-f {
        padding-left: 60px !important;
    }

    .pd-xl-65 {
        padding: 65px;
    }

    .pd-xl-65-f {
        padding: 65px !important;
    }

    .pd-xl-y-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .pd-xl-y-65-f {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    .pd-xl-x-65 {
        padding-left: 65px;
        padding-right: 65px;
    }

    .pd-xl-x-65-f {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }

    .pd-xl-t-65 {
        padding-top: 65px;
    }

    .pd-xl-r-65 {
        padding-right: 65px;
    }

    .pd-xl-b-65 {
        padding-bottom: 65px;
    }

    .pd-xl-l-65 {
        padding-left: 65px;
    }

    .pd-xl-t-65-f {
        padding-top: 65px !important;
    }

    .pd-xl-r-65-f {
        padding-right: 65px !important;
    }

    .pd-xl-b-65-f {
        padding-bottom: 65px !important;
    }

    .pd-xl-l-65-f {
        padding-left: 65px !important;
    }

    .pd-xl-70 {
        padding: 70px;
    }

    .pd-xl-70-f {
        padding: 70px !important;
    }

    .pd-xl-y-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pd-xl-y-70-f {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .pd-xl-x-70 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .pd-xl-x-70-f {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }

    .pd-xl-t-70 {
        padding-top: 70px;
    }

    .pd-xl-r-70 {
        padding-right: 70px;
    }

    .pd-xl-b-70 {
        padding-bottom: 70px;
    }

    .pd-xl-l-70 {
        padding-left: 70px;
    }

    .pd-xl-t-70-f {
        padding-top: 70px !important;
    }

    .pd-xl-r-70-f {
        padding-right: 70px !important;
    }

    .pd-xl-b-70-f {
        padding-bottom: 70px !important;
    }

    .pd-xl-l-70-f {
        padding-left: 70px !important;
    }

    .pd-xl-75 {
        padding: 75px;
    }

    .pd-xl-75-f {
        padding: 75px !important;
    }

    .pd-xl-y-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .pd-xl-y-75-f {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .pd-xl-x-75 {
        padding-left: 75px;
        padding-right: 75px;
    }

    .pd-xl-x-75-f {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }

    .pd-xl-t-75 {
        padding-top: 75px;
    }

    .pd-xl-r-75 {
        padding-right: 75px;
    }

    .pd-xl-b-75 {
        padding-bottom: 75px;
    }

    .pd-xl-l-75 {
        padding-left: 75px;
    }

    .pd-xl-t-75-f {
        padding-top: 75px !important;
    }

    .pd-xl-r-75-f {
        padding-right: 75px !important;
    }

    .pd-xl-b-75-f {
        padding-bottom: 75px !important;
    }

    .pd-xl-l-75-f {
        padding-left: 75px !important;
    }

    .pd-xl-80 {
        padding: 80px;
    }

    .pd-xl-80-f {
        padding: 80px !important;
    }

    .pd-xl-y-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pd-xl-y-80-f {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .pd-xl-x-80 {
        padding-left: 80px;
        padding-right: 80px;
    }

    .pd-xl-x-80-f {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .pd-xl-t-80 {
        padding-top: 80px;
    }

    .pd-xl-r-80 {
        padding-right: 80px;
    }

    .pd-xl-b-80 {
        padding-bottom: 80px;
    }

    .pd-xl-l-80 {
        padding-left: 80px;
    }

    .pd-xl-t-80-f {
        padding-top: 80px !important;
    }

    .pd-xl-r-80-f {
        padding-right: 80px !important;
    }

    .pd-xl-b-80-f {
        padding-bottom: 80px !important;
    }

    .pd-xl-l-80-f {
        padding-left: 80px !important;
    }

    .pd-xl-85 {
        padding: 85px;
    }

    .pd-xl-85-f {
        padding: 85px !important;
    }

    .pd-xl-y-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .pd-xl-y-85-f {
        padding-top: 85px !important;
        padding-bottom: 85px !important;
    }

    .pd-xl-x-85 {
        padding-left: 85px;
        padding-right: 85px;
    }

    .pd-xl-x-85-f {
        padding-left: 85px !important;
        padding-right: 85px !important;
    }

    .pd-xl-t-85 {
        padding-top: 85px;
    }

    .pd-xl-r-85 {
        padding-right: 85px;
    }

    .pd-xl-b-85 {
        padding-bottom: 85px;
    }

    .pd-xl-l-85 {
        padding-left: 85px;
    }

    .pd-xl-t-85-f {
        padding-top: 85px !important;
    }

    .pd-xl-r-85-f {
        padding-right: 85px !important;
    }

    .pd-xl-b-85-f {
        padding-bottom: 85px !important;
    }

    .pd-xl-l-85-f {
        padding-left: 85px !important;
    }

    .pd-xl-90 {
        padding: 90px;
    }

    .pd-xl-90-f {
        padding: 90px !important;
    }

    .pd-xl-y-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .pd-xl-y-90-f {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .pd-xl-x-90 {
        padding-left: 90px;
        padding-right: 90px;
    }

    .pd-xl-x-90-f {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .pd-xl-t-90 {
        padding-top: 90px;
    }

    .pd-xl-r-90 {
        padding-right: 90px;
    }

    .pd-xl-b-90 {
        padding-bottom: 90px;
    }

    .pd-xl-l-90 {
        padding-left: 90px;
    }

    .pd-xl-t-90-f {
        padding-top: 90px !important;
    }

    .pd-xl-r-90-f {
        padding-right: 90px !important;
    }

    .pd-xl-b-90-f {
        padding-bottom: 90px !important;
    }

    .pd-xl-l-90-f {
        padding-left: 90px !important;
    }

    .pd-xl-95 {
        padding: 95px;
    }

    .pd-xl-95-f {
        padding: 95px !important;
    }

    .pd-xl-y-95 {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .pd-xl-y-95-f {
        padding-top: 95px !important;
        padding-bottom: 95px !important;
    }

    .pd-xl-x-95 {
        padding-left: 95px;
        padding-right: 95px;
    }

    .pd-xl-x-95-f {
        padding-left: 95px !important;
        padding-right: 95px !important;
    }

    .pd-xl-t-95 {
        padding-top: 95px;
    }

    .pd-xl-r-95 {
        padding-right: 95px;
    }

    .pd-xl-b-95 {
        padding-bottom: 95px;
    }

    .pd-xl-l-95 {
        padding-left: 95px;
    }

    .pd-xl-t-95-f {
        padding-top: 95px !important;
    }

    .pd-xl-r-95-f {
        padding-right: 95px !important;
    }

    .pd-xl-b-95-f {
        padding-bottom: 95px !important;
    }

    .pd-xl-l-95-f {
        padding-left: 95px !important;
    }

    .pd-xl-100 {
        padding: 100px;
    }

    .pd-xl-100-f {
        padding: 100px !important;
    }

    .pd-xl-y-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pd-xl-y-100-f {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .pd-xl-x-100 {
        padding-left: 100px;
        padding-right: 100px;
    }

    .pd-xl-x-100-f {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    .pd-xl-t-100 {
        padding-top: 100px;
    }

    .pd-xl-r-100 {
        padding-right: 100px;
    }

    .pd-xl-b-100 {
        padding-bottom: 100px;
    }

    .pd-xl-l-100 {
        padding-left: 100px;
    }

    .pd-xl-t-100-f {
        padding-top: 100px !important;
    }

    .pd-xl-r-100-f {
        padding-right: 100px !important;
    }

    .pd-xl-b-100-f {
        padding-bottom: 100px !important;
    }

    .pd-xl-l-100-f {
        padding-left: 100px !important;
    }

    .pd-xl-110 {
        padding: 110px;
    }

    .pd-xl-110-f {
        padding: 110px !important;
    }

    .pd-xl-y-110 {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .pd-xl-y-110-f {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }

    .pd-xl-x-110 {
        padding-left: 110px;
        padding-right: 110px;
    }

    .pd-xl-x-110-f {
        padding-left: 110px !important;
        padding-right: 110px !important;
    }

    .pd-xl-t-110 {
        padding-top: 110px;
    }

    .pd-xl-r-110 {
        padding-right: 110px;
    }

    .pd-xl-b-110 {
        padding-bottom: 110px;
    }

    .pd-xl-l-110 {
        padding-left: 110px;
    }

    .pd-xl-t-110-f {
        padding-top: 110px !important;
    }

    .pd-xl-r-110-f {
        padding-right: 110px !important;
    }

    .pd-xl-b-110-f {
        padding-bottom: 110px !important;
    }

    .pd-xl-l-110-f {
        padding-left: 110px !important;
    }

    .pd-xl-120 {
        padding: 120px;
    }

    .pd-xl-120-f {
        padding: 120px !important;
    }

    .pd-xl-y-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .pd-xl-y-120-f {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }

    .pd-xl-x-120 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .pd-xl-x-120-f {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }

    .pd-xl-t-120 {
        padding-top: 120px;
    }

    .pd-xl-r-120 {
        padding-right: 120px;
    }

    .pd-xl-b-120 {
        padding-bottom: 120px;
    }

    .pd-xl-l-120 {
        padding-left: 120px;
    }

    .pd-xl-t-120-f {
        padding-top: 120px !important;
    }

    .pd-xl-r-120-f {
        padding-right: 120px !important;
    }

    .pd-xl-b-120-f {
        padding-bottom: 120px !important;
    }

    .pd-xl-l-120-f {
        padding-left: 120px !important;
    }

    .pd-xl-130 {
        padding: 130px;
    }

    .pd-xl-130-f {
        padding: 130px !important;
    }

    .pd-xl-y-130 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .pd-xl-y-130-f {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }

    .pd-xl-x-130 {
        padding-left: 130px;
        padding-right: 130px;
    }

    .pd-xl-x-130-f {
        padding-left: 130px !important;
        padding-right: 130px !important;
    }

    .pd-xl-t-130 {
        padding-top: 130px;
    }

    .pd-xl-r-130 {
        padding-right: 130px;
    }

    .pd-xl-b-130 {
        padding-bottom: 130px;
    }

    .pd-xl-l-130 {
        padding-left: 130px;
    }

    .pd-xl-t-130-f {
        padding-top: 130px !important;
    }

    .pd-xl-r-130-f {
        padding-right: 130px !important;
    }

    .pd-xl-b-130-f {
        padding-bottom: 130px !important;
    }

    .pd-xl-l-130-f {
        padding-left: 130px !important;
    }

    .pd-xl-140 {
        padding: 140px;
    }

    .pd-xl-140-f {
        padding: 140px !important;
    }

    .pd-xl-y-140 {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .pd-xl-y-140-f {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }

    .pd-xl-x-140 {
        padding-left: 140px;
        padding-right: 140px;
    }

    .pd-xl-x-140-f {
        padding-left: 140px !important;
        padding-right: 140px !important;
    }

    .pd-xl-t-140 {
        padding-top: 140px;
    }

    .pd-xl-r-140 {
        padding-right: 140px;
    }

    .pd-xl-b-140 {
        padding-bottom: 140px;
    }

    .pd-xl-l-140 {
        padding-left: 140px;
    }

    .pd-xl-t-140-f {
        padding-top: 140px !important;
    }

    .pd-xl-r-140-f {
        padding-right: 140px !important;
    }

    .pd-xl-b-140-f {
        padding-bottom: 140px !important;
    }

    .pd-xl-l-140-f {
        padding-left: 140px !important;
    }

    .pd-xl-150 {
        padding: 150px;
    }

    .pd-xl-150-f {
        padding: 150px !important;
    }

    .pd-xl-y-150 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .pd-xl-y-150-f {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .pd-xl-x-150 {
        padding-left: 150px;
        padding-right: 150px;
    }

    .pd-xl-x-150-f {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }

    .pd-xl-t-150 {
        padding-top: 150px;
    }

    .pd-xl-r-150 {
        padding-right: 150px;
    }

    .pd-xl-b-150 {
        padding-bottom: 150px;
    }

    .pd-xl-l-150 {
        padding-left: 150px;
    }

    .pd-xl-t-150-f {
        padding-top: 150px !important;
    }

    .pd-xl-r-150-f {
        padding-right: 150px !important;
    }

    .pd-xl-b-150-f {
        padding-bottom: 150px !important;
    }

    .pd-xl-l-150-f {
        padding-left: 150px !important;
    }

    .pd-xl-160 {
        padding: 160px;
    }

    .pd-xl-160-f {
        padding: 160px !important;
    }

    .pd-xl-y-160 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .pd-xl-y-160-f {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }

    .pd-xl-x-160 {
        padding-left: 160px;
        padding-right: 160px;
    }

    .pd-xl-x-160-f {
        padding-left: 160px !important;
        padding-right: 160px !important;
    }

    .pd-xl-t-160 {
        padding-top: 160px;
    }

    .pd-xl-r-160 {
        padding-right: 160px;
    }

    .pd-xl-b-160 {
        padding-bottom: 160px;
    }

    .pd-xl-l-160 {
        padding-left: 160px;
    }

    .pd-xl-t-160-f {
        padding-top: 160px !important;
    }

    .pd-xl-r-160-f {
        padding-right: 160px !important;
    }

    .pd-xl-b-160-f {
        padding-bottom: 160px !important;
    }

    .pd-xl-l-160-f {
        padding-left: 160px !important;
    }

    .pd-xl-170 {
        padding: 170px;
    }

    .pd-xl-170-f {
        padding: 170px !important;
    }

    .pd-xl-y-170 {
        padding-top: 170px;
        padding-bottom: 170px;
    }

    .pd-xl-y-170-f {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }

    .pd-xl-x-170 {
        padding-left: 170px;
        padding-right: 170px;
    }

    .pd-xl-x-170-f {
        padding-left: 170px !important;
        padding-right: 170px !important;
    }

    .pd-xl-t-170 {
        padding-top: 170px;
    }

    .pd-xl-r-170 {
        padding-right: 170px;
    }

    .pd-xl-b-170 {
        padding-bottom: 170px;
    }

    .pd-xl-l-170 {
        padding-left: 170px;
    }

    .pd-xl-t-170-f {
        padding-top: 170px !important;
    }

    .pd-xl-r-170-f {
        padding-right: 170px !important;
    }

    .pd-xl-b-170-f {
        padding-bottom: 170px !important;
    }

    .pd-xl-l-170-f {
        padding-left: 170px !important;
    }

    .pd-xl-180 {
        padding: 180px;
    }

    .pd-xl-180-f {
        padding: 180px !important;
    }

    .pd-xl-y-180 {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .pd-xl-y-180-f {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }

    .pd-xl-x-180 {
        padding-left: 180px;
        padding-right: 180px;
    }

    .pd-xl-x-180-f {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

    .pd-xl-t-180 {
        padding-top: 180px;
    }

    .pd-xl-r-180 {
        padding-right: 180px;
    }

    .pd-xl-b-180 {
        padding-bottom: 180px;
    }

    .pd-xl-l-180 {
        padding-left: 180px;
    }

    .pd-xl-t-180-f {
        padding-top: 180px !important;
    }

    .pd-xl-r-180-f {
        padding-right: 180px !important;
    }

    .pd-xl-b-180-f {
        padding-bottom: 180px !important;
    }

    .pd-xl-l-180-f {
        padding-left: 180px !important;
    }

    .pd-xl-190 {
        padding: 190px;
    }

    .pd-xl-190-f {
        padding: 190px !important;
    }

    .pd-xl-y-190 {
        padding-top: 190px;
        padding-bottom: 190px;
    }

    .pd-xl-y-190-f {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }

    .pd-xl-x-190 {
        padding-left: 190px;
        padding-right: 190px;
    }

    .pd-xl-x-190-f {
        padding-left: 190px !important;
        padding-right: 190px !important;
    }

    .pd-xl-t-190 {
        padding-top: 190px;
    }

    .pd-xl-r-190 {
        padding-right: 190px;
    }

    .pd-xl-b-190 {
        padding-bottom: 190px;
    }

    .pd-xl-l-190 {
        padding-left: 190px;
    }

    .pd-xl-t-190-f {
        padding-top: 190px !important;
    }

    .pd-xl-r-190-f {
        padding-right: 190px !important;
    }

    .pd-xl-b-190-f {
        padding-bottom: 190px !important;
    }

    .pd-xl-l-190-f {
        padding-left: 190px !important;
    }

    .pd-xl-200 {
        padding: 200px;
    }

    .pd-xl-200-f {
        padding: 200px !important;
    }

    .pd-xl-y-200 {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .pd-xl-y-200-f {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .pd-xl-x-200 {
        padding-left: 200px;
        padding-right: 200px;
    }

    .pd-xl-x-200-f {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }

    .pd-xl-t-200 {
        padding-top: 200px;
    }

    .pd-xl-r-200 {
        padding-right: 200px;
    }

    .pd-xl-b-200 {
        padding-bottom: 200px;
    }

    .pd-xl-l-200 {
        padding-left: 200px;
    }

    .pd-xl-t-200-f {
        padding-top: 200px !important;
    }

    .pd-xl-r-200-f {
        padding-right: 200px !important;
    }

    .pd-xl-b-200-f {
        padding-bottom: 200px !important;
    }

    .pd-xl-l-200-f {
        padding-left: 200px !important;
    }
}

.pd-12 {
    padding: 12px;
}

.pd-12-f {
    padding: 12px !important;
}

.pd-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.pd-y-12-f {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.pd-x-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.pd-x-12-f {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.pd-t-12 {
    padding-top: 12px;
}

.pd-r-12 {
    padding-right: 12px;
}

.pd-b-12 {
    padding-bottom: 12px;
}

.pd-l-12 {
    padding-left: 12px;
}

.pd-t-12-f {
    padding-top: 12px !important;
}

.pd-r-12-f {
    padding-right: 12px !important;
}

.pd-b-12-f {
    padding-bottom: 12px !important;
}

.pd-l-12-f {
    padding-left: 12px !important;
}

.pd-13 {
    padding: 13px;
}

.pd-13-f {
    padding: 13px !important;
}

.pd-y-13 {
    padding-top: 13px;
    padding-bottom: 13px;
}

.pd-y-13-f {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.pd-x-13 {
    padding-left: 13px;
    padding-right: 13px;
}

.pd-x-13-f {
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.pd-t-13 {
    padding-top: 13px;
}

.pd-r-13 {
    padding-right: 13px;
}

.pd-b-13 {
    padding-bottom: 13px;
}

.pd-l-13 {
    padding-left: 13px;
}

.pd-t-13-f {
    padding-top: 13px !important;
}

.pd-r-13-f {
    padding-right: 13px !important;
}

.pd-b-13-f {
    padding-bottom: 13px !important;
}

.pd-l-13-f {
    padding-left: 13px !important;
}

/* ###### 9.7 Position   ###### */
.pos-absolute {
    position: absolute;
}

.pos-relative {
    position: relative;
}

.pos-fixed {
    position: fixed;
}

.pos-static {
    position: static;
}

.pos-absolute-f {
    position: absolute !important;
}

.pos-relative-f {
    position: relative !important;
}

.pos-fixed-f {
    position: fixed !important;
}

.pos-static-f {
    position: static !important;
}
