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

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

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

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

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

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

.max-w-400 {
  max-width: 400px !important;
}

.max-w-450 {
  max-width: 450px !important;
}

.max-w-500 {
  max-width: 500px !important;
}

.max-w-550 {
  max-width: 550px !important;
}

.max-w-600 {
  max-width: 600px !important;
}

.max-w-650 {
  max-width: 650px !important;
}

.max-w-700 {
  max-width: 700px !important;
}

.max-w-710 {
  max-width: 710px !important;
}

.max-w-720 {
  max-width: 720px !important;
}

.max-w-730 {
  max-width: 730px !important;
}

.max-w-740 {
  max-width: 740px !important;
}

.max-w-750 {
  max-width: 750px !important;
}

.max-w-760 {
  max-width: 760px !important;
}

.max-w-770 {
  max-width: 770px !important;
}

.max-w-780 {
  max-width: 780px !important;
}

.max-w-790 {
  max-width: 790px !important;
}

.max-w-800 {
  max-width: 800px !important;
}

.max-w-850 {
  max-width: 850px !important;
}

.max-w-900 {
  max-width: 900px !important;
}

.max-w-950 {
  max-width: 950px !important;
}

.max-w-960 {
  max-width: 960px !important;
}

.max-w-1000 {
  max-width: 1000px !important;
}

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

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

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

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

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

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

.mb-01 {
  margin-bottom: 1px !important;
}

.mb-02 {
  margin-bottom: 2px !important;
}

.mb-03 {
  margin-bottom: 3px !important;
}

.mb-04 {
  margin-bottom: 4px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}