/* Margins */
.m-6 { margin: 4rem !important; }
.m-7 { margin: 5rem !important; }
.m-8 { margin: 6rem !important; }
.m-9 { margin: 7rem !important; }
.m-10 { margin: 8rem !important; }

.mt-6 { margin-top: 4rem !important; }
.mt-7 { margin-top: 5rem !important; }
.mt-8 { margin-top: 6rem !important; }
.mt-9 { margin-top: 7rem !important; }
.mt-10 { margin-top: 8rem !important; }

.mb-6 { margin-bottom: 4rem !important; }
.mb-7 { margin-bottom: 5rem !important; }
.mb-8 { margin-bottom: 6rem !important; }
.mb-9 { margin-bottom: 7rem !important; }
.mb-10 { margin-bottom: 8rem !important; }

.ms-6 { margin-left: 4rem !important; }
.ms-7 { margin-left: 5rem !important; }
.ms-8 { margin-left: 6rem !important; }
.ms-9 { margin-left: 7rem !important; }
.ms-10 { margin-left: 8rem !important; }

.me-6 { margin-right: 4rem !important; }
.me-7 { margin-right: 5rem !important; }
.me-8 { margin-right: 6rem !important; }
.me-9 { margin-right: 7rem !important; }
.me-10 { margin-right: 8rem !important; }

.mx-6 { margin-left: 4rem !important; margin-right: 4rem !important; }
.mx-7 { margin-left: 5rem !important; margin-right: 5rem !important; }
.mx-8 { margin-left: 6rem !important; margin-right: 6rem !important; }
.mx-9 { margin-left: 7rem !important; margin-right: 7rem !important; }
.mx-10 { margin-left: 8rem !important; margin-right: 8rem !important; }

.my-6 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
.my-7 { margin-top: 5rem !important; margin-bottom: 5rem !important; }
.my-8 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
.my-9 { margin-top: 7rem !important; margin-bottom: 7rem !important; }
.my-10 { margin-top: 8rem !important; margin-bottom: 8rem !important; }

/* Padding */
.p-6 { padding: 4rem !important; }
.p-7 { padding: 5rem !important; }
.p-8 { padding: 6rem !important; }
.p-9 { padding: 7rem !important; }
.p-10 { padding: 8rem !important; }

.pt-6 { padding-top: 4rem !important; }
.pt-7 { padding-top: 5rem !important; }
.pt-8 { padding-top: 6rem !important; }
.pt-9 { padding-top: 7rem !important; }
.pt-10 { padding-top: 8rem !important; }

.pb-6 { padding-bottom: 4rem !important; }
.pb-7 { padding-bottom: 5rem !important; }
.pb-8 { padding-bottom: 6rem !important; }
.pb-9 { padding-bottom: 7rem !important; }
.pb-10 { padding-bottom: 8rem !important; }

.ps-6 { padding-left: 4rem !important; }
.ps-7 { padding-left: 5rem !important; }
.ps-8 { padding-left: 6rem !important; }
.ps-9 { padding-left: 7rem !important; }
.ps-10 { padding-left: 8rem !important; }

.pe-6 { padding-right: 4rem !important; }
.pe-7 { padding-right: 5rem !important; }
.pe-8 { padding-right: 6rem !important; }
.pe-9 { padding-right: 7rem !important; }
.pe-10 { padding-right: 8rem !important; }

.px-6 { padding-left: 4rem !important; padding-right: 4rem !important; }
.px-7 { padding-left: 5rem !important; padding-right: 5rem !important; }
.px-8 { padding-left: 6rem !important; padding-right: 6rem !important; }
.px-9 { padding-left: 7rem !important; padding-right: 7rem !important; }
.px-10 { padding-left: 8rem !important; padding-right: 8rem !important; }

.py-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
.py-7 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.py-8 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
.py-9 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
.py-10 { padding-top: 8rem !important; padding-bottom: 8rem !important; }


/* Small breakpoint (sm) margin utilities */
@media (min-width: 576px) {
  .m-sm-1 { margin: 0.25rem !important; }
  .m-sm-2 { margin: 0.5rem !important; }
  .m-sm-3 { margin: 1rem !important; }
  .m-sm-4 { margin: 1.5rem !important; }
  .m-sm-5 { margin: 3rem !important; }
  .m-sm-6 { margin: 4rem !important; }
  .m-sm-7 { margin: 5rem !important; }
  .m-sm-8 { margin: 6rem !important; }
  .m-sm-9 { margin: 7rem !important; }
  .m-sm-10 { margin: 8rem !important; }

  .mt-sm-1 { margin-top: 0.25rem !important; }
  .mt-sm-2 { margin-top: 0.5rem !important; }
  .mt-sm-3 { margin-top: 1rem !important; }
  .mt-sm-4 { margin-top: 1.5rem !important; }
  .mt-sm-5 { margin-top: 3rem !important; }
  .mt-sm-6 { margin-top: 4rem !important; }
  .mt-sm-7 { margin-top: 5rem !important; }
  .mt-sm-8 { margin-top: 6rem !important; }
  .mt-sm-9 { margin-top: 7rem !important; }
  .mt-sm-10 { margin-top: 8rem !important; }

  .mb-sm-1 { margin-bottom: 0.25rem !important; }
  .mb-sm-2 { margin-bottom: 0.5rem !important; }
  .mb-sm-3 { margin-bottom: 1rem !important; }
  .mb-sm-4 { margin-bottom: 1.5rem !important; }
  .mb-sm-5 { margin-bottom: 3rem !important; }
  .mb-sm-6 { margin-bottom: 4rem !important; }
  .mb-sm-7 { margin-bottom: 5rem !important; }
  .mb-sm-8 { margin-bottom: 6rem !important; }
  .mb-sm-9 { margin-bottom: 7rem !important; }
  .mb-sm-10 { margin-bottom: 8rem !important; }

  .ms-sm-1 { margin-left: 0.25rem !important; }
  .ms-sm-2 { margin-left: 0.5rem !important; }
  .ms-sm-3 { margin-left: 1rem !important; }
  .ms-sm-4 { margin-left: 1.5rem !important; }
  .ms-sm-5 { margin-left: 3rem !important; }
  .ms-sm-6 { margin-left: 4rem !important; }
  .ms-sm-7 { margin-left: 5rem !important; }
  .ms-sm-8 { margin-left: 6rem !important; }
  .ms-sm-9 { margin-left: 7rem !important; }
  .ms-sm-10 { margin-left: 8rem !important; }

  .me-sm-1 { margin-right: 0.25rem !important; }
  .me-sm-2 { margin-right: 0.5rem !important; }
  .me-sm-3 { margin-right: 1rem !important; }
  .me-sm-4 { margin-right: 1.5rem !important; }
  .me-sm-5 { margin-right: 3rem !important; }
  .me-sm-6 { margin-right: 4rem !important; }
  .me-sm-7 { margin-right: 5rem !important; }
  .me-sm-8 { margin-right: 6rem !important; }
  .me-sm-9 { margin-right: 7rem !important; }
  .me-sm-10 { margin-right: 8rem !important; }

  .mx-sm-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
  .mx-sm-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
  .mx-sm-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
  .mx-sm-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
  .mx-sm-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
  .mx-sm-6 { margin-left: 4rem !important; margin-right: 4rem !important; }
  .mx-sm-7 { margin-left: 5rem !important; margin-right: 5rem !important; }
  .mx-sm-8 { margin-left: 6rem !important; margin-right: 6rem !important; }
  .mx-sm-9 { margin-left: 7rem !important; margin-right: 7rem !important; }
  .mx-sm-10 { margin-left: 8rem !important; margin-right: 8rem !important; }

  .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-sm-6 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
  .my-sm-7 { margin-top: 5rem !important; margin-bottom: 5rem !important; }
  .my-sm-8 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-sm-9 { margin-top: 7rem !important; margin-bottom: 7rem !important; }
  .my-sm-10 { margin-top: 8rem !important; margin-bottom: 8rem !important; }

  /* Small breakpoint (sm) padding utilities */
  .p-sm-1 { padding: 0.25rem !important; }
  .p-sm-2 { padding: 0.5rem !important; }
  .p-sm-3 { padding: 1rem !important; }
  .p-sm-4 { padding: 1.5rem !important; }
  .p-sm-5 { padding: 3rem !important; }
  .p-sm-6 { padding: 4rem !important; }
  .p-sm-7 { padding: 5rem !important; }
  .p-sm-8 { padding: 6rem !important; }
  .p-sm-9 { padding: 7rem !important; }
  .p-sm-10 { padding: 8rem !important; }

  .pt-sm-1 { padding-top: 0.25rem !important; }
  .pt-sm-2 { padding-top: 0.5rem !important; }
  .pt-sm-3 { padding-top: 1rem !important; }
  .pt-sm-4 { padding-top: 1.5rem !important; }
  .pt-sm-5 { padding-top: 3rem !important; }
  .pt-sm-6 { padding-top: 4rem !important; }
  .pt-sm-7 { padding-top: 5rem !important; }
  .pt-sm-8 { padding-top: 6rem !important; }
  .pt-sm-9 { padding-top: 7rem !important; }
  .pt-sm-10 { padding-top: 8rem !important; }

  .pb-sm-1 { padding-bottom: 0.25rem !important; }
  .pb-sm-2 { padding-bottom: 0.5rem !important; }
  .pb-sm-3 { padding-bottom: 1rem !important; }
  .pb-sm-4 { padding-bottom: 1.5rem !important; }
  .pb-sm-5 { padding-bottom: 3rem !important; }
  .pb-sm-6 { padding-bottom: 4rem !important; }
  .pb-sm-7 { padding-bottom: 5rem !important; }
  .pb-sm-8 { padding-bottom: 6rem !important; }
  .pb-sm-9 { padding-bottom: 7rem !important; }
  .pb-sm-10 { padding-bottom: 8rem !important; }

  .ps-sm-1 { padding-left: 0.25rem !important; }
  .ps-sm-2 { padding-left: 0.5rem !important; }
  .ps-sm-3 { padding-left: 1rem !important; }
  .ps-sm-4 { padding-left: 1.5rem !important; }
  .ps-sm-5 { padding-left: 3rem !important; }
  .ps-sm-6 { padding-left: 4rem !important; }
  .ps-sm-7 { padding-left: 5rem !important; }
  .ps-sm-8 { padding-left: 6rem !important; }
  .ps-sm-9 { padding-left: 7rem !important; }
  .ps-sm-10 { padding-left: 8rem !important; }

  .pe-sm-1 { padding-right: 0.25rem !important; }
  .pe-sm-2 { padding-right: 0.5rem !important; }
  .pe-sm-3 { padding-right: 1rem !important; }
  .pe-sm-4 { padding-right: 1.5rem !important; }
  .pe-sm-5 { padding-right: 3rem !important; }
  .pe-sm-6 { padding-right: 4rem !important; }
  .pe-sm-7 { padding-right: 5rem !important; }
  .pe-sm-8 { padding-right: 6rem !important; }
  .pe-sm-9 { padding-right: 7rem !important; }
  .pe-sm-10 { padding-right: 8rem !important; }

  .px-sm-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
  .px-sm-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
  .px-sm-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
  .px-sm-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
  .px-sm-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
  .px-sm-6 { padding-left: 4rem !important; padding-right: 4rem !important; }
  .px-sm-7 { padding-left: 5rem !important; padding-right: 5rem !important; }
  .px-sm-8 { padding-left: 6rem !important; padding-right: 6rem !important; }
  .px-sm-9 { padding-left: 7rem !important; padding-right: 7rem !important; }
  .px-sm-10 { padding-left: 8rem !important; padding-right: 8rem !important; }

  .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .py-sm-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .py-sm-7 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  .py-sm-8 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-sm-9 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
  .py-sm-10 { padding-top: 8rem !important; padding-bottom: 8rem !important; }

  /* Small breakpoint (sm) width utilities */
  .w-sm-5 { width: 5% !important; }
  .w-sm-10 { width: 10% !important; }
  .w-sm-15 { width: 15% !important; }
  .w-sm-20 { width: 20% !important; }
  .w-sm-25 { width: 25% !important; }
  .w-sm-30 { width: 30% !important; }
  .w-sm-35 { width: 35% !important; }
  .w-sm-40 { width: 40% !important; }
  .w-sm-45 { width: 45% !important; }
  .w-sm-50 { width: 50% !important; }
  .w-sm-55 { width: 55% !important; }
  .w-sm-60 { width: 60% !important; }
  .w-sm-65 { width: 65% !important; }
  .w-sm-70 { width: 70% !important; }
  .w-sm-75 { width: 75% !important; }
  .w-sm-80 { width: 80% !important; }
  .w-sm-85 { width: 85% !important; }
  .w-sm-90 { width: 90% !important; }
  .w-sm-95 { width: 95% !important; }
  .w-sm-100 { width: 100% !important; }
}
/* Medium breakpoint (md) */
@media (min-width: 768px) {
  .m-md-1 { margin: 0.25rem !important; }
  .m-md-2 { margin: 0.5rem !important; }
  .m-md-3 { margin: 1rem !important; }
  .m-md-4 { margin: 1.5rem !important; }
  .m-md-5 { margin: 3rem !important; }
  .m-md-6 { margin: 4rem !important; }
  .m-md-7 { margin: 5rem !important; }
  .m-md-8 { margin: 6rem !important; }
  .m-md-9 { margin: 7rem !important; }
  .m-md-10 { margin: 8rem !important; }

  .mt-md-1 { margin-top: 0.25rem !important; }
  .mt-md-2 { margin-top: 0.5rem !important; }
  .mt-md-3 { margin-top: 1rem !important; }
  .mt-md-4 { margin-top: 1.5rem !important; }
  .mt-md-5 { margin-top: 3rem !important; }
  .mt-md-6 { margin-top: 4rem !important; }
  .mt-md-7 { margin-top: 5rem !important; }
  .mt-md-8 { margin-top: 6rem !important; }
  .mt-md-9 { margin-top: 7rem !important; }
  .mt-md-10 { margin-top: 8rem !important; }

  .mb-md-1 { margin-bottom: 0.25rem !important; }
  .mb-md-2 { margin-bottom: 0.5rem !important; }
  .mb-md-3 { margin-bottom: 1rem !important; }
  .mb-md-4 { margin-bottom: 1.5rem !important; }
  .mb-md-5 { margin-bottom: 3rem !important; }
  .mb-md-6 { margin-bottom: 4rem !important; }
  .mb-md-7 { margin-bottom: 5rem !important; }
  .mb-md-8 { margin-bottom: 6rem !important; }
  .mb-md-9 { margin-bottom: 7rem !important; }
  .mb-md-10 { margin-bottom: 8rem !important; }

  .ms-md-1 { margin-left: 0.25rem !important; }
  .ms-md-2 { margin-left: 0.5rem !important; }
  .ms-md-3 { margin-left: 1rem !important; }
  .ms-md-4 { margin-left: 1.5rem !important; }
  .ms-md-5 { margin-left: 3rem !important; }
  .ms-md-6 { margin-left: 4rem !important; }
  .ms-md-7 { margin-left: 5rem !important; }
  .ms-md-8 { margin-left: 6rem !important; }
  .ms-md-9 { margin-left: 7rem !important; }
  .ms-md-10 { margin-left: 8rem !important; }

  .me-md-1 { margin-right: 0.25rem !important; }
  .me-md-2 { margin-right: 0.5rem !important; }
  .me-md-3 { margin-right: 1rem !important; }
  .me-md-4 { margin-right: 1.5rem !important; }
  .me-md-5 { margin-right: 3rem !important; }
  .me-md-6 { margin-right: 4rem !important; }
  .me-md-7 { margin-right: 5rem !important; }
  .me-md-8 { margin-right: 6rem !important; }
  .me-md-9 { margin-right: 7rem !important; }
  .me-md-10 { margin-right: 8rem !important; }

  .mx-md-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
  .mx-md-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
  .mx-md-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
  .mx-md-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
  .mx-md-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
  .mx-md-6 { margin-left: 4rem !important; margin-right: 4rem !important; }
  .mx-md-7 { margin-left: 5rem !important; margin-right: 5rem !important; }
  .mx-md-8 { margin-left: 6rem !important; margin-right: 6rem !important; }
  .mx-md-9 { margin-left: 7rem !important; margin-right: 7rem !important; }
  .mx-md-10 { margin-left: 8rem !important; margin-right: 8rem !important; }

  .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-md-6 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
  .my-md-7 { margin-top: 5rem !important; margin-bottom: 5rem !important; }
  .my-md-8 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-md-9 { margin-top: 7rem !important; margin-bottom: 7rem !important; }
  .my-md-10 { margin-top: 8rem !important; margin-bottom: 8rem !important; }


  .pe-md-1 { padding-right: 0.25rem !important; }
  .pe-md-2 { padding-right: 0.5rem !important; }
  .pe-md-3 { padding-right: 1rem !important; }
  .pe-md-4 { padding-right: 1.5rem !important; }
  .pe-md-5 { padding-right: 3rem !important; }
  .pe-md-6 { padding-right: 4rem !important; }
  .pe-md-7 { padding-right: 5rem !important; }
  .pe-md-8 { padding-right: 6rem !important; }
  .pe-md-9 { padding-right: 7rem !important; }
  .pe-md-10 { padding-right: 8rem !important; }

  .px-md-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
  .px-md-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
  .px-md-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
  .px-md-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
  .px-md-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
  .px-md-6 { padding-left: 4rem !important; padding-right: 4rem !important; }
  .px-md-7 { padding-left: 5rem !important; padding-right: 5rem !important; }
  .px-md-8 { padding-left: 6rem !important; padding-right: 6rem !important; }
  .px-md-9 { padding-left: 7rem !important; padding-right: 7rem !important; }
  .px-md-10 { padding-left: 8rem !important; padding-right: 8rem !important; }

  .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .py-md-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .py-md-7 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  .py-md-8 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-md-9 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
  .py-md-10 { padding-top: 8rem !important; padding-bottom: 8rem !important; }

  /* Medium breakpoint (md) width utilities */
  .w-md-5 { width: 5% !important; }
  .w-md-10 { width: 10% !important; }
  .w-md-15 { width: 15% !important; }
  .w-md-20 { width: 20% !important; }
  .w-md-25 { width: 25% !important; }
  .w-md-30 { width: 30% !important; }
  .w-md-35 { width: 35% !important; }
  .w-md-40 { width: 40% !important; }
  .w-md-45 { width: 45% !important; }
  .w-md-50 { width: 50% !important; }
  .w-md-55 { width: 55% !important; }
  .w-md-60 { width: 60% !important; }
  .w-md-65 { width: 65% !important; }
  .w-md-70 { width: 70% !important; }
  .w-md-75 { width: 75% !important; }
  .w-md-80 { width: 80% !important; }
  .w-md-85 { width: 85% !important; }
  .w-md-90 { width: 90% !important; }
  .w-md-95 { width: 95% !important; }
  .w-md-100 { width: 100% !important; }
}

/* Large breakpoint (lg) */
@media (min-width: 992px) {
  .m-lg-1 { margin: 0.25rem !important; }
  .m-lg-2 { margin: 0.5rem !important; }
  .m-lg-3 { margin: 1rem !important; }
  .m-lg-4 { margin: 1.5rem !important; }
  .m-lg-5 { margin: 3rem !important; }
  .m-lg-6 { margin: 4rem !important; }
  .m-lg-7 { margin: 5rem !important; }
  .m-lg-8 { margin: 6rem !important; }
  .m-lg-9 { margin: 7rem !important; }
  .m-lg-10 { margin: 8rem !important; }

  .mt-lg-1 { margin-top: 0.25rem !important; }
  .mt-lg-2 { margin-top: 0.5rem !important; }
  .mt-lg-3 { margin-top: 1rem !important; }
  .mt-lg-4 { margin-top: 1.5rem !important; }
  .mt-lg-5 { margin-top: 3rem !important; }
  .mt-lg-6 { margin-top: 4rem !important; }
  .mt-lg-7 { margin-top: 5rem !important; }
  .mt-lg-8 { margin-top: 6rem !important; }
  .mt-lg-9 { margin-top: 7rem !important; }
  .mt-lg-10 { margin-top: 8rem !important; }

  .mb-lg-1 { margin-bottom: 0.25rem !important; }
  .mb-lg-2 { margin-bottom: 0.5rem !important; }
  .mb-lg-3 { margin-bottom: 1rem !important; }
  .mb-lg-4 { margin-bottom: 1.5rem !important; }
  .mb-lg-5 { margin-bottom: 3rem !important; }
  .mb-lg-6 { margin-bottom: 4rem !important; }
  .mb-lg-7 { margin-bottom: 5rem !important; }
  .mb-lg-8 { margin-bottom: 6rem !important; }
  .mb-lg-9 { margin-bottom: 7rem !important; }
  .mb-lg-10 { margin-bottom: 8rem !important; }

  .ms-lg-1 { margin-left: 0.25rem !important; }
  .ms-lg-2 { margin-left: 0.5rem !important; }
  .ms-lg-3 { margin-left: 1rem !important; }
  .ms-lg-4 { margin-left: 1.5rem !important; }
  .ms-lg-5 { margin-left: 3rem !important; }
  .ms-lg-6 { margin-left: 4rem !important; }
  .ms-lg-7 { margin-left: 5rem !important; }
  .ms-lg-8 { margin-left: 6rem !important; }
  .ms-lg-9 { margin-left: 7rem !important; }
  .ms-lg-10 { margin-left: 8rem !important; }

  .me-lg-1 { margin-right: 0.25rem !important; }
  .me-lg-2 { margin-right: 0.5rem !important; }
  .me-lg-3 { margin-right: 1rem !important; }
  .me-lg-4 { margin-right: 1.5rem !important; }
  .me-lg-5 { margin-right: 3rem !important; }
  .me-lg-6 { margin-right: 4rem !important; }
  .me-lg-7 { margin-right: 5rem !important; }
  .me-lg-8 { margin-right: 6rem !important; }
  .me-lg-9 { margin-right: 7rem !important; }
  .me-lg-10 { margin-right: 8rem !important; }

  .mx-lg-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
  .mx-lg-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
  .mx-lg-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
  .mx-lg-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
  .mx-lg-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
  .mx-lg-6 { margin-left: 4rem !important; margin-right: 4rem !important; }
  .mx-lg-7 { margin-left: 5rem !important; margin-right: 5rem !important; }
  .mx-lg-8 { margin-left: 6rem !important; margin-right: 6rem !important; }
  .mx-lg-9 { margin-left: 7rem !important; margin-right: 7rem !important; }
  .mx-lg-10 { margin-left: 8rem !important; margin-right: 8rem !important; }

  .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-lg-6 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
  .my-lg-7 { margin-top: 5rem !important; margin-bottom: 5rem !important; }
  .my-lg-8 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-lg-9 { margin-top: 7rem !important; margin-bottom: 7rem !important; }
  .my-lg-10 { margin-top: 8rem !important; margin-bottom: 8rem !important; }

  .pe-lg-1 { padding-right: 0.25rem !important; }
  .pe-lg-2 { padding-right: 0.5rem !important; }
  .pe-lg-3 { padding-right: 1rem !important; }
  .pe-lg-4 { padding-right: 1.5rem !important; }
  .pe-lg-5 { padding-right: 3rem !important; }
  .pe-lg-6 { padding-right: 4rem !important; }
  .pe-lg-7 { padding-right: 5rem !important; }
  .pe-lg-8 { padding-right: 6rem !important; }
  .pe-lg-9 { padding-right: 7rem !important; }
  .pe-lg-10 { padding-right: 8rem !important; }

  .px-lg-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
  .px-lg-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
  .px-lg-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
  .px-lg-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
  .px-lg-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
  .px-lg-6 { padding-left: 4rem !important; padding-right: 4rem !important; }
  .px-lg-7 { padding-left: 5rem !important; padding-right: 5rem !important; }
  .px-lg-8 { padding-left: 6rem !important; padding-right: 6rem !important; }
  .px-lg-9 { padding-left: 7rem !important; padding-right: 7rem !important; }
  .px-lg-10 { padding-left: 8rem !important; padding-right: 8rem !important; }

  .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .py-lg-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .py-lg-7 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  .py-lg-8 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-lg-9 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
  .py-lg-10 { padding-top: 8rem !important; padding-bottom: 8rem !important; }

  /* Large breakpoint (lg) width utilities */
  .w-lg-5 { width: 5% !important; }
  .w-lg-10 { width: 10% !important; }
  .w-lg-15 { width: 15% !important; }
  .w-lg-20 { width: 20% !important; }
  .w-lg-25 { width: 25% !important; }
  .w-lg-30 { width: 30% !important; }
  .w-lg-35 { width: 35% !important; }
  .w-lg-40 { width: 40% !important; }
  .w-lg-45 { width: 45% !important; }
  .w-lg-50 { width: 50% !important; }
  .w-lg-55 { width: 55% !important; }
  .w-lg-60 { width: 60% !important; }
  .w-lg-65 { width: 65% !important; }
  .w-lg-70 { width: 70% !important; }
  .w-lg-75 { width: 75% !important; }
  .w-lg-80 { width: 80% !important; }
  .w-lg-85 { width: 85% !important; }
  .w-lg-90 { width: 90% !important; }
  .w-lg-95 { width: 95% !important; }
  .w-lg-100 { width: 100% !important; }
}

/* Extra large breakpoint (xl) */
@media (min-width: 1200px) {
  .m-xl-1 { margin: 0.25rem !important; }
  .m-xl-2 { margin: 0.5rem !important; }
  .m-xl-3 { margin: 1rem !important; }
  .m-xl-4 { margin: 1.5rem !important; }
  .m-xl-5 { margin: 3rem !important; }
  .m-xl-6 { margin: 4rem !important; }
  .m-xl-7 { margin: 5rem !important; }
  .m-xl-8 { margin: 6rem !important; }
  .m-xl-9 { margin: 7rem !important; }
  .m-xl-10 { margin: 8rem !important; }

  .mt-xl-1 { margin-top: 0.25rem !important; }
  .mt-xl-2 { margin-top: 0.5rem !important; }
  .mt-xl-3 { margin-top: 1rem !important; }
  .mt-xl-4 { margin-top: 1.5rem !important; }
  .mt-xl-5 { margin-top: 3rem !important; }
  .mt-xl-6 { margin-top: 4rem !important; }
  .mt-xl-7 { margin-top: 5rem !important; }
  .mt-xl-8 { margin-top: 6rem !important; }
  .mt-xl-9 { margin-top: 7rem !important; }
  .mt-xl-10 { margin-top: 8rem !important; }

  .mb-xl-1 { margin-bottom: 0.25rem !important; }
  .mb-xl-2 { margin-bottom: 0.5rem !important; }
  .mb-xl-3 { margin-bottom: 1rem !important; }
  .mb-xl-4 { margin-bottom: 1.5rem !important; }
  .mb-xl-5 { margin-bottom: 3rem !important; }
  .mb-xl-6 { margin-bottom: 4rem !important; }
  .mb-xl-7 { margin-bottom: 5rem !important; }
  .mb-xl-8 { margin-bottom: 6rem !important; }
  .mb-xl-9 { margin-bottom: 7rem !important; }
  .mb-xl-10 { margin-bottom: 8rem !important; }

  .ms-xl-1 { margin-left: 0.25rem !important; }
  .ms-xl-2 { margin-left: 0.5rem !important; }
  .ms-xl-3 { margin-left: 1rem !important; }
  .ms-xl-4 { margin-left: 1.5rem !important; }
  .ms-xl-5 { margin-left: 3rem !important; }
  .ms-xl-6 { margin-left: 4rem !important; }
  .ms-xl-7 { margin-left: 5rem !important; }
  .ms-xl-8 { margin-left: 6rem !important; }
  .ms-xl-9 { margin-left: 7rem !important; }
  .ms-xl-10 { margin-left: 8rem !important; }

  .me-xl-1 { margin-right: 0.25rem !important; }
  .me-xl-2 { margin-right: 0.5rem !important; }
  .me-xl-3 { margin-right: 1rem !important; }
  .me-xl-4 { margin-right: 1.5rem !important; }
  .me-xl-5 { margin-right: 3rem !important; }
  .me-xl-6 { margin-right: 4rem !important; }
  .me-xl-7 { margin-right: 5rem !important; }
  .me-xl-8 { margin-right: 6rem !important; }
  .me-xl-9 { margin-right: 7rem !important; }
  .me-xl-10 { margin-right: 8rem !important; }

  .mx-xl-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
  .mx-xl-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
  .mx-xl-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
  .mx-xl-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
  .mx-xl-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
  .mx-xl-6 { margin-left: 4rem !important; margin-right: 4rem !important; }
  .mx-xl-7 { margin-left: 5rem !important; margin-right: 5rem !important; }
  .mx-xl-8 { margin-left: 6rem !important; margin-right: 6rem !important; }
  .mx-xl-9 { margin-left: 7rem !important; margin-right: 7rem !important; }
  .mx-xl-10 { margin-left: 8rem !important; margin-right: 8rem !important; }

  .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-xl-6 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
  .my-xl-7 { margin-top: 5rem !important; margin-bottom: 5rem !important; }
  .my-xl-8 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-xl-9 { margin-top: 7rem !important; margin-bottom: 7rem !important; }
  .my-xl-10 { margin-top: 8rem !important; margin-bottom: 8rem !important; }
  .pe-xl-1 { padding-right: 0.25rem !important; }
  .pe-xl-2 { padding-right: 0.5rem !important; }
  .pe-xl-3 { padding-right: 1rem !important; }
  .pe-xl-4 { padding-right: 1.5rem !important; }
  .pe-xl-5 { padding-right: 3rem !important; }
  .pe-xl-6 { padding-right: 4rem !important; }
  .pe-xl-7 { padding-right: 5rem !important; }
  .pe-xl-8 { padding-right: 6rem !important; }
  .pe-xl-9 { padding-right: 7rem !important; }
  .pe-xl-10 { padding-right: 8rem !important; }

  .px-xl-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
  .px-xl-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
  .px-xl-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
  .px-xl-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
  .px-xl-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
  .px-xl-6 { padding-left: 4rem !important; padding-right: 4rem !important; }
  .px-xl-7 { padding-left: 5rem !important; padding-right: 5rem !important; }
  .px-xl-8 { padding-left: 6rem !important; padding-right: 6rem !important; }
  .px-xl-9 { padding-left: 7rem !important; padding-right: 7rem !important; }
  .px-xl-10 { padding-left: 8rem !important; padding-right: 8rem !important; }

  .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .py-xl-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .py-xl-7 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  .py-xl-8 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-xl-9 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
  .py-xl-10 { padding-top: 8rem !important; padding-bottom: 8rem !important; }

  /* Extra large breakpoint (xl) width utilities */
  .w-xl-5 { width: 5% !important; }
  .w-xl-10 { width: 10% !important; }
  .w-xl-15 { width: 15% !important; }
  .w-xl-20 { width: 20% !important; }
  .w-xl-25 { width: 25% !important; }
  .w-xl-30 { width: 30% !important; }
  .w-xl-35 { width: 35% !important; }
  .w-xl-40 { width: 40% !important; }
  .w-xl-45 { width: 45% !important; }
  .w-xl-50 { width: 50% !important; }
  .w-xl-55 { width: 55% !important; }
  .w-xl-60 { width: 60% !important; }
  .w-xl-65 { width: 65% !important; }
  .w-xl-70 { width: 70% !important; }
  .w-xl-75 { width: 75% !important; }
  .w-xl-80 { width: 80% !important; }
  .w-xl-85 { width: 85% !important; }
  .w-xl-90 { width: 90% !important; }
  .w-xl-95 { width: 95% !important; }
  .w-xl-100 { width: 100% !important; }
}

/* display utilities */
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
 }
 
 @media (min-width:1200px) {
    .display-1 {
       font-size: 5rem
    }
 }
 
 .display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
 }
 
 @media (min-width:1200px) {
    .display-2 {
       font-size: 4.5rem
    }
 }
 
 .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
 }
 
 @media (min-width:1200px) {
    .display-3 {
       font-size: 4rem
    }
 }
 
 .display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
 }
 
 @media (min-width:1200px) {
    .display-4 {
       font-size: 3.5rem
    }
 }
 
 .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
 }
 
 @media (min-width:1200px) {
    .display-5 {
       font-size: 3rem
    }
 }
 
 .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
 }
 
 @media (min-width:1200px) {
    .display-6 {
       font-size: 2.5rem
    }
 }
 
 .display-7 {
    font-size: calc(1.275rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
  }
  
  @media (min-width: 1200px) {
    .display-7 {
      font-size: 2.1rem;
    }
  }

  .d-none {
    display: none !important;
  }
  
  .d-inline {
    display: inline !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-flex {
    display: flex !important;
  }
  
  .d-inline-flex {
    display: inline-flex !important;
  }
  
  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-flex {
      display: flex !important;
    }
    .d-sm-inline-flex {
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-flex {
      display: flex !important;
    }
    .d-md-inline-flex {
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-flex {
      display: flex !important;
    }
    .d-lg-inline-flex {
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 1200px) {
    .d-xl-none {
      display: none !important;
    }
    .d-xl-inline {
      display: inline !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-flex {
      display: flex !important;
    }
    .d-xl-inline-flex {
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 1400px) {
    .d-xxl-none {
      display: none !important;
    }
    .d-xxl-inline {
      display: inline !important;
    }
    .d-xxl-inline-block {
      display: inline-block !important;
    }
    .d-xxl-block {
      display: block !important;
    }
    .d-xxl-flex {
      display: flex !important;
    }
    .d-xxl-inline-flex {
      display: inline-flex !important;
    }
  }
