﻿.position-static {
    position: static;
}

.position-static-i {
    position: static !important;
}

@media screen and (min-width:1024px) {
    .position-static-xl {
        position: static;
    }

    .position-static-xl-i {
        position: static !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .position-static-lg {
        position: static;
    }

    .position-static-lg-i {
        position: static !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .position-static-md {
        position: static;
    }

    .position-static-md-i {
        position: static !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .position-static-sm {
        position: static;
    }

    .position-static-sm-i {
        position: static !important;
    }
}

@media screen and (max-width:576px) {
    .position-static-xs {
        position: static;
    }

    .position-static-xs-i {
        position: static !important;
    }
}

.position-relative {
    position: relative;
}

.position-relative-i {
    position: relative !important;
}

@media screen and (min-width:1024px) {
    .position-relative-xl {
        position: relative;
    }

    .position-relative-xl-i {
        position: relative !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .position-relative-lg {
        position: relative;
    }

    .position-relative-lg-i {
        position: relative !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .position-relative-md {
        position: relative;
    }

    .position-relative-md-i {
        position: relative !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .position-relative-sm {
        position: relative;
    }

    .position-relative-sm-i {
        position: relative !important;
    }
}

@media screen and (max-width:576px) {
    .position-relative-xs {
        position: relative;
    }

    .position-relative-xs-i {
        position: relative !important;
    }
}

.position-absolute {
    position: absolute;
}

.position-absolute-i {
    position: absolute !important;
}

@media screen and (min-width:1024px) {
    .position-absolute-xl {
        position: absolute;
    }

    .position-absolute-xl-i {
        position: absolute !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .position-absolute-lg {
        position: absolute;
    }

    .position-absolute-lg-i {
        position: absolute !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .position-absolute-md {
        position: absolute;
    }

    .position-absolute-md-i {
        position: absolute !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .position-absolute-sm {
        position: absolute;
    }

    .position-absolute-sm-i {
        position: absolute !important;
    }
}

@media screen and (max-width:576px) {
    .position-absolute-xs {
        position: absolute;
    }

    .position-absolute-xs-i {
        position: absolute !important;
    }
}

.position-fixed {
    position: fixed;
}

.position-fixed-i {
    position: fixed !important;
}

@media screen and (min-width:1024px) {
    .position-fixed-xl {
        position: fixed;
    }

    .position-fixed-xl-i {
        position: fixed !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .position-fixed-lg {
        position: fixed;
    }

    .position-fixed-lg-i {
        position: fixed !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .position-fixed-md {
        position: fixed;
    }

    .position-fixed-md-i {
        position: fixed !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .position-fixed-sm {
        position: fixed;
    }

    .position-fixed-sm-i {
        position: fixed !important;
    }
}

@media screen and (max-width:576px) {
    .position-fixed-xs {
        position: fixed;
    }

    .position-fixed-xs-i {
        position: fixed !important;
    }
}

.position-sticky {
    position: sticky;
}

.position-sticky-i {
    position: sticky !important;
}

@media screen and (min-width:1024px) {
    .position-sticky-xl {
        position: sticky;
    }

    .position-sticky-xl-i {
        position: sticky !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .position-sticky-lg {
        position: sticky;
    }

    .position-sticky-lg-i {
        position: sticky !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .position-sticky-md {
        position: sticky;
    }

    .position-sticky-md-i {
        position: sticky !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .position-sticky-sm {
        position: sticky;
    }

    .position-sticky-sm-i {
        position: sticky !important;
    }
}

@media screen and (max-width:576px) {
    .position-sticky-xs {
        position: sticky;
    }

    .position-sticky-xs-i {
        position: sticky !important;
    }
}

.top-0px {
    top: 0;
}

.top-0px-i {
    top: 0 !important;
}

@media screen and (min-width:1024px) {
    .top-0px-xl {
        top: 0;
    }

    .top-0px-xl-i {
        top: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .top-0px-lg {
        top: 0;
    }

    .top-0px-lg-i {
        top: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .top-0px-md {
        top: 0;
    }

    .top-0px-md-i {
        top: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .top-0px-sm {
        top: 0;
    }

    .top-0px-sm-i {
        top: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .top-0px-xs {
        top: 0;
    }

    .top-0px-xs-i {
        top: 0 !important;
    }
}

.right-0px {
    top: 0;
}

.right-0px-i {
    top: 0 !important;
}

@media screen and (min-width:1024px) {
    .right-0px-xl {
        top: 0;
    }

    .right-0px-xl-i {
        top: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .right-0px-lg {
        top: 0;
    }

    .right-0px-lg-i {
        top: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .right-0px-md {
        top: 0;
    }

    .right-0px-md-i {
        top: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .right-0px-sm {
        top: 0;
    }

    .right-0px-sm-i {
        top: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .right-0px-xs {
        top: 0;
    }

    .right-0px-xs-i {
        top: 0 !important;
    }
}

.bottom-0px {
    top: 0;
}

.bottom-0px-i {
    top: 0 !important;
}

@media screen and (min-width:1024px) {
    .bottom-0px-xl {
        top: 0;
    }

    .bottom-0px-xl-i {
        top: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .bottom-0px-lg {
        top: 0;
    }

    .bottom-0px-lg-i {
        top: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .bottom-0px-md {
        top: 0;
    }

    .bottom-0px-md-i {
        top: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .bottom-0px-sm {
        top: 0;
    }

    .bottom-0px-sm-i {
        top: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .bottom-0px-xs {
        top: 0;
    }

    .bottom-0px-xs-i {
        top: 0 !important;
    }
}

.left-0px {
    top: 0;
}

.left-0px-i {
    top: 0 !important;
}

@media screen and (min-width:1024px) {
    .left-0px-xl {
        top: 0;
    }

    .left-0px-xl-i {
        top: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .left-0px-lg {
        top: 0;
    }

    .left-0px-lg-i {
        top: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .left-0px-md {
        top: 0;
    }

    .left-0px-md-i {
        top: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .left-0px-sm {
        top: 0;
    }

    .left-0px-sm-i {
        top: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .left-0px-xs {
        top: 0;
    }

    .left-0px-xs-i {
        top: 0 !important;
    }
}

.mt--15px {
    margin-top: -15px;
}

.mt--15px-i {
    margin-top: -15px !important;
}

@media screen and (min-width:1024px) {
    .mt--15px-xl {
        margin-top: -15px;
    }

    .mt--15px-xl-i {
        margin-top: -15px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt--15px-lg {
        margin-top: -15px;
    }

    .mt--15px-lg-i {
        margin-top: -15px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt--15px-md {
        margin-top: -15px;
    }

    .mt--15px-md-i {
        margin-top: -15px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt--15px-sm {
        margin-top: -15px;
    }

    .mt--15px-sm-i {
        margin-top: -15px !important;
    }
}

@media screen and (max-width:576px) {
    .mt--15px-xs {
        margin-top: -15px;
    }

    .mt--15px-xs-i {
        margin-top: -15px !important;
    }
}

.mr--15px {
    margin-right: -15px;
}

.mr--15px-i {
    margin-right: -15px !important;
}

@media screen and (min-width:1024px) {
    .mr--15px-xl {
        margin-right: -15px;
    }

    .mr--15px-xl-i {
        margin-right: -15px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr--15px-lg {
        margin-right: -15px;
    }

    .mr--15px-lg-i {
        margin-right: -15px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr--15px-md {
        margin-right: -15px;
    }

    .mr--15px-md-i {
        margin-right: -15px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr--15px-sm {
        margin-right: -15px;
    }

    .mr--15px-sm-i {
        margin-right: -15px !important;
    }
}

@media screen and (max-width:576px) {
    .mr--15px-xs {
        margin-right: -15px;
    }

    .mr--15px-xs-i {
        margin-right: -15px !important;
    }
}

.mb--15px {
    margin-bottom: -15px;
}

.mb--15px-i {
    margin-bottom: -15px !important;
}

@media screen and (min-width:1024px) {
    .mb--15px-xl {
        margin-bottom: -15px;
    }

    .mb--15px-xl-i {
        margin-bottom: -15px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb--15px-lg {
        margin-bottom: -15px;
    }

    .mb--15px-lg-i {
        margin-bottom: -15px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb--15px-md {
        margin-bottom: -15px;
    }

    .mb--15px-md-i {
        margin-bottom: -15px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb--15px-sm {
        margin-bottom: -15px;
    }

    .mb--15px-sm-i {
        margin-bottom: -15px !important;
    }
}

@media screen and (max-width:576px) {
    .mb--15px-xs {
        margin-bottom: -15px;
    }

    .mb--15px-xs-i {
        margin-bottom: -15px !important;
    }
}

.ml--15px {
    margin-left: -15px;
}

.ml--15px-i {
    margin-left: -15px !important;
}

@media screen and (min-width:1024px) {
    .ml--15px-xl {
        margin-left: -15px;
    }

    .ml--15px-xl-i {
        margin-left: -15px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml--15px-lg {
        margin-left: -15px;
    }

    .ml--15px-lg-i {
        margin-left: -15px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml--15px-md {
        margin-left: -15px;
    }

    .ml--15px-md-i {
        margin-left: -15px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml--15px-sm {
        margin-left: -15px;
    }

    .ml--15px-sm-i {
        margin-left: -15px !important;
    }
}

@media screen and (max-width:576px) {
    .ml--15px-xs {
        margin-left: -15px;
    }

    .ml--15px-xs-i {
        margin-left: -15px !important;
    }
}

.mt-0px {
    margin-top: 0;
}

.mt-0px-i {
    margin-top: 0 !important;
}

@media screen and (min-width:1024px) {
    .mt-0px-xl {
        margin-top: 0;
    }

    .mt-0px-xl-i {
        margin-top: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-0px-lg {
        margin-top: 0;
    }

    .mt-0px-lg-i {
        margin-top: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-0px-md {
        margin-top: 0;
    }

    .mt-0px-md-i {
        margin-top: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-0px-sm {
        margin-top: 0;
    }

    .mt-0px-sm-i {
        margin-top: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .mt-0px-xs {
        margin-top: 0;
    }

    .mt-0px-xs-i {
        margin-top: 0 !important;
    }
}

.mr-0px {
    margin-right: 0;
}

.mr-0px-i {
    margin-right: 0 !important;
}

@media screen and (min-width:1024px) {
    .mr-0px-xl {
        margin-right: 0;
    }

    .mr-0px-xl-i {
        margin-right: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-0px-lg {
        margin-right: 0;
    }

    .mr-0px-lg-i {
        margin-right: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-0px-md {
        margin-right: 0;
    }

    .mr-0px-md-i {
        margin-right: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-0px-sm {
        margin-right: 0;
    }

    .mr-0px-sm-i {
        margin-right: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .mr-0px-xs {
        margin-right: 0;
    }

    .mr-0px-xs-i {
        margin-right: 0 !important;
    }
}

.mb-0px {
    margin-bottom: 0;
}

.mb-0px-i {
    margin-bottom: 0 !important;
}

@media screen and (min-width:1024px) {
    .mb-0px-xl {
        margin-bottom: 0;
    }

    .mb-0px-xl-i {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-0px-lg {
        margin-bottom: 0;
    }

    .mb-0px-lg-i {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-0px-md {
        margin-bottom: 0;
    }

    .mb-0px-md-i {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-0px-sm {
        margin-bottom: 0;
    }

    .mb-0px-sm-i {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .mb-0px-xs {
        margin-bottom: 0;
    }

    .mb-0px-xs-i {
        margin-bottom: 0 !important;
    }
}

.ml-0px {
    margin-left: 0;
}

.ml-0px-i {
    margin-left: 0 !important;
}

@media screen and (min-width:1024px) {
    .ml-0px-xl {
        margin-left: 0;
    }

    .ml-0px-xl-i {
        margin-left: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-0px-lg {
        margin-left: 0;
    }

    .ml-0px-lg-i {
        margin-left: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-0px-md {
        margin-left: 0;
    }

    .ml-0px-md-i {
        margin-left: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-0px-sm {
        margin-left: 0;
    }

    .ml-0px-sm-i {
        margin-left: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .ml-0px-xs {
        margin-left: 0;
    }

    .ml-0px-xs-i {
        margin-left: 0 !important;
    }
}

.mt-5px {
    margin-top: 5px;
}

.mt-5px-i {
    margin-top: 5px !important;
}

@media screen and (min-width:1024px) {
    .mt-5px-xl {
        margin-top: 5px;
    }

    .mt-5px-xl-i {
        margin-top: 5px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-5px-lg {
        margin-top: 5px;
    }

    .mt-5px-lg-i {
        margin-top: 5px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-5px-md {
        margin-top: 5px;
    }

    .mt-5px-md-i {
        margin-top: 5px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-5px-sm {
        margin-top: 5px;
    }

    .mt-5px-sm-i {
        margin-top: 5px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-5px-xs {
        margin-top: 5px;
    }

    .mt-5px-xs-i {
        margin-top: 5px !important;
    }
}

.mr-5px {
    margin-right: 5px;
}

.mr-5px-i {
    margin-right: 5px !important;
}

@media screen and (min-width:1024px) {
    .mr-5px-xl {
        margin-right: 5px;
    }

    .mr-5px-xl-i {
        margin-right: 5px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-5px-lg {
        margin-right: 5px;
    }

    .mr-5px-lg-i {
        margin-right: 5px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-5px-md {
        margin-right: 5px;
    }

    .mr-5px-md-i {
        margin-right: 5px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-5px-sm {
        margin-right: 5px;
    }

    .mr-5px-sm-i {
        margin-right: 5px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-5px-xs {
        margin-right: 5px;
    }

    .mr-5px-xs-i {
        margin-right: 5px !important;
    }
}

.mb-5px {
    margin-bottom: 5px;
}

.mb-5px-i {
    margin-bottom: 5px !important;
}

@media screen and (min-width:1024px) {
    .mb-5px-xl {
        margin-bottom: 5px;
    }

    .mb-5px-xl-i {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-5px-lg {
        margin-bottom: 5px;
    }

    .mb-5px-lg-i {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-5px-md {
        margin-bottom: 5px;
    }

    .mb-5px-md-i {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-5px-sm {
        margin-bottom: 5px;
    }

    .mb-5px-sm-i {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-5px-xs {
        margin-bottom: 5px;
    }

    .mb-5px-xs-i {
        margin-bottom: 5px !important;
    }
}

.ml-5px {
    margin-left: 5px;
}

.ml-5px-i {
    margin-left: 5px !important;
}

@media screen and (min-width:1024px) {
    .ml-5px-xl {
        margin-left: 5px;
    }

    .ml-5px-xl-i {
        margin-left: 5px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-5px-lg {
        margin-left: 5px;
    }

    .ml-5px-lg-i {
        margin-left: 5px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-5px-md {
        margin-left: 5px;
    }

    .ml-5px-md-i {
        margin-left: 5px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-5px-sm {
        margin-left: 5px;
    }

    .ml-5px-sm-i {
        margin-left: 5px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-5px-xs {
        margin-left: 5px;
    }

    .ml-5px-xs-i {
        margin-left: 5px !important;
    }
}

.mt-6px {
    margin-top: 6px;
}

.mt-6px-i {
    margin-top: 6px !important;
}

@media screen and (min-width:1024px) {
    .mt-6px-xl {
        margin-top: 6px;
    }

    .mt-6px-xl-i {
        margin-top: 6px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-6px-lg {
        margin-top: 6px;
    }

    .mt-6px-lg-i {
        margin-top: 6px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-6px-md {
        margin-top: 6px;
    }

    .mt-6px-md-i {
        margin-top: 6px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-6px-sm {
        margin-top: 6px;
    }

    .mt-6px-sm-i {
        margin-top: 6px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-6px-xs {
        margin-top: 6px;
    }

    .mt-6px-xs-i {
        margin-top: 6px !important;
    }
}

.mr-6px {
    margin-right: 6px;
}

.mr-6px-i {
    margin-right: 6px !important;
}

@media screen and (min-width:1024px) {
    .mr-6px-xl {
        margin-right: 6px;
    }

    .mr-6px-xl-i {
        margin-right: 6px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-6px-lg {
        margin-right: 6px;
    }

    .mr-6px-lg-i {
        margin-right: 6px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-6px-md {
        margin-right: 6px;
    }

    .mr-6px-md-i {
        margin-right: 6px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-6px-sm {
        margin-right: 6px;
    }

    .mr-6px-sm-i {
        margin-right: 6px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-6px-xs {
        margin-right: 6px;
    }

    .mr-6px-xs-i {
        margin-right: 6px !important;
    }
}

.mb-6px {
    margin-bottom: 6px;
}

.mb-6px-i {
    margin-bottom: 6px !important;
}

@media screen and (min-width:1024px) {
    .mb-6px-xl {
        margin-bottom: 6px;
    }

    .mb-6px-xl-i {
        margin-bottom: 6px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-6px-lg {
        margin-bottom: 6px;
    }

    .mb-6px-lg-i {
        margin-bottom: 6px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-6px-md {
        margin-bottom: 6px;
    }

    .mb-6px-md-i {
        margin-bottom: 6px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-6px-sm {
        margin-bottom: 6px;
    }

    .mb-6px-sm-i {
        margin-bottom: 6px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-6px-xs {
        margin-bottom: 6px;
    }

    .mb-6px-xs-i {
        margin-bottom: 6px !important;
    }
}

.ml-6px {
    margin-left: 6px;
}

.ml-6px-i {
    margin-left: 6px !important;
}

@media screen and (min-width:1024px) {
    .ml-6px-xl {
        margin-left: 6px;
    }

    .ml-6px-xl-i {
        margin-left: 6px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-6px-lg {
        margin-left: 6px;
    }

    .ml-6px-lg-i {
        margin-left: 6px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-6px-md {
        margin-left: 6px;
    }

    .ml-6px-md-i {
        margin-left: 6px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-6px-sm {
        margin-left: 6px;
    }

    .ml-6px-sm-i {
        margin-left: 6px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-6px-xs {
        margin-left: 6px;
    }

    .ml-6px-xs-i {
        margin-left: 6px !important;
    }
}

.mt-8px {
    margin-top: 8px;
}

.mt-8px-i {
    margin-top: 8px !important;
}

@media screen and (min-width:1024px) {
    .mt-8px-xl {
        margin-top: 8px;
    }

    .mt-8px-xl-i {
        margin-top: 8px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-8px-lg {
        margin-top: 8px;
    }

    .mt-8px-lg-i {
        margin-top: 8px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-8px-md {
        margin-top: 8px;
    }

    .mt-8px-md-i {
        margin-top: 8px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-8px-sm {
        margin-top: 8px;
    }

    .mt-8px-sm-i {
        margin-top: 8px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-8px-xs {
        margin-top: 8px;
    }

    .mt-8px-xs-i {
        margin-top: 8px !important;
    }
}

.mr-8px {
    margin-right: 8px;
}

.mr-8px-i {
    margin-right: 8px !important;
}

@media screen and (min-width:1024px) {
    .mr-8px-xl {
        margin-right: 8px;
    }

    .mr-8px-xl-i {
        margin-right: 8px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-8px-lg {
        margin-right: 8px;
    }

    .mr-8px-lg-i {
        margin-right: 8px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-8px-md {
        margin-right: 8px;
    }

    .mr-8px-md-i {
        margin-right: 8px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-8px-sm {
        margin-right: 8px;
    }

    .mr-8px-sm-i {
        margin-right: 8px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-8px-xs {
        margin-right: 8px;
    }

    .mr-8px-xs-i {
        margin-right: 8px !important;
    }
}

.mb-8px {
    margin-bottom: 8px;
}

.mb-8px-i {
    margin-bottom: 8px !important;
}

@media screen and (min-width:1024px) {
    .mb-8px-xl {
        margin-bottom: 8px;
    }

    .mb-8px-xl-i {
        margin-bottom: 8px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-8px-lg {
        margin-bottom: 8px;
    }

    .mb-8px-lg-i {
        margin-bottom: 8px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-8px-md {
        margin-bottom: 8px;
    }

    .mb-8px-md-i {
        margin-bottom: 8px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-8px-sm {
        margin-bottom: 8px;
    }

    .mb-8px-sm-i {
        margin-bottom: 8px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-8px-xs {
        margin-bottom: 8px;
    }

    .mb-8px-xs-i {
        margin-bottom: 8px !important;
    }
}

.ml-8px {
    margin-left: 8px;
}

.ml-8px-i {
    margin-left: 8px !important;
}

@media screen and (min-width:1024px) {
    .ml-8px-xl {
        margin-left: 8px;
    }

    .ml-8px-xl-i {
        margin-left: 8px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-8px-lg {
        margin-left: 8px;
    }

    .ml-8px-lg-i {
        margin-left: 8px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-8px-md {
        margin-left: 8px;
    }

    .ml-8px-md-i {
        margin-left: 8px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-8px-sm {
        margin-left: 8px;
    }

    .ml-8px-sm-i {
        margin-left: 8px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-8px-xs {
        margin-left: 8px;
    }

    .ml-8px-xs-i {
        margin-left: 8px !important;
    }
}

.mt-10px {
    margin-top: 10px;
}

.mt-10px-i {
    margin-top: 10px !important;
}

@media screen and (min-width:1024px) {
    .mt-10px-xl {
        margin-top: 10px;
    }

    .mt-10px-xl-i {
        margin-top: 10px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-10px-lg {
        margin-top: 10px;
    }

    .mt-10px-lg-i {
        margin-top: 10px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-10px-md {
        margin-top: 10px;
    }

    .mt-10px-md-i {
        margin-top: 10px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-10px-sm {
        margin-top: 10px;
    }

    .mt-10px-sm-i {
        margin-top: 10px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-10px-xs {
        margin-top: 10px;
    }

    .mt-10px-xs-i {
        margin-top: 10px !important;
    }
}

.mr-10px {
    margin-right: 10px;
}

.mr-10px-i {
    margin-right: 10px !important;
}

@media screen and (min-width:1024px) {
    .mr-10px-xl {
        margin-right: 10px;
    }

    .mr-10px-xl-i {
        margin-right: 10px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-10px-lg {
        margin-right: 10px;
    }

    .mr-10px-lg-i {
        margin-right: 10px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-10px-md {
        margin-right: 10px;
    }

    .mr-10px-md-i {
        margin-right: 10px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-10px-sm {
        margin-right: 10px;
    }

    .mr-10px-sm-i {
        margin-right: 10px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-10px-xs {
        margin-right: 10px;
    }

    .mr-10px-xs-i {
        margin-right: 10px !important;
    }
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-10px-i {
    margin-bottom: 10px !important;
}

@media screen and (min-width:1024px) {
    .mb-10px-xl {
        margin-bottom: 10px;
    }

    .mb-10px-xl-i {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-10px-lg {
        margin-bottom: 10px;
    }

    .mb-10px-lg-i {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-10px-md {
        margin-bottom: 10px;
    }

    .mb-10px-md-i {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-10px-sm {
        margin-bottom: 10px;
    }

    .mb-10px-sm-i {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-10px-xs {
        margin-bottom: 10px;
    }

    .mb-10px-xs-i {
        margin-bottom: 10px !important;
    }
}

.ml-10px {
    margin-left: 10px;
}

.ml-10px-i {
    margin-left: 10px !important;
}

@media screen and (min-width:1024px) {
    .ml-10px-xl {
        margin-left: 10px;
    }

    .ml-10px-xl-i {
        margin-left: 10px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-10px-lg {
        margin-left: 10px;
    }

    .ml-10px-lg-i {
        margin-left: 10px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-10px-md {
        margin-left: 10px;
    }

    .ml-10px-md-i {
        margin-left: 10px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-10px-sm {
        margin-left: 10px;
    }

    .ml-10px-sm-i {
        margin-left: 10px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-10px-xs {
        margin-left: 10px;
    }

    .ml-10px-xs-i {
        margin-left: 10px !important;
    }
}

.mt-13px {
    margin-top: 13px;
}

.mt-13px-i {
    margin-top: 13px !important;
}

@media screen and (min-width:1024px) {
    .mt-13px-xl {
        margin-top: 13px;
    }

    .mt-13px-xl-i {
        margin-top: 13px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-13px-lg {
        margin-top: 13px;
    }

    .mt-13px-lg-i {
        margin-top: 13px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-13px-md {
        margin-top: 13px;
    }

    .mt-13px-md-i {
        margin-top: 13px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-13px-sm {
        margin-top: 13px;
    }

    .mt-13px-sm-i {
        margin-top: 13px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-13px-xs {
        margin-top: 13px;
    }

    .mt-13px-xs-i {
        margin-top: 13px !important;
    }
}

.mr-13px {
    margin-right: 13px;
}

.mr-13px-i {
    margin-right: 13px !important;
}

@media screen and (min-width:1024px) {
    .mr-13px-xl {
        margin-right: 13px;
    }

    .mr-13px-xl-i {
        margin-right: 13px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-13px-lg {
        margin-right: 13px;
    }

    .mr-13px-lg-i {
        margin-right: 13px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-13px-md {
        margin-right: 13px;
    }

    .mr-13px-md-i {
        margin-right: 13px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-13px-sm {
        margin-right: 13px;
    }

    .mr-13px-sm-i {
        margin-right: 13px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-13px-xs {
        margin-right: 13px;
    }

    .mr-13px-xs-i {
        margin-right: 13px !important;
    }
}

.mb-13px {
    margin-bottom: 13px;
}

.mb-13px-i {
    margin-bottom: 13px !important;
}

@media screen and (min-width:1024px) {
    .mb-13px-xl {
        margin-bottom: 13px;
    }

    .mb-13px-xl-i {
        margin-bottom: 13px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-13px-lg {
        margin-bottom: 13px;
    }

    .mb-13px-lg-i {
        margin-bottom: 13px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-13px-md {
        margin-bottom: 13px;
    }

    .mb-13px-md-i {
        margin-bottom: 13px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-13px-sm {
        margin-bottom: 13px;
    }

    .mb-13px-sm-i {
        margin-bottom: 13px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-13px-xs {
        margin-bottom: 13px;
    }

    .mb-13px-xs-i {
        margin-bottom: 13px !important;
    }
}

.ml-13px {
    margin-left: 13px;
}

.ml-13px-i {
    margin-left: 13px !important;
}

@media screen and (min-width:1024px) {
    .ml-13px-xl {
        margin-left: 13px;
    }

    .ml-13px-xl-i {
        margin-left: 13px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-13px-lg {
        margin-left: 13px;
    }

    .ml-13px-lg-i {
        margin-left: 13px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-13px-md {
        margin-left: 13px;
    }

    .ml-13px-md-i {
        margin-left: 13px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-13px-sm {
        margin-left: 13px;
    }

    .ml-13px-sm-i {
        margin-left: 13px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-13px-xs {
        margin-left: 13px;
    }

    .ml-13px-xs-i {
        margin-left: 13px !important;
    }
}

.mt-14px {
    margin-top: 14px;
}

.mt-14px-i {
    margin-top: 14px !important;
}

@media screen and (min-width:1024px) {
    .mt-14px-xl {
        margin-top: 14px;
    }

    .mt-14px-xl-i {
        margin-top: 14px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-14px-lg {
        margin-top: 14px;
    }

    .mt-14px-lg-i {
        margin-top: 14px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-14px-md {
        margin-top: 14px;
    }

    .mt-14px-md-i {
        margin-top: 14px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-14px-sm {
        margin-top: 14px;
    }

    .mt-14px-sm-i {
        margin-top: 14px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-14px-xs {
        margin-top: 14px;
    }

    .mt-14px-xs-i {
        margin-top: 14px !important;
    }
}

.mr-14px {
    margin-right: 14px;
}

.mr-14px-i {
    margin-right: 14px !important;
}

@media screen and (min-width:1024px) {
    .mr-14px-xl {
        margin-right: 14px;
    }

    .mr-14px-xl-i {
        margin-right: 14px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-14px-lg {
        margin-right: 14px;
    }

    .mr-14px-lg-i {
        margin-right: 14px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-14px-md {
        margin-right: 14px;
    }

    .mr-14px-md-i {
        margin-right: 14px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-14px-sm {
        margin-right: 14px;
    }

    .mr-14px-sm-i {
        margin-right: 14px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-14px-xs {
        margin-right: 14px;
    }

    .mr-14px-xs-i {
        margin-right: 14px !important;
    }
}

.mb-14px {
    margin-bottom: 14px;
}

.mb-14px-i {
    margin-bottom: 14px !important;
}

@media screen and (min-width:1024px) {
    .mb-14px-xl {
        margin-bottom: 14px;
    }

    .mb-14px-xl-i {
        margin-bottom: 14px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-14px-lg {
        margin-bottom: 14px;
    }

    .mb-14px-lg-i {
        margin-bottom: 14px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-14px-md {
        margin-bottom: 14px;
    }

    .mb-14px-md-i {
        margin-bottom: 14px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-14px-sm {
        margin-bottom: 14px;
    }

    .mb-14px-sm-i {
        margin-bottom: 14px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-14px-xs {
        margin-bottom: 14px;
    }

    .mb-14px-xs-i {
        margin-bottom: 14px !important;
    }
}

.ml-14px {
    margin-left: 14px;
}

.ml-14px-i {
    margin-left: 14px !important;
}

@media screen and (min-width:1024px) {
    .ml-14px-xl {
        margin-left: 14px;
    }

    .ml-14px-xl-i {
        margin-left: 14px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-14px-lg {
        margin-left: 14px;
    }

    .ml-14px-lg-i {
        margin-left: 14px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-14px-md {
        margin-left: 14px;
    }

    .ml-14px-md-i {
        margin-left: 14px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-14px-sm {
        margin-left: 14px;
    }

    .ml-14px-sm-i {
        margin-left: 14px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-14px-xs {
        margin-left: 14px;
    }

    .ml-14px-xs-i {
        margin-left: 14px !important;
    }
}

.mt-15px {
    margin-top: 15px;
}

.mt-15px-i {
    margin-top: 15px !important;
}

@media screen and (min-width:1024px) {
    .mt-15px-xl {
        margin-top: 15px;
    }

    .mt-15px-xl-i {
        margin-top: 15px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-15px-lg {
        margin-top: 15px;
    }

    .mt-15px-lg-i {
        margin-top: 15px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-15px-md {
        margin-top: 15px;
    }

    .mt-15px-md-i {
        margin-top: 15px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-15px-sm {
        margin-top: 15px;
    }

    .mt-15px-sm-i {
        margin-top: 15px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-15px-xs {
        margin-top: 15px;
    }

    .mt-15px-xs-i {
        margin-top: 15px !important;
    }
}

.mr-15px {
    margin-right: 15px;
}

.mr-15px-i {
    margin-right: 15px !important;
}

@media screen and (min-width:1024px) {
    .mr-15px-xl {
        margin-right: 15px;
    }

    .mr-15px-xl-i {
        margin-right: 15px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-15px-lg {
        margin-right: 15px;
    }

    .mr-15px-lg-i {
        margin-right: 15px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-15px-md {
        margin-right: 15px;
    }

    .mr-15px-md-i {
        margin-right: 15px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-15px-sm {
        margin-right: 15px;
    }

    .mr-15px-sm-i {
        margin-right: 15px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-15px-xs {
        margin-right: 15px;
    }

    .mr-15px-xs-i {
        margin-right: 15px !important;
    }
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-15px-i {
    margin-bottom: 15px !important;
}

@media screen and (min-width:1024px) {
    .mb-15px-xl {
        margin-bottom: 15px;
    }

    .mb-15px-xl-i {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-15px-lg {
        margin-bottom: 15px;
    }

    .mb-15px-lg-i {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-15px-md {
        margin-bottom: 15px;
    }

    .mb-15px-md-i {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-15px-sm {
        margin-bottom: 15px;
    }

    .mb-15px-sm-i {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-15px-xs {
        margin-bottom: 15px;
    }

    .mb-15px-xs-i {
        margin-bottom: 15px !important;
    }
}

.ml-15px {
    margin-left: 15px;
}

.ml-15px-i {
    margin-left: 15px !important;
}

@media screen and (min-width:1024px) {
    .ml-15px-xl {
        margin-left: 15px;
    }

    .ml-15px-xl-i {
        margin-left: 15px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-15px-lg {
        margin-left: 15px;
    }

    .ml-15px-lg-i {
        margin-left: 15px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-15px-md {
        margin-left: 15px;
    }

    .ml-15px-md-i {
        margin-left: 15px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-15px-sm {
        margin-left: 15px;
    }

    .ml-15px-sm-i {
        margin-left: 15px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-15px-xs {
        margin-left: 15px;
    }

    .ml-15px-xs-i {
        margin-left: 15px !important;
    }
}

.mt-16px {
    margin-top: 16px;
}

.mt-16px-i {
    margin-top: 16px !important;
}

@media screen and (min-width:1024px) {
    .mt-16px-xl {
        margin-top: 16px;
    }

    .mt-16px-xl-i {
        margin-top: 16px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-16px-lg {
        margin-top: 16px;
    }

    .mt-16px-lg-i {
        margin-top: 16px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-16px-md {
        margin-top: 16px;
    }

    .mt-16px-md-i {
        margin-top: 16px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-16px-sm {
        margin-top: 16px;
    }

    .mt-16px-sm-i {
        margin-top: 16px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-16px-xs {
        margin-top: 16px;
    }

    .mt-16px-xs-i {
        margin-top: 16px !important;
    }
}

.mr-16px {
    margin-right: 16px;
}

.mr-16px-i {
    margin-right: 16px !important;
}

@media screen and (min-width:1024px) {
    .mr-16px-xl {
        margin-right: 16px;
    }

    .mr-16px-xl-i {
        margin-right: 16px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-16px-lg {
        margin-right: 16px;
    }

    .mr-16px-lg-i {
        margin-right: 16px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-16px-md {
        margin-right: 16px;
    }

    .mr-16px-md-i {
        margin-right: 16px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-16px-sm {
        margin-right: 16px;
    }

    .mr-16px-sm-i {
        margin-right: 16px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-16px-xs {
        margin-right: 16px;
    }

    .mr-16px-xs-i {
        margin-right: 16px !important;
    }
}

.mb-16px {
    margin-bottom: 16px;
}

.mb-16px-i {
    margin-bottom: 16px !important;
}

@media screen and (min-width:1024px) {
    .mb-16px-xl {
        margin-bottom: 16px;
    }

    .mb-16px-xl-i {
        margin-bottom: 16px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-16px-lg {
        margin-bottom: 16px;
    }

    .mb-16px-lg-i {
        margin-bottom: 16px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-16px-md {
        margin-bottom: 16px;
    }

    .mb-16px-md-i {
        margin-bottom: 16px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-16px-sm {
        margin-bottom: 16px;
    }

    .mb-16px-sm-i {
        margin-bottom: 16px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-16px-xs {
        margin-bottom: 16px;
    }

    .mb-16px-xs-i {
        margin-bottom: 16px !important;
    }
}

.ml-16px {
    margin-left: 16px;
}

.ml-16px-i {
    margin-left: 16px !important;
}

@media screen and (min-width:1024px) {
    .ml-16px-xl {
        margin-left: 16px;
    }

    .ml-16px-xl-i {
        margin-left: 16px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-16px-lg {
        margin-left: 16px;
    }

    .ml-16px-lg-i {
        margin-left: 16px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-16px-md {
        margin-left: 16px;
    }

    .ml-16px-md-i {
        margin-left: 16px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-16px-sm {
        margin-left: 16px;
    }

    .ml-16px-sm-i {
        margin-left: 16px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-16px-xs {
        margin-left: 16px;
    }

    .ml-16px-xs-i {
        margin-left: 16px !important;
    }
}

.mt-20px {
    margin-top: 20px;
}

.mt-20px-i {
    margin-top: 20px !important;
}

@media screen and (min-width:1024px) {
    .mt-20px-xl {
        margin-top: 20px;
    }

    .mt-20px-xl-i {
        margin-top: 20px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-20px-lg {
        margin-top: 20px;
    }

    .mt-20px-lg-i {
        margin-top: 20px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-20px-md {
        margin-top: 20px;
    }

    .mt-20px-md-i {
        margin-top: 20px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-20px-sm {
        margin-top: 20px;
    }

    .mt-20px-sm-i {
        margin-top: 20px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-20px-xs {
        margin-top: 20px;
    }

    .mt-20px-xs-i {
        margin-top: 20px !important;
    }
}

.mr-20px {
    margin-right: 20px;
}

.mr-20px-i {
    margin-right: 20px !important;
}

@media screen and (min-width:1024px) {
    .mr-20px-xl {
        margin-right: 20px;
    }

    .mr-20px-xl-i {
        margin-right: 20px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-20px-lg {
        margin-right: 20px;
    }

    .mr-20px-lg-i {
        margin-right: 20px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-20px-md {
        margin-right: 20px;
    }

    .mr-20px-md-i {
        margin-right: 20px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-20px-sm {
        margin-right: 20px;
    }

    .mr-20px-sm-i {
        margin-right: 20px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-20px-xs {
        margin-right: 20px;
    }

    .mr-20px-xs-i {
        margin-right: 20px !important;
    }
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-20px-i {
    margin-bottom: 20px !important;
}

@media screen and (min-width:1024px) {
    .mb-20px-xl {
        margin-bottom: 20px;
    }

    .mb-20px-xl-i {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-20px-lg {
        margin-bottom: 20px;
    }

    .mb-20px-lg-i {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-20px-md {
        margin-bottom: 20px;
    }

    .mb-20px-md-i {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-20px-sm {
        margin-bottom: 20px;
    }

    .mb-20px-sm-i {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-20px-xs {
        margin-bottom: 20px;
    }

    .mb-20px-xs-i {
        margin-bottom: 20px !important;
    }
}

.ml-20px {
    margin-left: 20px;
}

.ml-20px-i {
    margin-left: 20px !important;
}

@media screen and (min-width:1024px) {
    .ml-20px-xl {
        margin-left: 20px;
    }

    .ml-20px-xl-i {
        margin-left: 20px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-20px-lg {
        margin-left: 20px;
    }

    .ml-20px-lg-i {
        margin-left: 20px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-20px-md {
        margin-left: 20px;
    }

    .ml-20px-md-i {
        margin-left: 20px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-20px-sm {
        margin-left: 20px;
    }

    .ml-20px-sm-i {
        margin-left: 20px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-20px-xs {
        margin-left: 20px;
    }

    .ml-20px-xs-i {
        margin-left: 20px !important;
    }
}

.mt-24px {
    margin-top: 24px;
}

.mt-24px-i {
    margin-top: 24px !important;
}

@media screen and (min-width:1024px) {
    .mt-24px-xl {
        margin-top: 24px;
    }

    .mt-24px-xl-i {
        margin-top: 24px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-24px-lg {
        margin-top: 24px;
    }

    .mt-24px-lg-i {
        margin-top: 24px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-24px-md {
        margin-top: 24px;
    }

    .mt-24px-md-i {
        margin-top: 24px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-24px-sm {
        margin-top: 24px;
    }

    .mt-24px-sm-i {
        margin-top: 24px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-24px-xs {
        margin-top: 24px;
    }

    .mt-24px-xs-i {
        margin-top: 24px !important;
    }
}

.mr-24px {
    margin-right: 24px;
}

.mr-24px-i {
    margin-right: 24px !important;
}

@media screen and (min-width:1024px) {
    .mr-24px-xl {
        margin-right: 24px;
    }

    .mr-24px-xl-i {
        margin-right: 24px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-24px-lg {
        margin-right: 24px;
    }

    .mr-24px-lg-i {
        margin-right: 24px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-24px-md {
        margin-right: 24px;
    }

    .mr-24px-md-i {
        margin-right: 24px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-24px-sm {
        margin-right: 24px;
    }

    .mr-24px-sm-i {
        margin-right: 24px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-24px-xs {
        margin-right: 24px;
    }

    .mr-24px-xs-i {
        margin-right: 24px !important;
    }
}

.mb-24px {
    margin-bottom: 24px;
}

.mb-24px-i {
    margin-bottom: 24px !important;
}

@media screen and (min-width:1024px) {
    .mb-24px-xl {
        margin-bottom: 24px;
    }

    .mb-24px-xl-i {
        margin-bottom: 24px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-24px-lg {
        margin-bottom: 24px;
    }

    .mb-24px-lg-i {
        margin-bottom: 24px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-24px-md {
        margin-bottom: 24px;
    }

    .mb-24px-md-i {
        margin-bottom: 24px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-24px-sm {
        margin-bottom: 24px;
    }

    .mb-24px-sm-i {
        margin-bottom: 24px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-24px-xs {
        margin-bottom: 24px;
    }

    .mb-24px-xs-i {
        margin-bottom: 24px !important;
    }
}

.ml-24px {
    margin-left: 24px;
}

.ml-24px-i {
    margin-left: 24px !important;
}

@media screen and (min-width:1024px) {
    .ml-24px-xl {
        margin-left: 24px;
    }

    .ml-24px-xl-i {
        margin-left: 24px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-24px-lg {
        margin-left: 24px;
    }

    .ml-24px-lg-i {
        margin-left: 24px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-24px-md {
        margin-left: 24px;
    }

    .ml-24px-md-i {
        margin-left: 24px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-24px-sm {
        margin-left: 24px;
    }

    .ml-24px-sm-i {
        margin-left: 24px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-24px-xs {
        margin-left: 24px;
    }

    .ml-24px-xs-i {
        margin-left: 24px !important;
    }
}

.mt-25px {
    margin-top: 25px;
}

.mt-25px-i {
    margin-top: 25px !important;
}

@media screen and (min-width:1024px) {
    .mt-25px-xl {
        margin-top: 25px;
    }

    .mt-25px-xl-i {
        margin-top: 25px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-25px-lg {
        margin-top: 25px;
    }

    .mt-25px-lg-i {
        margin-top: 25px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-25px-md {
        margin-top: 25px;
    }

    .mt-25px-md-i {
        margin-top: 25px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-25px-sm {
        margin-top: 25px;
    }

    .mt-25px-sm-i {
        margin-top: 25px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-25px-xs {
        margin-top: 25px;
    }

    .mt-25px-xs-i {
        margin-top: 25px !important;
    }
}

.mr-25px {
    margin-right: 25px;
}

.mr-25px-i {
    margin-right: 25px !important;
}

@media screen and (min-width:1024px) {
    .mr-25px-xl {
        margin-right: 25px;
    }

    .mr-25px-xl-i {
        margin-right: 25px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-25px-lg {
        margin-right: 25px;
    }

    .mr-25px-lg-i {
        margin-right: 25px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-25px-md {
        margin-right: 25px;
    }

    .mr-25px-md-i {
        margin-right: 25px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-25px-sm {
        margin-right: 25px;
    }

    .mr-25px-sm-i {
        margin-right: 25px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-25px-xs {
        margin-right: 25px;
    }

    .mr-25px-xs-i {
        margin-right: 25px !important;
    }
}

.mb-25px {
    margin-bottom: 25px;
}

.mb-25px-i {
    margin-bottom: 25px !important;
}

@media screen and (min-width:1024px) {
    .mb-25px-xl {
        margin-bottom: 25px;
    }

    .mb-25px-xl-i {
        margin-bottom: 25px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-25px-lg {
        margin-bottom: 25px;
    }

    .mb-25px-lg-i {
        margin-bottom: 25px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-25px-md {
        margin-bottom: 25px;
    }

    .mb-25px-md-i {
        margin-bottom: 25px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-25px-sm {
        margin-bottom: 25px;
    }

    .mb-25px-sm-i {
        margin-bottom: 25px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-25px-xs {
        margin-bottom: 25px;
    }

    .mb-25px-xs-i {
        margin-bottom: 25px !important;
    }
}

.ml-25px {
    margin-left: 25px;
}

.ml-25px-i {
    margin-left: 25px !important;
}

@media screen and (min-width:1024px) {
    .ml-25px-xl {
        margin-left: 25px;
    }

    .ml-25px-xl-i {
        margin-left: 25px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-25px-lg {
        margin-left: 25px;
    }

    .ml-25px-lg-i {
        margin-left: 25px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-25px-md {
        margin-left: 25px;
    }

    .ml-25px-md-i {
        margin-left: 25px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-25px-sm {
        margin-left: 25px;
    }

    .ml-25px-sm-i {
        margin-left: 25px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-25px-xs {
        margin-left: 25px;
    }

    .ml-25px-xs-i {
        margin-left: 25px !important;
    }
}

.mt-26px {
    margin-top: 26px;
}

.mt-26px-i {
    margin-top: 26px !important;
}

@media screen and (min-width:1024px) {
    .mt-26px-xl {
        margin-top: 26px;
    }

    .mt-26px-xl-i {
        margin-top: 26px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-26px-lg {
        margin-top: 26px;
    }

    .mt-26px-lg-i {
        margin-top: 26px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-26px-md {
        margin-top: 26px;
    }

    .mt-26px-md-i {
        margin-top: 26px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-26px-sm {
        margin-top: 26px;
    }

    .mt-26px-sm-i {
        margin-top: 26px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-26px-xs {
        margin-top: 26px;
    }

    .mt-26px-xs-i {
        margin-top: 26px !important;
    }
}

.mr-26px {
    margin-right: 26px;
}

.mr-26px-i {
    margin-right: 26px !important;
}

@media screen and (min-width:1024px) {
    .mr-26px-xl {
        margin-right: 26px;
    }

    .mr-26px-xl-i {
        margin-right: 26px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-26px-lg {
        margin-right: 26px;
    }

    .mr-26px-lg-i {
        margin-right: 26px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-26px-md {
        margin-right: 26px;
    }

    .mr-26px-md-i {
        margin-right: 26px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-26px-sm {
        margin-right: 26px;
    }

    .mr-26px-sm-i {
        margin-right: 26px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-26px-xs {
        margin-right: 26px;
    }

    .mr-26px-xs-i {
        margin-right: 26px !important;
    }
}

.mb-26px {
    margin-bottom: 26px;
}

.mb-26px-i {
    margin-bottom: 26px !important;
}

@media screen and (min-width:1024px) {
    .mb-26px-xl {
        margin-bottom: 26px;
    }

    .mb-26px-xl-i {
        margin-bottom: 26px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-26px-lg {
        margin-bottom: 26px;
    }

    .mb-26px-lg-i {
        margin-bottom: 26px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-26px-md {
        margin-bottom: 26px;
    }

    .mb-26px-md-i {
        margin-bottom: 26px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-26px-sm {
        margin-bottom: 26px;
    }

    .mb-26px-sm-i {
        margin-bottom: 26px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-26px-xs {
        margin-bottom: 26px;
    }

    .mb-26px-xs-i {
        margin-bottom: 26px !important;
    }
}

.ml-26px {
    margin-left: 26px;
}

.ml-26px-i {
    margin-left: 26px !important;
}

@media screen and (min-width:1024px) {
    .ml-26px-xl {
        margin-left: 26px;
    }

    .ml-26px-xl-i {
        margin-left: 26px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-26px-lg {
        margin-left: 26px;
    }

    .ml-26px-lg-i {
        margin-left: 26px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-26px-md {
        margin-left: 26px;
    }

    .ml-26px-md-i {
        margin-left: 26px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-26px-sm {
        margin-left: 26px;
    }

    .ml-26px-sm-i {
        margin-left: 26px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-26px-xs {
        margin-left: 26px;
    }

    .ml-26px-xs-i {
        margin-left: 26px !important;
    }
}

.mt-27px {
    margin-top: 27px;
}

.mt-27px-i {
    margin-top: 27px !important;
}

@media screen and (min-width:1024px) {
    .mt-27px-xl {
        margin-top: 27px;
    }

    .mt-27px-xl-i {
        margin-top: 27px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-27px-lg {
        margin-top: 27px;
    }

    .mt-27px-lg-i {
        margin-top: 27px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-27px-md {
        margin-top: 27px;
    }

    .mt-27px-md-i {
        margin-top: 27px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-27px-sm {
        margin-top: 27px;
    }

    .mt-27px-sm-i {
        margin-top: 27px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-27px-xs {
        margin-top: 27px;
    }

    .mt-27px-xs-i {
        margin-top: 27px !important;
    }
}

.mr-27px {
    margin-right: 27px;
}

.mr-27px-i {
    margin-right: 27px !important;
}

@media screen and (min-width:1024px) {
    .mr-27px-xl {
        margin-right: 27px;
    }

    .mr-27px-xl-i {
        margin-right: 27px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-27px-lg {
        margin-right: 27px;
    }

    .mr-27px-lg-i {
        margin-right: 27px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-27px-md {
        margin-right: 27px;
    }

    .mr-27px-md-i {
        margin-right: 27px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-27px-sm {
        margin-right: 27px;
    }

    .mr-27px-sm-i {
        margin-right: 27px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-27px-xs {
        margin-right: 27px;
    }

    .mr-27px-xs-i {
        margin-right: 27px !important;
    }
}

.mb-27px {
    margin-bottom: 27px;
}

.mb-27px-i {
    margin-bottom: 27px !important;
}

@media screen and (min-width:1024px) {
    .mb-27px-xl {
        margin-bottom: 27px;
    }

    .mb-27px-xl-i {
        margin-bottom: 27px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-27px-lg {
        margin-bottom: 27px;
    }

    .mb-27px-lg-i {
        margin-bottom: 27px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-27px-md {
        margin-bottom: 27px;
    }

    .mb-27px-md-i {
        margin-bottom: 27px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-27px-sm {
        margin-bottom: 27px;
    }

    .mb-27px-sm-i {
        margin-bottom: 27px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-27px-xs {
        margin-bottom: 27px;
    }

    .mb-27px-xs-i {
        margin-bottom: 27px !important;
    }
}

.ml-27px {
    margin-left: 27px;
}

.ml-27px-i {
    margin-left: 27px !important;
}

@media screen and (min-width:1024px) {
    .ml-27px-xl {
        margin-left: 27px;
    }

    .ml-27px-xl-i {
        margin-left: 27px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-27px-lg {
        margin-left: 27px;
    }

    .ml-27px-lg-i {
        margin-left: 27px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-27px-md {
        margin-left: 27px;
    }

    .ml-27px-md-i {
        margin-left: 27px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-27px-sm {
        margin-left: 27px;
    }

    .ml-27px-sm-i {
        margin-left: 27px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-27px-xs {
        margin-left: 27px;
    }

    .ml-27px-xs-i {
        margin-left: 27px !important;
    }
}

.mt-30px {
    margin-top: 30px;
}

.mt-30px-i {
    margin-top: 30px !important;
}

@media screen and (min-width:1024px) {
    .mt-30px-xl {
        margin-top: 30px;
    }

    .mt-30px-xl-i {
        margin-top: 30px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-30px-lg {
        margin-top: 30px;
    }

    .mt-30px-lg-i {
        margin-top: 30px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-30px-md {
        margin-top: 30px;
    }

    .mt-30px-md-i {
        margin-top: 30px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-30px-sm {
        margin-top: 30px;
    }

    .mt-30px-sm-i {
        margin-top: 30px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-30px-xs {
        margin-top: 30px;
    }

    .mt-30px-xs-i {
        margin-top: 30px !important;
    }
}

.mr-30px {
    margin-right: 30px;
}

.mr-30px-i {
    margin-right: 30px !important;
}

@media screen and (min-width:1024px) {
    .mr-30px-xl {
        margin-right: 30px;
    }

    .mr-30px-xl-i {
        margin-right: 30px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-30px-lg {
        margin-right: 30px;
    }

    .mr-30px-lg-i {
        margin-right: 30px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-30px-md {
        margin-right: 30px;
    }

    .mr-30px-md-i {
        margin-right: 30px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-30px-sm {
        margin-right: 30px;
    }

    .mr-30px-sm-i {
        margin-right: 30px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-30px-xs {
        margin-right: 30px;
    }

    .mr-30px-xs-i {
        margin-right: 30px !important;
    }
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-30px-i {
    margin-bottom: 30px !important;
}

@media screen and (min-width:1024px) {
    .mb-30px-xl {
        margin-bottom: 30px;
    }

    .mb-30px-xl-i {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-30px-lg {
        margin-bottom: 30px;
    }

    .mb-30px-lg-i {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-30px-md {
        margin-bottom: 30px;
    }

    .mb-30px-md-i {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-30px-sm {
        margin-bottom: 30px;
    }

    .mb-30px-sm-i {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-30px-xs {
        margin-bottom: 30px;
    }

    .mb-30px-xs-i {
        margin-bottom: 30px !important;
    }
}

.ml-30px {
    margin-left: 30px;
}

.ml-30px-i {
    margin-left: 30px !important;
}

@media screen and (min-width:1024px) {
    .ml-30px-xl {
        margin-left: 30px;
    }

    .ml-30px-xl-i {
        margin-left: 30px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-30px-lg {
        margin-left: 30px;
    }

    .ml-30px-lg-i {
        margin-left: 30px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-30px-md {
        margin-left: 30px;
    }

    .ml-30px-md-i {
        margin-left: 30px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-30px-sm {
        margin-left: 30px;
    }

    .ml-30px-sm-i {
        margin-left: 30px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-30px-xs {
        margin-left: 30px;
    }

    .ml-30px-xs-i {
        margin-left: 30px !important;
    }
}

.mt-32px {
    margin-top: 32px;
}

.mt-32px-i {
    margin-top: 32px !important;
}

@media screen and (min-width:1024px) {
    .mt-32px-xl {
        margin-top: 32px;
    }

    .mt-32px-xl-i {
        margin-top: 32px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-32px-lg {
        margin-top: 32px;
    }

    .mt-32px-lg-i {
        margin-top: 32px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-32px-md {
        margin-top: 32px;
    }

    .mt-32px-md-i {
        margin-top: 32px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-32px-sm {
        margin-top: 32px;
    }

    .mt-32px-sm-i {
        margin-top: 32px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-32px-xs {
        margin-top: 32px;
    }

    .mt-32px-xs-i {
        margin-top: 32px !important;
    }
}

.mr-32px {
    margin-right: 32px;
}

.mr-32px-i {
    margin-right: 32px !important;
}

@media screen and (min-width:1024px) {
    .mr-32px-xl {
        margin-right: 32px;
    }

    .mr-32px-xl-i {
        margin-right: 32px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-32px-lg {
        margin-right: 32px;
    }

    .mr-32px-lg-i {
        margin-right: 32px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-32px-md {
        margin-right: 32px;
    }

    .mr-32px-md-i {
        margin-right: 32px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-32px-sm {
        margin-right: 32px;
    }

    .mr-32px-sm-i {
        margin-right: 32px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-32px-xs {
        margin-right: 32px;
    }

    .mr-32px-xs-i {
        margin-right: 32px !important;
    }
}

.mb-32px {
    margin-bottom: 32px;
}

.mb-32px-i {
    margin-bottom: 32px !important;
}

@media screen and (min-width:1024px) {
    .mb-32px-xl {
        margin-bottom: 32px;
    }

    .mb-32px-xl-i {
        margin-bottom: 32px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-32px-lg {
        margin-bottom: 32px;
    }

    .mb-32px-lg-i {
        margin-bottom: 32px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-32px-md {
        margin-bottom: 32px;
    }

    .mb-32px-md-i {
        margin-bottom: 32px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-32px-sm {
        margin-bottom: 32px;
    }

    .mb-32px-sm-i {
        margin-bottom: 32px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-32px-xs {
        margin-bottom: 32px;
    }

    .mb-32px-xs-i {
        margin-bottom: 32px !important;
    }
}

.ml-32px {
    margin-left: 32px;
}

.ml-32px-i {
    margin-left: 32px !important;
}

@media screen and (min-width:1024px) {
    .ml-32px-xl {
        margin-left: 32px;
    }

    .ml-32px-xl-i {
        margin-left: 32px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-32px-lg {
        margin-left: 32px;
    }

    .ml-32px-lg-i {
        margin-left: 32px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-32px-md {
        margin-left: 32px;
    }

    .ml-32px-md-i {
        margin-left: 32px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-32px-sm {
        margin-left: 32px;
    }

    .ml-32px-sm-i {
        margin-left: 32px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-32px-xs {
        margin-left: 32px;
    }

    .ml-32px-xs-i {
        margin-left: 32px !important;
    }
}

.mt-35px {
    margin-top: 35px;
}

.mt-35px-i {
    margin-top: 35px !important;
}

@media screen and (min-width:1024px) {
    .mt-35px-xl {
        margin-top: 35px;
    }

    .mt-35px-xl-i {
        margin-top: 35px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-35px-lg {
        margin-top: 35px;
    }

    .mt-35px-lg-i {
        margin-top: 35px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-35px-md {
        margin-top: 35px;
    }

    .mt-35px-md-i {
        margin-top: 35px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-35px-sm {
        margin-top: 35px;
    }

    .mt-35px-sm-i {
        margin-top: 35px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-35px-xs {
        margin-top: 35px;
    }

    .mt-35px-xs-i {
        margin-top: 35px !important;
    }
}

.mr-35px {
    margin-right: 35px;
}

.mr-35px-i {
    margin-right: 35px !important;
}

@media screen and (min-width:1024px) {
    .mr-35px-xl {
        margin-right: 35px;
    }

    .mr-35px-xl-i {
        margin-right: 35px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-35px-lg {
        margin-right: 35px;
    }

    .mr-35px-lg-i {
        margin-right: 35px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-35px-md {
        margin-right: 35px;
    }

    .mr-35px-md-i {
        margin-right: 35px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-35px-sm {
        margin-right: 35px;
    }

    .mr-35px-sm-i {
        margin-right: 35px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-35px-xs {
        margin-right: 35px;
    }

    .mr-35px-xs-i {
        margin-right: 35px !important;
    }
}

.mb-35px {
    margin-bottom: 35px;
}

.mb-35px-i {
    margin-bottom: 35px !important;
}

@media screen and (min-width:1024px) {
    .mb-35px-xl {
        margin-bottom: 35px;
    }

    .mb-35px-xl-i {
        margin-bottom: 35px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-35px-lg {
        margin-bottom: 35px;
    }

    .mb-35px-lg-i {
        margin-bottom: 35px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-35px-md {
        margin-bottom: 35px;
    }

    .mb-35px-md-i {
        margin-bottom: 35px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-35px-sm {
        margin-bottom: 35px;
    }

    .mb-35px-sm-i {
        margin-bottom: 35px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-35px-xs {
        margin-bottom: 35px;
    }

    .mb-35px-xs-i {
        margin-bottom: 35px !important;
    }
}

.ml-35px {
    margin-left: 35px;
}

.ml-35px-i {
    margin-left: 35px !important;
}

@media screen and (min-width:1024px) {
    .ml-35px-xl {
        margin-left: 35px;
    }

    .ml-35px-xl-i {
        margin-left: 35px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-35px-lg {
        margin-left: 35px;
    }

    .ml-35px-lg-i {
        margin-left: 35px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-35px-md {
        margin-left: 35px;
    }

    .ml-35px-md-i {
        margin-left: 35px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-35px-sm {
        margin-left: 35px;
    }

    .ml-35px-sm-i {
        margin-left: 35px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-35px-xs {
        margin-left: 35px;
    }

    .ml-35px-xs-i {
        margin-left: 35px !important;
    }
}

.mt-36px {
    margin-top: 36px;
}

.mt-36px-i {
    margin-top: 36px !important;
}

@media screen and (min-width:1024px) {
    .mt-36px-xl {
        margin-top: 36px;
    }

    .mt-36px-xl-i {
        margin-top: 36px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-36px-lg {
        margin-top: 36px;
    }

    .mt-36px-lg-i {
        margin-top: 36px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-36px-md {
        margin-top: 36px;
    }

    .mt-36px-md-i {
        margin-top: 36px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-36px-sm {
        margin-top: 36px;
    }

    .mt-36px-sm-i {
        margin-top: 36px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-36px-xs {
        margin-top: 36px;
    }

    .mt-36px-xs-i {
        margin-top: 36px !important;
    }
}

.mr-36px {
    margin-right: 36px;
}

.mr-36px-i {
    margin-right: 36px !important;
}

@media screen and (min-width:1024px) {
    .mr-36px-xl {
        margin-right: 36px;
    }

    .mr-36px-xl-i {
        margin-right: 36px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-36px-lg {
        margin-right: 36px;
    }

    .mr-36px-lg-i {
        margin-right: 36px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-36px-md {
        margin-right: 36px;
    }

    .mr-36px-md-i {
        margin-right: 36px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-36px-sm {
        margin-right: 36px;
    }

    .mr-36px-sm-i {
        margin-right: 36px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-36px-xs {
        margin-right: 36px;
    }

    .mr-36px-xs-i {
        margin-right: 36px !important;
    }
}

.mb-36px {
    margin-bottom: 36px;
}

.mb-36px-i {
    margin-bottom: 36px !important;
}

@media screen and (min-width:1024px) {
    .mb-36px-xl {
        margin-bottom: 36px;
    }

    .mb-36px-xl-i {
        margin-bottom: 36px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-36px-lg {
        margin-bottom: 36px;
    }

    .mb-36px-lg-i {
        margin-bottom: 36px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-36px-md {
        margin-bottom: 36px;
    }

    .mb-36px-md-i {
        margin-bottom: 36px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-36px-sm {
        margin-bottom: 36px;
    }

    .mb-36px-sm-i {
        margin-bottom: 36px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-36px-xs {
        margin-bottom: 36px;
    }

    .mb-36px-xs-i {
        margin-bottom: 36px !important;
    }
}

.ml-36px {
    margin-left: 36px;
}

.ml-36px-i {
    margin-left: 36px !important;
}

@media screen and (min-width:1024px) {
    .ml-36px-xl {
        margin-left: 36px;
    }

    .ml-36px-xl-i {
        margin-left: 36px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-36px-lg {
        margin-left: 36px;
    }

    .ml-36px-lg-i {
        margin-left: 36px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-36px-md {
        margin-left: 36px;
    }

    .ml-36px-md-i {
        margin-left: 36px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-36px-sm {
        margin-left: 36px;
    }

    .ml-36px-sm-i {
        margin-left: 36px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-36px-xs {
        margin-left: 36px;
    }

    .ml-36px-xs-i {
        margin-left: 36px !important;
    }
}

.mt-38px {
    margin-top: 38px;
}

.mt-38px-i {
    margin-top: 38px !important;
}

@media screen and (min-width:1024px) {
    .mt-38px-xl {
        margin-top: 38px;
    }

    .mt-38px-xl-i {
        margin-top: 38px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-38px-lg {
        margin-top: 38px;
    }

    .mt-38px-lg-i {
        margin-top: 38px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-38px-md {
        margin-top: 38px;
    }

    .mt-38px-md-i {
        margin-top: 38px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-38px-sm {
        margin-top: 38px;
    }

    .mt-38px-sm-i {
        margin-top: 38px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-38px-xs {
        margin-top: 38px;
    }

    .mt-38px-xs-i {
        margin-top: 38px !important;
    }
}

.mr-38px {
    margin-right: 38px;
}

.mr-38px-i {
    margin-right: 38px !important;
}

@media screen and (min-width:1024px) {
    .mr-38px-xl {
        margin-right: 38px;
    }

    .mr-38px-xl-i {
        margin-right: 38px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-38px-lg {
        margin-right: 38px;
    }

    .mr-38px-lg-i {
        margin-right: 38px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-38px-md {
        margin-right: 38px;
    }

    .mr-38px-md-i {
        margin-right: 38px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-38px-sm {
        margin-right: 38px;
    }

    .mr-38px-sm-i {
        margin-right: 38px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-38px-xs {
        margin-right: 38px;
    }

    .mr-38px-xs-i {
        margin-right: 38px !important;
    }
}

.mb-38px {
    margin-bottom: 38px;
}

.mb-38px-i {
    margin-bottom: 38px !important;
}

@media screen and (min-width:1024px) {
    .mb-38px-xl {
        margin-bottom: 38px;
    }

    .mb-38px-xl-i {
        margin-bottom: 38px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-38px-lg {
        margin-bottom: 38px;
    }

    .mb-38px-lg-i {
        margin-bottom: 38px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-38px-md {
        margin-bottom: 38px;
    }

    .mb-38px-md-i {
        margin-bottom: 38px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-38px-sm {
        margin-bottom: 38px;
    }

    .mb-38px-sm-i {
        margin-bottom: 38px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-38px-xs {
        margin-bottom: 38px;
    }

    .mb-38px-xs-i {
        margin-bottom: 38px !important;
    }
}

.ml-38px {
    margin-left: 38px;
}

.ml-38px-i {
    margin-left: 38px !important;
}

@media screen and (min-width:1024px) {
    .ml-38px-xl {
        margin-left: 38px;
    }

    .ml-38px-xl-i {
        margin-left: 38px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-38px-lg {
        margin-left: 38px;
    }

    .ml-38px-lg-i {
        margin-left: 38px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-38px-md {
        margin-left: 38px;
    }

    .ml-38px-md-i {
        margin-left: 38px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-38px-sm {
        margin-left: 38px;
    }

    .ml-38px-sm-i {
        margin-left: 38px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-38px-xs {
        margin-left: 38px;
    }

    .ml-38px-xs-i {
        margin-left: 38px !important;
    }
}

.mt-40px {
    margin-top: 40px;
}

.mt-40px-i {
    margin-top: 40px !important;
}

@media screen and (min-width:1024px) {
    .mt-40px-xl {
        margin-top: 40px;
    }

    .mt-40px-xl-i {
        margin-top: 40px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-40px-lg {
        margin-top: 40px;
    }

    .mt-40px-lg-i {
        margin-top: 40px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-40px-md {
        margin-top: 40px;
    }

    .mt-40px-md-i {
        margin-top: 40px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-40px-sm {
        margin-top: 40px;
    }

    .mt-40px-sm-i {
        margin-top: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-40px-xs {
        margin-top: 40px;
    }

    .mt-40px-xs-i {
        margin-top: 40px !important;
    }
}

.mr-40px {
    margin-right: 40px;
}

.mr-40px-i {
    margin-right: 40px !important;
}

@media screen and (min-width:1024px) {
    .mr-40px-xl {
        margin-right: 40px;
    }

    .mr-40px-xl-i {
        margin-right: 40px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-40px-lg {
        margin-right: 40px;
    }

    .mr-40px-lg-i {
        margin-right: 40px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-40px-md {
        margin-right: 40px;
    }

    .mr-40px-md-i {
        margin-right: 40px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-40px-sm {
        margin-right: 40px;
    }

    .mr-40px-sm-i {
        margin-right: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-40px-xs {
        margin-right: 40px;
    }

    .mr-40px-xs-i {
        margin-right: 40px !important;
    }
}

.mb-40px {
    margin-bottom: 40px;
}

.mb-40px-i {
    margin-bottom: 40px !important;
}

@media screen and (min-width:1024px) {
    .mb-40px-xl {
        margin-bottom: 40px;
    }

    .mb-40px-xl-i {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-40px-lg {
        margin-bottom: 40px;
    }

    .mb-40px-lg-i {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-40px-md {
        margin-bottom: 40px;
    }

    .mb-40px-md-i {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-40px-sm {
        margin-bottom: 40px;
    }

    .mb-40px-sm-i {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-40px-xs {
        margin-bottom: 40px;
    }

    .mb-40px-xs-i {
        margin-bottom: 40px !important;
    }
}

.ml-40px {
    margin-left: 40px;
}

.ml-40px-i {
    margin-left: 40px !important;
}

@media screen and (min-width:1024px) {
    .ml-40px-xl {
        margin-left: 40px;
    }

    .ml-40px-xl-i {
        margin-left: 40px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-40px-lg {
        margin-left: 40px;
    }

    .ml-40px-lg-i {
        margin-left: 40px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-40px-md {
        margin-left: 40px;
    }

    .ml-40px-md-i {
        margin-left: 40px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-40px-sm {
        margin-left: 40px;
    }

    .ml-40px-sm-i {
        margin-left: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-40px-xs {
        margin-left: 40px;
    }

    .ml-40px-xs-i {
        margin-left: 40px !important;
    }
}

.mt-45px {
    margin-top: 45px;
}

.mt-45px-i {
    margin-top: 45px !important;
}

@media screen and (min-width:1024px) {
    .mt-45px-xl {
        margin-top: 45px;
    }

    .mt-45px-xl-i {
        margin-top: 45px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-45px-lg {
        margin-top: 45px;
    }

    .mt-45px-lg-i {
        margin-top: 45px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-45px-md {
        margin-top: 45px;
    }

    .mt-45px-md-i {
        margin-top: 45px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-45px-sm {
        margin-top: 45px;
    }

    .mt-45px-sm-i {
        margin-top: 45px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-45px-xs {
        margin-top: 45px;
    }

    .mt-45px-xs-i {
        margin-top: 45px !important;
    }
}

.mr-45px {
    margin-right: 45px;
}

.mr-45px-i {
    margin-right: 45px !important;
}

@media screen and (min-width:1024px) {
    .mr-45px-xl {
        margin-right: 45px;
    }

    .mr-45px-xl-i {
        margin-right: 45px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-45px-lg {
        margin-right: 45px;
    }

    .mr-45px-lg-i {
        margin-right: 45px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-45px-md {
        margin-right: 45px;
    }

    .mr-45px-md-i {
        margin-right: 45px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-45px-sm {
        margin-right: 45px;
    }

    .mr-45px-sm-i {
        margin-right: 45px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-45px-xs {
        margin-right: 45px;
    }

    .mr-45px-xs-i {
        margin-right: 45px !important;
    }
}

.mb-45px {
    margin-bottom: 45px;
}

.mb-45px-i {
    margin-bottom: 45px !important;
}

@media screen and (min-width:1024px) {
    .mb-45px-xl {
        margin-bottom: 45px;
    }

    .mb-45px-xl-i {
        margin-bottom: 45px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-45px-lg {
        margin-bottom: 45px;
    }

    .mb-45px-lg-i {
        margin-bottom: 45px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-45px-md {
        margin-bottom: 45px;
    }

    .mb-45px-md-i {
        margin-bottom: 45px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-45px-sm {
        margin-bottom: 45px;
    }

    .mb-45px-sm-i {
        margin-bottom: 45px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-45px-xs {
        margin-bottom: 45px;
    }

    .mb-45px-xs-i {
        margin-bottom: 45px !important;
    }
}

.ml-45px {
    margin-left: 45px;
}

.ml-45px-i {
    margin-left: 45px !important;
}

@media screen and (min-width:1024px) {
    .ml-45px-xl {
        margin-left: 45px;
    }

    .ml-45px-xl-i {
        margin-left: 45px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-45px-lg {
        margin-left: 45px;
    }

    .ml-45px-lg-i {
        margin-left: 45px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-45px-md {
        margin-left: 45px;
    }

    .ml-45px-md-i {
        margin-left: 45px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-45px-sm {
        margin-left: 45px;
    }

    .ml-45px-sm-i {
        margin-left: 45px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-45px-xs {
        margin-left: 45px;
    }

    .ml-45px-xs-i {
        margin-left: 45px !important;
    }
}

.mt-48px {
    margin-top: 48px;
}

.mt-48px-i {
    margin-top: 48px !important;
}

@media screen and (min-width:1024px) {
    .mt-48px-xl {
        margin-top: 48px;
    }

    .mt-48px-xl-i {
        margin-top: 48px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-48px-lg {
        margin-top: 48px;
    }

    .mt-48px-lg-i {
        margin-top: 48px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-48px-md {
        margin-top: 48px;
    }

    .mt-48px-md-i {
        margin-top: 48px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-48px-sm {
        margin-top: 48px;
    }

    .mt-48px-sm-i {
        margin-top: 48px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-48px-xs {
        margin-top: 48px;
    }

    .mt-48px-xs-i {
        margin-top: 48px !important;
    }
}

.mr-48px {
    margin-right: 48px;
}

.mr-48px-i {
    margin-right: 48px !important;
}

@media screen and (min-width:1024px) {
    .mr-48px-xl {
        margin-right: 48px;
    }

    .mr-48px-xl-i {
        margin-right: 48px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-48px-lg {
        margin-right: 48px;
    }

    .mr-48px-lg-i {
        margin-right: 48px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-48px-md {
        margin-right: 48px;
    }

    .mr-48px-md-i {
        margin-right: 48px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-48px-sm {
        margin-right: 48px;
    }

    .mr-48px-sm-i {
        margin-right: 48px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-48px-xs {
        margin-right: 48px;
    }

    .mr-48px-xs-i {
        margin-right: 48px !important;
    }
}

.mb-48px {
    margin-bottom: 48px;
}

.mb-48px-i {
    margin-bottom: 48px !important;
}

@media screen and (min-width:1024px) {
    .mb-48px-xl {
        margin-bottom: 48px;
    }

    .mb-48px-xl-i {
        margin-bottom: 48px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-48px-lg {
        margin-bottom: 48px;
    }

    .mb-48px-lg-i {
        margin-bottom: 48px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-48px-md {
        margin-bottom: 48px;
    }

    .mb-48px-md-i {
        margin-bottom: 48px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-48px-sm {
        margin-bottom: 48px;
    }

    .mb-48px-sm-i {
        margin-bottom: 48px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-48px-xs {
        margin-bottom: 48px;
    }

    .mb-48px-xs-i {
        margin-bottom: 48px !important;
    }
}

.ml-48px {
    margin-left: 48px;
}

.ml-48px-i {
    margin-left: 48px !important;
}

@media screen and (min-width:1024px) {
    .ml-48px-xl {
        margin-left: 48px;
    }

    .ml-48px-xl-i {
        margin-left: 48px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-48px-lg {
        margin-left: 48px;
    }

    .ml-48px-lg-i {
        margin-left: 48px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-48px-md {
        margin-left: 48px;
    }

    .ml-48px-md-i {
        margin-left: 48px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-48px-sm {
        margin-left: 48px;
    }

    .ml-48px-sm-i {
        margin-left: 48px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-48px-xs {
        margin-left: 48px;
    }

    .ml-48px-xs-i {
        margin-left: 48px !important;
    }
}

.mt-50px {
    margin-top: 50px;
}

.mt-50px-i {
    margin-top: 50px !important;
}

@media screen and (min-width:1024px) {
    .mt-50px-xl {
        margin-top: 50px;
    }

    .mt-50px-xl-i {
        margin-top: 50px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-50px-lg {
        margin-top: 50px;
    }

    .mt-50px-lg-i {
        margin-top: 50px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-50px-md {
        margin-top: 50px;
    }

    .mt-50px-md-i {
        margin-top: 50px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-50px-sm {
        margin-top: 50px;
    }

    .mt-50px-sm-i {
        margin-top: 50px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-50px-xs {
        margin-top: 50px;
    }

    .mt-50px-xs-i {
        margin-top: 50px !important;
    }
}

.mr-50px {
    margin-right: 50px;
}

.mr-50px-i {
    margin-right: 50px !important;
}

@media screen and (min-width:1024px) {
    .mr-50px-xl {
        margin-right: 50px;
    }

    .mr-50px-xl-i {
        margin-right: 50px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-50px-lg {
        margin-right: 50px;
    }

    .mr-50px-lg-i {
        margin-right: 50px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-50px-md {
        margin-right: 50px;
    }

    .mr-50px-md-i {
        margin-right: 50px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-50px-sm {
        margin-right: 50px;
    }

    .mr-50px-sm-i {
        margin-right: 50px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-50px-xs {
        margin-right: 50px;
    }

    .mr-50px-xs-i {
        margin-right: 50px !important;
    }
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-50px-i {
    margin-bottom: 50px !important;
}

@media screen and (min-width:1024px) {
    .mb-50px-xl {
        margin-bottom: 50px;
    }

    .mb-50px-xl-i {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-50px-lg {
        margin-bottom: 50px;
    }

    .mb-50px-lg-i {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-50px-md {
        margin-bottom: 50px;
    }

    .mb-50px-md-i {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-50px-sm {
        margin-bottom: 50px;
    }

    .mb-50px-sm-i {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-50px-xs {
        margin-bottom: 50px;
    }

    .mb-50px-xs-i {
        margin-bottom: 50px !important;
    }
}

.ml-50px {
    margin-left: 50px;
}

.ml-50px-i {
    margin-left: 50px !important;
}

@media screen and (min-width:1024px) {
    .ml-50px-xl {
        margin-left: 50px;
    }

    .ml-50px-xl-i {
        margin-left: 50px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-50px-lg {
        margin-left: 50px;
    }

    .ml-50px-lg-i {
        margin-left: 50px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-50px-md {
        margin-left: 50px;
    }

    .ml-50px-md-i {
        margin-left: 50px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-50px-sm {
        margin-left: 50px;
    }

    .ml-50px-sm-i {
        margin-left: 50px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-50px-xs {
        margin-left: 50px;
    }

    .ml-50px-xs-i {
        margin-left: 50px !important;
    }
}

.mt-55px {
    margin-top: 55px;
}

.mt-55px-i {
    margin-top: 55px !important;
}

@media screen and (min-width:1024px) {
    .mt-55px-xl {
        margin-top: 55px;
    }

    .mt-55px-xl-i {
        margin-top: 55px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-55px-lg {
        margin-top: 55px;
    }

    .mt-55px-lg-i {
        margin-top: 55px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-55px-md {
        margin-top: 55px;
    }

    .mt-55px-md-i {
        margin-top: 55px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-55px-sm {
        margin-top: 55px;
    }

    .mt-55px-sm-i {
        margin-top: 55px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-55px-xs {
        margin-top: 55px;
    }

    .mt-55px-xs-i {
        margin-top: 55px !important;
    }
}

.mr-55px {
    margin-right: 55px;
}

.mr-55px-i {
    margin-right: 55px !important;
}

@media screen and (min-width:1024px) {
    .mr-55px-xl {
        margin-right: 55px;
    }

    .mr-55px-xl-i {
        margin-right: 55px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-55px-lg {
        margin-right: 55px;
    }

    .mr-55px-lg-i {
        margin-right: 55px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-55px-md {
        margin-right: 55px;
    }

    .mr-55px-md-i {
        margin-right: 55px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-55px-sm {
        margin-right: 55px;
    }

    .mr-55px-sm-i {
        margin-right: 55px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-55px-xs {
        margin-right: 55px;
    }

    .mr-55px-xs-i {
        margin-right: 55px !important;
    }
}

.mb-55px {
    margin-bottom: 55px;
}

.mb-55px-i {
    margin-bottom: 55px !important;
}

@media screen and (min-width:1024px) {
    .mb-55px-xl {
        margin-bottom: 55px;
    }

    .mb-55px-xl-i {
        margin-bottom: 55px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-55px-lg {
        margin-bottom: 55px;
    }

    .mb-55px-lg-i {
        margin-bottom: 55px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-55px-md {
        margin-bottom: 55px;
    }

    .mb-55px-md-i {
        margin-bottom: 55px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-55px-sm {
        margin-bottom: 55px;
    }

    .mb-55px-sm-i {
        margin-bottom: 55px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-55px-xs {
        margin-bottom: 55px;
    }

    .mb-55px-xs-i {
        margin-bottom: 55px !important;
    }
}

.ml-55px {
    margin-left: 55px;
}

.ml-55px-i {
    margin-left: 55px !important;
}

@media screen and (min-width:1024px) {
    .ml-55px-xl {
        margin-left: 55px;
    }

    .ml-55px-xl-i {
        margin-left: 55px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-55px-lg {
        margin-left: 55px;
    }

    .ml-55px-lg-i {
        margin-left: 55px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-55px-md {
        margin-left: 55px;
    }

    .ml-55px-md-i {
        margin-left: 55px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-55px-sm {
        margin-left: 55px;
    }

    .ml-55px-sm-i {
        margin-left: 55px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-55px-xs {
        margin-left: 55px;
    }

    .ml-55px-xs-i {
        margin-left: 55px !important;
    }
}

.mt-56px {
    margin-top: 56px;
}

.mt-56px-i {
    margin-top: 56px !important;
}

@media screen and (min-width:1024px) {
    .mt-56px-xl {
        margin-top: 56px;
    }

    .mt-56px-xl-i {
        margin-top: 56px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-56px-lg {
        margin-top: 56px;
    }

    .mt-56px-lg-i {
        margin-top: 56px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-56px-md {
        margin-top: 56px;
    }

    .mt-56px-md-i {
        margin-top: 56px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-56px-sm {
        margin-top: 56px;
    }

    .mt-56px-sm-i {
        margin-top: 56px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-56px-xs {
        margin-top: 56px;
    }

    .mt-56px-xs-i {
        margin-top: 56px !important;
    }
}

.mr-56px {
    margin-right: 56px;
}

.mr-56px-i {
    margin-right: 56px !important;
}

@media screen and (min-width:1024px) {
    .mr-56px-xl {
        margin-right: 56px;
    }

    .mr-56px-xl-i {
        margin-right: 56px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-56px-lg {
        margin-right: 56px;
    }

    .mr-56px-lg-i {
        margin-right: 56px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-56px-md {
        margin-right: 56px;
    }

    .mr-56px-md-i {
        margin-right: 56px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-56px-sm {
        margin-right: 56px;
    }

    .mr-56px-sm-i {
        margin-right: 56px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-56px-xs {
        margin-right: 56px;
    }

    .mr-56px-xs-i {
        margin-right: 56px !important;
    }
}

.mb-56px {
    margin-bottom: 56px;
}

.mb-56px-i {
    margin-bottom: 56px !important;
}

@media screen and (min-width:1024px) {
    .mb-56px-xl {
        margin-bottom: 56px;
    }

    .mb-56px-xl-i {
        margin-bottom: 56px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-56px-lg {
        margin-bottom: 56px;
    }

    .mb-56px-lg-i {
        margin-bottom: 56px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-56px-md {
        margin-bottom: 56px;
    }

    .mb-56px-md-i {
        margin-bottom: 56px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-56px-sm {
        margin-bottom: 56px;
    }

    .mb-56px-sm-i {
        margin-bottom: 56px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-56px-xs {
        margin-bottom: 56px;
    }

    .mb-56px-xs-i {
        margin-bottom: 56px !important;
    }
}

.ml-56px {
    margin-left: 56px;
}

.ml-56px-i {
    margin-left: 56px !important;
}

@media screen and (min-width:1024px) {
    .ml-56px-xl {
        margin-left: 56px;
    }

    .ml-56px-xl-i {
        margin-left: 56px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-56px-lg {
        margin-left: 56px;
    }

    .ml-56px-lg-i {
        margin-left: 56px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-56px-md {
        margin-left: 56px;
    }

    .ml-56px-md-i {
        margin-left: 56px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-56px-sm {
        margin-left: 56px;
    }

    .ml-56px-sm-i {
        margin-left: 56px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-56px-xs {
        margin-left: 56px;
    }

    .ml-56px-xs-i {
        margin-left: 56px !important;
    }
}

.mt-60px {
    margin-top: 60px;
}

.mt-60px-i {
    margin-top: 60px !important;
}

@media screen and (min-width:1024px) {
    .mt-60px-xl {
        margin-top: 60px;
    }

    .mt-60px-xl-i {
        margin-top: 60px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-60px-lg {
        margin-top: 60px;
    }

    .mt-60px-lg-i {
        margin-top: 60px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-60px-md {
        margin-top: 60px;
    }

    .mt-60px-md-i {
        margin-top: 60px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-60px-sm {
        margin-top: 60px;
    }

    .mt-60px-sm-i {
        margin-top: 60px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-60px-xs {
        margin-top: 60px;
    }

    .mt-60px-xs-i {
        margin-top: 60px !important;
    }
}

.mr-60px {
    margin-right: 60px;
}

.mr-60px-i {
    margin-right: 60px !important;
}

@media screen and (min-width:1024px) {
    .mr-60px-xl {
        margin-right: 60px;
    }

    .mr-60px-xl-i {
        margin-right: 60px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-60px-lg {
        margin-right: 60px;
    }

    .mr-60px-lg-i {
        margin-right: 60px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-60px-md {
        margin-right: 60px;
    }

    .mr-60px-md-i {
        margin-right: 60px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-60px-sm {
        margin-right: 60px;
    }

    .mr-60px-sm-i {
        margin-right: 60px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-60px-xs {
        margin-right: 60px;
    }

    .mr-60px-xs-i {
        margin-right: 60px !important;
    }
}

.mb-60px {
    margin-bottom: 60px;
}

.mb-60px-i {
    margin-bottom: 60px !important;
}

@media screen and (min-width:1024px) {
    .mb-60px-xl {
        margin-bottom: 60px;
    }

    .mb-60px-xl-i {
        margin-bottom: 60px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-60px-lg {
        margin-bottom: 60px;
    }

    .mb-60px-lg-i {
        margin-bottom: 60px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-60px-md {
        margin-bottom: 60px;
    }

    .mb-60px-md-i {
        margin-bottom: 60px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-60px-sm {
        margin-bottom: 60px;
    }

    .mb-60px-sm-i {
        margin-bottom: 60px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-60px-xs {
        margin-bottom: 60px;
    }

    .mb-60px-xs-i {
        margin-bottom: 60px !important;
    }
}

.ml-60px {
    margin-left: 60px;
}

.ml-60px-i {
    margin-left: 60px !important;
}

@media screen and (min-width:1024px) {
    .ml-60px-xl {
        margin-left: 60px;
    }

    .ml-60px-xl-i {
        margin-left: 60px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-60px-lg {
        margin-left: 60px;
    }

    .ml-60px-lg-i {
        margin-left: 60px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-60px-md {
        margin-left: 60px;
    }

    .ml-60px-md-i {
        margin-left: 60px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-60px-sm {
        margin-left: 60px;
    }

    .ml-60px-sm-i {
        margin-left: 60px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-60px-xs {
        margin-left: 60px;
    }

    .ml-60px-xs-i {
        margin-left: 60px !important;
    }
}

.mt-64px {
    margin-top: 64px;
}

.mt-64px-i {
    margin-top: 64px !important;
}

@media screen and (min-width:1024px) {
    .mt-64px-xl {
        margin-top: 64px;
    }

    .mt-64px-xl-i {
        margin-top: 64px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-64px-lg {
        margin-top: 64px;
    }

    .mt-64px-lg-i {
        margin-top: 64px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-64px-md {
        margin-top: 64px;
    }

    .mt-64px-md-i {
        margin-top: 64px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-64px-sm {
        margin-top: 64px;
    }

    .mt-64px-sm-i {
        margin-top: 64px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-64px-xs {
        margin-top: 64px;
    }

    .mt-64px-xs-i {
        margin-top: 64px !important;
    }
}

.mr-64px {
    margin-right: 64px;
}

.mr-64px-i {
    margin-right: 64px !important;
}

@media screen and (min-width:1024px) {
    .mr-64px-xl {
        margin-right: 64px;
    }

    .mr-64px-xl-i {
        margin-right: 64px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-64px-lg {
        margin-right: 64px;
    }

    .mr-64px-lg-i {
        margin-right: 64px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-64px-md {
        margin-right: 64px;
    }

    .mr-64px-md-i {
        margin-right: 64px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-64px-sm {
        margin-right: 64px;
    }

    .mr-64px-sm-i {
        margin-right: 64px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-64px-xs {
        margin-right: 64px;
    }

    .mr-64px-xs-i {
        margin-right: 64px !important;
    }
}

.mb-64px {
    margin-bottom: 64px;
}

.mb-64px-i {
    margin-bottom: 64px !important;
}

@media screen and (min-width:1024px) {
    .mb-64px-xl {
        margin-bottom: 64px;
    }

    .mb-64px-xl-i {
        margin-bottom: 64px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-64px-lg {
        margin-bottom: 64px;
    }

    .mb-64px-lg-i {
        margin-bottom: 64px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-64px-md {
        margin-bottom: 64px;
    }

    .mb-64px-md-i {
        margin-bottom: 64px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-64px-sm {
        margin-bottom: 64px;
    }

    .mb-64px-sm-i {
        margin-bottom: 64px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-64px-xs {
        margin-bottom: 64px;
    }

    .mb-64px-xs-i {
        margin-bottom: 64px !important;
    }
}

.ml-64px {
    margin-left: 64px;
}

.ml-64px-i {
    margin-left: 64px !important;
}

@media screen and (min-width:1024px) {
    .ml-64px-xl {
        margin-left: 64px;
    }

    .ml-64px-xl-i {
        margin-left: 64px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-64px-lg {
        margin-left: 64px;
    }

    .ml-64px-lg-i {
        margin-left: 64px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-64px-md {
        margin-left: 64px;
    }

    .ml-64px-md-i {
        margin-left: 64px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-64px-sm {
        margin-left: 64px;
    }

    .ml-64px-sm-i {
        margin-left: 64px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-64px-xs {
        margin-left: 64px;
    }

    .ml-64px-xs-i {
        margin-left: 64px !important;
    }
}

.mt-85px {
    margin-top: 85px;
}

.mt-85px-i {
    margin-top: 85px !important;
}

@media screen and (min-width:1024px) {
    .mt-85px-xl {
        margin-top: 85px;
    }

    .mt-85px-xl-i {
        margin-top: 85px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-85px-lg {
        margin-top: 85px;
    }

    .mt-85px-lg-i {
        margin-top: 85px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-85px-md {
        margin-top: 85px;
    }

    .mt-85px-md-i {
        margin-top: 85px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-85px-sm {
        margin-top: 85px;
    }

    .mt-85px-sm-i {
        margin-top: 85px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-85px-xs {
        margin-top: 85px;
    }

    .mt-85px-xs-i {
        margin-top: 85px !important;
    }
}

.mr-85px {
    margin-right: 85px;
}

.mr-85px-i {
    margin-right: 85px !important;
}

@media screen and (min-width:1024px) {
    .mr-85px-xl {
        margin-right: 85px;
    }

    .mr-85px-xl-i {
        margin-right: 85px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-85px-lg {
        margin-right: 85px;
    }

    .mr-85px-lg-i {
        margin-right: 85px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-85px-md {
        margin-right: 85px;
    }

    .mr-85px-md-i {
        margin-right: 85px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-85px-sm {
        margin-right: 85px;
    }

    .mr-85px-sm-i {
        margin-right: 85px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-85px-xs {
        margin-right: 85px;
    }

    .mr-85px-xs-i {
        margin-right: 85px !important;
    }
}

.mb-85px {
    margin-bottom: 85px;
}

.mb-85px-i {
    margin-bottom: 85px !important;
}

@media screen and (min-width:1024px) {
    .mb-85px-xl {
        margin-bottom: 85px;
    }

    .mb-85px-xl-i {
        margin-bottom: 85px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-85px-lg {
        margin-bottom: 85px;
    }

    .mb-85px-lg-i {
        margin-bottom: 85px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-85px-md {
        margin-bottom: 85px;
    }

    .mb-85px-md-i {
        margin-bottom: 85px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-85px-sm {
        margin-bottom: 85px;
    }

    .mb-85px-sm-i {
        margin-bottom: 85px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-85px-xs {
        margin-bottom: 85px;
    }

    .mb-85px-xs-i {
        margin-bottom: 85px !important;
    }
}

.ml-85px {
    margin-left: 85px;
}

.ml-85px-i {
    margin-left: 85px !important;
}

@media screen and (min-width:1024px) {
    .ml-85px-xl {
        margin-left: 85px;
    }

    .ml-85px-xl-i {
        margin-left: 85px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-85px-lg {
        margin-left: 85px;
    }

    .ml-85px-lg-i {
        margin-left: 85px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-85px-md {
        margin-left: 85px;
    }

    .ml-85px-md-i {
        margin-left: 85px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-85px-sm {
        margin-left: 85px;
    }

    .ml-85px-sm-i {
        margin-left: 85px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-85px-xs {
        margin-left: 85px;
    }

    .ml-85px-xs-i {
        margin-left: 85px !important;
    }
}

.mt-100px {
    margin-top: 100px;
}

.mt-100px-i {
    margin-top: 100px !important;
}

@media screen and (min-width:1024px) {
    .mt-100px-xl {
        margin-top: 100px;
    }

    .mt-100px-xl-i {
        margin-top: 100px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-100px-lg {
        margin-top: 100px;
    }

    .mt-100px-lg-i {
        margin-top: 100px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-100px-md {
        margin-top: 100px;
    }

    .mt-100px-md-i {
        margin-top: 100px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-100px-sm {
        margin-top: 100px;
    }

    .mt-100px-sm-i {
        margin-top: 100px !important;
    }
}

@media screen and (max-width:576px) {
    .mt-100px-xs {
        margin-top: 100px;
    }

    .mt-100px-xs-i {
        margin-top: 100px !important;
    }
}

.mr-100px {
    margin-right: 100px;
}

.mr-100px-i {
    margin-right: 100px !important;
}

@media screen and (min-width:1024px) {
    .mr-100px-xl {
        margin-right: 100px;
    }

    .mr-100px-xl-i {
        margin-right: 100px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-100px-lg {
        margin-right: 100px;
    }

    .mr-100px-lg-i {
        margin-right: 100px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-100px-md {
        margin-right: 100px;
    }

    .mr-100px-md-i {
        margin-right: 100px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-100px-sm {
        margin-right: 100px;
    }

    .mr-100px-sm-i {
        margin-right: 100px !important;
    }
}

@media screen and (max-width:576px) {
    .mr-100px-xs {
        margin-right: 100px;
    }

    .mr-100px-xs-i {
        margin-right: 100px !important;
    }
}

.mb-100px {
    margin-bottom: 100px;
}

.mb-100px-i {
    margin-bottom: 100px !important;
}

@media screen and (min-width:1024px) {
    .mb-100px-xl {
        margin-bottom: 100px;
    }

    .mb-100px-xl-i {
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-100px-lg {
        margin-bottom: 100px;
    }

    .mb-100px-lg-i {
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-100px-md {
        margin-bottom: 100px;
    }

    .mb-100px-md-i {
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-100px-sm {
        margin-bottom: 100px;
    }

    .mb-100px-sm-i {
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width:576px) {
    .mb-100px-xs {
        margin-bottom: 100px;
    }

    .mb-100px-xs-i {
        margin-bottom: 100px !important;
    }
}

.ml-100px {
    margin-left: 100px;
}

.ml-100px-i {
    margin-left: 100px !important;
}

@media screen and (min-width:1024px) {
    .ml-100px-xl {
        margin-left: 100px;
    }

    .ml-100px-xl-i {
        margin-left: 100px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-100px-lg {
        margin-left: 100px;
    }

    .ml-100px-lg-i {
        margin-left: 100px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-100px-md {
        margin-left: 100px;
    }

    .ml-100px-md-i {
        margin-left: 100px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-100px-sm {
        margin-left: 100px;
    }

    .ml-100px-sm-i {
        margin-left: 100px !important;
    }
}

@media screen and (max-width:576px) {
    .ml-100px-xs {
        margin-left: 100px;
    }

    .ml-100px-xs-i {
        margin-left: 100px !important;
    }
}

.mt-1rem {
    margin-top: 1rem;
}

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

@media screen and (min-width:1024px) {
    .mt-1rem-xl {
        margin-top: 1rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-1rem-lg {
        margin-top: 1rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-1rem-md {
        margin-top: 1rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-1rem-sm {
        margin-top: 1rem;
    }

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

@media screen and (max-width:576px) {
    .mt-1rem-xs {
        margin-top: 1rem;
    }

    .mt-1rem-xs-i {
        margin-top: 1rem !important;
    }
}

.mr-1rem {
    margin-right: 1rem;
}

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

@media screen and (min-width:1024px) {
    .mr-1rem-xl {
        margin-right: 1rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-1rem-lg {
        margin-right: 1rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-1rem-md {
        margin-right: 1rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-1rem-sm {
        margin-right: 1rem;
    }

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

@media screen and (max-width:576px) {
    .mr-1rem-xs {
        margin-right: 1rem;
    }

    .mr-1rem-xs-i {
        margin-right: 1rem !important;
    }
}

.mb-1rem {
    margin-bottom: 1rem;
}

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

@media screen and (min-width:1024px) {
    .mb-1rem-xl {
        margin-bottom: 1rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-1rem-lg {
        margin-bottom: 1rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-1rem-md {
        margin-bottom: 1rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-1rem-sm {
        margin-bottom: 1rem;
    }

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

@media screen and (max-width:576px) {
    .mb-1rem-xs {
        margin-bottom: 1rem;
    }

    .mb-1rem-xs-i {
        margin-bottom: 1rem !important;
    }
}

.ml-1rem {
    margin-left: 1rem;
}

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

@media screen and (min-width:1024px) {
    .ml-1rem-xl {
        margin-left: 1rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-1rem-lg {
        margin-left: 1rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-1rem-md {
        margin-left: 1rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-1rem-sm {
        margin-left: 1rem;
    }

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

@media screen and (max-width:576px) {
    .ml-1rem-xs {
        margin-left: 1rem;
    }

    .ml-1rem-xs-i {
        margin-left: 1rem !important;
    }
}

.mt-2rem {
    margin-top: 2rem;
}

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

@media screen and (min-width:1024px) {
    .mt-2rem-xl {
        margin-top: 2rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-2rem-lg {
        margin-top: 2rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-2rem-md {
        margin-top: 2rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-2rem-sm {
        margin-top: 2rem;
    }

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

@media screen and (max-width:576px) {
    .mt-2rem-xs {
        margin-top: 2rem;
    }

    .mt-2rem-xs-i {
        margin-top: 2rem !important;
    }
}

.mr-2rem {
    margin-right: 2rem;
}

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

@media screen and (min-width:1024px) {
    .mr-2rem-xl {
        margin-right: 2rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-2rem-lg {
        margin-right: 2rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-2rem-md {
        margin-right: 2rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-2rem-sm {
        margin-right: 2rem;
    }

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

@media screen and (max-width:576px) {
    .mr-2rem-xs {
        margin-right: 2rem;
    }

    .mr-2rem-xs-i {
        margin-right: 2rem !important;
    }
}

.mb-2rem {
    margin-bottom: 2rem;
}

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

@media screen and (min-width:1024px) {
    .mb-2rem-xl {
        margin-bottom: 2rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-2rem-lg {
        margin-bottom: 2rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-2rem-md {
        margin-bottom: 2rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-2rem-sm {
        margin-bottom: 2rem;
    }

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

@media screen and (max-width:576px) {
    .mb-2rem-xs {
        margin-bottom: 2rem;
    }

    .mb-2rem-xs-i {
        margin-bottom: 2rem !important;
    }
}

.ml-2rem {
    margin-left: 2rem;
}

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

@media screen and (min-width:1024px) {
    .ml-2rem-xl {
        margin-left: 2rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-2rem-lg {
        margin-left: 2rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-2rem-md {
        margin-left: 2rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-2rem-sm {
        margin-left: 2rem;
    }

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

@media screen and (max-width:576px) {
    .ml-2rem-xs {
        margin-left: 2rem;
    }

    .ml-2rem-xs-i {
        margin-left: 2rem !important;
    }
}

.mt-3rem {
    margin-top: 3rem;
}

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

@media screen and (min-width:1024px) {
    .mt-3rem-xl {
        margin-top: 3rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-3rem-lg {
        margin-top: 3rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-3rem-md {
        margin-top: 3rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-3rem-sm {
        margin-top: 3rem;
    }

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

@media screen and (max-width:576px) {
    .mt-3rem-xs {
        margin-top: 3rem;
    }

    .mt-3rem-xs-i {
        margin-top: 3rem !important;
    }
}

.mr-3rem {
    margin-right: 3rem;
}

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

@media screen and (min-width:1024px) {
    .mr-3rem-xl {
        margin-right: 3rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-3rem-lg {
        margin-right: 3rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-3rem-md {
        margin-right: 3rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-3rem-sm {
        margin-right: 3rem;
    }

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

@media screen and (max-width:576px) {
    .mr-3rem-xs {
        margin-right: 3rem;
    }

    .mr-3rem-xs-i {
        margin-right: 3rem !important;
    }
}

.mb-3rem {
    margin-bottom: 3rem;
}

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

@media screen and (min-width:1024px) {
    .mb-3rem-xl {
        margin-bottom: 3rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-3rem-lg {
        margin-bottom: 3rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-3rem-md {
        margin-bottom: 3rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-3rem-sm {
        margin-bottom: 3rem;
    }

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

@media screen and (max-width:576px) {
    .mb-3rem-xs {
        margin-bottom: 3rem;
    }

    .mb-3rem-xs-i {
        margin-bottom: 3rem !important;
    }
}

.ml-3rem {
    margin-left: 3rem;
}

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

@media screen and (min-width:1024px) {
    .ml-3rem-xl {
        margin-left: 3rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-3rem-lg {
        margin-left: 3rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-3rem-md {
        margin-left: 3rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-3rem-sm {
        margin-left: 3rem;
    }

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

@media screen and (max-width:576px) {
    .ml-3rem-xs {
        margin-left: 3rem;
    }

    .ml-3rem-xs-i {
        margin-left: 3rem !important;
    }
}

.mt-4rem {
    margin-top: 4rem;
}

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

@media screen and (min-width:1024px) {
    .mt-4rem-xl {
        margin-top: 4rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-4rem-lg {
        margin-top: 4rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-4rem-md {
        margin-top: 4rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-4rem-sm {
        margin-top: 4rem;
    }

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

@media screen and (max-width:576px) {
    .mt-4rem-xs {
        margin-top: 4rem;
    }

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

.mr-4rem {
    margin-right: 4rem;
}

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

@media screen and (min-width:1024px) {
    .mr-4rem-xl {
        margin-right: 4rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-4rem-lg {
        margin-right: 4rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-4rem-md {
        margin-right: 4rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-4rem-sm {
        margin-right: 4rem;
    }

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

@media screen and (max-width:576px) {
    .mr-4rem-xs {
        margin-right: 4rem;
    }

    .mr-4rem-xs-i {
        margin-right: 4rem !important;
    }
}

.mb-4rem {
    margin-bottom: 4rem;
}

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

@media screen and (min-width:1024px) {
    .mb-4rem-xl {
        margin-bottom: 4rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-4rem-lg {
        margin-bottom: 4rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-4rem-md {
        margin-bottom: 4rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-4rem-sm {
        margin-bottom: 4rem;
    }

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

@media screen and (max-width:576px) {
    .mb-4rem-xs {
        margin-bottom: 4rem;
    }

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

.ml-4rem {
    margin-left: 4rem;
}

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

@media screen and (min-width:1024px) {
    .ml-4rem-xl {
        margin-left: 4rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-4rem-lg {
        margin-left: 4rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-4rem-md {
        margin-left: 4rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-4rem-sm {
        margin-left: 4rem;
    }

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

@media screen and (max-width:576px) {
    .ml-4rem-xs {
        margin-left: 4rem;
    }

    .ml-4rem-xs-i {
        margin-left: 4rem !important;
    }
}

.mt-5rem {
    margin-top: 5rem;
}

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

@media screen and (min-width:1024px) {
    .mt-5rem-xl {
        margin-top: 5rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-5rem-lg {
        margin-top: 5rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-5rem-md {
        margin-top: 5rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-5rem-sm {
        margin-top: 5rem;
    }

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

@media screen and (max-width:576px) {
    .mt-5rem-xs {
        margin-top: 5rem;
    }

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

.mr-5rem {
    margin-right: 5rem;
}

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

@media screen and (min-width:1024px) {
    .mr-5rem-xl {
        margin-right: 5rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-5rem-lg {
        margin-right: 5rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-5rem-md {
        margin-right: 5rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-5rem-sm {
        margin-right: 5rem;
    }

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

@media screen and (max-width:576px) {
    .mr-5rem-xs {
        margin-right: 5rem;
    }

    .mr-5rem-xs-i {
        margin-right: 5rem !important;
    }
}

.mb-5rem {
    margin-bottom: 5rem;
}

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

@media screen and (min-width:1024px) {
    .mb-5rem-xl {
        margin-bottom: 5rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-5rem-lg {
        margin-bottom: 5rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-5rem-md {
        margin-bottom: 5rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-5rem-sm {
        margin-bottom: 5rem;
    }

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

@media screen and (max-width:576px) {
    .mb-5rem-xs {
        margin-bottom: 5rem;
    }

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

.ml-5rem {
    margin-left: 5rem;
}

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

@media screen and (min-width:1024px) {
    .ml-5rem-xl {
        margin-left: 5rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-5rem-lg {
        margin-left: 5rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-5rem-md {
        margin-left: 5rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-5rem-sm {
        margin-left: 5rem;
    }

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

@media screen and (max-width:576px) {
    .ml-5rem-xs {
        margin-left: 5rem;
    }

    .ml-5rem-xs-i {
        margin-left: 5rem !important;
    }
}

.mt-6rem {
    margin-top: 6rem;
}

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

@media screen and (min-width:1024px) {
    .mt-6rem-xl {
        margin-top: 6rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-6rem-lg {
        margin-top: 6rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-6rem-md {
        margin-top: 6rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-6rem-sm {
        margin-top: 6rem;
    }

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

@media screen and (max-width:576px) {
    .mt-6rem-xs {
        margin-top: 6rem;
    }

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

.mr-6rem {
    margin-right: 6rem;
}

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

@media screen and (min-width:1024px) {
    .mr-6rem-xl {
        margin-right: 6rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-6rem-lg {
        margin-right: 6rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-6rem-md {
        margin-right: 6rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-6rem-sm {
        margin-right: 6rem;
    }

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

@media screen and (max-width:576px) {
    .mr-6rem-xs {
        margin-right: 6rem;
    }

    .mr-6rem-xs-i {
        margin-right: 6rem !important;
    }
}

.mb-6rem {
    margin-bottom: 6rem;
}

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

@media screen and (min-width:1024px) {
    .mb-6rem-xl {
        margin-bottom: 6rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-6rem-lg {
        margin-bottom: 6rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-6rem-md {
        margin-bottom: 6rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-6rem-sm {
        margin-bottom: 6rem;
    }

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

@media screen and (max-width:576px) {
    .mb-6rem-xs {
        margin-bottom: 6rem;
    }

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

.ml-6rem {
    margin-left: 6rem;
}

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

@media screen and (min-width:1024px) {
    .ml-6rem-xl {
        margin-left: 6rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-6rem-lg {
        margin-left: 6rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-6rem-md {
        margin-left: 6rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-6rem-sm {
        margin-left: 6rem;
    }

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

@media screen and (max-width:576px) {
    .ml-6rem-xs {
        margin-left: 6rem;
    }

    .ml-6rem-xs-i {
        margin-left: 6rem !important;
    }
}

.mt-7rem {
    margin-top: 7rem;
}

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

@media screen and (min-width:1024px) {
    .mt-7rem-xl {
        margin-top: 7rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-7rem-lg {
        margin-top: 7rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-7rem-md {
        margin-top: 7rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-7rem-sm {
        margin-top: 7rem;
    }

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

@media screen and (max-width:576px) {
    .mt-7rem-xs {
        margin-top: 7rem;
    }

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

.mr-7rem {
    margin-right: 7rem;
}

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

@media screen and (min-width:1024px) {
    .mr-7rem-xl {
        margin-right: 7rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-7rem-lg {
        margin-right: 7rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-7rem-md {
        margin-right: 7rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-7rem-sm {
        margin-right: 7rem;
    }

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

@media screen and (max-width:576px) {
    .mr-7rem-xs {
        margin-right: 7rem;
    }

    .mr-7rem-xs-i {
        margin-right: 7rem !important;
    }
}

.mb-7rem {
    margin-bottom: 7rem;
}

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

@media screen and (min-width:1024px) {
    .mb-7rem-xl {
        margin-bottom: 7rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-7rem-lg {
        margin-bottom: 7rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-7rem-md {
        margin-bottom: 7rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-7rem-sm {
        margin-bottom: 7rem;
    }

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

@media screen and (max-width:576px) {
    .mb-7rem-xs {
        margin-bottom: 7rem;
    }

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

.ml-7rem {
    margin-left: 7rem;
}

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

@media screen and (min-width:1024px) {
    .ml-7rem-xl {
        margin-left: 7rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-7rem-lg {
        margin-left: 7rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-7rem-md {
        margin-left: 7rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-7rem-sm {
        margin-left: 7rem;
    }

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

@media screen and (max-width:576px) {
    .ml-7rem-xs {
        margin-left: 7rem;
    }

    .ml-7rem-xs-i {
        margin-left: 7rem !important;
    }
}

.mt-8rem {
    margin-top: 8rem;
}

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

@media screen and (min-width:1024px) {
    .mt-8rem-xl {
        margin-top: 8rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-8rem-lg {
        margin-top: 8rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-8rem-md {
        margin-top: 8rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-8rem-sm {
        margin-top: 8rem;
    }

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

@media screen and (max-width:576px) {
    .mt-8rem-xs {
        margin-top: 8rem;
    }

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

.mr-8rem {
    margin-right: 8rem;
}

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

@media screen and (min-width:1024px) {
    .mr-8rem-xl {
        margin-right: 8rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-8rem-lg {
        margin-right: 8rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-8rem-md {
        margin-right: 8rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-8rem-sm {
        margin-right: 8rem;
    }

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

@media screen and (max-width:576px) {
    .mr-8rem-xs {
        margin-right: 8rem;
    }

    .mr-8rem-xs-i {
        margin-right: 8rem !important;
    }
}

.mb-8rem {
    margin-bottom: 8rem;
}

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

@media screen and (min-width:1024px) {
    .mb-8rem-xl {
        margin-bottom: 8rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-8rem-lg {
        margin-bottom: 8rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-8rem-md {
        margin-bottom: 8rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-8rem-sm {
        margin-bottom: 8rem;
    }

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

@media screen and (max-width:576px) {
    .mb-8rem-xs {
        margin-bottom: 8rem;
    }

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

.ml-8rem {
    margin-left: 8rem;
}

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

@media screen and (min-width:1024px) {
    .ml-8rem-xl {
        margin-left: 8rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-8rem-lg {
        margin-left: 8rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-8rem-md {
        margin-left: 8rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-8rem-sm {
        margin-left: 8rem;
    }

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

@media screen and (max-width:576px) {
    .ml-8rem-xs {
        margin-left: 8rem;
    }

    .ml-8rem-xs-i {
        margin-left: 8rem !important;
    }
}

.mt-9rem {
    margin-top: 9rem;
}

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

@media screen and (min-width:1024px) {
    .mt-9rem-xl {
        margin-top: 9rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-9rem-lg {
        margin-top: 9rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-9rem-md {
        margin-top: 9rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-9rem-sm {
        margin-top: 9rem;
    }

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

@media screen and (max-width:576px) {
    .mt-9rem-xs {
        margin-top: 9rem;
    }

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

.mr-9rem {
    margin-right: 9rem;
}

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

@media screen and (min-width:1024px) {
    .mr-9rem-xl {
        margin-right: 9rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-9rem-lg {
        margin-right: 9rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-9rem-md {
        margin-right: 9rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-9rem-sm {
        margin-right: 9rem;
    }

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

@media screen and (max-width:576px) {
    .mr-9rem-xs {
        margin-right: 9rem;
    }

    .mr-9rem-xs-i {
        margin-right: 9rem !important;
    }
}

.mb-9rem {
    margin-bottom: 9rem;
}

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

@media screen and (min-width:1024px) {
    .mb-9rem-xl {
        margin-bottom: 9rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-9rem-lg {
        margin-bottom: 9rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-9rem-md {
        margin-bottom: 9rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-9rem-sm {
        margin-bottom: 9rem;
    }

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

@media screen and (max-width:576px) {
    .mb-9rem-xs {
        margin-bottom: 9rem;
    }

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

.ml-9rem {
    margin-left: 9rem;
}

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

@media screen and (min-width:1024px) {
    .ml-9rem-xl {
        margin-left: 9rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-9rem-lg {
        margin-left: 9rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-9rem-md {
        margin-left: 9rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-9rem-sm {
        margin-left: 9rem;
    }

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

@media screen and (max-width:576px) {
    .ml-9rem-xs {
        margin-left: 9rem;
    }

    .ml-9rem-xs-i {
        margin-left: 9rem !important;
    }
}

.mt-10rem {
    margin-top: 10rem;
}

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

@media screen and (min-width:1024px) {
    .mt-10rem-xl {
        margin-top: 10rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-10rem-lg {
        margin-top: 10rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-10rem-md {
        margin-top: 10rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-10rem-sm {
        margin-top: 10rem;
    }

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

@media screen and (max-width:576px) {
    .mt-10rem-xs {
        margin-top: 10rem;
    }

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

.mr-10rem {
    margin-right: 10rem;
}

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

@media screen and (min-width:1024px) {
    .mr-10rem-xl {
        margin-right: 10rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-10rem-lg {
        margin-right: 10rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-10rem-md {
        margin-right: 10rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-10rem-sm {
        margin-right: 10rem;
    }

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

@media screen and (max-width:576px) {
    .mr-10rem-xs {
        margin-right: 10rem;
    }

    .mr-10rem-xs-i {
        margin-right: 10rem !important;
    }
}

.mb-10rem {
    margin-bottom: 10rem;
}

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

@media screen and (min-width:1024px) {
    .mb-10rem-xl {
        margin-bottom: 10rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-10rem-lg {
        margin-bottom: 10rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-10rem-md {
        margin-bottom: 10rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-10rem-sm {
        margin-bottom: 10rem;
    }

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

@media screen and (max-width:576px) {
    .mb-10rem-xs {
        margin-bottom: 10rem;
    }

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

.ml-10rem {
    margin-left: 10rem;
}

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

@media screen and (min-width:1024px) {
    .ml-10rem-xl {
        margin-left: 10rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-10rem-lg {
        margin-left: 10rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-10rem-md {
        margin-left: 10rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-10rem-sm {
        margin-left: 10rem;
    }

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

@media screen and (max-width:576px) {
    .ml-10rem-xs {
        margin-left: 10rem;
    }

    .ml-10rem-xs-i {
        margin-left: 10rem !important;
    }
}

.mt-1d5rem {
    margin-top: 1.5rem;
}

.mt-1d5rem-i {
    margin-top: 1.5rem !important;
}

@media screen and (min-width:1024px) {
    .mt-1d5rem-xl {
        margin-top: 1.5rem;
    }

    .mt-1d5rem-xl-i {
        margin-top: 1.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-1d5rem-lg {
        margin-top: 1.5rem;
    }

    .mt-1d5rem-lg-i {
        margin-top: 1.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-1d5rem-md {
        margin-top: 1.5rem;
    }

    .mt-1d5rem-md-i {
        margin-top: 1.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-1d5rem-sm {
        margin-top: 1.5rem;
    }

    .mt-1d5rem-sm-i {
        margin-top: 1.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mt-1d5rem-xs {
        margin-top: 1.5rem;
    }

    .mt-1d5rem-xs-i {
        margin-top: 1.5rem !important;
    }
}

.mr-1d5rem {
    margin-right: 1.5rem;
}

.mr-1d5rem-i {
    margin-right: 1.5rem !important;
}

@media screen and (min-width:1024px) {
    .mr-1d5rem-xl {
        margin-right: 1.5rem;
    }

    .mr-1d5rem-xl-i {
        margin-right: 1.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-1d5rem-lg {
        margin-right: 1.5rem;
    }

    .mr-1d5rem-lg-i {
        margin-right: 1.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-1d5rem-md {
        margin-right: 1.5rem;
    }

    .mr-1d5rem-md-i {
        margin-right: 1.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-1d5rem-sm {
        margin-right: 1.5rem;
    }

    .mr-1d5rem-sm-i {
        margin-right: 1.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mr-1d5rem-xs {
        margin-right: 1.5rem;
    }

    .mr-1d5rem-xs-i {
        margin-right: 1.5rem !important;
    }
}

.mb-1d5rem {
    margin-bottom: 1.5rem;
}

.mb-1d5rem-i {
    margin-bottom: 1.5rem !important;
}

@media screen and (min-width:1024px) {
    .mb-1d5rem-xl {
        margin-bottom: 1.5rem;
    }

    .mb-1d5rem-xl-i {
        margin-bottom: 1.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-1d5rem-lg {
        margin-bottom: 1.5rem;
    }

    .mb-1d5rem-lg-i {
        margin-bottom: 1.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-1d5rem-md {
        margin-bottom: 1.5rem;
    }

    .mb-1d5rem-md-i {
        margin-bottom: 1.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-1d5rem-sm {
        margin-bottom: 1.5rem;
    }

    .mb-1d5rem-sm-i {
        margin-bottom: 1.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mb-1d5rem-xs {
        margin-bottom: 1.5rem;
    }

    .mb-1d5rem-xs-i {
        margin-bottom: 1.5rem !important;
    }
}

.ml-1d5rem {
    margin-left: 1.5rem;
}

.ml-1d5rem-i {
    margin-left: 1.5rem !important;
}

@media screen and (min-width:1024px) {
    .ml-1d5rem-xl {
        margin-left: 1.5rem;
    }

    .ml-1d5rem-xl-i {
        margin-left: 1.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-1d5rem-lg {
        margin-left: 1.5rem;
    }

    .ml-1d5rem-lg-i {
        margin-left: 1.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-1d5rem-md {
        margin-left: 1.5rem;
    }

    .ml-1d5rem-md-i {
        margin-left: 1.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-1d5rem-sm {
        margin-left: 1.5rem;
    }

    .ml-1d5rem-sm-i {
        margin-left: 1.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .ml-1d5rem-xs {
        margin-left: 1.5rem;
    }

    .ml-1d5rem-xs-i {
        margin-left: 1.5rem !important;
    }
}

.mt-2d5rem {
    margin-top: 2.5rem;
}

.mt-2d5rem-i {
    margin-top: 2.5rem !important;
}

@media screen and (min-width:1024px) {
    .mt-2d5rem-xl {
        margin-top: 2.5rem;
    }

    .mt-2d5rem-xl-i {
        margin-top: 2.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-2d5rem-lg {
        margin-top: 2.5rem;
    }

    .mt-2d5rem-lg-i {
        margin-top: 2.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-2d5rem-md {
        margin-top: 2.5rem;
    }

    .mt-2d5rem-md-i {
        margin-top: 2.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-2d5rem-sm {
        margin-top: 2.5rem;
    }

    .mt-2d5rem-sm-i {
        margin-top: 2.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mt-2d5rem-xs {
        margin-top: 2.5rem;
    }

    .mt-2d5rem-xs-i {
        margin-top: 2.5rem !important;
    }
}

.mr-2d5rem {
    margin-right: 2.5rem;
}

.mr-2d5rem-i {
    margin-right: 2.5rem !important;
}

@media screen and (min-width:1024px) {
    .mr-2d5rem-xl {
        margin-right: 2.5rem;
    }

    .mr-2d5rem-xl-i {
        margin-right: 2.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-2d5rem-lg {
        margin-right: 2.5rem;
    }

    .mr-2d5rem-lg-i {
        margin-right: 2.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-2d5rem-md {
        margin-right: 2.5rem;
    }

    .mr-2d5rem-md-i {
        margin-right: 2.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-2d5rem-sm {
        margin-right: 2.5rem;
    }

    .mr-2d5rem-sm-i {
        margin-right: 2.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mr-2d5rem-xs {
        margin-right: 2.5rem;
    }

    .mr-2d5rem-xs-i {
        margin-right: 2.5rem !important;
    }
}

.mb-2d5rem {
    margin-bottom: 2.5rem;
}

.mb-2d5rem-i {
    margin-bottom: 2.5rem !important;
}

@media screen and (min-width:1024px) {
    .mb-2d5rem-xl {
        margin-bottom: 2.5rem;
    }

    .mb-2d5rem-xl-i {
        margin-bottom: 2.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-2d5rem-lg {
        margin-bottom: 2.5rem;
    }

    .mb-2d5rem-lg-i {
        margin-bottom: 2.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-2d5rem-md {
        margin-bottom: 2.5rem;
    }

    .mb-2d5rem-md-i {
        margin-bottom: 2.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-2d5rem-sm {
        margin-bottom: 2.5rem;
    }

    .mb-2d5rem-sm-i {
        margin-bottom: 2.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mb-2d5rem-xs {
        margin-bottom: 2.5rem;
    }

    .mb-2d5rem-xs-i {
        margin-bottom: 2.5rem !important;
    }
}

.ml-2d5rem {
    margin-left: 2.5rem;
}

.ml-2d5rem-i {
    margin-left: 2.5rem !important;
}

@media screen and (min-width:1024px) {
    .ml-2d5rem-xl {
        margin-left: 2.5rem;
    }

    .ml-2d5rem-xl-i {
        margin-left: 2.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-2d5rem-lg {
        margin-left: 2.5rem;
    }

    .ml-2d5rem-lg-i {
        margin-left: 2.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-2d5rem-md {
        margin-left: 2.5rem;
    }

    .ml-2d5rem-md-i {
        margin-left: 2.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-2d5rem-sm {
        margin-left: 2.5rem;
    }

    .ml-2d5rem-sm-i {
        margin-left: 2.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .ml-2d5rem-xs {
        margin-left: 2.5rem;
    }

    .ml-2d5rem-xs-i {
        margin-left: 2.5rem !important;
    }
}

.mt-3d5rem {
    margin-top: 3.5rem;
}

.mt-3d5rem-i {
    margin-top: 3.5rem !important;
}

@media screen and (min-width:1024px) {
    .mt-3d5rem-xl {
        margin-top: 3.5rem;
    }

    .mt-3d5rem-xl-i {
        margin-top: 3.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-3d5rem-lg {
        margin-top: 3.5rem;
    }

    .mt-3d5rem-lg-i {
        margin-top: 3.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-3d5rem-md {
        margin-top: 3.5rem;
    }

    .mt-3d5rem-md-i {
        margin-top: 3.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-3d5rem-sm {
        margin-top: 3.5rem;
    }

    .mt-3d5rem-sm-i {
        margin-top: 3.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mt-3d5rem-xs {
        margin-top: 3.5rem;
    }

    .mt-3d5rem-xs-i {
        margin-top: 3.5rem !important;
    }
}

.mr-3d5rem {
    margin-right: 3.5rem;
}

.mr-3d5rem-i {
    margin-right: 3.5rem !important;
}

@media screen and (min-width:1024px) {
    .mr-3d5rem-xl {
        margin-right: 3.5rem;
    }

    .mr-3d5rem-xl-i {
        margin-right: 3.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-3d5rem-lg {
        margin-right: 3.5rem;
    }

    .mr-3d5rem-lg-i {
        margin-right: 3.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-3d5rem-md {
        margin-right: 3.5rem;
    }

    .mr-3d5rem-md-i {
        margin-right: 3.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-3d5rem-sm {
        margin-right: 3.5rem;
    }

    .mr-3d5rem-sm-i {
        margin-right: 3.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mr-3d5rem-xs {
        margin-right: 3.5rem;
    }

    .mr-3d5rem-xs-i {
        margin-right: 3.5rem !important;
    }
}

.mb-3d5rem {
    margin-bottom: 3.5rem;
}

.mb-3d5rem-i {
    margin-bottom: 3.5rem !important;
}

@media screen and (min-width:1024px) {
    .mb-3d5rem-xl {
        margin-bottom: 3.5rem;
    }

    .mb-3d5rem-xl-i {
        margin-bottom: 3.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-3d5rem-lg {
        margin-bottom: 3.5rem;
    }

    .mb-3d5rem-lg-i {
        margin-bottom: 3.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-3d5rem-md {
        margin-bottom: 3.5rem;
    }

    .mb-3d5rem-md-i {
        margin-bottom: 3.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-3d5rem-sm {
        margin-bottom: 3.5rem;
    }

    .mb-3d5rem-sm-i {
        margin-bottom: 3.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mb-3d5rem-xs {
        margin-bottom: 3.5rem;
    }

    .mb-3d5rem-xs-i {
        margin-bottom: 3.5rem !important;
    }
}

.ml-3d5rem {
    margin-left: 3.5rem;
}

.ml-3d5rem-i {
    margin-left: 3.5rem !important;
}

@media screen and (min-width:1024px) {
    .ml-3d5rem-xl {
        margin-left: 3.5rem;
    }

    .ml-3d5rem-xl-i {
        margin-left: 3.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-3d5rem-lg {
        margin-left: 3.5rem;
    }

    .ml-3d5rem-lg-i {
        margin-left: 3.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-3d5rem-md {
        margin-left: 3.5rem;
    }

    .ml-3d5rem-md-i {
        margin-left: 3.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-3d5rem-sm {
        margin-left: 3.5rem;
    }

    .ml-3d5rem-sm-i {
        margin-left: 3.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .ml-3d5rem-xs {
        margin-left: 3.5rem;
    }

    .ml-3d5rem-xs-i {
        margin-left: 3.5rem !important;
    }
}

.mt-4d5rem {
    margin-top: 4.5rem;
}

.mt-4d5rem-i {
    margin-top: 4.5rem !important;
}

@media screen and (min-width:1024px) {
    .mt-4d5rem-xl {
        margin-top: 4.5rem;
    }

    .mt-4d5rem-xl-i {
        margin-top: 4.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-4d5rem-lg {
        margin-top: 4.5rem;
    }

    .mt-4d5rem-lg-i {
        margin-top: 4.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-4d5rem-md {
        margin-top: 4.5rem;
    }

    .mt-4d5rem-md-i {
        margin-top: 4.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-4d5rem-sm {
        margin-top: 4.5rem;
    }

    .mt-4d5rem-sm-i {
        margin-top: 4.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mt-4d5rem-xs {
        margin-top: 4.5rem;
    }

    .mt-4d5rem-xs-i {
        margin-top: 4.5rem !important;
    }
}

.mr-4d5rem {
    margin-right: 4.5rem;
}

.mr-4d5rem-i {
    margin-right: 4.5rem !important;
}

@media screen and (min-width:1024px) {
    .mr-4d5rem-xl {
        margin-right: 4.5rem;
    }

    .mr-4d5rem-xl-i {
        margin-right: 4.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-4d5rem-lg {
        margin-right: 4.5rem;
    }

    .mr-4d5rem-lg-i {
        margin-right: 4.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-4d5rem-md {
        margin-right: 4.5rem;
    }

    .mr-4d5rem-md-i {
        margin-right: 4.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-4d5rem-sm {
        margin-right: 4.5rem;
    }

    .mr-4d5rem-sm-i {
        margin-right: 4.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mr-4d5rem-xs {
        margin-right: 4.5rem;
    }

    .mr-4d5rem-xs-i {
        margin-right: 4.5rem !important;
    }
}

.mb-4d5rem {
    margin-bottom: 4.5rem;
}

.mb-4d5rem-i {
    margin-bottom: 4.5rem !important;
}

@media screen and (min-width:1024px) {
    .mb-4d5rem-xl {
        margin-bottom: 4.5rem;
    }

    .mb-4d5rem-xl-i {
        margin-bottom: 4.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-4d5rem-lg {
        margin-bottom: 4.5rem;
    }

    .mb-4d5rem-lg-i {
        margin-bottom: 4.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-4d5rem-md {
        margin-bottom: 4.5rem;
    }

    .mb-4d5rem-md-i {
        margin-bottom: 4.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-4d5rem-sm {
        margin-bottom: 4.5rem;
    }

    .mb-4d5rem-sm-i {
        margin-bottom: 4.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mb-4d5rem-xs {
        margin-bottom: 4.5rem;
    }

    .mb-4d5rem-xs-i {
        margin-bottom: 4.5rem !important;
    }
}

.ml-4d5rem {
    margin-left: 4.5rem;
}

.ml-4d5rem-i {
    margin-left: 4.5rem !important;
}

@media screen and (min-width:1024px) {
    .ml-4d5rem-xl {
        margin-left: 4.5rem;
    }

    .ml-4d5rem-xl-i {
        margin-left: 4.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-4d5rem-lg {
        margin-left: 4.5rem;
    }

    .ml-4d5rem-lg-i {
        margin-left: 4.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-4d5rem-md {
        margin-left: 4.5rem;
    }

    .ml-4d5rem-md-i {
        margin-left: 4.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-4d5rem-sm {
        margin-left: 4.5rem;
    }

    .ml-4d5rem-sm-i {
        margin-left: 4.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .ml-4d5rem-xs {
        margin-left: 4.5rem;
    }

    .ml-4d5rem-xs-i {
        margin-left: 4.5rem !important;
    }
}

.mt-5d5rem {
    margin-top: 5.5rem;
}

.mt-5d5rem-i {
    margin-top: 5.5rem !important;
}

@media screen and (min-width:1024px) {
    .mt-5d5rem-xl {
        margin-top: 5.5rem;
    }

    .mt-5d5rem-xl-i {
        margin-top: 5.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-5d5rem-lg {
        margin-top: 5.5rem;
    }

    .mt-5d5rem-lg-i {
        margin-top: 5.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-5d5rem-md {
        margin-top: 5.5rem;
    }

    .mt-5d5rem-md-i {
        margin-top: 5.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-5d5rem-sm {
        margin-top: 5.5rem;
    }

    .mt-5d5rem-sm-i {
        margin-top: 5.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mt-5d5rem-xs {
        margin-top: 5.5rem;
    }

    .mt-5d5rem-xs-i {
        margin-top: 5.5rem !important;
    }
}

.mr-5d5rem {
    margin-right: 5.5rem;
}

.mr-5d5rem-i {
    margin-right: 5.5rem !important;
}

@media screen and (min-width:1024px) {
    .mr-5d5rem-xl {
        margin-right: 5.5rem;
    }

    .mr-5d5rem-xl-i {
        margin-right: 5.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-5d5rem-lg {
        margin-right: 5.5rem;
    }

    .mr-5d5rem-lg-i {
        margin-right: 5.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-5d5rem-md {
        margin-right: 5.5rem;
    }

    .mr-5d5rem-md-i {
        margin-right: 5.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-5d5rem-sm {
        margin-right: 5.5rem;
    }

    .mr-5d5rem-sm-i {
        margin-right: 5.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mr-5d5rem-xs {
        margin-right: 5.5rem;
    }

    .mr-5d5rem-xs-i {
        margin-right: 5.5rem !important;
    }
}

.mb-5d5rem {
    margin-bottom: 5.5rem;
}

.mb-5d5rem-i {
    margin-bottom: 5.5rem !important;
}

@media screen and (min-width:1024px) {
    .mb-5d5rem-xl {
        margin-bottom: 5.5rem;
    }

    .mb-5d5rem-xl-i {
        margin-bottom: 5.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-5d5rem-lg {
        margin-bottom: 5.5rem;
    }

    .mb-5d5rem-lg-i {
        margin-bottom: 5.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-5d5rem-md {
        margin-bottom: 5.5rem;
    }

    .mb-5d5rem-md-i {
        margin-bottom: 5.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-5d5rem-sm {
        margin-bottom: 5.5rem;
    }

    .mb-5d5rem-sm-i {
        margin-bottom: 5.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mb-5d5rem-xs {
        margin-bottom: 5.5rem;
    }

    .mb-5d5rem-xs-i {
        margin-bottom: 5.5rem !important;
    }
}

.ml-5d5rem {
    margin-left: 5.5rem;
}

.ml-5d5rem-i {
    margin-left: 5.5rem !important;
}

@media screen and (min-width:1024px) {
    .ml-5d5rem-xl {
        margin-left: 5.5rem;
    }

    .ml-5d5rem-xl-i {
        margin-left: 5.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-5d5rem-lg {
        margin-left: 5.5rem;
    }

    .ml-5d5rem-lg-i {
        margin-left: 5.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-5d5rem-md {
        margin-left: 5.5rem;
    }

    .ml-5d5rem-md-i {
        margin-left: 5.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-5d5rem-sm {
        margin-left: 5.5rem;
    }

    .ml-5d5rem-sm-i {
        margin-left: 5.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .ml-5d5rem-xs {
        margin-left: 5.5rem;
    }

    .ml-5d5rem-xs-i {
        margin-left: 5.5rem !important;
    }
}

.mt-6d5rem {
    margin-top: 6.5rem;
}

.mt-6d5rem-i {
    margin-top: 6.5rem !important;
}

@media screen and (min-width:1024px) {
    .mt-6d5rem-xl {
        margin-top: 6.5rem;
    }

    .mt-6d5rem-xl-i {
        margin-top: 6.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-6d5rem-lg {
        margin-top: 6.5rem;
    }

    .mt-6d5rem-lg-i {
        margin-top: 6.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-6d5rem-md {
        margin-top: 6.5rem;
    }

    .mt-6d5rem-md-i {
        margin-top: 6.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-6d5rem-sm {
        margin-top: 6.5rem;
    }

    .mt-6d5rem-sm-i {
        margin-top: 6.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mt-6d5rem-xs {
        margin-top: 6.5rem;
    }

    .mt-6d5rem-xs-i {
        margin-top: 6.5rem !important;
    }
}

.mr-6d5rem {
    margin-right: 6.5rem;
}

.mr-6d5rem-i {
    margin-right: 6.5rem !important;
}

@media screen and (min-width:1024px) {
    .mr-6d5rem-xl {
        margin-right: 6.5rem;
    }

    .mr-6d5rem-xl-i {
        margin-right: 6.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-6d5rem-lg {
        margin-right: 6.5rem;
    }

    .mr-6d5rem-lg-i {
        margin-right: 6.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-6d5rem-md {
        margin-right: 6.5rem;
    }

    .mr-6d5rem-md-i {
        margin-right: 6.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-6d5rem-sm {
        margin-right: 6.5rem;
    }

    .mr-6d5rem-sm-i {
        margin-right: 6.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mr-6d5rem-xs {
        margin-right: 6.5rem;
    }

    .mr-6d5rem-xs-i {
        margin-right: 6.5rem !important;
    }
}

.mb-6d5rem {
    margin-bottom: 6.5rem;
}

.mb-6d5rem-i {
    margin-bottom: 6.5rem !important;
}

@media screen and (min-width:1024px) {
    .mb-6d5rem-xl {
        margin-bottom: 6.5rem;
    }

    .mb-6d5rem-xl-i {
        margin-bottom: 6.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-6d5rem-lg {
        margin-bottom: 6.5rem;
    }

    .mb-6d5rem-lg-i {
        margin-bottom: 6.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-6d5rem-md {
        margin-bottom: 6.5rem;
    }

    .mb-6d5rem-md-i {
        margin-bottom: 6.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-6d5rem-sm {
        margin-bottom: 6.5rem;
    }

    .mb-6d5rem-sm-i {
        margin-bottom: 6.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mb-6d5rem-xs {
        margin-bottom: 6.5rem;
    }

    .mb-6d5rem-xs-i {
        margin-bottom: 6.5rem !important;
    }
}

.ml-6d5rem {
    margin-left: 6.5rem;
}

.ml-6d5rem-i {
    margin-left: 6.5rem !important;
}

@media screen and (min-width:1024px) {
    .ml-6d5rem-xl {
        margin-left: 6.5rem;
    }

    .ml-6d5rem-xl-i {
        margin-left: 6.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-6d5rem-lg {
        margin-left: 6.5rem;
    }

    .ml-6d5rem-lg-i {
        margin-left: 6.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-6d5rem-md {
        margin-left: 6.5rem;
    }

    .ml-6d5rem-md-i {
        margin-left: 6.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-6d5rem-sm {
        margin-left: 6.5rem;
    }

    .ml-6d5rem-sm-i {
        margin-left: 6.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .ml-6d5rem-xs {
        margin-left: 6.5rem;
    }

    .ml-6d5rem-xs-i {
        margin-left: 6.5rem !important;
    }
}

.mt-7d5rem {
    margin-top: 7.5rem;
}

.mt-7d5rem-i {
    margin-top: 7.5rem !important;
}

@media screen and (min-width:1024px) {
    .mt-7d5rem-xl {
        margin-top: 7.5rem;
    }

    .mt-7d5rem-xl-i {
        margin-top: 7.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-7d5rem-lg {
        margin-top: 7.5rem;
    }

    .mt-7d5rem-lg-i {
        margin-top: 7.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-7d5rem-md {
        margin-top: 7.5rem;
    }

    .mt-7d5rem-md-i {
        margin-top: 7.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-7d5rem-sm {
        margin-top: 7.5rem;
    }

    .mt-7d5rem-sm-i {
        margin-top: 7.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mt-7d5rem-xs {
        margin-top: 7.5rem;
    }

    .mt-7d5rem-xs-i {
        margin-top: 7.5rem !important;
    }
}

.mr-7d5rem {
    margin-right: 7.5rem;
}

.mr-7d5rem-i {
    margin-right: 7.5rem !important;
}

@media screen and (min-width:1024px) {
    .mr-7d5rem-xl {
        margin-right: 7.5rem;
    }

    .mr-7d5rem-xl-i {
        margin-right: 7.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-7d5rem-lg {
        margin-right: 7.5rem;
    }

    .mr-7d5rem-lg-i {
        margin-right: 7.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-7d5rem-md {
        margin-right: 7.5rem;
    }

    .mr-7d5rem-md-i {
        margin-right: 7.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-7d5rem-sm {
        margin-right: 7.5rem;
    }

    .mr-7d5rem-sm-i {
        margin-right: 7.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mr-7d5rem-xs {
        margin-right: 7.5rem;
    }

    .mr-7d5rem-xs-i {
        margin-right: 7.5rem !important;
    }
}

.mb-7d5rem {
    margin-bottom: 7.5rem;
}

.mb-7d5rem-i {
    margin-bottom: 7.5rem !important;
}

@media screen and (min-width:1024px) {
    .mb-7d5rem-xl {
        margin-bottom: 7.5rem;
    }

    .mb-7d5rem-xl-i {
        margin-bottom: 7.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-7d5rem-lg {
        margin-bottom: 7.5rem;
    }

    .mb-7d5rem-lg-i {
        margin-bottom: 7.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-7d5rem-md {
        margin-bottom: 7.5rem;
    }

    .mb-7d5rem-md-i {
        margin-bottom: 7.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-7d5rem-sm {
        margin-bottom: 7.5rem;
    }

    .mb-7d5rem-sm-i {
        margin-bottom: 7.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mb-7d5rem-xs {
        margin-bottom: 7.5rem;
    }

    .mb-7d5rem-xs-i {
        margin-bottom: 7.5rem !important;
    }
}

.ml-7d5rem {
    margin-left: 7.5rem;
}

.ml-7d5rem-i {
    margin-left: 7.5rem !important;
}

@media screen and (min-width:1024px) {
    .ml-7d5rem-xl {
        margin-left: 7.5rem;
    }

    .ml-7d5rem-xl-i {
        margin-left: 7.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-7d5rem-lg {
        margin-left: 7.5rem;
    }

    .ml-7d5rem-lg-i {
        margin-left: 7.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-7d5rem-md {
        margin-left: 7.5rem;
    }

    .ml-7d5rem-md-i {
        margin-left: 7.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-7d5rem-sm {
        margin-left: 7.5rem;
    }

    .ml-7d5rem-sm-i {
        margin-left: 7.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .ml-7d5rem-xs {
        margin-left: 7.5rem;
    }

    .ml-7d5rem-xs-i {
        margin-left: 7.5rem !important;
    }
}

.mt-8d5rem {
    margin-top: 8.5rem;
}

.mt-8d5rem-i {
    margin-top: 8.5rem !important;
}

@media screen and (min-width:1024px) {
    .mt-8d5rem-xl {
        margin-top: 8.5rem;
    }

    .mt-8d5rem-xl-i {
        margin-top: 8.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-8d5rem-lg {
        margin-top: 8.5rem;
    }

    .mt-8d5rem-lg-i {
        margin-top: 8.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-8d5rem-md {
        margin-top: 8.5rem;
    }

    .mt-8d5rem-md-i {
        margin-top: 8.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-8d5rem-sm {
        margin-top: 8.5rem;
    }

    .mt-8d5rem-sm-i {
        margin-top: 8.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mt-8d5rem-xs {
        margin-top: 8.5rem;
    }

    .mt-8d5rem-xs-i {
        margin-top: 8.5rem !important;
    }
}

.mr-8d5rem {
    margin-right: 8.5rem;
}

.mr-8d5rem-i {
    margin-right: 8.5rem !important;
}

@media screen and (min-width:1024px) {
    .mr-8d5rem-xl {
        margin-right: 8.5rem;
    }

    .mr-8d5rem-xl-i {
        margin-right: 8.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-8d5rem-lg {
        margin-right: 8.5rem;
    }

    .mr-8d5rem-lg-i {
        margin-right: 8.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-8d5rem-md {
        margin-right: 8.5rem;
    }

    .mr-8d5rem-md-i {
        margin-right: 8.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-8d5rem-sm {
        margin-right: 8.5rem;
    }

    .mr-8d5rem-sm-i {
        margin-right: 8.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mr-8d5rem-xs {
        margin-right: 8.5rem;
    }

    .mr-8d5rem-xs-i {
        margin-right: 8.5rem !important;
    }
}

.mb-8d5rem {
    margin-bottom: 8.5rem;
}

.mb-8d5rem-i {
    margin-bottom: 8.5rem !important;
}

@media screen and (min-width:1024px) {
    .mb-8d5rem-xl {
        margin-bottom: 8.5rem;
    }

    .mb-8d5rem-xl-i {
        margin-bottom: 8.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-8d5rem-lg {
        margin-bottom: 8.5rem;
    }

    .mb-8d5rem-lg-i {
        margin-bottom: 8.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-8d5rem-md {
        margin-bottom: 8.5rem;
    }

    .mb-8d5rem-md-i {
        margin-bottom: 8.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-8d5rem-sm {
        margin-bottom: 8.5rem;
    }

    .mb-8d5rem-sm-i {
        margin-bottom: 8.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mb-8d5rem-xs {
        margin-bottom: 8.5rem;
    }

    .mb-8d5rem-xs-i {
        margin-bottom: 8.5rem !important;
    }
}

.ml-8d5rem {
    margin-left: 8.5rem;
}

.ml-8d5rem-i {
    margin-left: 8.5rem !important;
}

@media screen and (min-width:1024px) {
    .ml-8d5rem-xl {
        margin-left: 8.5rem;
    }

    .ml-8d5rem-xl-i {
        margin-left: 8.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-8d5rem-lg {
        margin-left: 8.5rem;
    }

    .ml-8d5rem-lg-i {
        margin-left: 8.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-8d5rem-md {
        margin-left: 8.5rem;
    }

    .ml-8d5rem-md-i {
        margin-left: 8.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-8d5rem-sm {
        margin-left: 8.5rem;
    }

    .ml-8d5rem-sm-i {
        margin-left: 8.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .ml-8d5rem-xs {
        margin-left: 8.5rem;
    }

    .ml-8d5rem-xs-i {
        margin-left: 8.5rem !important;
    }
}

.mt-9d5rem {
    margin-top: 9.5rem;
}

.mt-9d5rem-i {
    margin-top: 9.5rem !important;
}

@media screen and (min-width:1024px) {
    .mt-9d5rem-xl {
        margin-top: 9.5rem;
    }

    .mt-9d5rem-xl-i {
        margin-top: 9.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mt-9d5rem-lg {
        margin-top: 9.5rem;
    }

    .mt-9d5rem-lg-i {
        margin-top: 9.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mt-9d5rem-md {
        margin-top: 9.5rem;
    }

    .mt-9d5rem-md-i {
        margin-top: 9.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mt-9d5rem-sm {
        margin-top: 9.5rem;
    }

    .mt-9d5rem-sm-i {
        margin-top: 9.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mt-9d5rem-xs {
        margin-top: 9.5rem;
    }

    .mt-9d5rem-xs-i {
        margin-top: 9.5rem !important;
    }
}

.mr-9d5rem {
    margin-right: 9.5rem;
}

.mr-9d5rem-i {
    margin-right: 9.5rem !important;
}

@media screen and (min-width:1024px) {
    .mr-9d5rem-xl {
        margin-right: 9.5rem;
    }

    .mr-9d5rem-xl-i {
        margin-right: 9.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mr-9d5rem-lg {
        margin-right: 9.5rem;
    }

    .mr-9d5rem-lg-i {
        margin-right: 9.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mr-9d5rem-md {
        margin-right: 9.5rem;
    }

    .mr-9d5rem-md-i {
        margin-right: 9.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mr-9d5rem-sm {
        margin-right: 9.5rem;
    }

    .mr-9d5rem-sm-i {
        margin-right: 9.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mr-9d5rem-xs {
        margin-right: 9.5rem;
    }

    .mr-9d5rem-xs-i {
        margin-right: 9.5rem !important;
    }
}

.mb-9d5rem {
    margin-bottom: 9.5rem;
}

.mb-9d5rem-i {
    margin-bottom: 9.5rem !important;
}

@media screen and (min-width:1024px) {
    .mb-9d5rem-xl {
        margin-bottom: 9.5rem;
    }

    .mb-9d5rem-xl-i {
        margin-bottom: 9.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .mb-9d5rem-lg {
        margin-bottom: 9.5rem;
    }

    .mb-9d5rem-lg-i {
        margin-bottom: 9.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .mb-9d5rem-md {
        margin-bottom: 9.5rem;
    }

    .mb-9d5rem-md-i {
        margin-bottom: 9.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .mb-9d5rem-sm {
        margin-bottom: 9.5rem;
    }

    .mb-9d5rem-sm-i {
        margin-bottom: 9.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .mb-9d5rem-xs {
        margin-bottom: 9.5rem;
    }

    .mb-9d5rem-xs-i {
        margin-bottom: 9.5rem !important;
    }
}

.ml-9d5rem {
    margin-left: 9.5rem;
}

.ml-9d5rem-i {
    margin-left: 9.5rem !important;
}

@media screen and (min-width:1024px) {
    .ml-9d5rem-xl {
        margin-left: 9.5rem;
    }

    .ml-9d5rem-xl-i {
        margin-left: 9.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .ml-9d5rem-lg {
        margin-left: 9.5rem;
    }

    .ml-9d5rem-lg-i {
        margin-left: 9.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .ml-9d5rem-md {
        margin-left: 9.5rem;
    }

    .ml-9d5rem-md-i {
        margin-left: 9.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .ml-9d5rem-sm {
        margin-left: 9.5rem;
    }

    .ml-9d5rem-sm-i {
        margin-left: 9.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .ml-9d5rem-xs {
        margin-left: 9.5rem;
    }

    .ml-9d5rem-xs-i {
        margin-left: 9.5rem !important;
    }
}

.pt-0px {
    padding-top: 0;
}

.pt-0px-i {
    padding-top: 0 !important;
}

@media screen and (min-width:1024px) {
    .pt-0px-xl {
        padding-top: 0;
    }

    .pt-0px-xl-i {
        padding-top: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-0px-lg {
        padding-top: 0;
    }

    .pt-0px-lg-i {
        padding-top: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-0px-md {
        padding-top: 0;
    }

    .pt-0px-md-i {
        padding-top: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-0px-sm {
        padding-top: 0;
    }

    .pt-0px-sm-i {
        padding-top: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .pt-0px-xs {
        padding-top: 0;
    }

    .pt-0px-xs-i {
        padding-top: 0 !important;
    }
}

.pr-0px {
    padding-right: 0;
}

.pr-0px-i {
    padding-right: 0 !important;
}

@media screen and (min-width:1024px) {
    .pr-0px-xl {
        padding-right: 0;
    }

    .pr-0px-xl-i {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-0px-lg {
        padding-right: 0;
    }

    .pr-0px-lg-i {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-0px-md {
        padding-right: 0;
    }

    .pr-0px-md-i {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-0px-sm {
        padding-right: 0;
    }

    .pr-0px-sm-i {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .pr-0px-xs {
        padding-right: 0;
    }

    .pr-0px-xs-i {
        padding-right: 0 !important;
    }
}

.pb-0px {
    padding-bottom: 0;
}

.pb-0px-i {
    padding-bottom: 0 !important;
}

@media screen and (min-width:1024px) {
    .pb-0px-xl {
        padding-bottom: 0;
    }

    .pb-0px-xl-i {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-0px-lg {
        padding-bottom: 0;
    }

    .pb-0px-lg-i {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-0px-md {
        padding-bottom: 0;
    }

    .pb-0px-md-i {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-0px-sm {
        padding-bottom: 0;
    }

    .pb-0px-sm-i {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .pb-0px-xs {
        padding-bottom: 0;
    }

    .pb-0px-xs-i {
        padding-bottom: 0 !important;
    }
}

.pl-0px {
    padding-left: 0;
}

.pl-0px-i {
    padding-left: 0 !important;
}

@media screen and (min-width:1024px) {
    .pl-0px-xl {
        padding-left: 0;
    }

    .pl-0px-xl-i {
        padding-left: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-0px-lg {
        padding-left: 0;
    }

    .pl-0px-lg-i {
        padding-left: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-0px-md {
        padding-left: 0;
    }

    .pl-0px-md-i {
        padding-left: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-0px-sm {
        padding-left: 0;
    }

    .pl-0px-sm-i {
        padding-left: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .pl-0px-xs {
        padding-left: 0;
    }

    .pl-0px-xs-i {
        padding-left: 0 !important;
    }
}

.pt-5px {
    padding-top: 5px;
}

.pt-5px-i {
    padding-top: 5px !important;
}

@media screen and (min-width:1024px) {
    .pt-5px-xl {
        padding-top: 5px;
    }

    .pt-5px-xl-i {
        padding-top: 5px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-5px-lg {
        padding-top: 5px;
    }

    .pt-5px-lg-i {
        padding-top: 5px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-5px-md {
        padding-top: 5px;
    }

    .pt-5px-md-i {
        padding-top: 5px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-5px-sm {
        padding-top: 5px;
    }

    .pt-5px-sm-i {
        padding-top: 5px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-5px-xs {
        padding-top: 5px;
    }

    .pt-5px-xs-i {
        padding-top: 5px !important;
    }
}

.pr-5px {
    padding-right: 5px;
}

.pr-5px-i {
    padding-right: 5px !important;
}

@media screen and (min-width:1024px) {
    .pr-5px-xl {
        padding-right: 5px;
    }

    .pr-5px-xl-i {
        padding-right: 5px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-5px-lg {
        padding-right: 5px;
    }

    .pr-5px-lg-i {
        padding-right: 5px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-5px-md {
        padding-right: 5px;
    }

    .pr-5px-md-i {
        padding-right: 5px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-5px-sm {
        padding-right: 5px;
    }

    .pr-5px-sm-i {
        padding-right: 5px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-5px-xs {
        padding-right: 5px;
    }

    .pr-5px-xs-i {
        padding-right: 5px !important;
    }
}

.pb-5px {
    padding-bottom: 5px;
}

.pb-5px-i {
    padding-bottom: 5px !important;
}

@media screen and (min-width:1024px) {
    .pb-5px-xl {
        padding-bottom: 5px;
    }

    .pb-5px-xl-i {
        padding-bottom: 5px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-5px-lg {
        padding-bottom: 5px;
    }

    .pb-5px-lg-i {
        padding-bottom: 5px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-5px-md {
        padding-bottom: 5px;
    }

    .pb-5px-md-i {
        padding-bottom: 5px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-5px-sm {
        padding-bottom: 5px;
    }

    .pb-5px-sm-i {
        padding-bottom: 5px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-5px-xs {
        padding-bottom: 5px;
    }

    .pb-5px-xs-i {
        padding-bottom: 5px !important;
    }
}

.pl-5px {
    padding-left: 5px;
}

.pl-5px-i {
    padding-left: 5px !important;
}

@media screen and (min-width:1024px) {
    .pl-5px-xl {
        padding-left: 5px;
    }

    .pl-5px-xl-i {
        padding-left: 5px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-5px-lg {
        padding-left: 5px;
    }

    .pl-5px-lg-i {
        padding-left: 5px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-5px-md {
        padding-left: 5px;
    }

    .pl-5px-md-i {
        padding-left: 5px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-5px-sm {
        padding-left: 5px;
    }

    .pl-5px-sm-i {
        padding-left: 5px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-5px-xs {
        padding-left: 5px;
    }

    .pl-5px-xs-i {
        padding-left: 5px !important;
    }
}

.pt-8px {
    padding-top: 8px;
}

.pt-8px-i {
    padding-top: 8px !important;
}

@media screen and (min-width:1024px) {
    .pt-8px-xl {
        padding-top: 8px;
    }

    .pt-8px-xl-i {
        padding-top: 8px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-8px-lg {
        padding-top: 8px;
    }

    .pt-8px-lg-i {
        padding-top: 8px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-8px-md {
        padding-top: 8px;
    }

    .pt-8px-md-i {
        padding-top: 8px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-8px-sm {
        padding-top: 8px;
    }

    .pt-8px-sm-i {
        padding-top: 8px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-8px-xs {
        padding-top: 8px;
    }

    .pt-8px-xs-i {
        padding-top: 8px !important;
    }
}

.pr-8px {
    padding-right: 8px;
}

.pr-8px-i {
    padding-right: 8px !important;
}

@media screen and (min-width:1024px) {
    .pr-8px-xl {
        padding-right: 8px;
    }

    .pr-8px-xl-i {
        padding-right: 8px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-8px-lg {
        padding-right: 8px;
    }

    .pr-8px-lg-i {
        padding-right: 8px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-8px-md {
        padding-right: 8px;
    }

    .pr-8px-md-i {
        padding-right: 8px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-8px-sm {
        padding-right: 8px;
    }

    .pr-8px-sm-i {
        padding-right: 8px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-8px-xs {
        padding-right: 8px;
    }

    .pr-8px-xs-i {
        padding-right: 8px !important;
    }
}

.pb-8px {
    padding-bottom: 8px;
}

.pb-8px-i {
    padding-bottom: 8px !important;
}

@media screen and (min-width:1024px) {
    .pb-8px-xl {
        padding-bottom: 8px;
    }

    .pb-8px-xl-i {
        padding-bottom: 8px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-8px-lg {
        padding-bottom: 8px;
    }

    .pb-8px-lg-i {
        padding-bottom: 8px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-8px-md {
        padding-bottom: 8px;
    }

    .pb-8px-md-i {
        padding-bottom: 8px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-8px-sm {
        padding-bottom: 8px;
    }

    .pb-8px-sm-i {
        padding-bottom: 8px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-8px-xs {
        padding-bottom: 8px;
    }

    .pb-8px-xs-i {
        padding-bottom: 8px !important;
    }
}

.pl-8px {
    padding-left: 8px;
}

.pl-8px-i {
    padding-left: 8px !important;
}

@media screen and (min-width:1024px) {
    .pl-8px-xl {
        padding-left: 8px;
    }

    .pl-8px-xl-i {
        padding-left: 8px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-8px-lg {
        padding-left: 8px;
    }

    .pl-8px-lg-i {
        padding-left: 8px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-8px-md {
        padding-left: 8px;
    }

    .pl-8px-md-i {
        padding-left: 8px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-8px-sm {
        padding-left: 8px;
    }

    .pl-8px-sm-i {
        padding-left: 8px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-8px-xs {
        padding-left: 8px;
    }

    .pl-8px-xs-i {
        padding-left: 8px !important;
    }
}

.pt-10px {
    padding-top: 10px;
}

.pt-10px-i {
    padding-top: 10px !important;
}

@media screen and (min-width:1024px) {
    .pt-10px-xl {
        padding-top: 10px;
    }

    .pt-10px-xl-i {
        padding-top: 10px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-10px-lg {
        padding-top: 10px;
    }

    .pt-10px-lg-i {
        padding-top: 10px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-10px-md {
        padding-top: 10px;
    }

    .pt-10px-md-i {
        padding-top: 10px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-10px-sm {
        padding-top: 10px;
    }

    .pt-10px-sm-i {
        padding-top: 10px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-10px-xs {
        padding-top: 10px;
    }

    .pt-10px-xs-i {
        padding-top: 10px !important;
    }
}

.pr-10px {
    padding-right: 10px;
}

.pr-10px-i {
    padding-right: 10px !important;
}

@media screen and (min-width:1024px) {
    .pr-10px-xl {
        padding-right: 10px;
    }

    .pr-10px-xl-i {
        padding-right: 10px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-10px-lg {
        padding-right: 10px;
    }

    .pr-10px-lg-i {
        padding-right: 10px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-10px-md {
        padding-right: 10px;
    }

    .pr-10px-md-i {
        padding-right: 10px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-10px-sm {
        padding-right: 10px;
    }

    .pr-10px-sm-i {
        padding-right: 10px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-10px-xs {
        padding-right: 10px;
    }

    .pr-10px-xs-i {
        padding-right: 10px !important;
    }
}

.pb-10px {
    padding-bottom: 10px;
}

.pb-10px-i {
    padding-bottom: 10px !important;
}

@media screen and (min-width:1024px) {
    .pb-10px-xl {
        padding-bottom: 10px;
    }

    .pb-10px-xl-i {
        padding-bottom: 10px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-10px-lg {
        padding-bottom: 10px;
    }

    .pb-10px-lg-i {
        padding-bottom: 10px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-10px-md {
        padding-bottom: 10px;
    }

    .pb-10px-md-i {
        padding-bottom: 10px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-10px-sm {
        padding-bottom: 10px;
    }

    .pb-10px-sm-i {
        padding-bottom: 10px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-10px-xs {
        padding-bottom: 10px;
    }

    .pb-10px-xs-i {
        padding-bottom: 10px !important;
    }
}

.pl-10px {
    padding-left: 10px;
}

.pl-10px-i {
    padding-left: 10px !important;
}

@media screen and (min-width:1024px) {
    .pl-10px-xl {
        padding-left: 10px;
    }

    .pl-10px-xl-i {
        padding-left: 10px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-10px-lg {
        padding-left: 10px;
    }

    .pl-10px-lg-i {
        padding-left: 10px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-10px-md {
        padding-left: 10px;
    }

    .pl-10px-md-i {
        padding-left: 10px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-10px-sm {
        padding-left: 10px;
    }

    .pl-10px-sm-i {
        padding-left: 10px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-10px-xs {
        padding-left: 10px;
    }

    .pl-10px-xs-i {
        padding-left: 10px !important;
    }
}

.pt-15px {
    padding-top: 15px;
}

.pt-15px-i {
    padding-top: 15px !important;
}

@media screen and (min-width:1024px) {
    .pt-15px-xl {
        padding-top: 15px;
    }

    .pt-15px-xl-i {
        padding-top: 15px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-15px-lg {
        padding-top: 15px;
    }

    .pt-15px-lg-i {
        padding-top: 15px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-15px-md {
        padding-top: 15px;
    }

    .pt-15px-md-i {
        padding-top: 15px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-15px-sm {
        padding-top: 15px;
    }

    .pt-15px-sm-i {
        padding-top: 15px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-15px-xs {
        padding-top: 15px;
    }

    .pt-15px-xs-i {
        padding-top: 15px !important;
    }
}

.pr-15px {
    padding-right: 15px;
}

.pr-15px-i {
    padding-right: 15px !important;
}

@media screen and (min-width:1024px) {
    .pr-15px-xl {
        padding-right: 15px;
    }

    .pr-15px-xl-i {
        padding-right: 15px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-15px-lg {
        padding-right: 15px;
    }

    .pr-15px-lg-i {
        padding-right: 15px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-15px-md {
        padding-right: 15px;
    }

    .pr-15px-md-i {
        padding-right: 15px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-15px-sm {
        padding-right: 15px;
    }

    .pr-15px-sm-i {
        padding-right: 15px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-15px-xs {
        padding-right: 15px;
    }

    .pr-15px-xs-i {
        padding-right: 15px !important;
    }
}

.pb-15px {
    padding-bottom: 15px;
}

.pb-15px-i {
    padding-bottom: 15px !important;
}

@media screen and (min-width:1024px) {
    .pb-15px-xl {
        padding-bottom: 15px;
    }

    .pb-15px-xl-i {
        padding-bottom: 15px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-15px-lg {
        padding-bottom: 15px;
    }

    .pb-15px-lg-i {
        padding-bottom: 15px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-15px-md {
        padding-bottom: 15px;
    }

    .pb-15px-md-i {
        padding-bottom: 15px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-15px-sm {
        padding-bottom: 15px;
    }

    .pb-15px-sm-i {
        padding-bottom: 15px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-15px-xs {
        padding-bottom: 15px;
    }

    .pb-15px-xs-i {
        padding-bottom: 15px !important;
    }
}

.pl-15px {
    padding-left: 15px;
}

.pl-15px-i {
    padding-left: 15px !important;
}

@media screen and (min-width:1024px) {
    .pl-15px-xl {
        padding-left: 15px;
    }

    .pl-15px-xl-i {
        padding-left: 15px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-15px-lg {
        padding-left: 15px;
    }

    .pl-15px-lg-i {
        padding-left: 15px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-15px-md {
        padding-left: 15px;
    }

    .pl-15px-md-i {
        padding-left: 15px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-15px-sm {
        padding-left: 15px;
    }

    .pl-15px-sm-i {
        padding-left: 15px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-15px-xs {
        padding-left: 15px;
    }

    .pl-15px-xs-i {
        padding-left: 15px !important;
    }
}

.pt-16px {
    padding-top: 16px;
}

.pt-16px-i {
    padding-top: 16px !important;
}

@media screen and (min-width:1024px) {
    .pt-16px-xl {
        padding-top: 16px;
    }

    .pt-16px-xl-i {
        padding-top: 16px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-16px-lg {
        padding-top: 16px;
    }

    .pt-16px-lg-i {
        padding-top: 16px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-16px-md {
        padding-top: 16px;
    }

    .pt-16px-md-i {
        padding-top: 16px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-16px-sm {
        padding-top: 16px;
    }

    .pt-16px-sm-i {
        padding-top: 16px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-16px-xs {
        padding-top: 16px;
    }

    .pt-16px-xs-i {
        padding-top: 16px !important;
    }
}

.pr-16px {
    padding-right: 16px;
}

.pr-16px-i {
    padding-right: 16px !important;
}

@media screen and (min-width:1024px) {
    .pr-16px-xl {
        padding-right: 16px;
    }

    .pr-16px-xl-i {
        padding-right: 16px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-16px-lg {
        padding-right: 16px;
    }

    .pr-16px-lg-i {
        padding-right: 16px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-16px-md {
        padding-right: 16px;
    }

    .pr-16px-md-i {
        padding-right: 16px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-16px-sm {
        padding-right: 16px;
    }

    .pr-16px-sm-i {
        padding-right: 16px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-16px-xs {
        padding-right: 16px;
    }

    .pr-16px-xs-i {
        padding-right: 16px !important;
    }
}

.pb-16px {
    padding-bottom: 16px;
}

.pb-16px-i {
    padding-bottom: 16px !important;
}

@media screen and (min-width:1024px) {
    .pb-16px-xl {
        padding-bottom: 16px;
    }

    .pb-16px-xl-i {
        padding-bottom: 16px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-16px-lg {
        padding-bottom: 16px;
    }

    .pb-16px-lg-i {
        padding-bottom: 16px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-16px-md {
        padding-bottom: 16px;
    }

    .pb-16px-md-i {
        padding-bottom: 16px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-16px-sm {
        padding-bottom: 16px;
    }

    .pb-16px-sm-i {
        padding-bottom: 16px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-16px-xs {
        padding-bottom: 16px;
    }

    .pb-16px-xs-i {
        padding-bottom: 16px !important;
    }
}

.pl-16px {
    padding-left: 16px;
}

.pl-16px-i {
    padding-left: 16px !important;
}

@media screen and (min-width:1024px) {
    .pl-16px-xl {
        padding-left: 16px;
    }

    .pl-16px-xl-i {
        padding-left: 16px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-16px-lg {
        padding-left: 16px;
    }

    .pl-16px-lg-i {
        padding-left: 16px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-16px-md {
        padding-left: 16px;
    }

    .pl-16px-md-i {
        padding-left: 16px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-16px-sm {
        padding-left: 16px;
    }

    .pl-16px-sm-i {
        padding-left: 16px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-16px-xs {
        padding-left: 16px;
    }

    .pl-16px-xs-i {
        padding-left: 16px !important;
    }
}

.pt-20px {
    padding-top: 20px;
}

.pt-20px-i {
    padding-top: 20px !important;
}

@media screen and (min-width:1024px) {
    .pt-20px-xl {
        padding-top: 20px;
    }

    .pt-20px-xl-i {
        padding-top: 20px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-20px-lg {
        padding-top: 20px;
    }

    .pt-20px-lg-i {
        padding-top: 20px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-20px-md {
        padding-top: 20px;
    }

    .pt-20px-md-i {
        padding-top: 20px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-20px-sm {
        padding-top: 20px;
    }

    .pt-20px-sm-i {
        padding-top: 20px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-20px-xs {
        padding-top: 20px;
    }

    .pt-20px-xs-i {
        padding-top: 20px !important;
    }
}

.pr-20px {
    padding-right: 20px;
}

.pr-20px-i {
    padding-right: 20px !important;
}

@media screen and (min-width:1024px) {
    .pr-20px-xl {
        padding-right: 20px;
    }

    .pr-20px-xl-i {
        padding-right: 20px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-20px-lg {
        padding-right: 20px;
    }

    .pr-20px-lg-i {
        padding-right: 20px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-20px-md {
        padding-right: 20px;
    }

    .pr-20px-md-i {
        padding-right: 20px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-20px-sm {
        padding-right: 20px;
    }

    .pr-20px-sm-i {
        padding-right: 20px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-20px-xs {
        padding-right: 20px;
    }

    .pr-20px-xs-i {
        padding-right: 20px !important;
    }
}

.pb-20px {
    padding-bottom: 20px;
}

.pb-20px-i {
    padding-bottom: 20px !important;
}

@media screen and (min-width:1024px) {
    .pb-20px-xl {
        padding-bottom: 20px;
    }

    .pb-20px-xl-i {
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-20px-lg {
        padding-bottom: 20px;
    }

    .pb-20px-lg-i {
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-20px-md {
        padding-bottom: 20px;
    }

    .pb-20px-md-i {
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-20px-sm {
        padding-bottom: 20px;
    }

    .pb-20px-sm-i {
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-20px-xs {
        padding-bottom: 20px;
    }

    .pb-20px-xs-i {
        padding-bottom: 20px !important;
    }
}

.pl-20px {
    padding-left: 20px;
}

.pl-20px-i {
    padding-left: 20px !important;
}

@media screen and (min-width:1024px) {
    .pl-20px-xl {
        padding-left: 20px;
    }

    .pl-20px-xl-i {
        padding-left: 20px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-20px-lg {
        padding-left: 20px;
    }

    .pl-20px-lg-i {
        padding-left: 20px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-20px-md {
        padding-left: 20px;
    }

    .pl-20px-md-i {
        padding-left: 20px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-20px-sm {
        padding-left: 20px;
    }

    .pl-20px-sm-i {
        padding-left: 20px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-20px-xs {
        padding-left: 20px;
    }

    .pl-20px-xs-i {
        padding-left: 20px !important;
    }
}

.pt-24px {
    padding-top: 24px;
}

.pt-24px-i {
    padding-top: 24px !important;
}

@media screen and (min-width:1024px) {
    .pt-24px-xl {
        padding-top: 24px;
    }

    .pt-24px-xl-i {
        padding-top: 24px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-24px-lg {
        padding-top: 24px;
    }

    .pt-24px-lg-i {
        padding-top: 24px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-24px-md {
        padding-top: 24px;
    }

    .pt-24px-md-i {
        padding-top: 24px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-24px-sm {
        padding-top: 24px;
    }

    .pt-24px-sm-i {
        padding-top: 24px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-24px-xs {
        padding-top: 24px;
    }

    .pt-24px-xs-i {
        padding-top: 24px !important;
    }
}

.pr-24px {
    padding-right: 24px;
}

.pr-24px-i {
    padding-right: 24px !important;
}

@media screen and (min-width:1024px) {
    .pr-24px-xl {
        padding-right: 24px;
    }

    .pr-24px-xl-i {
        padding-right: 24px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-24px-lg {
        padding-right: 24px;
    }

    .pr-24px-lg-i {
        padding-right: 24px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-24px-md {
        padding-right: 24px;
    }

    .pr-24px-md-i {
        padding-right: 24px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-24px-sm {
        padding-right: 24px;
    }

    .pr-24px-sm-i {
        padding-right: 24px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-24px-xs {
        padding-right: 24px;
    }

    .pr-24px-xs-i {
        padding-right: 24px !important;
    }
}

.pb-24px {
    padding-bottom: 24px;
}

.pb-24px-i {
    padding-bottom: 24px !important;
}

@media screen and (min-width:1024px) {
    .pb-24px-xl {
        padding-bottom: 24px;
    }

    .pb-24px-xl-i {
        padding-bottom: 24px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-24px-lg {
        padding-bottom: 24px;
    }

    .pb-24px-lg-i {
        padding-bottom: 24px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-24px-md {
        padding-bottom: 24px;
    }

    .pb-24px-md-i {
        padding-bottom: 24px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-24px-sm {
        padding-bottom: 24px;
    }

    .pb-24px-sm-i {
        padding-bottom: 24px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-24px-xs {
        padding-bottom: 24px;
    }

    .pb-24px-xs-i {
        padding-bottom: 24px !important;
    }
}

.pl-24px {
    padding-left: 24px;
}

.pl-24px-i {
    padding-left: 24px !important;
}

@media screen and (min-width:1024px) {
    .pl-24px-xl {
        padding-left: 24px;
    }

    .pl-24px-xl-i {
        padding-left: 24px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-24px-lg {
        padding-left: 24px;
    }

    .pl-24px-lg-i {
        padding-left: 24px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-24px-md {
        padding-left: 24px;
    }

    .pl-24px-md-i {
        padding-left: 24px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-24px-sm {
        padding-left: 24px;
    }

    .pl-24px-sm-i {
        padding-left: 24px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-24px-xs {
        padding-left: 24px;
    }

    .pl-24px-xs-i {
        padding-left: 24px !important;
    }
}

.pt-25px {
    padding-top: 25px;
}

.pt-25px-i {
    padding-top: 25px !important;
}

@media screen and (min-width:1024px) {
    .pt-25px-xl {
        padding-top: 25px;
    }

    .pt-25px-xl-i {
        padding-top: 25px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-25px-lg {
        padding-top: 25px;
    }

    .pt-25px-lg-i {
        padding-top: 25px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-25px-md {
        padding-top: 25px;
    }

    .pt-25px-md-i {
        padding-top: 25px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-25px-sm {
        padding-top: 25px;
    }

    .pt-25px-sm-i {
        padding-top: 25px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-25px-xs {
        padding-top: 25px;
    }

    .pt-25px-xs-i {
        padding-top: 25px !important;
    }
}

.pr-25px {
    padding-right: 25px;
}

.pr-25px-i {
    padding-right: 25px !important;
}

@media screen and (min-width:1024px) {
    .pr-25px-xl {
        padding-right: 25px;
    }

    .pr-25px-xl-i {
        padding-right: 25px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-25px-lg {
        padding-right: 25px;
    }

    .pr-25px-lg-i {
        padding-right: 25px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-25px-md {
        padding-right: 25px;
    }

    .pr-25px-md-i {
        padding-right: 25px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-25px-sm {
        padding-right: 25px;
    }

    .pr-25px-sm-i {
        padding-right: 25px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-25px-xs {
        padding-right: 25px;
    }

    .pr-25px-xs-i {
        padding-right: 25px !important;
    }
}

.pb-25px {
    padding-bottom: 25px;
}

.pb-25px-i {
    padding-bottom: 25px !important;
}

@media screen and (min-width:1024px) {
    .pb-25px-xl {
        padding-bottom: 25px;
    }

    .pb-25px-xl-i {
        padding-bottom: 25px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-25px-lg {
        padding-bottom: 25px;
    }

    .pb-25px-lg-i {
        padding-bottom: 25px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-25px-md {
        padding-bottom: 25px;
    }

    .pb-25px-md-i {
        padding-bottom: 25px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-25px-sm {
        padding-bottom: 25px;
    }

    .pb-25px-sm-i {
        padding-bottom: 25px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-25px-xs {
        padding-bottom: 25px;
    }

    .pb-25px-xs-i {
        padding-bottom: 25px !important;
    }
}

.pl-25px {
    padding-left: 25px;
}

.pl-25px-i {
    padding-left: 25px !important;
}

@media screen and (min-width:1024px) {
    .pl-25px-xl {
        padding-left: 25px;
    }

    .pl-25px-xl-i {
        padding-left: 25px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-25px-lg {
        padding-left: 25px;
    }

    .pl-25px-lg-i {
        padding-left: 25px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-25px-md {
        padding-left: 25px;
    }

    .pl-25px-md-i {
        padding-left: 25px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-25px-sm {
        padding-left: 25px;
    }

    .pl-25px-sm-i {
        padding-left: 25px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-25px-xs {
        padding-left: 25px;
    }

    .pl-25px-xs-i {
        padding-left: 25px !important;
    }
}

.pt-30px {
    padding-top: 30px;
}

.pt-30px-i {
    padding-top: 30px !important;
}

@media screen and (min-width:1024px) {
    .pt-30px-xl {
        padding-top: 30px;
    }

    .pt-30px-xl-i {
        padding-top: 30px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-30px-lg {
        padding-top: 30px;
    }

    .pt-30px-lg-i {
        padding-top: 30px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-30px-md {
        padding-top: 30px;
    }

    .pt-30px-md-i {
        padding-top: 30px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-30px-sm {
        padding-top: 30px;
    }

    .pt-30px-sm-i {
        padding-top: 30px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-30px-xs {
        padding-top: 30px;
    }

    .pt-30px-xs-i {
        padding-top: 30px !important;
    }
}

.pr-30px {
    padding-right: 30px;
}

.pr-30px-i {
    padding-right: 30px !important;
}

@media screen and (min-width:1024px) {
    .pr-30px-xl {
        padding-right: 30px;
    }

    .pr-30px-xl-i {
        padding-right: 30px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-30px-lg {
        padding-right: 30px;
    }

    .pr-30px-lg-i {
        padding-right: 30px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-30px-md {
        padding-right: 30px;
    }

    .pr-30px-md-i {
        padding-right: 30px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-30px-sm {
        padding-right: 30px;
    }

    .pr-30px-sm-i {
        padding-right: 30px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-30px-xs {
        padding-right: 30px;
    }

    .pr-30px-xs-i {
        padding-right: 30px !important;
    }
}

.pb-30px {
    padding-bottom: 30px;
}

.pb-30px-i {
    padding-bottom: 30px !important;
}

@media screen and (min-width:1024px) {
    .pb-30px-xl {
        padding-bottom: 30px;
    }

    .pb-30px-xl-i {
        padding-bottom: 30px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-30px-lg {
        padding-bottom: 30px;
    }

    .pb-30px-lg-i {
        padding-bottom: 30px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-30px-md {
        padding-bottom: 30px;
    }

    .pb-30px-md-i {
        padding-bottom: 30px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-30px-sm {
        padding-bottom: 30px;
    }

    .pb-30px-sm-i {
        padding-bottom: 30px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-30px-xs {
        padding-bottom: 30px;
    }

    .pb-30px-xs-i {
        padding-bottom: 30px !important;
    }
}

.pl-30px {
    padding-left: 30px;
}

.pl-30px-i {
    padding-left: 30px !important;
}

@media screen and (min-width:1024px) {
    .pl-30px-xl {
        padding-left: 30px;
    }

    .pl-30px-xl-i {
        padding-left: 30px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-30px-lg {
        padding-left: 30px;
    }

    .pl-30px-lg-i {
        padding-left: 30px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-30px-md {
        padding-left: 30px;
    }

    .pl-30px-md-i {
        padding-left: 30px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-30px-sm {
        padding-left: 30px;
    }

    .pl-30px-sm-i {
        padding-left: 30px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-30px-xs {
        padding-left: 30px;
    }

    .pl-30px-xs-i {
        padding-left: 30px !important;
    }
}

.pt-32px {
    padding-top: 32px;
}

.pt-32px-i {
    padding-top: 32px !important;
}

@media screen and (min-width:1024px) {
    .pt-32px-xl {
        padding-top: 32px;
    }

    .pt-32px-xl-i {
        padding-top: 32px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-32px-lg {
        padding-top: 32px;
    }

    .pt-32px-lg-i {
        padding-top: 32px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-32px-md {
        padding-top: 32px;
    }

    .pt-32px-md-i {
        padding-top: 32px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-32px-sm {
        padding-top: 32px;
    }

    .pt-32px-sm-i {
        padding-top: 32px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-32px-xs {
        padding-top: 32px;
    }

    .pt-32px-xs-i {
        padding-top: 32px !important;
    }
}

.pr-32px {
    padding-right: 32px;
}

.pr-32px-i {
    padding-right: 32px !important;
}

@media screen and (min-width:1024px) {
    .pr-32px-xl {
        padding-right: 32px;
    }

    .pr-32px-xl-i {
        padding-right: 32px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-32px-lg {
        padding-right: 32px;
    }

    .pr-32px-lg-i {
        padding-right: 32px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-32px-md {
        padding-right: 32px;
    }

    .pr-32px-md-i {
        padding-right: 32px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-32px-sm {
        padding-right: 32px;
    }

    .pr-32px-sm-i {
        padding-right: 32px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-32px-xs {
        padding-right: 32px;
    }

    .pr-32px-xs-i {
        padding-right: 32px !important;
    }
}

.pb-32px {
    padding-bottom: 32px;
}

.pb-32px-i {
    padding-bottom: 32px !important;
}

@media screen and (min-width:1024px) {
    .pb-32px-xl {
        padding-bottom: 32px;
    }

    .pb-32px-xl-i {
        padding-bottom: 32px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-32px-lg {
        padding-bottom: 32px;
    }

    .pb-32px-lg-i {
        padding-bottom: 32px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-32px-md {
        padding-bottom: 32px;
    }

    .pb-32px-md-i {
        padding-bottom: 32px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-32px-sm {
        padding-bottom: 32px;
    }

    .pb-32px-sm-i {
        padding-bottom: 32px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-32px-xs {
        padding-bottom: 32px;
    }

    .pb-32px-xs-i {
        padding-bottom: 32px !important;
    }
}

.pl-32px {
    padding-left: 32px;
}

.pl-32px-i {
    padding-left: 32px !important;
}

@media screen and (min-width:1024px) {
    .pl-32px-xl {
        padding-left: 32px;
    }

    .pl-32px-xl-i {
        padding-left: 32px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-32px-lg {
        padding-left: 32px;
    }

    .pl-32px-lg-i {
        padding-left: 32px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-32px-md {
        padding-left: 32px;
    }

    .pl-32px-md-i {
        padding-left: 32px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-32px-sm {
        padding-left: 32px;
    }

    .pl-32px-sm-i {
        padding-left: 32px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-32px-xs {
        padding-left: 32px;
    }

    .pl-32px-xs-i {
        padding-left: 32px !important;
    }
}

.pt-35px {
    padding-top: 35px;
}

.pt-35px-i {
    padding-top: 35px !important;
}

@media screen and (min-width:1024px) {
    .pt-35px-xl {
        padding-top: 35px;
    }

    .pt-35px-xl-i {
        padding-top: 35px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-35px-lg {
        padding-top: 35px;
    }

    .pt-35px-lg-i {
        padding-top: 35px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-35px-md {
        padding-top: 35px;
    }

    .pt-35px-md-i {
        padding-top: 35px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-35px-sm {
        padding-top: 35px;
    }

    .pt-35px-sm-i {
        padding-top: 35px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-35px-xs {
        padding-top: 35px;
    }

    .pt-35px-xs-i {
        padding-top: 35px !important;
    }
}

.pr-35px {
    padding-right: 35px;
}

.pr-35px-i {
    padding-right: 35px !important;
}

@media screen and (min-width:1024px) {
    .pr-35px-xl {
        padding-right: 35px;
    }

    .pr-35px-xl-i {
        padding-right: 35px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-35px-lg {
        padding-right: 35px;
    }

    .pr-35px-lg-i {
        padding-right: 35px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-35px-md {
        padding-right: 35px;
    }

    .pr-35px-md-i {
        padding-right: 35px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-35px-sm {
        padding-right: 35px;
    }

    .pr-35px-sm-i {
        padding-right: 35px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-35px-xs {
        padding-right: 35px;
    }

    .pr-35px-xs-i {
        padding-right: 35px !important;
    }
}

.pb-35px {
    padding-bottom: 35px;
}

.pb-35px-i {
    padding-bottom: 35px !important;
}

@media screen and (min-width:1024px) {
    .pb-35px-xl {
        padding-bottom: 35px;
    }

    .pb-35px-xl-i {
        padding-bottom: 35px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-35px-lg {
        padding-bottom: 35px;
    }

    .pb-35px-lg-i {
        padding-bottom: 35px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-35px-md {
        padding-bottom: 35px;
    }

    .pb-35px-md-i {
        padding-bottom: 35px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-35px-sm {
        padding-bottom: 35px;
    }

    .pb-35px-sm-i {
        padding-bottom: 35px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-35px-xs {
        padding-bottom: 35px;
    }

    .pb-35px-xs-i {
        padding-bottom: 35px !important;
    }
}

.pl-35px {
    padding-left: 35px;
}

.pl-35px-i {
    padding-left: 35px !important;
}

@media screen and (min-width:1024px) {
    .pl-35px-xl {
        padding-left: 35px;
    }

    .pl-35px-xl-i {
        padding-left: 35px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-35px-lg {
        padding-left: 35px;
    }

    .pl-35px-lg-i {
        padding-left: 35px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-35px-md {
        padding-left: 35px;
    }

    .pl-35px-md-i {
        padding-left: 35px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-35px-sm {
        padding-left: 35px;
    }

    .pl-35px-sm-i {
        padding-left: 35px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-35px-xs {
        padding-left: 35px;
    }

    .pl-35px-xs-i {
        padding-left: 35px !important;
    }
}

.pt-36px {
    padding-top: 36px;
}

.pt-36px-i {
    padding-top: 36px !important;
}

@media screen and (min-width:1024px) {
    .pt-36px-xl {
        padding-top: 36px;
    }

    .pt-36px-xl-i {
        padding-top: 36px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-36px-lg {
        padding-top: 36px;
    }

    .pt-36px-lg-i {
        padding-top: 36px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-36px-md {
        padding-top: 36px;
    }

    .pt-36px-md-i {
        padding-top: 36px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-36px-sm {
        padding-top: 36px;
    }

    .pt-36px-sm-i {
        padding-top: 36px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-36px-xs {
        padding-top: 36px;
    }

    .pt-36px-xs-i {
        padding-top: 36px !important;
    }
}

.pr-36px {
    padding-right: 36px;
}

.pr-36px-i {
    padding-right: 36px !important;
}

@media screen and (min-width:1024px) {
    .pr-36px-xl {
        padding-right: 36px;
    }

    .pr-36px-xl-i {
        padding-right: 36px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-36px-lg {
        padding-right: 36px;
    }

    .pr-36px-lg-i {
        padding-right: 36px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-36px-md {
        padding-right: 36px;
    }

    .pr-36px-md-i {
        padding-right: 36px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-36px-sm {
        padding-right: 36px;
    }

    .pr-36px-sm-i {
        padding-right: 36px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-36px-xs {
        padding-right: 36px;
    }

    .pr-36px-xs-i {
        padding-right: 36px !important;
    }
}

.pb-36px {
    padding-bottom: 36px;
}

.pb-36px-i {
    padding-bottom: 36px !important;
}

@media screen and (min-width:1024px) {
    .pb-36px-xl {
        padding-bottom: 36px;
    }

    .pb-36px-xl-i {
        padding-bottom: 36px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-36px-lg {
        padding-bottom: 36px;
    }

    .pb-36px-lg-i {
        padding-bottom: 36px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-36px-md {
        padding-bottom: 36px;
    }

    .pb-36px-md-i {
        padding-bottom: 36px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-36px-sm {
        padding-bottom: 36px;
    }

    .pb-36px-sm-i {
        padding-bottom: 36px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-36px-xs {
        padding-bottom: 36px;
    }

    .pb-36px-xs-i {
        padding-bottom: 36px !important;
    }
}

.pl-36px {
    padding-left: 36px;
}

.pl-36px-i {
    padding-left: 36px !important;
}

@media screen and (min-width:1024px) {
    .pl-36px-xl {
        padding-left: 36px;
    }

    .pl-36px-xl-i {
        padding-left: 36px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-36px-lg {
        padding-left: 36px;
    }

    .pl-36px-lg-i {
        padding-left: 36px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-36px-md {
        padding-left: 36px;
    }

    .pl-36px-md-i {
        padding-left: 36px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-36px-sm {
        padding-left: 36px;
    }

    .pl-36px-sm-i {
        padding-left: 36px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-36px-xs {
        padding-left: 36px;
    }

    .pl-36px-xs-i {
        padding-left: 36px !important;
    }
}

.pt-38px {
    padding-top: 38px;
}

.pt-38px-i {
    padding-top: 38px !important;
}

@media screen and (min-width:1024px) {
    .pt-38px-xl {
        padding-top: 38px;
    }

    .pt-38px-xl-i {
        padding-top: 38px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-38px-lg {
        padding-top: 38px;
    }

    .pt-38px-lg-i {
        padding-top: 38px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-38px-md {
        padding-top: 38px;
    }

    .pt-38px-md-i {
        padding-top: 38px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-38px-sm {
        padding-top: 38px;
    }

    .pt-38px-sm-i {
        padding-top: 38px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-38px-xs {
        padding-top: 38px;
    }

    .pt-38px-xs-i {
        padding-top: 38px !important;
    }
}

.pr-38px {
    padding-right: 38px;
}

.pr-38px-i {
    padding-right: 38px !important;
}

@media screen and (min-width:1024px) {
    .pr-38px-xl {
        padding-right: 38px;
    }

    .pr-38px-xl-i {
        padding-right: 38px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-38px-lg {
        padding-right: 38px;
    }

    .pr-38px-lg-i {
        padding-right: 38px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-38px-md {
        padding-right: 38px;
    }

    .pr-38px-md-i {
        padding-right: 38px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-38px-sm {
        padding-right: 38px;
    }

    .pr-38px-sm-i {
        padding-right: 38px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-38px-xs {
        padding-right: 38px;
    }

    .pr-38px-xs-i {
        padding-right: 38px !important;
    }
}

.pb-38px {
    padding-bottom: 38px;
}

.pb-38px-i {
    padding-bottom: 38px !important;
}

@media screen and (min-width:1024px) {
    .pb-38px-xl {
        padding-bottom: 38px;
    }

    .pb-38px-xl-i {
        padding-bottom: 38px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-38px-lg {
        padding-bottom: 38px;
    }

    .pb-38px-lg-i {
        padding-bottom: 38px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-38px-md {
        padding-bottom: 38px;
    }

    .pb-38px-md-i {
        padding-bottom: 38px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-38px-sm {
        padding-bottom: 38px;
    }

    .pb-38px-sm-i {
        padding-bottom: 38px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-38px-xs {
        padding-bottom: 38px;
    }

    .pb-38px-xs-i {
        padding-bottom: 38px !important;
    }
}

.pl-38px {
    padding-left: 38px;
}

.pl-38px-i {
    padding-left: 38px !important;
}

@media screen and (min-width:1024px) {
    .pl-38px-xl {
        padding-left: 38px;
    }

    .pl-38px-xl-i {
        padding-left: 38px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-38px-lg {
        padding-left: 38px;
    }

    .pl-38px-lg-i {
        padding-left: 38px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-38px-md {
        padding-left: 38px;
    }

    .pl-38px-md-i {
        padding-left: 38px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-38px-sm {
        padding-left: 38px;
    }

    .pl-38px-sm-i {
        padding-left: 38px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-38px-xs {
        padding-left: 38px;
    }

    .pl-38px-xs-i {
        padding-left: 38px !important;
    }
}

.pt-40px {
    padding-top: 40px;
}

.pt-40px-i {
    padding-top: 40px !important;
}

@media screen and (min-width:1024px) {
    .pt-40px-xl {
        padding-top: 40px;
    }

    .pt-40px-xl-i {
        padding-top: 40px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-40px-lg {
        padding-top: 40px;
    }

    .pt-40px-lg-i {
        padding-top: 40px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-40px-md {
        padding-top: 40px;
    }

    .pt-40px-md-i {
        padding-top: 40px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-40px-sm {
        padding-top: 40px;
    }

    .pt-40px-sm-i {
        padding-top: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-40px-xs {
        padding-top: 40px;
    }

    .pt-40px-xs-i {
        padding-top: 40px !important;
    }
}

.pr-40px {
    padding-right: 40px;
}

.pr-40px-i {
    padding-right: 40px !important;
}

@media screen and (min-width:1024px) {
    .pr-40px-xl {
        padding-right: 40px;
    }

    .pr-40px-xl-i {
        padding-right: 40px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-40px-lg {
        padding-right: 40px;
    }

    .pr-40px-lg-i {
        padding-right: 40px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-40px-md {
        padding-right: 40px;
    }

    .pr-40px-md-i {
        padding-right: 40px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-40px-sm {
        padding-right: 40px;
    }

    .pr-40px-sm-i {
        padding-right: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-40px-xs {
        padding-right: 40px;
    }

    .pr-40px-xs-i {
        padding-right: 40px !important;
    }
}

.pb-40px {
    padding-bottom: 40px;
}

.pb-40px-i {
    padding-bottom: 40px !important;
}

@media screen and (min-width:1024px) {
    .pb-40px-xl {
        padding-bottom: 40px;
    }

    .pb-40px-xl-i {
        padding-bottom: 40px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-40px-lg {
        padding-bottom: 40px;
    }

    .pb-40px-lg-i {
        padding-bottom: 40px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-40px-md {
        padding-bottom: 40px;
    }

    .pb-40px-md-i {
        padding-bottom: 40px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-40px-sm {
        padding-bottom: 40px;
    }

    .pb-40px-sm-i {
        padding-bottom: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-40px-xs {
        padding-bottom: 40px;
    }

    .pb-40px-xs-i {
        padding-bottom: 40px !important;
    }
}

.pl-40px {
    padding-left: 40px;
}

.pl-40px-i {
    padding-left: 40px !important;
}

@media screen and (min-width:1024px) {
    .pl-40px-xl {
        padding-left: 40px;
    }

    .pl-40px-xl-i {
        padding-left: 40px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-40px-lg {
        padding-left: 40px;
    }

    .pl-40px-lg-i {
        padding-left: 40px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-40px-md {
        padding-left: 40px;
    }

    .pl-40px-md-i {
        padding-left: 40px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-40px-sm {
        padding-left: 40px;
    }

    .pl-40px-sm-i {
        padding-left: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-40px-xs {
        padding-left: 40px;
    }

    .pl-40px-xs-i {
        padding-left: 40px !important;
    }
}

.pt-45px {
    padding-top: 45px;
}

.pt-45px-i {
    padding-top: 45px !important;
}

@media screen and (min-width:1024px) {
    .pt-45px-xl {
        padding-top: 45px;
    }

    .pt-45px-xl-i {
        padding-top: 45px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-45px-lg {
        padding-top: 45px;
    }

    .pt-45px-lg-i {
        padding-top: 45px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-45px-md {
        padding-top: 45px;
    }

    .pt-45px-md-i {
        padding-top: 45px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-45px-sm {
        padding-top: 45px;
    }

    .pt-45px-sm-i {
        padding-top: 45px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-45px-xs {
        padding-top: 45px;
    }

    .pt-45px-xs-i {
        padding-top: 45px !important;
    }
}

.pr-45px {
    padding-right: 45px;
}

.pr-45px-i {
    padding-right: 45px !important;
}

@media screen and (min-width:1024px) {
    .pr-45px-xl {
        padding-right: 45px;
    }

    .pr-45px-xl-i {
        padding-right: 45px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-45px-lg {
        padding-right: 45px;
    }

    .pr-45px-lg-i {
        padding-right: 45px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-45px-md {
        padding-right: 45px;
    }

    .pr-45px-md-i {
        padding-right: 45px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-45px-sm {
        padding-right: 45px;
    }

    .pr-45px-sm-i {
        padding-right: 45px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-45px-xs {
        padding-right: 45px;
    }

    .pr-45px-xs-i {
        padding-right: 45px !important;
    }
}

.pb-45px {
    padding-bottom: 45px;
}

.pb-45px-i {
    padding-bottom: 45px !important;
}

@media screen and (min-width:1024px) {
    .pb-45px-xl {
        padding-bottom: 45px;
    }

    .pb-45px-xl-i {
        padding-bottom: 45px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-45px-lg {
        padding-bottom: 45px;
    }

    .pb-45px-lg-i {
        padding-bottom: 45px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-45px-md {
        padding-bottom: 45px;
    }

    .pb-45px-md-i {
        padding-bottom: 45px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-45px-sm {
        padding-bottom: 45px;
    }

    .pb-45px-sm-i {
        padding-bottom: 45px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-45px-xs {
        padding-bottom: 45px;
    }

    .pb-45px-xs-i {
        padding-bottom: 45px !important;
    }
}

.pl-45px {
    padding-left: 45px;
}

.pl-45px-i {
    padding-left: 45px !important;
}

@media screen and (min-width:1024px) {
    .pl-45px-xl {
        padding-left: 45px;
    }

    .pl-45px-xl-i {
        padding-left: 45px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-45px-lg {
        padding-left: 45px;
    }

    .pl-45px-lg-i {
        padding-left: 45px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-45px-md {
        padding-left: 45px;
    }

    .pl-45px-md-i {
        padding-left: 45px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-45px-sm {
        padding-left: 45px;
    }

    .pl-45px-sm-i {
        padding-left: 45px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-45px-xs {
        padding-left: 45px;
    }

    .pl-45px-xs-i {
        padding-left: 45px !important;
    }
}

.pt-50px {
    padding-top: 50px;
}

.pt-50px-i {
    padding-top: 50px !important;
}

@media screen and (min-width:1024px) {
    .pt-50px-xl {
        padding-top: 50px;
    }

    .pt-50px-xl-i {
        padding-top: 50px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-50px-lg {
        padding-top: 50px;
    }

    .pt-50px-lg-i {
        padding-top: 50px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-50px-md {
        padding-top: 50px;
    }

    .pt-50px-md-i {
        padding-top: 50px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-50px-sm {
        padding-top: 50px;
    }

    .pt-50px-sm-i {
        padding-top: 50px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-50px-xs {
        padding-top: 50px;
    }

    .pt-50px-xs-i {
        padding-top: 50px !important;
    }
}

.pr-50px {
    padding-right: 50px;
}

.pr-50px-i {
    padding-right: 50px !important;
}

@media screen and (min-width:1024px) {
    .pr-50px-xl {
        padding-right: 50px;
    }

    .pr-50px-xl-i {
        padding-right: 50px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-50px-lg {
        padding-right: 50px;
    }

    .pr-50px-lg-i {
        padding-right: 50px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-50px-md {
        padding-right: 50px;
    }

    .pr-50px-md-i {
        padding-right: 50px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-50px-sm {
        padding-right: 50px;
    }

    .pr-50px-sm-i {
        padding-right: 50px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-50px-xs {
        padding-right: 50px;
    }

    .pr-50px-xs-i {
        padding-right: 50px !important;
    }
}

.pb-50px {
    padding-bottom: 50px;
}

.pb-50px-i {
    padding-bottom: 50px !important;
}

@media screen and (min-width:1024px) {
    .pb-50px-xl {
        padding-bottom: 50px;
    }

    .pb-50px-xl-i {
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-50px-lg {
        padding-bottom: 50px;
    }

    .pb-50px-lg-i {
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-50px-md {
        padding-bottom: 50px;
    }

    .pb-50px-md-i {
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-50px-sm {
        padding-bottom: 50px;
    }

    .pb-50px-sm-i {
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-50px-xs {
        padding-bottom: 50px;
    }

    .pb-50px-xs-i {
        padding-bottom: 50px !important;
    }
}

.pl-50px {
    padding-left: 50px;
}

.pl-50px-i {
    padding-left: 50px !important;
}

@media screen and (min-width:1024px) {
    .pl-50px-xl {
        padding-left: 50px;
    }

    .pl-50px-xl-i {
        padding-left: 50px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-50px-lg {
        padding-left: 50px;
    }

    .pl-50px-lg-i {
        padding-left: 50px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-50px-md {
        padding-left: 50px;
    }

    .pl-50px-md-i {
        padding-left: 50px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-50px-sm {
        padding-left: 50px;
    }

    .pl-50px-sm-i {
        padding-left: 50px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-50px-xs {
        padding-left: 50px;
    }

    .pl-50px-xs-i {
        padding-left: 50px !important;
    }
}

.pt-56px {
    padding-top: 56px;
}

.pt-56px-i {
    padding-top: 56px !important;
}

@media screen and (min-width:1024px) {
    .pt-56px-xl {
        padding-top: 56px;
    }

    .pt-56px-xl-i {
        padding-top: 56px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-56px-lg {
        padding-top: 56px;
    }

    .pt-56px-lg-i {
        padding-top: 56px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-56px-md {
        padding-top: 56px;
    }

    .pt-56px-md-i {
        padding-top: 56px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-56px-sm {
        padding-top: 56px;
    }

    .pt-56px-sm-i {
        padding-top: 56px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-56px-xs {
        padding-top: 56px;
    }

    .pt-56px-xs-i {
        padding-top: 56px !important;
    }
}

.pr-56px {
    padding-right: 56px;
}

.pr-56px-i {
    padding-right: 56px !important;
}

@media screen and (min-width:1024px) {
    .pr-56px-xl {
        padding-right: 56px;
    }

    .pr-56px-xl-i {
        padding-right: 56px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-56px-lg {
        padding-right: 56px;
    }

    .pr-56px-lg-i {
        padding-right: 56px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-56px-md {
        padding-right: 56px;
    }

    .pr-56px-md-i {
        padding-right: 56px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-56px-sm {
        padding-right: 56px;
    }

    .pr-56px-sm-i {
        padding-right: 56px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-56px-xs {
        padding-right: 56px;
    }

    .pr-56px-xs-i {
        padding-right: 56px !important;
    }
}

.pb-56px {
    padding-bottom: 56px;
}

.pb-56px-i {
    padding-bottom: 56px !important;
}

@media screen and (min-width:1024px) {
    .pb-56px-xl {
        padding-bottom: 56px;
    }

    .pb-56px-xl-i {
        padding-bottom: 56px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-56px-lg {
        padding-bottom: 56px;
    }

    .pb-56px-lg-i {
        padding-bottom: 56px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-56px-md {
        padding-bottom: 56px;
    }

    .pb-56px-md-i {
        padding-bottom: 56px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-56px-sm {
        padding-bottom: 56px;
    }

    .pb-56px-sm-i {
        padding-bottom: 56px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-56px-xs {
        padding-bottom: 56px;
    }

    .pb-56px-xs-i {
        padding-bottom: 56px !important;
    }
}

.pl-56px {
    padding-left: 56px;
}

.pl-56px-i {
    padding-left: 56px !important;
}

@media screen and (min-width:1024px) {
    .pl-56px-xl {
        padding-left: 56px;
    }

    .pl-56px-xl-i {
        padding-left: 56px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-56px-lg {
        padding-left: 56px;
    }

    .pl-56px-lg-i {
        padding-left: 56px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-56px-md {
        padding-left: 56px;
    }

    .pl-56px-md-i {
        padding-left: 56px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-56px-sm {
        padding-left: 56px;
    }

    .pl-56px-sm-i {
        padding-left: 56px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-56px-xs {
        padding-left: 56px;
    }

    .pl-56px-xs-i {
        padding-left: 56px !important;
    }
}

.pt-60px {
    padding-top: 60px;
}

.pt-60px-i {
    padding-top: 60px !important;
}

@media screen and (min-width:1024px) {
    .pt-60px-xl {
        padding-top: 60px;
    }

    .pt-60px-xl-i {
        padding-top: 60px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-60px-lg {
        padding-top: 60px;
    }

    .pt-60px-lg-i {
        padding-top: 60px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-60px-md {
        padding-top: 60px;
    }

    .pt-60px-md-i {
        padding-top: 60px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-60px-sm {
        padding-top: 60px;
    }

    .pt-60px-sm-i {
        padding-top: 60px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-60px-xs {
        padding-top: 60px;
    }

    .pt-60px-xs-i {
        padding-top: 60px !important;
    }
}

.pr-60px {
    padding-right: 60px;
}

.pr-60px-i {
    padding-right: 60px !important;
}

@media screen and (min-width:1024px) {
    .pr-60px-xl {
        padding-right: 60px;
    }

    .pr-60px-xl-i {
        padding-right: 60px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-60px-lg {
        padding-right: 60px;
    }

    .pr-60px-lg-i {
        padding-right: 60px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-60px-md {
        padding-right: 60px;
    }

    .pr-60px-md-i {
        padding-right: 60px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-60px-sm {
        padding-right: 60px;
    }

    .pr-60px-sm-i {
        padding-right: 60px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-60px-xs {
        padding-right: 60px;
    }

    .pr-60px-xs-i {
        padding-right: 60px !important;
    }
}

.pb-60px {
    padding-bottom: 60px;
}

.pb-60px-i {
    padding-bottom: 60px !important;
}

@media screen and (min-width:1024px) {
    .pb-60px-xl {
        padding-bottom: 60px;
    }

    .pb-60px-xl-i {
        padding-bottom: 60px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-60px-lg {
        padding-bottom: 60px;
    }

    .pb-60px-lg-i {
        padding-bottom: 60px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-60px-md {
        padding-bottom: 60px;
    }

    .pb-60px-md-i {
        padding-bottom: 60px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-60px-sm {
        padding-bottom: 60px;
    }

    .pb-60px-sm-i {
        padding-bottom: 60px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-60px-xs {
        padding-bottom: 60px;
    }

    .pb-60px-xs-i {
        padding-bottom: 60px !important;
    }
}

.pl-60px {
    padding-left: 60px;
}

.pl-60px-i {
    padding-left: 60px !important;
}

@media screen and (min-width:1024px) {
    .pl-60px-xl {
        padding-left: 60px;
    }

    .pl-60px-xl-i {
        padding-left: 60px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-60px-lg {
        padding-left: 60px;
    }

    .pl-60px-lg-i {
        padding-left: 60px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-60px-md {
        padding-left: 60px;
    }

    .pl-60px-md-i {
        padding-left: 60px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-60px-sm {
        padding-left: 60px;
    }

    .pl-60px-sm-i {
        padding-left: 60px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-60px-xs {
        padding-left: 60px;
    }

    .pl-60px-xs-i {
        padding-left: 60px !important;
    }
}

.pt-100px {
    padding-top: 100px;
}

.pt-100px-i {
    padding-top: 100px !important;
}

@media screen and (min-width:1024px) {
    .pt-100px-xl {
        padding-top: 100px;
    }

    .pt-100px-xl-i {
        padding-top: 100px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-100px-lg {
        padding-top: 100px;
    }

    .pt-100px-lg-i {
        padding-top: 100px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-100px-md {
        padding-top: 100px;
    }

    .pt-100px-md-i {
        padding-top: 100px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-100px-sm {
        padding-top: 100px;
    }

    .pt-100px-sm-i {
        padding-top: 100px !important;
    }
}

@media screen and (max-width:576px) {
    .pt-100px-xs {
        padding-top: 100px;
    }

    .pt-100px-xs-i {
        padding-top: 100px !important;
    }
}

.pr-100px {
    padding-right: 100px;
}

.pr-100px-i {
    padding-right: 100px !important;
}

@media screen and (min-width:1024px) {
    .pr-100px-xl {
        padding-right: 100px;
    }

    .pr-100px-xl-i {
        padding-right: 100px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-100px-lg {
        padding-right: 100px;
    }

    .pr-100px-lg-i {
        padding-right: 100px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-100px-md {
        padding-right: 100px;
    }

    .pr-100px-md-i {
        padding-right: 100px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-100px-sm {
        padding-right: 100px;
    }

    .pr-100px-sm-i {
        padding-right: 100px !important;
    }
}

@media screen and (max-width:576px) {
    .pr-100px-xs {
        padding-right: 100px;
    }

    .pr-100px-xs-i {
        padding-right: 100px !important;
    }
}

.pb-100px {
    padding-bottom: 100px;
}

.pb-100px-i {
    padding-bottom: 100px !important;
}

@media screen and (min-width:1024px) {
    .pb-100px-xl {
        padding-bottom: 100px;
    }

    .pb-100px-xl-i {
        padding-bottom: 100px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-100px-lg {
        padding-bottom: 100px;
    }

    .pb-100px-lg-i {
        padding-bottom: 100px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-100px-md {
        padding-bottom: 100px;
    }

    .pb-100px-md-i {
        padding-bottom: 100px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-100px-sm {
        padding-bottom: 100px;
    }

    .pb-100px-sm-i {
        padding-bottom: 100px !important;
    }
}

@media screen and (max-width:576px) {
    .pb-100px-xs {
        padding-bottom: 100px;
    }

    .pb-100px-xs-i {
        padding-bottom: 100px !important;
    }
}

.pl-100px {
    padding-left: 100px;
}

.pl-100px-i {
    padding-left: 100px !important;
}

@media screen and (min-width:1024px) {
    .pl-100px-xl {
        padding-left: 100px;
    }

    .pl-100px-xl-i {
        padding-left: 100px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-100px-lg {
        padding-left: 100px;
    }

    .pl-100px-lg-i {
        padding-left: 100px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-100px-md {
        padding-left: 100px;
    }

    .pl-100px-md-i {
        padding-left: 100px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-100px-sm {
        padding-left: 100px;
    }

    .pl-100px-sm-i {
        padding-left: 100px !important;
    }
}

@media screen and (max-width:576px) {
    .pl-100px-xs {
        padding-left: 100px;
    }

    .pl-100px-xs-i {
        padding-left: 100px !important;
    }
}

.pt-1rem {
    padding-top: 1rem;
}

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

@media screen and (min-width:1024px) {
    .pt-1rem-xl {
        padding-top: 1rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-1rem-lg {
        padding-top: 1rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-1rem-md {
        padding-top: 1rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-1rem-sm {
        padding-top: 1rem;
    }

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

@media screen and (max-width:576px) {
    .pt-1rem-xs {
        padding-top: 1rem;
    }

    .pt-1rem-xs-i {
        padding-top: 1rem !important;
    }
}

.pr-1rem {
    padding-right: 1rem;
}

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

@media screen and (min-width:1024px) {
    .pr-1rem-xl {
        padding-right: 1rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-1rem-lg {
        padding-right: 1rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-1rem-md {
        padding-right: 1rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-1rem-sm {
        padding-right: 1rem;
    }

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

@media screen and (max-width:576px) {
    .pr-1rem-xs {
        padding-right: 1rem;
    }

    .pr-1rem-xs-i {
        padding-right: 1rem !important;
    }
}

.pb-1rem {
    padding-bottom: 1rem;
}

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

@media screen and (min-width:1024px) {
    .pb-1rem-xl {
        padding-bottom: 1rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-1rem-lg {
        padding-bottom: 1rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-1rem-md {
        padding-bottom: 1rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-1rem-sm {
        padding-bottom: 1rem;
    }

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

@media screen and (max-width:576px) {
    .pb-1rem-xs {
        padding-bottom: 1rem;
    }

    .pb-1rem-xs-i {
        padding-bottom: 1rem !important;
    }
}

.pl-1rem {
    padding-left: 1rem;
}

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

@media screen and (min-width:1024px) {
    .pl-1rem-xl {
        padding-left: 1rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-1rem-lg {
        padding-left: 1rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-1rem-md {
        padding-left: 1rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-1rem-sm {
        padding-left: 1rem;
    }

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

@media screen and (max-width:576px) {
    .pl-1rem-xs {
        padding-left: 1rem;
    }

    .pl-1rem-xs-i {
        padding-left: 1rem !important;
    }
}

.pt-2rem {
    padding-top: 2rem;
}

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

@media screen and (min-width:1024px) {
    .pt-2rem-xl {
        padding-top: 2rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-2rem-lg {
        padding-top: 2rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-2rem-md {
        padding-top: 2rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-2rem-sm {
        padding-top: 2rem;
    }

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

@media screen and (max-width:576px) {
    .pt-2rem-xs {
        padding-top: 2rem;
    }

    .pt-2rem-xs-i {
        padding-top: 2rem !important;
    }
}

.pr-2rem {
    padding-right: 2rem;
}

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

@media screen and (min-width:1024px) {
    .pr-2rem-xl {
        padding-right: 2rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-2rem-lg {
        padding-right: 2rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-2rem-md {
        padding-right: 2rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-2rem-sm {
        padding-right: 2rem;
    }

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

@media screen and (max-width:576px) {
    .pr-2rem-xs {
        padding-right: 2rem;
    }

    .pr-2rem-xs-i {
        padding-right: 2rem !important;
    }
}

.pb-2rem {
    padding-bottom: 2rem;
}

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

@media screen and (min-width:1024px) {
    .pb-2rem-xl {
        padding-bottom: 2rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-2rem-lg {
        padding-bottom: 2rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-2rem-md {
        padding-bottom: 2rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-2rem-sm {
        padding-bottom: 2rem;
    }

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

@media screen and (max-width:576px) {
    .pb-2rem-xs {
        padding-bottom: 2rem;
    }

    .pb-2rem-xs-i {
        padding-bottom: 2rem !important;
    }
}

.pl-2rem {
    padding-left: 2rem;
}

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

@media screen and (min-width:1024px) {
    .pl-2rem-xl {
        padding-left: 2rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-2rem-lg {
        padding-left: 2rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-2rem-md {
        padding-left: 2rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-2rem-sm {
        padding-left: 2rem;
    }

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

@media screen and (max-width:576px) {
    .pl-2rem-xs {
        padding-left: 2rem;
    }

    .pl-2rem-xs-i {
        padding-left: 2rem !important;
    }
}

.pt-3rem {
    padding-top: 3rem;
}

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

@media screen and (min-width:1024px) {
    .pt-3rem-xl {
        padding-top: 3rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-3rem-lg {
        padding-top: 3rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-3rem-md {
        padding-top: 3rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-3rem-sm {
        padding-top: 3rem;
    }

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

@media screen and (max-width:576px) {
    .pt-3rem-xs {
        padding-top: 3rem;
    }

    .pt-3rem-xs-i {
        padding-top: 3rem !important;
    }
}

.pr-3rem {
    padding-right: 3rem;
}

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

@media screen and (min-width:1024px) {
    .pr-3rem-xl {
        padding-right: 3rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-3rem-lg {
        padding-right: 3rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-3rem-md {
        padding-right: 3rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-3rem-sm {
        padding-right: 3rem;
    }

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

@media screen and (max-width:576px) {
    .pr-3rem-xs {
        padding-right: 3rem;
    }

    .pr-3rem-xs-i {
        padding-right: 3rem !important;
    }
}

.pb-3rem {
    padding-bottom: 3rem;
}

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

@media screen and (min-width:1024px) {
    .pb-3rem-xl {
        padding-bottom: 3rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-3rem-lg {
        padding-bottom: 3rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-3rem-md {
        padding-bottom: 3rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-3rem-sm {
        padding-bottom: 3rem;
    }

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

@media screen and (max-width:576px) {
    .pb-3rem-xs {
        padding-bottom: 3rem;
    }

    .pb-3rem-xs-i {
        padding-bottom: 3rem !important;
    }
}

.pl-3rem {
    padding-left: 3rem;
}

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

@media screen and (min-width:1024px) {
    .pl-3rem-xl {
        padding-left: 3rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-3rem-lg {
        padding-left: 3rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-3rem-md {
        padding-left: 3rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-3rem-sm {
        padding-left: 3rem;
    }

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

@media screen and (max-width:576px) {
    .pl-3rem-xs {
        padding-left: 3rem;
    }

    .pl-3rem-xs-i {
        padding-left: 3rem !important;
    }
}

.pt-4rem {
    padding-top: 4rem;
}

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

@media screen and (min-width:1024px) {
    .pt-4rem-xl {
        padding-top: 4rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-4rem-lg {
        padding-top: 4rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-4rem-md {
        padding-top: 4rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-4rem-sm {
        padding-top: 4rem;
    }

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

@media screen and (max-width:576px) {
    .pt-4rem-xs {
        padding-top: 4rem;
    }

    .pt-4rem-xs-i {
        padding-top: 4rem !important;
    }
}

.pr-4rem {
    padding-right: 4rem;
}

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

@media screen and (min-width:1024px) {
    .pr-4rem-xl {
        padding-right: 4rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-4rem-lg {
        padding-right: 4rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-4rem-md {
        padding-right: 4rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-4rem-sm {
        padding-right: 4rem;
    }

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

@media screen and (max-width:576px) {
    .pr-4rem-xs {
        padding-right: 4rem;
    }

    .pr-4rem-xs-i {
        padding-right: 4rem !important;
    }
}

.pb-4rem {
    padding-bottom: 4rem;
}

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

@media screen and (min-width:1024px) {
    .pb-4rem-xl {
        padding-bottom: 4rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-4rem-lg {
        padding-bottom: 4rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-4rem-md {
        padding-bottom: 4rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-4rem-sm {
        padding-bottom: 4rem;
    }

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

@media screen and (max-width:576px) {
    .pb-4rem-xs {
        padding-bottom: 4rem;
    }

    .pb-4rem-xs-i {
        padding-bottom: 4rem !important;
    }
}

.pl-4rem {
    padding-left: 4rem;
}

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

@media screen and (min-width:1024px) {
    .pl-4rem-xl {
        padding-left: 4rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-4rem-lg {
        padding-left: 4rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-4rem-md {
        padding-left: 4rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-4rem-sm {
        padding-left: 4rem;
    }

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

@media screen and (max-width:576px) {
    .pl-4rem-xs {
        padding-left: 4rem;
    }

    .pl-4rem-xs-i {
        padding-left: 4rem !important;
    }
}

.pt-5rem {
    padding-top: 5rem;
}

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

@media screen and (min-width:1024px) {
    .pt-5rem-xl {
        padding-top: 5rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-5rem-lg {
        padding-top: 5rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-5rem-md {
        padding-top: 5rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-5rem-sm {
        padding-top: 5rem;
    }

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

@media screen and (max-width:576px) {
    .pt-5rem-xs {
        padding-top: 5rem;
    }

    .pt-5rem-xs-i {
        padding-top: 5rem !important;
    }
}

.pr-5rem {
    padding-right: 5rem;
}

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

@media screen and (min-width:1024px) {
    .pr-5rem-xl {
        padding-right: 5rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-5rem-lg {
        padding-right: 5rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-5rem-md {
        padding-right: 5rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-5rem-sm {
        padding-right: 5rem;
    }

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

@media screen and (max-width:576px) {
    .pr-5rem-xs {
        padding-right: 5rem;
    }

    .pr-5rem-xs-i {
        padding-right: 5rem !important;
    }
}

.pb-5rem {
    padding-bottom: 5rem;
}

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

@media screen and (min-width:1024px) {
    .pb-5rem-xl {
        padding-bottom: 5rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-5rem-lg {
        padding-bottom: 5rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-5rem-md {
        padding-bottom: 5rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-5rem-sm {
        padding-bottom: 5rem;
    }

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

@media screen and (max-width:576px) {
    .pb-5rem-xs {
        padding-bottom: 5rem;
    }

    .pb-5rem-xs-i {
        padding-bottom: 5rem !important;
    }
}

.pl-5rem {
    padding-left: 5rem;
}

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

@media screen and (min-width:1024px) {
    .pl-5rem-xl {
        padding-left: 5rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-5rem-lg {
        padding-left: 5rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-5rem-md {
        padding-left: 5rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-5rem-sm {
        padding-left: 5rem;
    }

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

@media screen and (max-width:576px) {
    .pl-5rem-xs {
        padding-left: 5rem;
    }

    .pl-5rem-xs-i {
        padding-left: 5rem !important;
    }
}

.pt-6rem {
    padding-top: 6rem;
}

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

@media screen and (min-width:1024px) {
    .pt-6rem-xl {
        padding-top: 6rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-6rem-lg {
        padding-top: 6rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-6rem-md {
        padding-top: 6rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-6rem-sm {
        padding-top: 6rem;
    }

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

@media screen and (max-width:576px) {
    .pt-6rem-xs {
        padding-top: 6rem;
    }

    .pt-6rem-xs-i {
        padding-top: 6rem !important;
    }
}

.pr-6rem {
    padding-right: 6rem;
}

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

@media screen and (min-width:1024px) {
    .pr-6rem-xl {
        padding-right: 6rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-6rem-lg {
        padding-right: 6rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-6rem-md {
        padding-right: 6rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-6rem-sm {
        padding-right: 6rem;
    }

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

@media screen and (max-width:576px) {
    .pr-6rem-xs {
        padding-right: 6rem;
    }

    .pr-6rem-xs-i {
        padding-right: 6rem !important;
    }
}

.pb-6rem {
    padding-bottom: 6rem;
}

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

@media screen and (min-width:1024px) {
    .pb-6rem-xl {
        padding-bottom: 6rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-6rem-lg {
        padding-bottom: 6rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-6rem-md {
        padding-bottom: 6rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-6rem-sm {
        padding-bottom: 6rem;
    }

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

@media screen and (max-width:576px) {
    .pb-6rem-xs {
        padding-bottom: 6rem;
    }

    .pb-6rem-xs-i {
        padding-bottom: 6rem !important;
    }
}

.pl-6rem {
    padding-left: 6rem;
}

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

@media screen and (min-width:1024px) {
    .pl-6rem-xl {
        padding-left: 6rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-6rem-lg {
        padding-left: 6rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-6rem-md {
        padding-left: 6rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-6rem-sm {
        padding-left: 6rem;
    }

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

@media screen and (max-width:576px) {
    .pl-6rem-xs {
        padding-left: 6rem;
    }

    .pl-6rem-xs-i {
        padding-left: 6rem !important;
    }
}

.pt-7rem {
    padding-top: 7rem;
}

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

@media screen and (min-width:1024px) {
    .pt-7rem-xl {
        padding-top: 7rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-7rem-lg {
        padding-top: 7rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-7rem-md {
        padding-top: 7rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-7rem-sm {
        padding-top: 7rem;
    }

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

@media screen and (max-width:576px) {
    .pt-7rem-xs {
        padding-top: 7rem;
    }

    .pt-7rem-xs-i {
        padding-top: 7rem !important;
    }
}

.pr-7rem {
    padding-right: 7rem;
}

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

@media screen and (min-width:1024px) {
    .pr-7rem-xl {
        padding-right: 7rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-7rem-lg {
        padding-right: 7rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-7rem-md {
        padding-right: 7rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-7rem-sm {
        padding-right: 7rem;
    }

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

@media screen and (max-width:576px) {
    .pr-7rem-xs {
        padding-right: 7rem;
    }

    .pr-7rem-xs-i {
        padding-right: 7rem !important;
    }
}

.pb-7rem {
    padding-bottom: 7rem;
}

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

@media screen and (min-width:1024px) {
    .pb-7rem-xl {
        padding-bottom: 7rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-7rem-lg {
        padding-bottom: 7rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-7rem-md {
        padding-bottom: 7rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-7rem-sm {
        padding-bottom: 7rem;
    }

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

@media screen and (max-width:576px) {
    .pb-7rem-xs {
        padding-bottom: 7rem;
    }

    .pb-7rem-xs-i {
        padding-bottom: 7rem !important;
    }
}

.pl-7rem {
    padding-left: 7rem;
}

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

@media screen and (min-width:1024px) {
    .pl-7rem-xl {
        padding-left: 7rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-7rem-lg {
        padding-left: 7rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-7rem-md {
        padding-left: 7rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-7rem-sm {
        padding-left: 7rem;
    }

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

@media screen and (max-width:576px) {
    .pl-7rem-xs {
        padding-left: 7rem;
    }

    .pl-7rem-xs-i {
        padding-left: 7rem !important;
    }
}

.pt-8rem {
    padding-top: 8rem;
}

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

@media screen and (min-width:1024px) {
    .pt-8rem-xl {
        padding-top: 8rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-8rem-lg {
        padding-top: 8rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-8rem-md {
        padding-top: 8rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-8rem-sm {
        padding-top: 8rem;
    }

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

@media screen and (max-width:576px) {
    .pt-8rem-xs {
        padding-top: 8rem;
    }

    .pt-8rem-xs-i {
        padding-top: 8rem !important;
    }
}

.pr-8rem {
    padding-right: 8rem;
}

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

@media screen and (min-width:1024px) {
    .pr-8rem-xl {
        padding-right: 8rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-8rem-lg {
        padding-right: 8rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-8rem-md {
        padding-right: 8rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-8rem-sm {
        padding-right: 8rem;
    }

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

@media screen and (max-width:576px) {
    .pr-8rem-xs {
        padding-right: 8rem;
    }

    .pr-8rem-xs-i {
        padding-right: 8rem !important;
    }
}

.pb-8rem {
    padding-bottom: 8rem;
}

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

@media screen and (min-width:1024px) {
    .pb-8rem-xl {
        padding-bottom: 8rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-8rem-lg {
        padding-bottom: 8rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-8rem-md {
        padding-bottom: 8rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-8rem-sm {
        padding-bottom: 8rem;
    }

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

@media screen and (max-width:576px) {
    .pb-8rem-xs {
        padding-bottom: 8rem;
    }

    .pb-8rem-xs-i {
        padding-bottom: 8rem !important;
    }
}

.pl-8rem {
    padding-left: 8rem;
}

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

@media screen and (min-width:1024px) {
    .pl-8rem-xl {
        padding-left: 8rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-8rem-lg {
        padding-left: 8rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-8rem-md {
        padding-left: 8rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-8rem-sm {
        padding-left: 8rem;
    }

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

@media screen and (max-width:576px) {
    .pl-8rem-xs {
        padding-left: 8rem;
    }

    .pl-8rem-xs-i {
        padding-left: 8rem !important;
    }
}

.pt-9rem {
    padding-top: 9rem;
}

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

@media screen and (min-width:1024px) {
    .pt-9rem-xl {
        padding-top: 9rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-9rem-lg {
        padding-top: 9rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-9rem-md {
        padding-top: 9rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-9rem-sm {
        padding-top: 9rem;
    }

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

@media screen and (max-width:576px) {
    .pt-9rem-xs {
        padding-top: 9rem;
    }

    .pt-9rem-xs-i {
        padding-top: 9rem !important;
    }
}

.pr-9rem {
    padding-right: 9rem;
}

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

@media screen and (min-width:1024px) {
    .pr-9rem-xl {
        padding-right: 9rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-9rem-lg {
        padding-right: 9rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-9rem-md {
        padding-right: 9rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-9rem-sm {
        padding-right: 9rem;
    }

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

@media screen and (max-width:576px) {
    .pr-9rem-xs {
        padding-right: 9rem;
    }

    .pr-9rem-xs-i {
        padding-right: 9rem !important;
    }
}

.pb-9rem {
    padding-bottom: 9rem;
}

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

@media screen and (min-width:1024px) {
    .pb-9rem-xl {
        padding-bottom: 9rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-9rem-lg {
        padding-bottom: 9rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-9rem-md {
        padding-bottom: 9rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-9rem-sm {
        padding-bottom: 9rem;
    }

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

@media screen and (max-width:576px) {
    .pb-9rem-xs {
        padding-bottom: 9rem;
    }

    .pb-9rem-xs-i {
        padding-bottom: 9rem !important;
    }
}

.pl-9rem {
    padding-left: 9rem;
}

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

@media screen and (min-width:1024px) {
    .pl-9rem-xl {
        padding-left: 9rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-9rem-lg {
        padding-left: 9rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-9rem-md {
        padding-left: 9rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-9rem-sm {
        padding-left: 9rem;
    }

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

@media screen and (max-width:576px) {
    .pl-9rem-xs {
        padding-left: 9rem;
    }

    .pl-9rem-xs-i {
        padding-left: 9rem !important;
    }
}

.pt-10rem {
    padding-top: 10rem;
}

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

@media screen and (min-width:1024px) {
    .pt-10rem-xl {
        padding-top: 10rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-10rem-lg {
        padding-top: 10rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-10rem-md {
        padding-top: 10rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-10rem-sm {
        padding-top: 10rem;
    }

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

@media screen and (max-width:576px) {
    .pt-10rem-xs {
        padding-top: 10rem;
    }

    .pt-10rem-xs-i {
        padding-top: 10rem !important;
    }
}

.pr-10rem {
    padding-right: 10rem;
}

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

@media screen and (min-width:1024px) {
    .pr-10rem-xl {
        padding-right: 10rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-10rem-lg {
        padding-right: 10rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-10rem-md {
        padding-right: 10rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-10rem-sm {
        padding-right: 10rem;
    }

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

@media screen and (max-width:576px) {
    .pr-10rem-xs {
        padding-right: 10rem;
    }

    .pr-10rem-xs-i {
        padding-right: 10rem !important;
    }
}

.pb-10rem {
    padding-bottom: 10rem;
}

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

@media screen and (min-width:1024px) {
    .pb-10rem-xl {
        padding-bottom: 10rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-10rem-lg {
        padding-bottom: 10rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-10rem-md {
        padding-bottom: 10rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-10rem-sm {
        padding-bottom: 10rem;
    }

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

@media screen and (max-width:576px) {
    .pb-10rem-xs {
        padding-bottom: 10rem;
    }

    .pb-10rem-xs-i {
        padding-bottom: 10rem !important;
    }
}

.pl-10rem {
    padding-left: 10rem;
}

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

@media screen and (min-width:1024px) {
    .pl-10rem-xl {
        padding-left: 10rem;
    }

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

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-10rem-lg {
        padding-left: 10rem;
    }

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

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-10rem-md {
        padding-left: 10rem;
    }

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

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-10rem-sm {
        padding-left: 10rem;
    }

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

@media screen and (max-width:576px) {
    .pl-10rem-xs {
        padding-left: 10rem;
    }

    .pl-10rem-xs-i {
        padding-left: 10rem !important;
    }
}

.pt-1d5rem {
    padding-top: 1.5rem;
}

.pt-1d5rem-i {
    padding-top: 1.5rem !important;
}

@media screen and (min-width:1024px) {
    .pt-1d5rem-xl {
        padding-top: 1.5rem;
    }

    .pt-1d5rem-xl-i {
        padding-top: 1.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-1d5rem-lg {
        padding-top: 1.5rem;
    }

    .pt-1d5rem-lg-i {
        padding-top: 1.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-1d5rem-md {
        padding-top: 1.5rem;
    }

    .pt-1d5rem-md-i {
        padding-top: 1.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-1d5rem-sm {
        padding-top: 1.5rem;
    }

    .pt-1d5rem-sm-i {
        padding-top: 1.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-1d5rem-xs {
        padding-top: 1.5rem;
    }

    .pt-1d5rem-xs-i {
        padding-top: 1.5rem !important;
    }
}

.pr-1d5rem {
    padding-right: 1.5rem;
}

.pr-1d5rem-i {
    padding-right: 1.5rem !important;
}

@media screen and (min-width:1024px) {
    .pr-1d5rem-xl {
        padding-right: 1.5rem;
    }

    .pr-1d5rem-xl-i {
        padding-right: 1.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-1d5rem-lg {
        padding-right: 1.5rem;
    }

    .pr-1d5rem-lg-i {
        padding-right: 1.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-1d5rem-md {
        padding-right: 1.5rem;
    }

    .pr-1d5rem-md-i {
        padding-right: 1.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-1d5rem-sm {
        padding-right: 1.5rem;
    }

    .pr-1d5rem-sm-i {
        padding-right: 1.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pr-1d5rem-xs {
        padding-right: 1.5rem;
    }

    .pr-1d5rem-xs-i {
        padding-right: 1.5rem !important;
    }
}

.pb-1d5rem {
    padding-bottom: 1.5rem;
}

.pb-1d5rem-i {
    padding-bottom: 1.5rem !important;
}

@media screen and (min-width:1024px) {
    .pb-1d5rem-xl {
        padding-bottom: 1.5rem;
    }

    .pb-1d5rem-xl-i {
        padding-bottom: 1.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-1d5rem-lg {
        padding-bottom: 1.5rem;
    }

    .pb-1d5rem-lg-i {
        padding-bottom: 1.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-1d5rem-md {
        padding-bottom: 1.5rem;
    }

    .pb-1d5rem-md-i {
        padding-bottom: 1.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-1d5rem-sm {
        padding-bottom: 1.5rem;
    }

    .pb-1d5rem-sm-i {
        padding-bottom: 1.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-1d5rem-xs {
        padding-bottom: 1.5rem;
    }

    .pb-1d5rem-xs-i {
        padding-bottom: 1.5rem !important;
    }
}

.pl-1d5rem {
    padding-left: 1.5rem;
}

.pl-1d5rem-i {
    padding-left: 1.5rem !important;
}

@media screen and (min-width:1024px) {
    .pl-1d5rem-xl {
        padding-left: 1.5rem;
    }

    .pl-1d5rem-xl-i {
        padding-left: 1.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-1d5rem-lg {
        padding-left: 1.5rem;
    }

    .pl-1d5rem-lg-i {
        padding-left: 1.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-1d5rem-md {
        padding-left: 1.5rem;
    }

    .pl-1d5rem-md-i {
        padding-left: 1.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-1d5rem-sm {
        padding-left: 1.5rem;
    }

    .pl-1d5rem-sm-i {
        padding-left: 1.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pl-1d5rem-xs {
        padding-left: 1.5rem;
    }

    .pl-1d5rem-xs-i {
        padding-left: 1.5rem !important;
    }
}

.pt-2d5rem {
    padding-top: 2.5rem;
}

.pt-2d5rem-i {
    padding-top: 2.5rem !important;
}

@media screen and (min-width:1024px) {
    .pt-2d5rem-xl {
        padding-top: 2.5rem;
    }

    .pt-2d5rem-xl-i {
        padding-top: 2.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-2d5rem-lg {
        padding-top: 2.5rem;
    }

    .pt-2d5rem-lg-i {
        padding-top: 2.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-2d5rem-md {
        padding-top: 2.5rem;
    }

    .pt-2d5rem-md-i {
        padding-top: 2.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-2d5rem-sm {
        padding-top: 2.5rem;
    }

    .pt-2d5rem-sm-i {
        padding-top: 2.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-2d5rem-xs {
        padding-top: 2.5rem;
    }

    .pt-2d5rem-xs-i {
        padding-top: 2.5rem !important;
    }
}

.pr-2d5rem {
    padding-right: 2.5rem;
}

.pr-2d5rem-i {
    padding-right: 2.5rem !important;
}

@media screen and (min-width:1024px) {
    .pr-2d5rem-xl {
        padding-right: 2.5rem;
    }

    .pr-2d5rem-xl-i {
        padding-right: 2.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-2d5rem-lg {
        padding-right: 2.5rem;
    }

    .pr-2d5rem-lg-i {
        padding-right: 2.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-2d5rem-md {
        padding-right: 2.5rem;
    }

    .pr-2d5rem-md-i {
        padding-right: 2.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-2d5rem-sm {
        padding-right: 2.5rem;
    }

    .pr-2d5rem-sm-i {
        padding-right: 2.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pr-2d5rem-xs {
        padding-right: 2.5rem;
    }

    .pr-2d5rem-xs-i {
        padding-right: 2.5rem !important;
    }
}

.pb-2d5rem {
    padding-bottom: 2.5rem;
}

.pb-2d5rem-i {
    padding-bottom: 2.5rem !important;
}

@media screen and (min-width:1024px) {
    .pb-2d5rem-xl {
        padding-bottom: 2.5rem;
    }

    .pb-2d5rem-xl-i {
        padding-bottom: 2.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-2d5rem-lg {
        padding-bottom: 2.5rem;
    }

    .pb-2d5rem-lg-i {
        padding-bottom: 2.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-2d5rem-md {
        padding-bottom: 2.5rem;
    }

    .pb-2d5rem-md-i {
        padding-bottom: 2.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-2d5rem-sm {
        padding-bottom: 2.5rem;
    }

    .pb-2d5rem-sm-i {
        padding-bottom: 2.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-2d5rem-xs {
        padding-bottom: 2.5rem;
    }

    .pb-2d5rem-xs-i {
        padding-bottom: 2.5rem !important;
    }
}

.pl-2d5rem {
    padding-left: 2.5rem;
}

.pl-2d5rem-i {
    padding-left: 2.5rem !important;
}

@media screen and (min-width:1024px) {
    .pl-2d5rem-xl {
        padding-left: 2.5rem;
    }

    .pl-2d5rem-xl-i {
        padding-left: 2.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-2d5rem-lg {
        padding-left: 2.5rem;
    }

    .pl-2d5rem-lg-i {
        padding-left: 2.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-2d5rem-md {
        padding-left: 2.5rem;
    }

    .pl-2d5rem-md-i {
        padding-left: 2.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-2d5rem-sm {
        padding-left: 2.5rem;
    }

    .pl-2d5rem-sm-i {
        padding-left: 2.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pl-2d5rem-xs {
        padding-left: 2.5rem;
    }

    .pl-2d5rem-xs-i {
        padding-left: 2.5rem !important;
    }
}

.pt-3d5rem {
    padding-top: 3.5rem;
}

.pt-3d5rem-i {
    padding-top: 3.5rem !important;
}

@media screen and (min-width:1024px) {
    .pt-3d5rem-xl {
        padding-top: 3.5rem;
    }

    .pt-3d5rem-xl-i {
        padding-top: 3.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-3d5rem-lg {
        padding-top: 3.5rem;
    }

    .pt-3d5rem-lg-i {
        padding-top: 3.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-3d5rem-md {
        padding-top: 3.5rem;
    }

    .pt-3d5rem-md-i {
        padding-top: 3.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-3d5rem-sm {
        padding-top: 3.5rem;
    }

    .pt-3d5rem-sm-i {
        padding-top: 3.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-3d5rem-xs {
        padding-top: 3.5rem;
    }

    .pt-3d5rem-xs-i {
        padding-top: 3.5rem !important;
    }
}

.pr-3d5rem {
    padding-right: 3.5rem;
}

.pr-3d5rem-i {
    padding-right: 3.5rem !important;
}

@media screen and (min-width:1024px) {
    .pr-3d5rem-xl {
        padding-right: 3.5rem;
    }

    .pr-3d5rem-xl-i {
        padding-right: 3.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-3d5rem-lg {
        padding-right: 3.5rem;
    }

    .pr-3d5rem-lg-i {
        padding-right: 3.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-3d5rem-md {
        padding-right: 3.5rem;
    }

    .pr-3d5rem-md-i {
        padding-right: 3.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-3d5rem-sm {
        padding-right: 3.5rem;
    }

    .pr-3d5rem-sm-i {
        padding-right: 3.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pr-3d5rem-xs {
        padding-right: 3.5rem;
    }

    .pr-3d5rem-xs-i {
        padding-right: 3.5rem !important;
    }
}

.pb-3d5rem {
    padding-bottom: 3.5rem;
}

.pb-3d5rem-i {
    padding-bottom: 3.5rem !important;
}

@media screen and (min-width:1024px) {
    .pb-3d5rem-xl {
        padding-bottom: 3.5rem;
    }

    .pb-3d5rem-xl-i {
        padding-bottom: 3.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-3d5rem-lg {
        padding-bottom: 3.5rem;
    }

    .pb-3d5rem-lg-i {
        padding-bottom: 3.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-3d5rem-md {
        padding-bottom: 3.5rem;
    }

    .pb-3d5rem-md-i {
        padding-bottom: 3.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-3d5rem-sm {
        padding-bottom: 3.5rem;
    }

    .pb-3d5rem-sm-i {
        padding-bottom: 3.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-3d5rem-xs {
        padding-bottom: 3.5rem;
    }

    .pb-3d5rem-xs-i {
        padding-bottom: 3.5rem !important;
    }
}

.pl-3d5rem {
    padding-left: 3.5rem;
}

.pl-3d5rem-i {
    padding-left: 3.5rem !important;
}

@media screen and (min-width:1024px) {
    .pl-3d5rem-xl {
        padding-left: 3.5rem;
    }

    .pl-3d5rem-xl-i {
        padding-left: 3.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-3d5rem-lg {
        padding-left: 3.5rem;
    }

    .pl-3d5rem-lg-i {
        padding-left: 3.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-3d5rem-md {
        padding-left: 3.5rem;
    }

    .pl-3d5rem-md-i {
        padding-left: 3.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-3d5rem-sm {
        padding-left: 3.5rem;
    }

    .pl-3d5rem-sm-i {
        padding-left: 3.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pl-3d5rem-xs {
        padding-left: 3.5rem;
    }

    .pl-3d5rem-xs-i {
        padding-left: 3.5rem !important;
    }
}

.pt-4d5rem {
    padding-top: 4.5rem;
}

.pt-4d5rem-i {
    padding-top: 4.5rem !important;
}

@media screen and (min-width:1024px) {
    .pt-4d5rem-xl {
        padding-top: 4.5rem;
    }

    .pt-4d5rem-xl-i {
        padding-top: 4.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-4d5rem-lg {
        padding-top: 4.5rem;
    }

    .pt-4d5rem-lg-i {
        padding-top: 4.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-4d5rem-md {
        padding-top: 4.5rem;
    }

    .pt-4d5rem-md-i {
        padding-top: 4.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-4d5rem-sm {
        padding-top: 4.5rem;
    }

    .pt-4d5rem-sm-i {
        padding-top: 4.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-4d5rem-xs {
        padding-top: 4.5rem;
    }

    .pt-4d5rem-xs-i {
        padding-top: 4.5rem !important;
    }
}

.pr-4d5rem {
    padding-right: 4.5rem;
}

.pr-4d5rem-i {
    padding-right: 4.5rem !important;
}

@media screen and (min-width:1024px) {
    .pr-4d5rem-xl {
        padding-right: 4.5rem;
    }

    .pr-4d5rem-xl-i {
        padding-right: 4.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-4d5rem-lg {
        padding-right: 4.5rem;
    }

    .pr-4d5rem-lg-i {
        padding-right: 4.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-4d5rem-md {
        padding-right: 4.5rem;
    }

    .pr-4d5rem-md-i {
        padding-right: 4.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-4d5rem-sm {
        padding-right: 4.5rem;
    }

    .pr-4d5rem-sm-i {
        padding-right: 4.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pr-4d5rem-xs {
        padding-right: 4.5rem;
    }

    .pr-4d5rem-xs-i {
        padding-right: 4.5rem !important;
    }
}

.pb-4d5rem {
    padding-bottom: 4.5rem;
}

.pb-4d5rem-i {
    padding-bottom: 4.5rem !important;
}

@media screen and (min-width:1024px) {
    .pb-4d5rem-xl {
        padding-bottom: 4.5rem;
    }

    .pb-4d5rem-xl-i {
        padding-bottom: 4.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-4d5rem-lg {
        padding-bottom: 4.5rem;
    }

    .pb-4d5rem-lg-i {
        padding-bottom: 4.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-4d5rem-md {
        padding-bottom: 4.5rem;
    }

    .pb-4d5rem-md-i {
        padding-bottom: 4.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-4d5rem-sm {
        padding-bottom: 4.5rem;
    }

    .pb-4d5rem-sm-i {
        padding-bottom: 4.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-4d5rem-xs {
        padding-bottom: 4.5rem;
    }

    .pb-4d5rem-xs-i {
        padding-bottom: 4.5rem !important;
    }
}

.pl-4d5rem {
    padding-left: 4.5rem;
}

.pl-4d5rem-i {
    padding-left: 4.5rem !important;
}

@media screen and (min-width:1024px) {
    .pl-4d5rem-xl {
        padding-left: 4.5rem;
    }

    .pl-4d5rem-xl-i {
        padding-left: 4.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-4d5rem-lg {
        padding-left: 4.5rem;
    }

    .pl-4d5rem-lg-i {
        padding-left: 4.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-4d5rem-md {
        padding-left: 4.5rem;
    }

    .pl-4d5rem-md-i {
        padding-left: 4.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-4d5rem-sm {
        padding-left: 4.5rem;
    }

    .pl-4d5rem-sm-i {
        padding-left: 4.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pl-4d5rem-xs {
        padding-left: 4.5rem;
    }

    .pl-4d5rem-xs-i {
        padding-left: 4.5rem !important;
    }
}

.pt-5d5rem {
    padding-top: 5.5rem;
}

.pt-5d5rem-i {
    padding-top: 5.5rem !important;
}

@media screen and (min-width:1024px) {
    .pt-5d5rem-xl {
        padding-top: 5.5rem;
    }

    .pt-5d5rem-xl-i {
        padding-top: 5.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-5d5rem-lg {
        padding-top: 5.5rem;
    }

    .pt-5d5rem-lg-i {
        padding-top: 5.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-5d5rem-md {
        padding-top: 5.5rem;
    }

    .pt-5d5rem-md-i {
        padding-top: 5.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-5d5rem-sm {
        padding-top: 5.5rem;
    }

    .pt-5d5rem-sm-i {
        padding-top: 5.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-5d5rem-xs {
        padding-top: 5.5rem;
    }

    .pt-5d5rem-xs-i {
        padding-top: 5.5rem !important;
    }
}

.pr-5d5rem {
    padding-right: 5.5rem;
}

.pr-5d5rem-i {
    padding-right: 5.5rem !important;
}

@media screen and (min-width:1024px) {
    .pr-5d5rem-xl {
        padding-right: 5.5rem;
    }

    .pr-5d5rem-xl-i {
        padding-right: 5.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-5d5rem-lg {
        padding-right: 5.5rem;
    }

    .pr-5d5rem-lg-i {
        padding-right: 5.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-5d5rem-md {
        padding-right: 5.5rem;
    }

    .pr-5d5rem-md-i {
        padding-right: 5.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-5d5rem-sm {
        padding-right: 5.5rem;
    }

    .pr-5d5rem-sm-i {
        padding-right: 5.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pr-5d5rem-xs {
        padding-right: 5.5rem;
    }

    .pr-5d5rem-xs-i {
        padding-right: 5.5rem !important;
    }
}

.pb-5d5rem {
    padding-bottom: 5.5rem;
}

.pb-5d5rem-i {
    padding-bottom: 5.5rem !important;
}

@media screen and (min-width:1024px) {
    .pb-5d5rem-xl {
        padding-bottom: 5.5rem;
    }

    .pb-5d5rem-xl-i {
        padding-bottom: 5.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-5d5rem-lg {
        padding-bottom: 5.5rem;
    }

    .pb-5d5rem-lg-i {
        padding-bottom: 5.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-5d5rem-md {
        padding-bottom: 5.5rem;
    }

    .pb-5d5rem-md-i {
        padding-bottom: 5.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-5d5rem-sm {
        padding-bottom: 5.5rem;
    }

    .pb-5d5rem-sm-i {
        padding-bottom: 5.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-5d5rem-xs {
        padding-bottom: 5.5rem;
    }

    .pb-5d5rem-xs-i {
        padding-bottom: 5.5rem !important;
    }
}

.pl-5d5rem {
    padding-left: 5.5rem;
}

.pl-5d5rem-i {
    padding-left: 5.5rem !important;
}

@media screen and (min-width:1024px) {
    .pl-5d5rem-xl {
        padding-left: 5.5rem;
    }

    .pl-5d5rem-xl-i {
        padding-left: 5.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-5d5rem-lg {
        padding-left: 5.5rem;
    }

    .pl-5d5rem-lg-i {
        padding-left: 5.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-5d5rem-md {
        padding-left: 5.5rem;
    }

    .pl-5d5rem-md-i {
        padding-left: 5.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-5d5rem-sm {
        padding-left: 5.5rem;
    }

    .pl-5d5rem-sm-i {
        padding-left: 5.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pl-5d5rem-xs {
        padding-left: 5.5rem;
    }

    .pl-5d5rem-xs-i {
        padding-left: 5.5rem !important;
    }
}

.pt-6d5rem {
    padding-top: 6.5rem;
}

.pt-6d5rem-i {
    padding-top: 6.5rem !important;
}

@media screen and (min-width:1024px) {
    .pt-6d5rem-xl {
        padding-top: 6.5rem;
    }

    .pt-6d5rem-xl-i {
        padding-top: 6.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-6d5rem-lg {
        padding-top: 6.5rem;
    }

    .pt-6d5rem-lg-i {
        padding-top: 6.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-6d5rem-md {
        padding-top: 6.5rem;
    }

    .pt-6d5rem-md-i {
        padding-top: 6.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-6d5rem-sm {
        padding-top: 6.5rem;
    }

    .pt-6d5rem-sm-i {
        padding-top: 6.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-6d5rem-xs {
        padding-top: 6.5rem;
    }

    .pt-6d5rem-xs-i {
        padding-top: 6.5rem !important;
    }
}

.pr-6d5rem {
    padding-right: 6.5rem;
}

.pr-6d5rem-i {
    padding-right: 6.5rem !important;
}

@media screen and (min-width:1024px) {
    .pr-6d5rem-xl {
        padding-right: 6.5rem;
    }

    .pr-6d5rem-xl-i {
        padding-right: 6.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-6d5rem-lg {
        padding-right: 6.5rem;
    }

    .pr-6d5rem-lg-i {
        padding-right: 6.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-6d5rem-md {
        padding-right: 6.5rem;
    }

    .pr-6d5rem-md-i {
        padding-right: 6.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-6d5rem-sm {
        padding-right: 6.5rem;
    }

    .pr-6d5rem-sm-i {
        padding-right: 6.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pr-6d5rem-xs {
        padding-right: 6.5rem;
    }

    .pr-6d5rem-xs-i {
        padding-right: 6.5rem !important;
    }
}

.pb-6d5rem {
    padding-bottom: 6.5rem;
}

.pb-6d5rem-i {
    padding-bottom: 6.5rem !important;
}

@media screen and (min-width:1024px) {
    .pb-6d5rem-xl {
        padding-bottom: 6.5rem;
    }

    .pb-6d5rem-xl-i {
        padding-bottom: 6.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-6d5rem-lg {
        padding-bottom: 6.5rem;
    }

    .pb-6d5rem-lg-i {
        padding-bottom: 6.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-6d5rem-md {
        padding-bottom: 6.5rem;
    }

    .pb-6d5rem-md-i {
        padding-bottom: 6.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-6d5rem-sm {
        padding-bottom: 6.5rem;
    }

    .pb-6d5rem-sm-i {
        padding-bottom: 6.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-6d5rem-xs {
        padding-bottom: 6.5rem;
    }

    .pb-6d5rem-xs-i {
        padding-bottom: 6.5rem !important;
    }
}

.pl-6d5rem {
    padding-left: 6.5rem;
}

.pl-6d5rem-i {
    padding-left: 6.5rem !important;
}

@media screen and (min-width:1024px) {
    .pl-6d5rem-xl {
        padding-left: 6.5rem;
    }

    .pl-6d5rem-xl-i {
        padding-left: 6.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-6d5rem-lg {
        padding-left: 6.5rem;
    }

    .pl-6d5rem-lg-i {
        padding-left: 6.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-6d5rem-md {
        padding-left: 6.5rem;
    }

    .pl-6d5rem-md-i {
        padding-left: 6.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-6d5rem-sm {
        padding-left: 6.5rem;
    }

    .pl-6d5rem-sm-i {
        padding-left: 6.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pl-6d5rem-xs {
        padding-left: 6.5rem;
    }

    .pl-6d5rem-xs-i {
        padding-left: 6.5rem !important;
    }
}

.pt-7d5rem {
    padding-top: 7.5rem;
}

.pt-7d5rem-i {
    padding-top: 7.5rem !important;
}

@media screen and (min-width:1024px) {
    .pt-7d5rem-xl {
        padding-top: 7.5rem;
    }

    .pt-7d5rem-xl-i {
        padding-top: 7.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-7d5rem-lg {
        padding-top: 7.5rem;
    }

    .pt-7d5rem-lg-i {
        padding-top: 7.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-7d5rem-md {
        padding-top: 7.5rem;
    }

    .pt-7d5rem-md-i {
        padding-top: 7.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-7d5rem-sm {
        padding-top: 7.5rem;
    }

    .pt-7d5rem-sm-i {
        padding-top: 7.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-7d5rem-xs {
        padding-top: 7.5rem;
    }

    .pt-7d5rem-xs-i {
        padding-top: 7.5rem !important;
    }
}

.pr-7d5rem {
    padding-right: 7.5rem;
}

.pr-7d5rem-i {
    padding-right: 7.5rem !important;
}

@media screen and (min-width:1024px) {
    .pr-7d5rem-xl {
        padding-right: 7.5rem;
    }

    .pr-7d5rem-xl-i {
        padding-right: 7.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-7d5rem-lg {
        padding-right: 7.5rem;
    }

    .pr-7d5rem-lg-i {
        padding-right: 7.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-7d5rem-md {
        padding-right: 7.5rem;
    }

    .pr-7d5rem-md-i {
        padding-right: 7.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-7d5rem-sm {
        padding-right: 7.5rem;
    }

    .pr-7d5rem-sm-i {
        padding-right: 7.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pr-7d5rem-xs {
        padding-right: 7.5rem;
    }

    .pr-7d5rem-xs-i {
        padding-right: 7.5rem !important;
    }
}

.pb-7d5rem {
    padding-bottom: 7.5rem;
}

.pb-7d5rem-i {
    padding-bottom: 7.5rem !important;
}

@media screen and (min-width:1024px) {
    .pb-7d5rem-xl {
        padding-bottom: 7.5rem;
    }

    .pb-7d5rem-xl-i {
        padding-bottom: 7.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-7d5rem-lg {
        padding-bottom: 7.5rem;
    }

    .pb-7d5rem-lg-i {
        padding-bottom: 7.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-7d5rem-md {
        padding-bottom: 7.5rem;
    }

    .pb-7d5rem-md-i {
        padding-bottom: 7.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-7d5rem-sm {
        padding-bottom: 7.5rem;
    }

    .pb-7d5rem-sm-i {
        padding-bottom: 7.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-7d5rem-xs {
        padding-bottom: 7.5rem;
    }

    .pb-7d5rem-xs-i {
        padding-bottom: 7.5rem !important;
    }
}

.pl-7d5rem {
    padding-left: 7.5rem;
}

.pl-7d5rem-i {
    padding-left: 7.5rem !important;
}

@media screen and (min-width:1024px) {
    .pl-7d5rem-xl {
        padding-left: 7.5rem;
    }

    .pl-7d5rem-xl-i {
        padding-left: 7.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-7d5rem-lg {
        padding-left: 7.5rem;
    }

    .pl-7d5rem-lg-i {
        padding-left: 7.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-7d5rem-md {
        padding-left: 7.5rem;
    }

    .pl-7d5rem-md-i {
        padding-left: 7.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-7d5rem-sm {
        padding-left: 7.5rem;
    }

    .pl-7d5rem-sm-i {
        padding-left: 7.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pl-7d5rem-xs {
        padding-left: 7.5rem;
    }

    .pl-7d5rem-xs-i {
        padding-left: 7.5rem !important;
    }
}

.pt-8d5rem {
    padding-top: 8.5rem;
}

.pt-8d5rem-i {
    padding-top: 8.5rem !important;
}

@media screen and (min-width:1024px) {
    .pt-8d5rem-xl {
        padding-top: 8.5rem;
    }

    .pt-8d5rem-xl-i {
        padding-top: 8.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-8d5rem-lg {
        padding-top: 8.5rem;
    }

    .pt-8d5rem-lg-i {
        padding-top: 8.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-8d5rem-md {
        padding-top: 8.5rem;
    }

    .pt-8d5rem-md-i {
        padding-top: 8.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-8d5rem-sm {
        padding-top: 8.5rem;
    }

    .pt-8d5rem-sm-i {
        padding-top: 8.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-8d5rem-xs {
        padding-top: 8.5rem;
    }

    .pt-8d5rem-xs-i {
        padding-top: 8.5rem !important;
    }
}

.pr-8d5rem {
    padding-right: 8.5rem;
}

.pr-8d5rem-i {
    padding-right: 8.5rem !important;
}

@media screen and (min-width:1024px) {
    .pr-8d5rem-xl {
        padding-right: 8.5rem;
    }

    .pr-8d5rem-xl-i {
        padding-right: 8.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-8d5rem-lg {
        padding-right: 8.5rem;
    }

    .pr-8d5rem-lg-i {
        padding-right: 8.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-8d5rem-md {
        padding-right: 8.5rem;
    }

    .pr-8d5rem-md-i {
        padding-right: 8.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-8d5rem-sm {
        padding-right: 8.5rem;
    }

    .pr-8d5rem-sm-i {
        padding-right: 8.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pr-8d5rem-xs {
        padding-right: 8.5rem;
    }

    .pr-8d5rem-xs-i {
        padding-right: 8.5rem !important;
    }
}

.pb-8d5rem {
    padding-bottom: 8.5rem;
}

.pb-8d5rem-i {
    padding-bottom: 8.5rem !important;
}

@media screen and (min-width:1024px) {
    .pb-8d5rem-xl {
        padding-bottom: 8.5rem;
    }

    .pb-8d5rem-xl-i {
        padding-bottom: 8.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-8d5rem-lg {
        padding-bottom: 8.5rem;
    }

    .pb-8d5rem-lg-i {
        padding-bottom: 8.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-8d5rem-md {
        padding-bottom: 8.5rem;
    }

    .pb-8d5rem-md-i {
        padding-bottom: 8.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-8d5rem-sm {
        padding-bottom: 8.5rem;
    }

    .pb-8d5rem-sm-i {
        padding-bottom: 8.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-8d5rem-xs {
        padding-bottom: 8.5rem;
    }

    .pb-8d5rem-xs-i {
        padding-bottom: 8.5rem !important;
    }
}

.pl-8d5rem {
    padding-left: 8.5rem;
}

.pl-8d5rem-i {
    padding-left: 8.5rem !important;
}

@media screen and (min-width:1024px) {
    .pl-8d5rem-xl {
        padding-left: 8.5rem;
    }

    .pl-8d5rem-xl-i {
        padding-left: 8.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-8d5rem-lg {
        padding-left: 8.5rem;
    }

    .pl-8d5rem-lg-i {
        padding-left: 8.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-8d5rem-md {
        padding-left: 8.5rem;
    }

    .pl-8d5rem-md-i {
        padding-left: 8.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-8d5rem-sm {
        padding-left: 8.5rem;
    }

    .pl-8d5rem-sm-i {
        padding-left: 8.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pl-8d5rem-xs {
        padding-left: 8.5rem;
    }

    .pl-8d5rem-xs-i {
        padding-left: 8.5rem !important;
    }
}

.pt-9d5rem {
    padding-top: 9.5rem;
}

.pt-9d5rem-i {
    padding-top: 9.5rem !important;
}

@media screen and (min-width:1024px) {
    .pt-9d5rem-xl {
        padding-top: 9.5rem;
    }

    .pt-9d5rem-xl-i {
        padding-top: 9.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pt-9d5rem-lg {
        padding-top: 9.5rem;
    }

    .pt-9d5rem-lg-i {
        padding-top: 9.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pt-9d5rem-md {
        padding-top: 9.5rem;
    }

    .pt-9d5rem-md-i {
        padding-top: 9.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pt-9d5rem-sm {
        padding-top: 9.5rem;
    }

    .pt-9d5rem-sm-i {
        padding-top: 9.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pt-9d5rem-xs {
        padding-top: 9.5rem;
    }

    .pt-9d5rem-xs-i {
        padding-top: 9.5rem !important;
    }
}

.pr-9d5rem {
    padding-right: 9.5rem;
}

.pr-9d5rem-i {
    padding-right: 9.5rem !important;
}

@media screen and (min-width:1024px) {
    .pr-9d5rem-xl {
        padding-right: 9.5rem;
    }

    .pr-9d5rem-xl-i {
        padding-right: 9.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pr-9d5rem-lg {
        padding-right: 9.5rem;
    }

    .pr-9d5rem-lg-i {
        padding-right: 9.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pr-9d5rem-md {
        padding-right: 9.5rem;
    }

    .pr-9d5rem-md-i {
        padding-right: 9.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pr-9d5rem-sm {
        padding-right: 9.5rem;
    }

    .pr-9d5rem-sm-i {
        padding-right: 9.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pr-9d5rem-xs {
        padding-right: 9.5rem;
    }

    .pr-9d5rem-xs-i {
        padding-right: 9.5rem !important;
    }
}

.pb-9d5rem {
    padding-bottom: 9.5rem;
}

.pb-9d5rem-i {
    padding-bottom: 9.5rem !important;
}

@media screen and (min-width:1024px) {
    .pb-9d5rem-xl {
        padding-bottom: 9.5rem;
    }

    .pb-9d5rem-xl-i {
        padding-bottom: 9.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pb-9d5rem-lg {
        padding-bottom: 9.5rem;
    }

    .pb-9d5rem-lg-i {
        padding-bottom: 9.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pb-9d5rem-md {
        padding-bottom: 9.5rem;
    }

    .pb-9d5rem-md-i {
        padding-bottom: 9.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pb-9d5rem-sm {
        padding-bottom: 9.5rem;
    }

    .pb-9d5rem-sm-i {
        padding-bottom: 9.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pb-9d5rem-xs {
        padding-bottom: 9.5rem;
    }

    .pb-9d5rem-xs-i {
        padding-bottom: 9.5rem !important;
    }
}

.pl-9d5rem {
    padding-left: 9.5rem;
}

.pl-9d5rem-i {
    padding-left: 9.5rem !important;
}

@media screen and (min-width:1024px) {
    .pl-9d5rem-xl {
        padding-left: 9.5rem;
    }

    .pl-9d5rem-xl-i {
        padding-left: 9.5rem !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .pl-9d5rem-lg {
        padding-left: 9.5rem;
    }

    .pl-9d5rem-lg-i {
        padding-left: 9.5rem !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .pl-9d5rem-md {
        padding-left: 9.5rem;
    }

    .pl-9d5rem-md-i {
        padding-left: 9.5rem !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .pl-9d5rem-sm {
        padding-left: 9.5rem;
    }

    .pl-9d5rem-sm-i {
        padding-left: 9.5rem !important;
    }
}

@media screen and (max-width:576px) {
    .pl-9d5rem-xs {
        padding-left: 9.5rem;
    }

    .pl-9d5rem-xs-i {
        padding-left: 9.5rem !important;
    }
}

.fz-8px {
    font-size: 8px;
}

.fz-8px-i {
    font-size: 8px !important;
}

@media screen and (min-width:1024px) {
    .fz-8px-xl {
        font-size: 8px;
    }

    .fz-8px-xl-i {
        font-size: 8px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-8px-lg {
        font-size: 8px;
    }

    .fz-8px-lg-i {
        font-size: 8px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-8px-md {
        font-size: 8px;
    }

    .fz-8px-md-i {
        font-size: 8px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-8px-sm {
        font-size: 8px;
    }

    .fz-8px-sm-i {
        font-size: 8px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-8px-xs {
        font-size: 8px;
    }

    .fz-8px-xs-i {
        font-size: 8px !important;
    }
}

.fz-10px {
    font-size: 10px;
}

.fz-10px-i {
    font-size: 10px !important;
}

@media screen and (min-width:1024px) {
    .fz-10px-xl {
        font-size: 10px;
    }

    .fz-10px-xl-i {
        font-size: 10px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-10px-lg {
        font-size: 10px;
    }

    .fz-10px-lg-i {
        font-size: 10px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-10px-md {
        font-size: 10px;
    }

    .fz-10px-md-i {
        font-size: 10px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-10px-sm {
        font-size: 10px;
    }

    .fz-10px-sm-i {
        font-size: 10px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-10px-xs {
        font-size: 10px;
    }

    .fz-10px-xs-i {
        font-size: 10px !important;
    }
}

.fz-12px {
    font-size: 12px;
}

.fz-12px-i {
    font-size: 12px !important;
}

@media screen and (min-width:1024px) {
    .fz-12px-xl {
        font-size: 12px;
    }

    .fz-12px-xl-i {
        font-size: 12px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-12px-lg {
        font-size: 12px;
    }

    .fz-12px-lg-i {
        font-size: 12px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-12px-md {
        font-size: 12px;
    }

    .fz-12px-md-i {
        font-size: 12px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-12px-sm {
        font-size: 12px;
    }

    .fz-12px-sm-i {
        font-size: 12px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-12px-xs {
        font-size: 12px;
    }

    .fz-12px-xs-i {
        font-size: 12px !important;
    }
}

.fz-14px {
    font-size: 14px;
}

.fz-14px-i {
    font-size: 14px !important;
}

@media screen and (min-width:1024px) {
    .fz-14px-xl {
        font-size: 14px;
    }

    .fz-14px-xl-i {
        font-size: 14px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-14px-lg {
        font-size: 14px;
    }

    .fz-14px-lg-i {
        font-size: 14px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-14px-md {
        font-size: 14px;
    }

    .fz-14px-md-i {
        font-size: 14px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-14px-sm {
        font-size: 14px;
    }

    .fz-14px-sm-i {
        font-size: 14px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-14px-xs {
        font-size: 14px;
    }

    .fz-14px-xs-i {
        font-size: 14px !important;
    }
}

.fz-16px {
    font-size: 16px;
}

.fz-16px-i {
    font-size: 16px !important;
}

@media screen and (min-width:1024px) {
    .fz-16px-xl {
        font-size: 16px;
    }

    .fz-16px-xl-i {
        font-size: 16px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-16px-lg {
        font-size: 16px;
    }

    .fz-16px-lg-i {
        font-size: 16px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-16px-md {
        font-size: 16px;
    }

    .fz-16px-md-i {
        font-size: 16px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-16px-sm {
        font-size: 16px;
    }

    .fz-16px-sm-i {
        font-size: 16px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-16px-xs {
        font-size: 16px;
    }

    .fz-16px-xs-i {
        font-size: 16px !important;
    }
}

.fz-18px {
    font-size: 18px;
}

.fz-18px-i {
    font-size: 18px !important;
}

@media screen and (min-width:1024px) {
    .fz-18px-xl {
        font-size: 18px;
    }

    .fz-18px-xl-i {
        font-size: 18px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-18px-lg {
        font-size: 18px;
    }

    .fz-18px-lg-i {
        font-size: 18px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-18px-md {
        font-size: 18px;
    }

    .fz-18px-md-i {
        font-size: 18px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-18px-sm {
        font-size: 18px;
    }

    .fz-18px-sm-i {
        font-size: 18px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-18px-xs {
        font-size: 18px;
    }

    .fz-18px-xs-i {
        font-size: 18px !important;
    }
}

.fz-20px {
    font-size: 20px;
}

.fz-20px-i {
    font-size: 20px !important;
}

@media screen and (min-width:1024px) {
    .fz-20px-xl {
        font-size: 20px;
    }

    .fz-20px-xl-i {
        font-size: 20px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-20px-lg {
        font-size: 20px;
    }

    .fz-20px-lg-i {
        font-size: 20px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-20px-md {
        font-size: 20px;
    }

    .fz-20px-md-i {
        font-size: 20px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-20px-sm {
        font-size: 20px;
    }

    .fz-20px-sm-i {
        font-size: 20px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-20px-xs {
        font-size: 20px;
    }

    .fz-20px-xs-i {
        font-size: 20px !important;
    }
}

.fz-22px {
    font-size: 22px;
}

.fz-22px-i {
    font-size: 22px !important;
}

@media screen and (min-width:1024px) {
    .fz-22px-xl {
        font-size: 22px;
    }

    .fz-22px-xl-i {
        font-size: 22px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-22px-lg {
        font-size: 22px;
    }

    .fz-22px-lg-i {
        font-size: 22px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-22px-md {
        font-size: 22px;
    }

    .fz-22px-md-i {
        font-size: 22px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-22px-sm {
        font-size: 22px;
    }

    .fz-22px-sm-i {
        font-size: 22px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-22px-xs {
        font-size: 22px;
    }

    .fz-22px-xs-i {
        font-size: 22px !important;
    }
}

.fz-24px {
    font-size: 24px;
}

.fz-24px-i {
    font-size: 24px !important;
}

@media screen and (min-width:1024px) {
    .fz-24px-xl {
        font-size: 24px;
    }

    .fz-24px-xl-i {
        font-size: 24px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-24px-lg {
        font-size: 24px;
    }

    .fz-24px-lg-i {
        font-size: 24px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-24px-md {
        font-size: 24px;
    }

    .fz-24px-md-i {
        font-size: 24px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-24px-sm {
        font-size: 24px;
    }

    .fz-24px-sm-i {
        font-size: 24px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-24px-xs {
        font-size: 24px;
    }

    .fz-24px-xs-i {
        font-size: 24px !important;
    }
}

.fz-26px {
    font-size: 26px;
}

.fz-26px-i {
    font-size: 26px !important;
}

@media screen and (min-width:1024px) {
    .fz-26px-xl {
        font-size: 26px;
    }

    .fz-26px-xl-i {
        font-size: 26px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-26px-lg {
        font-size: 26px;
    }

    .fz-26px-lg-i {
        font-size: 26px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-26px-md {
        font-size: 26px;
    }

    .fz-26px-md-i {
        font-size: 26px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-26px-sm {
        font-size: 26px;
    }

    .fz-26px-sm-i {
        font-size: 26px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-26px-xs {
        font-size: 26px;
    }

    .fz-26px-xs-i {
        font-size: 26px !important;
    }
}

.fz-28px {
    font-size: 28px;
}

.fz-28px-i {
    font-size: 28px !important;
}

@media screen and (min-width:1024px) {
    .fz-28px-xl {
        font-size: 28px;
    }

    .fz-28px-xl-i {
        font-size: 28px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-28px-lg {
        font-size: 28px;
    }

    .fz-28px-lg-i {
        font-size: 28px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-28px-md {
        font-size: 28px;
    }

    .fz-28px-md-i {
        font-size: 28px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-28px-sm {
        font-size: 28px;
    }

    .fz-28px-sm-i {
        font-size: 28px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-28px-xs {
        font-size: 28px;
    }

    .fz-28px-xs-i {
        font-size: 28px !important;
    }
}

.fz-30px {
    font-size: 30px;
}

.fz-30px-i {
    font-size: 30px !important;
}

@media screen and (min-width:1024px) {
    .fz-30px-xl {
        font-size: 30px;
    }

    .fz-30px-xl-i {
        font-size: 30px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-30px-lg {
        font-size: 30px;
    }

    .fz-30px-lg-i {
        font-size: 30px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-30px-md {
        font-size: 30px;
    }

    .fz-30px-md-i {
        font-size: 30px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-30px-sm {
        font-size: 30px;
    }

    .fz-30px-sm-i {
        font-size: 30px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-30px-xs {
        font-size: 30px;
    }

    .fz-30px-xs-i {
        font-size: 30px !important;
    }
}

.fz-32px {
    font-size: 32px;
}

.fz-32px-i {
    font-size: 32px !important;
}

@media screen and (min-width:1024px) {
    .fz-32px-xl {
        font-size: 32px;
    }

    .fz-32px-xl-i {
        font-size: 32px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-32px-lg {
        font-size: 32px;
    }

    .fz-32px-lg-i {
        font-size: 32px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-32px-md {
        font-size: 32px;
    }

    .fz-32px-md-i {
        font-size: 32px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-32px-sm {
        font-size: 32px;
    }

    .fz-32px-sm-i {
        font-size: 32px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-32px-xs {
        font-size: 32px;
    }

    .fz-32px-xs-i {
        font-size: 32px !important;
    }
}

.fz-34px {
    font-size: 34px;
}

.fz-34px-i {
    font-size: 34px !important;
}

@media screen and (min-width:1024px) {
    .fz-34px-xl {
        font-size: 34px;
    }

    .fz-34px-xl-i {
        font-size: 34px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-34px-lg {
        font-size: 34px;
    }

    .fz-34px-lg-i {
        font-size: 34px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-34px-md {
        font-size: 34px;
    }

    .fz-34px-md-i {
        font-size: 34px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-34px-sm {
        font-size: 34px;
    }

    .fz-34px-sm-i {
        font-size: 34px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-34px-xs {
        font-size: 34px;
    }

    .fz-34px-xs-i {
        font-size: 34px !important;
    }
}

.fz-36px {
    font-size: 36px;
}

.fz-36px-i {
    font-size: 36px !important;
}

@media screen and (min-width:1024px) {
    .fz-36px-xl {
        font-size: 36px;
    }

    .fz-36px-xl-i {
        font-size: 36px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-36px-lg {
        font-size: 36px;
    }

    .fz-36px-lg-i {
        font-size: 36px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-36px-md {
        font-size: 36px;
    }

    .fz-36px-md-i {
        font-size: 36px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-36px-sm {
        font-size: 36px;
    }

    .fz-36px-sm-i {
        font-size: 36px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-36px-xs {
        font-size: 36px;
    }

    .fz-36px-xs-i {
        font-size: 36px !important;
    }
}

.fz-40px {
    font-size: 40px;
}

.fz-40px-i {
    font-size: 40px !important;
}

@media screen and (min-width:1024px) {
    .fz-40px-xl {
        font-size: 40px;
    }

    .fz-40px-xl-i {
        font-size: 40px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-40px-lg {
        font-size: 40px;
    }

    .fz-40px-lg-i {
        font-size: 40px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-40px-md {
        font-size: 40px;
    }

    .fz-40px-md-i {
        font-size: 40px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-40px-sm {
        font-size: 40px;
    }

    .fz-40px-sm-i {
        font-size: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-40px-xs {
        font-size: 40px;
    }

    .fz-40px-xs-i {
        font-size: 40px !important;
    }
}

.fz-42px {
    font-size: 42px;
}

.fz-42px-i {
    font-size: 42px !important;
}

@media screen and (min-width:1024px) {
    .fz-42px-xl {
        font-size: 42px;
    }

    .fz-42px-xl-i {
        font-size: 42px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-42px-lg {
        font-size: 42px;
    }

    .fz-42px-lg-i {
        font-size: 42px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-42px-md {
        font-size: 42px;
    }

    .fz-42px-md-i {
        font-size: 42px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-42px-sm {
        font-size: 42px;
    }

    .fz-42px-sm-i {
        font-size: 42px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-42px-xs {
        font-size: 42px;
    }

    .fz-42px-xs-i {
        font-size: 42px !important;
    }
}

.fz-44px {
    font-size: 44px;
}

.fz-44px-i {
    font-size: 44px !important;
}

@media screen and (min-width:1024px) {
    .fz-44px-xl {
        font-size: 44px;
    }

    .fz-44px-xl-i {
        font-size: 44px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-44px-lg {
        font-size: 44px;
    }

    .fz-44px-lg-i {
        font-size: 44px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-44px-md {
        font-size: 44px;
    }

    .fz-44px-md-i {
        font-size: 44px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-44px-sm {
        font-size: 44px;
    }

    .fz-44px-sm-i {
        font-size: 44px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-44px-xs {
        font-size: 44px;
    }

    .fz-44px-xs-i {
        font-size: 44px !important;
    }
}

.fz-48px {
    font-size: 48px;
}

.fz-48px-i {
    font-size: 48px !important;
}

@media screen and (min-width:1024px) {
    .fz-48px-xl {
        font-size: 48px;
    }

    .fz-48px-xl-i {
        font-size: 48px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-48px-lg {
        font-size: 48px;
    }

    .fz-48px-lg-i {
        font-size: 48px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-48px-md {
        font-size: 48px;
    }

    .fz-48px-md-i {
        font-size: 48px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-48px-sm {
        font-size: 48px;
    }

    .fz-48px-sm-i {
        font-size: 48px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-48px-xs {
        font-size: 48px;
    }

    .fz-48px-xs-i {
        font-size: 48px !important;
    }
}

.fz-50px {
    font-size: 48px;
}

.fz-50px-i {
    font-size: 48px !important;
}

@media screen and (min-width:1024px) {
    .fz-50px-xl {
        font-size: 48px;
    }

    .fz-50px-xl-i {
        font-size: 48px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-50px-lg {
        font-size: 48px;
    }

    .fz-50px-lg-i {
        font-size: 48px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-50px-md {
        font-size: 48px;
    }

    .fz-50px-md-i {
        font-size: 48px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-50px-sm {
        font-size: 48px;
    }

    .fz-50px-sm-i {
        font-size: 48px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-50px-xs {
        font-size: 48px;
    }

    .fz-50px-xs-i {
        font-size: 48px !important;
    }
}

.fz-72px {
    font-size: 72px;
}

.fz-72px-i {
    font-size: 72px !important;
}

@media screen and (min-width:1024px) {
    .fz-72px-xl {
        font-size: 72px;
    }

    .fz-72px-xl-i {
        font-size: 72px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-72px-lg {
        font-size: 72px;
    }

    .fz-72px-lg-i {
        font-size: 72px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-72px-md {
        font-size: 72px;
    }

    .fz-72px-md-i {
        font-size: 72px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-72px-sm {
        font-size: 72px;
    }

    .fz-72px-sm-i {
        font-size: 72px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-72px-xs {
        font-size: 72px;
    }

    .fz-72px-xs-i {
        font-size: 72px !important;
    }
}

.fz-144px {
    font-size: 144px;
}

.fz-144px-i {
    font-size: 144px !important;
}

@media screen and (min-width:1024px) {
    .fz-144px-xl {
        font-size: 144px;
    }

    .fz-144px-xl-i {
        font-size: 144px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-144px-lg {
        font-size: 144px;
    }

    .fz-144px-lg-i {
        font-size: 144px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-144px-md {
        font-size: 144px;
    }

    .fz-144px-md-i {
        font-size: 144px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-144px-sm {
        font-size: 144px;
    }

    .fz-144px-sm-i {
        font-size: 144px !important;
    }
}

@media screen and (max-width:576px) {
    .fz-144px-xs {
        font-size: 144px;
    }

    .fz-144px-xs-i {
        font-size: 144px !important;
    }
}

.fz-8pt {
    font-size: 8pt;
}

.fz-8pt-i {
    font-size: 8pt !important;
}

@media screen and (min-width:1024px) {
    .fz-8pt-xl {
        font-size: 8pt;
    }

    .fz-8pt-xl-i {
        font-size: 8pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-8pt-lg {
        font-size: 8pt;
    }

    .fz-8pt-lg-i {
        font-size: 8pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-8pt-md {
        font-size: 8pt;
    }

    .fz-8pt-md-i {
        font-size: 8pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-8pt-sm {
        font-size: 8pt;
    }

    .fz-8pt-sm-i {
        font-size: 8pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-8pt-xs {
        font-size: 8pt;
    }

    .fz-8pt-xs-i {
        font-size: 8pt !important;
    }
}

.fz-10pt {
    font-size: 10pt;
}

.fz-10pt-i {
    font-size: 10pt !important;
}

@media screen and (min-width:1024px) {
    .fz-10pt-xl {
        font-size: 10pt;
    }

    .fz-10pt-xl-i {
        font-size: 10pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-10pt-lg {
        font-size: 10pt;
    }

    .fz-10pt-lg-i {
        font-size: 10pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-10pt-md {
        font-size: 10pt;
    }

    .fz-10pt-md-i {
        font-size: 10pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-10pt-sm {
        font-size: 10pt;
    }

    .fz-10pt-sm-i {
        font-size: 10pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-10pt-xs {
        font-size: 10pt;
    }

    .fz-10pt-xs-i {
        font-size: 10pt !important;
    }
}

.fz-12pt {
    font-size: 12pt;
}

.fz-12pt-i {
    font-size: 12pt !important;
}

@media screen and (min-width:1024px) {
    .fz-12pt-xl {
        font-size: 12pt;
    }

    .fz-12pt-xl-i {
        font-size: 12pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-12pt-lg {
        font-size: 12pt;
    }

    .fz-12pt-lg-i {
        font-size: 12pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-12pt-md {
        font-size: 12pt;
    }

    .fz-12pt-md-i {
        font-size: 12pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-12pt-sm {
        font-size: 12pt;
    }

    .fz-12pt-sm-i {
        font-size: 12pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-12pt-xs {
        font-size: 12pt;
    }

    .fz-12pt-xs-i {
        font-size: 12pt !important;
    }
}

.fz-14pt {
    font-size: 14pt;
}

.fz-14pt-i {
    font-size: 14pt !important;
}

@media screen and (min-width:1024px) {
    .fz-14pt-xl {
        font-size: 14pt;
    }

    .fz-14pt-xl-i {
        font-size: 14pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-14pt-lg {
        font-size: 14pt;
    }

    .fz-14pt-lg-i {
        font-size: 14pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-14pt-md {
        font-size: 14pt;
    }

    .fz-14pt-md-i {
        font-size: 14pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-14pt-sm {
        font-size: 14pt;
    }

    .fz-14pt-sm-i {
        font-size: 14pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-14pt-xs {
        font-size: 14pt;
    }

    .fz-14pt-xs-i {
        font-size: 14pt !important;
    }
}

.fz-16pt {
    font-size: 16pt;
}

.fz-16pt-i {
    font-size: 16pt !important;
}

@media screen and (min-width:1024px) {
    .fz-16pt-xl {
        font-size: 16pt;
    }

    .fz-16pt-xl-i {
        font-size: 16pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-16pt-lg {
        font-size: 16pt;
    }

    .fz-16pt-lg-i {
        font-size: 16pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-16pt-md {
        font-size: 16pt;
    }

    .fz-16pt-md-i {
        font-size: 16pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-16pt-sm {
        font-size: 16pt;
    }

    .fz-16pt-sm-i {
        font-size: 16pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-16pt-xs {
        font-size: 16pt;
    }

    .fz-16pt-xs-i {
        font-size: 16pt !important;
    }
}

.fz-18pt {
    font-size: 18pt;
}

.fz-18pt-i {
    font-size: 18pt !important;
}

@media screen and (min-width:1024px) {
    .fz-18pt-xl {
        font-size: 18pt;
    }

    .fz-18pt-xl-i {
        font-size: 18pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-18pt-lg {
        font-size: 18pt;
    }

    .fz-18pt-lg-i {
        font-size: 18pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-18pt-md {
        font-size: 18pt;
    }

    .fz-18pt-md-i {
        font-size: 18pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-18pt-sm {
        font-size: 18pt;
    }

    .fz-18pt-sm-i {
        font-size: 18pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-18pt-xs {
        font-size: 18pt;
    }

    .fz-18pt-xs-i {
        font-size: 18pt !important;
    }
}

.fz-20pt {
    font-size: 20pt;
}

.fz-20pt-i {
    font-size: 20pt !important;
}

@media screen and (min-width:1024px) {
    .fz-20pt-xl {
        font-size: 20pt;
    }

    .fz-20pt-xl-i {
        font-size: 20pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-20pt-lg {
        font-size: 20pt;
    }

    .fz-20pt-lg-i {
        font-size: 20pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-20pt-md {
        font-size: 20pt;
    }

    .fz-20pt-md-i {
        font-size: 20pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-20pt-sm {
        font-size: 20pt;
    }

    .fz-20pt-sm-i {
        font-size: 20pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-20pt-xs {
        font-size: 20pt;
    }

    .fz-20pt-xs-i {
        font-size: 20pt !important;
    }
}

.fz-22pt {
    font-size: 22pt;
}

.fz-22pt-i {
    font-size: 22pt !important;
}

@media screen and (min-width:1024px) {
    .fz-22pt-xl {
        font-size: 22pt;
    }

    .fz-22pt-xl-i {
        font-size: 22pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-22pt-lg {
        font-size: 22pt;
    }

    .fz-22pt-lg-i {
        font-size: 22pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-22pt-md {
        font-size: 22pt;
    }

    .fz-22pt-md-i {
        font-size: 22pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-22pt-sm {
        font-size: 22pt;
    }

    .fz-22pt-sm-i {
        font-size: 22pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-22pt-xs {
        font-size: 22pt;
    }

    .fz-22pt-xs-i {
        font-size: 22pt !important;
    }
}

.fz-24pt {
    font-size: 24pt;
}

.fz-24pt-i {
    font-size: 24pt !important;
}

@media screen and (min-width:1024px) {
    .fz-24pt-xl {
        font-size: 24pt;
    }

    .fz-24pt-xl-i {
        font-size: 24pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-24pt-lg {
        font-size: 24pt;
    }

    .fz-24pt-lg-i {
        font-size: 24pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-24pt-md {
        font-size: 24pt;
    }

    .fz-24pt-md-i {
        font-size: 24pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-24pt-sm {
        font-size: 24pt;
    }

    .fz-24pt-sm-i {
        font-size: 24pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-24pt-xs {
        font-size: 24pt;
    }

    .fz-24pt-xs-i {
        font-size: 24pt !important;
    }
}

.fz-26pt {
    font-size: 26pt;
}

.fz-26pt-i {
    font-size: 26pt !important;
}

@media screen and (min-width:1024px) {
    .fz-26pt-xl {
        font-size: 26pt;
    }

    .fz-26pt-xl-i {
        font-size: 26pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-26pt-lg {
        font-size: 26pt;
    }

    .fz-26pt-lg-i {
        font-size: 26pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-26pt-md {
        font-size: 26pt;
    }

    .fz-26pt-md-i {
        font-size: 26pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-26pt-sm {
        font-size: 26pt;
    }

    .fz-26pt-sm-i {
        font-size: 26pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-26pt-xs {
        font-size: 26pt;
    }

    .fz-26pt-xs-i {
        font-size: 26pt !important;
    }
}

.fz-28pt {
    font-size: 28pt;
}

.fz-28pt-i {
    font-size: 28pt !important;
}

@media screen and (min-width:1024px) {
    .fz-28pt-xl {
        font-size: 28pt;
    }

    .fz-28pt-xl-i {
        font-size: 28pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-28pt-lg {
        font-size: 28pt;
    }

    .fz-28pt-lg-i {
        font-size: 28pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-28pt-md {
        font-size: 28pt;
    }

    .fz-28pt-md-i {
        font-size: 28pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-28pt-sm {
        font-size: 28pt;
    }

    .fz-28pt-sm-i {
        font-size: 28pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-28pt-xs {
        font-size: 28pt;
    }

    .fz-28pt-xs-i {
        font-size: 28pt !important;
    }
}

.fz-30pt {
    font-size: 30pt;
}

.fz-30pt-i {
    font-size: 30pt !important;
}

@media screen and (min-width:1024px) {
    .fz-30pt-xl {
        font-size: 30pt;
    }

    .fz-30pt-xl-i {
        font-size: 30pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-30pt-lg {
        font-size: 30pt;
    }

    .fz-30pt-lg-i {
        font-size: 30pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-30pt-md {
        font-size: 30pt;
    }

    .fz-30pt-md-i {
        font-size: 30pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-30pt-sm {
        font-size: 30pt;
    }

    .fz-30pt-sm-i {
        font-size: 30pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-30pt-xs {
        font-size: 30pt;
    }

    .fz-30pt-xs-i {
        font-size: 30pt !important;
    }
}

.fz-32pt {
    font-size: 32pt;
}

.fz-32pt-i {
    font-size: 32pt !important;
}

@media screen and (min-width:1024px) {
    .fz-32pt-xl {
        font-size: 32pt;
    }

    .fz-32pt-xl-i {
        font-size: 32pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-32pt-lg {
        font-size: 32pt;
    }

    .fz-32pt-lg-i {
        font-size: 32pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-32pt-md {
        font-size: 32pt;
    }

    .fz-32pt-md-i {
        font-size: 32pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-32pt-sm {
        font-size: 32pt;
    }

    .fz-32pt-sm-i {
        font-size: 32pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-32pt-xs {
        font-size: 32pt;
    }

    .fz-32pt-xs-i {
        font-size: 32pt !important;
    }
}

.fz-34pt {
    font-size: 34pt;
}

.fz-34pt-i {
    font-size: 34pt !important;
}

@media screen and (min-width:1024px) {
    .fz-34pt-xl {
        font-size: 34pt;
    }

    .fz-34pt-xl-i {
        font-size: 34pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-34pt-lg {
        font-size: 34pt;
    }

    .fz-34pt-lg-i {
        font-size: 34pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-34pt-md {
        font-size: 34pt;
    }

    .fz-34pt-md-i {
        font-size: 34pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-34pt-sm {
        font-size: 34pt;
    }

    .fz-34pt-sm-i {
        font-size: 34pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-34pt-xs {
        font-size: 34pt;
    }

    .fz-34pt-xs-i {
        font-size: 34pt !important;
    }
}

.fz-36pt {
    font-size: 36pt;
}

.fz-36pt-i {
    font-size: 36pt !important;
}

@media screen and (min-width:1024px) {
    .fz-36pt-xl {
        font-size: 36pt;
    }

    .fz-36pt-xl-i {
        font-size: 36pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-36pt-lg {
        font-size: 36pt;
    }

    .fz-36pt-lg-i {
        font-size: 36pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-36pt-md {
        font-size: 36pt;
    }

    .fz-36pt-md-i {
        font-size: 36pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-36pt-sm {
        font-size: 36pt;
    }

    .fz-36pt-sm-i {
        font-size: 36pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-36pt-xs {
        font-size: 36pt;
    }

    .fz-36pt-xs-i {
        font-size: 36pt !important;
    }
}

.fz-40pt {
    font-size: 40pt;
}

.fz-40pt-i {
    font-size: 40pt !important;
}

@media screen and (min-width:1024px) {
    .fz-40pt-xl {
        font-size: 40pt;
    }

    .fz-40pt-xl-i {
        font-size: 40pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-40pt-lg {
        font-size: 40pt;
    }

    .fz-40pt-lg-i {
        font-size: 40pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-40pt-md {
        font-size: 40pt;
    }

    .fz-40pt-md-i {
        font-size: 40pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-40pt-sm {
        font-size: 40pt;
    }

    .fz-40pt-sm-i {
        font-size: 40pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-40pt-xs {
        font-size: 40pt;
    }

    .fz-40pt-xs-i {
        font-size: 40pt !important;
    }
}

.fz-42pt {
    font-size: 42pt;
}

.fz-42pt-i {
    font-size: 42pt !important;
}

@media screen and (min-width:1024px) {
    .fz-42pt-xl {
        font-size: 42pt;
    }

    .fz-42pt-xl-i {
        font-size: 42pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-42pt-lg {
        font-size: 42pt;
    }

    .fz-42pt-lg-i {
        font-size: 42pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-42pt-md {
        font-size: 42pt;
    }

    .fz-42pt-md-i {
        font-size: 42pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-42pt-sm {
        font-size: 42pt;
    }

    .fz-42pt-sm-i {
        font-size: 42pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-42pt-xs {
        font-size: 42pt;
    }

    .fz-42pt-xs-i {
        font-size: 42pt !important;
    }
}

.fz-44pt {
    font-size: 44pt;
}

.fz-44pt-i {
    font-size: 44pt !important;
}

@media screen and (min-width:1024px) {
    .fz-44pt-xl {
        font-size: 44pt;
    }

    .fz-44pt-xl-i {
        font-size: 44pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-44pt-lg {
        font-size: 44pt;
    }

    .fz-44pt-lg-i {
        font-size: 44pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-44pt-md {
        font-size: 44pt;
    }

    .fz-44pt-md-i {
        font-size: 44pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-44pt-sm {
        font-size: 44pt;
    }

    .fz-44pt-sm-i {
        font-size: 44pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-44pt-xs {
        font-size: 44pt;
    }

    .fz-44pt-xs-i {
        font-size: 44pt !important;
    }
}

.fz-48pt {
    font-size: 48pt;
}

.fz-48pt-i {
    font-size: 48pt !important;
}

@media screen and (min-width:1024px) {
    .fz-48pt-xl {
        font-size: 48pt;
    }

    .fz-48pt-xl-i {
        font-size: 48pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-48pt-lg {
        font-size: 48pt;
    }

    .fz-48pt-lg-i {
        font-size: 48pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-48pt-md {
        font-size: 48pt;
    }

    .fz-48pt-md-i {
        font-size: 48pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-48pt-sm {
        font-size: 48pt;
    }

    .fz-48pt-sm-i {
        font-size: 48pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-48pt-xs {
        font-size: 48pt;
    }

    .fz-48pt-xs-i {
        font-size: 48pt !important;
    }
}

.fz-50pt {
    font-size: 48pt;
}

.fz-50pt-i {
    font-size: 48pt !important;
}

@media screen and (min-width:1024px) {
    .fz-50pt-xl {
        font-size: 48pt;
    }

    .fz-50pt-xl-i {
        font-size: 48pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-50pt-lg {
        font-size: 48pt;
    }

    .fz-50pt-lg-i {
        font-size: 48pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-50pt-md {
        font-size: 48pt;
    }

    .fz-50pt-md-i {
        font-size: 48pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-50pt-sm {
        font-size: 48pt;
    }

    .fz-50pt-sm-i {
        font-size: 48pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-50pt-xs {
        font-size: 48pt;
    }

    .fz-50pt-xs-i {
        font-size: 48pt !important;
    }
}

.fz-72pt {
    font-size: 72pt;
}

.fz-72pt-i {
    font-size: 72pt !important;
}

@media screen and (min-width:1024px) {
    .fz-72pt-xl {
        font-size: 72pt;
    }

    .fz-72pt-xl-i {
        font-size: 72pt !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fz-72pt-lg {
        font-size: 72pt;
    }

    .fz-72pt-lg-i {
        font-size: 72pt !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fz-72pt-md {
        font-size: 72pt;
    }

    .fz-72pt-md-i {
        font-size: 72pt !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fz-72pt-sm {
        font-size: 72pt;
    }

    .fz-72pt-sm-i {
        font-size: 72pt !important;
    }
}

@media screen and (max-width:576px) {
    .fz-72pt-xs {
        font-size: 72pt;
    }

    .fz-72pt-xs-i {
        font-size: 72pt !important;
    }
}

.fw-lighter {
    font-weight: normal;
}

.fw-lighter-i {
    font-weight: normal !important;
}

@media screen and (min-width:1024px) {
    .fw-lighter-xl {
        font-weight: normal;
    }

    .fw-lighter-xl-i {
        font-weight: normal !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fw-lighter-lg {
        font-weight: normal;
    }

    .fw-lighter-lg-i {
        font-weight: normal !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fw-lighter-md {
        font-weight: normal;
    }

    .fw-lighter-md-i {
        font-weight: normal !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fw-lighter-sm {
        font-weight: normal;
    }

    .fw-lighter-sm-i {
        font-weight: normal !important;
    }
}

@media screen and (max-width:576px) {
    .fw-lighter-xs {
        font-weight: normal;
    }

    .fw-lighter-xs-i {
        font-weight: normal !important;
    }
}

.fw-normal {
    font-weight: normal;
}

.fw-normal-i {
    font-weight: normal !important;
}

@media screen and (min-width:1024px) {
    .fw-normal-xl {
        font-weight: normal;
    }

    .fw-normal-xl-i {
        font-weight: normal !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fw-normal-lg {
        font-weight: normal;
    }

    .fw-normal-lg-i {
        font-weight: normal !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fw-normal-md {
        font-weight: normal;
    }

    .fw-normal-md-i {
        font-weight: normal !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fw-normal-sm {
        font-weight: normal;
    }

    .fw-normal-sm-i {
        font-weight: normal !important;
    }
}

@media screen and (max-width:576px) {
    .fw-normal-xs {
        font-weight: normal;
    }

    .fw-normal-xs-i {
        font-weight: normal !important;
    }
}

.fw-medium {
    font-weight: 600;
}

.fw-medium-i {
    font-weight: 600 !important;
}

@media screen and (min-width:1024px) {
    .fw-medium-xl {
        font-weight: 600;
    }

    .fw-medium-xl-i {
        font-weight: 600 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fw-medium-lg {
        font-weight: 600;
    }

    .fw-medium-lg-i {
        font-weight: 600 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fw-medium-md {
        font-weight: 600;
    }

    .fw-medium-md-i {
        font-weight: 600 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fw-medium-sm {
        font-weight: 600;
    }

    .fw-medium-sm-i {
        font-weight: 600 !important;
    }
}

@media screen and (max-width:576px) {
    .fw-medium-xs {
        font-weight: 600;
    }

    .fw-medium-xs-i {
        font-weight: 600 !important;
    }
}

.fw-bold {
    font-weight: bold;
}

.fw-bold-i {
    font-weight: bold !important;
}

@media screen and (min-width:1024px) {
    .fw-bold-xl {
        font-weight: bold;
    }

    .fw-bold-xl-i {
        font-weight: bold !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .fw-bold-lg {
        font-weight: bold;
    }

    .fw-bold-lg-i {
        font-weight: bold !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .fw-bold-md {
        font-weight: bold;
    }

    .fw-bold-md-i {
        font-weight: bold !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .fw-bold-sm {
        font-weight: bold;
    }

    .fw-bold-sm-i {
        font-weight: bold !important;
    }
}

@media screen and (max-width:576px) {
    .fw-bold-xs {
        font-weight: bold;
    }

    .fw-bold-xs-i {
        font-weight: bold !important;
    }
}

.w-0p {
    width: 0%;
}

.w-0p-i {
    width: 0% !important;
}

@media screen and (min-width:1024px) {
    .w-0p-xl {
        width: 0%;
    }

    .w-0p-xl-i {
        width: 0% !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .w-0p-lg {
        width: 0%;
    }

    .w-0p-lg-i {
        width: 0% !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .w-0p-md {
        width: 0%;
    }

    .w-0p-md-i {
        width: 0% !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .w-0p-sm {
        width: 0%;
    }

    .w-0p-sm-i {
        width: 0% !important;
    }
}

@media screen and (max-width:576px) {
    .w-0p-xs {
        width: 0%;
    }

    .w-0p-xs-i {
        width: 0% !important;
    }
}

.w-25p {
    width: 25%;
}

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

@media screen and (min-width:1024px) {
    .w-25p-xl {
        width: 25%;
    }

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

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

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

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

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

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

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

@media screen and (max-width:576px) {
    .w-25p-xs {
        width: 25%;
    }

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

.w-50p {
    width: 50%;
}

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

@media screen and (min-width:1024px) {
    .w-50p-xl {
        width: 50%;
    }

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

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

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

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

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

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

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

@media screen and (max-width:576px) {
    .w-50p-xs {
        width: 50%;
    }

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

.w-75p {
    width: 75%;
}

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

@media screen and (min-width:1024px) {
    .w-75p-xl {
        width: 75%;
    }

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

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

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

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

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

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

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

@media screen and (max-width:576px) {
    .w-75p-xs {
        width: 75%;
    }

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

.w-100p {
    width: 100%;
}

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

@media screen and (min-width:1024px) {
    .w-100p-xl {
        width: 100%;
    }

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

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

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

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

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

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

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

@media screen and (max-width:576px) {
    .w-100p-xs {
        width: 100%;
    }

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

.lh-0px {
    line-height: 0;
}

.lh-0px-i {
    line-height: 0 !important;
}

@media screen and (min-width:1024px) {
    .lh-0px-xl {
        line-height: 0;
    }

    .lh-0px-xl-i {
        line-height: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .lh-0px-lg {
        line-height: 0;
    }

    .lh-0px-lg-i {
        line-height: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .lh-0px-md {
        line-height: 0;
    }

    .lh-0px-md-i {
        line-height: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .lh-0px-sm {
        line-height: 0;
    }

    .lh-0px-sm-i {
        line-height: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .lh-0px-xs {
        line-height: 0;
    }

    .lh-0px-xs-i {
        line-height: 0 !important;
    }
}

.lh-14px {
    line-height: 14px;
}

.lh-14px-i {
    line-height: 14px !important;
}

@media screen and (min-width:1024px) {
    .lh-14px-xl {
        line-height: 14px;
    }

    .lh-14px-xl-i {
        line-height: 14px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .lh-14px-lg {
        line-height: 14px;
    }

    .lh-14px-lg-i {
        line-height: 14px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .lh-14px-md {
        line-height: 14px;
    }

    .lh-14px-md-i {
        line-height: 14px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .lh-14px-sm {
        line-height: 14px;
    }

    .lh-14px-sm-i {
        line-height: 14px !important;
    }
}

@media screen and (max-width:576px) {
    .lh-14px-xs {
        line-height: 14px;
    }

    .lh-14px-xs-i {
        line-height: 14px !important;
    }
}

.lh-18px {
    line-height: 18px;
}

.lh-18px-i {
    line-height: 18px !important;
}

@media screen and (min-width:1024px) {
    .lh-18px-xl {
        line-height: 18px;
    }

    .lh-18px-xl-i {
        line-height: 18px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .lh-18px-lg {
        line-height: 18px;
    }

    .lh-18px-lg-i {
        line-height: 18px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .lh-18px-md {
        line-height: 18px;
    }

    .lh-18px-md-i {
        line-height: 18px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .lh-18px-sm {
        line-height: 18px;
    }

    .lh-18px-sm-i {
        line-height: 18px !important;
    }
}

@media screen and (max-width:576px) {
    .lh-18px-xs {
        line-height: 18px;
    }

    .lh-18px-xs-i {
        line-height: 18px !important;
    }
}

.lh-20px {
    line-height: 20px;
}

.lh-20px-i {
    line-height: 20px !important;
}

@media screen and (min-width:1024px) {
    .lh-20px-xl {
        line-height: 20px;
    }

    .lh-20px-xl-i {
        line-height: 20px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .lh-20px-lg {
        line-height: 20px;
    }

    .lh-20px-lg-i {
        line-height: 20px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .lh-20px-md {
        line-height: 20px;
    }

    .lh-20px-md-i {
        line-height: 20px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .lh-20px-sm {
        line-height: 20px;
    }

    .lh-20px-sm-i {
        line-height: 20px !important;
    }
}

@media screen and (max-width:576px) {
    .lh-20px-xs {
        line-height: 20px;
    }

    .lh-20px-xs-i {
        line-height: 20px !important;
    }
}

.lh-24px {
    line-height: 24px;
}

.lh-24px-i {
    line-height: 24px !important;
}

@media screen and (min-width:1024px) {
    .lh-24px-xl {
        line-height: 24px;
    }

    .lh-24px-xl-i {
        line-height: 24px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .lh-24px-lg {
        line-height: 24px;
    }

    .lh-24px-lg-i {
        line-height: 24px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .lh-24px-md {
        line-height: 24px;
    }

    .lh-24px-md-i {
        line-height: 24px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .lh-24px-sm {
        line-height: 24px;
    }

    .lh-24px-sm-i {
        line-height: 24px !important;
    }
}

@media screen and (max-width:576px) {
    .lh-24px-xs {
        line-height: 24px;
    }

    .lh-24px-xs-i {
        line-height: 24px !important;
    }
}

.lh-32px {
    line-height: 32px;
}

.lh-32px-i {
    line-height: 32px !important;
}

@media screen and (min-width:1024px) {
    .lh-32px-xl {
        line-height: 32px;
    }

    .lh-32px-xl-i {
        line-height: 32px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .lh-32px-lg {
        line-height: 32px;
    }

    .lh-32px-lg-i {
        line-height: 32px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .lh-32px-md {
        line-height: 32px;
    }

    .lh-32px-md-i {
        line-height: 32px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .lh-32px-sm {
        line-height: 32px;
    }

    .lh-32px-sm-i {
        line-height: 32px !important;
    }
}

@media screen and (max-width:576px) {
    .lh-32px-xs {
        line-height: 32px;
    }

    .lh-32px-xs-i {
        line-height: 32px !important;
    }
}

.lh-36px {
    line-height: 36px;
}

.lh-36px-i {
    line-height: 36px !important;
}

@media screen and (min-width:1024px) {
    .lh-36px-xl {
        line-height: 36px;
    }

    .lh-36px-xl-i {
        line-height: 36px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .lh-36px-lg {
        line-height: 36px;
    }

    .lh-36px-lg-i {
        line-height: 36px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .lh-36px-md {
        line-height: 36px;
    }

    .lh-36px-md-i {
        line-height: 36px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .lh-36px-sm {
        line-height: 36px;
    }

    .lh-36px-sm-i {
        line-height: 36px !important;
    }
}

@media screen and (max-width:576px) {
    .lh-36px-xs {
        line-height: 36px;
    }

    .lh-36px-xs-i {
        line-height: 36px !important;
    }
}

.lh-40px {
    line-height: 40px;
}

.lh-40px-i {
    line-height: 40px !important;
}

@media screen and (min-width:1024px) {
    .lh-40px-xl {
        line-height: 40px;
    }

    .lh-40px-xl-i {
        line-height: 40px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .lh-40px-lg {
        line-height: 40px;
    }

    .lh-40px-lg-i {
        line-height: 40px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .lh-40px-md {
        line-height: 40px;
    }

    .lh-40px-md-i {
        line-height: 40px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .lh-40px-sm {
        line-height: 40px;
    }

    .lh-40px-sm-i {
        line-height: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .lh-40px-xs {
        line-height: 40px;
    }

    .lh-40px-xs-i {
        line-height: 40px !important;
    }
}

.h-100p {
    height: 100%;
}

.h-100p-i {
    height: 100% !important;
}

@media screen and (min-width:1024px) {
    .h-100p-xl {
        height: 100%;
    }

    .h-100p-xl-i {
        height: 100% !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .h-100p-lg {
        height: 100%;
    }

    .h-100p-lg-i {
        height: 100% !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .h-100p-md {
        height: 100%;
    }

    .h-100p-md-i {
        height: 100% !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .h-100p-sm {
        height: 100%;
    }

    .h-100p-sm-i {
        height: 100% !important;
    }
}

@media screen and (max-width:576px) {
    .h-100p-xs {
        height: 100%;
    }

    .h-100p-xs-i {
        height: 100% !important;
    }
}

.h-24px {
    height: 24px;
}

.h-24px-i {
    height: 24px !important;
}

@media screen and (min-width:1024px) {
    .h-24px-xl {
        height: 24px;
    }

    .h-24px-xl-i {
        height: 24px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .h-24px-lg {
        height: 24px;
    }

    .h-24px-lg-i {
        height: 24px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .h-24px-md {
        height: 24px;
    }

    .h-24px-md-i {
        height: 24px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .h-24px-sm {
        height: 24px;
    }

    .h-24px-sm-i {
        height: 24px !important;
    }
}

@media screen and (max-width:576px) {
    .h-24px-xs {
        height: 24px;
    }

    .h-24px-xs-i {
        height: 24px !important;
    }
}

.h-38px {
    height: 38px;
}

.h-38px-i {
    height: 38px !important;
}

@media screen and (min-width:1024px) {
    .h-38px-xl {
        height: 38px;
    }

    .h-38px-xl-i {
        height: 38px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .h-38px-lg {
        height: 38px;
    }

    .h-38px-lg-i {
        height: 38px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .h-38px-md {
        height: 38px;
    }

    .h-38px-md-i {
        height: 38px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .h-38px-sm {
        height: 38px;
    }

    .h-38px-sm-i {
        height: 38px !important;
    }
}

@media screen and (max-width:576px) {
    .h-38px-xs {
        height: 38px;
    }

    .h-38px-xs-i {
        height: 38px !important;
    }
}

.h-40px {
    height: 40px;
}

.h-40px-i {
    height: 40px !important;
}

@media screen and (min-width:1024px) {
    .h-40px-xl {
        height: 40px;
    }

    .h-40px-xl-i {
        height: 40px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .h-40px-lg {
        height: 40px;
    }

    .h-40px-lg-i {
        height: 40px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .h-40px-md {
        height: 40px;
    }

    .h-40px-md-i {
        height: 40px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .h-40px-sm {
        height: 40px;
    }

    .h-40px-sm-i {
        height: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .h-40px-xs {
        height: 40px;
    }

    .h-40px-xs-i {
        height: 40px !important;
    }
}

.h-42px {
    height: 42px;
}

.h-42px-i {
    height: 42px !important;
}

@media screen and (min-width:1024px) {
    .h-42px-xl {
        height: 42px;
    }

    .h-42px-xl-i {
        height: 42px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .h-42px-lg {
        height: 42px;
    }

    .h-42px-lg-i {
        height: 42px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .h-42px-md {
        height: 42px;
    }

    .h-42px-md-i {
        height: 42px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .h-42px-sm {
        height: 42px;
    }

    .h-42px-sm-i {
        height: 42px !important;
    }
}

@media screen and (max-width:576px) {
    .h-42px-xs {
        height: 42px;
    }

    .h-42px-xs-i {
        height: 42px !important;
    }
}

.h-44px {
    height: 44px;
}

.h-44px-i {
    height: 44px !important;
}

@media screen and (min-width:1024px) {
    .h-44px-xl {
        height: 44px;
    }

    .h-44px-xl-i {
        height: 44px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .h-44px-lg {
        height: 44px;
    }

    .h-44px-lg-i {
        height: 44px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .h-44px-md {
        height: 44px;
    }

    .h-44px-md-i {
        height: 44px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .h-44px-sm {
        height: 44px;
    }

    .h-44px-sm-i {
        height: 44px !important;
    }
}

@media screen and (max-width:576px) {
    .h-44px-xs {
        height: 44px;
    }

    .h-44px-xs-i {
        height: 44px !important;
    }
}

.h-45px {
    height: 45px;
}

.h-45px-i {
    height: 45px !important;
}

@media screen and (min-width:1024px) {
    .h-45px-xl {
        height: 45px;
    }

    .h-45px-xl-i {
        height: 45px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .h-45px-lg {
        height: 45px;
    }

    .h-45px-lg-i {
        height: 45px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .h-45px-md {
        height: 45px;
    }

    .h-45px-md-i {
        height: 45px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .h-45px-sm {
        height: 45px;
    }

    .h-45px-sm-i {
        height: 45px !important;
    }
}

@media screen and (max-width:576px) {
    .h-45px-xs {
        height: 45px;
    }

    .h-45px-xs-i {
        height: 45px !important;
    }
}

.h-46px {
    height: 46px;
}

.h-46px-i {
    height: 46px !important;
}

@media screen and (min-width:1024px) {
    .h-46px-xl {
        height: 46px;
    }

    .h-46px-xl-i {
        height: 46px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .h-46px-lg {
        height: 46px;
    }

    .h-46px-lg-i {
        height: 46px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .h-46px-md {
        height: 46px;
    }

    .h-46px-md-i {
        height: 46px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .h-46px-sm {
        height: 46px;
    }

    .h-46px-sm-i {
        height: 46px !important;
    }
}

@media screen and (max-width:576px) {
    .h-46px-xs {
        height: 46px;
    }

    .h-46px-xs-i {
        height: 46px !important;
    }
}

.h-48px {
    height: 48px;
}

.h-48px-i {
    height: 48px !important;
}

@media screen and (min-width:1024px) {
    .h-48px-xl {
        height: 48px;
    }

    .h-48px-xl-i {
        height: 48px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .h-48px-lg {
        height: 48px;
    }

    .h-48px-lg-i {
        height: 48px !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .h-48px-md {
        height: 48px;
    }

    .h-48px-md-i {
        height: 48px !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .h-48px-sm {
        height: 48px;
    }

    .h-48px-sm-i {
        height: 48px !important;
    }
}

@media screen and (max-width:576px) {
    .h-48px-xs {
        height: 48px;
    }

    .h-48px-xs-i {
        height: 48px !important;
    }
}

.border-0 {
    border: 0;
}

.border-0-i {
    border: 0 !important;
}

@media screen and (min-width:1024px) {
    .border-0-xl {
        border: 0;
    }

    .border-0-xl-i {
        border: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .border-0-lg {
        border: 0;
    }

    .border-0-lg-i {
        border: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .border-0-md {
        border: 0;
    }

    .border-0-md-i {
        border: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .border-0-sm {
        border: 0;
    }

    .border-0-sm-i {
        border: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .border-0-xs {
        border: 0;
    }

    .border-0-xs-i {
        border: 0 !important;
    }
}

.font-krungsri {
    font-family: 'Krungsri';
}

.font-krungsri-i {
    font-family: 'Krungsri' !important;
}

@media screen and (min-width:1024px) {
    .font-krungsri-xl {
        font-family: 'Krungsri';
    }

    .font-krungsri-xl-i {
        font-family: 'Krungsri' !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .font-krungsri-lg {
        font-family: 'Krungsri';
    }

    .font-krungsri-lg-i {
        font-family: 'Krungsri' !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .font-krungsri-md {
        font-family: 'Krungsri';
    }

    .font-krungsri-md-i {
        font-family: 'Krungsri' !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .font-krungsri-sm {
        font-family: 'Krungsri';
    }

    .font-krungsri-sm-i {
        font-family: 'Krungsri' !important;
    }
}

@media screen and (max-width:576px) {
    .font-krungsri-xs {
        font-family: 'Krungsri';
    }

    .font-krungsri-xs-i {
        font-family: 'Krungsri' !important;
    }
}

.font-thongterm {
    font-family: 'Thongterm';
}

.font-thongterm-i {
    font-family: 'Thongterm' !important;
}

@media screen and (min-width:1024px) {
    .font-thongterm-xl {
        font-family: 'Thongterm';
    }

    .font-thongterm-xl-i {
        font-family: 'Thongterm' !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .font-thongterm-lg {
        font-family: 'Thongterm';
    }

    .font-thongterm-lg-i {
        font-family: 'Thongterm' !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .font-thongterm-md {
        font-family: 'Thongterm';
    }

    .font-thongterm-md-i {
        font-family: 'Thongterm' !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .font-thongterm-sm {
        font-family: 'Thongterm';
    }

    .font-thongterm-sm-i {
        font-family: 'Thongterm' !important;
    }
}

@media screen and (max-width:576px) {
    .font-thongterm-xs {
        font-family: 'Thongterm';
    }

    .font-thongterm-xs-i {
        font-family: 'Thongterm' !important;
    }
}

.font-thongterm-roman {
    font-family: 'Thongterm-Roman';
}

.font-thongterm-roman-i {
    font-family: 'Thongterm-Roman' !important;
}

@media screen and (min-width:1024px) {
    .font-thongterm-roman-xl {
        font-family: 'Thongterm-Roman';
    }

    .font-thongterm-roman-xl-i {
        font-family: 'Thongterm-Roman' !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .font-thongterm-roman-lg {
        font-family: 'Thongterm-Roman';
    }

    .font-thongterm-roman-lg-i {
        font-family: 'Thongterm-Roman' !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .font-thongterm-roman-md {
        font-family: 'Thongterm-Roman';
    }

    .font-thongterm-roman-md-i {
        font-family: 'Thongterm-Roman' !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .font-thongterm-roman-sm {
        font-family: 'Thongterm-Roman';
    }

    .font-thongterm-roman-sm-i {
        font-family: 'Thongterm-Roman' !important;
    }
}

@media screen and (max-width:576px) {
    .font-thongterm-roman-xs {
        font-family: 'Thongterm-Roman';
    }

    .font-thongterm-roman-xs-i {
        font-family: 'Thongterm-Roman' !important;
    }
}

.font-sukhumvitset {
    font-family: 'SukhumvitSet';
}

.font-sukhumvitset-i {
    font-family: 'SukhumvitSet' !important;
}

@media screen and (min-width:1024px) {
    .font-sukhumvitset-xl {
        font-family: 'SukhumvitSet';
    }

    .font-sukhumvitset-xl-i {
        font-family: 'SukhumvitSet' !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .font-sukhumvitset-lg {
        font-family: 'SukhumvitSet';
    }

    .font-sukhumvitset-lg-i {
        font-family: 'SukhumvitSet' !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .font-sukhumvitset-md {
        font-family: 'SukhumvitSet';
    }

    .font-sukhumvitset-md-i {
        font-family: 'SukhumvitSet' !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .font-sukhumvitset-sm {
        font-family: 'SukhumvitSet';
    }

    .font-sukhumvitset-sm-i {
        font-family: 'SukhumvitSet' !important;
    }
}

@media screen and (max-width:576px) {
    .font-sukhumvitset-xs {
        font-family: 'SukhumvitSet';
    }

    .font-sukhumvitset-xs-i {
        font-family: 'SukhumvitSet' !important;
    }
}

.font-sukhumvitsetsemi {
    font-family: 'SukhumvitSet-Semi';
}

.font-sukhumvitsetsemi-i {
    font-family: 'SukhumvitSet-Semi' !important;
}

@media screen and (min-width:1024px) {
    .font-sukhumvitsetsemi-xl {
        font-family: 'SukhumvitSet-Semi';
    }

    .font-sukhumvitsetsemi-xl-i {
        font-family: 'SukhumvitSet-Semi' !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .font-sukhumvitsetsemi-lg {
        font-family: 'SukhumvitSet-Semi';
    }

    .font-sukhumvitsetsemi-lg-i {
        font-family: 'SukhumvitSet-Semi' !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .font-sukhumvitsetsemi-md {
        font-family: 'SukhumvitSet-Semi';
    }

    .font-sukhumvitsetsemi-md-i {
        font-family: 'SukhumvitSet-Semi' !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .font-sukhumvitsetsemi-sm {
        font-family: 'SukhumvitSet-Semi';
    }

    .font-sukhumvitsetsemi-sm-i {
        font-family: 'SukhumvitSet-Semi' !important;
    }
}

@media screen and (max-width:576px) {
    .font-sukhumvitsetsemi-xs {
        font-family: 'SukhumvitSet-Semi';
    }

    .font-sukhumvitsetsemi-xs-i {
        font-family: 'SukhumvitSet-Semi' !important;
    }
}

.font-keptM {
    font-family: 'KeptfontsMedium';
}

.font-keptM-i {
    font-family: 'KeptfontsMedium' !important;
}

@media screen and (min-width:1024px) {
    .font-keptM-xl {
        font-family: 'KeptfontsMedium';
    }

    .font-keptM-xl-i {
        font-family: 'KeptfontsMedium' !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .font-keptM-lg {
        font-family: 'KeptfontsMedium';
    }

    .font-keptM-lg-i {
        font-family: 'KeptfontsMedium' !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .font-keptM-md {
        font-family: 'KeptfontsMedium';
    }

    .font-keptM-md-i {
        font-family: 'KeptfontsMedium' !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .font-keptM-sm {
        font-family: 'KeptfontsMedium';
    }

    .font-keptM-sm-i {
        font-family: 'KeptfontsMedium' !important;
    }
}

@media screen and (max-width:576px) {
    .font-keptM-xs {
        font-family: 'KeptfontsMedium';
    }

    .font-keptM-xs-i {
        font-family: 'KeptfontsMedium' !important;
    }
}

.font-keptB {
    font-family: 'KeptfontsBold';
}

.font-keptB-i {
    font-family: 'KeptfontsBold' !important;
}

@media screen and (min-width:1024px) {
    .font-keptB-xl {
        font-family: 'KeptfontsBold';
    }

    .font-keptB-xl-i {
        font-family: 'KeptfontsBold' !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .font-keptB-lg {
        font-family: 'KeptfontsBold';
    }

    .font-keptB-lg-i {
        font-family: 'KeptfontsBold' !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .font-keptB-md {
        font-family: 'KeptfontsBold';
    }

    .font-keptB-md-i {
        font-family: 'KeptfontsBold' !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .font-keptB-sm {
        font-family: 'KeptfontsBold';
    }

    .font-keptB-sm-i {
        font-family: 'KeptfontsBold' !important;
    }
}

@media screen and (max-width:576px) {
    .font-keptB-xs {
        font-family: 'KeptfontsBold';
    }

    .font-keptB-xs-i {
        font-family: 'KeptfontsBold' !important;
    }
}

.font-keptL {
    font-family: 'KeptfontsLight';
}

.font-keptL-i {
    font-family: 'KeptfontsLight' !important;
}

@media screen and (min-width:1024px) {
    .font-keptL-xl {
        font-family: 'KeptfontsLight';
    }

    .font-keptL-xl-i {
        font-family: 'KeptfontsLight' !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .font-keptL-lg {
        font-family: 'KeptfontsLight';
    }

    .font-keptL-lg-i {
        font-family: 'KeptfontsLight' !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .font-keptL-md {
        font-family: 'KeptfontsLight';
    }

    .font-keptL-md-i {
        font-family: 'KeptfontsLight' !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .font-keptL-sm {
        font-family: 'KeptfontsLight';
    }

    .font-keptL-sm-i {
        font-family: 'KeptfontsLight' !important;
    }
}

@media screen and (max-width:576px) {
    .font-keptL-xs {
        font-family: 'KeptfontsLight';
    }

    .font-keptL-xs-i {
        font-family: 'KeptfontsLight' !important;
    }
}

.font-keptR {
    font-family: 'KeptfontsRegular';
}

.font-keptR-i {
    font-family: 'KeptfontsRegular' !important;
}

@media screen and (min-width:1024px) {
    .font-keptR-xl {
        font-family: 'KeptfontsRegular';
    }

    .font-keptR-xl-i {
        font-family: 'KeptfontsRegular' !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .font-keptR-lg {
        font-family: 'KeptfontsRegular';
    }

    .font-keptR-lg-i {
        font-family: 'KeptfontsRegular' !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .font-keptR-md {
        font-family: 'KeptfontsRegular';
    }

    .font-keptR-md-i {
        font-family: 'KeptfontsRegular' !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .font-keptR-sm {
        font-family: 'KeptfontsRegular';
    }

    .font-keptR-sm-i {
        font-family: 'KeptfontsRegular' !important;
    }
}

@media screen and (max-width:576px) {
    .font-keptR-xs {
        font-family: 'KeptfontsRegular';
    }

    .font-keptR-xs-i {
        font-family: 'KeptfontsRegular' !important;
    }
}

.opacity-0 {
    opacity: 0;
}

.opacity-0-i {
    opacity: 0 !important;
}

@media screen and (min-width:1024px) {
    .opacity-0-xl {
        opacity: 0;
    }

    .opacity-0-xl-i {
        opacity: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-0-lg {
        opacity: 0;
    }

    .opacity-0-lg-i {
        opacity: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-0-md {
        opacity: 0;
    }

    .opacity-0-md-i {
        opacity: 0 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-0-sm {
        opacity: 0;
    }

    .opacity-0-sm-i {
        opacity: 0 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-0-xs {
        opacity: 0;
    }

    .opacity-0-xs-i {
        opacity: 0 !important;
    }
}

.opacity-10 {
    opacity: .1;
}

.opacity-10-i {
    opacity: .1 !important;
}

@media screen and (min-width:1024px) {
    .opacity-10-xl {
        opacity: .1;
    }

    .opacity-10-xl-i {
        opacity: .1 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-10-lg {
        opacity: .1;
    }

    .opacity-10-lg-i {
        opacity: .1 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-10-md {
        opacity: .1;
    }

    .opacity-10-md-i {
        opacity: .1 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-10-sm {
        opacity: .1;
    }

    .opacity-10-sm-i {
        opacity: .1 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-10-xs {
        opacity: .1;
    }

    .opacity-10-xs-i {
        opacity: .1 !important;
    }
}

.opacity-15 {
    opacity: .15;
}

.opacity-15-i {
    opacity: .15 !important;
}

@media screen and (min-width:1024px) {
    .opacity-15-xl {
        opacity: .15;
    }

    .opacity-15-xl-i {
        opacity: .15 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-15-lg {
        opacity: .15;
    }

    .opacity-15-lg-i {
        opacity: .15 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-15-md {
        opacity: .15;
    }

    .opacity-15-md-i {
        opacity: .15 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-15-sm {
        opacity: .15;
    }

    .opacity-15-sm-i {
        opacity: .15 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-15-xs {
        opacity: .15;
    }

    .opacity-15-xs-i {
        opacity: .15 !important;
    }
}

.opacity-20 {
    opacity: .2;
}

.opacity-20-i {
    opacity: .2 !important;
}

@media screen and (min-width:1024px) {
    .opacity-20-xl {
        opacity: .2;
    }

    .opacity-20-xl-i {
        opacity: .2 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-20-lg {
        opacity: .2;
    }

    .opacity-20-lg-i {
        opacity: .2 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-20-md {
        opacity: .2;
    }

    .opacity-20-md-i {
        opacity: .2 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-20-sm {
        opacity: .2;
    }

    .opacity-20-sm-i {
        opacity: .2 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-20-xs {
        opacity: .2;
    }

    .opacity-20-xs-i {
        opacity: .2 !important;
    }
}

.opacity-25 {
    opacity: .25;
}

.opacity-25-i {
    opacity: .25 !important;
}

@media screen and (min-width:1024px) {
    .opacity-25-xl {
        opacity: .25;
    }

    .opacity-25-xl-i {
        opacity: .25 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-25-lg {
        opacity: .25;
    }

    .opacity-25-lg-i {
        opacity: .25 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-25-md {
        opacity: .25;
    }

    .opacity-25-md-i {
        opacity: .25 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-25-sm {
        opacity: .25;
    }

    .opacity-25-sm-i {
        opacity: .25 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-25-xs {
        opacity: .25;
    }

    .opacity-25-xs-i {
        opacity: .25 !important;
    }
}

.opacity-30 {
    opacity: .3;
}

.opacity-30-i {
    opacity: .3 !important;
}

@media screen and (min-width:1024px) {
    .opacity-30-xl {
        opacity: .3;
    }

    .opacity-30-xl-i {
        opacity: .3 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-30-lg {
        opacity: .3;
    }

    .opacity-30-lg-i {
        opacity: .3 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-30-md {
        opacity: .3;
    }

    .opacity-30-md-i {
        opacity: .3 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-30-sm {
        opacity: .3;
    }

    .opacity-30-sm-i {
        opacity: .3 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-30-xs {
        opacity: .3;
    }

    .opacity-30-xs-i {
        opacity: .3 !important;
    }
}

.opacity-35 {
    opacity: .35;
}

.opacity-35-i {
    opacity: .35 !important;
}

@media screen and (min-width:1024px) {
    .opacity-35-xl {
        opacity: .35;
    }

    .opacity-35-xl-i {
        opacity: .35 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-35-lg {
        opacity: .35;
    }

    .opacity-35-lg-i {
        opacity: .35 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-35-md {
        opacity: .35;
    }

    .opacity-35-md-i {
        opacity: .35 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-35-sm {
        opacity: .35;
    }

    .opacity-35-sm-i {
        opacity: .35 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-35-xs {
        opacity: .35;
    }

    .opacity-35-xs-i {
        opacity: .35 !important;
    }
}

.opacity-50 {
    opacity: .5;
}

.opacity-50-i {
    opacity: .5 !important;
}

@media screen and (min-width:1024px) {
    .opacity-50-xl {
        opacity: .5;
    }

    .opacity-50-xl-i {
        opacity: .5 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-50-lg {
        opacity: .5;
    }

    .opacity-50-lg-i {
        opacity: .5 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-50-md {
        opacity: .5;
    }

    .opacity-50-md-i {
        opacity: .5 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-50-sm {
        opacity: .5;
    }

    .opacity-50-sm-i {
        opacity: .5 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-50-xs {
        opacity: .5;
    }

    .opacity-50-xs-i {
        opacity: .5 !important;
    }
}

.opacity-75 {
    opacity: .75;
}

.opacity-75-i {
    opacity: .75 !important;
}

@media screen and (min-width:1024px) {
    .opacity-75-xl {
        opacity: .75;
    }

    .opacity-75-xl-i {
        opacity: .75 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-75-lg {
        opacity: .75;
    }

    .opacity-75-lg-i {
        opacity: .75 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-75-md {
        opacity: .75;
    }

    .opacity-75-md-i {
        opacity: .75 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-75-sm {
        opacity: .75;
    }

    .opacity-75-sm-i {
        opacity: .75 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-75-xs {
        opacity: .75;
    }

    .opacity-75-xs-i {
        opacity: .75 !important;
    }
}

.opacity-80 {
    opacity: .8;
}

.opacity-80-i {
    opacity: .8 !important;
}

@media screen and (min-width:1024px) {
    .opacity-80-xl {
        opacity: .8;
    }

    .opacity-80-xl-i {
        opacity: .8 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-80-lg {
        opacity: .8;
    }

    .opacity-80-lg-i {
        opacity: .8 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-80-md {
        opacity: .8;
    }

    .opacity-80-md-i {
        opacity: .8 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-80-sm {
        opacity: .8;
    }

    .opacity-80-sm-i {
        opacity: .8 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-80-xs {
        opacity: .8;
    }

    .opacity-80-xs-i {
        opacity: .8 !important;
    }
}

.opacity-90 {
    opacity: .9;
}

.opacity-90-i {
    opacity: .9 !important;
}

@media screen and (min-width:1024px) {
    .opacity-90-xl {
        opacity: .9;
    }

    .opacity-90-xl-i {
        opacity: .9 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-90-lg {
        opacity: .9;
    }

    .opacity-90-lg-i {
        opacity: .9 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-90-md {
        opacity: .9;
    }

    .opacity-90-md-i {
        opacity: .9 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-90-sm {
        opacity: .9;
    }

    .opacity-90-sm-i {
        opacity: .9 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-90-xs {
        opacity: .9;
    }

    .opacity-90-xs-i {
        opacity: .9 !important;
    }
}

.opacity-95 {
    opacity: .95;
}

.opacity-95-i {
    opacity: .95 !important;
}

@media screen and (min-width:1024px) {
    .opacity-95-xl {
        opacity: .95;
    }

    .opacity-95-xl-i {
        opacity: .95 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-95-lg {
        opacity: .95;
    }

    .opacity-95-lg-i {
        opacity: .95 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-95-md {
        opacity: .95;
    }

    .opacity-95-md-i {
        opacity: .95 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-95-sm {
        opacity: .95;
    }

    .opacity-95-sm-i {
        opacity: .95 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-95-xs {
        opacity: .95;
    }

    .opacity-95-xs-i {
        opacity: .95 !important;
    }
}

.opacity-100 {
    opacity: 1;
}

.opacity-100-i {
    opacity: 1 !important;
}

@media screen and (min-width:1024px) {
    .opacity-100-xl {
        opacity: 1;
    }

    .opacity-100-xl-i {
        opacity: 1 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .opacity-100-lg {
        opacity: 1;
    }

    .opacity-100-lg-i {
        opacity: 1 !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .opacity-100-md {
        opacity: 1;
    }

    .opacity-100-md-i {
        opacity: 1 !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .opacity-100-sm {
        opacity: 1;
    }

    .opacity-100-sm-i {
        opacity: 1 !important;
    }
}

@media screen and (max-width:576px) {
    .opacity-100-xs {
        opacity: 1;
    }

    .opacity-100-xs-i {
        opacity: 1 !important;
    }
}

.d-none {
    display: none;
}

.d-none-i {
    display: none !important;
}

@media screen and (min-width:1024px) {
    .d-none-xl {
        display: none;
    }

    .d-none-xl-i {
        display: none !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .d-none-lg {
        display: none;
    }

    .d-none-lg-i {
        display: none !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .d-none-md {
        display: none;
    }

    .d-none-md-i {
        display: none !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .d-none-sm {
        display: none;
    }

    .d-none-sm-i {
        display: none !important;
    }
}

@media screen and (max-width:576px) {
    .d-none-xs {
        display: none;
    }

    .d-none-xs-i {
        display: none !important;
    }
}

.d-block {
    display: block;
}

.d-block-i {
    display: block !important;
}

@media screen and (min-width:1024px) {
    .d-block-xl {
        display: block;
    }

    .d-block-xl-i {
        display: block !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .d-block-lg {
        display: block;
    }

    .d-block-lg-i {
        display: block !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .d-block-md {
        display: block;
    }

    .d-block-md-i {
        display: block !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .d-block-sm {
        display: block;
    }

    .d-block-sm-i {
        display: block !important;
    }
}

@media screen and (max-width:576px) {
    .d-block-xs {
        display: block;
    }

    .d-block-xs-i {
        display: block !important;
    }
}

.d-inline {
    display: inline;
}

.d-inline-i {
    display: inline !important;
}

@media screen and (min-width:1024px) {
    .d-inline-xl {
        display: inline;
    }

    .d-inline-xl-i {
        display: inline !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .d-inline-lg {
        display: inline;
    }

    .d-inline-lg-i {
        display: inline !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .d-inline-md {
        display: inline;
    }

    .d-inline-md-i {
        display: inline !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .d-inline-sm {
        display: inline;
    }

    .d-inline-sm-i {
        display: inline !important;
    }
}

@media screen and (max-width:576px) {
    .d-inline-xs {
        display: inline;
    }

    .d-inline-xs-i {
        display: inline !important;
    }
}

.text-left {
    text-align: left;
}

.text-left-i {
    text-align: left !important;
}

@media screen and (min-width:1024px) {
    .text-left-xl {
        text-align: left;
    }

    .text-left-xl-i {
        text-align: left !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .text-left-lg {
        text-align: left;
    }

    .text-left-lg-i {
        text-align: left !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .text-left-md {
        text-align: left;
    }

    .text-left-md-i {
        text-align: left !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .text-left-sm {
        text-align: left;
    }

    .text-left-sm-i {
        text-align: left !important;
    }
}

@media screen and (max-width:576px) {
    .text-left-xs {
        text-align: left;
    }

    .text-left-xs-i {
        text-align: left !important;
    }
}

.text-center {
    text-align: center;
}

.text-center-i {
    text-align: center !important;
}

@media screen and (min-width:1024px) {
    .text-center-xl {
        text-align: center;
    }

    .text-center-xl-i {
        text-align: center !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .text-center-lg {
        text-align: center;
    }

    .text-center-lg-i {
        text-align: center !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .text-center-md {
        text-align: center;
    }

    .text-center-md-i {
        text-align: center !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .text-center-sm {
        text-align: center;
    }

    .text-center-sm-i {
        text-align: center !important;
    }
}

@media screen and (max-width:576px) {
    .text-center-xs {
        text-align: center;
    }

    .text-center-xs-i {
        text-align: center !important;
    }
}

.text-right {
    text-align: right;
}

.text-right-i {
    text-align: right !important;
}

@media screen and (min-width:1024px) {
    .text-right-xl {
        text-align: right;
    }

    .text-right-xl-i {
        text-align: right !important;
    }
}

@media screen and (max-width:1023px) and (min-width:992px) {
    .text-right-lg {
        text-align: right;
    }

    .text-right-lg-i {
        text-align: right !important;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .text-right-md {
        text-align: right;
    }

    .text-right-md-i {
        text-align: right !important;
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .text-right-sm {
        text-align: right;
    }

    .text-right-sm-i {
        text-align: right !important;
    }
}

@media screen and (max-width:576px) {
    .text-right-xs {
        text-align: right;
    }

    .text-right-xs-i {
        text-align: right !important;
    }
}

.w-100px {
    width: 100px;
    max-width: 100px;
}

.w-120px {
    width: 100px;
    max-width: 100px;
}

@font-face {
    font-family: 'thongterm-light';
    src: url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_light-webfont.eot?');
    src: url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_light-webfont.eot?') \9;
    src: url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_light-webfont.eot?#iefix') format('embedded-opentype'),url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_light-webfont.woff') format('woff'),url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_light-webfont.ttf') format('truetype'),url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_light-webfont.svg#PlearnPlearn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thongterm-roman';
    src: url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_roman-webfont.eot?');
    src: url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_roman-webfont.eot?') \9;
    src: url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_roman-webfont.eot?#iefix') format('embedded-opentype'),url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_roman-webfont.woff') format('woff'),url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_roman-webfont.ttf') format('truetype'),url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_roman-webfont.svg#PlearnPlearn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thongterm-bold';
    src: url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_bold-webfont.eot?');
    src: url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_bold-webfont.eot?') \9;
    src: url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_bold-webfont.eot?#iefix') format('embedded-opentype'),url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_bold-webfont.woff') format('woff'),url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_bold-webfont.ttf') format('truetype'),url('~/CMSWebParts/KrungsriGuru/plearn/Thongterm_krungsri/webfont/thongterm_bold-webfont.svg#PlearnPlearn') format('svg');
    font-weight: normal;
    font-style: normal;
}

.thongterm-light {
    font-family: 'thongterm-light';
}

.thongterm-roman {
    font-family: 'thongterm-roman';
}

.thongterm-bold {
    font-family: 'thongterm-bold';
}

.swal2-styled.swal2-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swal2-actions:not(.swal2-loading) .swal2-confirm:hover {
    outline: unset;
    background-color: #ffc800 !important;
    background-image: none !important;
}

.spinner {
    width: 70px;
    text-align: center;
    margin: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #ffd400;
        border-radius: 100%;
        display: inline-block;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        animation-delay: -.32s;
    }

    .spinner .bounce2 {
        animation-delay: -.16s;
    }

@keyframes sk-bouncedelay {
    0%,80%,100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media(max-width:767px) {
    .icon-fas {
        font-size: 100px;
        color: #ffd400;
        padding: 30px;
    }

    .swal2-popup {
        width: 100% !important;
        height: auto !important;
        border-radius: 3px !important;
    }

    .swal2-styled.swal2-confirm {
        order: -1 !important;
    }

    .swal2-icon.swal2-warning {
        font-weight: bolder;
        font-size: 15px !important;
    }

    .swal2-icon.swal2-success {
        font-size: 15px;
    }

    .swal2-styled.swal2-confirm {
        font-family: "Krungsri-Condensed-Bold",Arial \9 !important;
        width: 270px !important;
        height: 44px !important;
        font-size: 16px !important;
        color: #554242 !important;
        font-weight: bold !important;
        background-color: #ffd400 !important;
        order: 1;
        display: flex !important;
    }

    .swal2-styled.swal2-cancel {
        font-family: "Krungsri-Condensed-Bold",Arial \9 !important;
        width: 270px !important;
        height: 44px !important;
        background-color: rgba(255,255,255,0) !important;
        border: 1px solid !important;
        border-color: #ddd !important;
        font-size: 16px !important;
        color: #554242 !important;
        font-weight: bold !important;
    }

    .swal2-container.swal2-center {
        align-items: center;
        padding: 0;
    }

    #swal2-content {
        font-family: 'Krungsri-Condensed-Bold' !important;
        font-size: 17px;
        font-weight: bold;
        color: #222;
    }

    .swal2-actions {
        margin: 6px auto 13px !important;
    }

    .swal2-header {
        margin-top: 0;
        margin-bottom: 0;
    }

    .swal2-icon.swal2-warning {
        border-color: #ffd400 !important;
        color: #ffd400 !important;
        font-weight: bolder;
        font-size: 15px;
    }
}

@media(min-width:768px) {
    .icon-fas {
        font-size: 100px;
        color: #ffd400;
        padding: 20px;
    }

    .swal2-popup {
        width: 570px !important;
        height: auto !important;
        border-radius: 3px !important;
    }

    .swal2-styled.swal2-confirm {
        font-family: "Krungsri-Condensed-Bold";
        width: 170px !important;
        height: 44px !important;
        font-size: 16px !important;
        color: #554242 !important;
        font-weight: bold !important;
        background-color: #ffd400 !important;
        order: 1;
        display: flex !important;
    }

    .swal2-styled.swal2-cancel {
        font-family: "Krungsri-Condensed-Bold",Arial \9 !important;
        width: 170px !important;
        height: 44px !important;
        background-color: rgba(255,255,255,0) !important;
        border: 1px solid !important;
        border-color: #ddd !important;
        font-size: 16px !important;
        color: #554242 !important;
        font-weight: bold !important;
    }

    .swal2-header {
        margin-top: -3px;
        margin-bottom: 5px;
    }

    .swal2-icon.swal2-warning {
        border-color: #ffd400 !important;
        color: #ffd400 !important;
        font-weight: bolder;
        font-size: 17px;
    }

    #swal2-content {
        font-family: 'Krungsri-Condensed-Bold' !important;
        font-size: 20px;
        font-weight: bold;
        color: #222;
    }
}

.swal2-styled:focus {
    outline: none;
    box-shadow: none !important;
}

.swal2-close {
    font-weight: bold !important;
    color: #554242 !important;
}

.swal2-content {
    margin-bottom: 35px !important;
}

.swal2-icon.swal2-success {
    font-size: 17px;
}

    .swal2-icon.swal2-success .swal2-success-ring {
        border: 6px solid #1ca362 !important;
    }

    .swal2-icon.swal2-success [class^=swal2-success-line] {
        background-color: #1ca362 !important;
    }

.swal2-title {
    font-family: "Krungsri-Condensed-Bold",Arial \9 !important;
    top: -40px;
    font-size: 28px !important;
}
