.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important;
}

.mx-1 {
  margin-right: .25rem!important;
  margin-left: .25rem!important;
}

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

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
}

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

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

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

.mt-3 {
  margin-top: 1rem!important;
}

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

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

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

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

.mb-3 {
  margin-bottom: 1rem!important;
}

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

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

.ms-3 {
  margin-left: 1rem!important;
}

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

.ms-auto {
  margin-left: auto!important;
}

.p-4 {
  padding: 1.5rem!important;
}

.px-3 {
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}

.px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important;
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pe-2 {
  padding-right: .5rem!important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.pb-2 {
  padding-bottom: .5rem!important;
}

.pb-3 {
  padding-bottom: 1rem!important;
}

.pb-10 {
  padding-bottom: 10.5rem !important;
}

@media (min-width:576px) {
  .mt-sm-3 {
    margin-top: 1rem!important;
  }
}

@media (min-width:576px) {
  .mb-sm-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-3 {
    margin-top: 1rem!important;
  }
}

@media (min-width:768px) {
  .mb-md-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:992px) {
  .mt-lg-0 {
    margin-top: 0!important;
  }
}

@media (min-width:992px) {
  .mt-lg-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:992px) {
  .py-lg-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-0 {
    margin-top: 0!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:1200px) {
  .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

@media (min-width:1400px) {
  .mt-xxl-0 {
    margin-top: 0!important;
  }
}

@media (min-width:1400px) {
  .mt-xxl-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:1400px) {
  .mb-xxl-0 {
    margin-bottom: 0!important;
  }
}

