@media (min-width:576px) {
  .container {
      max-width: 540px;
 }
 .col-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.col-sm-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-sm-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}
.col-sm-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-sm-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-sm-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.col-sm-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}
.col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-sm-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}
.col-sm-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}
.col-sm-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-sm-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}
.col-sm-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}
.col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-sm-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-sm-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-sm-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-sm-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-sm-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-sm-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-sm-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-sm-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-sm-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-sm-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-sm-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-sm-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-sm-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-sm-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-sm-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-sm-0 {
  margin-left: 0;
}
.offset-sm-1 {
  margin-left: 8.333333%
}
.offset-sm-2 {
  margin-left: 16.666667%
}
.offset-sm-3 {
  margin-left: 25%
}
.offset-sm-4 {
  margin-left: 33.333333%
}
.offset-sm-5 {
  margin-left: 41.666667%
}
.offset-sm-6 {
  margin-left: 50%
}
.offset-sm-7 {
  margin-left: 58.333333%
}
.offset-sm-8 {
  margin-left: 66.666667%
}
.offset-sm-9 {
  margin-left: 75%
}
.offset-sm-10 {
  margin-left: 83.333333%
}
.offset-sm-11 {
  margin-left: 91.666667%
}
.form-inline label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.form-inline .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .form-control-plaintext {
  display: inline-block;
}
.form-inline .custom-select, .form-inline .input-group {
  width: auto;
}
.form-inline .form-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding-left: 0;
}
.form-inline .form-check-input {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: .25rem;
  margin-left: 0;
}
.form-inline .custom-control {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-inline .custom-control-label {
  margin-bottom: 0;
}
.dropdown-menu-sm-left {
  right: auto;
  left: 0;
}
.dropdown-menu-sm-right {
  right: 0;
  left: auto;
}
.navbar-expand-sm {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
  display: none;
}
.card-deck {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.card-deck .card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
}
.card-group {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.card-group>.card {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-bottom: 0;
}
.card-group>.card+.card {
  margin-left: 0;
  border-left: 0;
}
.card-group>.card:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
  border-top-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0;
}
.card-group>.card:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
  border-top-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius: 0;
}
.card-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
.card-columns .card {
  display: inline-block;
  width: 100%
}
.jumbotron {
  padding: 4rem 2rem;
}
.list-group-horizontal-sm {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal-sm .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal-sm .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal-sm .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
.modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
  height: calc(100vh - 3.5rem);
}
.modal-sm {
  max-width: 300px;
}
.d-sm-none {
  display: none!important;
}
.d-sm-inline {
  display: inline!important;
}
.d-sm-inline-block {
  display: inline-block!important;
}
.d-sm-block {
  display: block!important;
}
.d-sm-table {
  display: table!important;
}
.d-sm-table-row {
  display: table-row!important;
}
.d-sm-table-cell {
  display: table-cell!important;
}
.d-sm-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.d-sm-inline-flex {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
}
.flex-sm-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-sm-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-sm-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
.flex-sm-column-reverse {
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important;
}
.flex-sm-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
.flex-sm-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important;
}
.flex-sm-wrap-reverse {
  -ms-flex-wrap: wrap-reverse!important;
  flex-wrap: wrap-reverse!important;
}
.flex-sm-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}
.flex-sm-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0!important;
}
.flex-sm-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}
.flex-sm-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important;
}
.flex-sm-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important;
}
.justify-content-sm-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}
.justify-content-sm-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.justify-content-sm-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-sm-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.justify-content-sm-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}
.align-items-sm-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
.align-items-sm-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
.align-items-sm-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-sm-baseline {
  -ms-flex-align: baseline!important;
  align-items: baseline!important;
}
.align-items-sm-stretch {
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
.align-content-sm-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important;
}
.align-content-sm-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important;
}
.align-content-sm-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important;
}
.align-content-sm-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important;
}
.align-content-sm-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important;
}
.align-content-sm-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important;
}
.align-self-sm-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important;
}
.align-self-sm-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important;
}
.align-self-sm-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important;
}
.align-self-sm-center {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}
.align-self-sm-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important;
}
.align-self-sm-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch!important;
}
.float-sm-left {
  float: left!important;
}
.float-sm-right {
  float: right!important;
}
.float-sm-none {
  float: none!important;
}
.m-sm-0 {
  margin: 0!important;
}
.mt-sm-0, .my-sm-0 {
  margin-top: 0!important;
}
.mr-sm-0, .mx-sm-0 {
  margin-right: 0!important;
}
.mb-sm-0, .my-sm-0 {
  margin-bottom: 0!important;
}
.ml-sm-0, .mx-sm-0 {
  margin-left: 0!important;
}
.m-sm-1 {
  margin: .25rem!important;
}
.mt-sm-1, .my-sm-1 {
  margin-top: .25rem!important;
}
.mr-sm-1, .mx-sm-1 {
  margin-right: .25rem!important;
}
.mb-sm-1, .my-sm-1 {
  margin-bottom: .25rem!important;
}
.ml-sm-1, .mx-sm-1 {
  margin-left: .25rem!important;
}
.m-sm-2 {
  margin: .5rem!important;
}
.mt-sm-2, .my-sm-2 {
  margin-top: .5rem!important;
}
.mr-sm-2, .mx-sm-2 {
  margin-right: .5rem!important;
}
.mb-sm-2, .my-sm-2 {
  margin-bottom: .5rem!important;
}
.ml-sm-2, .mx-sm-2 {
  margin-left: .5rem!important;
}
.m-sm-3 {
  margin: 1rem!important;
}
.mt-sm-3, .my-sm-3 {
  margin-top: 1rem!important;
}
.mr-sm-3, .mx-sm-3 {
  margin-right: 1rem!important;
}
.mb-sm-3, .my-sm-3 {
  margin-bottom: 1rem!important;
}
.ml-sm-3, .mx-sm-3 {
  margin-left: 1rem!important;
}
.m-sm-4 {
  margin: 1.5rem!important;
}
.mt-sm-4, .my-sm-4 {
  margin-top: 1.5rem!important;
}
.mr-sm-4, .mx-sm-4 {
  margin-right: 1.5rem!important;
}
.mb-sm-4, .my-sm-4 {
  margin-bottom: 1.5rem!important;
}
.ml-sm-4, .mx-sm-4 {
  margin-left: 1.5rem!important;
}
.m-sm-5 {
  margin: 3rem!important;
}
.mt-sm-5, .my-sm-5 {
  margin-top: 3rem!important;
}
.mr-sm-5, .mx-sm-5 {
  margin-right: 3rem!important;
}
.mb-sm-5, .my-sm-5 {
  margin-bottom: 3rem!important;
}
.ml-sm-5, .mx-sm-5 {
  margin-left: 3rem!important;
}
.p-sm-0 {
  padding: 0!important;
}
.pt-sm-0, .py-sm-0 {
  padding-top: 0!important;
}
.pr-sm-0, .px-sm-0 {
  padding-right: 0!important;
}
.pb-sm-0, .py-sm-0 {
  padding-bottom: 0!important;
}
.pl-sm-0, .px-sm-0 {
  padding-left: 0!important;
}
.p-sm-1 {
  padding: .25rem!important;
}
.pt-sm-1, .py-sm-1 {
  padding-top: .25rem!important;
}
.pr-sm-1, .px-sm-1 {
  padding-right: .25rem!important;
}
.pb-sm-1, .py-sm-1 {
  padding-bottom: .25rem!important;
}
.pl-sm-1, .px-sm-1 {
  padding-left: .25rem!important;
}
.p-sm-2 {
  padding: .5rem!important;
}
.pt-sm-2, .py-sm-2 {
  padding-top: .5rem!important;
}
.pr-sm-2, .px-sm-2 {
  padding-right: .5rem!important;
}
.pb-sm-2, .py-sm-2 {
  padding-bottom: .5rem!important;
}
.pl-sm-2, .px-sm-2 {
  padding-left: .5rem!important;
}
.p-sm-3 {
  padding: 1rem!important;
}
.pt-sm-3, .py-sm-3 {
  padding-top: 1rem!important;
}
.pr-sm-3, .px-sm-3 {
  padding-right: 1rem!important;
}
.pb-sm-3, .py-sm-3 {
  padding-bottom: 1rem!important;
}
.pl-sm-3, .px-sm-3 {
  padding-left: 1rem!important;
}
.p-sm-4 {
  padding: 1.5rem!important;
}
.pt-sm-4, .py-sm-4 {
  padding-top: 1.5rem!important;
}
.pr-sm-4, .px-sm-4 {
  padding-right: 1.5rem!important;
}
.pb-sm-4, .py-sm-4 {
  padding-bottom: 1.5rem!important;
}
.pl-sm-4, .px-sm-4 {
  padding-left: 1.5rem!important;
}
.p-sm-5 {
  padding: 3rem!important;
}
.pt-sm-5, .py-sm-5 {
  padding-top: 3rem!important;
}
.pr-sm-5, .px-sm-5 {
  padding-right: 3rem!important;
}
.pb-sm-5, .py-sm-5 {
  padding-bottom: 3rem!important;
}
.pl-sm-5, .px-sm-5 {
  padding-left: 3rem!important;
}
.m-sm-n1 {
  margin: -.25rem!important;
}
.mt-sm-n1, .my-sm-n1 {
  margin-top: -.25rem!important;
}
.mr-sm-n1, .mx-sm-n1 {
  margin-right: -.25rem!important;
}
.mb-sm-n1, .my-sm-n1 {
  margin-bottom: -.25rem!important;
}
.ml-sm-n1, .mx-sm-n1 {
  margin-left: -.25rem!important;
}
.m-sm-n2 {
  margin: -.5rem!important;
}
.mt-sm-n2, .my-sm-n2 {
  margin-top: -.5rem!important;
}
.mr-sm-n2, .mx-sm-n2 {
  margin-right: -.5rem!important;
}
.mb-sm-n2, .my-sm-n2 {
  margin-bottom: -.5rem!important;
}
.ml-sm-n2, .mx-sm-n2 {
  margin-left: -.5rem!important;
}
.m-sm-n3 {
  margin: -1rem!important;
}
.mt-sm-n3, .my-sm-n3 {
  margin-top: -1rem!important;
}
.mr-sm-n3, .mx-sm-n3 {
  margin-right: -1rem!important;
}
.mb-sm-n3, .my-sm-n3 {
  margin-bottom: -1rem!important;
}
.ml-sm-n3, .mx-sm-n3 {
  margin-left: -1rem!important;
}
.m-sm-n4 {
  margin: -1.5rem!important;
}
.mt-sm-n4, .my-sm-n4 {
  margin-top: -1.5rem!important;
}
.mr-sm-n4, .mx-sm-n4 {
  margin-right: -1.5rem!important;
}
.mb-sm-n4, .my-sm-n4 {
  margin-bottom: -1.5rem!important;
}
.ml-sm-n4, .mx-sm-n4 {
  margin-left: -1.5rem!important;
}
.m-sm-n5 {
  margin: -3rem!important;
}
.mt-sm-n5, .my-sm-n5 {
  margin-top: -3rem!important;
}
.mr-sm-n5, .mx-sm-n5 {
  margin-right: -3rem!important;
}
.mb-sm-n5, .my-sm-n5 {
  margin-bottom: -3rem!important;
}
.ml-sm-n5, .mx-sm-n5 {
  margin-left: -3rem!important;
}
.m-sm-auto {
  margin: auto!important;
}
.mt-sm-auto, .my-sm-auto {
  margin-top: auto!important;
}
.mr-sm-auto, .mx-sm-auto {
  margin-right: auto!important;
}
.mb-sm-auto, .my-sm-auto {
  margin-bottom: auto!important;
}
.ml-sm-auto, .mx-sm-auto {
  margin-left: auto!important;
}
.text-sm-left {
  text-align: left!important;
}
.text-sm-right {
  text-align: right!important;
}
.text-sm-center {
  text-align: center!important;
}
}

@media (max-width:575.98px) {
  .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
 }
  .table-responsive-sm>.table-bordered {
      border: 0;
 }
 .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
}