.theme-bootstrap {
  /*!
   * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
}
.theme-bootstrap html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
.theme-bootstrap *,
.theme-bootstrap *::before,
.theme-bootstrap *::after {
  box-sizing: inherit;
}
.theme-bootstrap .container,
.theme-bootstrap .container-fluid,
.theme-bootstrap .container-xxl,
.theme-bootstrap .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .theme-bootstrap .container-xl, .theme-bootstrap .container-lg, .theme-bootstrap .container-md, .theme-bootstrap .container-sm, .theme-bootstrap .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .theme-bootstrap .container-xxl, .theme-bootstrap .container-xl, .theme-bootstrap .container-lg, .theme-bootstrap .container-md, .theme-bootstrap .container-sm, .theme-bootstrap .container {
    max-width: 1440px;
  }
}
.theme-bootstrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.theme-bootstrap .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.theme-bootstrap .no-gutters > .col,
.theme-bootstrap .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.theme-bootstrap .col-xxl,
.theme-bootstrap .col-xxl-auto, .theme-bootstrap .col-xxl-12, .theme-bootstrap .col-xxl-11, .theme-bootstrap .col-xxl-10, .theme-bootstrap .col-xxl-9, .theme-bootstrap .col-xxl-8, .theme-bootstrap .col-xxl-7, .theme-bootstrap .col-xxl-6, .theme-bootstrap .col-xxl-5, .theme-bootstrap .col-xxl-4, .theme-bootstrap .col-xxl-3, .theme-bootstrap .col-xxl-2, .theme-bootstrap .col-xxl-1, .theme-bootstrap .col-xl,
.theme-bootstrap .col-xl-auto, .theme-bootstrap .col-xl-12, .theme-bootstrap .col-xl-11, .theme-bootstrap .col-xl-10, .theme-bootstrap .col-xl-9, .theme-bootstrap .col-xl-8, .theme-bootstrap .col-xl-7, .theme-bootstrap .col-xl-6, .theme-bootstrap .col-xl-5, .theme-bootstrap .col-xl-4, .theme-bootstrap .col-xl-3, .theme-bootstrap .col-xl-2, .theme-bootstrap .col-xl-1, .theme-bootstrap .col-lg,
.theme-bootstrap .col-lg-auto, .theme-bootstrap .col-lg-12, .theme-bootstrap .col-lg-11, .theme-bootstrap .col-lg-10, .theme-bootstrap .col-lg-9, .theme-bootstrap .col-lg-8, .theme-bootstrap .col-lg-7, .theme-bootstrap .col-lg-6, .theme-bootstrap .col-lg-5, .theme-bootstrap .col-lg-4, .theme-bootstrap .col-lg-3, .theme-bootstrap .col-lg-2, .theme-bootstrap .col-lg-1, .theme-bootstrap .col-md,
.theme-bootstrap .col-md-auto, .theme-bootstrap .col-md-12, .theme-bootstrap .col-md-11, .theme-bootstrap .col-md-10, .theme-bootstrap .col-md-9, .theme-bootstrap .col-md-8, .theme-bootstrap .col-md-7, .theme-bootstrap .col-md-6, .theme-bootstrap .col-md-5, .theme-bootstrap .col-md-4, .theme-bootstrap .col-md-3, .theme-bootstrap .col-md-2, .theme-bootstrap .col-md-1, .theme-bootstrap .col-sm,
.theme-bootstrap .col-sm-auto, .theme-bootstrap .col-sm-12, .theme-bootstrap .col-sm-11, .theme-bootstrap .col-sm-10, .theme-bootstrap .col-sm-9, .theme-bootstrap .col-sm-8, .theme-bootstrap .col-sm-7, .theme-bootstrap .col-sm-6, .theme-bootstrap .col-sm-5, .theme-bootstrap .col-sm-4, .theme-bootstrap .col-sm-3, .theme-bootstrap .col-sm-2, .theme-bootstrap .col-sm-1, .theme-bootstrap .col,
.theme-bootstrap .col-auto, .theme-bootstrap .col-12, .theme-bootstrap .col-11, .theme-bootstrap .col-10, .theme-bootstrap .col-9, .theme-bootstrap .col-8, .theme-bootstrap .col-7, .theme-bootstrap .col-6, .theme-bootstrap .col-5, .theme-bootstrap .col-4, .theme-bootstrap .col-3, .theme-bootstrap .col-2, .theme-bootstrap .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.theme-bootstrap .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.theme-bootstrap .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.theme-bootstrap .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.theme-bootstrap .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.theme-bootstrap .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.theme-bootstrap .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.theme-bootstrap .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.theme-bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.theme-bootstrap .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.theme-bootstrap .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.theme-bootstrap .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.theme-bootstrap .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.theme-bootstrap .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.theme-bootstrap .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.theme-bootstrap .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.theme-bootstrap .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.theme-bootstrap .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.theme-bootstrap .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.theme-bootstrap .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.theme-bootstrap .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.theme-bootstrap .order-first {
  order: -1;
}
.theme-bootstrap .order-last {
  order: 13;
}
.theme-bootstrap .order-0 {
  order: 0;
}
.theme-bootstrap .order-1 {
  order: 1;
}
.theme-bootstrap .order-2 {
  order: 2;
}
.theme-bootstrap .order-3 {
  order: 3;
}
.theme-bootstrap .order-4 {
  order: 4;
}
.theme-bootstrap .order-5 {
  order: 5;
}
.theme-bootstrap .order-6 {
  order: 6;
}
.theme-bootstrap .order-7 {
  order: 7;
}
.theme-bootstrap .order-8 {
  order: 8;
}
.theme-bootstrap .order-9 {
  order: 9;
}
.theme-bootstrap .order-10 {
  order: 10;
}
.theme-bootstrap .order-11 {
  order: 11;
}
.theme-bootstrap .order-12 {
  order: 12;
}
.theme-bootstrap .offset-1 {
  margin-left: 8.33333333%;
}
.theme-bootstrap .offset-2 {
  margin-left: 16.66666667%;
}
.theme-bootstrap .offset-3 {
  margin-left: 25%;
}
.theme-bootstrap .offset-4 {
  margin-left: 33.33333333%;
}
.theme-bootstrap .offset-5 {
  margin-left: 41.66666667%;
}
.theme-bootstrap .offset-6 {
  margin-left: 50%;
}
.theme-bootstrap .offset-7 {
  margin-left: 58.33333333%;
}
.theme-bootstrap .offset-8 {
  margin-left: 66.66666667%;
}
.theme-bootstrap .offset-9 {
  margin-left: 75%;
}
.theme-bootstrap .offset-10 {
  margin-left: 83.33333333%;
}
.theme-bootstrap .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 620px) {
  .theme-bootstrap .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .theme-bootstrap .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-bootstrap .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theme-bootstrap .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .theme-bootstrap .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theme-bootstrap .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .theme-bootstrap .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .theme-bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .theme-bootstrap .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .theme-bootstrap .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .theme-bootstrap .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theme-bootstrap .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .theme-bootstrap .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .theme-bootstrap .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theme-bootstrap .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .theme-bootstrap .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .theme-bootstrap .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .theme-bootstrap .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .theme-bootstrap .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .theme-bootstrap .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-bootstrap .order-sm-first {
    order: -1;
  }
  .theme-bootstrap .order-sm-last {
    order: 13;
  }
  .theme-bootstrap .order-sm-0 {
    order: 0;
  }
  .theme-bootstrap .order-sm-1 {
    order: 1;
  }
  .theme-bootstrap .order-sm-2 {
    order: 2;
  }
  .theme-bootstrap .order-sm-3 {
    order: 3;
  }
  .theme-bootstrap .order-sm-4 {
    order: 4;
  }
  .theme-bootstrap .order-sm-5 {
    order: 5;
  }
  .theme-bootstrap .order-sm-6 {
    order: 6;
  }
  .theme-bootstrap .order-sm-7 {
    order: 7;
  }
  .theme-bootstrap .order-sm-8 {
    order: 8;
  }
  .theme-bootstrap .order-sm-9 {
    order: 9;
  }
  .theme-bootstrap .order-sm-10 {
    order: 10;
  }
  .theme-bootstrap .order-sm-11 {
    order: 11;
  }
  .theme-bootstrap .order-sm-12 {
    order: 12;
  }
  .theme-bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .theme-bootstrap .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .theme-bootstrap .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .theme-bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .theme-bootstrap .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .theme-bootstrap .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .theme-bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .theme-bootstrap .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .theme-bootstrap .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .theme-bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .theme-bootstrap .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .theme-bootstrap .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 800px) {
  .theme-bootstrap .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .theme-bootstrap .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-bootstrap .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theme-bootstrap .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .theme-bootstrap .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theme-bootstrap .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .theme-bootstrap .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .theme-bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .theme-bootstrap .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .theme-bootstrap .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .theme-bootstrap .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theme-bootstrap .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .theme-bootstrap .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .theme-bootstrap .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theme-bootstrap .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .theme-bootstrap .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .theme-bootstrap .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .theme-bootstrap .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .theme-bootstrap .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .theme-bootstrap .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-bootstrap .order-md-first {
    order: -1;
  }
  .theme-bootstrap .order-md-last {
    order: 13;
  }
  .theme-bootstrap .order-md-0 {
    order: 0;
  }
  .theme-bootstrap .order-md-1 {
    order: 1;
  }
  .theme-bootstrap .order-md-2 {
    order: 2;
  }
  .theme-bootstrap .order-md-3 {
    order: 3;
  }
  .theme-bootstrap .order-md-4 {
    order: 4;
  }
  .theme-bootstrap .order-md-5 {
    order: 5;
  }
  .theme-bootstrap .order-md-6 {
    order: 6;
  }
  .theme-bootstrap .order-md-7 {
    order: 7;
  }
  .theme-bootstrap .order-md-8 {
    order: 8;
  }
  .theme-bootstrap .order-md-9 {
    order: 9;
  }
  .theme-bootstrap .order-md-10 {
    order: 10;
  }
  .theme-bootstrap .order-md-11 {
    order: 11;
  }
  .theme-bootstrap .order-md-12 {
    order: 12;
  }
  .theme-bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .theme-bootstrap .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .theme-bootstrap .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .theme-bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .theme-bootstrap .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .theme-bootstrap .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .theme-bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .theme-bootstrap .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .theme-bootstrap .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .theme-bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .theme-bootstrap .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .theme-bootstrap .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .theme-bootstrap .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .theme-bootstrap .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-bootstrap .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theme-bootstrap .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .theme-bootstrap .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theme-bootstrap .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .theme-bootstrap .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .theme-bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .theme-bootstrap .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .theme-bootstrap .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .theme-bootstrap .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theme-bootstrap .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .theme-bootstrap .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .theme-bootstrap .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theme-bootstrap .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .theme-bootstrap .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .theme-bootstrap .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .theme-bootstrap .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .theme-bootstrap .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .theme-bootstrap .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-bootstrap .order-lg-first {
    order: -1;
  }
  .theme-bootstrap .order-lg-last {
    order: 13;
  }
  .theme-bootstrap .order-lg-0 {
    order: 0;
  }
  .theme-bootstrap .order-lg-1 {
    order: 1;
  }
  .theme-bootstrap .order-lg-2 {
    order: 2;
  }
  .theme-bootstrap .order-lg-3 {
    order: 3;
  }
  .theme-bootstrap .order-lg-4 {
    order: 4;
  }
  .theme-bootstrap .order-lg-5 {
    order: 5;
  }
  .theme-bootstrap .order-lg-6 {
    order: 6;
  }
  .theme-bootstrap .order-lg-7 {
    order: 7;
  }
  .theme-bootstrap .order-lg-8 {
    order: 8;
  }
  .theme-bootstrap .order-lg-9 {
    order: 9;
  }
  .theme-bootstrap .order-lg-10 {
    order: 10;
  }
  .theme-bootstrap .order-lg-11 {
    order: 11;
  }
  .theme-bootstrap .order-lg-12 {
    order: 12;
  }
  .theme-bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .theme-bootstrap .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .theme-bootstrap .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .theme-bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .theme-bootstrap .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .theme-bootstrap .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .theme-bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .theme-bootstrap .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .theme-bootstrap .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .theme-bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .theme-bootstrap .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .theme-bootstrap .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .theme-bootstrap .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .theme-bootstrap .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-bootstrap .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theme-bootstrap .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .theme-bootstrap .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theme-bootstrap .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .theme-bootstrap .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .theme-bootstrap .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .theme-bootstrap .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .theme-bootstrap .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .theme-bootstrap .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theme-bootstrap .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .theme-bootstrap .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .theme-bootstrap .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theme-bootstrap .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .theme-bootstrap .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .theme-bootstrap .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .theme-bootstrap .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .theme-bootstrap .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .theme-bootstrap .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-bootstrap .order-xl-first {
    order: -1;
  }
  .theme-bootstrap .order-xl-last {
    order: 13;
  }
  .theme-bootstrap .order-xl-0 {
    order: 0;
  }
  .theme-bootstrap .order-xl-1 {
    order: 1;
  }
  .theme-bootstrap .order-xl-2 {
    order: 2;
  }
  .theme-bootstrap .order-xl-3 {
    order: 3;
  }
  .theme-bootstrap .order-xl-4 {
    order: 4;
  }
  .theme-bootstrap .order-xl-5 {
    order: 5;
  }
  .theme-bootstrap .order-xl-6 {
    order: 6;
  }
  .theme-bootstrap .order-xl-7 {
    order: 7;
  }
  .theme-bootstrap .order-xl-8 {
    order: 8;
  }
  .theme-bootstrap .order-xl-9 {
    order: 9;
  }
  .theme-bootstrap .order-xl-10 {
    order: 10;
  }
  .theme-bootstrap .order-xl-11 {
    order: 11;
  }
  .theme-bootstrap .order-xl-12 {
    order: 12;
  }
  .theme-bootstrap .offset-xl-0 {
    margin-left: 0;
  }
  .theme-bootstrap .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .theme-bootstrap .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .theme-bootstrap .offset-xl-3 {
    margin-left: 25%;
  }
  .theme-bootstrap .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .theme-bootstrap .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .theme-bootstrap .offset-xl-6 {
    margin-left: 50%;
  }
  .theme-bootstrap .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .theme-bootstrap .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .theme-bootstrap .offset-xl-9 {
    margin-left: 75%;
  }
  .theme-bootstrap .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .theme-bootstrap .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .theme-bootstrap .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .theme-bootstrap .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-bootstrap .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theme-bootstrap .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .theme-bootstrap .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theme-bootstrap .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .theme-bootstrap .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .theme-bootstrap .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .theme-bootstrap .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .theme-bootstrap .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .theme-bootstrap .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theme-bootstrap .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .theme-bootstrap .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .theme-bootstrap .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theme-bootstrap .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .theme-bootstrap .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .theme-bootstrap .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .theme-bootstrap .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .theme-bootstrap .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .theme-bootstrap .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theme-bootstrap .order-xxl-first {
    order: -1;
  }
  .theme-bootstrap .order-xxl-last {
    order: 13;
  }
  .theme-bootstrap .order-xxl-0 {
    order: 0;
  }
  .theme-bootstrap .order-xxl-1 {
    order: 1;
  }
  .theme-bootstrap .order-xxl-2 {
    order: 2;
  }
  .theme-bootstrap .order-xxl-3 {
    order: 3;
  }
  .theme-bootstrap .order-xxl-4 {
    order: 4;
  }
  .theme-bootstrap .order-xxl-5 {
    order: 5;
  }
  .theme-bootstrap .order-xxl-6 {
    order: 6;
  }
  .theme-bootstrap .order-xxl-7 {
    order: 7;
  }
  .theme-bootstrap .order-xxl-8 {
    order: 8;
  }
  .theme-bootstrap .order-xxl-9 {
    order: 9;
  }
  .theme-bootstrap .order-xxl-10 {
    order: 10;
  }
  .theme-bootstrap .order-xxl-11 {
    order: 11;
  }
  .theme-bootstrap .order-xxl-12 {
    order: 12;
  }
  .theme-bootstrap .offset-xxl-0 {
    margin-left: 0;
  }
  .theme-bootstrap .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .theme-bootstrap .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .theme-bootstrap .offset-xxl-3 {
    margin-left: 25%;
  }
  .theme-bootstrap .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .theme-bootstrap .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .theme-bootstrap .offset-xxl-6 {
    margin-left: 50%;
  }
  .theme-bootstrap .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .theme-bootstrap .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .theme-bootstrap .offset-xxl-9 {
    margin-left: 75%;
  }
  .theme-bootstrap .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .theme-bootstrap .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.theme-bootstrap .d-none {
  display: none !important;
}
.theme-bootstrap .d-inline {
  display: inline !important;
}
.theme-bootstrap .d-inline-block {
  display: inline-block !important;
}
.theme-bootstrap .d-block {
  display: block !important;
}
.theme-bootstrap .d-table {
  display: table !important;
}
.theme-bootstrap .d-table-row {
  display: table-row !important;
}
.theme-bootstrap .d-table-cell {
  display: table-cell !important;
}
.theme-bootstrap .d-flex {
  display: flex !important;
}
.theme-bootstrap .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 620px) {
  .theme-bootstrap .d-sm-none {
    display: none !important;
  }
  .theme-bootstrap .d-sm-inline {
    display: inline !important;
  }
  .theme-bootstrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .theme-bootstrap .d-sm-block {
    display: block !important;
  }
  .theme-bootstrap .d-sm-table {
    display: table !important;
  }
  .theme-bootstrap .d-sm-table-row {
    display: table-row !important;
  }
  .theme-bootstrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .theme-bootstrap .d-sm-flex {
    display: flex !important;
  }
  .theme-bootstrap .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 800px) {
  .theme-bootstrap .d-md-none {
    display: none !important;
  }
  .theme-bootstrap .d-md-inline {
    display: inline !important;
  }
  .theme-bootstrap .d-md-inline-block {
    display: inline-block !important;
  }
  .theme-bootstrap .d-md-block {
    display: block !important;
  }
  .theme-bootstrap .d-md-table {
    display: table !important;
  }
  .theme-bootstrap .d-md-table-row {
    display: table-row !important;
  }
  .theme-bootstrap .d-md-table-cell {
    display: table-cell !important;
  }
  .theme-bootstrap .d-md-flex {
    display: flex !important;
  }
  .theme-bootstrap .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .theme-bootstrap .d-lg-none {
    display: none !important;
  }
  .theme-bootstrap .d-lg-inline {
    display: inline !important;
  }
  .theme-bootstrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .theme-bootstrap .d-lg-block {
    display: block !important;
  }
  .theme-bootstrap .d-lg-table {
    display: table !important;
  }
  .theme-bootstrap .d-lg-table-row {
    display: table-row !important;
  }
  .theme-bootstrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .theme-bootstrap .d-lg-flex {
    display: flex !important;
  }
  .theme-bootstrap .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .theme-bootstrap .d-xl-none {
    display: none !important;
  }
  .theme-bootstrap .d-xl-inline {
    display: inline !important;
  }
  .theme-bootstrap .d-xl-inline-block {
    display: inline-block !important;
  }
  .theme-bootstrap .d-xl-block {
    display: block !important;
  }
  .theme-bootstrap .d-xl-table {
    display: table !important;
  }
  .theme-bootstrap .d-xl-table-row {
    display: table-row !important;
  }
  .theme-bootstrap .d-xl-table-cell {
    display: table-cell !important;
  }
  .theme-bootstrap .d-xl-flex {
    display: flex !important;
  }
  .theme-bootstrap .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .theme-bootstrap .d-xxl-none {
    display: none !important;
  }
  .theme-bootstrap .d-xxl-inline {
    display: inline !important;
  }
  .theme-bootstrap .d-xxl-inline-block {
    display: inline-block !important;
  }
  .theme-bootstrap .d-xxl-block {
    display: block !important;
  }
  .theme-bootstrap .d-xxl-table {
    display: table !important;
  }
  .theme-bootstrap .d-xxl-table-row {
    display: table-row !important;
  }
  .theme-bootstrap .d-xxl-table-cell {
    display: table-cell !important;
  }
  .theme-bootstrap .d-xxl-flex {
    display: flex !important;
  }
  .theme-bootstrap .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .theme-bootstrap .d-print-none {
    display: none !important;
  }
  .theme-bootstrap .d-print-inline {
    display: inline !important;
  }
  .theme-bootstrap .d-print-inline-block {
    display: inline-block !important;
  }
  .theme-bootstrap .d-print-block {
    display: block !important;
  }
  .theme-bootstrap .d-print-table {
    display: table !important;
  }
  .theme-bootstrap .d-print-table-row {
    display: table-row !important;
  }
  .theme-bootstrap .d-print-table-cell {
    display: table-cell !important;
  }
  .theme-bootstrap .d-print-flex {
    display: flex !important;
  }
  .theme-bootstrap .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.theme-bootstrap .flex-row {
  flex-direction: row !important;
}
.theme-bootstrap .flex-column {
  flex-direction: column !important;
}
.theme-bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.theme-bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.theme-bootstrap .flex-wrap {
  flex-wrap: wrap !important;
}
.theme-bootstrap .flex-nowrap {
  flex-wrap: nowrap !important;
}
.theme-bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.theme-bootstrap .flex-fill {
  flex: 1 1 auto !important;
}
.theme-bootstrap .flex-grow-0 {
  flex-grow: 0 !important;
}
.theme-bootstrap .flex-grow-1 {
  flex-grow: 1 !important;
}
.theme-bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.theme-bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.theme-bootstrap .justify-content-start {
  justify-content: flex-start !important;
}
.theme-bootstrap .justify-content-end {
  justify-content: flex-end !important;
}
.theme-bootstrap .justify-content-center {
  justify-content: center !important;
}
.theme-bootstrap .justify-content-between {
  justify-content: space-between !important;
}
.theme-bootstrap .justify-content-around {
  justify-content: space-around !important;
}
.theme-bootstrap .align-items-start {
  align-items: flex-start !important;
}
.theme-bootstrap .align-items-end {
  align-items: flex-end !important;
}
.theme-bootstrap .align-items-center {
  align-items: center !important;
}
.theme-bootstrap .align-items-baseline {
  align-items: baseline !important;
}
.theme-bootstrap .align-items-stretch {
  align-items: stretch !important;
}
.theme-bootstrap .align-content-start {
  align-content: flex-start !important;
}
.theme-bootstrap .align-content-end {
  align-content: flex-end !important;
}
.theme-bootstrap .align-content-center {
  align-content: center !important;
}
.theme-bootstrap .align-content-between {
  align-content: space-between !important;
}
.theme-bootstrap .align-content-around {
  align-content: space-around !important;
}
.theme-bootstrap .align-content-stretch {
  align-content: stretch !important;
}
.theme-bootstrap .align-self-auto {
  align-self: auto !important;
}
.theme-bootstrap .align-self-start {
  align-self: flex-start !important;
}
.theme-bootstrap .align-self-end {
  align-self: flex-end !important;
}
.theme-bootstrap .align-self-center {
  align-self: center !important;
}
.theme-bootstrap .align-self-baseline {
  align-self: baseline !important;
}
.theme-bootstrap .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 620px) {
  .theme-bootstrap .flex-sm-row {
    flex-direction: row !important;
  }
  .theme-bootstrap .flex-sm-column {
    flex-direction: column !important;
  }
  .theme-bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .theme-bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .theme-bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .theme-bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .theme-bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .theme-bootstrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .theme-bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .theme-bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .theme-bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .theme-bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .theme-bootstrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .theme-bootstrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .theme-bootstrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .theme-bootstrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .theme-bootstrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .theme-bootstrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .theme-bootstrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .theme-bootstrap .align-items-sm-center {
    align-items: center !important;
  }
  .theme-bootstrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .theme-bootstrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .theme-bootstrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .theme-bootstrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .theme-bootstrap .align-content-sm-center {
    align-content: center !important;
  }
  .theme-bootstrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .theme-bootstrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .theme-bootstrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .theme-bootstrap .align-self-sm-auto {
    align-self: auto !important;
  }
  .theme-bootstrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .theme-bootstrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .theme-bootstrap .align-self-sm-center {
    align-self: center !important;
  }
  .theme-bootstrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .theme-bootstrap .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 800px) {
  .theme-bootstrap .flex-md-row {
    flex-direction: row !important;
  }
  .theme-bootstrap .flex-md-column {
    flex-direction: column !important;
  }
  .theme-bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .theme-bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .theme-bootstrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .theme-bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .theme-bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .theme-bootstrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .theme-bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .theme-bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .theme-bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .theme-bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .theme-bootstrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .theme-bootstrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .theme-bootstrap .justify-content-md-center {
    justify-content: center !important;
  }
  .theme-bootstrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .theme-bootstrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .theme-bootstrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .theme-bootstrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .theme-bootstrap .align-items-md-center {
    align-items: center !important;
  }
  .theme-bootstrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .theme-bootstrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .theme-bootstrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .theme-bootstrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .theme-bootstrap .align-content-md-center {
    align-content: center !important;
  }
  .theme-bootstrap .align-content-md-between {
    align-content: space-between !important;
  }
  .theme-bootstrap .align-content-md-around {
    align-content: space-around !important;
  }
  .theme-bootstrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .theme-bootstrap .align-self-md-auto {
    align-self: auto !important;
  }
  .theme-bootstrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .theme-bootstrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .theme-bootstrap .align-self-md-center {
    align-self: center !important;
  }
  .theme-bootstrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .theme-bootstrap .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .theme-bootstrap .flex-lg-row {
    flex-direction: row !important;
  }
  .theme-bootstrap .flex-lg-column {
    flex-direction: column !important;
  }
  .theme-bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .theme-bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .theme-bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .theme-bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .theme-bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .theme-bootstrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .theme-bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .theme-bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .theme-bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .theme-bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .theme-bootstrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .theme-bootstrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .theme-bootstrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .theme-bootstrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .theme-bootstrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .theme-bootstrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .theme-bootstrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .theme-bootstrap .align-items-lg-center {
    align-items: center !important;
  }
  .theme-bootstrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .theme-bootstrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .theme-bootstrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .theme-bootstrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .theme-bootstrap .align-content-lg-center {
    align-content: center !important;
  }
  .theme-bootstrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .theme-bootstrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .theme-bootstrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .theme-bootstrap .align-self-lg-auto {
    align-self: auto !important;
  }
  .theme-bootstrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .theme-bootstrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .theme-bootstrap .align-self-lg-center {
    align-self: center !important;
  }
  .theme-bootstrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .theme-bootstrap .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .theme-bootstrap .flex-xl-row {
    flex-direction: row !important;
  }
  .theme-bootstrap .flex-xl-column {
    flex-direction: column !important;
  }
  .theme-bootstrap .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .theme-bootstrap .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .theme-bootstrap .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .theme-bootstrap .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .theme-bootstrap .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .theme-bootstrap .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .theme-bootstrap .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .theme-bootstrap .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .theme-bootstrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .theme-bootstrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .theme-bootstrap .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .theme-bootstrap .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .theme-bootstrap .justify-content-xl-center {
    justify-content: center !important;
  }
  .theme-bootstrap .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .theme-bootstrap .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .theme-bootstrap .align-items-xl-start {
    align-items: flex-start !important;
  }
  .theme-bootstrap .align-items-xl-end {
    align-items: flex-end !important;
  }
  .theme-bootstrap .align-items-xl-center {
    align-items: center !important;
  }
  .theme-bootstrap .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .theme-bootstrap .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .theme-bootstrap .align-content-xl-start {
    align-content: flex-start !important;
  }
  .theme-bootstrap .align-content-xl-end {
    align-content: flex-end !important;
  }
  .theme-bootstrap .align-content-xl-center {
    align-content: center !important;
  }
  .theme-bootstrap .align-content-xl-between {
    align-content: space-between !important;
  }
  .theme-bootstrap .align-content-xl-around {
    align-content: space-around !important;
  }
  .theme-bootstrap .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .theme-bootstrap .align-self-xl-auto {
    align-self: auto !important;
  }
  .theme-bootstrap .align-self-xl-start {
    align-self: flex-start !important;
  }
  .theme-bootstrap .align-self-xl-end {
    align-self: flex-end !important;
  }
  .theme-bootstrap .align-self-xl-center {
    align-self: center !important;
  }
  .theme-bootstrap .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .theme-bootstrap .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .theme-bootstrap .flex-xxl-row {
    flex-direction: row !important;
  }
  .theme-bootstrap .flex-xxl-column {
    flex-direction: column !important;
  }
  .theme-bootstrap .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .theme-bootstrap .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .theme-bootstrap .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .theme-bootstrap .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .theme-bootstrap .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .theme-bootstrap .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .theme-bootstrap .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .theme-bootstrap .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .theme-bootstrap .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .theme-bootstrap .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .theme-bootstrap .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .theme-bootstrap .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .theme-bootstrap .justify-content-xxl-center {
    justify-content: center !important;
  }
  .theme-bootstrap .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .theme-bootstrap .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .theme-bootstrap .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .theme-bootstrap .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .theme-bootstrap .align-items-xxl-center {
    align-items: center !important;
  }
  .theme-bootstrap .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .theme-bootstrap .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .theme-bootstrap .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .theme-bootstrap .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .theme-bootstrap .align-content-xxl-center {
    align-content: center !important;
  }
  .theme-bootstrap .align-content-xxl-between {
    align-content: space-between !important;
  }
  .theme-bootstrap .align-content-xxl-around {
    align-content: space-around !important;
  }
  .theme-bootstrap .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .theme-bootstrap .align-self-xxl-auto {
    align-self: auto !important;
  }
  .theme-bootstrap .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .theme-bootstrap .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .theme-bootstrap .align-self-xxl-center {
    align-self: center !important;
  }
  .theme-bootstrap .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .theme-bootstrap .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.theme-bootstrap .m-0 {
  margin: 0 !important;
}
.theme-bootstrap .mt-0,
.theme-bootstrap .my-0 {
  margin-top: 0 !important;
}
.theme-bootstrap .mr-0,
.theme-bootstrap .mx-0 {
  margin-right: 0 !important;
}
.theme-bootstrap .mb-0,
.theme-bootstrap .my-0 {
  margin-bottom: 0 !important;
}
.theme-bootstrap .ml-0,
.theme-bootstrap .mx-0 {
  margin-left: 0 !important;
}
.theme-bootstrap .m-1 {
  margin: 0.25rem !important;
}
.theme-bootstrap .mt-1,
.theme-bootstrap .my-1 {
  margin-top: 0.25rem !important;
}
.theme-bootstrap .mr-1,
.theme-bootstrap .mx-1 {
  margin-right: 0.25rem !important;
}
.theme-bootstrap .mb-1,
.theme-bootstrap .my-1 {
  margin-bottom: 0.25rem !important;
}
.theme-bootstrap .ml-1,
.theme-bootstrap .mx-1 {
  margin-left: 0.25rem !important;
}
.theme-bootstrap .m-2 {
  margin: 0.5rem !important;
}
.theme-bootstrap .mt-2,
.theme-bootstrap .my-2 {
  margin-top: 0.5rem !important;
}
.theme-bootstrap .mr-2,
.theme-bootstrap .mx-2 {
  margin-right: 0.5rem !important;
}
.theme-bootstrap .mb-2,
.theme-bootstrap .my-2 {
  margin-bottom: 0.5rem !important;
}
.theme-bootstrap .ml-2,
.theme-bootstrap .mx-2 {
  margin-left: 0.5rem !important;
}
.theme-bootstrap .m-3 {
  margin: 1rem !important;
}
.theme-bootstrap .mt-3,
.theme-bootstrap .my-3 {
  margin-top: 1rem !important;
}
.theme-bootstrap .mr-3,
.theme-bootstrap .mx-3 {
  margin-right: 1rem !important;
}
.theme-bootstrap .mb-3,
.theme-bootstrap .my-3 {
  margin-bottom: 1rem !important;
}
.theme-bootstrap .ml-3,
.theme-bootstrap .mx-3 {
  margin-left: 1rem !important;
}
.theme-bootstrap .m-4 {
  margin: 1.5rem !important;
}
.theme-bootstrap .mt-4,
.theme-bootstrap .my-4 {
  margin-top: 1.5rem !important;
}
.theme-bootstrap .mr-4,
.theme-bootstrap .mx-4 {
  margin-right: 1.5rem !important;
}
.theme-bootstrap .mb-4,
.theme-bootstrap .my-4 {
  margin-bottom: 1.5rem !important;
}
.theme-bootstrap .ml-4,
.theme-bootstrap .mx-4 {
  margin-left: 1.5rem !important;
}
.theme-bootstrap .m-5 {
  margin: 3rem !important;
}
.theme-bootstrap .mt-5,
.theme-bootstrap .my-5 {
  margin-top: 3rem !important;
}
.theme-bootstrap .mr-5,
.theme-bootstrap .mx-5 {
  margin-right: 3rem !important;
}
.theme-bootstrap .mb-5,
.theme-bootstrap .my-5 {
  margin-bottom: 3rem !important;
}
.theme-bootstrap .ml-5,
.theme-bootstrap .mx-5 {
  margin-left: 3rem !important;
}
.theme-bootstrap .p-0 {
  padding: 0 !important;
}
.theme-bootstrap .pt-0,
.theme-bootstrap .py-0 {
  padding-top: 0 !important;
}
.theme-bootstrap .pr-0,
.theme-bootstrap .px-0 {
  padding-right: 0 !important;
}
.theme-bootstrap .pb-0,
.theme-bootstrap .py-0 {
  padding-bottom: 0 !important;
}
.theme-bootstrap .pl-0,
.theme-bootstrap .px-0 {
  padding-left: 0 !important;
}
.theme-bootstrap .p-1 {
  padding: 0.25rem !important;
}
.theme-bootstrap .pt-1,
.theme-bootstrap .py-1 {
  padding-top: 0.25rem !important;
}
.theme-bootstrap .pr-1,
.theme-bootstrap .px-1 {
  padding-right: 0.25rem !important;
}
.theme-bootstrap .pb-1,
.theme-bootstrap .py-1 {
  padding-bottom: 0.25rem !important;
}
.theme-bootstrap .pl-1,
.theme-bootstrap .px-1 {
  padding-left: 0.25rem !important;
}
.theme-bootstrap .p-2 {
  padding: 0.5rem !important;
}
.theme-bootstrap .pt-2,
.theme-bootstrap .py-2 {
  padding-top: 0.5rem !important;
}
.theme-bootstrap .pr-2,
.theme-bootstrap .px-2 {
  padding-right: 0.5rem !important;
}
.theme-bootstrap .pb-2,
.theme-bootstrap .py-2 {
  padding-bottom: 0.5rem !important;
}
.theme-bootstrap .pl-2,
.theme-bootstrap .px-2 {
  padding-left: 0.5rem !important;
}
.theme-bootstrap .p-3 {
  padding: 1rem !important;
}
.theme-bootstrap .pt-3,
.theme-bootstrap .py-3 {
  padding-top: 1rem !important;
}
.theme-bootstrap .pr-3,
.theme-bootstrap .px-3 {
  padding-right: 1rem !important;
}
.theme-bootstrap .pb-3,
.theme-bootstrap .py-3 {
  padding-bottom: 1rem !important;
}
.theme-bootstrap .pl-3,
.theme-bootstrap .px-3 {
  padding-left: 1rem !important;
}
.theme-bootstrap .p-4 {
  padding: 1.5rem !important;
}
.theme-bootstrap .pt-4,
.theme-bootstrap .py-4 {
  padding-top: 1.5rem !important;
}
.theme-bootstrap .pr-4,
.theme-bootstrap .px-4 {
  padding-right: 1.5rem !important;
}
.theme-bootstrap .pb-4,
.theme-bootstrap .py-4 {
  padding-bottom: 1.5rem !important;
}
.theme-bootstrap .pl-4,
.theme-bootstrap .px-4 {
  padding-left: 1.5rem !important;
}
.theme-bootstrap .p-5 {
  padding: 3rem !important;
}
.theme-bootstrap .pt-5,
.theme-bootstrap .py-5 {
  padding-top: 3rem !important;
}
.theme-bootstrap .pr-5,
.theme-bootstrap .px-5 {
  padding-right: 3rem !important;
}
.theme-bootstrap .pb-5,
.theme-bootstrap .py-5 {
  padding-bottom: 3rem !important;
}
.theme-bootstrap .pl-5,
.theme-bootstrap .px-5 {
  padding-left: 3rem !important;
}
.theme-bootstrap .m-n1 {
  margin: -0.25rem !important;
}
.theme-bootstrap .mt-n1,
.theme-bootstrap .my-n1 {
  margin-top: -0.25rem !important;
}
.theme-bootstrap .mr-n1,
.theme-bootstrap .mx-n1 {
  margin-right: -0.25rem !important;
}
.theme-bootstrap .mb-n1,
.theme-bootstrap .my-n1 {
  margin-bottom: -0.25rem !important;
}
.theme-bootstrap .ml-n1,
.theme-bootstrap .mx-n1 {
  margin-left: -0.25rem !important;
}
.theme-bootstrap .m-n2 {
  margin: -0.5rem !important;
}
.theme-bootstrap .mt-n2,
.theme-bootstrap .my-n2 {
  margin-top: -0.5rem !important;
}
.theme-bootstrap .mr-n2,
.theme-bootstrap .mx-n2 {
  margin-right: -0.5rem !important;
}
.theme-bootstrap .mb-n2,
.theme-bootstrap .my-n2 {
  margin-bottom: -0.5rem !important;
}
.theme-bootstrap .ml-n2,
.theme-bootstrap .mx-n2 {
  margin-left: -0.5rem !important;
}
.theme-bootstrap .m-n3 {
  margin: -1rem !important;
}
.theme-bootstrap .mt-n3,
.theme-bootstrap .my-n3 {
  margin-top: -1rem !important;
}
.theme-bootstrap .mr-n3,
.theme-bootstrap .mx-n3 {
  margin-right: -1rem !important;
}
.theme-bootstrap .mb-n3,
.theme-bootstrap .my-n3 {
  margin-bottom: -1rem !important;
}
.theme-bootstrap .ml-n3,
.theme-bootstrap .mx-n3 {
  margin-left: -1rem !important;
}
.theme-bootstrap .m-n4 {
  margin: -1.5rem !important;
}
.theme-bootstrap .mt-n4,
.theme-bootstrap .my-n4 {
  margin-top: -1.5rem !important;
}
.theme-bootstrap .mr-n4,
.theme-bootstrap .mx-n4 {
  margin-right: -1.5rem !important;
}
.theme-bootstrap .mb-n4,
.theme-bootstrap .my-n4 {
  margin-bottom: -1.5rem !important;
}
.theme-bootstrap .ml-n4,
.theme-bootstrap .mx-n4 {
  margin-left: -1.5rem !important;
}
.theme-bootstrap .m-n5 {
  margin: -3rem !important;
}
.theme-bootstrap .mt-n5,
.theme-bootstrap .my-n5 {
  margin-top: -3rem !important;
}
.theme-bootstrap .mr-n5,
.theme-bootstrap .mx-n5 {
  margin-right: -3rem !important;
}
.theme-bootstrap .mb-n5,
.theme-bootstrap .my-n5 {
  margin-bottom: -3rem !important;
}
.theme-bootstrap .ml-n5,
.theme-bootstrap .mx-n5 {
  margin-left: -3rem !important;
}
.theme-bootstrap .m-auto {
  margin: auto !important;
}
.theme-bootstrap .mt-auto,
.theme-bootstrap .my-auto {
  margin-top: auto !important;
}
.theme-bootstrap .mr-auto,
.theme-bootstrap .mx-auto {
  margin-right: auto !important;
}
.theme-bootstrap .mb-auto,
.theme-bootstrap .my-auto {
  margin-bottom: auto !important;
}
.theme-bootstrap .ml-auto,
.theme-bootstrap .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 620px) {
  .theme-bootstrap .m-sm-0 {
    margin: 0 !important;
  }
  .theme-bootstrap .mt-sm-0,
  .theme-bootstrap .my-sm-0 {
    margin-top: 0 !important;
  }
  .theme-bootstrap .mr-sm-0,
  .theme-bootstrap .mx-sm-0 {
    margin-right: 0 !important;
  }
  .theme-bootstrap .mb-sm-0,
  .theme-bootstrap .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .theme-bootstrap .ml-sm-0,
  .theme-bootstrap .mx-sm-0 {
    margin-left: 0 !important;
  }
  .theme-bootstrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .theme-bootstrap .mt-sm-1,
  .theme-bootstrap .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .theme-bootstrap .mr-sm-1,
  .theme-bootstrap .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .theme-bootstrap .mb-sm-1,
  .theme-bootstrap .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .theme-bootstrap .ml-sm-1,
  .theme-bootstrap .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .theme-bootstrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .theme-bootstrap .mt-sm-2,
  .theme-bootstrap .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .theme-bootstrap .mr-sm-2,
  .theme-bootstrap .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .theme-bootstrap .mb-sm-2,
  .theme-bootstrap .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .theme-bootstrap .ml-sm-2,
  .theme-bootstrap .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .theme-bootstrap .m-sm-3 {
    margin: 1rem !important;
  }
  .theme-bootstrap .mt-sm-3,
  .theme-bootstrap .my-sm-3 {
    margin-top: 1rem !important;
  }
  .theme-bootstrap .mr-sm-3,
  .theme-bootstrap .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .theme-bootstrap .mb-sm-3,
  .theme-bootstrap .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .theme-bootstrap .ml-sm-3,
  .theme-bootstrap .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .theme-bootstrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .theme-bootstrap .mt-sm-4,
  .theme-bootstrap .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .theme-bootstrap .mr-sm-4,
  .theme-bootstrap .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .theme-bootstrap .mb-sm-4,
  .theme-bootstrap .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .theme-bootstrap .ml-sm-4,
  .theme-bootstrap .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .theme-bootstrap .m-sm-5 {
    margin: 3rem !important;
  }
  .theme-bootstrap .mt-sm-5,
  .theme-bootstrap .my-sm-5 {
    margin-top: 3rem !important;
  }
  .theme-bootstrap .mr-sm-5,
  .theme-bootstrap .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .theme-bootstrap .mb-sm-5,
  .theme-bootstrap .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .theme-bootstrap .ml-sm-5,
  .theme-bootstrap .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .theme-bootstrap .p-sm-0 {
    padding: 0 !important;
  }
  .theme-bootstrap .pt-sm-0,
  .theme-bootstrap .py-sm-0 {
    padding-top: 0 !important;
  }
  .theme-bootstrap .pr-sm-0,
  .theme-bootstrap .px-sm-0 {
    padding-right: 0 !important;
  }
  .theme-bootstrap .pb-sm-0,
  .theme-bootstrap .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .theme-bootstrap .pl-sm-0,
  .theme-bootstrap .px-sm-0 {
    padding-left: 0 !important;
  }
  .theme-bootstrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .theme-bootstrap .pt-sm-1,
  .theme-bootstrap .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .theme-bootstrap .pr-sm-1,
  .theme-bootstrap .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .theme-bootstrap .pb-sm-1,
  .theme-bootstrap .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .theme-bootstrap .pl-sm-1,
  .theme-bootstrap .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .theme-bootstrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .theme-bootstrap .pt-sm-2,
  .theme-bootstrap .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .theme-bootstrap .pr-sm-2,
  .theme-bootstrap .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .theme-bootstrap .pb-sm-2,
  .theme-bootstrap .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .theme-bootstrap .pl-sm-2,
  .theme-bootstrap .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .theme-bootstrap .p-sm-3 {
    padding: 1rem !important;
  }
  .theme-bootstrap .pt-sm-3,
  .theme-bootstrap .py-sm-3 {
    padding-top: 1rem !important;
  }
  .theme-bootstrap .pr-sm-3,
  .theme-bootstrap .px-sm-3 {
    padding-right: 1rem !important;
  }
  .theme-bootstrap .pb-sm-3,
  .theme-bootstrap .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .theme-bootstrap .pl-sm-3,
  .theme-bootstrap .px-sm-3 {
    padding-left: 1rem !important;
  }
  .theme-bootstrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .theme-bootstrap .pt-sm-4,
  .theme-bootstrap .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .theme-bootstrap .pr-sm-4,
  .theme-bootstrap .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .theme-bootstrap .pb-sm-4,
  .theme-bootstrap .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .theme-bootstrap .pl-sm-4,
  .theme-bootstrap .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .theme-bootstrap .p-sm-5 {
    padding: 3rem !important;
  }
  .theme-bootstrap .pt-sm-5,
  .theme-bootstrap .py-sm-5 {
    padding-top: 3rem !important;
  }
  .theme-bootstrap .pr-sm-5,
  .theme-bootstrap .px-sm-5 {
    padding-right: 3rem !important;
  }
  .theme-bootstrap .pb-sm-5,
  .theme-bootstrap .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .theme-bootstrap .pl-sm-5,
  .theme-bootstrap .px-sm-5 {
    padding-left: 3rem !important;
  }
  .theme-bootstrap .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .theme-bootstrap .mt-sm-n1,
  .theme-bootstrap .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .theme-bootstrap .mr-sm-n1,
  .theme-bootstrap .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .theme-bootstrap .mb-sm-n1,
  .theme-bootstrap .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .theme-bootstrap .ml-sm-n1,
  .theme-bootstrap .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .theme-bootstrap .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .theme-bootstrap .mt-sm-n2,
  .theme-bootstrap .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .theme-bootstrap .mr-sm-n2,
  .theme-bootstrap .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .theme-bootstrap .mb-sm-n2,
  .theme-bootstrap .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .theme-bootstrap .ml-sm-n2,
  .theme-bootstrap .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .theme-bootstrap .m-sm-n3 {
    margin: -1rem !important;
  }
  .theme-bootstrap .mt-sm-n3,
  .theme-bootstrap .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .theme-bootstrap .mr-sm-n3,
  .theme-bootstrap .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .theme-bootstrap .mb-sm-n3,
  .theme-bootstrap .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .theme-bootstrap .ml-sm-n3,
  .theme-bootstrap .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .theme-bootstrap .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .theme-bootstrap .mt-sm-n4,
  .theme-bootstrap .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .theme-bootstrap .mr-sm-n4,
  .theme-bootstrap .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .theme-bootstrap .mb-sm-n4,
  .theme-bootstrap .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .theme-bootstrap .ml-sm-n4,
  .theme-bootstrap .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .theme-bootstrap .m-sm-n5 {
    margin: -3rem !important;
  }
  .theme-bootstrap .mt-sm-n5,
  .theme-bootstrap .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .theme-bootstrap .mr-sm-n5,
  .theme-bootstrap .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .theme-bootstrap .mb-sm-n5,
  .theme-bootstrap .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .theme-bootstrap .ml-sm-n5,
  .theme-bootstrap .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .theme-bootstrap .m-sm-auto {
    margin: auto !important;
  }
  .theme-bootstrap .mt-sm-auto,
  .theme-bootstrap .my-sm-auto {
    margin-top: auto !important;
  }
  .theme-bootstrap .mr-sm-auto,
  .theme-bootstrap .mx-sm-auto {
    margin-right: auto !important;
  }
  .theme-bootstrap .mb-sm-auto,
  .theme-bootstrap .my-sm-auto {
    margin-bottom: auto !important;
  }
  .theme-bootstrap .ml-sm-auto,
  .theme-bootstrap .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 800px) {
  .theme-bootstrap .m-md-0 {
    margin: 0 !important;
  }
  .theme-bootstrap .mt-md-0,
  .theme-bootstrap .my-md-0 {
    margin-top: 0 !important;
  }
  .theme-bootstrap .mr-md-0,
  .theme-bootstrap .mx-md-0 {
    margin-right: 0 !important;
  }
  .theme-bootstrap .mb-md-0,
  .theme-bootstrap .my-md-0 {
    margin-bottom: 0 !important;
  }
  .theme-bootstrap .ml-md-0,
  .theme-bootstrap .mx-md-0 {
    margin-left: 0 !important;
  }
  .theme-bootstrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .theme-bootstrap .mt-md-1,
  .theme-bootstrap .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .theme-bootstrap .mr-md-1,
  .theme-bootstrap .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .theme-bootstrap .mb-md-1,
  .theme-bootstrap .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .theme-bootstrap .ml-md-1,
  .theme-bootstrap .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .theme-bootstrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .theme-bootstrap .mt-md-2,
  .theme-bootstrap .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .theme-bootstrap .mr-md-2,
  .theme-bootstrap .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .theme-bootstrap .mb-md-2,
  .theme-bootstrap .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .theme-bootstrap .ml-md-2,
  .theme-bootstrap .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .theme-bootstrap .m-md-3 {
    margin: 1rem !important;
  }
  .theme-bootstrap .mt-md-3,
  .theme-bootstrap .my-md-3 {
    margin-top: 1rem !important;
  }
  .theme-bootstrap .mr-md-3,
  .theme-bootstrap .mx-md-3 {
    margin-right: 1rem !important;
  }
  .theme-bootstrap .mb-md-3,
  .theme-bootstrap .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .theme-bootstrap .ml-md-3,
  .theme-bootstrap .mx-md-3 {
    margin-left: 1rem !important;
  }
  .theme-bootstrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .theme-bootstrap .mt-md-4,
  .theme-bootstrap .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .theme-bootstrap .mr-md-4,
  .theme-bootstrap .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .theme-bootstrap .mb-md-4,
  .theme-bootstrap .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .theme-bootstrap .ml-md-4,
  .theme-bootstrap .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .theme-bootstrap .m-md-5 {
    margin: 3rem !important;
  }
  .theme-bootstrap .mt-md-5,
  .theme-bootstrap .my-md-5 {
    margin-top: 3rem !important;
  }
  .theme-bootstrap .mr-md-5,
  .theme-bootstrap .mx-md-5 {
    margin-right: 3rem !important;
  }
  .theme-bootstrap .mb-md-5,
  .theme-bootstrap .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .theme-bootstrap .ml-md-5,
  .theme-bootstrap .mx-md-5 {
    margin-left: 3rem !important;
  }
  .theme-bootstrap .p-md-0 {
    padding: 0 !important;
  }
  .theme-bootstrap .pt-md-0,
  .theme-bootstrap .py-md-0 {
    padding-top: 0 !important;
  }
  .theme-bootstrap .pr-md-0,
  .theme-bootstrap .px-md-0 {
    padding-right: 0 !important;
  }
  .theme-bootstrap .pb-md-0,
  .theme-bootstrap .py-md-0 {
    padding-bottom: 0 !important;
  }
  .theme-bootstrap .pl-md-0,
  .theme-bootstrap .px-md-0 {
    padding-left: 0 !important;
  }
  .theme-bootstrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .theme-bootstrap .pt-md-1,
  .theme-bootstrap .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .theme-bootstrap .pr-md-1,
  .theme-bootstrap .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .theme-bootstrap .pb-md-1,
  .theme-bootstrap .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .theme-bootstrap .pl-md-1,
  .theme-bootstrap .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .theme-bootstrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .theme-bootstrap .pt-md-2,
  .theme-bootstrap .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .theme-bootstrap .pr-md-2,
  .theme-bootstrap .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .theme-bootstrap .pb-md-2,
  .theme-bootstrap .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .theme-bootstrap .pl-md-2,
  .theme-bootstrap .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .theme-bootstrap .p-md-3 {
    padding: 1rem !important;
  }
  .theme-bootstrap .pt-md-3,
  .theme-bootstrap .py-md-3 {
    padding-top: 1rem !important;
  }
  .theme-bootstrap .pr-md-3,
  .theme-bootstrap .px-md-3 {
    padding-right: 1rem !important;
  }
  .theme-bootstrap .pb-md-3,
  .theme-bootstrap .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .theme-bootstrap .pl-md-3,
  .theme-bootstrap .px-md-3 {
    padding-left: 1rem !important;
  }
  .theme-bootstrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .theme-bootstrap .pt-md-4,
  .theme-bootstrap .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .theme-bootstrap .pr-md-4,
  .theme-bootstrap .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .theme-bootstrap .pb-md-4,
  .theme-bootstrap .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .theme-bootstrap .pl-md-4,
  .theme-bootstrap .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .theme-bootstrap .p-md-5 {
    padding: 3rem !important;
  }
  .theme-bootstrap .pt-md-5,
  .theme-bootstrap .py-md-5 {
    padding-top: 3rem !important;
  }
  .theme-bootstrap .pr-md-5,
  .theme-bootstrap .px-md-5 {
    padding-right: 3rem !important;
  }
  .theme-bootstrap .pb-md-5,
  .theme-bootstrap .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .theme-bootstrap .pl-md-5,
  .theme-bootstrap .px-md-5 {
    padding-left: 3rem !important;
  }
  .theme-bootstrap .m-md-n1 {
    margin: -0.25rem !important;
  }
  .theme-bootstrap .mt-md-n1,
  .theme-bootstrap .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .theme-bootstrap .mr-md-n1,
  .theme-bootstrap .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .theme-bootstrap .mb-md-n1,
  .theme-bootstrap .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .theme-bootstrap .ml-md-n1,
  .theme-bootstrap .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .theme-bootstrap .m-md-n2 {
    margin: -0.5rem !important;
  }
  .theme-bootstrap .mt-md-n2,
  .theme-bootstrap .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .theme-bootstrap .mr-md-n2,
  .theme-bootstrap .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .theme-bootstrap .mb-md-n2,
  .theme-bootstrap .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .theme-bootstrap .ml-md-n2,
  .theme-bootstrap .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .theme-bootstrap .m-md-n3 {
    margin: -1rem !important;
  }
  .theme-bootstrap .mt-md-n3,
  .theme-bootstrap .my-md-n3 {
    margin-top: -1rem !important;
  }
  .theme-bootstrap .mr-md-n3,
  .theme-bootstrap .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .theme-bootstrap .mb-md-n3,
  .theme-bootstrap .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .theme-bootstrap .ml-md-n3,
  .theme-bootstrap .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .theme-bootstrap .m-md-n4 {
    margin: -1.5rem !important;
  }
  .theme-bootstrap .mt-md-n4,
  .theme-bootstrap .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .theme-bootstrap .mr-md-n4,
  .theme-bootstrap .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .theme-bootstrap .mb-md-n4,
  .theme-bootstrap .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .theme-bootstrap .ml-md-n4,
  .theme-bootstrap .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .theme-bootstrap .m-md-n5 {
    margin: -3rem !important;
  }
  .theme-bootstrap .mt-md-n5,
  .theme-bootstrap .my-md-n5 {
    margin-top: -3rem !important;
  }
  .theme-bootstrap .mr-md-n5,
  .theme-bootstrap .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .theme-bootstrap .mb-md-n5,
  .theme-bootstrap .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .theme-bootstrap .ml-md-n5,
  .theme-bootstrap .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .theme-bootstrap .m-md-auto {
    margin: auto !important;
  }
  .theme-bootstrap .mt-md-auto,
  .theme-bootstrap .my-md-auto {
    margin-top: auto !important;
  }
  .theme-bootstrap .mr-md-auto,
  .theme-bootstrap .mx-md-auto {
    margin-right: auto !important;
  }
  .theme-bootstrap .mb-md-auto,
  .theme-bootstrap .my-md-auto {
    margin-bottom: auto !important;
  }
  .theme-bootstrap .ml-md-auto,
  .theme-bootstrap .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .theme-bootstrap .m-lg-0 {
    margin: 0 !important;
  }
  .theme-bootstrap .mt-lg-0,
  .theme-bootstrap .my-lg-0 {
    margin-top: 0 !important;
  }
  .theme-bootstrap .mr-lg-0,
  .theme-bootstrap .mx-lg-0 {
    margin-right: 0 !important;
  }
  .theme-bootstrap .mb-lg-0,
  .theme-bootstrap .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .theme-bootstrap .ml-lg-0,
  .theme-bootstrap .mx-lg-0 {
    margin-left: 0 !important;
  }
  .theme-bootstrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .theme-bootstrap .mt-lg-1,
  .theme-bootstrap .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .theme-bootstrap .mr-lg-1,
  .theme-bootstrap .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .theme-bootstrap .mb-lg-1,
  .theme-bootstrap .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .theme-bootstrap .ml-lg-1,
  .theme-bootstrap .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .theme-bootstrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .theme-bootstrap .mt-lg-2,
  .theme-bootstrap .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .theme-bootstrap .mr-lg-2,
  .theme-bootstrap .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .theme-bootstrap .mb-lg-2,
  .theme-bootstrap .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .theme-bootstrap .ml-lg-2,
  .theme-bootstrap .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .theme-bootstrap .m-lg-3 {
    margin: 1rem !important;
  }
  .theme-bootstrap .mt-lg-3,
  .theme-bootstrap .my-lg-3 {
    margin-top: 1rem !important;
  }
  .theme-bootstrap .mr-lg-3,
  .theme-bootstrap .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .theme-bootstrap .mb-lg-3,
  .theme-bootstrap .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .theme-bootstrap .ml-lg-3,
  .theme-bootstrap .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .theme-bootstrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .theme-bootstrap .mt-lg-4,
  .theme-bootstrap .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .theme-bootstrap .mr-lg-4,
  .theme-bootstrap .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .theme-bootstrap .mb-lg-4,
  .theme-bootstrap .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .theme-bootstrap .ml-lg-4,
  .theme-bootstrap .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .theme-bootstrap .m-lg-5 {
    margin: 3rem !important;
  }
  .theme-bootstrap .mt-lg-5,
  .theme-bootstrap .my-lg-5 {
    margin-top: 3rem !important;
  }
  .theme-bootstrap .mr-lg-5,
  .theme-bootstrap .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .theme-bootstrap .mb-lg-5,
  .theme-bootstrap .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .theme-bootstrap .ml-lg-5,
  .theme-bootstrap .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .theme-bootstrap .p-lg-0 {
    padding: 0 !important;
  }
  .theme-bootstrap .pt-lg-0,
  .theme-bootstrap .py-lg-0 {
    padding-top: 0 !important;
  }
  .theme-bootstrap .pr-lg-0,
  .theme-bootstrap .px-lg-0 {
    padding-right: 0 !important;
  }
  .theme-bootstrap .pb-lg-0,
  .theme-bootstrap .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .theme-bootstrap .pl-lg-0,
  .theme-bootstrap .px-lg-0 {
    padding-left: 0 !important;
  }
  .theme-bootstrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .theme-bootstrap .pt-lg-1,
  .theme-bootstrap .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .theme-bootstrap .pr-lg-1,
  .theme-bootstrap .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .theme-bootstrap .pb-lg-1,
  .theme-bootstrap .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .theme-bootstrap .pl-lg-1,
  .theme-bootstrap .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .theme-bootstrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .theme-bootstrap .pt-lg-2,
  .theme-bootstrap .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .theme-bootstrap .pr-lg-2,
  .theme-bootstrap .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .theme-bootstrap .pb-lg-2,
  .theme-bootstrap .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .theme-bootstrap .pl-lg-2,
  .theme-bootstrap .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .theme-bootstrap .p-lg-3 {
    padding: 1rem !important;
  }
  .theme-bootstrap .pt-lg-3,
  .theme-bootstrap .py-lg-3 {
    padding-top: 1rem !important;
  }
  .theme-bootstrap .pr-lg-3,
  .theme-bootstrap .px-lg-3 {
    padding-right: 1rem !important;
  }
  .theme-bootstrap .pb-lg-3,
  .theme-bootstrap .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .theme-bootstrap .pl-lg-3,
  .theme-bootstrap .px-lg-3 {
    padding-left: 1rem !important;
  }
  .theme-bootstrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .theme-bootstrap .pt-lg-4,
  .theme-bootstrap .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .theme-bootstrap .pr-lg-4,
  .theme-bootstrap .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .theme-bootstrap .pb-lg-4,
  .theme-bootstrap .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .theme-bootstrap .pl-lg-4,
  .theme-bootstrap .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .theme-bootstrap .p-lg-5 {
    padding: 3rem !important;
  }
  .theme-bootstrap .pt-lg-5,
  .theme-bootstrap .py-lg-5 {
    padding-top: 3rem !important;
  }
  .theme-bootstrap .pr-lg-5,
  .theme-bootstrap .px-lg-5 {
    padding-right: 3rem !important;
  }
  .theme-bootstrap .pb-lg-5,
  .theme-bootstrap .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .theme-bootstrap .pl-lg-5,
  .theme-bootstrap .px-lg-5 {
    padding-left: 3rem !important;
  }
  .theme-bootstrap .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .theme-bootstrap .mt-lg-n1,
  .theme-bootstrap .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .theme-bootstrap .mr-lg-n1,
  .theme-bootstrap .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .theme-bootstrap .mb-lg-n1,
  .theme-bootstrap .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .theme-bootstrap .ml-lg-n1,
  .theme-bootstrap .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .theme-bootstrap .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .theme-bootstrap .mt-lg-n2,
  .theme-bootstrap .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .theme-bootstrap .mr-lg-n2,
  .theme-bootstrap .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .theme-bootstrap .mb-lg-n2,
  .theme-bootstrap .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .theme-bootstrap .ml-lg-n2,
  .theme-bootstrap .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .theme-bootstrap .m-lg-n3 {
    margin: -1rem !important;
  }
  .theme-bootstrap .mt-lg-n3,
  .theme-bootstrap .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .theme-bootstrap .mr-lg-n3,
  .theme-bootstrap .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .theme-bootstrap .mb-lg-n3,
  .theme-bootstrap .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .theme-bootstrap .ml-lg-n3,
  .theme-bootstrap .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .theme-bootstrap .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .theme-bootstrap .mt-lg-n4,
  .theme-bootstrap .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .theme-bootstrap .mr-lg-n4,
  .theme-bootstrap .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .theme-bootstrap .mb-lg-n4,
  .theme-bootstrap .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .theme-bootstrap .ml-lg-n4,
  .theme-bootstrap .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .theme-bootstrap .m-lg-n5 {
    margin: -3rem !important;
  }
  .theme-bootstrap .mt-lg-n5,
  .theme-bootstrap .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .theme-bootstrap .mr-lg-n5,
  .theme-bootstrap .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .theme-bootstrap .mb-lg-n5,
  .theme-bootstrap .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .theme-bootstrap .ml-lg-n5,
  .theme-bootstrap .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .theme-bootstrap .m-lg-auto {
    margin: auto !important;
  }
  .theme-bootstrap .mt-lg-auto,
  .theme-bootstrap .my-lg-auto {
    margin-top: auto !important;
  }
  .theme-bootstrap .mr-lg-auto,
  .theme-bootstrap .mx-lg-auto {
    margin-right: auto !important;
  }
  .theme-bootstrap .mb-lg-auto,
  .theme-bootstrap .my-lg-auto {
    margin-bottom: auto !important;
  }
  .theme-bootstrap .ml-lg-auto,
  .theme-bootstrap .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .theme-bootstrap .m-xl-0 {
    margin: 0 !important;
  }
  .theme-bootstrap .mt-xl-0,
  .theme-bootstrap .my-xl-0 {
    margin-top: 0 !important;
  }
  .theme-bootstrap .mr-xl-0,
  .theme-bootstrap .mx-xl-0 {
    margin-right: 0 !important;
  }
  .theme-bootstrap .mb-xl-0,
  .theme-bootstrap .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .theme-bootstrap .ml-xl-0,
  .theme-bootstrap .mx-xl-0 {
    margin-left: 0 !important;
  }
  .theme-bootstrap .m-xl-1 {
    margin: 0.25rem !important;
  }
  .theme-bootstrap .mt-xl-1,
  .theme-bootstrap .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .theme-bootstrap .mr-xl-1,
  .theme-bootstrap .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .theme-bootstrap .mb-xl-1,
  .theme-bootstrap .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .theme-bootstrap .ml-xl-1,
  .theme-bootstrap .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .theme-bootstrap .m-xl-2 {
    margin: 0.5rem !important;
  }
  .theme-bootstrap .mt-xl-2,
  .theme-bootstrap .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .theme-bootstrap .mr-xl-2,
  .theme-bootstrap .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .theme-bootstrap .mb-xl-2,
  .theme-bootstrap .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .theme-bootstrap .ml-xl-2,
  .theme-bootstrap .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .theme-bootstrap .m-xl-3 {
    margin: 1rem !important;
  }
  .theme-bootstrap .mt-xl-3,
  .theme-bootstrap .my-xl-3 {
    margin-top: 1rem !important;
  }
  .theme-bootstrap .mr-xl-3,
  .theme-bootstrap .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .theme-bootstrap .mb-xl-3,
  .theme-bootstrap .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .theme-bootstrap .ml-xl-3,
  .theme-bootstrap .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .theme-bootstrap .m-xl-4 {
    margin: 1.5rem !important;
  }
  .theme-bootstrap .mt-xl-4,
  .theme-bootstrap .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .theme-bootstrap .mr-xl-4,
  .theme-bootstrap .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .theme-bootstrap .mb-xl-4,
  .theme-bootstrap .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .theme-bootstrap .ml-xl-4,
  .theme-bootstrap .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .theme-bootstrap .m-xl-5 {
    margin: 3rem !important;
  }
  .theme-bootstrap .mt-xl-5,
  .theme-bootstrap .my-xl-5 {
    margin-top: 3rem !important;
  }
  .theme-bootstrap .mr-xl-5,
  .theme-bootstrap .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .theme-bootstrap .mb-xl-5,
  .theme-bootstrap .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .theme-bootstrap .ml-xl-5,
  .theme-bootstrap .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .theme-bootstrap .p-xl-0 {
    padding: 0 !important;
  }
  .theme-bootstrap .pt-xl-0,
  .theme-bootstrap .py-xl-0 {
    padding-top: 0 !important;
  }
  .theme-bootstrap .pr-xl-0,
  .theme-bootstrap .px-xl-0 {
    padding-right: 0 !important;
  }
  .theme-bootstrap .pb-xl-0,
  .theme-bootstrap .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .theme-bootstrap .pl-xl-0,
  .theme-bootstrap .px-xl-0 {
    padding-left: 0 !important;
  }
  .theme-bootstrap .p-xl-1 {
    padding: 0.25rem !important;
  }
  .theme-bootstrap .pt-xl-1,
  .theme-bootstrap .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .theme-bootstrap .pr-xl-1,
  .theme-bootstrap .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .theme-bootstrap .pb-xl-1,
  .theme-bootstrap .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .theme-bootstrap .pl-xl-1,
  .theme-bootstrap .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .theme-bootstrap .p-xl-2 {
    padding: 0.5rem !important;
  }
  .theme-bootstrap .pt-xl-2,
  .theme-bootstrap .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .theme-bootstrap .pr-xl-2,
  .theme-bootstrap .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .theme-bootstrap .pb-xl-2,
  .theme-bootstrap .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .theme-bootstrap .pl-xl-2,
  .theme-bootstrap .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .theme-bootstrap .p-xl-3 {
    padding: 1rem !important;
  }
  .theme-bootstrap .pt-xl-3,
  .theme-bootstrap .py-xl-3 {
    padding-top: 1rem !important;
  }
  .theme-bootstrap .pr-xl-3,
  .theme-bootstrap .px-xl-3 {
    padding-right: 1rem !important;
  }
  .theme-bootstrap .pb-xl-3,
  .theme-bootstrap .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .theme-bootstrap .pl-xl-3,
  .theme-bootstrap .px-xl-3 {
    padding-left: 1rem !important;
  }
  .theme-bootstrap .p-xl-4 {
    padding: 1.5rem !important;
  }
  .theme-bootstrap .pt-xl-4,
  .theme-bootstrap .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .theme-bootstrap .pr-xl-4,
  .theme-bootstrap .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .theme-bootstrap .pb-xl-4,
  .theme-bootstrap .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .theme-bootstrap .pl-xl-4,
  .theme-bootstrap .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .theme-bootstrap .p-xl-5 {
    padding: 3rem !important;
  }
  .theme-bootstrap .pt-xl-5,
  .theme-bootstrap .py-xl-5 {
    padding-top: 3rem !important;
  }
  .theme-bootstrap .pr-xl-5,
  .theme-bootstrap .px-xl-5 {
    padding-right: 3rem !important;
  }
  .theme-bootstrap .pb-xl-5,
  .theme-bootstrap .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .theme-bootstrap .pl-xl-5,
  .theme-bootstrap .px-xl-5 {
    padding-left: 3rem !important;
  }
  .theme-bootstrap .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .theme-bootstrap .mt-xl-n1,
  .theme-bootstrap .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .theme-bootstrap .mr-xl-n1,
  .theme-bootstrap .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .theme-bootstrap .mb-xl-n1,
  .theme-bootstrap .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .theme-bootstrap .ml-xl-n1,
  .theme-bootstrap .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .theme-bootstrap .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .theme-bootstrap .mt-xl-n2,
  .theme-bootstrap .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .theme-bootstrap .mr-xl-n2,
  .theme-bootstrap .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .theme-bootstrap .mb-xl-n2,
  .theme-bootstrap .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .theme-bootstrap .ml-xl-n2,
  .theme-bootstrap .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .theme-bootstrap .m-xl-n3 {
    margin: -1rem !important;
  }
  .theme-bootstrap .mt-xl-n3,
  .theme-bootstrap .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .theme-bootstrap .mr-xl-n3,
  .theme-bootstrap .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .theme-bootstrap .mb-xl-n3,
  .theme-bootstrap .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .theme-bootstrap .ml-xl-n3,
  .theme-bootstrap .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .theme-bootstrap .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .theme-bootstrap .mt-xl-n4,
  .theme-bootstrap .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .theme-bootstrap .mr-xl-n4,
  .theme-bootstrap .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .theme-bootstrap .mb-xl-n4,
  .theme-bootstrap .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .theme-bootstrap .ml-xl-n4,
  .theme-bootstrap .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .theme-bootstrap .m-xl-n5 {
    margin: -3rem !important;
  }
  .theme-bootstrap .mt-xl-n5,
  .theme-bootstrap .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .theme-bootstrap .mr-xl-n5,
  .theme-bootstrap .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .theme-bootstrap .mb-xl-n5,
  .theme-bootstrap .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .theme-bootstrap .ml-xl-n5,
  .theme-bootstrap .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .theme-bootstrap .m-xl-auto {
    margin: auto !important;
  }
  .theme-bootstrap .mt-xl-auto,
  .theme-bootstrap .my-xl-auto {
    margin-top: auto !important;
  }
  .theme-bootstrap .mr-xl-auto,
  .theme-bootstrap .mx-xl-auto {
    margin-right: auto !important;
  }
  .theme-bootstrap .mb-xl-auto,
  .theme-bootstrap .my-xl-auto {
    margin-bottom: auto !important;
  }
  .theme-bootstrap .ml-xl-auto,
  .theme-bootstrap .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .theme-bootstrap .m-xxl-0 {
    margin: 0 !important;
  }
  .theme-bootstrap .mt-xxl-0,
  .theme-bootstrap .my-xxl-0 {
    margin-top: 0 !important;
  }
  .theme-bootstrap .mr-xxl-0,
  .theme-bootstrap .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .theme-bootstrap .mb-xxl-0,
  .theme-bootstrap .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .theme-bootstrap .ml-xxl-0,
  .theme-bootstrap .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .theme-bootstrap .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .theme-bootstrap .mt-xxl-1,
  .theme-bootstrap .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .theme-bootstrap .mr-xxl-1,
  .theme-bootstrap .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .theme-bootstrap .mb-xxl-1,
  .theme-bootstrap .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .theme-bootstrap .ml-xxl-1,
  .theme-bootstrap .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .theme-bootstrap .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .theme-bootstrap .mt-xxl-2,
  .theme-bootstrap .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .theme-bootstrap .mr-xxl-2,
  .theme-bootstrap .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .theme-bootstrap .mb-xxl-2,
  .theme-bootstrap .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .theme-bootstrap .ml-xxl-2,
  .theme-bootstrap .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .theme-bootstrap .m-xxl-3 {
    margin: 1rem !important;
  }
  .theme-bootstrap .mt-xxl-3,
  .theme-bootstrap .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .theme-bootstrap .mr-xxl-3,
  .theme-bootstrap .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .theme-bootstrap .mb-xxl-3,
  .theme-bootstrap .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .theme-bootstrap .ml-xxl-3,
  .theme-bootstrap .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .theme-bootstrap .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .theme-bootstrap .mt-xxl-4,
  .theme-bootstrap .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .theme-bootstrap .mr-xxl-4,
  .theme-bootstrap .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .theme-bootstrap .mb-xxl-4,
  .theme-bootstrap .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .theme-bootstrap .ml-xxl-4,
  .theme-bootstrap .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .theme-bootstrap .m-xxl-5 {
    margin: 3rem !important;
  }
  .theme-bootstrap .mt-xxl-5,
  .theme-bootstrap .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .theme-bootstrap .mr-xxl-5,
  .theme-bootstrap .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .theme-bootstrap .mb-xxl-5,
  .theme-bootstrap .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .theme-bootstrap .ml-xxl-5,
  .theme-bootstrap .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .theme-bootstrap .p-xxl-0 {
    padding: 0 !important;
  }
  .theme-bootstrap .pt-xxl-0,
  .theme-bootstrap .py-xxl-0 {
    padding-top: 0 !important;
  }
  .theme-bootstrap .pr-xxl-0,
  .theme-bootstrap .px-xxl-0 {
    padding-right: 0 !important;
  }
  .theme-bootstrap .pb-xxl-0,
  .theme-bootstrap .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .theme-bootstrap .pl-xxl-0,
  .theme-bootstrap .px-xxl-0 {
    padding-left: 0 !important;
  }
  .theme-bootstrap .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .theme-bootstrap .pt-xxl-1,
  .theme-bootstrap .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .theme-bootstrap .pr-xxl-1,
  .theme-bootstrap .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .theme-bootstrap .pb-xxl-1,
  .theme-bootstrap .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .theme-bootstrap .pl-xxl-1,
  .theme-bootstrap .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .theme-bootstrap .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .theme-bootstrap .pt-xxl-2,
  .theme-bootstrap .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .theme-bootstrap .pr-xxl-2,
  .theme-bootstrap .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .theme-bootstrap .pb-xxl-2,
  .theme-bootstrap .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .theme-bootstrap .pl-xxl-2,
  .theme-bootstrap .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .theme-bootstrap .p-xxl-3 {
    padding: 1rem !important;
  }
  .theme-bootstrap .pt-xxl-3,
  .theme-bootstrap .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .theme-bootstrap .pr-xxl-3,
  .theme-bootstrap .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .theme-bootstrap .pb-xxl-3,
  .theme-bootstrap .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .theme-bootstrap .pl-xxl-3,
  .theme-bootstrap .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .theme-bootstrap .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .theme-bootstrap .pt-xxl-4,
  .theme-bootstrap .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .theme-bootstrap .pr-xxl-4,
  .theme-bootstrap .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .theme-bootstrap .pb-xxl-4,
  .theme-bootstrap .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .theme-bootstrap .pl-xxl-4,
  .theme-bootstrap .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .theme-bootstrap .p-xxl-5 {
    padding: 3rem !important;
  }
  .theme-bootstrap .pt-xxl-5,
  .theme-bootstrap .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .theme-bootstrap .pr-xxl-5,
  .theme-bootstrap .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .theme-bootstrap .pb-xxl-5,
  .theme-bootstrap .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .theme-bootstrap .pl-xxl-5,
  .theme-bootstrap .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .theme-bootstrap .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .theme-bootstrap .mt-xxl-n1,
  .theme-bootstrap .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .theme-bootstrap .mr-xxl-n1,
  .theme-bootstrap .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .theme-bootstrap .mb-xxl-n1,
  .theme-bootstrap .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .theme-bootstrap .ml-xxl-n1,
  .theme-bootstrap .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .theme-bootstrap .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .theme-bootstrap .mt-xxl-n2,
  .theme-bootstrap .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .theme-bootstrap .mr-xxl-n2,
  .theme-bootstrap .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .theme-bootstrap .mb-xxl-n2,
  .theme-bootstrap .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .theme-bootstrap .ml-xxl-n2,
  .theme-bootstrap .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .theme-bootstrap .m-xxl-n3 {
    margin: -1rem !important;
  }
  .theme-bootstrap .mt-xxl-n3,
  .theme-bootstrap .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .theme-bootstrap .mr-xxl-n3,
  .theme-bootstrap .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .theme-bootstrap .mb-xxl-n3,
  .theme-bootstrap .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .theme-bootstrap .ml-xxl-n3,
  .theme-bootstrap .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .theme-bootstrap .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .theme-bootstrap .mt-xxl-n4,
  .theme-bootstrap .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .theme-bootstrap .mr-xxl-n4,
  .theme-bootstrap .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .theme-bootstrap .mb-xxl-n4,
  .theme-bootstrap .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .theme-bootstrap .ml-xxl-n4,
  .theme-bootstrap .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .theme-bootstrap .m-xxl-n5 {
    margin: -3rem !important;
  }
  .theme-bootstrap .mt-xxl-n5,
  .theme-bootstrap .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .theme-bootstrap .mr-xxl-n5,
  .theme-bootstrap .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .theme-bootstrap .mb-xxl-n5,
  .theme-bootstrap .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .theme-bootstrap .ml-xxl-n5,
  .theme-bootstrap .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .theme-bootstrap .m-xxl-auto {
    margin: auto !important;
  }
  .theme-bootstrap .mt-xxl-auto,
  .theme-bootstrap .my-xxl-auto {
    margin-top: auto !important;
  }
  .theme-bootstrap .mr-xxl-auto,
  .theme-bootstrap .mx-xxl-auto {
    margin-right: auto !important;
  }
  .theme-bootstrap .mb-xxl-auto,
  .theme-bootstrap .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .theme-bootstrap .ml-xxl-auto,
  .theme-bootstrap .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.theme-bootstrap *,
.theme-bootstrap *::before,
.theme-bootstrap *::after {
  box-sizing: border-box;
}
.theme-bootstrap .container {
  max-width: 1340px;
  padding: 0 15px;
}
.theme-bootstrap .row:after {
  display: none;
}