/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.bootstrap-wrapper {
  /**
 * Bootstrap overrides
 */
  /**[class$="sm-12"] {
        border:1px solid green;
    @media screen and (max-width : map-get($grid-breakpoints, sm)){
        border:1px solid red;
        padding:0;
    }


}
*/
}
.bootstrap-wrapper .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap-wrapper .visible {
  visibility: visible !important;
}
.bootstrap-wrapper .invisible {
  visibility: hidden !important;
}
.bootstrap-wrapper .hidden-xs-up {
  display: none !important;
}
@media (max-width: 575.98px) {
  .bootstrap-wrapper .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .bootstrap-wrapper .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-wrapper .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-wrapper .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-wrapper .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .hidden-xl-up {
    display: none !important;
  }
}
.bootstrap-wrapper .hidden-xl-down {
  display: none !important;
}
.bootstrap-wrapper .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-block {
    display: block !important;
  }
}
.bootstrap-wrapper .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-wrapper .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-wrapper .hidden-print {
    display: none !important;
  }
}
.bootstrap-wrapper .m-0 {
  margin: 0 !important;
}
.bootstrap-wrapper .mt-0, .bootstrap-wrapper .my-0 {
  margin-top: 0 !important;
}
.bootstrap-wrapper .mr-0, .bootstrap-wrapper .mx-0 {
  margin-right: 0 !important;
}
.bootstrap-wrapper .mb-0, .bootstrap-wrapper .my-0 {
  margin-bottom: 0 !important;
}
.bootstrap-wrapper .ml-0, .bootstrap-wrapper .mx-0 {
  margin-left: 0 !important;
}
.bootstrap-wrapper .m-1 {
  margin: 0.25rem !important;
}
.bootstrap-wrapper .mt-1, .bootstrap-wrapper .my-1 {
  margin-top: 0.25rem !important;
}
.bootstrap-wrapper .mr-1, .bootstrap-wrapper .mx-1 {
  margin-right: 0.25rem !important;
}
.bootstrap-wrapper .mb-1, .bootstrap-wrapper .my-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap-wrapper .ml-1, .bootstrap-wrapper .mx-1 {
  margin-left: 0.25rem !important;
}
.bootstrap-wrapper .m-2 {
  margin: 0.5rem !important;
}
.bootstrap-wrapper .mt-2, .bootstrap-wrapper .my-2 {
  margin-top: 0.5rem !important;
}
.bootstrap-wrapper .mr-2, .bootstrap-wrapper .mx-2 {
  margin-right: 0.5rem !important;
}
.bootstrap-wrapper .mb-2, .bootstrap-wrapper .my-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap-wrapper .ml-2, .bootstrap-wrapper .mx-2 {
  margin-left: 0.5rem !important;
}
.bootstrap-wrapper .m-3 {
  margin: 1rem !important;
}
.bootstrap-wrapper .mt-3, .bootstrap-wrapper .my-3 {
  margin-top: 1rem !important;
}
.bootstrap-wrapper .mr-3, .bootstrap-wrapper .mx-3 {
  margin-right: 1rem !important;
}
.bootstrap-wrapper .mb-3, .bootstrap-wrapper .my-3 {
  margin-bottom: 1rem !important;
}
.bootstrap-wrapper .ml-3, .bootstrap-wrapper .mx-3 {
  margin-left: 1rem !important;
}
.bootstrap-wrapper .m-4 {
  margin: 1.5rem !important;
}
.bootstrap-wrapper .mt-4, .bootstrap-wrapper .my-4 {
  margin-top: 1.5rem !important;
}
.bootstrap-wrapper .mr-4, .bootstrap-wrapper .mx-4 {
  margin-right: 1.5rem !important;
}
.bootstrap-wrapper .mb-4, .bootstrap-wrapper .my-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap-wrapper .ml-4, .bootstrap-wrapper .mx-4 {
  margin-left: 1.5rem !important;
}
.bootstrap-wrapper .m-5 {
  margin: 3rem !important;
}
.bootstrap-wrapper .mt-5, .bootstrap-wrapper .my-5 {
  margin-top: 3rem !important;
}
.bootstrap-wrapper .mr-5, .bootstrap-wrapper .mx-5 {
  margin-right: 3rem !important;
}
.bootstrap-wrapper .mb-5, .bootstrap-wrapper .my-5 {
  margin-bottom: 3rem !important;
}
.bootstrap-wrapper .ml-5, .bootstrap-wrapper .mx-5 {
  margin-left: 3rem !important;
}
.bootstrap-wrapper .p-0 {
  padding: 0 !important;
}
.bootstrap-wrapper .pt-0, .bootstrap-wrapper .py-0 {
  padding-top: 0 !important;
}
.bootstrap-wrapper .pr-0, .bootstrap-wrapper .px-0 {
  padding-right: 0 !important;
}
.bootstrap-wrapper .pb-0, .bootstrap-wrapper .py-0 {
  padding-bottom: 0 !important;
}
.bootstrap-wrapper .pl-0, .bootstrap-wrapper .px-0 {
  padding-left: 0 !important;
}
.bootstrap-wrapper .p-1 {
  padding: 0.25rem !important;
}
.bootstrap-wrapper .pt-1, .bootstrap-wrapper .py-1 {
  padding-top: 0.25rem !important;
}
.bootstrap-wrapper .pr-1, .bootstrap-wrapper .px-1 {
  padding-right: 0.25rem !important;
}
.bootstrap-wrapper .pb-1, .bootstrap-wrapper .py-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap-wrapper .pl-1, .bootstrap-wrapper .px-1 {
  padding-left: 0.25rem !important;
}
.bootstrap-wrapper .p-2 {
  padding: 0.5rem !important;
}
.bootstrap-wrapper .pt-2, .bootstrap-wrapper .py-2 {
  padding-top: 0.5rem !important;
}
.bootstrap-wrapper .pr-2, .bootstrap-wrapper .px-2 {
  padding-right: 0.5rem !important;
}
.bootstrap-wrapper .pb-2, .bootstrap-wrapper .py-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap-wrapper .pl-2, .bootstrap-wrapper .px-2 {
  padding-left: 0.5rem !important;
}
.bootstrap-wrapper .p-3 {
  padding: 1rem !important;
}
.bootstrap-wrapper .pt-3, .bootstrap-wrapper .py-3 {
  padding-top: 1rem !important;
}
.bootstrap-wrapper .pr-3, .bootstrap-wrapper .px-3 {
  padding-right: 1rem !important;
}
.bootstrap-wrapper .pb-3, .bootstrap-wrapper .py-3 {
  padding-bottom: 1rem !important;
}
.bootstrap-wrapper .pl-3, .bootstrap-wrapper .px-3 {
  padding-left: 1rem !important;
}
.bootstrap-wrapper .p-4 {
  padding: 1.5rem !important;
}
.bootstrap-wrapper .pt-4, .bootstrap-wrapper .py-4 {
  padding-top: 1.5rem !important;
}
.bootstrap-wrapper .pr-4, .bootstrap-wrapper .px-4 {
  padding-right: 1.5rem !important;
}
.bootstrap-wrapper .pb-4, .bootstrap-wrapper .py-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap-wrapper .pl-4, .bootstrap-wrapper .px-4 {
  padding-left: 1.5rem !important;
}
.bootstrap-wrapper .p-5 {
  padding: 3rem !important;
}
.bootstrap-wrapper .pt-5, .bootstrap-wrapper .py-5 {
  padding-top: 3rem !important;
}
.bootstrap-wrapper .pr-5, .bootstrap-wrapper .px-5 {
  padding-right: 3rem !important;
}
.bootstrap-wrapper .pb-5, .bootstrap-wrapper .py-5 {
  padding-bottom: 3rem !important;
}
.bootstrap-wrapper .pl-5, .bootstrap-wrapper .px-5 {
  padding-left: 3rem !important;
}
.bootstrap-wrapper .m-n1 {
  margin: -0.25rem !important;
}
.bootstrap-wrapper .mt-n1, .bootstrap-wrapper .my-n1 {
  margin-top: -0.25rem !important;
}
.bootstrap-wrapper .mr-n1, .bootstrap-wrapper .mx-n1 {
  margin-right: -0.25rem !important;
}
.bootstrap-wrapper .mb-n1, .bootstrap-wrapper .my-n1 {
  margin-bottom: -0.25rem !important;
}
.bootstrap-wrapper .ml-n1, .bootstrap-wrapper .mx-n1 {
  margin-left: -0.25rem !important;
}
.bootstrap-wrapper .m-n2 {
  margin: -0.5rem !important;
}
.bootstrap-wrapper .mt-n2, .bootstrap-wrapper .my-n2 {
  margin-top: -0.5rem !important;
}
.bootstrap-wrapper .mr-n2, .bootstrap-wrapper .mx-n2 {
  margin-right: -0.5rem !important;
}
.bootstrap-wrapper .mb-n2, .bootstrap-wrapper .my-n2 {
  margin-bottom: -0.5rem !important;
}
.bootstrap-wrapper .ml-n2, .bootstrap-wrapper .mx-n2 {
  margin-left: -0.5rem !important;
}
.bootstrap-wrapper .m-n3 {
  margin: -1rem !important;
}
.bootstrap-wrapper .mt-n3, .bootstrap-wrapper .my-n3 {
  margin-top: -1rem !important;
}
.bootstrap-wrapper .mr-n3, .bootstrap-wrapper .mx-n3 {
  margin-right: -1rem !important;
}
.bootstrap-wrapper .mb-n3, .bootstrap-wrapper .my-n3 {
  margin-bottom: -1rem !important;
}
.bootstrap-wrapper .ml-n3, .bootstrap-wrapper .mx-n3 {
  margin-left: -1rem !important;
}
.bootstrap-wrapper .m-n4 {
  margin: -1.5rem !important;
}
.bootstrap-wrapper .mt-n4, .bootstrap-wrapper .my-n4 {
  margin-top: -1.5rem !important;
}
.bootstrap-wrapper .mr-n4, .bootstrap-wrapper .mx-n4 {
  margin-right: -1.5rem !important;
}
.bootstrap-wrapper .mb-n4, .bootstrap-wrapper .my-n4 {
  margin-bottom: -1.5rem !important;
}
.bootstrap-wrapper .ml-n4, .bootstrap-wrapper .mx-n4 {
  margin-left: -1.5rem !important;
}
.bootstrap-wrapper .m-n5 {
  margin: -3rem !important;
}
.bootstrap-wrapper .mt-n5, .bootstrap-wrapper .my-n5 {
  margin-top: -3rem !important;
}
.bootstrap-wrapper .mr-n5, .bootstrap-wrapper .mx-n5 {
  margin-right: -3rem !important;
}
.bootstrap-wrapper .mb-n5, .bootstrap-wrapper .my-n5 {
  margin-bottom: -3rem !important;
}
.bootstrap-wrapper .ml-n5, .bootstrap-wrapper .mx-n5 {
  margin-left: -3rem !important;
}
.bootstrap-wrapper .m-auto {
  margin: auto !important;
}
.bootstrap-wrapper .mt-auto, .bootstrap-wrapper .my-auto {
  margin-top: auto !important;
}
.bootstrap-wrapper .mr-auto, .bootstrap-wrapper .mx-auto {
  margin-right: auto !important;
}
.bootstrap-wrapper .mb-auto, .bootstrap-wrapper .my-auto {
  margin-bottom: auto !important;
}
.bootstrap-wrapper .ml-auto, .bootstrap-wrapper .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .bootstrap-wrapper .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap-wrapper .mt-sm-0, .bootstrap-wrapper .my-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap-wrapper .mr-sm-0, .bootstrap-wrapper .mx-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap-wrapper .mb-sm-0, .bootstrap-wrapper .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-wrapper .ml-sm-0, .bootstrap-wrapper .mx-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap-wrapper .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-wrapper .mt-sm-1, .bootstrap-wrapper .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-wrapper .mr-sm-1, .bootstrap-wrapper .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-wrapper .mb-sm-1, .bootstrap-wrapper .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-wrapper .ml-sm-1, .bootstrap-wrapper .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-wrapper .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-wrapper .mt-sm-2, .bootstrap-wrapper .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-wrapper .mr-sm-2, .bootstrap-wrapper .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-wrapper .mb-sm-2, .bootstrap-wrapper .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-wrapper .ml-sm-2, .bootstrap-wrapper .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-wrapper .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap-wrapper .mt-sm-3, .bootstrap-wrapper .my-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-wrapper .mr-sm-3, .bootstrap-wrapper .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-wrapper .mb-sm-3, .bootstrap-wrapper .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-wrapper .ml-sm-3, .bootstrap-wrapper .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-wrapper .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-wrapper .mt-sm-4, .bootstrap-wrapper .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-wrapper .mr-sm-4, .bootstrap-wrapper .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-wrapper .mb-sm-4, .bootstrap-wrapper .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-wrapper .ml-sm-4, .bootstrap-wrapper .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-wrapper .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap-wrapper .mt-sm-5, .bootstrap-wrapper .my-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-wrapper .mr-sm-5, .bootstrap-wrapper .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-wrapper .mb-sm-5, .bootstrap-wrapper .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-wrapper .ml-sm-5, .bootstrap-wrapper .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-wrapper .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap-wrapper .pt-sm-0, .bootstrap-wrapper .py-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap-wrapper .pr-sm-0, .bootstrap-wrapper .px-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap-wrapper .pb-sm-0, .bootstrap-wrapper .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-wrapper .pl-sm-0, .bootstrap-wrapper .px-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap-wrapper .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-wrapper .pt-sm-1, .bootstrap-wrapper .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-wrapper .pr-sm-1, .bootstrap-wrapper .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-wrapper .pb-sm-1, .bootstrap-wrapper .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-wrapper .pl-sm-1, .bootstrap-wrapper .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-wrapper .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-wrapper .pt-sm-2, .bootstrap-wrapper .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-wrapper .pr-sm-2, .bootstrap-wrapper .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-wrapper .pb-sm-2, .bootstrap-wrapper .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-wrapper .pl-sm-2, .bootstrap-wrapper .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-wrapper .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap-wrapper .pt-sm-3, .bootstrap-wrapper .py-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-wrapper .pr-sm-3, .bootstrap-wrapper .px-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-wrapper .pb-sm-3, .bootstrap-wrapper .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-wrapper .pl-sm-3, .bootstrap-wrapper .px-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-wrapper .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-wrapper .pt-sm-4, .bootstrap-wrapper .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-wrapper .pr-sm-4, .bootstrap-wrapper .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-wrapper .pb-sm-4, .bootstrap-wrapper .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-wrapper .pl-sm-4, .bootstrap-wrapper .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-wrapper .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap-wrapper .pt-sm-5, .bootstrap-wrapper .py-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-wrapper .pr-sm-5, .bootstrap-wrapper .px-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-wrapper .pb-sm-5, .bootstrap-wrapper .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-wrapper .pl-sm-5, .bootstrap-wrapper .px-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-wrapper .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-wrapper .mt-sm-n1, .bootstrap-wrapper .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-wrapper .mr-sm-n1, .bootstrap-wrapper .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-wrapper .mb-sm-n1, .bootstrap-wrapper .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-wrapper .ml-sm-n1, .bootstrap-wrapper .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-wrapper .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-wrapper .mt-sm-n2, .bootstrap-wrapper .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-wrapper .mr-sm-n2, .bootstrap-wrapper .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-wrapper .mb-sm-n2, .bootstrap-wrapper .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-wrapper .ml-sm-n2, .bootstrap-wrapper .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-wrapper .m-sm-n3 {
    margin: -1rem !important;
  }
  .bootstrap-wrapper .mt-sm-n3, .bootstrap-wrapper .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-wrapper .mr-sm-n3, .bootstrap-wrapper .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-wrapper .mb-sm-n3, .bootstrap-wrapper .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-wrapper .ml-sm-n3, .bootstrap-wrapper .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-wrapper .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-wrapper .mt-sm-n4, .bootstrap-wrapper .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-wrapper .mr-sm-n4, .bootstrap-wrapper .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-wrapper .mb-sm-n4, .bootstrap-wrapper .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-wrapper .ml-sm-n4, .bootstrap-wrapper .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-wrapper .m-sm-n5 {
    margin: -3rem !important;
  }
  .bootstrap-wrapper .mt-sm-n5, .bootstrap-wrapper .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-wrapper .mr-sm-n5, .bootstrap-wrapper .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-wrapper .mb-sm-n5, .bootstrap-wrapper .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-wrapper .ml-sm-n5, .bootstrap-wrapper .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-wrapper .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap-wrapper .mt-sm-auto, .bootstrap-wrapper .my-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap-wrapper .mr-sm-auto, .bootstrap-wrapper .mx-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap-wrapper .mb-sm-auto, .bootstrap-wrapper .my-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-wrapper .ml-sm-auto, .bootstrap-wrapper .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap-wrapper .mt-md-0, .bootstrap-wrapper .my-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap-wrapper .mr-md-0, .bootstrap-wrapper .mx-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap-wrapper .mb-md-0, .bootstrap-wrapper .my-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-wrapper .ml-md-0, .bootstrap-wrapper .mx-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap-wrapper .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-wrapper .mt-md-1, .bootstrap-wrapper .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-wrapper .mr-md-1, .bootstrap-wrapper .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-wrapper .mb-md-1, .bootstrap-wrapper .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-wrapper .ml-md-1, .bootstrap-wrapper .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-wrapper .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-wrapper .mt-md-2, .bootstrap-wrapper .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-wrapper .mr-md-2, .bootstrap-wrapper .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-wrapper .mb-md-2, .bootstrap-wrapper .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-wrapper .ml-md-2, .bootstrap-wrapper .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-wrapper .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap-wrapper .mt-md-3, .bootstrap-wrapper .my-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-wrapper .mr-md-3, .bootstrap-wrapper .mx-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-wrapper .mb-md-3, .bootstrap-wrapper .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-wrapper .ml-md-3, .bootstrap-wrapper .mx-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-wrapper .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-wrapper .mt-md-4, .bootstrap-wrapper .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-wrapper .mr-md-4, .bootstrap-wrapper .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-wrapper .mb-md-4, .bootstrap-wrapper .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-wrapper .ml-md-4, .bootstrap-wrapper .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-wrapper .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap-wrapper .mt-md-5, .bootstrap-wrapper .my-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-wrapper .mr-md-5, .bootstrap-wrapper .mx-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-wrapper .mb-md-5, .bootstrap-wrapper .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-wrapper .ml-md-5, .bootstrap-wrapper .mx-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-wrapper .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap-wrapper .pt-md-0, .bootstrap-wrapper .py-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap-wrapper .pr-md-0, .bootstrap-wrapper .px-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap-wrapper .pb-md-0, .bootstrap-wrapper .py-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-wrapper .pl-md-0, .bootstrap-wrapper .px-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap-wrapper .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-wrapper .pt-md-1, .bootstrap-wrapper .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-wrapper .pr-md-1, .bootstrap-wrapper .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-wrapper .pb-md-1, .bootstrap-wrapper .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-wrapper .pl-md-1, .bootstrap-wrapper .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-wrapper .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-wrapper .pt-md-2, .bootstrap-wrapper .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-wrapper .pr-md-2, .bootstrap-wrapper .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-wrapper .pb-md-2, .bootstrap-wrapper .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-wrapper .pl-md-2, .bootstrap-wrapper .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-wrapper .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap-wrapper .pt-md-3, .bootstrap-wrapper .py-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-wrapper .pr-md-3, .bootstrap-wrapper .px-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-wrapper .pb-md-3, .bootstrap-wrapper .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-wrapper .pl-md-3, .bootstrap-wrapper .px-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-wrapper .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-wrapper .pt-md-4, .bootstrap-wrapper .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-wrapper .pr-md-4, .bootstrap-wrapper .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-wrapper .pb-md-4, .bootstrap-wrapper .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-wrapper .pl-md-4, .bootstrap-wrapper .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-wrapper .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap-wrapper .pt-md-5, .bootstrap-wrapper .py-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-wrapper .pr-md-5, .bootstrap-wrapper .px-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-wrapper .pb-md-5, .bootstrap-wrapper .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-wrapper .pl-md-5, .bootstrap-wrapper .px-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-wrapper .m-md-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-wrapper .mt-md-n1, .bootstrap-wrapper .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-wrapper .mr-md-n1, .bootstrap-wrapper .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-wrapper .mb-md-n1, .bootstrap-wrapper .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-wrapper .ml-md-n1, .bootstrap-wrapper .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-wrapper .m-md-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-wrapper .mt-md-n2, .bootstrap-wrapper .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-wrapper .mr-md-n2, .bootstrap-wrapper .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-wrapper .mb-md-n2, .bootstrap-wrapper .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-wrapper .ml-md-n2, .bootstrap-wrapper .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-wrapper .m-md-n3 {
    margin: -1rem !important;
  }
  .bootstrap-wrapper .mt-md-n3, .bootstrap-wrapper .my-md-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-wrapper .mr-md-n3, .bootstrap-wrapper .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-wrapper .mb-md-n3, .bootstrap-wrapper .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-wrapper .ml-md-n3, .bootstrap-wrapper .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-wrapper .m-md-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-wrapper .mt-md-n4, .bootstrap-wrapper .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-wrapper .mr-md-n4, .bootstrap-wrapper .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-wrapper .mb-md-n4, .bootstrap-wrapper .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-wrapper .ml-md-n4, .bootstrap-wrapper .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-wrapper .m-md-n5 {
    margin: -3rem !important;
  }
  .bootstrap-wrapper .mt-md-n5, .bootstrap-wrapper .my-md-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-wrapper .mr-md-n5, .bootstrap-wrapper .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-wrapper .mb-md-n5, .bootstrap-wrapper .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-wrapper .ml-md-n5, .bootstrap-wrapper .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-wrapper .m-md-auto {
    margin: auto !important;
  }
  .bootstrap-wrapper .mt-md-auto, .bootstrap-wrapper .my-md-auto {
    margin-top: auto !important;
  }
  .bootstrap-wrapper .mr-md-auto, .bootstrap-wrapper .mx-md-auto {
    margin-right: auto !important;
  }
  .bootstrap-wrapper .mb-md-auto, .bootstrap-wrapper .my-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-wrapper .ml-md-auto, .bootstrap-wrapper .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap-wrapper .mt-lg-0, .bootstrap-wrapper .my-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap-wrapper .mr-lg-0, .bootstrap-wrapper .mx-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap-wrapper .mb-lg-0, .bootstrap-wrapper .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-wrapper .ml-lg-0, .bootstrap-wrapper .mx-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap-wrapper .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-wrapper .mt-lg-1, .bootstrap-wrapper .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-wrapper .mr-lg-1, .bootstrap-wrapper .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-wrapper .mb-lg-1, .bootstrap-wrapper .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-wrapper .ml-lg-1, .bootstrap-wrapper .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-wrapper .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-wrapper .mt-lg-2, .bootstrap-wrapper .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-wrapper .mr-lg-2, .bootstrap-wrapper .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-wrapper .mb-lg-2, .bootstrap-wrapper .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-wrapper .ml-lg-2, .bootstrap-wrapper .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-wrapper .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap-wrapper .mt-lg-3, .bootstrap-wrapper .my-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-wrapper .mr-lg-3, .bootstrap-wrapper .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-wrapper .mb-lg-3, .bootstrap-wrapper .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-wrapper .ml-lg-3, .bootstrap-wrapper .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-wrapper .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-wrapper .mt-lg-4, .bootstrap-wrapper .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-wrapper .mr-lg-4, .bootstrap-wrapper .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-wrapper .mb-lg-4, .bootstrap-wrapper .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-wrapper .ml-lg-4, .bootstrap-wrapper .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-wrapper .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap-wrapper .mt-lg-5, .bootstrap-wrapper .my-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-wrapper .mr-lg-5, .bootstrap-wrapper .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-wrapper .mb-lg-5, .bootstrap-wrapper .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-wrapper .ml-lg-5, .bootstrap-wrapper .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-wrapper .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap-wrapper .pt-lg-0, .bootstrap-wrapper .py-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap-wrapper .pr-lg-0, .bootstrap-wrapper .px-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap-wrapper .pb-lg-0, .bootstrap-wrapper .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-wrapper .pl-lg-0, .bootstrap-wrapper .px-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap-wrapper .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-wrapper .pt-lg-1, .bootstrap-wrapper .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-wrapper .pr-lg-1, .bootstrap-wrapper .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-wrapper .pb-lg-1, .bootstrap-wrapper .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-wrapper .pl-lg-1, .bootstrap-wrapper .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-wrapper .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-wrapper .pt-lg-2, .bootstrap-wrapper .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-wrapper .pr-lg-2, .bootstrap-wrapper .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-wrapper .pb-lg-2, .bootstrap-wrapper .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-wrapper .pl-lg-2, .bootstrap-wrapper .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-wrapper .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap-wrapper .pt-lg-3, .bootstrap-wrapper .py-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-wrapper .pr-lg-3, .bootstrap-wrapper .px-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-wrapper .pb-lg-3, .bootstrap-wrapper .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-wrapper .pl-lg-3, .bootstrap-wrapper .px-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-wrapper .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-wrapper .pt-lg-4, .bootstrap-wrapper .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-wrapper .pr-lg-4, .bootstrap-wrapper .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-wrapper .pb-lg-4, .bootstrap-wrapper .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-wrapper .pl-lg-4, .bootstrap-wrapper .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-wrapper .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap-wrapper .pt-lg-5, .bootstrap-wrapper .py-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-wrapper .pr-lg-5, .bootstrap-wrapper .px-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-wrapper .pb-lg-5, .bootstrap-wrapper .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-wrapper .pl-lg-5, .bootstrap-wrapper .px-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-wrapper .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-wrapper .mt-lg-n1, .bootstrap-wrapper .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-wrapper .mr-lg-n1, .bootstrap-wrapper .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-wrapper .mb-lg-n1, .bootstrap-wrapper .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-wrapper .ml-lg-n1, .bootstrap-wrapper .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-wrapper .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-wrapper .mt-lg-n2, .bootstrap-wrapper .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-wrapper .mr-lg-n2, .bootstrap-wrapper .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-wrapper .mb-lg-n2, .bootstrap-wrapper .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-wrapper .ml-lg-n2, .bootstrap-wrapper .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-wrapper .m-lg-n3 {
    margin: -1rem !important;
  }
  .bootstrap-wrapper .mt-lg-n3, .bootstrap-wrapper .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-wrapper .mr-lg-n3, .bootstrap-wrapper .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-wrapper .mb-lg-n3, .bootstrap-wrapper .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-wrapper .ml-lg-n3, .bootstrap-wrapper .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-wrapper .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-wrapper .mt-lg-n4, .bootstrap-wrapper .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-wrapper .mr-lg-n4, .bootstrap-wrapper .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-wrapper .mb-lg-n4, .bootstrap-wrapper .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-wrapper .ml-lg-n4, .bootstrap-wrapper .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-wrapper .m-lg-n5 {
    margin: -3rem !important;
  }
  .bootstrap-wrapper .mt-lg-n5, .bootstrap-wrapper .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-wrapper .mr-lg-n5, .bootstrap-wrapper .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-wrapper .mb-lg-n5, .bootstrap-wrapper .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-wrapper .ml-lg-n5, .bootstrap-wrapper .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-wrapper .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap-wrapper .mt-lg-auto, .bootstrap-wrapper .my-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap-wrapper .mr-lg-auto, .bootstrap-wrapper .mx-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap-wrapper .mb-lg-auto, .bootstrap-wrapper .my-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-wrapper .ml-lg-auto, .bootstrap-wrapper .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap-wrapper .mt-xl-0, .bootstrap-wrapper .my-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap-wrapper .mr-xl-0, .bootstrap-wrapper .mx-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap-wrapper .mb-xl-0, .bootstrap-wrapper .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-wrapper .ml-xl-0, .bootstrap-wrapper .mx-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap-wrapper .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-wrapper .mt-xl-1, .bootstrap-wrapper .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-wrapper .mr-xl-1, .bootstrap-wrapper .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-wrapper .mb-xl-1, .bootstrap-wrapper .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-wrapper .ml-xl-1, .bootstrap-wrapper .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-wrapper .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-wrapper .mt-xl-2, .bootstrap-wrapper .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-wrapper .mr-xl-2, .bootstrap-wrapper .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-wrapper .mb-xl-2, .bootstrap-wrapper .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-wrapper .ml-xl-2, .bootstrap-wrapper .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-wrapper .m-xl-3 {
    margin: 1rem !important;
  }
  .bootstrap-wrapper .mt-xl-3, .bootstrap-wrapper .my-xl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-wrapper .mr-xl-3, .bootstrap-wrapper .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-wrapper .mb-xl-3, .bootstrap-wrapper .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-wrapper .ml-xl-3, .bootstrap-wrapper .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-wrapper .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-wrapper .mt-xl-4, .bootstrap-wrapper .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-wrapper .mr-xl-4, .bootstrap-wrapper .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-wrapper .mb-xl-4, .bootstrap-wrapper .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-wrapper .ml-xl-4, .bootstrap-wrapper .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-wrapper .m-xl-5 {
    margin: 3rem !important;
  }
  .bootstrap-wrapper .mt-xl-5, .bootstrap-wrapper .my-xl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-wrapper .mr-xl-5, .bootstrap-wrapper .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-wrapper .mb-xl-5, .bootstrap-wrapper .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-wrapper .ml-xl-5, .bootstrap-wrapper .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-wrapper .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap-wrapper .pt-xl-0, .bootstrap-wrapper .py-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap-wrapper .pr-xl-0, .bootstrap-wrapper .px-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap-wrapper .pb-xl-0, .bootstrap-wrapper .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-wrapper .pl-xl-0, .bootstrap-wrapper .px-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap-wrapper .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-wrapper .pt-xl-1, .bootstrap-wrapper .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-wrapper .pr-xl-1, .bootstrap-wrapper .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-wrapper .pb-xl-1, .bootstrap-wrapper .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-wrapper .pl-xl-1, .bootstrap-wrapper .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-wrapper .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-wrapper .pt-xl-2, .bootstrap-wrapper .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-wrapper .pr-xl-2, .bootstrap-wrapper .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-wrapper .pb-xl-2, .bootstrap-wrapper .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-wrapper .pl-xl-2, .bootstrap-wrapper .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-wrapper .p-xl-3 {
    padding: 1rem !important;
  }
  .bootstrap-wrapper .pt-xl-3, .bootstrap-wrapper .py-xl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-wrapper .pr-xl-3, .bootstrap-wrapper .px-xl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-wrapper .pb-xl-3, .bootstrap-wrapper .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-wrapper .pl-xl-3, .bootstrap-wrapper .px-xl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-wrapper .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-wrapper .pt-xl-4, .bootstrap-wrapper .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-wrapper .pr-xl-4, .bootstrap-wrapper .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-wrapper .pb-xl-4, .bootstrap-wrapper .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-wrapper .pl-xl-4, .bootstrap-wrapper .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-wrapper .p-xl-5 {
    padding: 3rem !important;
  }
  .bootstrap-wrapper .pt-xl-5, .bootstrap-wrapper .py-xl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-wrapper .pr-xl-5, .bootstrap-wrapper .px-xl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-wrapper .pb-xl-5, .bootstrap-wrapper .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-wrapper .pl-xl-5, .bootstrap-wrapper .px-xl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-wrapper .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-wrapper .mt-xl-n1, .bootstrap-wrapper .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-wrapper .mr-xl-n1, .bootstrap-wrapper .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-wrapper .mb-xl-n1, .bootstrap-wrapper .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-wrapper .ml-xl-n1, .bootstrap-wrapper .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-wrapper .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-wrapper .mt-xl-n2, .bootstrap-wrapper .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-wrapper .mr-xl-n2, .bootstrap-wrapper .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-wrapper .mb-xl-n2, .bootstrap-wrapper .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-wrapper .ml-xl-n2, .bootstrap-wrapper .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-wrapper .m-xl-n3 {
    margin: -1rem !important;
  }
  .bootstrap-wrapper .mt-xl-n3, .bootstrap-wrapper .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-wrapper .mr-xl-n3, .bootstrap-wrapper .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-wrapper .mb-xl-n3, .bootstrap-wrapper .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-wrapper .ml-xl-n3, .bootstrap-wrapper .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-wrapper .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-wrapper .mt-xl-n4, .bootstrap-wrapper .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-wrapper .mr-xl-n4, .bootstrap-wrapper .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-wrapper .mb-xl-n4, .bootstrap-wrapper .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-wrapper .ml-xl-n4, .bootstrap-wrapper .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-wrapper .m-xl-n5 {
    margin: -3rem !important;
  }
  .bootstrap-wrapper .mt-xl-n5, .bootstrap-wrapper .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-wrapper .mr-xl-n5, .bootstrap-wrapper .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-wrapper .mb-xl-n5, .bootstrap-wrapper .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-wrapper .ml-xl-n5, .bootstrap-wrapper .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-wrapper .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap-wrapper .mt-xl-auto, .bootstrap-wrapper .my-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap-wrapper .mr-xl-auto, .bootstrap-wrapper .mx-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap-wrapper .mb-xl-auto, .bootstrap-wrapper .my-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-wrapper .ml-xl-auto, .bootstrap-wrapper .mx-xl-auto {
    margin-left: auto !important;
  }
}
.bootstrap-wrapper .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap-wrapper .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .container {
    max-width: 1140px;
  }
}
.bootstrap-wrapper .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-wrapper .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-wrapper .no-gutters > .col, .bootstrap-wrapper .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-wrapper .col-1, .bootstrap-wrapper .col-2, .bootstrap-wrapper .col-3, .bootstrap-wrapper .col-4, .bootstrap-wrapper .col-5, .bootstrap-wrapper .col-6, .bootstrap-wrapper .col-7, .bootstrap-wrapper .col-8, .bootstrap-wrapper .col-9, .bootstrap-wrapper .col-10, .bootstrap-wrapper .col-11, .bootstrap-wrapper .col-12, .bootstrap-wrapper .col, .bootstrap-wrapper .col-auto, .bootstrap-wrapper .col-sm-1, .bootstrap-wrapper .col-sm-2, .bootstrap-wrapper .col-sm-3, .bootstrap-wrapper .col-sm-4, .bootstrap-wrapper .col-sm-5, .bootstrap-wrapper .col-sm-6, .bootstrap-wrapper .col-sm-7, .bootstrap-wrapper .col-sm-8, .bootstrap-wrapper .col-sm-9, .bootstrap-wrapper .col-sm-10, .bootstrap-wrapper .col-sm-11, .bootstrap-wrapper .col-sm-12, .bootstrap-wrapper .col-sm, .bootstrap-wrapper .col-sm-auto, .bootstrap-wrapper .col-md-1, .bootstrap-wrapper .col-md-2, .bootstrap-wrapper .col-md-3, .bootstrap-wrapper .col-md-4, .bootstrap-wrapper .col-md-5, .bootstrap-wrapper .col-md-6, .bootstrap-wrapper .col-md-7, .bootstrap-wrapper .col-md-8, .bootstrap-wrapper .col-md-9, .bootstrap-wrapper .col-md-10, .bootstrap-wrapper .col-md-11, .bootstrap-wrapper .col-md-12, .bootstrap-wrapper .col-md, .bootstrap-wrapper .col-md-auto, .bootstrap-wrapper .col-lg-1, .bootstrap-wrapper .col-lg-2, .bootstrap-wrapper .col-lg-3, .bootstrap-wrapper .col-lg-4, .bootstrap-wrapper .col-lg-5, .bootstrap-wrapper .col-lg-6, .bootstrap-wrapper .col-lg-7, .bootstrap-wrapper .col-lg-8, .bootstrap-wrapper .col-lg-9, .bootstrap-wrapper .col-lg-10, .bootstrap-wrapper .col-lg-11, .bootstrap-wrapper .col-lg-12, .bootstrap-wrapper .col-lg, .bootstrap-wrapper .col-lg-auto, .bootstrap-wrapper .col-xl-1, .bootstrap-wrapper .col-xl-2, .bootstrap-wrapper .col-xl-3, .bootstrap-wrapper .col-xl-4, .bootstrap-wrapper .col-xl-5, .bootstrap-wrapper .col-xl-6, .bootstrap-wrapper .col-xl-7, .bootstrap-wrapper .col-xl-8, .bootstrap-wrapper .col-xl-9, .bootstrap-wrapper .col-xl-10, .bootstrap-wrapper .col-xl-11, .bootstrap-wrapper .col-xl-12, .bootstrap-wrapper .col-xl, .bootstrap-wrapper .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-wrapper .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap-wrapper .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.bootstrap-wrapper .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.bootstrap-wrapper .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.bootstrap-wrapper .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap-wrapper .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.bootstrap-wrapper .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.bootstrap-wrapper .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap-wrapper .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.bootstrap-wrapper .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.bootstrap-wrapper .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap-wrapper .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.bootstrap-wrapper .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.bootstrap-wrapper .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap-wrapper .order-first {
  order: -1;
}
.bootstrap-wrapper .order-last {
  order: 13;
}
.bootstrap-wrapper .order-0 {
  order: 0;
}
.bootstrap-wrapper .order-1 {
  order: 1;
}
.bootstrap-wrapper .order-2 {
  order: 2;
}
.bootstrap-wrapper .order-3 {
  order: 3;
}
.bootstrap-wrapper .order-4 {
  order: 4;
}
.bootstrap-wrapper .order-5 {
  order: 5;
}
.bootstrap-wrapper .order-6 {
  order: 6;
}
.bootstrap-wrapper .order-7 {
  order: 7;
}
.bootstrap-wrapper .order-8 {
  order: 8;
}
.bootstrap-wrapper .order-9 {
  order: 9;
}
.bootstrap-wrapper .order-10 {
  order: 10;
}
.bootstrap-wrapper .order-11 {
  order: 11;
}
.bootstrap-wrapper .order-12 {
  order: 12;
}
.bootstrap-wrapper .offset-1 {
  margin-left: 8.3333333333%;
}
.bootstrap-wrapper .offset-2 {
  margin-left: 16.6666666667%;
}
.bootstrap-wrapper .offset-3 {
  margin-left: 25%;
}
.bootstrap-wrapper .offset-4 {
  margin-left: 33.3333333333%;
}
.bootstrap-wrapper .offset-5 {
  margin-left: 41.6666666667%;
}
.bootstrap-wrapper .offset-6 {
  margin-left: 50%;
}
.bootstrap-wrapper .offset-7 {
  margin-left: 58.3333333333%;
}
.bootstrap-wrapper .offset-8 {
  margin-left: 66.6666666667%;
}
.bootstrap-wrapper .offset-9 {
  margin-left: 75%;
}
.bootstrap-wrapper .offset-10 {
  margin-left: 83.3333333333%;
}
.bootstrap-wrapper .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .bootstrap-wrapper .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-sm-first {
    order: -1;
  }
  .bootstrap-wrapper .order-sm-last {
    order: 13;
  }
  .bootstrap-wrapper .order-sm-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-sm-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-sm-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-sm-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-sm-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-sm-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-sm-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-sm-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-sm-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-sm-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-sm-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-sm-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-sm-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-md-first {
    order: -1;
  }
  .bootstrap-wrapper .order-md-last {
    order: 13;
  }
  .bootstrap-wrapper .order-md-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-md-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-md-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-md-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-md-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-md-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-md-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-md-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-md-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-md-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-md-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-md-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-md-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-lg-first {
    order: -1;
  }
  .bootstrap-wrapper .order-lg-last {
    order: 13;
  }
  .bootstrap-wrapper .order-lg-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-lg-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-lg-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-lg-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-lg-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-lg-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-lg-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-lg-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-lg-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-lg-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-lg-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-lg-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-lg-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-xl-first {
    order: -1;
  }
  .bootstrap-wrapper .order-xl-last {
    order: 13;
  }
  .bootstrap-wrapper .order-xl-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-xl-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-xl-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-xl-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-xl-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-xl-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-xl-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-xl-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-xl-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-xl-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-xl-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-xl-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-xl-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.bootstrap-wrapper .img-fluid {
  max-width: 100%;
  height: auto;
}
