.m-6 {
    margin: 4rem !important;
}

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

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

.me-6 {
    margin-right: 4rem !important;
}

.ms-6 {
    margin-left: 4rem !important;
}

.mx-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.m-7 {
    margin: 5rem !important;
}

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

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

.me-7 {
    margin-right: 5rem !important;
}

.ms-7 {
    margin-left: 5rem !important;
}

.mx-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.my-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.m-8 {
    margin: 6rem !important;
}

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

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

.me-8 {
    margin-right: 6rem !important;
}

.ms-8 {
    margin-left: 6rem !important;
}

.mx-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.my-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.m-9 {
    margin: 7rem !important;
}

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

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

.me-9 {
    margin-right: 7rem !important;
}

.ms-9 {
    margin-left: 7rem !important;
}

.mx-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}

.my-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

.m-10 {
    margin: 8rem !important;
}

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

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

.me-10 {
    margin-right: 8rem !important;
}

.ms-10 {
    margin-left: 8rem !important;
}

.mx-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}

.my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.m-11 {
    margin: 9rem !important;
}

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

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

.me-11 {
    margin-right: 9rem !important;
}

.ms-11 {
    margin-left: 9rem !important;
}

.mx-11 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}

.my-11 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}

.m-12 {
    margin: 10rem !important;
}

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

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

.me-12 {
    margin-right: 10rem !important;
}

.ms-12 {
    margin-left: 10rem !important;
}

.mx-12 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}

.my-12 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

@media screen and (min-width: 0px) {
    .m-xs-6 {
        margin: 4rem !important;
    }

    .mt-xs-6 {
        margin-top: 4rem !important;
    }

    .mb-xs-6 {
        margin-bottom: 4rem !important;
    }

    .me-xs-6 {
        margin-right: 4rem !important;
    }

    .ms-xs-6 {
        margin-left: 4rem !important;
    }

    .mx-xs-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .my-xs-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
}

@media screen and (min-width: 576px) {
    .m-sm-6 {
        margin: 4rem !important;
    }

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

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

    .me-sm-6 {
        margin-right: 4rem !important;
    }

    .ms-sm-6 {
        margin-left: 4rem !important;
    }

    .mx-sm-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .my-sm-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
}

@media screen and (min-width: 768px) {
    .m-md-6 {
        margin: 4rem !important;
    }

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

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

    .me-md-6 {
        margin-right: 4rem !important;
    }

    .ms-md-6 {
        margin-left: 4rem !important;
    }

    .mx-md-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .my-md-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-6 {
        margin: 4rem !important;
    }

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

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

    .me-lg-6 {
        margin-right: 4rem !important;
    }

    .ms-lg-6 {
        margin-left: 4rem !important;
    }

    .mx-lg-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .my-lg-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .m-xl-6 {
        margin: 4rem !important;
    }

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

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

    .me-xl-6 {
        margin-right: 4rem !important;
    }

    .ms-xl-6 {
        margin-left: 4rem !important;
    }

    .mx-xl-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .my-xl-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .m-xxl-6 {
        margin: 4rem !important;
    }

    .mt-xxl-6 {
        margin-top: 4rem !important;
    }

    .mb-xxl-6 {
        margin-bottom: 4rem !important;
    }

    .me-xxl-6 {
        margin-right: 4rem !important;
    }

    .ms-xxl-6 {
        margin-left: 4rem !important;
    }

    .mx-xxl-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .my-xxl-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
}

@media screen and (min-width: 0px) {
    .m-xs-7 {
        margin: 5rem !important;
    }

    .mt-xs-7 {
        margin-top: 5rem !important;
    }

    .mb-xs-7 {
        margin-bottom: 5rem !important;
    }

    .me-xs-7 {
        margin-right: 5rem !important;
    }

    .ms-xs-7 {
        margin-left: 5rem !important;
    }

    .mx-xs-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .my-xs-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

@media screen and (min-width: 576px) {
    .m-sm-7 {
        margin: 5rem !important;
    }

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

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

    .me-sm-7 {
        margin-right: 5rem !important;
    }

    .ms-sm-7 {
        margin-left: 5rem !important;
    }

    .mx-sm-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .my-sm-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

@media screen and (min-width: 768px) {
    .m-md-7 {
        margin: 5rem !important;
    }

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

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

    .me-md-7 {
        margin-right: 5rem !important;
    }

    .ms-md-7 {
        margin-left: 5rem !important;
    }

    .mx-md-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .my-md-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-7 {
        margin: 5rem !important;
    }

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

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

    .me-lg-7 {
        margin-right: 5rem !important;
    }

    .ms-lg-7 {
        margin-left: 5rem !important;
    }

    .mx-lg-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .my-lg-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .m-xl-7 {
        margin: 5rem !important;
    }

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

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

    .me-xl-7 {
        margin-right: 5rem !important;
    }

    .ms-xl-7 {
        margin-left: 5rem !important;
    }

    .mx-xl-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .my-xl-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .m-xxl-7 {
        margin: 5rem !important;
    }

    .mt-xxl-7 {
        margin-top: 5rem !important;
    }

    .mb-xxl-7 {
        margin-bottom: 5rem !important;
    }

    .me-xxl-7 {
        margin-right: 5rem !important;
    }

    .ms-xxl-7 {
        margin-left: 5rem !important;
    }

    .mx-xxl-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .my-xxl-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

@media screen and (min-width: 0px) {
    .m-xs-8 {
        margin: 6rem !important;
    }

    .mt-xs-8 {
        margin-top: 6rem !important;
    }

    .mb-xs-8 {
        margin-bottom: 6rem !important;
    }

    .me-xs-8 {
        margin-right: 6rem !important;
    }

    .ms-xs-8 {
        margin-left: 6rem !important;
    }

    .mx-xs-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .my-xs-8 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
}

@media screen and (min-width: 576px) {
    .m-sm-8 {
        margin: 6rem !important;
    }

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

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

    .me-sm-8 {
        margin-right: 6rem !important;
    }

    .ms-sm-8 {
        margin-left: 6rem !important;
    }

    .mx-sm-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .my-sm-8 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
}

@media screen and (min-width: 768px) {
    .m-md-8 {
        margin: 6rem !important;
    }

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

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

    .me-md-8 {
        margin-right: 6rem !important;
    }

    .ms-md-8 {
        margin-left: 6rem !important;
    }

    .mx-md-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .my-md-8 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-8 {
        margin: 6rem !important;
    }

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

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

    .me-lg-8 {
        margin-right: 6rem !important;
    }

    .ms-lg-8 {
        margin-left: 6rem !important;
    }

    .mx-lg-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .my-lg-8 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .m-xl-8 {
        margin: 6rem !important;
    }

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

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

    .me-xl-8 {
        margin-right: 6rem !important;
    }

    .ms-xl-8 {
        margin-left: 6rem !important;
    }

    .mx-xl-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .my-xl-8 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .m-xxl-8 {
        margin: 6rem !important;
    }

    .mt-xxl-8 {
        margin-top: 6rem !important;
    }

    .mb-xxl-8 {
        margin-bottom: 6rem !important;
    }

    .me-xxl-8 {
        margin-right: 6rem !important;
    }

    .ms-xxl-8 {
        margin-left: 6rem !important;
    }

    .mx-xxl-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .my-xxl-8 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
}

@media screen and (min-width: 0px) {
    .m-xs-9 {
        margin: 7rem !important;
    }

    .mt-xs-9 {
        margin-top: 7rem !important;
    }

    .mb-xs-9 {
        margin-bottom: 7rem !important;
    }

    .me-xs-9 {
        margin-right: 7rem !important;
    }

    .ms-xs-9 {
        margin-left: 7rem !important;
    }

    .mx-xs-9 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .my-xs-9 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
}

@media screen and (min-width: 576px) {
    .m-sm-9 {
        margin: 7rem !important;
    }

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

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

    .me-sm-9 {
        margin-right: 7rem !important;
    }

    .ms-sm-9 {
        margin-left: 7rem !important;
    }

    .mx-sm-9 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .my-sm-9 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
}

@media screen and (min-width: 768px) {
    .m-md-9 {
        margin: 7rem !important;
    }

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

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

    .me-md-9 {
        margin-right: 7rem !important;
    }

    .ms-md-9 {
        margin-left: 7rem !important;
    }

    .mx-md-9 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .my-md-9 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-9 {
        margin: 7rem !important;
    }

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

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

    .me-lg-9 {
        margin-right: 7rem !important;
    }

    .ms-lg-9 {
        margin-left: 7rem !important;
    }

    .mx-lg-9 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .my-lg-9 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .m-xl-9 {
        margin: 7rem !important;
    }

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

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

    .me-xl-9 {
        margin-right: 7rem !important;
    }

    .ms-xl-9 {
        margin-left: 7rem !important;
    }

    .mx-xl-9 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .my-xl-9 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .m-xxl-9 {
        margin: 7rem !important;
    }

    .mt-xxl-9 {
        margin-top: 7rem !important;
    }

    .mb-xxl-9 {
        margin-bottom: 7rem !important;
    }

    .me-xxl-9 {
        margin-right: 7rem !important;
    }

    .ms-xxl-9 {
        margin-left: 7rem !important;
    }

    .mx-xxl-9 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .my-xxl-9 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
}

@media screen and (min-width: 0px) {
    .m-xs-10 {
        margin: 8rem !important;
    }

    .mt-xs-10 {
        margin-top: 8rem !important;
    }

    .mb-xs-10 {
        margin-bottom: 8rem !important;
    }

    .me-xs-10 {
        margin-right: 8rem !important;
    }

    .ms-xs-10 {
        margin-left: 8rem !important;
    }

    .mx-xs-10 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .my-xs-10 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
}

@media screen and (min-width: 576px) {
    .m-sm-10 {
        margin: 8rem !important;
    }

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

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

    .me-sm-10 {
        margin-right: 8rem !important;
    }

    .ms-sm-10 {
        margin-left: 8rem !important;
    }

    .mx-sm-10 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .my-sm-10 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
}

@media screen and (min-width: 768px) {
    .m-md-10 {
        margin: 8rem !important;
    }

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

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

    .me-md-10 {
        margin-right: 8rem !important;
    }

    .ms-md-10 {
        margin-left: 8rem !important;
    }

    .mx-md-10 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .my-md-10 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-10 {
        margin: 8rem !important;
    }

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

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

    .me-lg-10 {
        margin-right: 8rem !important;
    }

    .ms-lg-10 {
        margin-left: 8rem !important;
    }

    .mx-lg-10 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .my-lg-10 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .m-xl-10 {
        margin: 8rem !important;
    }

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

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

    .me-xl-10 {
        margin-right: 8rem !important;
    }

    .ms-xl-10 {
        margin-left: 8rem !important;
    }

    .mx-xl-10 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .my-xl-10 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .m-xxl-10 {
        margin: 8rem !important;
    }

    .mt-xxl-10 {
        margin-top: 8rem !important;
    }

    .mb-xxl-10 {
        margin-bottom: 8rem !important;
    }

    .me-xxl-10 {
        margin-right: 8rem !important;
    }

    .ms-xxl-10 {
        margin-left: 8rem !important;
    }

    .mx-xxl-10 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .my-xxl-10 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
}

@media screen and (min-width: 0px) {
    .m-xs-11 {
        margin: 9rem !important;
    }

    .mt-xs-11 {
        margin-top: 9rem !important;
    }

    .mb-xs-11 {
        margin-bottom: 9rem !important;
    }

    .me-xs-11 {
        margin-right: 9rem !important;
    }

    .ms-xs-11 {
        margin-left: 9rem !important;
    }

    .mx-xs-11 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .my-xs-11 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
}

@media screen and (min-width: 576px) {
    .m-sm-11 {
        margin: 9rem !important;
    }

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

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

    .me-sm-11 {
        margin-right: 9rem !important;
    }

    .ms-sm-11 {
        margin-left: 9rem !important;
    }

    .mx-sm-11 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .my-sm-11 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
}

@media screen and (min-width: 768px) {
    .m-md-11 {
        margin: 9rem !important;
    }

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

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

    .me-md-11 {
        margin-right: 9rem !important;
    }

    .ms-md-11 {
        margin-left: 9rem !important;
    }

    .mx-md-11 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .my-md-11 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-11 {
        margin: 9rem !important;
    }

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

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

    .me-lg-11 {
        margin-right: 9rem !important;
    }

    .ms-lg-11 {
        margin-left: 9rem !important;
    }

    .mx-lg-11 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .my-lg-11 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .m-xl-11 {
        margin: 9rem !important;
    }

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

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

    .me-xl-11 {
        margin-right: 9rem !important;
    }

    .ms-xl-11 {
        margin-left: 9rem !important;
    }

    .mx-xl-11 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .my-xl-11 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .m-xxl-11 {
        margin: 9rem !important;
    }

    .mt-xxl-11 {
        margin-top: 9rem !important;
    }

    .mb-xxl-11 {
        margin-bottom: 9rem !important;
    }

    .me-xxl-11 {
        margin-right: 9rem !important;
    }

    .ms-xxl-11 {
        margin-left: 9rem !important;
    }

    .mx-xxl-11 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .my-xxl-11 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }
}

@media screen and (min-width: 0px) {
    .m-xs-12 {
        margin: 10rem !important;
    }

    .mt-xs-12 {
        margin-top: 10rem !important;
    }

    .mb-xs-12 {
        margin-bottom: 10rem !important;
    }

    .me-xs-12 {
        margin-right: 10rem !important;
    }

    .ms-xs-12 {
        margin-left: 10rem !important;
    }

    .mx-xs-12 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .my-xs-12 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
}

@media screen and (min-width: 576px) {
    .m-sm-12 {
        margin: 10rem !important;
    }

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

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

    .me-sm-12 {
        margin-right: 10rem !important;
    }

    .ms-sm-12 {
        margin-left: 10rem !important;
    }

    .mx-sm-12 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .my-sm-12 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
}

@media screen and (min-width: 768px) {
    .m-md-12 {
        margin: 10rem !important;
    }

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

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

    .me-md-12 {
        margin-right: 10rem !important;
    }

    .ms-md-12 {
        margin-left: 10rem !important;
    }

    .mx-md-12 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .my-md-12 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
}

@media screen and (min-width: 992px) {
    .m-lg-12 {
        margin: 10rem !important;
    }

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

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

    .me-lg-12 {
        margin-right: 10rem !important;
    }

    .ms-lg-12 {
        margin-left: 10rem !important;
    }

    .mx-lg-12 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .my-lg-12 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .m-xl-12 {
        margin: 10rem !important;
    }

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

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

    .me-xl-12 {
        margin-right: 10rem !important;
    }

    .ms-xl-12 {
        margin-left: 10rem !important;
    }

    .mx-xl-12 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .my-xl-12 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .m-xxl-12 {
        margin: 10rem !important;
    }

    .mt-xxl-12 {
        margin-top: 10rem !important;
    }

    .mb-xxl-12 {
        margin-bottom: 10rem !important;
    }

    .me-xxl-12 {
        margin-right: 10rem !important;
    }

    .ms-xxl-12 {
        margin-left: 10rem !important;
    }

    .mx-xxl-12 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .my-xxl-12 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
}

.w-10 {
    width: 10% !important;
}

.min-w-10 {
    min-width: 10% !important;
}

.max-w-10 {
    max-width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.min-w-15 {
    min-width: 15% !important;
}

.max-w-15 {
    max-width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.min-w-20 {
    min-width: 20% !important;
}

.max-w-20 {
    max-width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.min-w-25 {
    min-width: 25% !important;
}

.max-w-25 {
    max-width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.min-w-30 {
    min-width: 30% !important;
}

.max-w-30 {
    max-width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.min-w-35 {
    min-width: 35% !important;
}

.max-w-35 {
    max-width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.min-w-40 {
    min-width: 40% !important;
}

.max-w-40 {
    max-width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.min-w-45 {
    min-width: 45% !important;
}

.max-w-45 {
    max-width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.min-w-50 {
    min-width: 50% !important;
}

.max-w-50 {
    max-width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.min-w-55 {
    min-width: 55% !important;
}

.max-w-55 {
    max-width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.min-w-60 {
    min-width: 60% !important;
}

.max-w-60 {
    max-width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.min-w-65 {
    min-width: 65% !important;
}

.max-w-65 {
    max-width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.min-w-70 {
    min-width: 70% !important;
}

.max-w-70 {
    max-width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.min-w-75 {
    min-width: 75% !important;
}

.max-w-75 {
    max-width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.min-w-80 {
    min-width: 80% !important;
}

.max-w-80 {
    max-width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.min-w-85 {
    min-width: 85% !important;
}

.max-w-85 {
    max-width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.min-w-90 {
    min-width: 90% !important;
}

.max-w-90 {
    max-width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.min-w-95 {
    min-width: 95% !important;
}

.max-w-95 {
    max-width: 95% !important;
}

.w-100 {
    width: 100% !important;
}

.min-w-100 {
    min-width: 100% !important;
}

.max-w-100 {
    max-width: 100% !important;
}

@media screen and (min-width: 0px) {
    .w-xs-10 {
        width: 10% !important;
    }

    .min-w-xs-10 {
        min-width: 10% !important;
    }

    .max-w-xs-10 {
        max-width: 10% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-10 {
        width: 10% !important;
    }

    .min-w-sm-10 {
        min-width: 10% !important;
    }

    .max-w-sm-10 {
        max-width: 10% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-10 {
        width: 10% !important;
    }

    .min-w-md-10 {
        min-width: 10% !important;
    }

    .max-w-md-10 {
        max-width: 10% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-10 {
        width: 10% !important;
    }

    .min-w-lg-10 {
        min-width: 10% !important;
    }

    .max-w-lg-10 {
        max-width: 10% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-10 {
        width: 10% !important;
    }

    .min-w-xl-10 {
        min-width: 10% !important;
    }

    .max-w-xl-10 {
        max-width: 10% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-10 {
        width: 10% !important;
    }

    .min-w-xxl-10 {
        min-width: 10% !important;
    }

    .max-w-xxl-10 {
        max-width: 10% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-15 {
        width: 15% !important;
    }

    .min-w-xs-15 {
        min-width: 15% !important;
    }

    .max-w-xs-15 {
        max-width: 15% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-15 {
        width: 15% !important;
    }

    .min-w-sm-15 {
        min-width: 15% !important;
    }

    .max-w-sm-15 {
        max-width: 15% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-15 {
        width: 15% !important;
    }

    .min-w-md-15 {
        min-width: 15% !important;
    }

    .max-w-md-15 {
        max-width: 15% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-15 {
        width: 15% !important;
    }

    .min-w-lg-15 {
        min-width: 15% !important;
    }

    .max-w-lg-15 {
        max-width: 15% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-15 {
        width: 15% !important;
    }

    .min-w-xl-15 {
        min-width: 15% !important;
    }

    .max-w-xl-15 {
        max-width: 15% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-15 {
        width: 15% !important;
    }

    .min-w-xxl-15 {
        min-width: 15% !important;
    }

    .max-w-xxl-15 {
        max-width: 15% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-20 {
        width: 20% !important;
    }

    .min-w-xs-20 {
        min-width: 20% !important;
    }

    .max-w-xs-20 {
        max-width: 20% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-20 {
        width: 20% !important;
    }

    .min-w-sm-20 {
        min-width: 20% !important;
    }

    .max-w-sm-20 {
        max-width: 20% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-20 {
        width: 20% !important;
    }

    .min-w-md-20 {
        min-width: 20% !important;
    }

    .max-w-md-20 {
        max-width: 20% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-20 {
        width: 20% !important;
    }

    .min-w-lg-20 {
        min-width: 20% !important;
    }

    .max-w-lg-20 {
        max-width: 20% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-20 {
        width: 20% !important;
    }

    .min-w-xl-20 {
        min-width: 20% !important;
    }

    .max-w-xl-20 {
        max-width: 20% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-20 {
        width: 20% !important;
    }

    .min-w-xxl-20 {
        min-width: 20% !important;
    }

    .max-w-xxl-20 {
        max-width: 20% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-25 {
        width: 25% !important;
    }

    .min-w-xs-25 {
        min-width: 25% !important;
    }

    .max-w-xs-25 {
        max-width: 25% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }

    .min-w-sm-25 {
        min-width: 25% !important;
    }

    .max-w-sm-25 {
        max-width: 25% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .min-w-md-25 {
        min-width: 25% !important;
    }

    .max-w-md-25 {
        max-width: 25% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .min-w-lg-25 {
        min-width: 25% !important;
    }

    .max-w-lg-25 {
        max-width: 25% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }

    .min-w-xl-25 {
        min-width: 25% !important;
    }

    .max-w-xl-25 {
        max-width: 25% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-25 {
        width: 25% !important;
    }

    .min-w-xxl-25 {
        min-width: 25% !important;
    }

    .max-w-xxl-25 {
        max-width: 25% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-30 {
        width: 30% !important;
    }

    .min-w-xs-30 {
        min-width: 30% !important;
    }

    .max-w-xs-30 {
        max-width: 30% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-30 {
        width: 30% !important;
    }

    .min-w-sm-30 {
        min-width: 30% !important;
    }

    .max-w-sm-30 {
        max-width: 30% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-30 {
        width: 30% !important;
    }

    .min-w-md-30 {
        min-width: 30% !important;
    }

    .max-w-md-30 {
        max-width: 30% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-30 {
        width: 30% !important;
    }

    .min-w-lg-30 {
        min-width: 30% !important;
    }

    .max-w-lg-30 {
        max-width: 30% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-30 {
        width: 30% !important;
    }

    .min-w-xl-30 {
        min-width: 30% !important;
    }

    .max-w-xl-30 {
        max-width: 30% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-30 {
        width: 30% !important;
    }

    .min-w-xxl-30 {
        min-width: 30% !important;
    }

    .max-w-xxl-30 {
        max-width: 30% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-35 {
        width: 35% !important;
    }

    .min-w-xs-35 {
        min-width: 35% !important;
    }

    .max-w-xs-35 {
        max-width: 35% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-35 {
        width: 35% !important;
    }

    .min-w-sm-35 {
        min-width: 35% !important;
    }

    .max-w-sm-35 {
        max-width: 35% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-35 {
        width: 35% !important;
    }

    .min-w-md-35 {
        min-width: 35% !important;
    }

    .max-w-md-35 {
        max-width: 35% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-35 {
        width: 35% !important;
    }

    .min-w-lg-35 {
        min-width: 35% !important;
    }

    .max-w-lg-35 {
        max-width: 35% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-35 {
        width: 35% !important;
    }

    .min-w-xl-35 {
        min-width: 35% !important;
    }

    .max-w-xl-35 {
        max-width: 35% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-35 {
        width: 35% !important;
    }

    .min-w-xxl-35 {
        min-width: 35% !important;
    }

    .max-w-xxl-35 {
        max-width: 35% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-40 {
        width: 40% !important;
    }

    .min-w-xs-40 {
        min-width: 40% !important;
    }

    .max-w-xs-40 {
        max-width: 40% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-40 {
        width: 40% !important;
    }

    .min-w-sm-40 {
        min-width: 40% !important;
    }

    .max-w-sm-40 {
        max-width: 40% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-40 {
        width: 40% !important;
    }

    .min-w-md-40 {
        min-width: 40% !important;
    }

    .max-w-md-40 {
        max-width: 40% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-40 {
        width: 40% !important;
    }

    .min-w-lg-40 {
        min-width: 40% !important;
    }

    .max-w-lg-40 {
        max-width: 40% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-40 {
        width: 40% !important;
    }

    .min-w-xl-40 {
        min-width: 40% !important;
    }

    .max-w-xl-40 {
        max-width: 40% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-40 {
        width: 40% !important;
    }

    .min-w-xxl-40 {
        min-width: 40% !important;
    }

    .max-w-xxl-40 {
        max-width: 40% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-45 {
        width: 45% !important;
    }

    .min-w-xs-45 {
        min-width: 45% !important;
    }

    .max-w-xs-45 {
        max-width: 45% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-45 {
        width: 45% !important;
    }

    .min-w-sm-45 {
        min-width: 45% !important;
    }

    .max-w-sm-45 {
        max-width: 45% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-45 {
        width: 45% !important;
    }

    .min-w-md-45 {
        min-width: 45% !important;
    }

    .max-w-md-45 {
        max-width: 45% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-45 {
        width: 45% !important;
    }

    .min-w-lg-45 {
        min-width: 45% !important;
    }

    .max-w-lg-45 {
        max-width: 45% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-45 {
        width: 45% !important;
    }

    .min-w-xl-45 {
        min-width: 45% !important;
    }

    .max-w-xl-45 {
        max-width: 45% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-45 {
        width: 45% !important;
    }

    .min-w-xxl-45 {
        min-width: 45% !important;
    }

    .max-w-xxl-45 {
        max-width: 45% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-50 {
        width: 50% !important;
    }

    .min-w-xs-50 {
        min-width: 50% !important;
    }

    .max-w-xs-50 {
        max-width: 50% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important;
    }

    .min-w-sm-50 {
        min-width: 50% !important;
    }

    .max-w-sm-50 {
        max-width: 50% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }

    .min-w-md-50 {
        min-width: 50% !important;
    }

    .max-w-md-50 {
        max-width: 50% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }

    .min-w-lg-50 {
        min-width: 50% !important;
    }

    .max-w-lg-50 {
        max-width: 50% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-50 {
        width: 50% !important;
    }

    .min-w-xl-50 {
        min-width: 50% !important;
    }

    .max-w-xl-50 {
        max-width: 50% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-50 {
        width: 50% !important;
    }

    .min-w-xxl-50 {
        min-width: 50% !important;
    }

    .max-w-xxl-50 {
        max-width: 50% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-55 {
        width: 55% !important;
    }

    .min-w-xs-55 {
        min-width: 55% !important;
    }

    .max-w-xs-55 {
        max-width: 55% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-55 {
        width: 55% !important;
    }

    .min-w-sm-55 {
        min-width: 55% !important;
    }

    .max-w-sm-55 {
        max-width: 55% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-55 {
        width: 55% !important;
    }

    .min-w-md-55 {
        min-width: 55% !important;
    }

    .max-w-md-55 {
        max-width: 55% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-55 {
        width: 55% !important;
    }

    .min-w-lg-55 {
        min-width: 55% !important;
    }

    .max-w-lg-55 {
        max-width: 55% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-55 {
        width: 55% !important;
    }

    .min-w-xl-55 {
        min-width: 55% !important;
    }

    .max-w-xl-55 {
        max-width: 55% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-55 {
        width: 55% !important;
    }

    .min-w-xxl-55 {
        min-width: 55% !important;
    }

    .max-w-xxl-55 {
        max-width: 55% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-60 {
        width: 60% !important;
    }

    .min-w-xs-60 {
        min-width: 60% !important;
    }

    .max-w-xs-60 {
        max-width: 60% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-60 {
        width: 60% !important;
    }

    .min-w-sm-60 {
        min-width: 60% !important;
    }

    .max-w-sm-60 {
        max-width: 60% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-60 {
        width: 60% !important;
    }

    .min-w-md-60 {
        min-width: 60% !important;
    }

    .max-w-md-60 {
        max-width: 60% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-60 {
        width: 60% !important;
    }

    .min-w-lg-60 {
        min-width: 60% !important;
    }

    .max-w-lg-60 {
        max-width: 60% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-60 {
        width: 60% !important;
    }

    .min-w-xl-60 {
        min-width: 60% !important;
    }

    .max-w-xl-60 {
        max-width: 60% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-60 {
        width: 60% !important;
    }

    .min-w-xxl-60 {
        min-width: 60% !important;
    }

    .max-w-xxl-60 {
        max-width: 60% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-65 {
        width: 65% !important;
    }

    .min-w-xs-65 {
        min-width: 65% !important;
    }

    .max-w-xs-65 {
        max-width: 65% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-65 {
        width: 65% !important;
    }

    .min-w-sm-65 {
        min-width: 65% !important;
    }

    .max-w-sm-65 {
        max-width: 65% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-65 {
        width: 65% !important;
    }

    .min-w-md-65 {
        min-width: 65% !important;
    }

    .max-w-md-65 {
        max-width: 65% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-65 {
        width: 65% !important;
    }

    .min-w-lg-65 {
        min-width: 65% !important;
    }

    .max-w-lg-65 {
        max-width: 65% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-65 {
        width: 65% !important;
    }

    .min-w-xl-65 {
        min-width: 65% !important;
    }

    .max-w-xl-65 {
        max-width: 65% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-65 {
        width: 65% !important;
    }

    .min-w-xxl-65 {
        min-width: 65% !important;
    }

    .max-w-xxl-65 {
        max-width: 65% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-70 {
        width: 70% !important;
    }

    .min-w-xs-70 {
        min-width: 70% !important;
    }

    .max-w-xs-70 {
        max-width: 70% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-70 {
        width: 70% !important;
    }

    .min-w-sm-70 {
        min-width: 70% !important;
    }

    .max-w-sm-70 {
        max-width: 70% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-70 {
        width: 70% !important;
    }

    .min-w-md-70 {
        min-width: 70% !important;
    }

    .max-w-md-70 {
        max-width: 70% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-70 {
        width: 70% !important;
    }

    .min-w-lg-70 {
        min-width: 70% !important;
    }

    .max-w-lg-70 {
        max-width: 70% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-70 {
        width: 70% !important;
    }

    .min-w-xl-70 {
        min-width: 70% !important;
    }

    .max-w-xl-70 {
        max-width: 70% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-70 {
        width: 70% !important;
    }

    .min-w-xxl-70 {
        min-width: 70% !important;
    }

    .max-w-xxl-70 {
        max-width: 70% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-75 {
        width: 75% !important;
    }

    .min-w-xs-75 {
        min-width: 75% !important;
    }

    .max-w-xs-75 {
        max-width: 75% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-75 {
        width: 75% !important;
    }

    .min-w-sm-75 {
        min-width: 75% !important;
    }

    .max-w-sm-75 {
        max-width: 75% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }

    .min-w-md-75 {
        min-width: 75% !important;
    }

    .max-w-md-75 {
        max-width: 75% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-75 {
        width: 75% !important;
    }

    .min-w-lg-75 {
        min-width: 75% !important;
    }

    .max-w-lg-75 {
        max-width: 75% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-75 {
        width: 75% !important;
    }

    .min-w-xl-75 {
        min-width: 75% !important;
    }

    .max-w-xl-75 {
        max-width: 75% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-75 {
        width: 75% !important;
    }

    .min-w-xxl-75 {
        min-width: 75% !important;
    }

    .max-w-xxl-75 {
        max-width: 75% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-80 {
        width: 80% !important;
    }

    .min-w-xs-80 {
        min-width: 80% !important;
    }

    .max-w-xs-80 {
        max-width: 80% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-80 {
        width: 80% !important;
    }

    .min-w-sm-80 {
        min-width: 80% !important;
    }

    .max-w-sm-80 {
        max-width: 80% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-80 {
        width: 80% !important;
    }

    .min-w-md-80 {
        min-width: 80% !important;
    }

    .max-w-md-80 {
        max-width: 80% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-80 {
        width: 80% !important;
    }

    .min-w-lg-80 {
        min-width: 80% !important;
    }

    .max-w-lg-80 {
        max-width: 80% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-80 {
        width: 80% !important;
    }

    .min-w-xl-80 {
        min-width: 80% !important;
    }

    .max-w-xl-80 {
        max-width: 80% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-80 {
        width: 80% !important;
    }

    .min-w-xxl-80 {
        min-width: 80% !important;
    }

    .max-w-xxl-80 {
        max-width: 80% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-85 {
        width: 85% !important;
    }

    .min-w-xs-85 {
        min-width: 85% !important;
    }

    .max-w-xs-85 {
        max-width: 85% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-85 {
        width: 85% !important;
    }

    .min-w-sm-85 {
        min-width: 85% !important;
    }

    .max-w-sm-85 {
        max-width: 85% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-85 {
        width: 85% !important;
    }

    .min-w-md-85 {
        min-width: 85% !important;
    }

    .max-w-md-85 {
        max-width: 85% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-85 {
        width: 85% !important;
    }

    .min-w-lg-85 {
        min-width: 85% !important;
    }

    .max-w-lg-85 {
        max-width: 85% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-85 {
        width: 85% !important;
    }

    .min-w-xl-85 {
        min-width: 85% !important;
    }

    .max-w-xl-85 {
        max-width: 85% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-85 {
        width: 85% !important;
    }

    .min-w-xxl-85 {
        min-width: 85% !important;
    }

    .max-w-xxl-85 {
        max-width: 85% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-90 {
        width: 90% !important;
    }

    .min-w-xs-90 {
        min-width: 90% !important;
    }

    .max-w-xs-90 {
        max-width: 90% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-90 {
        width: 90% !important;
    }

    .min-w-sm-90 {
        min-width: 90% !important;
    }

    .max-w-sm-90 {
        max-width: 90% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-90 {
        width: 90% !important;
    }

    .min-w-md-90 {
        min-width: 90% !important;
    }

    .max-w-md-90 {
        max-width: 90% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-90 {
        width: 90% !important;
    }

    .min-w-lg-90 {
        min-width: 90% !important;
    }

    .max-w-lg-90 {
        max-width: 90% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-90 {
        width: 90% !important;
    }

    .min-w-xl-90 {
        min-width: 90% !important;
    }

    .max-w-xl-90 {
        max-width: 90% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-90 {
        width: 90% !important;
    }

    .min-w-xxl-90 {
        min-width: 90% !important;
    }

    .max-w-xxl-90 {
        max-width: 90% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-95 {
        width: 95% !important;
    }

    .min-w-xs-95 {
        min-width: 95% !important;
    }

    .max-w-xs-95 {
        max-width: 95% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-95 {
        width: 95% !important;
    }

    .min-w-sm-95 {
        min-width: 95% !important;
    }

    .max-w-sm-95 {
        max-width: 95% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-95 {
        width: 95% !important;
    }

    .min-w-md-95 {
        min-width: 95% !important;
    }

    .max-w-md-95 {
        max-width: 95% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-95 {
        width: 95% !important;
    }

    .min-w-lg-95 {
        min-width: 95% !important;
    }

    .max-w-lg-95 {
        max-width: 95% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-95 {
        width: 95% !important;
    }

    .min-w-xl-95 {
        min-width: 95% !important;
    }

    .max-w-xl-95 {
        max-width: 95% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-95 {
        width: 95% !important;
    }

    .min-w-xxl-95 {
        min-width: 95% !important;
    }

    .max-w-xxl-95 {
        max-width: 95% !important;
    }
}

@media screen and (min-width: 0px) {
    .w-xs-100 {
        width: 100% !important;
    }

    .min-w-xs-100 {
        min-width: 100% !important;
    }

    .max-w-xs-100 {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .min-w-sm-100 {
        min-width: 100% !important;
    }

    .max-w-sm-100 {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .min-w-md-100 {
        min-width: 100% !important;
    }

    .max-w-md-100 {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .min-w-lg-100 {
        min-width: 100% !important;
    }

    .max-w-lg-100 {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .min-w-xl-100 {
        min-width: 100% !important;
    }

    .max-w-xl-100 {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-100 {
        width: 100% !important;
    }

    .min-w-xxl-100 {
        min-width: 100% !important;
    }

    .max-w-xxl-100 {
        max-width: 100% !important;
    }
}