html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  width: 100%;
  font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button, input, textarea, select {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
  text-decoration: none;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
/**
button:active, button:focus, button:hover, input:active, input:focus, input:hover, textarea:active, textarea:focus, textarea:hover, select:active, select:focus, select:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
  text-decoration: none;
}
**/

/** var root**/
/** breakpoints **/
/** spacing margin padding **/
.container {
  width: 100%;
  max-width: var(--superhumans--content-width);
  padding-left: var(--superhumans--content-padding);
  padding-right: var(--superhumans--content-padding);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

/** var root**/
/** breakpoints **/
/** spacing margin padding **/
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-none {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}

.grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-column {
  grid-auto-flow: column !important;
}

.grid-row {
  grid-auto-flow: row !important;
}

.grid-dense {
  grid-auto-flow: dense !important;
}

.grid-rows-1 {
  grid-template-rows: 1fr;
}

.grid-cols-1 {
  grid-template-columns: 1fr;
}

.grid-rows-2 {
  grid-template-rows: 1fr 1fr;
}

.grid-cols-2 {
  grid-template-columns: 1fr 1fr;
}

.grid-rows-3 {
  grid-template-rows: 1fr 1fr 1fr;
}

.grid-cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-rows-4 {
  grid-template-rows: 1fr 1fr 1fr 1fr;
}

.grid-cols-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-rows-5 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}

.grid-cols-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-rows-6 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-cols-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-rows-7 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-cols-7 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-rows-8 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-cols-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-rows-9 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-cols-9 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-rows-10 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-cols-10 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-rows-11 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-cols-11 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-rows-12 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-cols-12 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gc-1 {
  grid-column-start: 1;
}

.gr-1 {
  grid-row-start: 1;
}

.gw-1 {
  grid-column-end: span 1;
}

.gh-1 {
  grid-row-end: span 1;
}

.gc-2 {
  grid-column-start: 2;
}

.gr-2 {
  grid-row-start: 2;
}

.gw-2 {
  grid-column-end: span 2;
}

.gh-2 {
  grid-row-end: span 2;
}

.gc-3 {
  grid-column-start: 3;
}

.gr-3 {
  grid-row-start: 3;
}

.gw-3 {
  grid-column-end: span 3;
}

.gh-3 {
  grid-row-end: span 3;
}

.gc-4 {
  grid-column-start: 4;
}

.gr-4 {
  grid-row-start: 4;
}

.gw-4 {
  grid-column-end: span 4;
}

.gh-4 {
  grid-row-end: span 4;
}

.gc-5 {
  grid-column-start: 5;
}

.gr-5 {
  grid-row-start: 5;
}

.gw-5 {
  grid-column-end: span 5;
}

.gh-5 {
  grid-row-end: span 5;
}

.gc-6 {
  grid-column-start: 6;
}

.gr-6 {
  grid-row-start: 6;
}

.gw-6 {
  grid-column-end: span 6;
}

.gh-6 {
  grid-row-end: span 6;
}

.gc-7 {
  grid-column-start: 7;
}

.gr-7 {
  grid-row-start: 7;
}

.gw-7 {
  grid-column-end: span 7;
}

.gh-7 {
  grid-row-end: span 7;
}

.gc-8 {
  grid-column-start: 8;
}

.gr-8 {
  grid-row-start: 8;
}

.gw-8 {
  grid-column-end: span 8;
}

.gh-8 {
  grid-row-end: span 8;
}

.gc-9 {
  grid-column-start: 9;
}

.gr-9 {
  grid-row-start: 9;
}

.gw-9 {
  grid-column-end: span 9;
}

.gh-9 {
  grid-row-end: span 9;
}

.gc-10 {
  grid-column-start: 10;
}

.gr-10 {
  grid-row-start: 10;
}

.gw-10 {
  grid-column-end: span 10;
}

.gh-10 {
  grid-row-end: span 10;
}

.gc-11 {
  grid-column-start: 11;
}

.gr-11 {
  grid-row-start: 11;
}

.gw-11 {
  grid-column-end: span 11;
}

.gh-11 {
  grid-row-end: span 11;
}

.gc-12 {
  grid-column-start: 12;
}

.gr-12 {
  grid-row-start: 12;
}

.gw-12 {
  grid-column-end: span 12;
}

.gh-12 {
  grid-row-end: span 12;
}

@media (min-width: 320px) {
  .grid-xs-column {
    grid-auto-flow: column !important;
  }
  .grid-xs-row {
    grid-auto-flow: row !important;
  }
  .grid-xs-dense {
    grid-auto-flow: dense !important;
  }
  .grid-rows-xs-1 {
    grid-template-rows: 1fr;
  }
  .grid-cols-xs-1 {
    grid-template-columns: 1fr;
  }
  .grid-rows-xs-2 {
    grid-template-rows: 1fr 1fr;
  }
  .grid-cols-xs-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-rows-xs-3 {
    grid-template-rows: 1fr 1fr 1fr;
  }
  .grid-cols-xs-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-rows-xs-4 {
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xs-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xs-5 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xs-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xs-6 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xs-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xs-7 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xs-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xs-8 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xs-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xs-9 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xs-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xs-10 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xs-10 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xs-11 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xs-11 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xs-12 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xs-12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .gc-xs-1 {
    grid-column-start: 1;
  }
  .gr-xs-1 {
    grid-row-start: 1;
  }
  .gw-xs-1 {
    grid-column-end: span 1;
  }
  .gh-xs-1 {
    grid-row-end: span 1;
  }
  .gc-xs-2 {
    grid-column-start: 2;
  }
  .gr-xs-2 {
    grid-row-start: 2;
  }
  .gw-xs-2 {
    grid-column-end: span 2;
  }
  .gh-xs-2 {
    grid-row-end: span 2;
  }
  .gc-xs-3 {
    grid-column-start: 3;
  }
  .gr-xs-3 {
    grid-row-start: 3;
  }
  .gw-xs-3 {
    grid-column-end: span 3;
  }
  .gh-xs-3 {
    grid-row-end: span 3;
  }
  .gc-xs-4 {
    grid-column-start: 4;
  }
  .gr-xs-4 {
    grid-row-start: 4;
  }
  .gw-xs-4 {
    grid-column-end: span 4;
  }
  .gh-xs-4 {
    grid-row-end: span 4;
  }
  .gc-xs-5 {
    grid-column-start: 5;
  }
  .gr-xs-5 {
    grid-row-start: 5;
  }
  .gw-xs-5 {
    grid-column-end: span 5;
  }
  .gh-xs-5 {
    grid-row-end: span 5;
  }
  .gc-xs-6 {
    grid-column-start: 6;
  }
  .gr-xs-6 {
    grid-row-start: 6;
  }
  .gw-xs-6 {
    grid-column-end: span 6;
  }
  .gh-xs-6 {
    grid-row-end: span 6;
  }
  .gc-xs-7 {
    grid-column-start: 7;
  }
  .gr-xs-7 {
    grid-row-start: 7;
  }
  .gw-xs-7 {
    grid-column-end: span 7;
  }
  .gh-xs-7 {
    grid-row-end: span 7;
  }
  .gc-xs-8 {
    grid-column-start: 8;
  }
  .gr-xs-8 {
    grid-row-start: 8;
  }
  .gw-xs-8 {
    grid-column-end: span 8;
  }
  .gh-xs-8 {
    grid-row-end: span 8;
  }
  .gc-xs-9 {
    grid-column-start: 9;
  }
  .gr-xs-9 {
    grid-row-start: 9;
  }
  .gw-xs-9 {
    grid-column-end: span 9;
  }
  .gh-xs-9 {
    grid-row-end: span 9;
  }
  .gc-xs-10 {
    grid-column-start: 10;
  }
  .gr-xs-10 {
    grid-row-start: 10;
  }
  .gw-xs-10 {
    grid-column-end: span 10;
  }
  .gh-xs-10 {
    grid-row-end: span 10;
  }
  .gc-xs-11 {
    grid-column-start: 11;
  }
  .gr-xs-11 {
    grid-row-start: 11;
  }
  .gw-xs-11 {
    grid-column-end: span 11;
  }
  .gh-xs-11 {
    grid-row-end: span 11;
  }
  .gc-xs-12 {
    grid-column-start: 12;
  }
  .gr-xs-12 {
    grid-row-start: 12;
  }
  .gw-xs-12 {
    grid-column-end: span 12;
  }
  .gh-xs-12 {
    grid-row-end: span 12;
  }
}

@media (min-width: 576px) {
  .grid-sm-column {
    grid-auto-flow: column !important;
  }
  .grid-sm-row {
    grid-auto-flow: row !important;
  }
  .grid-sm-dense {
    grid-auto-flow: dense !important;
  }
  .grid-rows-sm-1 {
    grid-template-rows: 1fr;
  }
  .grid-cols-sm-1 {
    grid-template-columns: 1fr;
  }
  .grid-rows-sm-2 {
    grid-template-rows: 1fr 1fr;
  }
  .grid-cols-sm-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-rows-sm-3 {
    grid-template-rows: 1fr 1fr 1fr;
  }
  .grid-cols-sm-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-rows-sm-4 {
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .grid-cols-sm-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-rows-sm-5 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-sm-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-sm-6 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-sm-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-sm-7 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-sm-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-sm-8 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-sm-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-sm-9 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-sm-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-sm-10 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-sm-10 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-sm-11 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-sm-11 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-sm-12 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-sm-12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .gc-sm-1 {
    grid-column-start: 1;
  }
  .gr-sm-1 {
    grid-row-start: 1;
  }
  .gw-sm-1 {
    grid-column-end: span 1;
  }
  .gh-sm-1 {
    grid-row-end: span 1;
  }
  .gc-sm-2 {
    grid-column-start: 2;
  }
  .gr-sm-2 {
    grid-row-start: 2;
  }
  .gw-sm-2 {
    grid-column-end: span 2;
  }
  .gh-sm-2 {
    grid-row-end: span 2;
  }
  .gc-sm-3 {
    grid-column-start: 3;
  }
  .gr-sm-3 {
    grid-row-start: 3;
  }
  .gw-sm-3 {
    grid-column-end: span 3;
  }
  .gh-sm-3 {
    grid-row-end: span 3;
  }
  .gc-sm-4 {
    grid-column-start: 4;
  }
  .gr-sm-4 {
    grid-row-start: 4;
  }
  .gw-sm-4 {
    grid-column-end: span 4;
  }
  .gh-sm-4 {
    grid-row-end: span 4;
  }
  .gc-sm-5 {
    grid-column-start: 5;
  }
  .gr-sm-5 {
    grid-row-start: 5;
  }
  .gw-sm-5 {
    grid-column-end: span 5;
  }
  .gh-sm-5 {
    grid-row-end: span 5;
  }
  .gc-sm-6 {
    grid-column-start: 6;
  }
  .gr-sm-6 {
    grid-row-start: 6;
  }
  .gw-sm-6 {
    grid-column-end: span 6;
  }
  .gh-sm-6 {
    grid-row-end: span 6;
  }
  .gc-sm-7 {
    grid-column-start: 7;
  }
  .gr-sm-7 {
    grid-row-start: 7;
  }
  .gw-sm-7 {
    grid-column-end: span 7;
  }
  .gh-sm-7 {
    grid-row-end: span 7;
  }
  .gc-sm-8 {
    grid-column-start: 8;
  }
  .gr-sm-8 {
    grid-row-start: 8;
  }
  .gw-sm-8 {
    grid-column-end: span 8;
  }
  .gh-sm-8 {
    grid-row-end: span 8;
  }
  .gc-sm-9 {
    grid-column-start: 9;
  }
  .gr-sm-9 {
    grid-row-start: 9;
  }
  .gw-sm-9 {
    grid-column-end: span 9;
  }
  .gh-sm-9 {
    grid-row-end: span 9;
  }
  .gc-sm-10 {
    grid-column-start: 10;
  }
  .gr-sm-10 {
    grid-row-start: 10;
  }
  .gw-sm-10 {
    grid-column-end: span 10;
  }
  .gh-sm-10 {
    grid-row-end: span 10;
  }
  .gc-sm-11 {
    grid-column-start: 11;
  }
  .gr-sm-11 {
    grid-row-start: 11;
  }
  .gw-sm-11 {
    grid-column-end: span 11;
  }
  .gh-sm-11 {
    grid-row-end: span 11;
  }
  .gc-sm-12 {
    grid-column-start: 12;
  }
  .gr-sm-12 {
    grid-row-start: 12;
  }
  .gw-sm-12 {
    grid-column-end: span 12;
  }
  .gh-sm-12 {
    grid-row-end: span 12;
  }
}

@media (min-width: 768px) {
  .grid-md-column {
    grid-auto-flow: column !important;
  }
  .grid-md-row {
    grid-auto-flow: row !important;
  }
  .grid-md-dense {
    grid-auto-flow: dense !important;
  }
  .grid-rows-md-1 {
    grid-template-rows: 1fr;
  }
  .grid-cols-md-1 {
    grid-template-columns: 1fr;
  }
  .grid-rows-md-2 {
    grid-template-rows: 1fr 1fr;
  }
  .grid-cols-md-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-rows-md-3 {
    grid-template-rows: 1fr 1fr 1fr;
  }
  .grid-cols-md-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-rows-md-4 {
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .grid-cols-md-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-rows-md-5 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-md-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-md-6 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-md-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-md-7 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-md-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-md-8 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-md-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-md-9 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-md-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-md-10 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-md-10 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-md-11 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-md-11 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-md-12 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-md-12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .gc-md-1 {
    grid-column-start: 1;
  }
  .gr-md-1 {
    grid-row-start: 1;
  }
  .gw-md-1 {
    grid-column-end: span 1;
  }
  .gh-md-1 {
    grid-row-end: span 1;
  }
  .gc-md-2 {
    grid-column-start: 2;
  }
  .gr-md-2 {
    grid-row-start: 2;
  }
  .gw-md-2 {
    grid-column-end: span 2;
  }
  .gh-md-2 {
    grid-row-end: span 2;
  }
  .gc-md-3 {
    grid-column-start: 3;
  }
  .gr-md-3 {
    grid-row-start: 3;
  }
  .gw-md-3 {
    grid-column-end: span 3;
  }
  .gh-md-3 {
    grid-row-end: span 3;
  }
  .gc-md-4 {
    grid-column-start: 4;
  }
  .gr-md-4 {
    grid-row-start: 4;
  }
  .gw-md-4 {
    grid-column-end: span 4;
  }
  .gh-md-4 {
    grid-row-end: span 4;
  }
  .gc-md-5 {
    grid-column-start: 5;
  }
  .gr-md-5 {
    grid-row-start: 5;
  }
  .gw-md-5 {
    grid-column-end: span 5;
  }
  .gh-md-5 {
    grid-row-end: span 5;
  }
  .gc-md-6 {
    grid-column-start: 6;
  }
  .gr-md-6 {
    grid-row-start: 6;
  }
  .gw-md-6 {
    grid-column-end: span 6;
  }
  .gh-md-6 {
    grid-row-end: span 6;
  }
  .gc-md-7 {
    grid-column-start: 7;
  }
  .gr-md-7 {
    grid-row-start: 7;
  }
  .gw-md-7 {
    grid-column-end: span 7;
  }
  .gh-md-7 {
    grid-row-end: span 7;
  }
  .gc-md-8 {
    grid-column-start: 8;
  }
  .gr-md-8 {
    grid-row-start: 8;
  }
  .gw-md-8 {
    grid-column-end: span 8;
  }
  .gh-md-8 {
    grid-row-end: span 8;
  }
  .gc-md-9 {
    grid-column-start: 9;
  }
  .gr-md-9 {
    grid-row-start: 9;
  }
  .gw-md-9 {
    grid-column-end: span 9;
  }
  .gh-md-9 {
    grid-row-end: span 9;
  }
  .gc-md-10 {
    grid-column-start: 10;
  }
  .gr-md-10 {
    grid-row-start: 10;
  }
  .gw-md-10 {
    grid-column-end: span 10;
  }
  .gh-md-10 {
    grid-row-end: span 10;
  }
  .gc-md-11 {
    grid-column-start: 11;
  }
  .gr-md-11 {
    grid-row-start: 11;
  }
  .gw-md-11 {
    grid-column-end: span 11;
  }
  .gh-md-11 {
    grid-row-end: span 11;
  }
  .gc-md-12 {
    grid-column-start: 12;
  }
  .gr-md-12 {
    grid-row-start: 12;
  }
  .gw-md-12 {
    grid-column-end: span 12;
  }
  .gh-md-12 {
    grid-row-end: span 12;
  }
}

@media (min-width: 992px) {
  .grid-lg-column {
    grid-auto-flow: column !important;
  }
  .grid-lg-row {
    grid-auto-flow: row !important;
  }
  .grid-lg-dense {
    grid-auto-flow: dense !important;
  }
  .grid-rows-lg-1 {
    grid-template-rows: 1fr;
  }
  .grid-cols-lg-1 {
    grid-template-columns: 1fr;
  }
  .grid-rows-lg-2 {
    grid-template-rows: 1fr 1fr;
  }
  .grid-cols-lg-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-rows-lg-3 {
    grid-template-rows: 1fr 1fr 1fr;
  }
  .grid-cols-lg-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-rows-lg-4 {
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .grid-cols-lg-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-rows-lg-5 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-lg-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-lg-6 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-lg-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-lg-7 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-lg-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-lg-8 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-lg-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-lg-9 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-lg-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-lg-10 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-lg-10 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-lg-11 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-lg-11 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-lg-12 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-lg-12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .gc-lg-1 {
    grid-column-start: 1;
  }
  .gr-lg-1 {
    grid-row-start: 1;
  }
  .gw-lg-1 {
    grid-column-end: span 1;
  }
  .gh-lg-1 {
    grid-row-end: span 1;
  }
  .gc-lg-2 {
    grid-column-start: 2;
  }
  .gr-lg-2 {
    grid-row-start: 2;
  }
  .gw-lg-2 {
    grid-column-end: span 2;
  }
  .gh-lg-2 {
    grid-row-end: span 2;
  }
  .gc-lg-3 {
    grid-column-start: 3;
  }
  .gr-lg-3 {
    grid-row-start: 3;
  }
  .gw-lg-3 {
    grid-column-end: span 3;
  }
  .gh-lg-3 {
    grid-row-end: span 3;
  }
  .gc-lg-4 {
    grid-column-start: 4;
  }
  .gr-lg-4 {
    grid-row-start: 4;
  }
  .gw-lg-4 {
    grid-column-end: span 4;
  }
  .gh-lg-4 {
    grid-row-end: span 4;
  }
  .gc-lg-5 {
    grid-column-start: 5;
  }
  .gr-lg-5 {
    grid-row-start: 5;
  }
  .gw-lg-5 {
    grid-column-end: span 5;
  }
  .gh-lg-5 {
    grid-row-end: span 5;
  }
  .gc-lg-6 {
    grid-column-start: 6;
  }
  .gr-lg-6 {
    grid-row-start: 6;
  }
  .gw-lg-6 {
    grid-column-end: span 6;
  }
  .gh-lg-6 {
    grid-row-end: span 6;
  }
  .gc-lg-7 {
    grid-column-start: 7;
  }
  .gr-lg-7 {
    grid-row-start: 7;
  }
  .gw-lg-7 {
    grid-column-end: span 7;
  }
  .gh-lg-7 {
    grid-row-end: span 7;
  }
  .gc-lg-8 {
    grid-column-start: 8;
  }
  .gr-lg-8 {
    grid-row-start: 8;
  }
  .gw-lg-8 {
    grid-column-end: span 8;
  }
  .gh-lg-8 {
    grid-row-end: span 8;
  }
  .gc-lg-9 {
    grid-column-start: 9;
  }
  .gr-lg-9 {
    grid-row-start: 9;
  }
  .gw-lg-9 {
    grid-column-end: span 9;
  }
  .gh-lg-9 {
    grid-row-end: span 9;
  }
  .gc-lg-10 {
    grid-column-start: 10;
  }
  .gr-lg-10 {
    grid-row-start: 10;
  }
  .gw-lg-10 {
    grid-column-end: span 10;
  }
  .gh-lg-10 {
    grid-row-end: span 10;
  }
  .gc-lg-11 {
    grid-column-start: 11;
  }
  .gr-lg-11 {
    grid-row-start: 11;
  }
  .gw-lg-11 {
    grid-column-end: span 11;
  }
  .gh-lg-11 {
    grid-row-end: span 11;
  }
  .gc-lg-12 {
    grid-column-start: 12;
  }
  .gr-lg-12 {
    grid-row-start: 12;
  }
  .gw-lg-12 {
    grid-column-end: span 12;
  }
  .gh-lg-12 {
    grid-row-end: span 12;
  }
}

@media (min-width: 1200px) {
  .grid-xl-column {
    grid-auto-flow: column !important;
  }
  .grid-xl-row {
    grid-auto-flow: row !important;
  }
  .grid-xl-dense {
    grid-auto-flow: dense !important;
  }
  .grid-rows-xl-1 {
    grid-template-rows: 1fr;
  }
  .grid-cols-xl-1 {
    grid-template-columns: 1fr;
  }
  .grid-rows-xl-2 {
    grid-template-rows: 1fr 1fr;
  }
  .grid-cols-xl-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-rows-xl-3 {
    grid-template-rows: 1fr 1fr 1fr;
  }
  .grid-cols-xl-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-rows-xl-4 {
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xl-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xl-5 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xl-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xl-6 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xl-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xl-7 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xl-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xl-8 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xl-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xl-9 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xl-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xl-10 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xl-10 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xl-11 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xl-11 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xl-12 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xl-12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .gc-xl-1 {
    grid-column-start: 1;
  }
  .gr-xl-1 {
    grid-row-start: 1;
  }
  .gw-xl-1 {
    grid-column-end: span 1;
  }
  .gh-xl-1 {
    grid-row-end: span 1;
  }
  .gc-xl-2 {
    grid-column-start: 2;
  }
  .gr-xl-2 {
    grid-row-start: 2;
  }
  .gw-xl-2 {
    grid-column-end: span 2;
  }
  .gh-xl-2 {
    grid-row-end: span 2;
  }
  .gc-xl-3 {
    grid-column-start: 3;
  }
  .gr-xl-3 {
    grid-row-start: 3;
  }
  .gw-xl-3 {
    grid-column-end: span 3;
  }
  .gh-xl-3 {
    grid-row-end: span 3;
  }
  .gc-xl-4 {
    grid-column-start: 4;
  }
  .gr-xl-4 {
    grid-row-start: 4;
  }
  .gw-xl-4 {
    grid-column-end: span 4;
  }
  .gh-xl-4 {
    grid-row-end: span 4;
  }
  .gc-xl-5 {
    grid-column-start: 5;
  }
  .gr-xl-5 {
    grid-row-start: 5;
  }
  .gw-xl-5 {
    grid-column-end: span 5;
  }
  .gh-xl-5 {
    grid-row-end: span 5;
  }
  .gc-xl-6 {
    grid-column-start: 6;
  }
  .gr-xl-6 {
    grid-row-start: 6;
  }
  .gw-xl-6 {
    grid-column-end: span 6;
  }
  .gh-xl-6 {
    grid-row-end: span 6;
  }
  .gc-xl-7 {
    grid-column-start: 7;
  }
  .gr-xl-7 {
    grid-row-start: 7;
  }
  .gw-xl-7 {
    grid-column-end: span 7;
  }
  .gh-xl-7 {
    grid-row-end: span 7;
  }
  .gc-xl-8 {
    grid-column-start: 8;
  }
  .gr-xl-8 {
    grid-row-start: 8;
  }
  .gw-xl-8 {
    grid-column-end: span 8;
  }
  .gh-xl-8 {
    grid-row-end: span 8;
  }
  .gc-xl-9 {
    grid-column-start: 9;
  }
  .gr-xl-9 {
    grid-row-start: 9;
  }
  .gw-xl-9 {
    grid-column-end: span 9;
  }
  .gh-xl-9 {
    grid-row-end: span 9;
  }
  .gc-xl-10 {
    grid-column-start: 10;
  }
  .gr-xl-10 {
    grid-row-start: 10;
  }
  .gw-xl-10 {
    grid-column-end: span 10;
  }
  .gh-xl-10 {
    grid-row-end: span 10;
  }
  .gc-xl-11 {
    grid-column-start: 11;
  }
  .gr-xl-11 {
    grid-row-start: 11;
  }
  .gw-xl-11 {
    grid-column-end: span 11;
  }
  .gh-xl-11 {
    grid-row-end: span 11;
  }
  .gc-xl-12 {
    grid-column-start: 12;
  }
  .gr-xl-12 {
    grid-row-start: 12;
  }
  .gw-xl-12 {
    grid-column-end: span 12;
  }
  .gh-xl-12 {
    grid-row-end: span 12;
  }
}

@media (min-width: 1400px) {
  .grid-xxl-column {
    grid-auto-flow: column !important;
  }
  .grid-xxl-row {
    grid-auto-flow: row !important;
  }
  .grid-xxl-dense {
    grid-auto-flow: dense !important;
  }
  .grid-rows-xxl-1 {
    grid-template-rows: 1fr;
  }
  .grid-cols-xxl-1 {
    grid-template-columns: 1fr;
  }
  .grid-rows-xxl-2 {
    grid-template-rows: 1fr 1fr;
  }
  .grid-cols-xxl-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-rows-xxl-3 {
    grid-template-rows: 1fr 1fr 1fr;
  }
  .grid-cols-xxl-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-rows-xxl-4 {
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xxl-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xxl-5 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xxl-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xxl-6 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xxl-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xxl-7 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xxl-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xxl-8 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xxl-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xxl-9 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xxl-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xxl-10 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xxl-10 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xxl-11 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xxl-11 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-rows-xxl-12 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid-cols-xxl-12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .gc-xxl-1 {
    grid-column-start: 1;
  }
  .gr-xxl-1 {
    grid-row-start: 1;
  }
  .gw-xxl-1 {
    grid-column-end: span 1;
  }
  .gh-xxl-1 {
    grid-row-end: span 1;
  }
  .gc-xxl-2 {
    grid-column-start: 2;
  }
  .gr-xxl-2 {
    grid-row-start: 2;
  }
  .gw-xxl-2 {
    grid-column-end: span 2;
  }
  .gh-xxl-2 {
    grid-row-end: span 2;
  }
  .gc-xxl-3 {
    grid-column-start: 3;
  }
  .gr-xxl-3 {
    grid-row-start: 3;
  }
  .gw-xxl-3 {
    grid-column-end: span 3;
  }
  .gh-xxl-3 {
    grid-row-end: span 3;
  }
  .gc-xxl-4 {
    grid-column-start: 4;
  }
  .gr-xxl-4 {
    grid-row-start: 4;
  }
  .gw-xxl-4 {
    grid-column-end: span 4;
  }
  .gh-xxl-4 {
    grid-row-end: span 4;
  }
  .gc-xxl-5 {
    grid-column-start: 5;
  }
  .gr-xxl-5 {
    grid-row-start: 5;
  }
  .gw-xxl-5 {
    grid-column-end: span 5;
  }
  .gh-xxl-5 {
    grid-row-end: span 5;
  }
  .gc-xxl-6 {
    grid-column-start: 6;
  }
  .gr-xxl-6 {
    grid-row-start: 6;
  }
  .gw-xxl-6 {
    grid-column-end: span 6;
  }
  .gh-xxl-6 {
    grid-row-end: span 6;
  }
  .gc-xxl-7 {
    grid-column-start: 7;
  }
  .gr-xxl-7 {
    grid-row-start: 7;
  }
  .gw-xxl-7 {
    grid-column-end: span 7;
  }
  .gh-xxl-7 {
    grid-row-end: span 7;
  }
  .gc-xxl-8 {
    grid-column-start: 8;
  }
  .gr-xxl-8 {
    grid-row-start: 8;
  }
  .gw-xxl-8 {
    grid-column-end: span 8;
  }
  .gh-xxl-8 {
    grid-row-end: span 8;
  }
  .gc-xxl-9 {
    grid-column-start: 9;
  }
  .gr-xxl-9 {
    grid-row-start: 9;
  }
  .gw-xxl-9 {
    grid-column-end: span 9;
  }
  .gh-xxl-9 {
    grid-row-end: span 9;
  }
  .gc-xxl-10 {
    grid-column-start: 10;
  }
  .gr-xxl-10 {
    grid-row-start: 10;
  }
  .gw-xxl-10 {
    grid-column-end: span 10;
  }
  .gh-xxl-10 {
    grid-row-end: span 10;
  }
  .gc-xxl-11 {
    grid-column-start: 11;
  }
  .gr-xxl-11 {
    grid-row-start: 11;
  }
  .gw-xxl-11 {
    grid-column-end: span 11;
  }
  .gh-xxl-11 {
    grid-row-end: span 11;
  }
  .gc-xxl-12 {
    grid-column-start: 12;
  }
  .gr-xxl-12 {
    grid-row-start: 12;
  }
  .gw-xxl-12 {
    grid-column-end: span 12;
  }
  .gh-xxl-12 {
    grid-row-end: span 12;
  }
}

/** var root**/
/** breakpoints **/
/** spacing margin padding **/
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

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

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

@media (min-width: 320px) {
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xs-flex-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xs-flex-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-flex-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-flex-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-flex-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-flex-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-flex-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-flex-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-flex-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-flex-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-flex-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-flex-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

.justify-content-flex-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-flex-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

@media (min-width: 320px) {
  .justify-content-xs-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xs-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xs-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xs-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

@media (min-width: 320px) {
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

@media (min-width: 320px) {
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/** var root**/
/** breakpoints **/
/** spacing margin padding **/
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.order-7 {
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}

.order-8 {
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}

.order-9 {
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}

.order-10 {
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}

.order-11 {
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}

.order-12 {
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}

.order-13 {
  -webkit-box-ordinal-group: 14 !important;
      -ms-flex-order: 13 !important;
          order: 13 !important;
}

.order-14 {
  -webkit-box-ordinal-group: 15 !important;
      -ms-flex-order: 14 !important;
          order: 14 !important;
}

.order-15 {
  -webkit-box-ordinal-group: 16 !important;
      -ms-flex-order: 15 !important;
          order: 15 !important;
}

.order-16 {
  -webkit-box-ordinal-group: 17 !important;
      -ms-flex-order: 16 !important;
          order: 16 !important;
}

.order-17 {
  -webkit-box-ordinal-group: 18 !important;
      -ms-flex-order: 17 !important;
          order: 17 !important;
}

.order-18 {
  -webkit-box-ordinal-group: 19 !important;
      -ms-flex-order: 18 !important;
          order: 18 !important;
}

.order-19 {
  -webkit-box-ordinal-group: 20 !important;
      -ms-flex-order: 19 !important;
          order: 19 !important;
}

.order-20 {
  -webkit-box-ordinal-group: 21 !important;
      -ms-flex-order: 20 !important;
          order: 20 !important;
}

.order-21 {
  -webkit-box-ordinal-group: 22 !important;
      -ms-flex-order: 21 !important;
          order: 21 !important;
}

.order-22 {
  -webkit-box-ordinal-group: 23 !important;
      -ms-flex-order: 22 !important;
          order: 22 !important;
}

.order-23 {
  -webkit-box-ordinal-group: 24 !important;
      -ms-flex-order: 23 !important;
          order: 23 !important;
}

.order-24 {
  -webkit-box-ordinal-group: 25 !important;
      -ms-flex-order: 24 !important;
          order: 24 !important;
}

.order-25 {
  -webkit-box-ordinal-group: 26 !important;
      -ms-flex-order: 25 !important;
          order: 25 !important;
}

.order-26 {
  -webkit-box-ordinal-group: 27 !important;
      -ms-flex-order: 26 !important;
          order: 26 !important;
}

.order-27 {
  -webkit-box-ordinal-group: 28 !important;
      -ms-flex-order: 27 !important;
          order: 27 !important;
}

.order-28 {
  -webkit-box-ordinal-group: 29 !important;
      -ms-flex-order: 28 !important;
          order: 28 !important;
}

.order-29 {
  -webkit-box-ordinal-group: 30 !important;
      -ms-flex-order: 29 !important;
          order: 29 !important;
}

.order-30 {
  -webkit-box-ordinal-group: 31 !important;
      -ms-flex-order: 30 !important;
          order: 30 !important;
}

.order-31 {
  -webkit-box-ordinal-group: 32 !important;
      -ms-flex-order: 31 !important;
          order: 31 !important;
}

.order-32 {
  -webkit-box-ordinal-group: 33 !important;
      -ms-flex-order: 32 !important;
          order: 32 !important;
}

.order-33 {
  -webkit-box-ordinal-group: 34 !important;
      -ms-flex-order: 33 !important;
          order: 33 !important;
}

.order-34 {
  -webkit-box-ordinal-group: 35 !important;
      -ms-flex-order: 34 !important;
          order: 34 !important;
}

.order-35 {
  -webkit-box-ordinal-group: 36 !important;
      -ms-flex-order: 35 !important;
          order: 35 !important;
}

.order-36 {
  -webkit-box-ordinal-group: 37 !important;
      -ms-flex-order: 36 !important;
          order: 36 !important;
}

.order-37 {
  -webkit-box-ordinal-group: 38 !important;
      -ms-flex-order: 37 !important;
          order: 37 !important;
}

.order-38 {
  -webkit-box-ordinal-group: 39 !important;
      -ms-flex-order: 38 !important;
          order: 38 !important;
}

.order-39 {
  -webkit-box-ordinal-group: 40 !important;
      -ms-flex-order: 39 !important;
          order: 39 !important;
}

.order-40 {
  -webkit-box-ordinal-group: 41 !important;
      -ms-flex-order: 40 !important;
          order: 40 !important;
}

.order-41 {
  -webkit-box-ordinal-group: 42 !important;
      -ms-flex-order: 41 !important;
          order: 41 !important;
}

.order-42 {
  -webkit-box-ordinal-group: 43 !important;
      -ms-flex-order: 42 !important;
          order: 42 !important;
}

.order-43 {
  -webkit-box-ordinal-group: 44 !important;
      -ms-flex-order: 43 !important;
          order: 43 !important;
}

.order-44 {
  -webkit-box-ordinal-group: 45 !important;
      -ms-flex-order: 44 !important;
          order: 44 !important;
}

.order-45 {
  -webkit-box-ordinal-group: 46 !important;
      -ms-flex-order: 45 !important;
          order: 45 !important;
}

.order-46 {
  -webkit-box-ordinal-group: 47 !important;
      -ms-flex-order: 46 !important;
          order: 46 !important;
}

.order-47 {
  -webkit-box-ordinal-group: 48 !important;
      -ms-flex-order: 47 !important;
          order: 47 !important;
}

.order-48 {
  -webkit-box-ordinal-group: 49 !important;
      -ms-flex-order: 48 !important;
          order: 48 !important;
}

.order-49 {
  -webkit-box-ordinal-group: 50 !important;
      -ms-flex-order: 49 !important;
          order: 49 !important;
}

.order-50 {
  -webkit-box-ordinal-group: 51 !important;
      -ms-flex-order: 50 !important;
          order: 50 !important;
}

.order-51 {
  -webkit-box-ordinal-group: 52 !important;
      -ms-flex-order: 51 !important;
          order: 51 !important;
}

.order-52 {
  -webkit-box-ordinal-group: 53 !important;
      -ms-flex-order: 52 !important;
          order: 52 !important;
}

.order-53 {
  -webkit-box-ordinal-group: 54 !important;
      -ms-flex-order: 53 !important;
          order: 53 !important;
}

.order-54 {
  -webkit-box-ordinal-group: 55 !important;
      -ms-flex-order: 54 !important;
          order: 54 !important;
}

.order-55 {
  -webkit-box-ordinal-group: 56 !important;
      -ms-flex-order: 55 !important;
          order: 55 !important;
}

.order-56 {
  -webkit-box-ordinal-group: 57 !important;
      -ms-flex-order: 56 !important;
          order: 56 !important;
}

.order-57 {
  -webkit-box-ordinal-group: 58 !important;
      -ms-flex-order: 57 !important;
          order: 57 !important;
}

.order-58 {
  -webkit-box-ordinal-group: 59 !important;
      -ms-flex-order: 58 !important;
          order: 58 !important;
}

.order-59 {
  -webkit-box-ordinal-group: 60 !important;
      -ms-flex-order: 59 !important;
          order: 59 !important;
}

.order-60 {
  -webkit-box-ordinal-group: 61 !important;
      -ms-flex-order: 60 !important;
          order: 60 !important;
}

.order-61 {
  -webkit-box-ordinal-group: 62 !important;
      -ms-flex-order: 61 !important;
          order: 61 !important;
}

.order-62 {
  -webkit-box-ordinal-group: 63 !important;
      -ms-flex-order: 62 !important;
          order: 62 !important;
}

.order-63 {
  -webkit-box-ordinal-group: 64 !important;
      -ms-flex-order: 63 !important;
          order: 63 !important;
}

.order-64 {
  -webkit-box-ordinal-group: 65 !important;
      -ms-flex-order: 64 !important;
          order: 64 !important;
}

.order-65 {
  -webkit-box-ordinal-group: 66 !important;
      -ms-flex-order: 65 !important;
          order: 65 !important;
}

.order-66 {
  -webkit-box-ordinal-group: 67 !important;
      -ms-flex-order: 66 !important;
          order: 66 !important;
}

.order-67 {
  -webkit-box-ordinal-group: 68 !important;
      -ms-flex-order: 67 !important;
          order: 67 !important;
}

.order-68 {
  -webkit-box-ordinal-group: 69 !important;
      -ms-flex-order: 68 !important;
          order: 68 !important;
}

.order-69 {
  -webkit-box-ordinal-group: 70 !important;
      -ms-flex-order: 69 !important;
          order: 69 !important;
}

.order-70 {
  -webkit-box-ordinal-group: 71 !important;
      -ms-flex-order: 70 !important;
          order: 70 !important;
}

.order-71 {
  -webkit-box-ordinal-group: 72 !important;
      -ms-flex-order: 71 !important;
          order: 71 !important;
}

.order-72 {
  -webkit-box-ordinal-group: 73 !important;
      -ms-flex-order: 72 !important;
          order: 72 !important;
}

.order-73 {
  -webkit-box-ordinal-group: 74 !important;
      -ms-flex-order: 73 !important;
          order: 73 !important;
}

.order-74 {
  -webkit-box-ordinal-group: 75 !important;
      -ms-flex-order: 74 !important;
          order: 74 !important;
}

.order-75 {
  -webkit-box-ordinal-group: 76 !important;
      -ms-flex-order: 75 !important;
          order: 75 !important;
}

.order-76 {
  -webkit-box-ordinal-group: 77 !important;
      -ms-flex-order: 76 !important;
          order: 76 !important;
}

.order-77 {
  -webkit-box-ordinal-group: 78 !important;
      -ms-flex-order: 77 !important;
          order: 77 !important;
}

.order-78 {
  -webkit-box-ordinal-group: 79 !important;
      -ms-flex-order: 78 !important;
          order: 78 !important;
}

.order-79 {
  -webkit-box-ordinal-group: 80 !important;
      -ms-flex-order: 79 !important;
          order: 79 !important;
}

.order-80 {
  -webkit-box-ordinal-group: 81 !important;
      -ms-flex-order: 80 !important;
          order: 80 !important;
}

.order-81 {
  -webkit-box-ordinal-group: 82 !important;
      -ms-flex-order: 81 !important;
          order: 81 !important;
}

.order-82 {
  -webkit-box-ordinal-group: 83 !important;
      -ms-flex-order: 82 !important;
          order: 82 !important;
}

.order-83 {
  -webkit-box-ordinal-group: 84 !important;
      -ms-flex-order: 83 !important;
          order: 83 !important;
}

.order-84 {
  -webkit-box-ordinal-group: 85 !important;
      -ms-flex-order: 84 !important;
          order: 84 !important;
}

.order-85 {
  -webkit-box-ordinal-group: 86 !important;
      -ms-flex-order: 85 !important;
          order: 85 !important;
}

.order-86 {
  -webkit-box-ordinal-group: 87 !important;
      -ms-flex-order: 86 !important;
          order: 86 !important;
}

.order-87 {
  -webkit-box-ordinal-group: 88 !important;
      -ms-flex-order: 87 !important;
          order: 87 !important;
}

.order-88 {
  -webkit-box-ordinal-group: 89 !important;
      -ms-flex-order: 88 !important;
          order: 88 !important;
}

.order-89 {
  -webkit-box-ordinal-group: 90 !important;
      -ms-flex-order: 89 !important;
          order: 89 !important;
}

.order-90 {
  -webkit-box-ordinal-group: 91 !important;
      -ms-flex-order: 90 !important;
          order: 90 !important;
}

.order-91 {
  -webkit-box-ordinal-group: 92 !important;
      -ms-flex-order: 91 !important;
          order: 91 !important;
}

.order-92 {
  -webkit-box-ordinal-group: 93 !important;
      -ms-flex-order: 92 !important;
          order: 92 !important;
}

.order-93 {
  -webkit-box-ordinal-group: 94 !important;
      -ms-flex-order: 93 !important;
          order: 93 !important;
}

.order-94 {
  -webkit-box-ordinal-group: 95 !important;
      -ms-flex-order: 94 !important;
          order: 94 !important;
}

.order-95 {
  -webkit-box-ordinal-group: 96 !important;
      -ms-flex-order: 95 !important;
          order: 95 !important;
}

.order-96 {
  -webkit-box-ordinal-group: 97 !important;
      -ms-flex-order: 96 !important;
          order: 96 !important;
}

.order-97 {
  -webkit-box-ordinal-group: 98 !important;
      -ms-flex-order: 97 !important;
          order: 97 !important;
}

.order-98 {
  -webkit-box-ordinal-group: 99 !important;
      -ms-flex-order: 98 !important;
          order: 98 !important;
}

.order-99 {
  -webkit-box-ordinal-group: 100 !important;
      -ms-flex-order: 99 !important;
          order: 99 !important;
}

.order-100 {
  -webkit-box-ordinal-group: 101 !important;
      -ms-flex-order: 100 !important;
          order: 100 !important;
}

@media (min-width: 320px) {
  .order-xs-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  .order-xs-13 {
    -webkit-box-ordinal-group: 14 !important;
        -ms-flex-order: 13 !important;
            order: 13 !important;
  }
  .order-xs-14 {
    -webkit-box-ordinal-group: 15 !important;
        -ms-flex-order: 14 !important;
            order: 14 !important;
  }
  .order-xs-15 {
    -webkit-box-ordinal-group: 16 !important;
        -ms-flex-order: 15 !important;
            order: 15 !important;
  }
  .order-xs-16 {
    -webkit-box-ordinal-group: 17 !important;
        -ms-flex-order: 16 !important;
            order: 16 !important;
  }
  .order-xs-17 {
    -webkit-box-ordinal-group: 18 !important;
        -ms-flex-order: 17 !important;
            order: 17 !important;
  }
  .order-xs-18 {
    -webkit-box-ordinal-group: 19 !important;
        -ms-flex-order: 18 !important;
            order: 18 !important;
  }
  .order-xs-19 {
    -webkit-box-ordinal-group: 20 !important;
        -ms-flex-order: 19 !important;
            order: 19 !important;
  }
  .order-xs-20 {
    -webkit-box-ordinal-group: 21 !important;
        -ms-flex-order: 20 !important;
            order: 20 !important;
  }
  .order-xs-21 {
    -webkit-box-ordinal-group: 22 !important;
        -ms-flex-order: 21 !important;
            order: 21 !important;
  }
  .order-xs-22 {
    -webkit-box-ordinal-group: 23 !important;
        -ms-flex-order: 22 !important;
            order: 22 !important;
  }
  .order-xs-23 {
    -webkit-box-ordinal-group: 24 !important;
        -ms-flex-order: 23 !important;
            order: 23 !important;
  }
  .order-xs-24 {
    -webkit-box-ordinal-group: 25 !important;
        -ms-flex-order: 24 !important;
            order: 24 !important;
  }
  .order-xs-25 {
    -webkit-box-ordinal-group: 26 !important;
        -ms-flex-order: 25 !important;
            order: 25 !important;
  }
  .order-xs-26 {
    -webkit-box-ordinal-group: 27 !important;
        -ms-flex-order: 26 !important;
            order: 26 !important;
  }
  .order-xs-27 {
    -webkit-box-ordinal-group: 28 !important;
        -ms-flex-order: 27 !important;
            order: 27 !important;
  }
  .order-xs-28 {
    -webkit-box-ordinal-group: 29 !important;
        -ms-flex-order: 28 !important;
            order: 28 !important;
  }
  .order-xs-29 {
    -webkit-box-ordinal-group: 30 !important;
        -ms-flex-order: 29 !important;
            order: 29 !important;
  }
  .order-xs-30 {
    -webkit-box-ordinal-group: 31 !important;
        -ms-flex-order: 30 !important;
            order: 30 !important;
  }
  .order-xs-31 {
    -webkit-box-ordinal-group: 32 !important;
        -ms-flex-order: 31 !important;
            order: 31 !important;
  }
  .order-xs-32 {
    -webkit-box-ordinal-group: 33 !important;
        -ms-flex-order: 32 !important;
            order: 32 !important;
  }
  .order-xs-33 {
    -webkit-box-ordinal-group: 34 !important;
        -ms-flex-order: 33 !important;
            order: 33 !important;
  }
  .order-xs-34 {
    -webkit-box-ordinal-group: 35 !important;
        -ms-flex-order: 34 !important;
            order: 34 !important;
  }
  .order-xs-35 {
    -webkit-box-ordinal-group: 36 !important;
        -ms-flex-order: 35 !important;
            order: 35 !important;
  }
  .order-xs-36 {
    -webkit-box-ordinal-group: 37 !important;
        -ms-flex-order: 36 !important;
            order: 36 !important;
  }
  .order-xs-37 {
    -webkit-box-ordinal-group: 38 !important;
        -ms-flex-order: 37 !important;
            order: 37 !important;
  }
  .order-xs-38 {
    -webkit-box-ordinal-group: 39 !important;
        -ms-flex-order: 38 !important;
            order: 38 !important;
  }
  .order-xs-39 {
    -webkit-box-ordinal-group: 40 !important;
        -ms-flex-order: 39 !important;
            order: 39 !important;
  }
  .order-xs-40 {
    -webkit-box-ordinal-group: 41 !important;
        -ms-flex-order: 40 !important;
            order: 40 !important;
  }
  .order-xs-41 {
    -webkit-box-ordinal-group: 42 !important;
        -ms-flex-order: 41 !important;
            order: 41 !important;
  }
  .order-xs-42 {
    -webkit-box-ordinal-group: 43 !important;
        -ms-flex-order: 42 !important;
            order: 42 !important;
  }
  .order-xs-43 {
    -webkit-box-ordinal-group: 44 !important;
        -ms-flex-order: 43 !important;
            order: 43 !important;
  }
  .order-xs-44 {
    -webkit-box-ordinal-group: 45 !important;
        -ms-flex-order: 44 !important;
            order: 44 !important;
  }
  .order-xs-45 {
    -webkit-box-ordinal-group: 46 !important;
        -ms-flex-order: 45 !important;
            order: 45 !important;
  }
  .order-xs-46 {
    -webkit-box-ordinal-group: 47 !important;
        -ms-flex-order: 46 !important;
            order: 46 !important;
  }
  .order-xs-47 {
    -webkit-box-ordinal-group: 48 !important;
        -ms-flex-order: 47 !important;
            order: 47 !important;
  }
  .order-xs-48 {
    -webkit-box-ordinal-group: 49 !important;
        -ms-flex-order: 48 !important;
            order: 48 !important;
  }
  .order-xs-49 {
    -webkit-box-ordinal-group: 50 !important;
        -ms-flex-order: 49 !important;
            order: 49 !important;
  }
  .order-xs-50 {
    -webkit-box-ordinal-group: 51 !important;
        -ms-flex-order: 50 !important;
            order: 50 !important;
  }
  .order-xs-51 {
    -webkit-box-ordinal-group: 52 !important;
        -ms-flex-order: 51 !important;
            order: 51 !important;
  }
  .order-xs-52 {
    -webkit-box-ordinal-group: 53 !important;
        -ms-flex-order: 52 !important;
            order: 52 !important;
  }
  .order-xs-53 {
    -webkit-box-ordinal-group: 54 !important;
        -ms-flex-order: 53 !important;
            order: 53 !important;
  }
  .order-xs-54 {
    -webkit-box-ordinal-group: 55 !important;
        -ms-flex-order: 54 !important;
            order: 54 !important;
  }
  .order-xs-55 {
    -webkit-box-ordinal-group: 56 !important;
        -ms-flex-order: 55 !important;
            order: 55 !important;
  }
  .order-xs-56 {
    -webkit-box-ordinal-group: 57 !important;
        -ms-flex-order: 56 !important;
            order: 56 !important;
  }
  .order-xs-57 {
    -webkit-box-ordinal-group: 58 !important;
        -ms-flex-order: 57 !important;
            order: 57 !important;
  }
  .order-xs-58 {
    -webkit-box-ordinal-group: 59 !important;
        -ms-flex-order: 58 !important;
            order: 58 !important;
  }
  .order-xs-59 {
    -webkit-box-ordinal-group: 60 !important;
        -ms-flex-order: 59 !important;
            order: 59 !important;
  }
  .order-xs-60 {
    -webkit-box-ordinal-group: 61 !important;
        -ms-flex-order: 60 !important;
            order: 60 !important;
  }
  .order-xs-61 {
    -webkit-box-ordinal-group: 62 !important;
        -ms-flex-order: 61 !important;
            order: 61 !important;
  }
  .order-xs-62 {
    -webkit-box-ordinal-group: 63 !important;
        -ms-flex-order: 62 !important;
            order: 62 !important;
  }
  .order-xs-63 {
    -webkit-box-ordinal-group: 64 !important;
        -ms-flex-order: 63 !important;
            order: 63 !important;
  }
  .order-xs-64 {
    -webkit-box-ordinal-group: 65 !important;
        -ms-flex-order: 64 !important;
            order: 64 !important;
  }
  .order-xs-65 {
    -webkit-box-ordinal-group: 66 !important;
        -ms-flex-order: 65 !important;
            order: 65 !important;
  }
  .order-xs-66 {
    -webkit-box-ordinal-group: 67 !important;
        -ms-flex-order: 66 !important;
            order: 66 !important;
  }
  .order-xs-67 {
    -webkit-box-ordinal-group: 68 !important;
        -ms-flex-order: 67 !important;
            order: 67 !important;
  }
  .order-xs-68 {
    -webkit-box-ordinal-group: 69 !important;
        -ms-flex-order: 68 !important;
            order: 68 !important;
  }
  .order-xs-69 {
    -webkit-box-ordinal-group: 70 !important;
        -ms-flex-order: 69 !important;
            order: 69 !important;
  }
  .order-xs-70 {
    -webkit-box-ordinal-group: 71 !important;
        -ms-flex-order: 70 !important;
            order: 70 !important;
  }
  .order-xs-71 {
    -webkit-box-ordinal-group: 72 !important;
        -ms-flex-order: 71 !important;
            order: 71 !important;
  }
  .order-xs-72 {
    -webkit-box-ordinal-group: 73 !important;
        -ms-flex-order: 72 !important;
            order: 72 !important;
  }
  .order-xs-73 {
    -webkit-box-ordinal-group: 74 !important;
        -ms-flex-order: 73 !important;
            order: 73 !important;
  }
  .order-xs-74 {
    -webkit-box-ordinal-group: 75 !important;
        -ms-flex-order: 74 !important;
            order: 74 !important;
  }
  .order-xs-75 {
    -webkit-box-ordinal-group: 76 !important;
        -ms-flex-order: 75 !important;
            order: 75 !important;
  }
  .order-xs-76 {
    -webkit-box-ordinal-group: 77 !important;
        -ms-flex-order: 76 !important;
            order: 76 !important;
  }
  .order-xs-77 {
    -webkit-box-ordinal-group: 78 !important;
        -ms-flex-order: 77 !important;
            order: 77 !important;
  }
  .order-xs-78 {
    -webkit-box-ordinal-group: 79 !important;
        -ms-flex-order: 78 !important;
            order: 78 !important;
  }
  .order-xs-79 {
    -webkit-box-ordinal-group: 80 !important;
        -ms-flex-order: 79 !important;
            order: 79 !important;
  }
  .order-xs-80 {
    -webkit-box-ordinal-group: 81 !important;
        -ms-flex-order: 80 !important;
            order: 80 !important;
  }
  .order-xs-81 {
    -webkit-box-ordinal-group: 82 !important;
        -ms-flex-order: 81 !important;
            order: 81 !important;
  }
  .order-xs-82 {
    -webkit-box-ordinal-group: 83 !important;
        -ms-flex-order: 82 !important;
            order: 82 !important;
  }
  .order-xs-83 {
    -webkit-box-ordinal-group: 84 !important;
        -ms-flex-order: 83 !important;
            order: 83 !important;
  }
  .order-xs-84 {
    -webkit-box-ordinal-group: 85 !important;
        -ms-flex-order: 84 !important;
            order: 84 !important;
  }
  .order-xs-85 {
    -webkit-box-ordinal-group: 86 !important;
        -ms-flex-order: 85 !important;
            order: 85 !important;
  }
  .order-xs-86 {
    -webkit-box-ordinal-group: 87 !important;
        -ms-flex-order: 86 !important;
            order: 86 !important;
  }
  .order-xs-87 {
    -webkit-box-ordinal-group: 88 !important;
        -ms-flex-order: 87 !important;
            order: 87 !important;
  }
  .order-xs-88 {
    -webkit-box-ordinal-group: 89 !important;
        -ms-flex-order: 88 !important;
            order: 88 !important;
  }
  .order-xs-89 {
    -webkit-box-ordinal-group: 90 !important;
        -ms-flex-order: 89 !important;
            order: 89 !important;
  }
  .order-xs-90 {
    -webkit-box-ordinal-group: 91 !important;
        -ms-flex-order: 90 !important;
            order: 90 !important;
  }
  .order-xs-91 {
    -webkit-box-ordinal-group: 92 !important;
        -ms-flex-order: 91 !important;
            order: 91 !important;
  }
  .order-xs-92 {
    -webkit-box-ordinal-group: 93 !important;
        -ms-flex-order: 92 !important;
            order: 92 !important;
  }
  .order-xs-93 {
    -webkit-box-ordinal-group: 94 !important;
        -ms-flex-order: 93 !important;
            order: 93 !important;
  }
  .order-xs-94 {
    -webkit-box-ordinal-group: 95 !important;
        -ms-flex-order: 94 !important;
            order: 94 !important;
  }
  .order-xs-95 {
    -webkit-box-ordinal-group: 96 !important;
        -ms-flex-order: 95 !important;
            order: 95 !important;
  }
  .order-xs-96 {
    -webkit-box-ordinal-group: 97 !important;
        -ms-flex-order: 96 !important;
            order: 96 !important;
  }
  .order-xs-97 {
    -webkit-box-ordinal-group: 98 !important;
        -ms-flex-order: 97 !important;
            order: 97 !important;
  }
  .order-xs-98 {
    -webkit-box-ordinal-group: 99 !important;
        -ms-flex-order: 98 !important;
            order: 98 !important;
  }
  .order-xs-99 {
    -webkit-box-ordinal-group: 100 !important;
        -ms-flex-order: 99 !important;
            order: 99 !important;
  }
  .order-xs-100 {
    -webkit-box-ordinal-group: 101 !important;
        -ms-flex-order: 100 !important;
            order: 100 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  .order-sm-13 {
    -webkit-box-ordinal-group: 14 !important;
        -ms-flex-order: 13 !important;
            order: 13 !important;
  }
  .order-sm-14 {
    -webkit-box-ordinal-group: 15 !important;
        -ms-flex-order: 14 !important;
            order: 14 !important;
  }
  .order-sm-15 {
    -webkit-box-ordinal-group: 16 !important;
        -ms-flex-order: 15 !important;
            order: 15 !important;
  }
  .order-sm-16 {
    -webkit-box-ordinal-group: 17 !important;
        -ms-flex-order: 16 !important;
            order: 16 !important;
  }
  .order-sm-17 {
    -webkit-box-ordinal-group: 18 !important;
        -ms-flex-order: 17 !important;
            order: 17 !important;
  }
  .order-sm-18 {
    -webkit-box-ordinal-group: 19 !important;
        -ms-flex-order: 18 !important;
            order: 18 !important;
  }
  .order-sm-19 {
    -webkit-box-ordinal-group: 20 !important;
        -ms-flex-order: 19 !important;
            order: 19 !important;
  }
  .order-sm-20 {
    -webkit-box-ordinal-group: 21 !important;
        -ms-flex-order: 20 !important;
            order: 20 !important;
  }
  .order-sm-21 {
    -webkit-box-ordinal-group: 22 !important;
        -ms-flex-order: 21 !important;
            order: 21 !important;
  }
  .order-sm-22 {
    -webkit-box-ordinal-group: 23 !important;
        -ms-flex-order: 22 !important;
            order: 22 !important;
  }
  .order-sm-23 {
    -webkit-box-ordinal-group: 24 !important;
        -ms-flex-order: 23 !important;
            order: 23 !important;
  }
  .order-sm-24 {
    -webkit-box-ordinal-group: 25 !important;
        -ms-flex-order: 24 !important;
            order: 24 !important;
  }
  .order-sm-25 {
    -webkit-box-ordinal-group: 26 !important;
        -ms-flex-order: 25 !important;
            order: 25 !important;
  }
  .order-sm-26 {
    -webkit-box-ordinal-group: 27 !important;
        -ms-flex-order: 26 !important;
            order: 26 !important;
  }
  .order-sm-27 {
    -webkit-box-ordinal-group: 28 !important;
        -ms-flex-order: 27 !important;
            order: 27 !important;
  }
  .order-sm-28 {
    -webkit-box-ordinal-group: 29 !important;
        -ms-flex-order: 28 !important;
            order: 28 !important;
  }
  .order-sm-29 {
    -webkit-box-ordinal-group: 30 !important;
        -ms-flex-order: 29 !important;
            order: 29 !important;
  }
  .order-sm-30 {
    -webkit-box-ordinal-group: 31 !important;
        -ms-flex-order: 30 !important;
            order: 30 !important;
  }
  .order-sm-31 {
    -webkit-box-ordinal-group: 32 !important;
        -ms-flex-order: 31 !important;
            order: 31 !important;
  }
  .order-sm-32 {
    -webkit-box-ordinal-group: 33 !important;
        -ms-flex-order: 32 !important;
            order: 32 !important;
  }
  .order-sm-33 {
    -webkit-box-ordinal-group: 34 !important;
        -ms-flex-order: 33 !important;
            order: 33 !important;
  }
  .order-sm-34 {
    -webkit-box-ordinal-group: 35 !important;
        -ms-flex-order: 34 !important;
            order: 34 !important;
  }
  .order-sm-35 {
    -webkit-box-ordinal-group: 36 !important;
        -ms-flex-order: 35 !important;
            order: 35 !important;
  }
  .order-sm-36 {
    -webkit-box-ordinal-group: 37 !important;
        -ms-flex-order: 36 !important;
            order: 36 !important;
  }
  .order-sm-37 {
    -webkit-box-ordinal-group: 38 !important;
        -ms-flex-order: 37 !important;
            order: 37 !important;
  }
  .order-sm-38 {
    -webkit-box-ordinal-group: 39 !important;
        -ms-flex-order: 38 !important;
            order: 38 !important;
  }
  .order-sm-39 {
    -webkit-box-ordinal-group: 40 !important;
        -ms-flex-order: 39 !important;
            order: 39 !important;
  }
  .order-sm-40 {
    -webkit-box-ordinal-group: 41 !important;
        -ms-flex-order: 40 !important;
            order: 40 !important;
  }
  .order-sm-41 {
    -webkit-box-ordinal-group: 42 !important;
        -ms-flex-order: 41 !important;
            order: 41 !important;
  }
  .order-sm-42 {
    -webkit-box-ordinal-group: 43 !important;
        -ms-flex-order: 42 !important;
            order: 42 !important;
  }
  .order-sm-43 {
    -webkit-box-ordinal-group: 44 !important;
        -ms-flex-order: 43 !important;
            order: 43 !important;
  }
  .order-sm-44 {
    -webkit-box-ordinal-group: 45 !important;
        -ms-flex-order: 44 !important;
            order: 44 !important;
  }
  .order-sm-45 {
    -webkit-box-ordinal-group: 46 !important;
        -ms-flex-order: 45 !important;
            order: 45 !important;
  }
  .order-sm-46 {
    -webkit-box-ordinal-group: 47 !important;
        -ms-flex-order: 46 !important;
            order: 46 !important;
  }
  .order-sm-47 {
    -webkit-box-ordinal-group: 48 !important;
        -ms-flex-order: 47 !important;
            order: 47 !important;
  }
  .order-sm-48 {
    -webkit-box-ordinal-group: 49 !important;
        -ms-flex-order: 48 !important;
            order: 48 !important;
  }
  .order-sm-49 {
    -webkit-box-ordinal-group: 50 !important;
        -ms-flex-order: 49 !important;
            order: 49 !important;
  }
  .order-sm-50 {
    -webkit-box-ordinal-group: 51 !important;
        -ms-flex-order: 50 !important;
            order: 50 !important;
  }
  .order-sm-51 {
    -webkit-box-ordinal-group: 52 !important;
        -ms-flex-order: 51 !important;
            order: 51 !important;
  }
  .order-sm-52 {
    -webkit-box-ordinal-group: 53 !important;
        -ms-flex-order: 52 !important;
            order: 52 !important;
  }
  .order-sm-53 {
    -webkit-box-ordinal-group: 54 !important;
        -ms-flex-order: 53 !important;
            order: 53 !important;
  }
  .order-sm-54 {
    -webkit-box-ordinal-group: 55 !important;
        -ms-flex-order: 54 !important;
            order: 54 !important;
  }
  .order-sm-55 {
    -webkit-box-ordinal-group: 56 !important;
        -ms-flex-order: 55 !important;
            order: 55 !important;
  }
  .order-sm-56 {
    -webkit-box-ordinal-group: 57 !important;
        -ms-flex-order: 56 !important;
            order: 56 !important;
  }
  .order-sm-57 {
    -webkit-box-ordinal-group: 58 !important;
        -ms-flex-order: 57 !important;
            order: 57 !important;
  }
  .order-sm-58 {
    -webkit-box-ordinal-group: 59 !important;
        -ms-flex-order: 58 !important;
            order: 58 !important;
  }
  .order-sm-59 {
    -webkit-box-ordinal-group: 60 !important;
        -ms-flex-order: 59 !important;
            order: 59 !important;
  }
  .order-sm-60 {
    -webkit-box-ordinal-group: 61 !important;
        -ms-flex-order: 60 !important;
            order: 60 !important;
  }
  .order-sm-61 {
    -webkit-box-ordinal-group: 62 !important;
        -ms-flex-order: 61 !important;
            order: 61 !important;
  }
  .order-sm-62 {
    -webkit-box-ordinal-group: 63 !important;
        -ms-flex-order: 62 !important;
            order: 62 !important;
  }
  .order-sm-63 {
    -webkit-box-ordinal-group: 64 !important;
        -ms-flex-order: 63 !important;
            order: 63 !important;
  }
  .order-sm-64 {
    -webkit-box-ordinal-group: 65 !important;
        -ms-flex-order: 64 !important;
            order: 64 !important;
  }
  .order-sm-65 {
    -webkit-box-ordinal-group: 66 !important;
        -ms-flex-order: 65 !important;
            order: 65 !important;
  }
  .order-sm-66 {
    -webkit-box-ordinal-group: 67 !important;
        -ms-flex-order: 66 !important;
            order: 66 !important;
  }
  .order-sm-67 {
    -webkit-box-ordinal-group: 68 !important;
        -ms-flex-order: 67 !important;
            order: 67 !important;
  }
  .order-sm-68 {
    -webkit-box-ordinal-group: 69 !important;
        -ms-flex-order: 68 !important;
            order: 68 !important;
  }
  .order-sm-69 {
    -webkit-box-ordinal-group: 70 !important;
        -ms-flex-order: 69 !important;
            order: 69 !important;
  }
  .order-sm-70 {
    -webkit-box-ordinal-group: 71 !important;
        -ms-flex-order: 70 !important;
            order: 70 !important;
  }
  .order-sm-71 {
    -webkit-box-ordinal-group: 72 !important;
        -ms-flex-order: 71 !important;
            order: 71 !important;
  }
  .order-sm-72 {
    -webkit-box-ordinal-group: 73 !important;
        -ms-flex-order: 72 !important;
            order: 72 !important;
  }
  .order-sm-73 {
    -webkit-box-ordinal-group: 74 !important;
        -ms-flex-order: 73 !important;
            order: 73 !important;
  }
  .order-sm-74 {
    -webkit-box-ordinal-group: 75 !important;
        -ms-flex-order: 74 !important;
            order: 74 !important;
  }
  .order-sm-75 {
    -webkit-box-ordinal-group: 76 !important;
        -ms-flex-order: 75 !important;
            order: 75 !important;
  }
  .order-sm-76 {
    -webkit-box-ordinal-group: 77 !important;
        -ms-flex-order: 76 !important;
            order: 76 !important;
  }
  .order-sm-77 {
    -webkit-box-ordinal-group: 78 !important;
        -ms-flex-order: 77 !important;
            order: 77 !important;
  }
  .order-sm-78 {
    -webkit-box-ordinal-group: 79 !important;
        -ms-flex-order: 78 !important;
            order: 78 !important;
  }
  .order-sm-79 {
    -webkit-box-ordinal-group: 80 !important;
        -ms-flex-order: 79 !important;
            order: 79 !important;
  }
  .order-sm-80 {
    -webkit-box-ordinal-group: 81 !important;
        -ms-flex-order: 80 !important;
            order: 80 !important;
  }
  .order-sm-81 {
    -webkit-box-ordinal-group: 82 !important;
        -ms-flex-order: 81 !important;
            order: 81 !important;
  }
  .order-sm-82 {
    -webkit-box-ordinal-group: 83 !important;
        -ms-flex-order: 82 !important;
            order: 82 !important;
  }
  .order-sm-83 {
    -webkit-box-ordinal-group: 84 !important;
        -ms-flex-order: 83 !important;
            order: 83 !important;
  }
  .order-sm-84 {
    -webkit-box-ordinal-group: 85 !important;
        -ms-flex-order: 84 !important;
            order: 84 !important;
  }
  .order-sm-85 {
    -webkit-box-ordinal-group: 86 !important;
        -ms-flex-order: 85 !important;
            order: 85 !important;
  }
  .order-sm-86 {
    -webkit-box-ordinal-group: 87 !important;
        -ms-flex-order: 86 !important;
            order: 86 !important;
  }
  .order-sm-87 {
    -webkit-box-ordinal-group: 88 !important;
        -ms-flex-order: 87 !important;
            order: 87 !important;
  }
  .order-sm-88 {
    -webkit-box-ordinal-group: 89 !important;
        -ms-flex-order: 88 !important;
            order: 88 !important;
  }
  .order-sm-89 {
    -webkit-box-ordinal-group: 90 !important;
        -ms-flex-order: 89 !important;
            order: 89 !important;
  }
  .order-sm-90 {
    -webkit-box-ordinal-group: 91 !important;
        -ms-flex-order: 90 !important;
            order: 90 !important;
  }
  .order-sm-91 {
    -webkit-box-ordinal-group: 92 !important;
        -ms-flex-order: 91 !important;
            order: 91 !important;
  }
  .order-sm-92 {
    -webkit-box-ordinal-group: 93 !important;
        -ms-flex-order: 92 !important;
            order: 92 !important;
  }
  .order-sm-93 {
    -webkit-box-ordinal-group: 94 !important;
        -ms-flex-order: 93 !important;
            order: 93 !important;
  }
  .order-sm-94 {
    -webkit-box-ordinal-group: 95 !important;
        -ms-flex-order: 94 !important;
            order: 94 !important;
  }
  .order-sm-95 {
    -webkit-box-ordinal-group: 96 !important;
        -ms-flex-order: 95 !important;
            order: 95 !important;
  }
  .order-sm-96 {
    -webkit-box-ordinal-group: 97 !important;
        -ms-flex-order: 96 !important;
            order: 96 !important;
  }
  .order-sm-97 {
    -webkit-box-ordinal-group: 98 !important;
        -ms-flex-order: 97 !important;
            order: 97 !important;
  }
  .order-sm-98 {
    -webkit-box-ordinal-group: 99 !important;
        -ms-flex-order: 98 !important;
            order: 98 !important;
  }
  .order-sm-99 {
    -webkit-box-ordinal-group: 100 !important;
        -ms-flex-order: 99 !important;
            order: 99 !important;
  }
  .order-sm-100 {
    -webkit-box-ordinal-group: 101 !important;
        -ms-flex-order: 100 !important;
            order: 100 !important;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  .order-md-13 {
    -webkit-box-ordinal-group: 14 !important;
        -ms-flex-order: 13 !important;
            order: 13 !important;
  }
  .order-md-14 {
    -webkit-box-ordinal-group: 15 !important;
        -ms-flex-order: 14 !important;
            order: 14 !important;
  }
  .order-md-15 {
    -webkit-box-ordinal-group: 16 !important;
        -ms-flex-order: 15 !important;
            order: 15 !important;
  }
  .order-md-16 {
    -webkit-box-ordinal-group: 17 !important;
        -ms-flex-order: 16 !important;
            order: 16 !important;
  }
  .order-md-17 {
    -webkit-box-ordinal-group: 18 !important;
        -ms-flex-order: 17 !important;
            order: 17 !important;
  }
  .order-md-18 {
    -webkit-box-ordinal-group: 19 !important;
        -ms-flex-order: 18 !important;
            order: 18 !important;
  }
  .order-md-19 {
    -webkit-box-ordinal-group: 20 !important;
        -ms-flex-order: 19 !important;
            order: 19 !important;
  }
  .order-md-20 {
    -webkit-box-ordinal-group: 21 !important;
        -ms-flex-order: 20 !important;
            order: 20 !important;
  }
  .order-md-21 {
    -webkit-box-ordinal-group: 22 !important;
        -ms-flex-order: 21 !important;
            order: 21 !important;
  }
  .order-md-22 {
    -webkit-box-ordinal-group: 23 !important;
        -ms-flex-order: 22 !important;
            order: 22 !important;
  }
  .order-md-23 {
    -webkit-box-ordinal-group: 24 !important;
        -ms-flex-order: 23 !important;
            order: 23 !important;
  }
  .order-md-24 {
    -webkit-box-ordinal-group: 25 !important;
        -ms-flex-order: 24 !important;
            order: 24 !important;
  }
  .order-md-25 {
    -webkit-box-ordinal-group: 26 !important;
        -ms-flex-order: 25 !important;
            order: 25 !important;
  }
  .order-md-26 {
    -webkit-box-ordinal-group: 27 !important;
        -ms-flex-order: 26 !important;
            order: 26 !important;
  }
  .order-md-27 {
    -webkit-box-ordinal-group: 28 !important;
        -ms-flex-order: 27 !important;
            order: 27 !important;
  }
  .order-md-28 {
    -webkit-box-ordinal-group: 29 !important;
        -ms-flex-order: 28 !important;
            order: 28 !important;
  }
  .order-md-29 {
    -webkit-box-ordinal-group: 30 !important;
        -ms-flex-order: 29 !important;
            order: 29 !important;
  }
  .order-md-30 {
    -webkit-box-ordinal-group: 31 !important;
        -ms-flex-order: 30 !important;
            order: 30 !important;
  }
  .order-md-31 {
    -webkit-box-ordinal-group: 32 !important;
        -ms-flex-order: 31 !important;
            order: 31 !important;
  }
  .order-md-32 {
    -webkit-box-ordinal-group: 33 !important;
        -ms-flex-order: 32 !important;
            order: 32 !important;
  }
  .order-md-33 {
    -webkit-box-ordinal-group: 34 !important;
        -ms-flex-order: 33 !important;
            order: 33 !important;
  }
  .order-md-34 {
    -webkit-box-ordinal-group: 35 !important;
        -ms-flex-order: 34 !important;
            order: 34 !important;
  }
  .order-md-35 {
    -webkit-box-ordinal-group: 36 !important;
        -ms-flex-order: 35 !important;
            order: 35 !important;
  }
  .order-md-36 {
    -webkit-box-ordinal-group: 37 !important;
        -ms-flex-order: 36 !important;
            order: 36 !important;
  }
  .order-md-37 {
    -webkit-box-ordinal-group: 38 !important;
        -ms-flex-order: 37 !important;
            order: 37 !important;
  }
  .order-md-38 {
    -webkit-box-ordinal-group: 39 !important;
        -ms-flex-order: 38 !important;
            order: 38 !important;
  }
  .order-md-39 {
    -webkit-box-ordinal-group: 40 !important;
        -ms-flex-order: 39 !important;
            order: 39 !important;
  }
  .order-md-40 {
    -webkit-box-ordinal-group: 41 !important;
        -ms-flex-order: 40 !important;
            order: 40 !important;
  }
  .order-md-41 {
    -webkit-box-ordinal-group: 42 !important;
        -ms-flex-order: 41 !important;
            order: 41 !important;
  }
  .order-md-42 {
    -webkit-box-ordinal-group: 43 !important;
        -ms-flex-order: 42 !important;
            order: 42 !important;
  }
  .order-md-43 {
    -webkit-box-ordinal-group: 44 !important;
        -ms-flex-order: 43 !important;
            order: 43 !important;
  }
  .order-md-44 {
    -webkit-box-ordinal-group: 45 !important;
        -ms-flex-order: 44 !important;
            order: 44 !important;
  }
  .order-md-45 {
    -webkit-box-ordinal-group: 46 !important;
        -ms-flex-order: 45 !important;
            order: 45 !important;
  }
  .order-md-46 {
    -webkit-box-ordinal-group: 47 !important;
        -ms-flex-order: 46 !important;
            order: 46 !important;
  }
  .order-md-47 {
    -webkit-box-ordinal-group: 48 !important;
        -ms-flex-order: 47 !important;
            order: 47 !important;
  }
  .order-md-48 {
    -webkit-box-ordinal-group: 49 !important;
        -ms-flex-order: 48 !important;
            order: 48 !important;
  }
  .order-md-49 {
    -webkit-box-ordinal-group: 50 !important;
        -ms-flex-order: 49 !important;
            order: 49 !important;
  }
  .order-md-50 {
    -webkit-box-ordinal-group: 51 !important;
        -ms-flex-order: 50 !important;
            order: 50 !important;
  }
  .order-md-51 {
    -webkit-box-ordinal-group: 52 !important;
        -ms-flex-order: 51 !important;
            order: 51 !important;
  }
  .order-md-52 {
    -webkit-box-ordinal-group: 53 !important;
        -ms-flex-order: 52 !important;
            order: 52 !important;
  }
  .order-md-53 {
    -webkit-box-ordinal-group: 54 !important;
        -ms-flex-order: 53 !important;
            order: 53 !important;
  }
  .order-md-54 {
    -webkit-box-ordinal-group: 55 !important;
        -ms-flex-order: 54 !important;
            order: 54 !important;
  }
  .order-md-55 {
    -webkit-box-ordinal-group: 56 !important;
        -ms-flex-order: 55 !important;
            order: 55 !important;
  }
  .order-md-56 {
    -webkit-box-ordinal-group: 57 !important;
        -ms-flex-order: 56 !important;
            order: 56 !important;
  }
  .order-md-57 {
    -webkit-box-ordinal-group: 58 !important;
        -ms-flex-order: 57 !important;
            order: 57 !important;
  }
  .order-md-58 {
    -webkit-box-ordinal-group: 59 !important;
        -ms-flex-order: 58 !important;
            order: 58 !important;
  }
  .order-md-59 {
    -webkit-box-ordinal-group: 60 !important;
        -ms-flex-order: 59 !important;
            order: 59 !important;
  }
  .order-md-60 {
    -webkit-box-ordinal-group: 61 !important;
        -ms-flex-order: 60 !important;
            order: 60 !important;
  }
  .order-md-61 {
    -webkit-box-ordinal-group: 62 !important;
        -ms-flex-order: 61 !important;
            order: 61 !important;
  }
  .order-md-62 {
    -webkit-box-ordinal-group: 63 !important;
        -ms-flex-order: 62 !important;
            order: 62 !important;
  }
  .order-md-63 {
    -webkit-box-ordinal-group: 64 !important;
        -ms-flex-order: 63 !important;
            order: 63 !important;
  }
  .order-md-64 {
    -webkit-box-ordinal-group: 65 !important;
        -ms-flex-order: 64 !important;
            order: 64 !important;
  }
  .order-md-65 {
    -webkit-box-ordinal-group: 66 !important;
        -ms-flex-order: 65 !important;
            order: 65 !important;
  }
  .order-md-66 {
    -webkit-box-ordinal-group: 67 !important;
        -ms-flex-order: 66 !important;
            order: 66 !important;
  }
  .order-md-67 {
    -webkit-box-ordinal-group: 68 !important;
        -ms-flex-order: 67 !important;
            order: 67 !important;
  }
  .order-md-68 {
    -webkit-box-ordinal-group: 69 !important;
        -ms-flex-order: 68 !important;
            order: 68 !important;
  }
  .order-md-69 {
    -webkit-box-ordinal-group: 70 !important;
        -ms-flex-order: 69 !important;
            order: 69 !important;
  }
  .order-md-70 {
    -webkit-box-ordinal-group: 71 !important;
        -ms-flex-order: 70 !important;
            order: 70 !important;
  }
  .order-md-71 {
    -webkit-box-ordinal-group: 72 !important;
        -ms-flex-order: 71 !important;
            order: 71 !important;
  }
  .order-md-72 {
    -webkit-box-ordinal-group: 73 !important;
        -ms-flex-order: 72 !important;
            order: 72 !important;
  }
  .order-md-73 {
    -webkit-box-ordinal-group: 74 !important;
        -ms-flex-order: 73 !important;
            order: 73 !important;
  }
  .order-md-74 {
    -webkit-box-ordinal-group: 75 !important;
        -ms-flex-order: 74 !important;
            order: 74 !important;
  }
  .order-md-75 {
    -webkit-box-ordinal-group: 76 !important;
        -ms-flex-order: 75 !important;
            order: 75 !important;
  }
  .order-md-76 {
    -webkit-box-ordinal-group: 77 !important;
        -ms-flex-order: 76 !important;
            order: 76 !important;
  }
  .order-md-77 {
    -webkit-box-ordinal-group: 78 !important;
        -ms-flex-order: 77 !important;
            order: 77 !important;
  }
  .order-md-78 {
    -webkit-box-ordinal-group: 79 !important;
        -ms-flex-order: 78 !important;
            order: 78 !important;
  }
  .order-md-79 {
    -webkit-box-ordinal-group: 80 !important;
        -ms-flex-order: 79 !important;
            order: 79 !important;
  }
  .order-md-80 {
    -webkit-box-ordinal-group: 81 !important;
        -ms-flex-order: 80 !important;
            order: 80 !important;
  }
  .order-md-81 {
    -webkit-box-ordinal-group: 82 !important;
        -ms-flex-order: 81 !important;
            order: 81 !important;
  }
  .order-md-82 {
    -webkit-box-ordinal-group: 83 !important;
        -ms-flex-order: 82 !important;
            order: 82 !important;
  }
  .order-md-83 {
    -webkit-box-ordinal-group: 84 !important;
        -ms-flex-order: 83 !important;
            order: 83 !important;
  }
  .order-md-84 {
    -webkit-box-ordinal-group: 85 !important;
        -ms-flex-order: 84 !important;
            order: 84 !important;
  }
  .order-md-85 {
    -webkit-box-ordinal-group: 86 !important;
        -ms-flex-order: 85 !important;
            order: 85 !important;
  }
  .order-md-86 {
    -webkit-box-ordinal-group: 87 !important;
        -ms-flex-order: 86 !important;
            order: 86 !important;
  }
  .order-md-87 {
    -webkit-box-ordinal-group: 88 !important;
        -ms-flex-order: 87 !important;
            order: 87 !important;
  }
  .order-md-88 {
    -webkit-box-ordinal-group: 89 !important;
        -ms-flex-order: 88 !important;
            order: 88 !important;
  }
  .order-md-89 {
    -webkit-box-ordinal-group: 90 !important;
        -ms-flex-order: 89 !important;
            order: 89 !important;
  }
  .order-md-90 {
    -webkit-box-ordinal-group: 91 !important;
        -ms-flex-order: 90 !important;
            order: 90 !important;
  }
  .order-md-91 {
    -webkit-box-ordinal-group: 92 !important;
        -ms-flex-order: 91 !important;
            order: 91 !important;
  }
  .order-md-92 {
    -webkit-box-ordinal-group: 93 !important;
        -ms-flex-order: 92 !important;
            order: 92 !important;
  }
  .order-md-93 {
    -webkit-box-ordinal-group: 94 !important;
        -ms-flex-order: 93 !important;
            order: 93 !important;
  }
  .order-md-94 {
    -webkit-box-ordinal-group: 95 !important;
        -ms-flex-order: 94 !important;
            order: 94 !important;
  }
  .order-md-95 {
    -webkit-box-ordinal-group: 96 !important;
        -ms-flex-order: 95 !important;
            order: 95 !important;
  }
  .order-md-96 {
    -webkit-box-ordinal-group: 97 !important;
        -ms-flex-order: 96 !important;
            order: 96 !important;
  }
  .order-md-97 {
    -webkit-box-ordinal-group: 98 !important;
        -ms-flex-order: 97 !important;
            order: 97 !important;
  }
  .order-md-98 {
    -webkit-box-ordinal-group: 99 !important;
        -ms-flex-order: 98 !important;
            order: 98 !important;
  }
  .order-md-99 {
    -webkit-box-ordinal-group: 100 !important;
        -ms-flex-order: 99 !important;
            order: 99 !important;
  }
  .order-md-100 {
    -webkit-box-ordinal-group: 101 !important;
        -ms-flex-order: 100 !important;
            order: 100 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  .order-lg-13 {
    -webkit-box-ordinal-group: 14 !important;
        -ms-flex-order: 13 !important;
            order: 13 !important;
  }
  .order-lg-14 {
    -webkit-box-ordinal-group: 15 !important;
        -ms-flex-order: 14 !important;
            order: 14 !important;
  }
  .order-lg-15 {
    -webkit-box-ordinal-group: 16 !important;
        -ms-flex-order: 15 !important;
            order: 15 !important;
  }
  .order-lg-16 {
    -webkit-box-ordinal-group: 17 !important;
        -ms-flex-order: 16 !important;
            order: 16 !important;
  }
  .order-lg-17 {
    -webkit-box-ordinal-group: 18 !important;
        -ms-flex-order: 17 !important;
            order: 17 !important;
  }
  .order-lg-18 {
    -webkit-box-ordinal-group: 19 !important;
        -ms-flex-order: 18 !important;
            order: 18 !important;
  }
  .order-lg-19 {
    -webkit-box-ordinal-group: 20 !important;
        -ms-flex-order: 19 !important;
            order: 19 !important;
  }
  .order-lg-20 {
    -webkit-box-ordinal-group: 21 !important;
        -ms-flex-order: 20 !important;
            order: 20 !important;
  }
  .order-lg-21 {
    -webkit-box-ordinal-group: 22 !important;
        -ms-flex-order: 21 !important;
            order: 21 !important;
  }
  .order-lg-22 {
    -webkit-box-ordinal-group: 23 !important;
        -ms-flex-order: 22 !important;
            order: 22 !important;
  }
  .order-lg-23 {
    -webkit-box-ordinal-group: 24 !important;
        -ms-flex-order: 23 !important;
            order: 23 !important;
  }
  .order-lg-24 {
    -webkit-box-ordinal-group: 25 !important;
        -ms-flex-order: 24 !important;
            order: 24 !important;
  }
  .order-lg-25 {
    -webkit-box-ordinal-group: 26 !important;
        -ms-flex-order: 25 !important;
            order: 25 !important;
  }
  .order-lg-26 {
    -webkit-box-ordinal-group: 27 !important;
        -ms-flex-order: 26 !important;
            order: 26 !important;
  }
  .order-lg-27 {
    -webkit-box-ordinal-group: 28 !important;
        -ms-flex-order: 27 !important;
            order: 27 !important;
  }
  .order-lg-28 {
    -webkit-box-ordinal-group: 29 !important;
        -ms-flex-order: 28 !important;
            order: 28 !important;
  }
  .order-lg-29 {
    -webkit-box-ordinal-group: 30 !important;
        -ms-flex-order: 29 !important;
            order: 29 !important;
  }
  .order-lg-30 {
    -webkit-box-ordinal-group: 31 !important;
        -ms-flex-order: 30 !important;
            order: 30 !important;
  }
  .order-lg-31 {
    -webkit-box-ordinal-group: 32 !important;
        -ms-flex-order: 31 !important;
            order: 31 !important;
  }
  .order-lg-32 {
    -webkit-box-ordinal-group: 33 !important;
        -ms-flex-order: 32 !important;
            order: 32 !important;
  }
  .order-lg-33 {
    -webkit-box-ordinal-group: 34 !important;
        -ms-flex-order: 33 !important;
            order: 33 !important;
  }
  .order-lg-34 {
    -webkit-box-ordinal-group: 35 !important;
        -ms-flex-order: 34 !important;
            order: 34 !important;
  }
  .order-lg-35 {
    -webkit-box-ordinal-group: 36 !important;
        -ms-flex-order: 35 !important;
            order: 35 !important;
  }
  .order-lg-36 {
    -webkit-box-ordinal-group: 37 !important;
        -ms-flex-order: 36 !important;
            order: 36 !important;
  }
  .order-lg-37 {
    -webkit-box-ordinal-group: 38 !important;
        -ms-flex-order: 37 !important;
            order: 37 !important;
  }
  .order-lg-38 {
    -webkit-box-ordinal-group: 39 !important;
        -ms-flex-order: 38 !important;
            order: 38 !important;
  }
  .order-lg-39 {
    -webkit-box-ordinal-group: 40 !important;
        -ms-flex-order: 39 !important;
            order: 39 !important;
  }
  .order-lg-40 {
    -webkit-box-ordinal-group: 41 !important;
        -ms-flex-order: 40 !important;
            order: 40 !important;
  }
  .order-lg-41 {
    -webkit-box-ordinal-group: 42 !important;
        -ms-flex-order: 41 !important;
            order: 41 !important;
  }
  .order-lg-42 {
    -webkit-box-ordinal-group: 43 !important;
        -ms-flex-order: 42 !important;
            order: 42 !important;
  }
  .order-lg-43 {
    -webkit-box-ordinal-group: 44 !important;
        -ms-flex-order: 43 !important;
            order: 43 !important;
  }
  .order-lg-44 {
    -webkit-box-ordinal-group: 45 !important;
        -ms-flex-order: 44 !important;
            order: 44 !important;
  }
  .order-lg-45 {
    -webkit-box-ordinal-group: 46 !important;
        -ms-flex-order: 45 !important;
            order: 45 !important;
  }
  .order-lg-46 {
    -webkit-box-ordinal-group: 47 !important;
        -ms-flex-order: 46 !important;
            order: 46 !important;
  }
  .order-lg-47 {
    -webkit-box-ordinal-group: 48 !important;
        -ms-flex-order: 47 !important;
            order: 47 !important;
  }
  .order-lg-48 {
    -webkit-box-ordinal-group: 49 !important;
        -ms-flex-order: 48 !important;
            order: 48 !important;
  }
  .order-lg-49 {
    -webkit-box-ordinal-group: 50 !important;
        -ms-flex-order: 49 !important;
            order: 49 !important;
  }
  .order-lg-50 {
    -webkit-box-ordinal-group: 51 !important;
        -ms-flex-order: 50 !important;
            order: 50 !important;
  }
  .order-lg-51 {
    -webkit-box-ordinal-group: 52 !important;
        -ms-flex-order: 51 !important;
            order: 51 !important;
  }
  .order-lg-52 {
    -webkit-box-ordinal-group: 53 !important;
        -ms-flex-order: 52 !important;
            order: 52 !important;
  }
  .order-lg-53 {
    -webkit-box-ordinal-group: 54 !important;
        -ms-flex-order: 53 !important;
            order: 53 !important;
  }
  .order-lg-54 {
    -webkit-box-ordinal-group: 55 !important;
        -ms-flex-order: 54 !important;
            order: 54 !important;
  }
  .order-lg-55 {
    -webkit-box-ordinal-group: 56 !important;
        -ms-flex-order: 55 !important;
            order: 55 !important;
  }
  .order-lg-56 {
    -webkit-box-ordinal-group: 57 !important;
        -ms-flex-order: 56 !important;
            order: 56 !important;
  }
  .order-lg-57 {
    -webkit-box-ordinal-group: 58 !important;
        -ms-flex-order: 57 !important;
            order: 57 !important;
  }
  .order-lg-58 {
    -webkit-box-ordinal-group: 59 !important;
        -ms-flex-order: 58 !important;
            order: 58 !important;
  }
  .order-lg-59 {
    -webkit-box-ordinal-group: 60 !important;
        -ms-flex-order: 59 !important;
            order: 59 !important;
  }
  .order-lg-60 {
    -webkit-box-ordinal-group: 61 !important;
        -ms-flex-order: 60 !important;
            order: 60 !important;
  }
  .order-lg-61 {
    -webkit-box-ordinal-group: 62 !important;
        -ms-flex-order: 61 !important;
            order: 61 !important;
  }
  .order-lg-62 {
    -webkit-box-ordinal-group: 63 !important;
        -ms-flex-order: 62 !important;
            order: 62 !important;
  }
  .order-lg-63 {
    -webkit-box-ordinal-group: 64 !important;
        -ms-flex-order: 63 !important;
            order: 63 !important;
  }
  .order-lg-64 {
    -webkit-box-ordinal-group: 65 !important;
        -ms-flex-order: 64 !important;
            order: 64 !important;
  }
  .order-lg-65 {
    -webkit-box-ordinal-group: 66 !important;
        -ms-flex-order: 65 !important;
            order: 65 !important;
  }
  .order-lg-66 {
    -webkit-box-ordinal-group: 67 !important;
        -ms-flex-order: 66 !important;
            order: 66 !important;
  }
  .order-lg-67 {
    -webkit-box-ordinal-group: 68 !important;
        -ms-flex-order: 67 !important;
            order: 67 !important;
  }
  .order-lg-68 {
    -webkit-box-ordinal-group: 69 !important;
        -ms-flex-order: 68 !important;
            order: 68 !important;
  }
  .order-lg-69 {
    -webkit-box-ordinal-group: 70 !important;
        -ms-flex-order: 69 !important;
            order: 69 !important;
  }
  .order-lg-70 {
    -webkit-box-ordinal-group: 71 !important;
        -ms-flex-order: 70 !important;
            order: 70 !important;
  }
  .order-lg-71 {
    -webkit-box-ordinal-group: 72 !important;
        -ms-flex-order: 71 !important;
            order: 71 !important;
  }
  .order-lg-72 {
    -webkit-box-ordinal-group: 73 !important;
        -ms-flex-order: 72 !important;
            order: 72 !important;
  }
  .order-lg-73 {
    -webkit-box-ordinal-group: 74 !important;
        -ms-flex-order: 73 !important;
            order: 73 !important;
  }
  .order-lg-74 {
    -webkit-box-ordinal-group: 75 !important;
        -ms-flex-order: 74 !important;
            order: 74 !important;
  }
  .order-lg-75 {
    -webkit-box-ordinal-group: 76 !important;
        -ms-flex-order: 75 !important;
            order: 75 !important;
  }
  .order-lg-76 {
    -webkit-box-ordinal-group: 77 !important;
        -ms-flex-order: 76 !important;
            order: 76 !important;
  }
  .order-lg-77 {
    -webkit-box-ordinal-group: 78 !important;
        -ms-flex-order: 77 !important;
            order: 77 !important;
  }
  .order-lg-78 {
    -webkit-box-ordinal-group: 79 !important;
        -ms-flex-order: 78 !important;
            order: 78 !important;
  }
  .order-lg-79 {
    -webkit-box-ordinal-group: 80 !important;
        -ms-flex-order: 79 !important;
            order: 79 !important;
  }
  .order-lg-80 {
    -webkit-box-ordinal-group: 81 !important;
        -ms-flex-order: 80 !important;
            order: 80 !important;
  }
  .order-lg-81 {
    -webkit-box-ordinal-group: 82 !important;
        -ms-flex-order: 81 !important;
            order: 81 !important;
  }
  .order-lg-82 {
    -webkit-box-ordinal-group: 83 !important;
        -ms-flex-order: 82 !important;
            order: 82 !important;
  }
  .order-lg-83 {
    -webkit-box-ordinal-group: 84 !important;
        -ms-flex-order: 83 !important;
            order: 83 !important;
  }
  .order-lg-84 {
    -webkit-box-ordinal-group: 85 !important;
        -ms-flex-order: 84 !important;
            order: 84 !important;
  }
  .order-lg-85 {
    -webkit-box-ordinal-group: 86 !important;
        -ms-flex-order: 85 !important;
            order: 85 !important;
  }
  .order-lg-86 {
    -webkit-box-ordinal-group: 87 !important;
        -ms-flex-order: 86 !important;
            order: 86 !important;
  }
  .order-lg-87 {
    -webkit-box-ordinal-group: 88 !important;
        -ms-flex-order: 87 !important;
            order: 87 !important;
  }
  .order-lg-88 {
    -webkit-box-ordinal-group: 89 !important;
        -ms-flex-order: 88 !important;
            order: 88 !important;
  }
  .order-lg-89 {
    -webkit-box-ordinal-group: 90 !important;
        -ms-flex-order: 89 !important;
            order: 89 !important;
  }
  .order-lg-90 {
    -webkit-box-ordinal-group: 91 !important;
        -ms-flex-order: 90 !important;
            order: 90 !important;
  }
  .order-lg-91 {
    -webkit-box-ordinal-group: 92 !important;
        -ms-flex-order: 91 !important;
            order: 91 !important;
  }
  .order-lg-92 {
    -webkit-box-ordinal-group: 93 !important;
        -ms-flex-order: 92 !important;
            order: 92 !important;
  }
  .order-lg-93 {
    -webkit-box-ordinal-group: 94 !important;
        -ms-flex-order: 93 !important;
            order: 93 !important;
  }
  .order-lg-94 {
    -webkit-box-ordinal-group: 95 !important;
        -ms-flex-order: 94 !important;
            order: 94 !important;
  }
  .order-lg-95 {
    -webkit-box-ordinal-group: 96 !important;
        -ms-flex-order: 95 !important;
            order: 95 !important;
  }
  .order-lg-96 {
    -webkit-box-ordinal-group: 97 !important;
        -ms-flex-order: 96 !important;
            order: 96 !important;
  }
  .order-lg-97 {
    -webkit-box-ordinal-group: 98 !important;
        -ms-flex-order: 97 !important;
            order: 97 !important;
  }
  .order-lg-98 {
    -webkit-box-ordinal-group: 99 !important;
        -ms-flex-order: 98 !important;
            order: 98 !important;
  }
  .order-lg-99 {
    -webkit-box-ordinal-group: 100 !important;
        -ms-flex-order: 99 !important;
            order: 99 !important;
  }
  .order-lg-100 {
    -webkit-box-ordinal-group: 101 !important;
        -ms-flex-order: 100 !important;
            order: 100 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  .order-xl-13 {
    -webkit-box-ordinal-group: 14 !important;
        -ms-flex-order: 13 !important;
            order: 13 !important;
  }
  .order-xl-14 {
    -webkit-box-ordinal-group: 15 !important;
        -ms-flex-order: 14 !important;
            order: 14 !important;
  }
  .order-xl-15 {
    -webkit-box-ordinal-group: 16 !important;
        -ms-flex-order: 15 !important;
            order: 15 !important;
  }
  .order-xl-16 {
    -webkit-box-ordinal-group: 17 !important;
        -ms-flex-order: 16 !important;
            order: 16 !important;
  }
  .order-xl-17 {
    -webkit-box-ordinal-group: 18 !important;
        -ms-flex-order: 17 !important;
            order: 17 !important;
  }
  .order-xl-18 {
    -webkit-box-ordinal-group: 19 !important;
        -ms-flex-order: 18 !important;
            order: 18 !important;
  }
  .order-xl-19 {
    -webkit-box-ordinal-group: 20 !important;
        -ms-flex-order: 19 !important;
            order: 19 !important;
  }
  .order-xl-20 {
    -webkit-box-ordinal-group: 21 !important;
        -ms-flex-order: 20 !important;
            order: 20 !important;
  }
  .order-xl-21 {
    -webkit-box-ordinal-group: 22 !important;
        -ms-flex-order: 21 !important;
            order: 21 !important;
  }
  .order-xl-22 {
    -webkit-box-ordinal-group: 23 !important;
        -ms-flex-order: 22 !important;
            order: 22 !important;
  }
  .order-xl-23 {
    -webkit-box-ordinal-group: 24 !important;
        -ms-flex-order: 23 !important;
            order: 23 !important;
  }
  .order-xl-24 {
    -webkit-box-ordinal-group: 25 !important;
        -ms-flex-order: 24 !important;
            order: 24 !important;
  }
  .order-xl-25 {
    -webkit-box-ordinal-group: 26 !important;
        -ms-flex-order: 25 !important;
            order: 25 !important;
  }
  .order-xl-26 {
    -webkit-box-ordinal-group: 27 !important;
        -ms-flex-order: 26 !important;
            order: 26 !important;
  }
  .order-xl-27 {
    -webkit-box-ordinal-group: 28 !important;
        -ms-flex-order: 27 !important;
            order: 27 !important;
  }
  .order-xl-28 {
    -webkit-box-ordinal-group: 29 !important;
        -ms-flex-order: 28 !important;
            order: 28 !important;
  }
  .order-xl-29 {
    -webkit-box-ordinal-group: 30 !important;
        -ms-flex-order: 29 !important;
            order: 29 !important;
  }
  .order-xl-30 {
    -webkit-box-ordinal-group: 31 !important;
        -ms-flex-order: 30 !important;
            order: 30 !important;
  }
  .order-xl-31 {
    -webkit-box-ordinal-group: 32 !important;
        -ms-flex-order: 31 !important;
            order: 31 !important;
  }
  .order-xl-32 {
    -webkit-box-ordinal-group: 33 !important;
        -ms-flex-order: 32 !important;
            order: 32 !important;
  }
  .order-xl-33 {
    -webkit-box-ordinal-group: 34 !important;
        -ms-flex-order: 33 !important;
            order: 33 !important;
  }
  .order-xl-34 {
    -webkit-box-ordinal-group: 35 !important;
        -ms-flex-order: 34 !important;
            order: 34 !important;
  }
  .order-xl-35 {
    -webkit-box-ordinal-group: 36 !important;
        -ms-flex-order: 35 !important;
            order: 35 !important;
  }
  .order-xl-36 {
    -webkit-box-ordinal-group: 37 !important;
        -ms-flex-order: 36 !important;
            order: 36 !important;
  }
  .order-xl-37 {
    -webkit-box-ordinal-group: 38 !important;
        -ms-flex-order: 37 !important;
            order: 37 !important;
  }
  .order-xl-38 {
    -webkit-box-ordinal-group: 39 !important;
        -ms-flex-order: 38 !important;
            order: 38 !important;
  }
  .order-xl-39 {
    -webkit-box-ordinal-group: 40 !important;
        -ms-flex-order: 39 !important;
            order: 39 !important;
  }
  .order-xl-40 {
    -webkit-box-ordinal-group: 41 !important;
        -ms-flex-order: 40 !important;
            order: 40 !important;
  }
  .order-xl-41 {
    -webkit-box-ordinal-group: 42 !important;
        -ms-flex-order: 41 !important;
            order: 41 !important;
  }
  .order-xl-42 {
    -webkit-box-ordinal-group: 43 !important;
        -ms-flex-order: 42 !important;
            order: 42 !important;
  }
  .order-xl-43 {
    -webkit-box-ordinal-group: 44 !important;
        -ms-flex-order: 43 !important;
            order: 43 !important;
  }
  .order-xl-44 {
    -webkit-box-ordinal-group: 45 !important;
        -ms-flex-order: 44 !important;
            order: 44 !important;
  }
  .order-xl-45 {
    -webkit-box-ordinal-group: 46 !important;
        -ms-flex-order: 45 !important;
            order: 45 !important;
  }
  .order-xl-46 {
    -webkit-box-ordinal-group: 47 !important;
        -ms-flex-order: 46 !important;
            order: 46 !important;
  }
  .order-xl-47 {
    -webkit-box-ordinal-group: 48 !important;
        -ms-flex-order: 47 !important;
            order: 47 !important;
  }
  .order-xl-48 {
    -webkit-box-ordinal-group: 49 !important;
        -ms-flex-order: 48 !important;
            order: 48 !important;
  }
  .order-xl-49 {
    -webkit-box-ordinal-group: 50 !important;
        -ms-flex-order: 49 !important;
            order: 49 !important;
  }
  .order-xl-50 {
    -webkit-box-ordinal-group: 51 !important;
        -ms-flex-order: 50 !important;
            order: 50 !important;
  }
  .order-xl-51 {
    -webkit-box-ordinal-group: 52 !important;
        -ms-flex-order: 51 !important;
            order: 51 !important;
  }
  .order-xl-52 {
    -webkit-box-ordinal-group: 53 !important;
        -ms-flex-order: 52 !important;
            order: 52 !important;
  }
  .order-xl-53 {
    -webkit-box-ordinal-group: 54 !important;
        -ms-flex-order: 53 !important;
            order: 53 !important;
  }
  .order-xl-54 {
    -webkit-box-ordinal-group: 55 !important;
        -ms-flex-order: 54 !important;
            order: 54 !important;
  }
  .order-xl-55 {
    -webkit-box-ordinal-group: 56 !important;
        -ms-flex-order: 55 !important;
            order: 55 !important;
  }
  .order-xl-56 {
    -webkit-box-ordinal-group: 57 !important;
        -ms-flex-order: 56 !important;
            order: 56 !important;
  }
  .order-xl-57 {
    -webkit-box-ordinal-group: 58 !important;
        -ms-flex-order: 57 !important;
            order: 57 !important;
  }
  .order-xl-58 {
    -webkit-box-ordinal-group: 59 !important;
        -ms-flex-order: 58 !important;
            order: 58 !important;
  }
  .order-xl-59 {
    -webkit-box-ordinal-group: 60 !important;
        -ms-flex-order: 59 !important;
            order: 59 !important;
  }
  .order-xl-60 {
    -webkit-box-ordinal-group: 61 !important;
        -ms-flex-order: 60 !important;
            order: 60 !important;
  }
  .order-xl-61 {
    -webkit-box-ordinal-group: 62 !important;
        -ms-flex-order: 61 !important;
            order: 61 !important;
  }
  .order-xl-62 {
    -webkit-box-ordinal-group: 63 !important;
        -ms-flex-order: 62 !important;
            order: 62 !important;
  }
  .order-xl-63 {
    -webkit-box-ordinal-group: 64 !important;
        -ms-flex-order: 63 !important;
            order: 63 !important;
  }
  .order-xl-64 {
    -webkit-box-ordinal-group: 65 !important;
        -ms-flex-order: 64 !important;
            order: 64 !important;
  }
  .order-xl-65 {
    -webkit-box-ordinal-group: 66 !important;
        -ms-flex-order: 65 !important;
            order: 65 !important;
  }
  .order-xl-66 {
    -webkit-box-ordinal-group: 67 !important;
        -ms-flex-order: 66 !important;
            order: 66 !important;
  }
  .order-xl-67 {
    -webkit-box-ordinal-group: 68 !important;
        -ms-flex-order: 67 !important;
            order: 67 !important;
  }
  .order-xl-68 {
    -webkit-box-ordinal-group: 69 !important;
        -ms-flex-order: 68 !important;
            order: 68 !important;
  }
  .order-xl-69 {
    -webkit-box-ordinal-group: 70 !important;
        -ms-flex-order: 69 !important;
            order: 69 !important;
  }
  .order-xl-70 {
    -webkit-box-ordinal-group: 71 !important;
        -ms-flex-order: 70 !important;
            order: 70 !important;
  }
  .order-xl-71 {
    -webkit-box-ordinal-group: 72 !important;
        -ms-flex-order: 71 !important;
            order: 71 !important;
  }
  .order-xl-72 {
    -webkit-box-ordinal-group: 73 !important;
        -ms-flex-order: 72 !important;
            order: 72 !important;
  }
  .order-xl-73 {
    -webkit-box-ordinal-group: 74 !important;
        -ms-flex-order: 73 !important;
            order: 73 !important;
  }
  .order-xl-74 {
    -webkit-box-ordinal-group: 75 !important;
        -ms-flex-order: 74 !important;
            order: 74 !important;
  }
  .order-xl-75 {
    -webkit-box-ordinal-group: 76 !important;
        -ms-flex-order: 75 !important;
            order: 75 !important;
  }
  .order-xl-76 {
    -webkit-box-ordinal-group: 77 !important;
        -ms-flex-order: 76 !important;
            order: 76 !important;
  }
  .order-xl-77 {
    -webkit-box-ordinal-group: 78 !important;
        -ms-flex-order: 77 !important;
            order: 77 !important;
  }
  .order-xl-78 {
    -webkit-box-ordinal-group: 79 !important;
        -ms-flex-order: 78 !important;
            order: 78 !important;
  }
  .order-xl-79 {
    -webkit-box-ordinal-group: 80 !important;
        -ms-flex-order: 79 !important;
            order: 79 !important;
  }
  .order-xl-80 {
    -webkit-box-ordinal-group: 81 !important;
        -ms-flex-order: 80 !important;
            order: 80 !important;
  }
  .order-xl-81 {
    -webkit-box-ordinal-group: 82 !important;
        -ms-flex-order: 81 !important;
            order: 81 !important;
  }
  .order-xl-82 {
    -webkit-box-ordinal-group: 83 !important;
        -ms-flex-order: 82 !important;
            order: 82 !important;
  }
  .order-xl-83 {
    -webkit-box-ordinal-group: 84 !important;
        -ms-flex-order: 83 !important;
            order: 83 !important;
  }
  .order-xl-84 {
    -webkit-box-ordinal-group: 85 !important;
        -ms-flex-order: 84 !important;
            order: 84 !important;
  }
  .order-xl-85 {
    -webkit-box-ordinal-group: 86 !important;
        -ms-flex-order: 85 !important;
            order: 85 !important;
  }
  .order-xl-86 {
    -webkit-box-ordinal-group: 87 !important;
        -ms-flex-order: 86 !important;
            order: 86 !important;
  }
  .order-xl-87 {
    -webkit-box-ordinal-group: 88 !important;
        -ms-flex-order: 87 !important;
            order: 87 !important;
  }
  .order-xl-88 {
    -webkit-box-ordinal-group: 89 !important;
        -ms-flex-order: 88 !important;
            order: 88 !important;
  }
  .order-xl-89 {
    -webkit-box-ordinal-group: 90 !important;
        -ms-flex-order: 89 !important;
            order: 89 !important;
  }
  .order-xl-90 {
    -webkit-box-ordinal-group: 91 !important;
        -ms-flex-order: 90 !important;
            order: 90 !important;
  }
  .order-xl-91 {
    -webkit-box-ordinal-group: 92 !important;
        -ms-flex-order: 91 !important;
            order: 91 !important;
  }
  .order-xl-92 {
    -webkit-box-ordinal-group: 93 !important;
        -ms-flex-order: 92 !important;
            order: 92 !important;
  }
  .order-xl-93 {
    -webkit-box-ordinal-group: 94 !important;
        -ms-flex-order: 93 !important;
            order: 93 !important;
  }
  .order-xl-94 {
    -webkit-box-ordinal-group: 95 !important;
        -ms-flex-order: 94 !important;
            order: 94 !important;
  }
  .order-xl-95 {
    -webkit-box-ordinal-group: 96 !important;
        -ms-flex-order: 95 !important;
            order: 95 !important;
  }
  .order-xl-96 {
    -webkit-box-ordinal-group: 97 !important;
        -ms-flex-order: 96 !important;
            order: 96 !important;
  }
  .order-xl-97 {
    -webkit-box-ordinal-group: 98 !important;
        -ms-flex-order: 97 !important;
            order: 97 !important;
  }
  .order-xl-98 {
    -webkit-box-ordinal-group: 99 !important;
        -ms-flex-order: 98 !important;
            order: 98 !important;
  }
  .order-xl-99 {
    -webkit-box-ordinal-group: 100 !important;
        -ms-flex-order: 99 !important;
            order: 99 !important;
  }
  .order-xl-100 {
    -webkit-box-ordinal-group: 101 !important;
        -ms-flex-order: 100 !important;
            order: 100 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  .order-xxl-13 {
    -webkit-box-ordinal-group: 14 !important;
        -ms-flex-order: 13 !important;
            order: 13 !important;
  }
  .order-xxl-14 {
    -webkit-box-ordinal-group: 15 !important;
        -ms-flex-order: 14 !important;
            order: 14 !important;
  }
  .order-xxl-15 {
    -webkit-box-ordinal-group: 16 !important;
        -ms-flex-order: 15 !important;
            order: 15 !important;
  }
  .order-xxl-16 {
    -webkit-box-ordinal-group: 17 !important;
        -ms-flex-order: 16 !important;
            order: 16 !important;
  }
  .order-xxl-17 {
    -webkit-box-ordinal-group: 18 !important;
        -ms-flex-order: 17 !important;
            order: 17 !important;
  }
  .order-xxl-18 {
    -webkit-box-ordinal-group: 19 !important;
        -ms-flex-order: 18 !important;
            order: 18 !important;
  }
  .order-xxl-19 {
    -webkit-box-ordinal-group: 20 !important;
        -ms-flex-order: 19 !important;
            order: 19 !important;
  }
  .order-xxl-20 {
    -webkit-box-ordinal-group: 21 !important;
        -ms-flex-order: 20 !important;
            order: 20 !important;
  }
  .order-xxl-21 {
    -webkit-box-ordinal-group: 22 !important;
        -ms-flex-order: 21 !important;
            order: 21 !important;
  }
  .order-xxl-22 {
    -webkit-box-ordinal-group: 23 !important;
        -ms-flex-order: 22 !important;
            order: 22 !important;
  }
  .order-xxl-23 {
    -webkit-box-ordinal-group: 24 !important;
        -ms-flex-order: 23 !important;
            order: 23 !important;
  }
  .order-xxl-24 {
    -webkit-box-ordinal-group: 25 !important;
        -ms-flex-order: 24 !important;
            order: 24 !important;
  }
  .order-xxl-25 {
    -webkit-box-ordinal-group: 26 !important;
        -ms-flex-order: 25 !important;
            order: 25 !important;
  }
  .order-xxl-26 {
    -webkit-box-ordinal-group: 27 !important;
        -ms-flex-order: 26 !important;
            order: 26 !important;
  }
  .order-xxl-27 {
    -webkit-box-ordinal-group: 28 !important;
        -ms-flex-order: 27 !important;
            order: 27 !important;
  }
  .order-xxl-28 {
    -webkit-box-ordinal-group: 29 !important;
        -ms-flex-order: 28 !important;
            order: 28 !important;
  }
  .order-xxl-29 {
    -webkit-box-ordinal-group: 30 !important;
        -ms-flex-order: 29 !important;
            order: 29 !important;
  }
  .order-xxl-30 {
    -webkit-box-ordinal-group: 31 !important;
        -ms-flex-order: 30 !important;
            order: 30 !important;
  }
  .order-xxl-31 {
    -webkit-box-ordinal-group: 32 !important;
        -ms-flex-order: 31 !important;
            order: 31 !important;
  }
  .order-xxl-32 {
    -webkit-box-ordinal-group: 33 !important;
        -ms-flex-order: 32 !important;
            order: 32 !important;
  }
  .order-xxl-33 {
    -webkit-box-ordinal-group: 34 !important;
        -ms-flex-order: 33 !important;
            order: 33 !important;
  }
  .order-xxl-34 {
    -webkit-box-ordinal-group: 35 !important;
        -ms-flex-order: 34 !important;
            order: 34 !important;
  }
  .order-xxl-35 {
    -webkit-box-ordinal-group: 36 !important;
        -ms-flex-order: 35 !important;
            order: 35 !important;
  }
  .order-xxl-36 {
    -webkit-box-ordinal-group: 37 !important;
        -ms-flex-order: 36 !important;
            order: 36 !important;
  }
  .order-xxl-37 {
    -webkit-box-ordinal-group: 38 !important;
        -ms-flex-order: 37 !important;
            order: 37 !important;
  }
  .order-xxl-38 {
    -webkit-box-ordinal-group: 39 !important;
        -ms-flex-order: 38 !important;
            order: 38 !important;
  }
  .order-xxl-39 {
    -webkit-box-ordinal-group: 40 !important;
        -ms-flex-order: 39 !important;
            order: 39 !important;
  }
  .order-xxl-40 {
    -webkit-box-ordinal-group: 41 !important;
        -ms-flex-order: 40 !important;
            order: 40 !important;
  }
  .order-xxl-41 {
    -webkit-box-ordinal-group: 42 !important;
        -ms-flex-order: 41 !important;
            order: 41 !important;
  }
  .order-xxl-42 {
    -webkit-box-ordinal-group: 43 !important;
        -ms-flex-order: 42 !important;
            order: 42 !important;
  }
  .order-xxl-43 {
    -webkit-box-ordinal-group: 44 !important;
        -ms-flex-order: 43 !important;
            order: 43 !important;
  }
  .order-xxl-44 {
    -webkit-box-ordinal-group: 45 !important;
        -ms-flex-order: 44 !important;
            order: 44 !important;
  }
  .order-xxl-45 {
    -webkit-box-ordinal-group: 46 !important;
        -ms-flex-order: 45 !important;
            order: 45 !important;
  }
  .order-xxl-46 {
    -webkit-box-ordinal-group: 47 !important;
        -ms-flex-order: 46 !important;
            order: 46 !important;
  }
  .order-xxl-47 {
    -webkit-box-ordinal-group: 48 !important;
        -ms-flex-order: 47 !important;
            order: 47 !important;
  }
  .order-xxl-48 {
    -webkit-box-ordinal-group: 49 !important;
        -ms-flex-order: 48 !important;
            order: 48 !important;
  }
  .order-xxl-49 {
    -webkit-box-ordinal-group: 50 !important;
        -ms-flex-order: 49 !important;
            order: 49 !important;
  }
  .order-xxl-50 {
    -webkit-box-ordinal-group: 51 !important;
        -ms-flex-order: 50 !important;
            order: 50 !important;
  }
  .order-xxl-51 {
    -webkit-box-ordinal-group: 52 !important;
        -ms-flex-order: 51 !important;
            order: 51 !important;
  }
  .order-xxl-52 {
    -webkit-box-ordinal-group: 53 !important;
        -ms-flex-order: 52 !important;
            order: 52 !important;
  }
  .order-xxl-53 {
    -webkit-box-ordinal-group: 54 !important;
        -ms-flex-order: 53 !important;
            order: 53 !important;
  }
  .order-xxl-54 {
    -webkit-box-ordinal-group: 55 !important;
        -ms-flex-order: 54 !important;
            order: 54 !important;
  }
  .order-xxl-55 {
    -webkit-box-ordinal-group: 56 !important;
        -ms-flex-order: 55 !important;
            order: 55 !important;
  }
  .order-xxl-56 {
    -webkit-box-ordinal-group: 57 !important;
        -ms-flex-order: 56 !important;
            order: 56 !important;
  }
  .order-xxl-57 {
    -webkit-box-ordinal-group: 58 !important;
        -ms-flex-order: 57 !important;
            order: 57 !important;
  }
  .order-xxl-58 {
    -webkit-box-ordinal-group: 59 !important;
        -ms-flex-order: 58 !important;
            order: 58 !important;
  }
  .order-xxl-59 {
    -webkit-box-ordinal-group: 60 !important;
        -ms-flex-order: 59 !important;
            order: 59 !important;
  }
  .order-xxl-60 {
    -webkit-box-ordinal-group: 61 !important;
        -ms-flex-order: 60 !important;
            order: 60 !important;
  }
  .order-xxl-61 {
    -webkit-box-ordinal-group: 62 !important;
        -ms-flex-order: 61 !important;
            order: 61 !important;
  }
  .order-xxl-62 {
    -webkit-box-ordinal-group: 63 !important;
        -ms-flex-order: 62 !important;
            order: 62 !important;
  }
  .order-xxl-63 {
    -webkit-box-ordinal-group: 64 !important;
        -ms-flex-order: 63 !important;
            order: 63 !important;
  }
  .order-xxl-64 {
    -webkit-box-ordinal-group: 65 !important;
        -ms-flex-order: 64 !important;
            order: 64 !important;
  }
  .order-xxl-65 {
    -webkit-box-ordinal-group: 66 !important;
        -ms-flex-order: 65 !important;
            order: 65 !important;
  }
  .order-xxl-66 {
    -webkit-box-ordinal-group: 67 !important;
        -ms-flex-order: 66 !important;
            order: 66 !important;
  }
  .order-xxl-67 {
    -webkit-box-ordinal-group: 68 !important;
        -ms-flex-order: 67 !important;
            order: 67 !important;
  }
  .order-xxl-68 {
    -webkit-box-ordinal-group: 69 !important;
        -ms-flex-order: 68 !important;
            order: 68 !important;
  }
  .order-xxl-69 {
    -webkit-box-ordinal-group: 70 !important;
        -ms-flex-order: 69 !important;
            order: 69 !important;
  }
  .order-xxl-70 {
    -webkit-box-ordinal-group: 71 !important;
        -ms-flex-order: 70 !important;
            order: 70 !important;
  }
  .order-xxl-71 {
    -webkit-box-ordinal-group: 72 !important;
        -ms-flex-order: 71 !important;
            order: 71 !important;
  }
  .order-xxl-72 {
    -webkit-box-ordinal-group: 73 !important;
        -ms-flex-order: 72 !important;
            order: 72 !important;
  }
  .order-xxl-73 {
    -webkit-box-ordinal-group: 74 !important;
        -ms-flex-order: 73 !important;
            order: 73 !important;
  }
  .order-xxl-74 {
    -webkit-box-ordinal-group: 75 !important;
        -ms-flex-order: 74 !important;
            order: 74 !important;
  }
  .order-xxl-75 {
    -webkit-box-ordinal-group: 76 !important;
        -ms-flex-order: 75 !important;
            order: 75 !important;
  }
  .order-xxl-76 {
    -webkit-box-ordinal-group: 77 !important;
        -ms-flex-order: 76 !important;
            order: 76 !important;
  }
  .order-xxl-77 {
    -webkit-box-ordinal-group: 78 !important;
        -ms-flex-order: 77 !important;
            order: 77 !important;
  }
  .order-xxl-78 {
    -webkit-box-ordinal-group: 79 !important;
        -ms-flex-order: 78 !important;
            order: 78 !important;
  }
  .order-xxl-79 {
    -webkit-box-ordinal-group: 80 !important;
        -ms-flex-order: 79 !important;
            order: 79 !important;
  }
  .order-xxl-80 {
    -webkit-box-ordinal-group: 81 !important;
        -ms-flex-order: 80 !important;
            order: 80 !important;
  }
  .order-xxl-81 {
    -webkit-box-ordinal-group: 82 !important;
        -ms-flex-order: 81 !important;
            order: 81 !important;
  }
  .order-xxl-82 {
    -webkit-box-ordinal-group: 83 !important;
        -ms-flex-order: 82 !important;
            order: 82 !important;
  }
  .order-xxl-83 {
    -webkit-box-ordinal-group: 84 !important;
        -ms-flex-order: 83 !important;
            order: 83 !important;
  }
  .order-xxl-84 {
    -webkit-box-ordinal-group: 85 !important;
        -ms-flex-order: 84 !important;
            order: 84 !important;
  }
  .order-xxl-85 {
    -webkit-box-ordinal-group: 86 !important;
        -ms-flex-order: 85 !important;
            order: 85 !important;
  }
  .order-xxl-86 {
    -webkit-box-ordinal-group: 87 !important;
        -ms-flex-order: 86 !important;
            order: 86 !important;
  }
  .order-xxl-87 {
    -webkit-box-ordinal-group: 88 !important;
        -ms-flex-order: 87 !important;
            order: 87 !important;
  }
  .order-xxl-88 {
    -webkit-box-ordinal-group: 89 !important;
        -ms-flex-order: 88 !important;
            order: 88 !important;
  }
  .order-xxl-89 {
    -webkit-box-ordinal-group: 90 !important;
        -ms-flex-order: 89 !important;
            order: 89 !important;
  }
  .order-xxl-90 {
    -webkit-box-ordinal-group: 91 !important;
        -ms-flex-order: 90 !important;
            order: 90 !important;
  }
  .order-xxl-91 {
    -webkit-box-ordinal-group: 92 !important;
        -ms-flex-order: 91 !important;
            order: 91 !important;
  }
  .order-xxl-92 {
    -webkit-box-ordinal-group: 93 !important;
        -ms-flex-order: 92 !important;
            order: 92 !important;
  }
  .order-xxl-93 {
    -webkit-box-ordinal-group: 94 !important;
        -ms-flex-order: 93 !important;
            order: 93 !important;
  }
  .order-xxl-94 {
    -webkit-box-ordinal-group: 95 !important;
        -ms-flex-order: 94 !important;
            order: 94 !important;
  }
  .order-xxl-95 {
    -webkit-box-ordinal-group: 96 !important;
        -ms-flex-order: 95 !important;
            order: 95 !important;
  }
  .order-xxl-96 {
    -webkit-box-ordinal-group: 97 !important;
        -ms-flex-order: 96 !important;
            order: 96 !important;
  }
  .order-xxl-97 {
    -webkit-box-ordinal-group: 98 !important;
        -ms-flex-order: 97 !important;
            order: 97 !important;
  }
  .order-xxl-98 {
    -webkit-box-ordinal-group: 99 !important;
        -ms-flex-order: 98 !important;
            order: 98 !important;
  }
  .order-xxl-99 {
    -webkit-box-ordinal-group: 100 !important;
        -ms-flex-order: 99 !important;
            order: 99 !important;
  }
  .order-xxl-100 {
    -webkit-box-ordinal-group: 101 !important;
        -ms-flex-order: 100 !important;
            order: 100 !important;
  }
}

/** var root**/
/** breakpoints **/
/** spacing margin padding **/
.position-static {
  position: static !important;
}

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

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

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

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

@media (min-width: 320px) {
  .position-xs-static {
    position: static !important;
  }
  .position-xs-relative {
    position: relative !important;
  }
  .position-xs-absolute {
    position: absolute !important;
  }
  .position-xs-fixed {
    position: fixed !important;
  }
  .position-xs-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1400px) {
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

/** var root**/
/** breakpoints **/
/** spacing margin padding **/
.mt-0 {
  margin-top: 0rem !important;
}

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

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

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

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

.pl-0 {
  padding-left: 0rem !important;
}

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

.pr-0 {
  padding-right: 0rem !important;
}

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

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

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

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

.m-0 {
  margin: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

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

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

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

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

.ml-1 {
  margin-left: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

.ml-2 {
  margin-left: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

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

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

.mr-3 {
  margin-right: 1rem !important;
}

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

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

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

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

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

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

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

.mt-4 {
  margin-top: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-6 {
  margin-left: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

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

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

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

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

.m-6 {
  margin: 3rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.mt-7 {
  margin-top: 6.75rem !important;
}

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

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

.pb-7 {
  padding-bottom: 6.75rem !important;
}

.ml-7 {
  margin-left: 6.75rem !important;
}

.pl-7 {
  padding-left: 6.75rem !important;
}

.mr-7 {
  margin-right: 6.75rem !important;
}

.pr-7 {
  padding-right: 6.75rem !important;
}

.my-7 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

.py-7 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

.mx-7 {
  margin-left: 6.75rem !important;
  margin-right: 6.75rem !important;
}

.px-7 {
  padding-left: 6.75rem !important;
  padding-right: 6.75rem !important;
}

.m-7 {
  margin: 6.75rem !important;
}

.p-7 {
  padding: 6.75rem !important;
}

@media (min-width: 320px) {
  .mt-xs-0 {
    margin-top: 0rem !important;
  }
  .pt-xs-0 {
    padding-top: 0rem !important;
  }
  .my-xs-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-xs-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-xs-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-xs-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-xs-0 {
    margin: 0rem !important;
  }
  .p-xs-0 {
    padding: 0rem !important;
  }
  .mb-xs-0 {
    margin-bottom: 0rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0rem !important;
  }
  .my-xs-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-xs-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-xs-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-xs-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-xs-0 {
    margin: 0rem !important;
  }
  .p-xs-0 {
    padding: 0rem !important;
  }
  .ml-xs-0 {
    margin-left: 0rem !important;
  }
  .pl-xs-0 {
    padding-left: 0rem !important;
  }
  .my-xs-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-xs-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-xs-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-xs-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-xs-0 {
    margin: 0rem !important;
  }
  .p-xs-0 {
    padding: 0rem !important;
  }
  .mr-xs-0 {
    margin-right: 0rem !important;
  }
  .pr-xs-0 {
    padding-right: 0rem !important;
  }
  .my-xs-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-xs-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-xs-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-xs-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-xs-0 {
    margin: 0rem !important;
  }
  .p-xs-0 {
    padding: 0rem !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .ml-xs-1 {
    margin-left: 0.25rem !important;
  }
  .pl-xs-1 {
    padding-left: 0.25rem !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .mr-xs-1 {
    margin-right: 0.25rem !important;
  }
  .pr-xs-1 {
    padding-right: 0.25rem !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .ml-xs-2 {
    margin-left: 0.5rem !important;
  }
  .pl-xs-2 {
    padding-left: 0.5rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .mr-xs-2 {
    margin-right: 0.5rem !important;
  }
  .pr-xs-2 {
    padding-right: 0.5rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .ml-xs-3 {
    margin-left: 1rem !important;
  }
  .pl-xs-3 {
    padding-left: 1rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .mr-xs-3 {
    margin-right: 1rem !important;
  }
  .pr-xs-3 {
    padding-right: 1rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .ml-xs-4 {
    margin-left: 1.5rem !important;
  }
  .pl-xs-4 {
    padding-left: 1.5rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .mr-xs-4 {
    margin-right: 1.5rem !important;
  }
  .pr-xs-4 {
    padding-right: 1.5rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 2rem !important;
  }
  .pt-xs-5 {
    padding-top: 2rem !important;
  }
  .my-xs-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-xs-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-xs-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-xs-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-xs-5 {
    margin: 2rem !important;
  }
  .p-xs-5 {
    padding: 2rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 2rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 2rem !important;
  }
  .my-xs-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-xs-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-xs-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-xs-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-xs-5 {
    margin: 2rem !important;
  }
  .p-xs-5 {
    padding: 2rem !important;
  }
  .ml-xs-5 {
    margin-left: 2rem !important;
  }
  .pl-xs-5 {
    padding-left: 2rem !important;
  }
  .my-xs-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-xs-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-xs-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-xs-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-xs-5 {
    margin: 2rem !important;
  }
  .p-xs-5 {
    padding: 2rem !important;
  }
  .mr-xs-5 {
    margin-right: 2rem !important;
  }
  .pr-xs-5 {
    padding-right: 2rem !important;
  }
  .my-xs-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-xs-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-xs-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-xs-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-xs-5 {
    margin: 2rem !important;
  }
  .p-xs-5 {
    padding: 2rem !important;
  }
  .mt-xs-6 {
    margin-top: 3rem !important;
  }
  .pt-xs-6 {
    padding-top: 3rem !important;
  }
  .my-xs-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-xs-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-xs-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-xs-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-xs-6 {
    margin: 3rem !important;
  }
  .p-xs-6 {
    padding: 3rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 3rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 3rem !important;
  }
  .my-xs-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-xs-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-xs-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-xs-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-xs-6 {
    margin: 3rem !important;
  }
  .p-xs-6 {
    padding: 3rem !important;
  }
  .ml-xs-6 {
    margin-left: 3rem !important;
  }
  .pl-xs-6 {
    padding-left: 3rem !important;
  }
  .my-xs-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-xs-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-xs-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-xs-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-xs-6 {
    margin: 3rem !important;
  }
  .p-xs-6 {
    padding: 3rem !important;
  }
  .mr-xs-6 {
    margin-right: 3rem !important;
  }
  .pr-xs-6 {
    padding-right: 3rem !important;
  }
  .my-xs-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-xs-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-xs-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-xs-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-xs-6 {
    margin: 3rem !important;
  }
  .p-xs-6 {
    padding: 3rem !important;
  }
  .mt-xs-7 {
    margin-top: 6.75rem !important;
  }
  .pt-xs-7 {
    padding-top: 6.75rem !important;
  }
  .my-xs-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-xs-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-xs-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-xs-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-xs-7 {
    margin: 6.75rem !important;
  }
  .p-xs-7 {
    padding: 6.75rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 6.75rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 6.75rem !important;
  }
  .my-xs-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-xs-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-xs-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-xs-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-xs-7 {
    margin: 6.75rem !important;
  }
  .p-xs-7 {
    padding: 6.75rem !important;
  }
  .ml-xs-7 {
    margin-left: 6.75rem !important;
  }
  .pl-xs-7 {
    padding-left: 6.75rem !important;
  }
  .my-xs-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-xs-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-xs-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-xs-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-xs-7 {
    margin: 6.75rem !important;
  }
  .p-xs-7 {
    padding: 6.75rem !important;
  }
  .mr-xs-7 {
    margin-right: 6.75rem !important;
  }
  .pr-xs-7 {
    padding-right: 6.75rem !important;
  }
  .my-xs-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-xs-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-xs-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-xs-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-xs-7 {
    margin: 6.75rem !important;
  }
  .p-xs-7 {
    padding: 6.75rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-sm-0 {
    margin: 0rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-sm-0 {
    margin: 0rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-sm-0 {
    margin: 0rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-sm-0 {
    margin: 0rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-sm-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-sm-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-sm-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-sm-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .ml-sm-5 {
    margin-left: 2rem !important;
  }
  .pl-sm-5 {
    padding-left: 2rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-sm-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-sm-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .mr-sm-5 {
    margin-right: 2rem !important;
  }
  .pr-sm-5 {
    padding-right: 2rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-sm-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-sm-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .ml-sm-6 {
    margin-left: 3rem !important;
  }
  .pl-sm-6 {
    padding-left: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .mr-sm-6 {
    margin-right: 3rem !important;
  }
  .pr-sm-6 {
    padding-right: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .mt-sm-7 {
    margin-top: 6.75rem !important;
  }
  .pt-sm-7 {
    padding-top: 6.75rem !important;
  }
  .my-sm-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-sm-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-sm-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-sm-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-sm-7 {
    margin: 6.75rem !important;
  }
  .p-sm-7 {
    padding: 6.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6.75rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6.75rem !important;
  }
  .my-sm-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-sm-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-sm-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-sm-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-sm-7 {
    margin: 6.75rem !important;
  }
  .p-sm-7 {
    padding: 6.75rem !important;
  }
  .ml-sm-7 {
    margin-left: 6.75rem !important;
  }
  .pl-sm-7 {
    padding-left: 6.75rem !important;
  }
  .my-sm-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-sm-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-sm-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-sm-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-sm-7 {
    margin: 6.75rem !important;
  }
  .p-sm-7 {
    padding: 6.75rem !important;
  }
  .mr-sm-7 {
    margin-right: 6.75rem !important;
  }
  .pr-sm-7 {
    padding-right: 6.75rem !important;
  }
  .my-sm-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-sm-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-sm-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-sm-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-sm-7 {
    margin: 6.75rem !important;
  }
  .p-sm-7 {
    padding: 6.75rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-md-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-md-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .ml-md-5 {
    margin-left: 2rem !important;
  }
  .pl-md-5 {
    padding-left: 2rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-md-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .mr-md-5 {
    margin-right: 2rem !important;
  }
  .pr-md-5 {
    padding-right: 2rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-md-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 3rem !important;
  }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .ml-md-6 {
    margin-left: 3rem !important;
  }
  .pl-md-6 {
    padding-left: 3rem !important;
  }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .mr-md-6 {
    margin-right: 3rem !important;
  }
  .pr-md-6 {
    padding-right: 3rem !important;
  }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .mt-md-7 {
    margin-top: 6.75rem !important;
  }
  .pt-md-7 {
    padding-top: 6.75rem !important;
  }
  .my-md-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-md-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-md-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-md-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-md-7 {
    margin: 6.75rem !important;
  }
  .p-md-7 {
    padding: 6.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6.75rem !important;
  }
  .my-md-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-md-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-md-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-md-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-md-7 {
    margin: 6.75rem !important;
  }
  .p-md-7 {
    padding: 6.75rem !important;
  }
  .ml-md-7 {
    margin-left: 6.75rem !important;
  }
  .pl-md-7 {
    padding-left: 6.75rem !important;
  }
  .my-md-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-md-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-md-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-md-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-md-7 {
    margin: 6.75rem !important;
  }
  .p-md-7 {
    padding: 6.75rem !important;
  }
  .mr-md-7 {
    margin-right: 6.75rem !important;
  }
  .pr-md-7 {
    padding-right: 6.75rem !important;
  }
  .my-md-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-md-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-md-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-md-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-md-7 {
    margin: 6.75rem !important;
  }
  .p-md-7 {
    padding: 6.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-lg-0 {
    margin: 0rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-lg-0 {
    margin: 0rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-lg-0 {
    margin: 0rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-lg-0 {
    margin: 0rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-lg-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-lg-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-lg-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-lg-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .ml-lg-5 {
    margin-left: 2rem !important;
  }
  .pl-lg-5 {
    padding-left: 2rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-lg-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-lg-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .mr-lg-5 {
    margin-right: 2rem !important;
  }
  .pr-lg-5 {
    padding-right: 2rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-lg-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-lg-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .ml-lg-6 {
    margin-left: 3rem !important;
  }
  .pl-lg-6 {
    padding-left: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .mr-lg-6 {
    margin-right: 3rem !important;
  }
  .pr-lg-6 {
    padding-right: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .mt-lg-7 {
    margin-top: 6.75rem !important;
  }
  .pt-lg-7 {
    padding-top: 6.75rem !important;
  }
  .my-lg-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-lg-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-lg-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-lg-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-lg-7 {
    margin: 6.75rem !important;
  }
  .p-lg-7 {
    padding: 6.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6.75rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6.75rem !important;
  }
  .my-lg-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-lg-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-lg-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-lg-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-lg-7 {
    margin: 6.75rem !important;
  }
  .p-lg-7 {
    padding: 6.75rem !important;
  }
  .ml-lg-7 {
    margin-left: 6.75rem !important;
  }
  .pl-lg-7 {
    padding-left: 6.75rem !important;
  }
  .my-lg-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-lg-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-lg-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-lg-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-lg-7 {
    margin: 6.75rem !important;
  }
  .p-lg-7 {
    padding: 6.75rem !important;
  }
  .mr-lg-7 {
    margin-right: 6.75rem !important;
  }
  .pr-lg-7 {
    padding-right: 6.75rem !important;
  }
  .my-lg-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-lg-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-lg-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-lg-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-lg-7 {
    margin: 6.75rem !important;
  }
  .p-lg-7 {
    padding: 6.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-xl-0 {
    margin: 0rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-xl-0 {
    margin: 0rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-xl-0 {
    margin: 0rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-xl-0 {
    margin: 0rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-xl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-xl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-xl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-xl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .ml-xl-5 {
    margin-left: 2rem !important;
  }
  .pl-xl-5 {
    padding-left: 2rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-xl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-xl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .mr-xl-5 {
    margin-right: 2rem !important;
  }
  .pr-xl-5 {
    padding-right: 2rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-xl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-xl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-xl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-xl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .ml-xl-6 {
    margin-left: 3rem !important;
  }
  .pl-xl-6 {
    padding-left: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-xl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .mr-xl-6 {
    margin-right: 3rem !important;
  }
  .pr-xl-6 {
    padding-right: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-xl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .mt-xl-7 {
    margin-top: 6.75rem !important;
  }
  .pt-xl-7 {
    padding-top: 6.75rem !important;
  }
  .my-xl-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-xl-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-xl-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-xl-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-xl-7 {
    margin: 6.75rem !important;
  }
  .p-xl-7 {
    padding: 6.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6.75rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6.75rem !important;
  }
  .my-xl-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-xl-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-xl-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-xl-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-xl-7 {
    margin: 6.75rem !important;
  }
  .p-xl-7 {
    padding: 6.75rem !important;
  }
  .ml-xl-7 {
    margin-left: 6.75rem !important;
  }
  .pl-xl-7 {
    padding-left: 6.75rem !important;
  }
  .my-xl-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-xl-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-xl-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-xl-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-xl-7 {
    margin: 6.75rem !important;
  }
  .p-xl-7 {
    padding: 6.75rem !important;
  }
  .mr-xl-7 {
    margin-right: 6.75rem !important;
  }
  .pr-xl-7 {
    padding-right: 6.75rem !important;
  }
  .my-xl-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-xl-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-xl-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-xl-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-xl-7 {
    margin: 6.75rem !important;
  }
  .p-xl-7 {
    padding: 6.75rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .ml-xxl-0 {
    margin-left: 0rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0rem !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .mr-xxl-0 {
    margin-right: 0rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0rem !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-xxl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-xxl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-xxl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-xxl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .ml-xxl-5 {
    margin-left: 2rem !important;
  }
  .pl-xxl-5 {
    padding-left: 2rem !important;
  }
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-xxl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-xxl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .mr-xxl-5 {
    margin-right: 2rem !important;
  }
  .pr-xxl-5 {
    padding-right: 2rem !important;
  }
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mx-xxl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-xxl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .mt-xxl-6 {
    margin-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-xxl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-xxl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-xxl-6 {
    margin: 3rem !important;
  }
  .p-xxl-6 {
    padding: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-xxl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-xxl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-xxl-6 {
    margin: 3rem !important;
  }
  .p-xxl-6 {
    padding: 3rem !important;
  }
  .ml-xxl-6 {
    margin-left: 3rem !important;
  }
  .pl-xxl-6 {
    padding-left: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-xxl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-xxl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-xxl-6 {
    margin: 3rem !important;
  }
  .p-xxl-6 {
    padding: 3rem !important;
  }
  .mr-xxl-6 {
    margin-right: 3rem !important;
  }
  .pr-xxl-6 {
    padding-right: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mx-xxl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-xxl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .m-xxl-6 {
    margin: 3rem !important;
  }
  .p-xxl-6 {
    padding: 3rem !important;
  }
  .mt-xxl-7 {
    margin-top: 6.75rem !important;
  }
  .pt-xxl-7 {
    padding-top: 6.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-xxl-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-xxl-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-xxl-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-xxl-7 {
    margin: 6.75rem !important;
  }
  .p-xxl-7 {
    padding: 6.75rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 6.75rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 6.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-xxl-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-xxl-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-xxl-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-xxl-7 {
    margin: 6.75rem !important;
  }
  .p-xxl-7 {
    padding: 6.75rem !important;
  }
  .ml-xxl-7 {
    margin-left: 6.75rem !important;
  }
  .pl-xxl-7 {
    padding-left: 6.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-xxl-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-xxl-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-xxl-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-xxl-7 {
    margin: 6.75rem !important;
  }
  .p-xxl-7 {
    padding: 6.75rem !important;
  }
  .mr-xxl-7 {
    margin-right: 6.75rem !important;
  }
  .pr-xxl-7 {
    padding-right: 6.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .py-xxl-7 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .mx-xxl-7 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .px-xxl-7 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .m-xxl-7 {
    margin: 6.75rem !important;
  }
  .p-xxl-7 {
    padding: 6.75rem !important;
  }
}

/** var root**/
/** breakpoints **/
/** spacing margin padding **/
.text-left {
  text-align: left !important;
}

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-transform-none {
  text-transform: none;
}

@media (min-width: 320px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-uppercase {
    text-transform: uppercase;
  }
  .text-xs-transform-none {
    text-transform: none !important;
  }
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-uppercase {
    text-transform: uppercase;
  }
  .text-sm-transform-none {
    text-transform: none !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-uppercase {
    text-transform: uppercase;
  }
  .text-md-transform-none {
    text-transform: none !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-uppercase {
    text-transform: uppercase;
  }
  .text-lg-transform-none {
    text-transform: none !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-uppercase {
    text-transform: uppercase;
  }
  .text-xl-transform-none {
    text-transform: none !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-uppercase {
    text-transform: uppercase;
  }
  .text-xxl-transform-none {
    text-transform: none !important;
  }
}

/** var root**/
/** breakpoints **/
/** spacing margin padding **/
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media (min-width: 320px) {
  .bg-xs-cover {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .bg-xs-contain {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
}

@media (min-width: 576px) {
  .bg-sm-cover {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .bg-sm-contain {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
}

@media (min-width: 768px) {
  .bg-md-cover {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .bg-md-contain {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
}

@media (min-width: 992px) {
  .bg-lg-cover {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .bg-lg-contain {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
}

@media (min-width: 1200px) {
  .bg-xl-cover {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .bg-xl-contain {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
}

@media (min-width: 1400px) {
  .bg-xxl-cover {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .bg-xxl-contain {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
}
