﻿.width-5 {
    width: 0.36rem;
}

.width-10 {
    width: 0.71rem;
}

.width-15 {
    width: 1.07rem;
}

.width-20 {
    width: 1.43rem;
}

.width-25 {
    width: 1.79rem;
}

.width-30 {
    width: 2.14rem;
}

.width-35 {
    width: 2.50rem;
}

.width-40 {
    width: 2.86rem;
}

.width-45 {
    width: 3.21rem;
}

.width-50 {
    width: 3.57rem;
}

.width-55 {
    width: 3.93rem;
}

.width-60 {
    width: 4.29rem;
}

.width-65 {
    width: 4.64rem;
}

.width-70 {
    width: 5.00rem;
}

.width-75 {
    width: 5.36rem;
}

.width-80 {
    width: 5.71rem;
}

.width-85 {
    width: 6.07rem;
}

.width-90 {
    width: 6.43rem;
}

.width-95 {
    width: 6.79rem;
}

.width-100 {
    width: 7.14rem;
}

.width-105 {
    width: 7.50rem;
}

.width-110 {
    width: 7.86rem;
}

.width-115 {
    width: 8.21rem;
}

.width-120 {
    width: 8.57rem;
}

.width-125 {
    width: 8.93rem;
}

.width-130 {
    width: 9.29rem;
}

.width-135 {
    width: 9.64rem;
}

.width-140 {
    width: 10.00rem;
}

.width-145 {
    width: 10.36rem;
}

.width-150 {
    width: 10.71rem;
}

.width-155 {
    width: 11.07rem;
}

.width-160 {
    width: 11.43rem;
}

.width-165 {
    width: 11.79rem;
}

.width-170 {
    width: 12.14rem;
}

.width-175 {
    width: 12.50rem;
}

.width-180 {
    width: 12.86rem;
}

.width-185 {
    width: 13.21rem;
}

.width-190 {
    width: 13.57rem;
}

.width-195 {
    width: 13.93rem;
}

.width-200 {
    width: 14.29rem;
}

.width-205 {
    width: 14.64rem;
}

.width-210 {
    width: 15.00rem;
}

.width-215 {
    width: 15.36rem;
}

.width-220 {
    width: 15.71rem;
}

.width-225 {
    width: 16.07rem;
}

.width-230 {
    width: 16.43rem;
}

.width-235 {
    width: 16.79rem;
}

.width-240 {
    width: 17.14rem;
}

.width-245 {
    width: 17.50rem;
}

.width-250 {
    width: 17.86rem;
}

.width-255 {
    width: 18.21rem;
}

.width-260 {
    width: 18.57rem;
}

.width-265 {
    width: 18.93rem;
}

.width-270 {
    width: 19.29rem;
}

.width-275 {
    width: 19.64rem;
}

.width-280 {
    width: 20.00rem;
}

.width-285 {
    width: 20.36rem;
}

.width-290 {
    width: 20.71rem;
}

.width-295 {
    width: 21.07rem;
}

.width-300 {
    width: 21.43rem;
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-25 {
    width: 25vw !important
}

.vw-50 {
    width: 50vw !important
}

.vw-75 {
    width: 75vw !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-w-0 {
    min-width: 0
}

@media(min-width:425px) {
    .w-xs-25 {
        width: 25% !important
    }

    .w-xs-50 {
        width: 50% !important
    }

    .w-xs-75 {
        width: 75% !important
    }

    .w-xs-100 {
        width: 100% !important
    }

    .w-xs-auto {
        width: auto !important
    }

    .vw-xs-25 {
        width: 25vw !important
    }

    .vw-xs-50 {
        width: 50vw !important
    }

    .vw-xs-75 {
        width: 75vw !important
    }

    .vw-xs-100 {
        width: 100vw !important
    }
}

@media(min-width:576px){
    .w-sm-25 {
        width: 25% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-auto {
        width: auto !important
    }

    .vw-sm-25 {
        width: 25vw !important
    }

    .vw-sm-50 {
        width: 50vw !important
    }

    .vw-sm-75 {
        width: 75vw !important
    }

    .vw-sm-100 {
        width: 100vw !important
    }
}
@media(min-width: 768px) {
    .w-md-25 {
        width: 25% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-100 {
        width: 100% !important
    }

    .w-md-auto {
        width: auto !important
    }

    .vw-md-25 {
        width: 25vw !important
    }

    .vw-md-50 {
        width: 50vw !important
    }

    .vw-md-75 {
        width: 75vw !important
    }

    .vw-md-100 {
        width: 100vw !important
    }
}
@media(min-width: 992px){
    .w-lg-25 {
        width: 25% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .w-lg-auto {
        width: auto !important
    }

    .vw-lg-25 {
        width: 25vw !important
    }

    .vw-lg-50 {
        width: 50vw !important
    }

    .vw-lg-75 {
        width: 75vw !important
    }

    .vw-lg-100 {
        width: 100vw !important
    }
}
@media(min-width: 1200px){
    .w-xl-25 {
        width: 25% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .w-xl-100 {
        width: 100% !important
    }

    .w-xl-auto {
        width: auto !important
    }

    .vw-xl-25 {
        width: 25vw !important
    }

    .vw-xl-50 {
        width: 50vw !important
    }

    .vw-xl-75 {
        width: 75vw !important
    }

    .vw-xl-100 {
        width: 100vw !important
    }
}
@media(min-width: 1540px){
    .w-xxl-25 {
        width: 25% !important
    }

    .w-xxl-50 {
        width: 50% !important
    }

    .w-xxl-75 {
        width: 75% !important
    }

    .w-xxl-100 {
        width: 100% !important
    }

    .w-xxl-auto {
        width: auto !important
    }

    .vw-xxl-25 {
        width: 25vw !important
    }

    .vw-xxl-50 {
        width: 50vw !important
    }

    .vw-xxl-75 {
        width: 75vw !important
    }

    .vw-xxl-100 {
        width: 100vw !important
    }
}