/*!
 * 
 * trithorExtra
 * 
 * @author 
 * @version 0.1.0
 * @link UNLICENSED
 * @license UNLICENSED
 * 
 * Copyright (c) 2020 
 * 
 * This software is released under the UNLICENSED License
 * https://opensource.org/licenses/UNLICENSED
 * 
 * Compiled with the help of https://wpack.io
 * A zero setup Webpack Bundler Script for WordPress
 */
*,  *::before,  *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],  abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,  ul,  dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,  ul ul,  ol ul,  ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,  strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #6560e0;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #2e28cc;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,  code,  kbd,  samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,  input {
  overflow: visible;
}

button,  select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),  [type="button"]:not(:disabled),  [type="reset"]:not(:disabled),  [type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type="date"],  input[type="time"],  input[type="datetime-local"],  input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,  .tbm-h1, .tbm-h2, .tbm-h3, .tbm-h4, .tbm-h5, .tbm-h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .tbm-h1 {
  font-size: 2.5rem;
}

h2, .tbm-h2 {
  font-size: 2rem;
}

h3, .tbm-h3 {
  font-size: 1.75rem;
}

h4, .tbm-h4 {
  font-size: 1.5rem;
}

h5, .tbm-h5 {
  font-size: 1.25rem;
}

h6, .tbm-h6 {
  font-size: 1rem;
}

.tbm-lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.tbm-display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.tbm-display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.tbm-display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.tbm-display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,  .tbm-small {
  font-size: 80%;
  font-weight: 400;
}

mark,  .tbm-mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.tbm-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.tbm-list-inline {
  padding-left: 0;
  list-style: none;
}

.tbm-list-inline-item {
  display: inline-block;
}

.tbm-list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.tbm-initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.tbm-blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.tbm-blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.tbm-blockquote-footer::before {
  content: "\2014\00A0";
}

.tbm-img-fluid {
  max-width: 100%;
  height: auto;
}

.tbm-img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.tbm-figure {
  display: inline-block;
}

.tbm-figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.tbm-figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.tbm-pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.tbm-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .tbm-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .tbm-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .tbm-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .tbm-container {
    max-width: 1140px;
  }
}

.tbm-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.tbm-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.tbm-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.tbm-no-gutters > .tbm-col,  .tbm-no-gutters > [class*="tbm-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.tbm-col-1, .tbm-col-2, .tbm-col-3, .tbm-col-4, .tbm-col-5, .tbm-col-6, .tbm-col-7, .tbm-col-8, .tbm-col-9, .tbm-col-10, .tbm-col-11, .tbm-col-12, .tbm-col,  .tbm-col-auto, .tbm-col-sm-1, .tbm-col-sm-2, .tbm-col-sm-3, .tbm-col-sm-4, .tbm-col-sm-5, .tbm-col-sm-6, .tbm-col-sm-7, .tbm-col-sm-8, .tbm-col-sm-9, .tbm-col-sm-10, .tbm-col-sm-11, .tbm-col-sm-12, .tbm-col-sm,  .tbm-col-sm-auto, .tbm-col-md-1, .tbm-col-md-2, .tbm-col-md-3, .tbm-col-md-4, .tbm-col-md-5, .tbm-col-md-6, .tbm-col-md-7, .tbm-col-md-8, .tbm-col-md-9, .tbm-col-md-10, .tbm-col-md-11, .tbm-col-md-12, .tbm-col-md,  .tbm-col-md-auto, .tbm-col-lg-1, .tbm-col-lg-2, .tbm-col-lg-3, .tbm-col-lg-4, .tbm-col-lg-5, .tbm-col-lg-6, .tbm-col-lg-7, .tbm-col-lg-8, .tbm-col-lg-9, .tbm-col-lg-10, .tbm-col-lg-11, .tbm-col-lg-12, .tbm-col-lg,  .tbm-col-lg-auto, .tbm-col-xl-1, .tbm-col-xl-2, .tbm-col-xl-3, .tbm-col-xl-4, .tbm-col-xl-5, .tbm-col-xl-6, .tbm-col-xl-7, .tbm-col-xl-8, .tbm-col-xl-9, .tbm-col-xl-10, .tbm-col-xl-11, .tbm-col-xl-12, .tbm-col-xl,  .tbm-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.tbm-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.tbm-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.tbm-col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.tbm-col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.tbm-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.tbm-col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.tbm-col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.tbm-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.tbm-col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.tbm-col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.tbm-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.tbm-col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.tbm-col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.tbm-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.tbm-order-first {
  order: -1;
}

.tbm-order-last {
  order: 13;
}

.tbm-order-0 {
  order: 0;
}

.tbm-order-1 {
  order: 1;
}

.tbm-order-2 {
  order: 2;
}

.tbm-order-3 {
  order: 3;
}

.tbm-order-4 {
  order: 4;
}

.tbm-order-5 {
  order: 5;
}

.tbm-order-6 {
  order: 6;
}

.tbm-order-7 {
  order: 7;
}

.tbm-order-8 {
  order: 8;
}

.tbm-order-9 {
  order: 9;
}

.tbm-order-10 {
  order: 10;
}

.tbm-order-11 {
  order: 11;
}

.tbm-order-12 {
  order: 12;
}

.tbm-offset-1 {
  margin-left: 8.33333%;
}

.tbm-offset-2 {
  margin-left: 16.66667%;
}

.tbm-offset-3 {
  margin-left: 25%;
}

.tbm-offset-4 {
  margin-left: 33.33333%;
}

.tbm-offset-5 {
  margin-left: 41.66667%;
}

.tbm-offset-6 {
  margin-left: 50%;
}

.tbm-offset-7 {
  margin-left: 58.33333%;
}

.tbm-offset-8 {
  margin-left: 66.66667%;
}

.tbm-offset-9 {
  margin-left: 75%;
}

.tbm-offset-10 {
  margin-left: 83.33333%;
}

.tbm-offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .tbm-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tbm-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .tbm-col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .tbm-col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .tbm-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tbm-col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tbm-col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .tbm-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tbm-col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .tbm-col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tbm-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tbm-col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .tbm-col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .tbm-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tbm-order-sm-first {
    order: -1;
  }
  .tbm-order-sm-last {
    order: 13;
  }
  .tbm-order-sm-0 {
    order: 0;
  }
  .tbm-order-sm-1 {
    order: 1;
  }
  .tbm-order-sm-2 {
    order: 2;
  }
  .tbm-order-sm-3 {
    order: 3;
  }
  .tbm-order-sm-4 {
    order: 4;
  }
  .tbm-order-sm-5 {
    order: 5;
  }
  .tbm-order-sm-6 {
    order: 6;
  }
  .tbm-order-sm-7 {
    order: 7;
  }
  .tbm-order-sm-8 {
    order: 8;
  }
  .tbm-order-sm-9 {
    order: 9;
  }
  .tbm-order-sm-10 {
    order: 10;
  }
  .tbm-order-sm-11 {
    order: 11;
  }
  .tbm-order-sm-12 {
    order: 12;
  }
  .tbm-offset-sm-0 {
    margin-left: 0;
  }
  .tbm-offset-sm-1 {
    margin-left: 8.33333%;
  }
  .tbm-offset-sm-2 {
    margin-left: 16.66667%;
  }
  .tbm-offset-sm-3 {
    margin-left: 25%;
  }
  .tbm-offset-sm-4 {
    margin-left: 33.33333%;
  }
  .tbm-offset-sm-5 {
    margin-left: 41.66667%;
  }
  .tbm-offset-sm-6 {
    margin-left: 50%;
  }
  .tbm-offset-sm-7 {
    margin-left: 58.33333%;
  }
  .tbm-offset-sm-8 {
    margin-left: 66.66667%;
  }
  .tbm-offset-sm-9 {
    margin-left: 75%;
  }
  .tbm-offset-sm-10 {
    margin-left: 83.33333%;
  }
  .tbm-offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .tbm-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tbm-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .tbm-col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .tbm-col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .tbm-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tbm-col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tbm-col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .tbm-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tbm-col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .tbm-col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tbm-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tbm-col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .tbm-col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .tbm-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tbm-order-md-first {
    order: -1;
  }
  .tbm-order-md-last {
    order: 13;
  }
  .tbm-order-md-0 {
    order: 0;
  }
  .tbm-order-md-1 {
    order: 1;
  }
  .tbm-order-md-2 {
    order: 2;
  }
  .tbm-order-md-3 {
    order: 3;
  }
  .tbm-order-md-4 {
    order: 4;
  }
  .tbm-order-md-5 {
    order: 5;
  }
  .tbm-order-md-6 {
    order: 6;
  }
  .tbm-order-md-7 {
    order: 7;
  }
  .tbm-order-md-8 {
    order: 8;
  }
  .tbm-order-md-9 {
    order: 9;
  }
  .tbm-order-md-10 {
    order: 10;
  }
  .tbm-order-md-11 {
    order: 11;
  }
  .tbm-order-md-12 {
    order: 12;
  }
  .tbm-offset-md-0 {
    margin-left: 0;
  }
  .tbm-offset-md-1 {
    margin-left: 8.33333%;
  }
  .tbm-offset-md-2 {
    margin-left: 16.66667%;
  }
  .tbm-offset-md-3 {
    margin-left: 25%;
  }
  .tbm-offset-md-4 {
    margin-left: 33.33333%;
  }
  .tbm-offset-md-5 {
    margin-left: 41.66667%;
  }
  .tbm-offset-md-6 {
    margin-left: 50%;
  }
  .tbm-offset-md-7 {
    margin-left: 58.33333%;
  }
  .tbm-offset-md-8 {
    margin-left: 66.66667%;
  }
  .tbm-offset-md-9 {
    margin-left: 75%;
  }
  .tbm-offset-md-10 {
    margin-left: 83.33333%;
  }
  .tbm-offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .tbm-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tbm-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .tbm-col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .tbm-col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .tbm-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tbm-col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tbm-col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .tbm-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tbm-col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .tbm-col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tbm-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tbm-col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .tbm-col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .tbm-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tbm-order-lg-first {
    order: -1;
  }
  .tbm-order-lg-last {
    order: 13;
  }
  .tbm-order-lg-0 {
    order: 0;
  }
  .tbm-order-lg-1 {
    order: 1;
  }
  .tbm-order-lg-2 {
    order: 2;
  }
  .tbm-order-lg-3 {
    order: 3;
  }
  .tbm-order-lg-4 {
    order: 4;
  }
  .tbm-order-lg-5 {
    order: 5;
  }
  .tbm-order-lg-6 {
    order: 6;
  }
  .tbm-order-lg-7 {
    order: 7;
  }
  .tbm-order-lg-8 {
    order: 8;
  }
  .tbm-order-lg-9 {
    order: 9;
  }
  .tbm-order-lg-10 {
    order: 10;
  }
  .tbm-order-lg-11 {
    order: 11;
  }
  .tbm-order-lg-12 {
    order: 12;
  }
  .tbm-offset-lg-0 {
    margin-left: 0;
  }
  .tbm-offset-lg-1 {
    margin-left: 8.33333%;
  }
  .tbm-offset-lg-2 {
    margin-left: 16.66667%;
  }
  .tbm-offset-lg-3 {
    margin-left: 25%;
  }
  .tbm-offset-lg-4 {
    margin-left: 33.33333%;
  }
  .tbm-offset-lg-5 {
    margin-left: 41.66667%;
  }
  .tbm-offset-lg-6 {
    margin-left: 50%;
  }
  .tbm-offset-lg-7 {
    margin-left: 58.33333%;
  }
  .tbm-offset-lg-8 {
    margin-left: 66.66667%;
  }
  .tbm-offset-lg-9 {
    margin-left: 75%;
  }
  .tbm-offset-lg-10 {
    margin-left: 83.33333%;
  }
  .tbm-offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .tbm-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tbm-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .tbm-col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .tbm-col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .tbm-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tbm-col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tbm-col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .tbm-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tbm-col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .tbm-col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tbm-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tbm-col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .tbm-col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .tbm-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tbm-order-xl-first {
    order: -1;
  }
  .tbm-order-xl-last {
    order: 13;
  }
  .tbm-order-xl-0 {
    order: 0;
  }
  .tbm-order-xl-1 {
    order: 1;
  }
  .tbm-order-xl-2 {
    order: 2;
  }
  .tbm-order-xl-3 {
    order: 3;
  }
  .tbm-order-xl-4 {
    order: 4;
  }
  .tbm-order-xl-5 {
    order: 5;
  }
  .tbm-order-xl-6 {
    order: 6;
  }
  .tbm-order-xl-7 {
    order: 7;
  }
  .tbm-order-xl-8 {
    order: 8;
  }
  .tbm-order-xl-9 {
    order: 9;
  }
  .tbm-order-xl-10 {
    order: 10;
  }
  .tbm-order-xl-11 {
    order: 11;
  }
  .tbm-order-xl-12 {
    order: 12;
  }
  .tbm-offset-xl-0 {
    margin-left: 0;
  }
  .tbm-offset-xl-1 {
    margin-left: 8.33333%;
  }
  .tbm-offset-xl-2 {
    margin-left: 16.66667%;
  }
  .tbm-offset-xl-3 {
    margin-left: 25%;
  }
  .tbm-offset-xl-4 {
    margin-left: 33.33333%;
  }
  .tbm-offset-xl-5 {
    margin-left: 41.66667%;
  }
  .tbm-offset-xl-6 {
    margin-left: 50%;
  }
  .tbm-offset-xl-7 {
    margin-left: 58.33333%;
  }
  .tbm-offset-xl-8 {
    margin-left: 66.66667%;
  }
  .tbm-offset-xl-9 {
    margin-left: 75%;
  }
  .tbm-offset-xl-10 {
    margin-left: 83.33333%;
  }
  .tbm-offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.tbm-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.tbm-table th,  .tbm-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.tbm-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.tbm-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.tbm-table-sm th,  .tbm-table-sm td {
  padding: 0.3rem;
}

.tbm-table-bordered {
  border: 1px solid #dee2e6;
}

.tbm-table-bordered th,  .tbm-table-bordered td {
  border: 1px solid #dee2e6;
}

.tbm-table-bordered thead th,  .tbm-table-bordered thead td {
  border-bottom-width: 2px;
}

.tbm-table-borderless th,  .tbm-table-borderless td,  .tbm-table-borderless thead th,  .tbm-table-borderless tbody + tbody {
  border: 0;
}

.tbm-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.tbm-table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.tbm-table-primary,  .tbm-table-primary > th,  .tbm-table-primary > td {
  background-color: #d4d2f6;
}

.tbm-table-primary th,  .tbm-table-primary td,  .tbm-table-primary thead th,  .tbm-table-primary tbody + tbody {
  border-color: #afacef;
}

.tbm-table-hover .tbm-table-primary:hover {
  background-color: #c0bdf2;
}

.tbm-table-hover .tbm-table-primary:hover > td,  .tbm-table-hover .tbm-table-primary:hover > th {
  background-color: #c0bdf2;
}

.tbm-table-secondary,  .tbm-table-secondary > th,  .tbm-table-secondary > td {
  background-color: #bec3cd;
}

.tbm-table-secondary th,  .tbm-table-secondary td,  .tbm-table-secondary thead th,  .tbm-table-secondary tbody + tbody {
  border-color: #868fa2;
}

.tbm-table-hover .tbm-table-secondary:hover {
  background-color: #b0b6c2;
}

.tbm-table-hover .tbm-table-secondary:hover > td,  .tbm-table-hover .tbm-table-secondary:hover > th {
  background-color: #b0b6c2;
}

.tbm-table-success,  .tbm-table-success > th,  .tbm-table-success > td {
  background-color: #b8f4df;
}

.tbm-table-success th,  .tbm-table-success td,  .tbm-table-success thead th,  .tbm-table-success tbody + tbody {
  border-color: #7aeac4;
}

.tbm-table-hover .tbm-table-success:hover {
  background-color: #a2f1d5;
}

.tbm-table-hover .tbm-table-success:hover > td,  .tbm-table-hover .tbm-table-success:hover > th {
  background-color: #a2f1d5;
}

.tbm-table-info,  .tbm-table-info > th,  .tbm-table-info > td {
  background-color: #b8f1fa;
}

.tbm-table-info th,  .tbm-table-info td,  .tbm-table-info thead th,  .tbm-table-info tbody + tbody {
  border-color: #7ae6f6;
}

.tbm-table-hover .tbm-table-info:hover {
  background-color: #a0ecf8;
}

.tbm-table-hover .tbm-table-info:hover > td,  .tbm-table-hover .tbm-table-info:hover > th {
  background-color: #a0ecf8;
}

.tbm-table-warning,  .tbm-table-warning > th,  .tbm-table-warning > td {
  background-color: #ffd0ca;
}

.tbm-table-warning th,  .tbm-table-warning td,  .tbm-table-warning thead th,  .tbm-table-warning tbody + tbody {
  border-color: #ffa79d;
}

.tbm-table-hover .tbm-table-warning:hover {
  background-color: #ffb9b1;
}

.tbm-table-hover .tbm-table-warning:hover > td,  .tbm-table-hover .tbm-table-warning:hover > th {
  background-color: #ffb9b1;
}

.tbm-table-danger,  .tbm-table-danger > th,  .tbm-table-danger > td {
  background-color: #ffb8d1;
}

.tbm-table-danger th,  .tbm-table-danger td,  .tbm-table-danger thead th,  .tbm-table-danger tbody + tbody {
  border-color: #ff7aaa;
}

.tbm-table-hover .tbm-table-danger:hover {
  background-color: #ff9fc0;
}

.tbm-table-hover .tbm-table-danger:hover > td,  .tbm-table-hover .tbm-table-danger:hover > th {
  background-color: #ff9fc0;
}

.tbm-table-light,  .tbm-table-light > th,  .tbm-table-light > td {
  background-color: #fdfdfe;
}

.tbm-table-light th,  .tbm-table-light td,  .tbm-table-light thead th,  .tbm-table-light tbody + tbody {
  border-color: #fbfcfc;
}

.tbm-table-hover .tbm-table-light:hover {
  background-color: #ececf6;
}

.tbm-table-hover .tbm-table-light:hover > td,  .tbm-table-hover .tbm-table-light:hover > th {
  background-color: #ececf6;
}

.tbm-table-dark,  .tbm-table-dark > th,  .tbm-table-dark > td {
  background-color: #c6c8ca;
}

.tbm-table-dark th,  .tbm-table-dark td,  .tbm-table-dark thead th,  .tbm-table-dark tbody + tbody {
  border-color: #95999c;
}

.tbm-table-hover .tbm-table-dark:hover {
  background-color: #b9bbbe;
}

.tbm-table-hover .tbm-table-dark:hover > td,  .tbm-table-hover .tbm-table-dark:hover > th {
  background-color: #b9bbbe;
}

.tbm-table-active,  .tbm-table-active > th,  .tbm-table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.tbm-table-hover .tbm-table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.tbm-table-hover .tbm-table-active:hover > td,  .tbm-table-hover .tbm-table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.tbm-table .tbm-thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.tbm-table .tbm-thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.tbm-table-dark {
  color: #fff;
  background-color: #343a40;
}

.tbm-table-dark th,  .tbm-table-dark td,  .tbm-table-dark thead th {
  border-color: #454d55;
}

.tbm-table-dark.tbm-table-bordered {
  border: 0;
}

.tbm-table-dark.tbm-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.tbm-table-dark.tbm-table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .tbm-table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tbm-table-responsive-sm > .tbm-table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .tbm-table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tbm-table-responsive-md > .tbm-table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .tbm-table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tbm-table-responsive-lg > .tbm-table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .tbm-table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tbm-table-responsive-xl > .tbm-table-bordered {
    border: 0;
  }
}

.tbm-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tbm-table-responsive > .tbm-table-bordered {
  border: 0;
}

.tbm-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-form-control {
    transition: none;
  }
}

.tbm-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.tbm-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #cccbf5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 96, 224, 0.25);
}

.tbm-form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.tbm-form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.tbm-form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.tbm-form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.tbm-form-control:disabled, .tbm-form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.tbm-form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.tbm-form-control-file,  .tbm-form-control-range {
  display: block;
  width: 100%;
}

.tbm-col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.tbm-col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.tbm-col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.tbm-form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.tbm-form-control-plaintext.tbm-form-control-sm, .tbm-form-control-plaintext.tbm-form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.tbm-form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.tbm-form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.tbm-form-control[size], select.tbm-form-control[multiple] {
  height: auto;
}

textarea.tbm-form-control {
  height: auto;
}

.tbm-form-group {
  margin-bottom: 1rem;
}

.tbm-form-text {
  display: block;
  margin-top: 0.25rem;
}

.tbm-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.tbm-form-row > .tbm-col,  .tbm-form-row > [class*="tbm-col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.tbm-form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.tbm-form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.tbm-form-check-input:disabled ~ .tbm-form-check-label {
  color: #6c757d;
}

.tbm-form-check-label {
  margin-bottom: 0;
}

.tbm-form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.tbm-form-check-inline .tbm-form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.tbm-valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00d68d;
}

.tbm-valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 214, 141, 0.9);
  border-radius: 0.25rem;
}

.tbm-was-validated .tbm-form-control:valid, .tbm-form-control.tbm-is-valid {
  border-color: #00d68d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300d68d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.tbm-was-validated .tbm-form-control:valid:focus, .tbm-form-control.tbm-is-valid:focus {
  border-color: #00d68d;
  box-shadow: 0 0 0 0.2rem rgba(0, 214, 141, 0.25);
}

.tbm-was-validated .tbm-form-control:valid ~ .tbm-valid-feedback,  .tbm-was-validated .tbm-form-control:valid ~ .tbm-valid-tooltip, .tbm-form-control.tbm-is-valid ~ .tbm-valid-feedback,  .tbm-form-control.tbm-is-valid ~ .tbm-valid-tooltip {
  display: block;
}

.tbm-was-validated textarea.tbm-form-control:valid, textarea.tbm-form-control.tbm-is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.tbm-was-validated .tbm-custom-select:valid, .tbm-custom-select.tbm-is-valid {
  border-color: #00d68d;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300d68d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") white no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.tbm-was-validated .tbm-custom-select:valid:focus, .tbm-custom-select.tbm-is-valid:focus {
  border-color: #00d68d;
  box-shadow: 0 0 0 0.2rem rgba(0, 214, 141, 0.25);
}

.tbm-was-validated .tbm-custom-select:valid ~ .tbm-valid-feedback,  .tbm-was-validated .tbm-custom-select:valid ~ .tbm-valid-tooltip, .tbm-custom-select.tbm-is-valid ~ .tbm-valid-feedback,  .tbm-custom-select.tbm-is-valid ~ .tbm-valid-tooltip {
  display: block;
}

.tbm-was-validated .tbm-form-control-file:valid ~ .tbm-valid-feedback,  .tbm-was-validated .tbm-form-control-file:valid ~ .tbm-valid-tooltip, .tbm-form-control-file.tbm-is-valid ~ .tbm-valid-feedback,  .tbm-form-control-file.tbm-is-valid ~ .tbm-valid-tooltip {
  display: block;
}

.tbm-was-validated .tbm-form-check-input:valid ~ .tbm-form-check-label, .tbm-form-check-input.tbm-is-valid ~ .tbm-form-check-label {
  color: #00d68d;
}

.tbm-was-validated .tbm-form-check-input:valid ~ .tbm-valid-feedback,  .tbm-was-validated .tbm-form-check-input:valid ~ .tbm-valid-tooltip, .tbm-form-check-input.tbm-is-valid ~ .tbm-valid-feedback,  .tbm-form-check-input.tbm-is-valid ~ .tbm-valid-tooltip {
  display: block;
}

.tbm-was-validated .tbm-custom-control-input:valid ~ .tbm-custom-control-label, .tbm-custom-control-input.tbm-is-valid ~ .tbm-custom-control-label {
  color: #00d68d;
}

.tbm-was-validated .tbm-custom-control-input:valid ~ .tbm-custom-control-label::before, .tbm-custom-control-input.tbm-is-valid ~ .tbm-custom-control-label::before {
  border-color: #00d68d;
}

.tbm-was-validated .tbm-custom-control-input:valid ~ .tbm-valid-feedback,  .tbm-was-validated .tbm-custom-control-input:valid ~ .tbm-valid-tooltip, .tbm-custom-control-input.tbm-is-valid ~ .tbm-valid-feedback,  .tbm-custom-control-input.tbm-is-valid ~ .tbm-valid-tooltip {
  display: block;
}

.tbm-was-validated .tbm-custom-control-input:valid:checked ~ .tbm-custom-control-label::before, .tbm-custom-control-input.tbm-is-valid:checked ~ .tbm-custom-control-label::before {
  border-color: #0affab;
  background-color: #0affab;
}

.tbm-was-validated .tbm-custom-control-input:valid:focus ~ .tbm-custom-control-label::before, .tbm-custom-control-input.tbm-is-valid:focus ~ .tbm-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 214, 141, 0.25);
}

.tbm-was-validated .tbm-custom-control-input:valid:focus:not(:checked) ~ .tbm-custom-control-label::before, .tbm-custom-control-input.tbm-is-valid:focus:not(:checked) ~ .tbm-custom-control-label::before {
  border-color: #00d68d;
}

.tbm-was-validated .tbm-custom-file-input:valid ~ .tbm-custom-file-label, .tbm-custom-file-input.tbm-is-valid ~ .tbm-custom-file-label {
  border-color: #00d68d;
}

.tbm-was-validated .tbm-custom-file-input:valid ~ .tbm-valid-feedback,  .tbm-was-validated .tbm-custom-file-input:valid ~ .tbm-valid-tooltip, .tbm-custom-file-input.tbm-is-valid ~ .tbm-valid-feedback,  .tbm-custom-file-input.tbm-is-valid ~ .tbm-valid-tooltip {
  display: block;
}

.tbm-was-validated .tbm-custom-file-input:valid:focus ~ .tbm-custom-file-label, .tbm-custom-file-input.tbm-is-valid:focus ~ .tbm-custom-file-label {
  border-color: #00d68d;
  box-shadow: 0 0 0 0.2rem rgba(0, 214, 141, 0.25);
}

.tbm-invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff005b;
}

.tbm-invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 91, 0.9);
  border-radius: 0.25rem;
}

.tbm-was-validated .tbm-form-control:invalid, .tbm-form-control.tbm-is-invalid {
  border-color: #ff005b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff005b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff005b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.tbm-was-validated .tbm-form-control:invalid:focus, .tbm-form-control.tbm-is-invalid:focus {
  border-color: #ff005b;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 91, 0.25);
}

.tbm-was-validated .tbm-form-control:invalid ~ .tbm-invalid-feedback,  .tbm-was-validated .tbm-form-control:invalid ~ .tbm-invalid-tooltip, .tbm-form-control.tbm-is-invalid ~ .tbm-invalid-feedback,  .tbm-form-control.tbm-is-invalid ~ .tbm-invalid-tooltip {
  display: block;
}

.tbm-was-validated textarea.tbm-form-control:invalid, textarea.tbm-form-control.tbm-is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.tbm-was-validated .tbm-custom-select:invalid, .tbm-custom-select.tbm-is-invalid {
  border-color: #ff005b;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff005b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff005b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") white no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.tbm-was-validated .tbm-custom-select:invalid:focus, .tbm-custom-select.tbm-is-invalid:focus {
  border-color: #ff005b;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 91, 0.25);
}

.tbm-was-validated .tbm-custom-select:invalid ~ .tbm-invalid-feedback,  .tbm-was-validated .tbm-custom-select:invalid ~ .tbm-invalid-tooltip, .tbm-custom-select.tbm-is-invalid ~ .tbm-invalid-feedback,  .tbm-custom-select.tbm-is-invalid ~ .tbm-invalid-tooltip {
  display: block;
}

.tbm-was-validated .tbm-form-control-file:invalid ~ .tbm-invalid-feedback,  .tbm-was-validated .tbm-form-control-file:invalid ~ .tbm-invalid-tooltip, .tbm-form-control-file.tbm-is-invalid ~ .tbm-invalid-feedback,  .tbm-form-control-file.tbm-is-invalid ~ .tbm-invalid-tooltip {
  display: block;
}

.tbm-was-validated .tbm-form-check-input:invalid ~ .tbm-form-check-label, .tbm-form-check-input.tbm-is-invalid ~ .tbm-form-check-label {
  color: #ff005b;
}

.tbm-was-validated .tbm-form-check-input:invalid ~ .tbm-invalid-feedback,  .tbm-was-validated .tbm-form-check-input:invalid ~ .tbm-invalid-tooltip, .tbm-form-check-input.tbm-is-invalid ~ .tbm-invalid-feedback,  .tbm-form-check-input.tbm-is-invalid ~ .tbm-invalid-tooltip {
  display: block;
}

.tbm-was-validated .tbm-custom-control-input:invalid ~ .tbm-custom-control-label, .tbm-custom-control-input.tbm-is-invalid ~ .tbm-custom-control-label {
  color: #ff005b;
}

.tbm-was-validated .tbm-custom-control-input:invalid ~ .tbm-custom-control-label::before, .tbm-custom-control-input.tbm-is-invalid ~ .tbm-custom-control-label::before {
  border-color: #ff005b;
}

.tbm-was-validated .tbm-custom-control-input:invalid ~ .tbm-invalid-feedback,  .tbm-was-validated .tbm-custom-control-input:invalid ~ .tbm-invalid-tooltip, .tbm-custom-control-input.tbm-is-invalid ~ .tbm-invalid-feedback,  .tbm-custom-control-input.tbm-is-invalid ~ .tbm-invalid-tooltip {
  display: block;
}

.tbm-was-validated .tbm-custom-control-input:invalid:checked ~ .tbm-custom-control-label::before, .tbm-custom-control-input.tbm-is-invalid:checked ~ .tbm-custom-control-label::before {
  border-color: #ff337c;
  background-color: #ff337c;
}

.tbm-was-validated .tbm-custom-control-input:invalid:focus ~ .tbm-custom-control-label::before, .tbm-custom-control-input.tbm-is-invalid:focus ~ .tbm-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 91, 0.25);
}

.tbm-was-validated .tbm-custom-control-input:invalid:focus:not(:checked) ~ .tbm-custom-control-label::before, .tbm-custom-control-input.tbm-is-invalid:focus:not(:checked) ~ .tbm-custom-control-label::before {
  border-color: #ff005b;
}

.tbm-was-validated .tbm-custom-file-input:invalid ~ .tbm-custom-file-label, .tbm-custom-file-input.tbm-is-invalid ~ .tbm-custom-file-label {
  border-color: #ff005b;
}

.tbm-was-validated .tbm-custom-file-input:invalid ~ .tbm-invalid-feedback,  .tbm-was-validated .tbm-custom-file-input:invalid ~ .tbm-invalid-tooltip, .tbm-custom-file-input.tbm-is-invalid ~ .tbm-invalid-feedback,  .tbm-custom-file-input.tbm-is-invalid ~ .tbm-invalid-tooltip {
  display: block;
}

.tbm-was-validated .tbm-custom-file-input:invalid:focus ~ .tbm-custom-file-label, .tbm-custom-file-input.tbm-is-invalid:focus ~ .tbm-custom-file-label {
  border-color: #ff005b;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 91, 0.25);
}

.tbm-form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.tbm-form-inline .tbm-form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .tbm-form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .tbm-form-inline .tbm-form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .tbm-form-inline .tbm-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .tbm-form-inline .tbm-form-control-plaintext {
    display: inline-block;
  }
  .tbm-form-inline .tbm-input-group,  .tbm-form-inline .tbm-custom-select {
    width: auto;
  }
  .tbm-form-inline .tbm-form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .tbm-form-inline .tbm-form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .tbm-form-inline .tbm-custom-control {
    align-items: center;
    justify-content: center;
  }
  .tbm-form-inline .tbm-custom-control-label {
    margin-bottom: 0;
  }
}

.tbm-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-btn {
    transition: none;
  }
}

.tbm-btn:hover {
  color: #212529;
  text-decoration: none;
}

.tbm-btn:focus, .tbm-btn.tbm-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 96, 224, 0.25);
}

.tbm-btn.tbm-disabled, .tbm-btn:disabled {
  opacity: 0.65;
}

a.tbm-btn.tbm-disabled,  fieldset:disabled a.tbm-btn {
  pointer-events: none;
}

.tbm-btn-primary {
  color: #fff;
  background-color: #6560e0;
  border-color: #6560e0;
}

.tbm-btn-primary:hover {
  color: #fff;
  background-color: #4640da;
  border-color: #3c35d8;
}

.tbm-btn-primary:focus, .tbm-btn-primary.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 120, 229, 0.5);
}

.tbm-btn-primary.tbm-disabled, .tbm-btn-primary:disabled {
  color: #fff;
  background-color: #6560e0;
  border-color: #6560e0;
}

.tbm-btn-primary:not(:disabled):not(.disabled):active, .tbm-btn-primary:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-primary.tbm-dropdown-toggle {
  color: #fff;
  background-color: #3c35d8;
  border-color: #312bd6;
}

.tbm-btn-primary:not(:disabled):not(.disabled):active:focus, .tbm-btn-primary:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-primary.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 120, 229, 0.5);
}

.tbm-btn-secondary {
  color: #fff;
  background-color: #17274c;
  border-color: #17274c;
}

.tbm-btn-secondary:hover {
  color: #fff;
  background-color: #0e182f;
  border-color: #0b1325;
}

.tbm-btn-secondary:focus, .tbm-btn-secondary.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 71, 103, 0.5);
}

.tbm-btn-secondary.tbm-disabled, .tbm-btn-secondary:disabled {
  color: #fff;
  background-color: #17274c;
  border-color: #17274c;
}

.tbm-btn-secondary:not(:disabled):not(.disabled):active, .tbm-btn-secondary:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-secondary.tbm-dropdown-toggle {
  color: #fff;
  background-color: #0b1325;
  border-color: #080e1b;
}

.tbm-btn-secondary:not(:disabled):not(.disabled):active:focus, .tbm-btn-secondary:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-secondary.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 71, 103, 0.5);
}

.tbm-btn-success {
  color: #fff;
  background-color: #00d68d;
  border-color: #00d68d;
}

.tbm-btn-success:hover {
  color: #fff;
  background-color: #00b074;
  border-color: #00a36b;
}

.tbm-btn-success:focus, .tbm-btn-success.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 220, 158, 0.5);
}

.tbm-btn-success.tbm-disabled, .tbm-btn-success:disabled {
  color: #fff;
  background-color: #00d68d;
  border-color: #00d68d;
}

.tbm-btn-success:not(:disabled):not(.disabled):active, .tbm-btn-success:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-success.tbm-dropdown-toggle {
  color: #fff;
  background-color: #00a36b;
  border-color: #009663;
}

.tbm-btn-success:not(:disabled):not(.disabled):active:focus, .tbm-btn-success:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-success.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 220, 158, 0.5);
}

.tbm-btn-info {
  color: #fff;
  background-color: #00ceee;
  border-color: #00ceee;
}

.tbm-btn-info:hover {
  color: #fff;
  background-color: #00adc8;
  border-color: #00a2bb;
}

.tbm-btn-info:focus, .tbm-btn-info.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 213, 241, 0.5);
}

.tbm-btn-info.tbm-disabled, .tbm-btn-info:disabled {
  color: #fff;
  background-color: #00ceee;
  border-color: #00ceee;
}

.tbm-btn-info:not(:disabled):not(.disabled):active, .tbm-btn-info:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-info.tbm-dropdown-toggle {
  color: #fff;
  background-color: #00a2bb;
  border-color: #0097ae;
}

.tbm-btn-info:not(:disabled):not(.disabled):active:focus, .tbm-btn-info:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-info.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 213, 241, 0.5);
}

.tbm-btn-warning {
  color: #fff;
  background-color: #ff5642;
  border-color: #ff5642;
}

.tbm-btn-warning:hover {
  color: #fff;
  background-color: #ff341c;
  border-color: #ff280f;
}

.tbm-btn-warning:focus, .tbm-btn-warning.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 94, 0.5);
}

.tbm-btn-warning.tbm-disabled, .tbm-btn-warning:disabled {
  color: #fff;
  background-color: #ff5642;
  border-color: #ff5642;
}

.tbm-btn-warning:not(:disabled):not(.disabled):active, .tbm-btn-warning:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-warning.tbm-dropdown-toggle {
  color: #fff;
  background-color: #ff280f;
  border-color: #ff1d02;
}

.tbm-btn-warning:not(:disabled):not(.disabled):active:focus, .tbm-btn-warning:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-warning.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 94, 0.5);
}

.tbm-btn-danger {
  color: #fff;
  background-color: #ff005b;
  border-color: #ff005b;
}

.tbm-btn-danger:hover {
  color: #fff;
  background-color: #d9004d;
  border-color: #cc0049;
}

.tbm-btn-danger:focus, .tbm-btn-danger.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 116, 0.5);
}

.tbm-btn-danger.tbm-disabled, .tbm-btn-danger:disabled {
  color: #fff;
  background-color: #ff005b;
  border-color: #ff005b;
}

.tbm-btn-danger:not(:disabled):not(.disabled):active, .tbm-btn-danger:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-danger.tbm-dropdown-toggle {
  color: #fff;
  background-color: #cc0049;
  border-color: #bf0044;
}

.tbm-btn-danger:not(:disabled):not(.disabled):active:focus, .tbm-btn-danger:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-danger.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 116, 0.5);
}

.tbm-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.tbm-btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.tbm-btn-light:focus, .tbm-btn-light.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.tbm-btn-light.tbm-disabled, .tbm-btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.tbm-btn-light:not(:disabled):not(.disabled):active, .tbm-btn-light:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-light.tbm-dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.tbm-btn-light:not(:disabled):not(.disabled):active:focus, .tbm-btn-light:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-light.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.tbm-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.tbm-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.tbm-btn-dark:focus, .tbm-btn-dark.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.tbm-btn-dark.tbm-disabled, .tbm-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.tbm-btn-dark:not(:disabled):not(.disabled):active, .tbm-btn-dark:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-dark.tbm-dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.tbm-btn-dark:not(:disabled):not(.disabled):active:focus, .tbm-btn-dark:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-dark.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.tbm-btn-outline-primary {
  color: #6560e0;
  border-color: #6560e0;
}

.tbm-btn-outline-primary:hover {
  color: #fff;
  background-color: #6560e0;
  border-color: #6560e0;
}

.tbm-btn-outline-primary:focus, .tbm-btn-outline-primary.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 96, 224, 0.5);
}

.tbm-btn-outline-primary.tbm-disabled, .tbm-btn-outline-primary:disabled {
  color: #6560e0;
  background-color: transparent;
}

.tbm-btn-outline-primary:not(:disabled):not(.disabled):active, .tbm-btn-outline-primary:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-outline-primary.tbm-dropdown-toggle {
  color: #fff;
  background-color: #6560e0;
  border-color: #6560e0;
}

.tbm-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .tbm-btn-outline-primary:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-outline-primary.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 96, 224, 0.5);
}

.tbm-btn-outline-secondary {
  color: #17274c;
  border-color: #17274c;
}

.tbm-btn-outline-secondary:hover {
  color: #fff;
  background-color: #17274c;
  border-color: #17274c;
}

.tbm-btn-outline-secondary:focus, .tbm-btn-outline-secondary.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 39, 76, 0.5);
}

.tbm-btn-outline-secondary.tbm-disabled, .tbm-btn-outline-secondary:disabled {
  color: #17274c;
  background-color: transparent;
}

.tbm-btn-outline-secondary:not(:disabled):not(.disabled):active, .tbm-btn-outline-secondary:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-outline-secondary.tbm-dropdown-toggle {
  color: #fff;
  background-color: #17274c;
  border-color: #17274c;
}

.tbm-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .tbm-btn-outline-secondary:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-outline-secondary.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 39, 76, 0.5);
}

.tbm-btn-outline-success {
  color: #00d68d;
  border-color: #00d68d;
}

.tbm-btn-outline-success:hover {
  color: #fff;
  background-color: #00d68d;
  border-color: #00d68d;
}

.tbm-btn-outline-success:focus, .tbm-btn-outline-success.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 214, 141, 0.5);
}

.tbm-btn-outline-success.tbm-disabled, .tbm-btn-outline-success:disabled {
  color: #00d68d;
  background-color: transparent;
}

.tbm-btn-outline-success:not(:disabled):not(.disabled):active, .tbm-btn-outline-success:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-outline-success.tbm-dropdown-toggle {
  color: #fff;
  background-color: #00d68d;
  border-color: #00d68d;
}

.tbm-btn-outline-success:not(:disabled):not(.disabled):active:focus, .tbm-btn-outline-success:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-outline-success.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 214, 141, 0.5);
}

.tbm-btn-outline-info {
  color: #00ceee;
  border-color: #00ceee;
}

.tbm-btn-outline-info:hover {
  color: #fff;
  background-color: #00ceee;
  border-color: #00ceee;
}

.tbm-btn-outline-info:focus, .tbm-btn-outline-info.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 206, 238, 0.5);
}

.tbm-btn-outline-info.tbm-disabled, .tbm-btn-outline-info:disabled {
  color: #00ceee;
  background-color: transparent;
}

.tbm-btn-outline-info:not(:disabled):not(.disabled):active, .tbm-btn-outline-info:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-outline-info.tbm-dropdown-toggle {
  color: #fff;
  background-color: #00ceee;
  border-color: #00ceee;
}

.tbm-btn-outline-info:not(:disabled):not(.disabled):active:focus, .tbm-btn-outline-info:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-outline-info.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 206, 238, 0.5);
}

.tbm-btn-outline-warning {
  color: #ff5642;
  border-color: #ff5642;
}

.tbm-btn-outline-warning:hover {
  color: #fff;
  background-color: #ff5642;
  border-color: #ff5642;
}

.tbm-btn-outline-warning:focus, .tbm-btn-outline-warning.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 86, 66, 0.5);
}

.tbm-btn-outline-warning.tbm-disabled, .tbm-btn-outline-warning:disabled {
  color: #ff5642;
  background-color: transparent;
}

.tbm-btn-outline-warning:not(:disabled):not(.disabled):active, .tbm-btn-outline-warning:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-outline-warning.tbm-dropdown-toggle {
  color: #fff;
  background-color: #ff5642;
  border-color: #ff5642;
}

.tbm-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .tbm-btn-outline-warning:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-outline-warning.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 86, 66, 0.5);
}

.tbm-btn-outline-danger {
  color: #ff005b;
  border-color: #ff005b;
}

.tbm-btn-outline-danger:hover {
  color: #fff;
  background-color: #ff005b;
  border-color: #ff005b;
}

.tbm-btn-outline-danger:focus, .tbm-btn-outline-danger.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 91, 0.5);
}

.tbm-btn-outline-danger.tbm-disabled, .tbm-btn-outline-danger:disabled {
  color: #ff005b;
  background-color: transparent;
}

.tbm-btn-outline-danger:not(:disabled):not(.disabled):active, .tbm-btn-outline-danger:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-outline-danger.tbm-dropdown-toggle {
  color: #fff;
  background-color: #ff005b;
  border-color: #ff005b;
}

.tbm-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .tbm-btn-outline-danger:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-outline-danger.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 91, 0.5);
}

.tbm-btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.tbm-btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.tbm-btn-outline-light:focus, .tbm-btn-outline-light.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.tbm-btn-outline-light.tbm-disabled, .tbm-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.tbm-btn-outline-light:not(:disabled):not(.disabled):active, .tbm-btn-outline-light:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-outline-light.tbm-dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.tbm-btn-outline-light:not(:disabled):not(.disabled):active:focus, .tbm-btn-outline-light:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-outline-light.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.tbm-btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.tbm-btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.tbm-btn-outline-dark:focus, .tbm-btn-outline-dark.tbm-focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.tbm-btn-outline-dark.tbm-disabled, .tbm-btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.tbm-btn-outline-dark:not(:disabled):not(.disabled):active, .tbm-btn-outline-dark:not(:disabled):not(.disabled).tbm-active,  .tbm-show > .tbm-btn-outline-dark.tbm-dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.tbm-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .tbm-btn-outline-dark:not(:disabled):not(.disabled).tbm-active:focus,  .tbm-show > .tbm-btn-outline-dark.tbm-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.tbm-btn-link {
  font-weight: 400;
  color: #6560e0;
  text-decoration: none;
}

.tbm-btn-link:hover {
  color: #2e28cc;
  text-decoration: underline;
}

.tbm-btn-link:focus, .tbm-btn-link.tbm-focus {
  text-decoration: underline;
  box-shadow: none;
}

.tbm-btn-link:disabled, .tbm-btn-link.tbm-disabled {
  color: #6c757d;
  pointer-events: none;
}

.tbm-btn-lg, .tbm-btn-group-lg > .tbm-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.tbm-btn-sm, .tbm-btn-group-sm > .tbm-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.tbm-btn-block {
  display: block;
  width: 100%;
}

.tbm-btn-block + .tbm-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].tbm-btn-block,  input[type="reset"].tbm-btn-block,  input[type="button"].tbm-btn-block {
  width: 100%;
}

.tbm-fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-fade {
    transition: none;
  }
}

.tbm-fade:not(.show) {
  opacity: 0;
}

.tbm-collapse:not(.show) {
  display: none;
}

.tbm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-collapsing {
    transition: none;
  }
}

.tbm-dropup,  .tbm-dropright,  .tbm-dropdown,  .tbm-dropleft {
  position: relative;
}

.tbm-dropdown-toggle {
  white-space: nowrap;
}

.tbm-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.tbm-dropdown-toggle:empty::after {
  margin-left: 0;
}

.tbm-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.tbm-dropdown-menu-left {
  right: auto;
  left: 0;
}

.tbm-dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .tbm-dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .tbm-dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .tbm-dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .tbm-dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .tbm-dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .tbm-dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .tbm-dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .tbm-dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.tbm-dropup .tbm-dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.tbm-dropup .tbm-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.tbm-dropup .tbm-dropdown-toggle:empty::after {
  margin-left: 0;
}

.tbm-dropright .tbm-dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.tbm-dropright .tbm-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.tbm-dropright .tbm-dropdown-toggle:empty::after {
  margin-left: 0;
}

.tbm-dropright .tbm-dropdown-toggle::after {
  vertical-align: 0;
}

.tbm-dropleft .tbm-dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.tbm-dropleft .tbm-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.tbm-dropleft .tbm-dropdown-toggle::after {
  display: none;
}

.tbm-dropleft .tbm-dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.tbm-dropleft .tbm-dropdown-toggle:empty::after {
  margin-left: 0;
}

.tbm-dropleft .tbm-dropdown-toggle::before {
  vertical-align: 0;
}

.tbm-dropdown-menu[x-placement^="top"], .tbm-dropdown-menu[x-placement^="right"], .tbm-dropdown-menu[x-placement^="bottom"], .tbm-dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.tbm-dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.tbm-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.tbm-dropdown-item:hover, .tbm-dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.tbm-dropdown-item.tbm-active, .tbm-dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #6560e0;
}

.tbm-dropdown-item.tbm-disabled, .tbm-dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.tbm-dropdown-menu.tbm-show {
  display: block;
}

.tbm-dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.tbm-dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.tbm-btn-group,  .tbm-btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.tbm-btn-group > .tbm-btn,  .tbm-btn-group-vertical > .tbm-btn {
  position: relative;
  flex: 1 1 auto;
}

.tbm-btn-group > .tbm-btn:hover,  .tbm-btn-group-vertical > .tbm-btn:hover {
  z-index: 1;
}

.tbm-btn-group > .tbm-btn:focus, .tbm-btn-group > .tbm-btn:active, .tbm-btn-group > .tbm-btn.tbm-active,  .tbm-btn-group-vertical > .tbm-btn:focus,  .tbm-btn-group-vertical > .tbm-btn:active,  .tbm-btn-group-vertical > .tbm-btn.tbm-active {
  z-index: 1;
}

.tbm-btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tbm-btn-toolbar .tbm-input-group {
  width: auto;
}

.tbm-btn-group > .tbm-btn:not(:first-child),  .tbm-btn-group > .tbm-btn-group:not(:first-child) {
  margin-left: -1px;
}

.tbm-btn-group > .tbm-btn:not(:last-child):not(.dropdown-toggle),  .tbm-btn-group > .tbm-btn-group:not(:last-child) > .tbm-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tbm-btn-group > .tbm-btn:not(:first-child),  .tbm-btn-group > .tbm-btn-group:not(:first-child) > .tbm-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tbm-dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.tbm-dropdown-toggle-split::after,  .tbm-dropup .tbm-dropdown-toggle-split::after,  .tbm-dropright .tbm-dropdown-toggle-split::after {
  margin-left: 0;
}

.tbm-dropleft .tbm-dropdown-toggle-split::before {
  margin-right: 0;
}

.tbm-btn-sm + .tbm-dropdown-toggle-split, .tbm-btn-group-sm > .tbm-btn + .tbm-dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.tbm-btn-lg + .tbm-dropdown-toggle-split, .tbm-btn-group-lg > .tbm-btn + .tbm-dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.tbm-btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.tbm-btn-group-vertical > .tbm-btn,  .tbm-btn-group-vertical > .tbm-btn-group {
  width: 100%;
}

.tbm-btn-group-vertical > .tbm-btn:not(:first-child),  .tbm-btn-group-vertical > .tbm-btn-group:not(:first-child) {
  margin-top: -1px;
}

.tbm-btn-group-vertical > .tbm-btn:not(:last-child):not(.dropdown-toggle),  .tbm-btn-group-vertical > .tbm-btn-group:not(:last-child) > .tbm-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tbm-btn-group-vertical > .tbm-btn:not(:first-child),  .tbm-btn-group-vertical > .tbm-btn-group:not(:first-child) > .tbm-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tbm-btn-group-toggle > .tbm-btn,  .tbm-btn-group-toggle > .tbm-btn-group > .tbm-btn {
  margin-bottom: 0;
}

.tbm-btn-group-toggle > .tbm-btn input[type="radio"],  .tbm-btn-group-toggle > .tbm-btn input[type="checkbox"],  .tbm-btn-group-toggle > .tbm-btn-group > .tbm-btn input[type="radio"],  .tbm-btn-group-toggle > .tbm-btn-group > .tbm-btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.tbm-input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.tbm-input-group > .tbm-form-control,  .tbm-input-group > .tbm-form-control-plaintext,  .tbm-input-group > .tbm-custom-select,  .tbm-input-group > .tbm-custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.tbm-input-group > .tbm-form-control + .tbm-form-control,  .tbm-input-group > .tbm-form-control + .tbm-custom-select,  .tbm-input-group > .tbm-form-control + .tbm-custom-file,  .tbm-input-group > .tbm-form-control-plaintext + .tbm-form-control,  .tbm-input-group > .tbm-form-control-plaintext + .tbm-custom-select,  .tbm-input-group > .tbm-form-control-plaintext + .tbm-custom-file,  .tbm-input-group > .tbm-custom-select + .tbm-form-control,  .tbm-input-group > .tbm-custom-select + .tbm-custom-select,  .tbm-input-group > .tbm-custom-select + .tbm-custom-file,  .tbm-input-group > .tbm-custom-file + .tbm-form-control,  .tbm-input-group > .tbm-custom-file + .tbm-custom-select,  .tbm-input-group > .tbm-custom-file + .tbm-custom-file {
  margin-left: -1px;
}

.tbm-input-group > .tbm-form-control:focus,  .tbm-input-group > .tbm-custom-select:focus,  .tbm-input-group > .tbm-custom-file .tbm-custom-file-input:focus ~ .tbm-custom-file-label {
  z-index: 3;
}

.tbm-input-group > .tbm-custom-file .tbm-custom-file-input:focus {
  z-index: 4;
}

.tbm-input-group > .tbm-form-control:not(:last-child),  .tbm-input-group > .tbm-custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tbm-input-group > .tbm-form-control:not(:first-child),  .tbm-input-group > .tbm-custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tbm-input-group > .tbm-custom-file {
  display: flex;
  align-items: center;
}

.tbm-input-group > .tbm-custom-file:not(:last-child) .tbm-custom-file-label,  .tbm-input-group > .tbm-custom-file:not(:last-child) .tbm-custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tbm-input-group > .tbm-custom-file:not(:first-child) .tbm-custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tbm-input-group-prepend,  .tbm-input-group-append {
  display: flex;
}

.tbm-input-group-prepend .tbm-btn,  .tbm-input-group-append .tbm-btn {
  position: relative;
  z-index: 2;
}

.tbm-input-group-prepend .tbm-btn:focus,  .tbm-input-group-append .tbm-btn:focus {
  z-index: 3;
}

.tbm-input-group-prepend .tbm-btn + .tbm-btn,  .tbm-input-group-prepend .tbm-btn + .tbm-input-group-text,  .tbm-input-group-prepend .tbm-input-group-text + .tbm-input-group-text,  .tbm-input-group-prepend .tbm-input-group-text + .tbm-btn,  .tbm-input-group-append .tbm-btn + .tbm-btn,  .tbm-input-group-append .tbm-btn + .tbm-input-group-text,  .tbm-input-group-append .tbm-input-group-text + .tbm-input-group-text,  .tbm-input-group-append .tbm-input-group-text + .tbm-btn {
  margin-left: -1px;
}

.tbm-input-group-prepend {
  margin-right: -1px;
}

.tbm-input-group-append {
  margin-left: -1px;
}

.tbm-input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.tbm-input-group-text input[type="radio"],  .tbm-input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.tbm-input-group-lg > .tbm-form-control:not(textarea),  .tbm-input-group-lg > .tbm-custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.tbm-input-group-lg > .tbm-form-control,  .tbm-input-group-lg > .tbm-custom-select,  .tbm-input-group-lg > .tbm-input-group-prepend > .tbm-input-group-text,  .tbm-input-group-lg > .tbm-input-group-append > .tbm-input-group-text,  .tbm-input-group-lg > .tbm-input-group-prepend > .tbm-btn,  .tbm-input-group-lg > .tbm-input-group-append > .tbm-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.tbm-input-group-sm > .tbm-form-control:not(textarea),  .tbm-input-group-sm > .tbm-custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.tbm-input-group-sm > .tbm-form-control,  .tbm-input-group-sm > .tbm-custom-select,  .tbm-input-group-sm > .tbm-input-group-prepend > .tbm-input-group-text,  .tbm-input-group-sm > .tbm-input-group-append > .tbm-input-group-text,  .tbm-input-group-sm > .tbm-input-group-prepend > .tbm-btn,  .tbm-input-group-sm > .tbm-input-group-append > .tbm-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.tbm-input-group-lg > .tbm-custom-select,  .tbm-input-group-sm > .tbm-custom-select {
  padding-right: 1.75rem;
}

.tbm-input-group > .tbm-input-group-prepend > .tbm-btn,  .tbm-input-group > .tbm-input-group-prepend > .tbm-input-group-text,  .tbm-input-group > .tbm-input-group-append:not(:last-child) > .tbm-btn,  .tbm-input-group > .tbm-input-group-append:not(:last-child) > .tbm-input-group-text,  .tbm-input-group > .tbm-input-group-append:last-child > .tbm-btn:not(:last-child):not(.dropdown-toggle),  .tbm-input-group > .tbm-input-group-append:last-child > .tbm-input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tbm-input-group > .tbm-input-group-append > .tbm-btn,  .tbm-input-group > .tbm-input-group-append > .tbm-input-group-text,  .tbm-input-group > .tbm-input-group-prepend:not(:first-child) > .tbm-btn,  .tbm-input-group > .tbm-input-group-prepend:not(:first-child) > .tbm-input-group-text,  .tbm-input-group > .tbm-input-group-prepend:first-child > .tbm-btn:not(:first-child),  .tbm-input-group > .tbm-input-group-prepend:first-child > .tbm-input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tbm-custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.tbm-custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.tbm-custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.tbm-custom-control-input:checked ~ .tbm-custom-control-label::before {
  color: #fff;
  border-color: #6560e0;
  background-color: #6560e0;
}

.tbm-custom-control-input:focus ~ .tbm-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(101, 96, 224, 0.25);
}

.tbm-custom-control-input:focus:not(:checked) ~ .tbm-custom-control-label::before {
  border-color: #cccbf5;
}

.tbm-custom-control-input:not(:disabled):active ~ .tbm-custom-control-label::before {
  color: #fff;
  background-color: #f6f5fd;
  border-color: #f6f5fd;
}

.tbm-custom-control-input:disabled ~ .tbm-custom-control-label {
  color: #6c757d;
}

.tbm-custom-control-input:disabled ~ .tbm-custom-control-label::before {
  background-color: #e9ecef;
}

.tbm-custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.tbm-custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.tbm-custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.tbm-custom-checkbox .tbm-custom-control-label::before {
  border-radius: 0.25rem;
}

.tbm-custom-checkbox .tbm-custom-control-input:checked ~ .tbm-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.tbm-custom-checkbox .tbm-custom-control-input:indeterminate ~ .tbm-custom-control-label::before {
  border-color: #6560e0;
  background-color: #6560e0;
}

.tbm-custom-checkbox .tbm-custom-control-input:indeterminate ~ .tbm-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.tbm-custom-checkbox .tbm-custom-control-input:disabled:checked ~ .tbm-custom-control-label::before {
  background-color: rgba(101, 96, 224, 0.5);
}

.tbm-custom-checkbox .tbm-custom-control-input:disabled:indeterminate ~ .tbm-custom-control-label::before {
  background-color: rgba(101, 96, 224, 0.5);
}

.tbm-custom-radio .tbm-custom-control-label::before {
  border-radius: 50%;
}

.tbm-custom-radio .tbm-custom-control-input:checked ~ .tbm-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.tbm-custom-radio .tbm-custom-control-input:disabled:checked ~ .tbm-custom-control-label::before {
  background-color: rgba(101, 96, 224, 0.5);
}

.tbm-custom-switch {
  padding-left: 2.25rem;
}

.tbm-custom-switch .tbm-custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.tbm-custom-switch .tbm-custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-custom-switch .tbm-custom-control-label::after {
    transition: none;
  }
}

.tbm-custom-switch .tbm-custom-control-input:checked ~ .tbm-custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.tbm-custom-switch .tbm-custom-control-input:disabled:checked ~ .tbm-custom-control-label::before {
  background-color: rgba(101, 96, 224, 0.5);
}

.tbm-custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.tbm-custom-select:focus {
  border-color: #cccbf5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 96, 224, 0.25);
}

.tbm-custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.tbm-custom-select[multiple], .tbm-custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.tbm-custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.tbm-custom-select::-ms-expand {
  display: none;
}

.tbm-custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.tbm-custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.tbm-custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.tbm-custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.tbm-custom-file-input:focus ~ .tbm-custom-file-label {
  border-color: #cccbf5;
  box-shadow: 0 0 0 0.2rem rgba(101, 96, 224, 0.25);
}

.tbm-custom-file-input:disabled ~ .tbm-custom-file-label {
  background-color: #e9ecef;
}

.tbm-custom-file-input:lang(en) ~ .tbm-custom-file-label::after {
  content: "Browse";
}

.tbm-custom-file-input ~ .tbm-custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.tbm-custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.tbm-custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.tbm-custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.tbm-custom-range:focus {
  outline: none;
}

.tbm-custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(101, 96, 224, 0.25);
}

.tbm-custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(101, 96, 224, 0.25);
}

.tbm-custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(101, 96, 224, 0.25);
}

.tbm-custom-range::-moz-focus-outer {
  border: 0;
}

.tbm-custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #6560e0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.tbm-custom-range::-webkit-slider-thumb:active {
  background-color: #f6f5fd;
}

.tbm-custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.tbm-custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #6560e0;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.tbm-custom-range::-moz-range-thumb:active {
  background-color: #f6f5fd;
}

.tbm-custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.tbm-custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #6560e0;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.tbm-custom-range::-ms-thumb:active {
  background-color: #f6f5fd;
}

.tbm-custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.tbm-custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.tbm-custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.tbm-custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.tbm-custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.tbm-custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.tbm-custom-range:disabled::-moz-range-track {
  cursor: default;
}

.tbm-custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.tbm-custom-control-label::before,  .tbm-custom-file-label,  .tbm-custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-custom-control-label::before,  .tbm-custom-file-label,  .tbm-custom-select {
    transition: none;
  }
}

.tbm-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tbm-nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.tbm-nav-link:hover, .tbm-nav-link:focus {
  text-decoration: none;
}

.tbm-nav-link.tbm-disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.tbm-nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.tbm-nav-tabs .tbm-nav-item {
  margin-bottom: -1px;
}

.tbm-nav-tabs .tbm-nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.tbm-nav-tabs .tbm-nav-link:hover, .tbm-nav-tabs .tbm-nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.tbm-nav-tabs .tbm-nav-link.tbm-disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.tbm-nav-tabs .tbm-nav-link.tbm-active,  .tbm-nav-tabs .tbm-nav-item.tbm-show .tbm-nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.tbm-nav-tabs .tbm-dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tbm-nav-pills .tbm-nav-link {
  border-radius: 0.25rem;
}

.tbm-nav-pills .tbm-nav-link.tbm-active,  .tbm-nav-pills .tbm-show > .tbm-nav-link {
  color: #fff;
  background-color: #6560e0;
}

.tbm-nav-fill .tbm-nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.tbm-nav-justified .tbm-nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tbm-tab-content > .tbm-tab-pane {
  display: none;
}

.tbm-tab-content > .tbm-active {
  display: block;
}

.tbm-navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.tbm-navbar > .tbm-container,  .tbm-navbar > .tbm-container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.tbm-navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.tbm-navbar-brand:hover, .tbm-navbar-brand:focus {
  text-decoration: none;
}

.tbm-navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tbm-navbar-nav .tbm-nav-link {
  padding-right: 0;
  padding-left: 0;
}

.tbm-navbar-nav .tbm-dropdown-menu {
  position: static;
  float: none;
}

.tbm-navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tbm-navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.tbm-navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.tbm-navbar-toggler:hover, .tbm-navbar-toggler:focus {
  text-decoration: none;
}

.tbm-navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .tbm-navbar-expand-sm > .tbm-container,  .tbm-navbar-expand-sm > .tbm-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .tbm-navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .tbm-navbar-expand-sm .tbm-navbar-nav {
    flex-direction: row;
  }
  .tbm-navbar-expand-sm .tbm-navbar-nav .tbm-dropdown-menu {
    position: absolute;
  }
  .tbm-navbar-expand-sm .tbm-navbar-nav .tbm-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .tbm-navbar-expand-sm > .tbm-container,  .tbm-navbar-expand-sm > .tbm-container-fluid {
    flex-wrap: nowrap;
  }
  .tbm-navbar-expand-sm .tbm-navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .tbm-navbar-expand-sm .tbm-navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .tbm-navbar-expand-md > .tbm-container,  .tbm-navbar-expand-md > .tbm-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .tbm-navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .tbm-navbar-expand-md .tbm-navbar-nav {
    flex-direction: row;
  }
  .tbm-navbar-expand-md .tbm-navbar-nav .tbm-dropdown-menu {
    position: absolute;
  }
  .tbm-navbar-expand-md .tbm-navbar-nav .tbm-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .tbm-navbar-expand-md > .tbm-container,  .tbm-navbar-expand-md > .tbm-container-fluid {
    flex-wrap: nowrap;
  }
  .tbm-navbar-expand-md .tbm-navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .tbm-navbar-expand-md .tbm-navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .tbm-navbar-expand-lg > .tbm-container,  .tbm-navbar-expand-lg > .tbm-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .tbm-navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .tbm-navbar-expand-lg .tbm-navbar-nav {
    flex-direction: row;
  }
  .tbm-navbar-expand-lg .tbm-navbar-nav .tbm-dropdown-menu {
    position: absolute;
  }
  .tbm-navbar-expand-lg .tbm-navbar-nav .tbm-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .tbm-navbar-expand-lg > .tbm-container,  .tbm-navbar-expand-lg > .tbm-container-fluid {
    flex-wrap: nowrap;
  }
  .tbm-navbar-expand-lg .tbm-navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .tbm-navbar-expand-lg .tbm-navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .tbm-navbar-expand-xl > .tbm-container,  .tbm-navbar-expand-xl > .tbm-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .tbm-navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .tbm-navbar-expand-xl .tbm-navbar-nav {
    flex-direction: row;
  }
  .tbm-navbar-expand-xl .tbm-navbar-nav .tbm-dropdown-menu {
    position: absolute;
  }
  .tbm-navbar-expand-xl .tbm-navbar-nav .tbm-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .tbm-navbar-expand-xl > .tbm-container,  .tbm-navbar-expand-xl > .tbm-container-fluid {
    flex-wrap: nowrap;
  }
  .tbm-navbar-expand-xl .tbm-navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .tbm-navbar-expand-xl .tbm-navbar-toggler {
    display: none;
  }
}

.tbm-navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.tbm-navbar-expand > .tbm-container,  .tbm-navbar-expand > .tbm-container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.tbm-navbar-expand .tbm-navbar-nav {
  flex-direction: row;
}

.tbm-navbar-expand .tbm-navbar-nav .tbm-dropdown-menu {
  position: absolute;
}

.tbm-navbar-expand .tbm-navbar-nav .tbm-nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.tbm-navbar-expand > .tbm-container,  .tbm-navbar-expand > .tbm-container-fluid {
  flex-wrap: nowrap;
}

.tbm-navbar-expand .tbm-navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.tbm-navbar-expand .tbm-navbar-toggler {
  display: none;
}

.tbm-navbar-light .tbm-navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.tbm-navbar-light .tbm-navbar-brand:hover, .tbm-navbar-light .tbm-navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.tbm-navbar-light .tbm-navbar-nav .tbm-nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.tbm-navbar-light .tbm-navbar-nav .tbm-nav-link:hover, .tbm-navbar-light .tbm-navbar-nav .tbm-nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.tbm-navbar-light .tbm-navbar-nav .tbm-nav-link.tbm-disabled {
  color: rgba(0, 0, 0, 0.3);
}

.tbm-navbar-light .tbm-navbar-nav .tbm-show > .tbm-nav-link,  .tbm-navbar-light .tbm-navbar-nav .tbm-active > .tbm-nav-link,  .tbm-navbar-light .tbm-navbar-nav .tbm-nav-link.tbm-show,  .tbm-navbar-light .tbm-navbar-nav .tbm-nav-link.tbm-active {
  color: rgba(0, 0, 0, 0.9);
}

.tbm-navbar-light .tbm-navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.tbm-navbar-light .tbm-navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.tbm-navbar-light .tbm-navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.tbm-navbar-light .tbm-navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.tbm-navbar-light .tbm-navbar-text a:hover, .tbm-navbar-light .tbm-navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.tbm-navbar-dark .tbm-navbar-brand {
  color: #fff;
}

.tbm-navbar-dark .tbm-navbar-brand:hover, .tbm-navbar-dark .tbm-navbar-brand:focus {
  color: #fff;
}

.tbm-navbar-dark .tbm-navbar-nav .tbm-nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.tbm-navbar-dark .tbm-navbar-nav .tbm-nav-link:hover, .tbm-navbar-dark .tbm-navbar-nav .tbm-nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.tbm-navbar-dark .tbm-navbar-nav .tbm-nav-link.tbm-disabled {
  color: rgba(255, 255, 255, 0.25);
}

.tbm-navbar-dark .tbm-navbar-nav .tbm-show > .tbm-nav-link,  .tbm-navbar-dark .tbm-navbar-nav .tbm-active > .tbm-nav-link,  .tbm-navbar-dark .tbm-navbar-nav .tbm-nav-link.tbm-show,  .tbm-navbar-dark .tbm-navbar-nav .tbm-nav-link.tbm-active {
  color: #fff;
}

.tbm-navbar-dark .tbm-navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.tbm-navbar-dark .tbm-navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.tbm-navbar-dark .tbm-navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.tbm-navbar-dark .tbm-navbar-text a {
  color: #fff;
}

.tbm-navbar-dark .tbm-navbar-text a:hover, .tbm-navbar-dark .tbm-navbar-text a:focus {
  color: #fff;
}

.tbm-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.tbm-card > hr {
  margin-right: 0;
  margin-left: 0;
}

.tbm-card > .tbm-list-group:first-child .tbm-list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.tbm-card > .tbm-list-group:last-child .tbm-list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tbm-card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.tbm-card-title {
  margin-bottom: 0.75rem;
}

.tbm-card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.tbm-card-text:last-child {
  margin-bottom: 0;
}

.tbm-card-link:hover {
  text-decoration: none;
}

.tbm-card-link + .tbm-card-link {
  margin-left: 1.25rem;
}

.tbm-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.tbm-card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.tbm-card-header + .tbm-list-group .tbm-list-group-item:first-child {
  border-top: 0;
}

.tbm-card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.tbm-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.tbm-card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.tbm-card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.tbm-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.tbm-card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.tbm-card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.tbm-card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.tbm-card-deck {
  display: flex;
  flex-direction: column;
}

.tbm-card-deck .tbm-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .tbm-card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .tbm-card-deck .tbm-card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.tbm-card-group {
  display: flex;
  flex-direction: column;
}

.tbm-card-group > .tbm-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .tbm-card-group {
    flex-flow: row wrap;
  }
  .tbm-card-group > .tbm-card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .tbm-card-group > .tbm-card + .tbm-card {
    margin-left: 0;
    border-left: 0;
  }
  .tbm-card-group > .tbm-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tbm-card-group > .tbm-card:not(:last-child) .tbm-card-img-top,  .tbm-card-group > .tbm-card:not(:last-child) .tbm-card-header {
    border-top-right-radius: 0;
  }
  .tbm-card-group > .tbm-card:not(:last-child) .tbm-card-img-bottom,  .tbm-card-group > .tbm-card:not(:last-child) .tbm-card-footer {
    border-bottom-right-radius: 0;
  }
  .tbm-card-group > .tbm-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tbm-card-group > .tbm-card:not(:first-child) .tbm-card-img-top,  .tbm-card-group > .tbm-card:not(:first-child) .tbm-card-header {
    border-top-left-radius: 0;
  }
  .tbm-card-group > .tbm-card:not(:first-child) .tbm-card-img-bottom,  .tbm-card-group > .tbm-card:not(:first-child) .tbm-card-footer {
    border-bottom-left-radius: 0;
  }
}

.tbm-card-columns .tbm-card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .tbm-card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .tbm-card-columns .tbm-card {
    display: inline-block;
    width: 100%;
  }
}

.tbm-accordion > .tbm-card {
  overflow: hidden;
}

.tbm-accordion > .tbm-card:not(:first-of-type) .tbm-card-header:first-child {
  border-radius: 0;
}

.tbm-accordion > .tbm-card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.tbm-accordion > .tbm-card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tbm-accordion > .tbm-card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tbm-accordion > .tbm-card .tbm-card-header {
  margin-bottom: -1px;
}

.tbm-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.tbm-breadcrumb-item + .tbm-breadcrumb-item {
  padding-left: 0.5rem;
}

.tbm-breadcrumb-item + .tbm-breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.tbm-breadcrumb-item + .tbm-breadcrumb-item:hover::before {
  text-decoration: underline;
}

.tbm-breadcrumb-item + .tbm-breadcrumb-item:hover::before {
  text-decoration: none;
}

.tbm-breadcrumb-item.tbm-active {
  color: #6c757d;
}

.tbm-pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.tbm-page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #6560e0;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.tbm-page-link:hover {
  z-index: 2;
  color: #2e28cc;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.tbm-page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 96, 224, 0.25);
}

.tbm-page-item:first-child .tbm-page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tbm-page-item:last-child .tbm-page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tbm-page-item.tbm-active .tbm-page-link {
  z-index: 1;
  color: #fff;
  background-color: #6560e0;
  border-color: #6560e0;
}

.tbm-page-item.tbm-disabled .tbm-page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.tbm-pagination-lg .tbm-page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.tbm-pagination-lg .tbm-page-item:first-child .tbm-page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.tbm-pagination-lg .tbm-page-item:last-child .tbm-page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.tbm-pagination-sm .tbm-page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.tbm-pagination-sm .tbm-page-item:first-child .tbm-page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.tbm-pagination-sm .tbm-page-item:last-child .tbm-page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.tbm-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-badge {
    transition: none;
  }
}

a.tbm-badge:hover, a.tbm-badge:focus {
  text-decoration: none;
}

.tbm-badge:empty {
  display: none;
}

.tbm-btn .tbm-badge {
  position: relative;
  top: -1px;
}

.tbm-badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tbm-badge-primary {
  color: #fff;
  background-color: #6560e0;
}

a.tbm-badge-primary:hover, a.tbm-badge-primary:focus {
  color: #fff;
  background-color: #3c35d8;
}

a.tbm-badge-primary:focus, a.tbm-badge-primary.tbm-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 96, 224, 0.5);
}

.tbm-badge-secondary {
  color: #fff;
  background-color: #17274c;
}

a.tbm-badge-secondary:hover, a.tbm-badge-secondary:focus {
  color: #fff;
  background-color: #0b1325;
}

a.tbm-badge-secondary:focus, a.tbm-badge-secondary.tbm-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 39, 76, 0.5);
}

.tbm-badge-success {
  color: #fff;
  background-color: #00d68d;
}

a.tbm-badge-success:hover, a.tbm-badge-success:focus {
  color: #fff;
  background-color: #00a36b;
}

a.tbm-badge-success:focus, a.tbm-badge-success.tbm-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 214, 141, 0.5);
}

.tbm-badge-info {
  color: #fff;
  background-color: #00ceee;
}

a.tbm-badge-info:hover, a.tbm-badge-info:focus {
  color: #fff;
  background-color: #00a2bb;
}

a.tbm-badge-info:focus, a.tbm-badge-info.tbm-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 206, 238, 0.5);
}

.tbm-badge-warning {
  color: #fff;
  background-color: #ff5642;
}

a.tbm-badge-warning:hover, a.tbm-badge-warning:focus {
  color: #fff;
  background-color: #ff280f;
}

a.tbm-badge-warning:focus, a.tbm-badge-warning.tbm-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 86, 66, 0.5);
}

.tbm-badge-danger {
  color: #fff;
  background-color: #ff005b;
}

a.tbm-badge-danger:hover, a.tbm-badge-danger:focus {
  color: #fff;
  background-color: #cc0049;
}

a.tbm-badge-danger:focus, a.tbm-badge-danger.tbm-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 91, 0.5);
}

.tbm-badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.tbm-badge-light:hover, a.tbm-badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.tbm-badge-light:focus, a.tbm-badge-light.tbm-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.tbm-badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.tbm-badge-dark:hover, a.tbm-badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.tbm-badge-dark:focus, a.tbm-badge-dark.tbm-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.tbm-jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .tbm-jumbotron {
    padding: 4rem 2rem;
  }
}

.tbm-jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.tbm-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.tbm-alert-heading {
  color: inherit;
}

.tbm-alert-link {
  font-weight: 700;
}

.tbm-alert-dismissible {
  padding-right: 4rem;
}

.tbm-alert-dismissible .tbm-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.tbm-alert-primary {
  color: #353274;
  background-color: #e0dff9;
  border-color: #d4d2f6;
}

.tbm-alert-primary hr {
  border-top-color: #c0bdf2;
}

.tbm-alert-primary .tbm-alert-link {
  color: #252350;
}

.tbm-alert-secondary {
  color: #0c1428;
  background-color: #d1d4db;
  border-color: #bec3cd;
}

.tbm-alert-secondary hr {
  border-top-color: #b0b6c2;
}

.tbm-alert-secondary .tbm-alert-link {
  color: #000001;
}

.tbm-alert-success {
  color: #006f49;
  background-color: #ccf7e8;
  border-color: #b8f4df;
}

.tbm-alert-success hr {
  border-top-color: #a2f1d5;
}

.tbm-alert-success .tbm-alert-link {
  color: #003c27;
}

.tbm-alert-info {
  color: #006b7c;
  background-color: #ccf5fc;
  border-color: #b8f1fa;
}

.tbm-alert-info hr {
  border-top-color: #a0ecf8;
}

.tbm-alert-info .tbm-alert-link {
  color: #003f49;
}

.tbm-alert-warning {
  color: #852d22;
  background-color: #ffddd9;
  border-color: #ffd0ca;
}

.tbm-alert-warning hr {
  border-top-color: #ffb9b1;
}

.tbm-alert-warning .tbm-alert-link {
  color: #5c1f18;
}

.tbm-alert-danger {
  color: #85002f;
  background-color: #ffccde;
  border-color: #ffb8d1;
}

.tbm-alert-danger hr {
  border-top-color: #ff9fc0;
}

.tbm-alert-danger .tbm-alert-link {
  color: #52001d;
}

.tbm-alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.tbm-alert-light hr {
  border-top-color: #ececf6;
}

.tbm-alert-light .tbm-alert-link {
  color: #686868;
}

.tbm-alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.tbm-alert-dark hr {
  border-top-color: #b9bbbe;
}

.tbm-alert-dark .tbm-alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}


.tbm-progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.tbm-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6560e0;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-progress-bar {
    transition: none;
  }
}

.tbm-progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.tbm-progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-progress-bar-animated {
    animation: none;
  }
}

.tbm-media {
  display: flex;
  align-items: flex-start;
}

.tbm-media-body {
  flex: 1;
}

.tbm-list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.tbm-list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.tbm-list-group-item-action:hover, .tbm-list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.tbm-list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.tbm-list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.tbm-list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.tbm-list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tbm-list-group-item.tbm-disabled, .tbm-list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.tbm-list-group-item.tbm-active {
  z-index: 2;
  color: #fff;
  background-color: #6560e0;
  border-color: #6560e0;
}

.tbm-list-group-horizontal {
  flex-direction: row;
}

.tbm-list-group-horizontal .tbm-list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.tbm-list-group-horizontal .tbm-list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.tbm-list-group-horizontal .tbm-list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .tbm-list-group-horizontal-sm {
    flex-direction: row;
  }
  .tbm-list-group-horizontal-sm .tbm-list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .tbm-list-group-horizontal-sm .tbm-list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .tbm-list-group-horizontal-sm .tbm-list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .tbm-list-group-horizontal-md {
    flex-direction: row;
  }
  .tbm-list-group-horizontal-md .tbm-list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .tbm-list-group-horizontal-md .tbm-list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .tbm-list-group-horizontal-md .tbm-list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .tbm-list-group-horizontal-lg {
    flex-direction: row;
  }
  .tbm-list-group-horizontal-lg .tbm-list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .tbm-list-group-horizontal-lg .tbm-list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .tbm-list-group-horizontal-lg .tbm-list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .tbm-list-group-horizontal-xl {
    flex-direction: row;
  }
  .tbm-list-group-horizontal-xl .tbm-list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .tbm-list-group-horizontal-xl .tbm-list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .tbm-list-group-horizontal-xl .tbm-list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.tbm-list-group-flush .tbm-list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.tbm-list-group-flush .tbm-list-group-item:last-child {
  margin-bottom: -1px;
}

.tbm-list-group-flush:first-child .tbm-list-group-item:first-child {
  border-top: 0;
}

.tbm-list-group-flush:last-child .tbm-list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.tbm-list-group-item-primary {
  color: #353274;
  background-color: #d4d2f6;
}

.tbm-list-group-item-primary.tbm-list-group-item-action:hover, .tbm-list-group-item-primary.tbm-list-group-item-action:focus {
  color: #353274;
  background-color: #c0bdf2;
}

.tbm-list-group-item-primary.tbm-list-group-item-action.tbm-active {
  color: #fff;
  background-color: #353274;
  border-color: #353274;
}

.tbm-list-group-item-secondary {
  color: #0c1428;
  background-color: #bec3cd;
}

.tbm-list-group-item-secondary.tbm-list-group-item-action:hover, .tbm-list-group-item-secondary.tbm-list-group-item-action:focus {
  color: #0c1428;
  background-color: #b0b6c2;
}

.tbm-list-group-item-secondary.tbm-list-group-item-action.tbm-active {
  color: #fff;
  background-color: #0c1428;
  border-color: #0c1428;
}

.tbm-list-group-item-success {
  color: #006f49;
  background-color: #b8f4df;
}

.tbm-list-group-item-success.tbm-list-group-item-action:hover, .tbm-list-group-item-success.tbm-list-group-item-action:focus {
  color: #006f49;
  background-color: #a2f1d5;
}

.tbm-list-group-item-success.tbm-list-group-item-action.tbm-active {
  color: #fff;
  background-color: #006f49;
  border-color: #006f49;
}

.tbm-list-group-item-info {
  color: #006b7c;
  background-color: #b8f1fa;
}

.tbm-list-group-item-info.tbm-list-group-item-action:hover, .tbm-list-group-item-info.tbm-list-group-item-action:focus {
  color: #006b7c;
  background-color: #a0ecf8;
}

.tbm-list-group-item-info.tbm-list-group-item-action.tbm-active {
  color: #fff;
  background-color: #006b7c;
  border-color: #006b7c;
}

.tbm-list-group-item-warning {
  color: #852d22;
  background-color: #ffd0ca;
}

.tbm-list-group-item-warning.tbm-list-group-item-action:hover, .tbm-list-group-item-warning.tbm-list-group-item-action:focus {
  color: #852d22;
  background-color: #ffb9b1;
}

.tbm-list-group-item-warning.tbm-list-group-item-action.tbm-active {
  color: #fff;
  background-color: #852d22;
  border-color: #852d22;
}

.tbm-list-group-item-danger {
  color: #85002f;
  background-color: #ffb8d1;
}

.tbm-list-group-item-danger.tbm-list-group-item-action:hover, .tbm-list-group-item-danger.tbm-list-group-item-action:focus {
  color: #85002f;
  background-color: #ff9fc0;
}

.tbm-list-group-item-danger.tbm-list-group-item-action.tbm-active {
  color: #fff;
  background-color: #85002f;
  border-color: #85002f;
}

.tbm-list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.tbm-list-group-item-light.tbm-list-group-item-action:hover, .tbm-list-group-item-light.tbm-list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.tbm-list-group-item-light.tbm-list-group-item-action.tbm-active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.tbm-list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.tbm-list-group-item-dark.tbm-list-group-item-action:hover, .tbm-list-group-item-dark.tbm-list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.tbm-list-group-item-dark.tbm-list-group-item-action.tbm-active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.tbm-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.tbm-close:hover {
  color: #000;
  text-decoration: none;
}

.tbm-close:not(:disabled):not(.disabled):hover, .tbm-close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.tbm-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.tbm-close.tbm-disabled {
  pointer-events: none;
}

.tbm-toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.tbm-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tbm-toast.tbm-showing {
  opacity: 1;
}

.tbm-toast.tbm-show {
  display: block;
  opacity: 1;
}

.tbm-toast.tbm-hide {
  display: none;
}

.tbm-toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tbm-toast-body {
  padding: 0.75rem;
}

.tbm-modal-open {
  overflow: hidden;
}

.tbm-modal-open .tbm-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.tbm-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.tbm-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.tbm-modal.tbm-fade .tbm-modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .tbm-modal.tbm-fade .tbm-modal-dialog {
    transition: none;
  }
}

.tbm-modal.tbm-show .tbm-modal-dialog {
  transform: none;
}

.tbm-modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.tbm-modal-dialog-scrollable .tbm-modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.tbm-modal-dialog-scrollable .tbm-modal-header,  .tbm-modal-dialog-scrollable .tbm-modal-footer {
  flex-shrink: 0;
}

.tbm-modal-dialog-scrollable .tbm-modal-body {
  overflow-y: auto;
}

.tbm-modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.tbm-modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.tbm-modal-dialog-centered.tbm-modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.tbm-modal-dialog-centered.tbm-modal-dialog-scrollable .tbm-modal-content {
  max-height: none;
}

.tbm-modal-dialog-centered.tbm-modal-dialog-scrollable::before {
  content: none;
}

.tbm-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.tbm-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.tbm-modal-backdrop.tbm-fade {
  opacity: 0;
}

.tbm-modal-backdrop.tbm-show {
  opacity: 0.5;
}

.tbm-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.tbm-modal-header .tbm-close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.tbm-modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.tbm-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.tbm-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.tbm-modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.tbm-modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.tbm-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .tbm-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .tbm-modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .tbm-modal-dialog-scrollable .tbm-modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .tbm-modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .tbm-modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .tbm-modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .tbm-modal-lg,  .tbm-modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .tbm-modal-xl {
    max-width: 1140px;
  }
}

.tbm-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tbm-tooltip.tbm-show {
  opacity: 0.9;
}

.tbm-tooltip .tbm-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tbm-tooltip .tbm-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tbm-bs-tooltip-top, .tbm-bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.tbm-bs-tooltip-top .tbm-arrow, .tbm-bs-tooltip-auto[x-placement^="top"] .tbm-arrow {
  bottom: 0;
}

.tbm-bs-tooltip-top .tbm-arrow::before, .tbm-bs-tooltip-auto[x-placement^="top"] .tbm-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.tbm-bs-tooltip-right, .tbm-bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.tbm-bs-tooltip-right .tbm-arrow, .tbm-bs-tooltip-auto[x-placement^="right"] .tbm-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.tbm-bs-tooltip-right .tbm-arrow::before, .tbm-bs-tooltip-auto[x-placement^="right"] .tbm-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.tbm-bs-tooltip-bottom, .tbm-bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.tbm-bs-tooltip-bottom .tbm-arrow, .tbm-bs-tooltip-auto[x-placement^="bottom"] .tbm-arrow {
  top: 0;
}

.tbm-bs-tooltip-bottom .tbm-arrow::before, .tbm-bs-tooltip-auto[x-placement^="bottom"] .tbm-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.tbm-bs-tooltip-left, .tbm-bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.tbm-bs-tooltip-left .tbm-arrow, .tbm-bs-tooltip-auto[x-placement^="left"] .tbm-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.tbm-bs-tooltip-left .tbm-arrow::before, .tbm-bs-tooltip-auto[x-placement^="left"] .tbm-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tbm-tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tbm-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.tbm-popover .tbm-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.tbm-popover .tbm-arrow::before, .tbm-popover .tbm-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tbm-bs-popover-top, .tbm-bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.tbm-bs-popover-top > .tbm-arrow, .tbm-bs-popover-auto[x-placement^="top"] > .tbm-arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.tbm-bs-popover-top > .tbm-arrow::before, .tbm-bs-popover-auto[x-placement^="top"] > .tbm-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.tbm-bs-popover-top > .tbm-arrow::after, .tbm-bs-popover-auto[x-placement^="top"] > .tbm-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.tbm-bs-popover-right, .tbm-bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.tbm-bs-popover-right > .tbm-arrow, .tbm-bs-popover-auto[x-placement^="right"] > .tbm-arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.tbm-bs-popover-right > .tbm-arrow::before, .tbm-bs-popover-auto[x-placement^="right"] > .tbm-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.tbm-bs-popover-right > .tbm-arrow::after, .tbm-bs-popover-auto[x-placement^="right"] > .tbm-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.tbm-bs-popover-bottom, .tbm-bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.tbm-bs-popover-bottom > .tbm-arrow, .tbm-bs-popover-auto[x-placement^="bottom"] > .tbm-arrow {
  top: calc((0.5rem + 1px) * -1);
}

.tbm-bs-popover-bottom > .tbm-arrow::before, .tbm-bs-popover-auto[x-placement^="bottom"] > .tbm-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.tbm-bs-popover-bottom > .tbm-arrow::after, .tbm-bs-popover-auto[x-placement^="bottom"] > .tbm-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.tbm-bs-popover-bottom .tbm-popover-header::before, .tbm-bs-popover-auto[x-placement^="bottom"] .tbm-popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.tbm-bs-popover-left, .tbm-bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.tbm-bs-popover-left > .tbm-arrow, .tbm-bs-popover-auto[x-placement^="left"] > .tbm-arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.tbm-bs-popover-left > .tbm-arrow::before, .tbm-bs-popover-auto[x-placement^="left"] > .tbm-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.tbm-bs-popover-left > .tbm-arrow::after, .tbm-bs-popover-auto[x-placement^="left"] > .tbm-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.tbm-popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.tbm-popover-header:empty {
  display: none;
}

.tbm-popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.tbm-carousel {
  position: relative;
}

.tbm-carousel.tbm-pointer-event {
  touch-action: pan-y;
}

.tbm-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tbm-carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.tbm-carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-carousel-item {
    transition: none;
  }
}

.tbm-carousel-item.tbm-active,  .tbm-carousel-item-next,  .tbm-carousel-item-prev {
  display: block;
}

.tbm-carousel-item-next:not(.carousel-item-left),  .tbm-active.tbm-carousel-item-right {
  transform: translateX(100%);
}

.tbm-carousel-item-prev:not(.carousel-item-right),  .tbm-active.tbm-carousel-item-left {
  transform: translateX(-100%);
}

.tbm-carousel-fade .tbm-carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.tbm-carousel-fade .tbm-carousel-item.tbm-active,  .tbm-carousel-fade .tbm-carousel-item-next.tbm-carousel-item-left,  .tbm-carousel-fade .tbm-carousel-item-prev.tbm-carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.tbm-carousel-fade .tbm-active.tbm-carousel-item-left,  .tbm-carousel-fade .tbm-active.tbm-carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-carousel-fade .tbm-active.tbm-carousel-item-left,  .tbm-carousel-fade .tbm-active.tbm-carousel-item-right {
    transition: none;
  }
}

.tbm-carousel-control-prev,  .tbm-carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-carousel-control-prev,  .tbm-carousel-control-next {
    transition: none;
  }
}

.tbm-carousel-control-prev:hover, .tbm-carousel-control-prev:focus,  .tbm-carousel-control-next:hover,  .tbm-carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.tbm-carousel-control-prev {
  left: 0;
}

.tbm-carousel-control-next {
  right: 0;
}

.tbm-carousel-control-prev-icon,  .tbm-carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.tbm-carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.tbm-carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.tbm-carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.tbm-carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .tbm-carousel-indicators li {
    transition: none;
  }
}

.tbm-carousel-indicators .tbm-active {
  opacity: 1;
}

.tbm-carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}


.tbm-spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.tbm-spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}


.tbm-spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.tbm-spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.tbm-align-baseline {
  vertical-align: baseline !important;
}

.tbm-align-top {
  vertical-align: top !important;
}

.tbm-align-middle {
  vertical-align: middle !important;
}

.tbm-align-bottom {
  vertical-align: bottom !important;
}

.tbm-align-text-bottom {
  vertical-align: text-bottom !important;
}

.tbm-align-text-top {
  vertical-align: text-top !important;
}

.tbm-bg-primary {
  background-color: #6560e0 !important;
}

a.tbm-bg-primary:hover, a.tbm-bg-primary:focus,  button.tbm-bg-primary:hover,  button.tbm-bg-primary:focus {
  background-color: #3c35d8 !important;
}

.tbm-bg-secondary {
  background-color: #17274c !important;
}

a.tbm-bg-secondary:hover, a.tbm-bg-secondary:focus,  button.tbm-bg-secondary:hover,  button.tbm-bg-secondary:focus {
  background-color: #0b1325 !important;
}

.tbm-bg-success {
  background-color: #00d68d !important;
}

a.tbm-bg-success:hover, a.tbm-bg-success:focus,  button.tbm-bg-success:hover,  button.tbm-bg-success:focus {
  background-color: #00a36b !important;
}

.tbm-bg-info {
  background-color: #00ceee !important;
}

a.tbm-bg-info:hover, a.tbm-bg-info:focus,  button.tbm-bg-info:hover,  button.tbm-bg-info:focus {
  background-color: #00a2bb !important;
}

.tbm-bg-warning {
  background-color: #ff5642 !important;
}

a.tbm-bg-warning:hover, a.tbm-bg-warning:focus,  button.tbm-bg-warning:hover,  button.tbm-bg-warning:focus {
  background-color: #ff280f !important;
}

.tbm-bg-danger {
  background-color: #ff005b !important;
}

a.tbm-bg-danger:hover, a.tbm-bg-danger:focus,  button.tbm-bg-danger:hover,  button.tbm-bg-danger:focus {
  background-color: #cc0049 !important;
}

.tbm-bg-light {
  background-color: #f8f9fa !important;
}

a.tbm-bg-light:hover, a.tbm-bg-light:focus,  button.tbm-bg-light:hover,  button.tbm-bg-light:focus {
  background-color: #dae0e5 !important;
}

.tbm-bg-dark {
  background-color: #343a40 !important;
}

a.tbm-bg-dark:hover, a.tbm-bg-dark:focus,  button.tbm-bg-dark:hover,  button.tbm-bg-dark:focus {
  background-color: #1d2124 !important;
}

.tbm-bg-white {
  background-color: #fff !important;
}

.tbm-bg-transparent {
  background-color: transparent !important;
}

.tbm-border {
  border: 1px solid #dee2e6 !important;
}

.tbm-border-top {
  border-top: 1px solid #dee2e6 !important;
}

.tbm-border-right {
  border-right: 1px solid #dee2e6 !important;
}

.tbm-border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.tbm-border-left {
  border-left: 1px solid #dee2e6 !important;
}

.tbm-border-0 {
  border: 0 !important;
}

.tbm-border-top-0 {
  border-top: 0 !important;
}

.tbm-border-right-0 {
  border-right: 0 !important;
}

.tbm-border-bottom-0 {
  border-bottom: 0 !important;
}

.tbm-border-left-0 {
  border-left: 0 !important;
}

.tbm-border-primary {
  border-color: #6560e0 !important;
}

.tbm-border-secondary {
  border-color: #17274c !important;
}

.tbm-border-success {
  border-color: #00d68d !important;
}

.tbm-border-info {
  border-color: #00ceee !important;
}

.tbm-border-warning {
  border-color: #ff5642 !important;
}

.tbm-border-danger {
  border-color: #ff005b !important;
}

.tbm-border-light {
  border-color: #f8f9fa !important;
}

.tbm-border-dark {
  border-color: #343a40 !important;
}

.tbm-border-white {
  border-color: #fff !important;
}

.tbm-rounded-sm {
  border-radius: 0.2rem !important;
}

.tbm-rounded {
  border-radius: 0.25rem !important;
}

.tbm-rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.tbm-rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.tbm-rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.tbm-rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.tbm-rounded-lg {
  border-radius: 0.3rem !important;
}

.tbm-rounded-circle {
  border-radius: 50% !important;
}

.tbm-rounded-pill {
  border-radius: 50rem !important;
}

.tbm-rounded-0 {
  border-radius: 0 !important;
}

.tbm-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

.tbm-d-table {
  display: table !important;
}

.tbm-d-table-row {
  display: table-row !important;
}

.tbm-d-table-cell {
  display: table-cell !important;
}

.tbm-d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .tbm-d-sm-none {
    display: none !important;
  }
  .tbm-d-sm-inline {
    display: inline !important;
  }
  .tbm-d-sm-inline-block {
    display: inline-block !important;
  }
  .tbm-d-sm-block {
    display: block !important;
  }
  .tbm-d-sm-table {
    display: table !important;
  }
  .tbm-d-sm-table-row {
    display: table-row !important;
  }
  .tbm-d-sm-table-cell {
    display: table-cell !important;
  }
  .tbm-d-sm-flex {
    display: flex !important;
  }
  .tbm-d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .tbm-d-md-none {
    display: none !important;
  }
  .tbm-d-md-inline {
    display: inline !important;
  }
  .tbm-d-md-inline-block {
    display: inline-block !important;
  }
  .tbm-d-md-block {
    display: block !important;
  }
  .tbm-d-md-table {
    display: table !important;
  }
  .tbm-d-md-table-row {
    display: table-row !important;
  }
  .tbm-d-md-table-cell {
    display: table-cell !important;
  }
  .tbm-d-md-flex {
    display: flex !important;
  }
  .tbm-d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .tbm-d-lg-none {
    display: none !important;
  }
  .tbm-d-lg-inline {
    display: inline !important;
  }
  .tbm-d-lg-inline-block {
    display: inline-block !important;
  }
  .tbm-d-lg-block {
    display: block !important;
  }
  .tbm-d-lg-table {
    display: table !important;
  }
  .tbm-d-lg-table-row {
    display: table-row !important;
  }
  .tbm-d-lg-table-cell {
    display: table-cell !important;
  }
  .tbm-d-lg-flex {
    display: flex !important;
  }
  .tbm-d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .tbm-d-xl-none {
    display: none !important;
  }
  .tbm-d-xl-inline {
    display: inline !important;
  }
  .tbm-d-xl-inline-block {
    display: inline-block !important;
  }
  .tbm-d-xl-block {
    display: block !important;
  }
  .tbm-d-xl-table {
    display: table !important;
  }
  .tbm-d-xl-table-row {
    display: table-row !important;
  }
  .tbm-d-xl-table-cell {
    display: table-cell !important;
  }
  .tbm-d-xl-flex {
    display: flex !important;
  }
  .tbm-d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .tbm-d-print-none {
    display: none !important;
  }
  .tbm-d-print-inline {
    display: inline !important;
  }
  .tbm-d-print-inline-block {
    display: inline-block !important;
  }
  .tbm-d-print-block {
    display: block !important;
  }
  .tbm-d-print-table {
    display: table !important;
  }
  .tbm-d-print-table-row {
    display: table-row !important;
  }
  .tbm-d-print-table-cell {
    display: table-cell !important;
  }
  .tbm-d-print-flex {
    display: flex !important;
  }
  .tbm-d-print-inline-flex {
    display: inline-flex !important;
  }
}

.tbm-embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.tbm-embed-responsive::before {
  display: block;
  content: "";
}

.tbm-embed-responsive .tbm-embed-responsive-item,  .tbm-embed-responsive iframe,  .tbm-embed-responsive embed,  .tbm-embed-responsive object,  .tbm-embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tbm-embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.tbm-embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.tbm-embed-responsive-4by3::before {
  padding-top: 75%;
}

.tbm-embed-responsive-1by1::before {
  padding-top: 100%;
}

.tbm-flex-row {
  flex-direction: row !important;
}

.tbm-flex-column {
  flex-direction: column !important;
}

.tbm-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.tbm-flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.tbm-flex-fill {
  flex: 1 1 auto !important;
}

.tbm-flex-grow-0 {
  flex-grow: 0 !important;
}

.tbm-flex-grow-1 {
  flex-grow: 1 !important;
}

.tbm-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.tbm-flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

.tbm-align-content-start {
  align-content: flex-start !important;
}

.tbm-align-content-end {
  align-content: flex-end !important;
}

.tbm-align-content-center {
  align-content: center !important;
}

.tbm-align-content-between {
  align-content: space-between !important;
}

.tbm-align-content-around {
  align-content: space-around !important;
}

.tbm-align-content-stretch {
  align-content: stretch !important;
}

.tbm-align-self-auto {
  align-self: auto !important;
}

.tbm-align-self-start {
  align-self: flex-start !important;
}

.tbm-align-self-end {
  align-self: flex-end !important;
}

.tbm-align-self-center {
  align-self: center !important;
}

.tbm-align-self-baseline {
  align-self: baseline !important;
}

.tbm-align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .tbm-flex-sm-row {
    flex-direction: row !important;
  }
  .tbm-flex-sm-column {
    flex-direction: column !important;
  }
  .tbm-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tbm-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .tbm-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .tbm-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .tbm-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .tbm-flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .tbm-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .tbm-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .tbm-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .tbm-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .tbm-justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .tbm-justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .tbm-justify-content-sm-center {
    justify-content: center !important;
  }
  .tbm-justify-content-sm-between {
    justify-content: space-between !important;
  }
  .tbm-justify-content-sm-around {
    justify-content: space-around !important;
  }
  .tbm-align-items-sm-start {
    align-items: flex-start !important;
  }
  .tbm-align-items-sm-end {
    align-items: flex-end !important;
  }
  .tbm-align-items-sm-center {
    align-items: center !important;
  }
  .tbm-align-items-sm-baseline {
    align-items: baseline !important;
  }
  .tbm-align-items-sm-stretch {
    align-items: stretch !important;
  }
  .tbm-align-content-sm-start {
    align-content: flex-start !important;
  }
  .tbm-align-content-sm-end {
    align-content: flex-end !important;
  }
  .tbm-align-content-sm-center {
    align-content: center !important;
  }
  .tbm-align-content-sm-between {
    align-content: space-between !important;
  }
  .tbm-align-content-sm-around {
    align-content: space-around !important;
  }
  .tbm-align-content-sm-stretch {
    align-content: stretch !important;
  }
  .tbm-align-self-sm-auto {
    align-self: auto !important;
  }
  .tbm-align-self-sm-start {
    align-self: flex-start !important;
  }
  .tbm-align-self-sm-end {
    align-self: flex-end !important;
  }
  .tbm-align-self-sm-center {
    align-self: center !important;
  }
  .tbm-align-self-sm-baseline {
    align-self: baseline !important;
  }
  .tbm-align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .tbm-flex-md-row {
    flex-direction: row !important;
  }
  .tbm-flex-md-column {
    flex-direction: column !important;
  }
  .tbm-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tbm-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .tbm-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .tbm-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .tbm-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .tbm-flex-md-fill {
    flex: 1 1 auto !important;
  }
  .tbm-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .tbm-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .tbm-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .tbm-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .tbm-justify-content-md-start {
    justify-content: flex-start !important;
  }
  .tbm-justify-content-md-end {
    justify-content: flex-end !important;
  }
  .tbm-justify-content-md-center {
    justify-content: center !important;
  }
  .tbm-justify-content-md-between {
    justify-content: space-between !important;
  }
  .tbm-justify-content-md-around {
    justify-content: space-around !important;
  }
  .tbm-align-items-md-start {
    align-items: flex-start !important;
  }
  .tbm-align-items-md-end {
    align-items: flex-end !important;
  }
  .tbm-align-items-md-center {
    align-items: center !important;
  }
  .tbm-align-items-md-baseline {
    align-items: baseline !important;
  }
  .tbm-align-items-md-stretch {
    align-items: stretch !important;
  }
  .tbm-align-content-md-start {
    align-content: flex-start !important;
  }
  .tbm-align-content-md-end {
    align-content: flex-end !important;
  }
  .tbm-align-content-md-center {
    align-content: center !important;
  }
  .tbm-align-content-md-between {
    align-content: space-between !important;
  }
  .tbm-align-content-md-around {
    align-content: space-around !important;
  }
  .tbm-align-content-md-stretch {
    align-content: stretch !important;
  }
  .tbm-align-self-md-auto {
    align-self: auto !important;
  }
  .tbm-align-self-md-start {
    align-self: flex-start !important;
  }
  .tbm-align-self-md-end {
    align-self: flex-end !important;
  }
  .tbm-align-self-md-center {
    align-self: center !important;
  }
  .tbm-align-self-md-baseline {
    align-self: baseline !important;
  }
  .tbm-align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .tbm-flex-lg-row {
    flex-direction: row !important;
  }
  .tbm-flex-lg-column {
    flex-direction: column !important;
  }
  .tbm-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tbm-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .tbm-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .tbm-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .tbm-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .tbm-flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .tbm-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .tbm-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .tbm-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .tbm-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .tbm-justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .tbm-justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .tbm-justify-content-lg-center {
    justify-content: center !important;
  }
  .tbm-justify-content-lg-between {
    justify-content: space-between !important;
  }
  .tbm-justify-content-lg-around {
    justify-content: space-around !important;
  }
  .tbm-align-items-lg-start {
    align-items: flex-start !important;
  }
  .tbm-align-items-lg-end {
    align-items: flex-end !important;
  }
  .tbm-align-items-lg-center {
    align-items: center !important;
  }
  .tbm-align-items-lg-baseline {
    align-items: baseline !important;
  }
  .tbm-align-items-lg-stretch {
    align-items: stretch !important;
  }
  .tbm-align-content-lg-start {
    align-content: flex-start !important;
  }
  .tbm-align-content-lg-end {
    align-content: flex-end !important;
  }
  .tbm-align-content-lg-center {
    align-content: center !important;
  }
  .tbm-align-content-lg-between {
    align-content: space-between !important;
  }
  .tbm-align-content-lg-around {
    align-content: space-around !important;
  }
  .tbm-align-content-lg-stretch {
    align-content: stretch !important;
  }
  .tbm-align-self-lg-auto {
    align-self: auto !important;
  }
  .tbm-align-self-lg-start {
    align-self: flex-start !important;
  }
  .tbm-align-self-lg-end {
    align-self: flex-end !important;
  }
  .tbm-align-self-lg-center {
    align-self: center !important;
  }
  .tbm-align-self-lg-baseline {
    align-self: baseline !important;
  }
  .tbm-align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .tbm-flex-xl-row {
    flex-direction: row !important;
  }
  .tbm-flex-xl-column {
    flex-direction: column !important;
  }
  .tbm-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tbm-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .tbm-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .tbm-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .tbm-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .tbm-flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .tbm-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .tbm-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .tbm-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .tbm-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .tbm-justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .tbm-justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .tbm-justify-content-xl-center {
    justify-content: center !important;
  }
  .tbm-justify-content-xl-between {
    justify-content: space-between !important;
  }
  .tbm-justify-content-xl-around {
    justify-content: space-around !important;
  }
  .tbm-align-items-xl-start {
    align-items: flex-start !important;
  }
  .tbm-align-items-xl-end {
    align-items: flex-end !important;
  }
  .tbm-align-items-xl-center {
    align-items: center !important;
  }
  .tbm-align-items-xl-baseline {
    align-items: baseline !important;
  }
  .tbm-align-items-xl-stretch {
    align-items: stretch !important;
  }
  .tbm-align-content-xl-start {
    align-content: flex-start !important;
  }
  .tbm-align-content-xl-end {
    align-content: flex-end !important;
  }
  .tbm-align-content-xl-center {
    align-content: center !important;
  }
  .tbm-align-content-xl-between {
    align-content: space-between !important;
  }
  .tbm-align-content-xl-around {
    align-content: space-around !important;
  }
  .tbm-align-content-xl-stretch {
    align-content: stretch !important;
  }
  .tbm-align-self-xl-auto {
    align-self: auto !important;
  }
  .tbm-align-self-xl-start {
    align-self: flex-start !important;
  }
  .tbm-align-self-xl-end {
    align-self: flex-end !important;
  }
  .tbm-align-self-xl-center {
    align-self: center !important;
  }
  .tbm-align-self-xl-baseline {
    align-self: baseline !important;
  }
  .tbm-align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.tbm-float-left {
  float: left !important;
}

.tbm-float-right {
  float: right !important;
}

.tbm-float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .tbm-float-sm-left {
    float: left !important;
  }
  .tbm-float-sm-right {
    float: right !important;
  }
  .tbm-float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .tbm-float-md-left {
    float: left !important;
  }
  .tbm-float-md-right {
    float: right !important;
  }
  .tbm-float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .tbm-float-lg-left {
    float: left !important;
  }
  .tbm-float-lg-right {
    float: right !important;
  }
  .tbm-float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .tbm-float-xl-left {
    float: left !important;
  }
  .tbm-float-xl-right {
    float: right !important;
  }
  .tbm-float-xl-none {
    float: none !important;
  }
}

.tbm-overflow-auto {
  overflow: auto !important;
}

.tbm-overflow-hidden {
  overflow: hidden !important;
}

.tbm-position-static {
  position: static !important;
}

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

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

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

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

.tbm-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.tbm-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .tbm-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.tbm-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tbm-sr-only-focusable:active, .tbm-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.tbm-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.tbm-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.tbm-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.tbm-shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.tbm-w-auto {
  width: auto !important;
}

.tbm-h-25 {
  height: 25% !important;
}

.tbm-h-50 {
  height: 50% !important;
}

.tbm-h-75 {
  height: 75% !important;
}

.tbm-h-100 {
  height: 100% !important;
}

.tbm-h-auto {
  height: auto !important;
}

.tbm-mw-100 {
  max-width: 100% !important;
}

.tbm-mh-100 {
  max-height: 100% !important;
}

.tbm-min-vw-100 {
  min-width: 100vw !important;
}

.tbm-min-vh-100 {
  min-height: 100vh !important;
}

.tbm-vw-100 {
  width: 100vw !important;
}

.tbm-vh-100 {
  height: 100vh !important;
}

.tbm-stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

.tbm-mt-0,  .tbm-my-0 {
  margin-top: 0 !important;
}

.tbm-mr-0,  .tbm-mx-0 {
  margin-right: 0 !important;
}

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

.tbm-ml-0,  .tbm-mx-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tbm-mt-5,  .tbm-my-5 {
  margin-top: 3rem !important;
}

.tbm-mr-5,  .tbm-mx-5 {
  margin-right: 3rem !important;
}

.tbm-mb-5,  .tbm-my-5 {
  margin-bottom: 3rem !important;
}

.tbm-ml-5,  .tbm-mx-5 {
  margin-left: 3rem !important;
}

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

.tbm-pt-0,  .tbm-py-0 {
  padding-top: 0 !important;
}

.tbm-pr-0,  .tbm-px-0 {
  padding-right: 0 !important;
}

.tbm-pb-0,  .tbm-py-0 {
  padding-bottom: 0 !important;
}

.tbm-pl-0,  .tbm-px-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tbm-pt-5,  .tbm-py-5 {
  padding-top: 3rem !important;
}

.tbm-pr-5,  .tbm-px-5 {
  padding-right: 3rem !important;
}

.tbm-pb-5,  .tbm-py-5 {
  padding-bottom: 3rem !important;
}

.tbm-pl-5,  .tbm-px-5 {
  padding-left: 3rem !important;
}

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

.tbm-mt-n1,  .tbm-my-n1 {
  margin-top: -0.25rem !important;
}

.tbm-mr-n1,  .tbm-mx-n1 {
  margin-right: -0.25rem !important;
}

.tbm-mb-n1,  .tbm-my-n1 {
  margin-bottom: -0.25rem !important;
}

.tbm-ml-n1,  .tbm-mx-n1 {
  margin-left: -0.25rem !important;
}

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

.tbm-mt-n2,  .tbm-my-n2 {
  margin-top: -0.5rem !important;
}

.tbm-mr-n2,  .tbm-mx-n2 {
  margin-right: -0.5rem !important;
}

.tbm-mb-n2,  .tbm-my-n2 {
  margin-bottom: -0.5rem !important;
}

.tbm-ml-n2,  .tbm-mx-n2 {
  margin-left: -0.5rem !important;
}

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

.tbm-mt-n3,  .tbm-my-n3 {
  margin-top: -1rem !important;
}

.tbm-mr-n3,  .tbm-mx-n3 {
  margin-right: -1rem !important;
}

.tbm-mb-n3,  .tbm-my-n3 {
  margin-bottom: -1rem !important;
}

.tbm-ml-n3,  .tbm-mx-n3 {
  margin-left: -1rem !important;
}

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

.tbm-mt-n4,  .tbm-my-n4 {
  margin-top: -1.5rem !important;
}

.tbm-mr-n4,  .tbm-mx-n4 {
  margin-right: -1.5rem !important;
}

.tbm-mb-n4,  .tbm-my-n4 {
  margin-bottom: -1.5rem !important;
}

.tbm-ml-n4,  .tbm-mx-n4 {
  margin-left: -1.5rem !important;
}

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

.tbm-mt-n5,  .tbm-my-n5 {
  margin-top: -3rem !important;
}

.tbm-mr-n5,  .tbm-mx-n5 {
  margin-right: -3rem !important;
}

.tbm-mb-n5,  .tbm-my-n5 {
  margin-bottom: -3rem !important;
}

.tbm-ml-n5,  .tbm-mx-n5 {
  margin-left: -3rem !important;
}

.tbm-m-auto {
  margin: auto !important;
}

.tbm-mt-auto,  .tbm-my-auto {
  margin-top: auto !important;
}

.tbm-mr-auto,  .tbm-mx-auto {
  margin-right: auto !important;
}

.tbm-mb-auto,  .tbm-my-auto {
  margin-bottom: auto !important;
}

.tbm-ml-auto,  .tbm-mx-auto {
  margin-left: auto !important;
}

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

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

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

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

.tbm-text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.tbm-text-wrap {
  white-space: normal !important;
}

.tbm-text-nowrap {
  white-space: nowrap !important;
}

.tbm-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

.tbm-text-lowercase {
  text-transform: lowercase !important;
}

.tbm-text-uppercase {
  text-transform: uppercase !important;
}

.tbm-text-capitalize {
  text-transform: capitalize !important;
}

.tbm-font-weight-light {
  font-weight: 300 !important;
}

.tbm-font-weight-lighter {
  font-weight: lighter !important;
}

.tbm-font-weight-normal {
  font-weight: 400 !important;
}

.tbm-font-weight-bold {
  font-weight: 700 !important;
}

.tbm-font-weight-bolder {
  font-weight: bolder !important;
}

.tbm-font-italic {
  font-style: italic !important;
}

.tbm-text-white {
  color: #fff !important;
}

.tbm-text-primary {
  color: #6560e0 !important;
}

a.tbm-text-primary:hover, a.tbm-text-primary:focus {
  color: #2e28cc !important;
}

.tbm-text-secondary {
  color: #17274c !important;
}

a.tbm-text-secondary:hover, a.tbm-text-secondary:focus {
  color: #050911 !important;
}

.tbm-text-success {
  color: #00d68d !important;
}

a.tbm-text-success:hover, a.tbm-text-success:focus {
  color: #008a5b !important;
}

.tbm-text-info {
  color: #00ceee !important;
}

a.tbm-text-info:hover, a.tbm-text-info:focus {
  color: #008ca2 !important;
}

.tbm-text-warning {
  color: #ff5642 !important;
}

a.tbm-text-warning:hover, a.tbm-text-warning:focus {
  color: #f51a00 !important;
}

.tbm-text-danger {
  color: #ff005b !important;
}

a.tbm-text-danger:hover, a.tbm-text-danger:focus {
  color: #b30040 !important;
}

.tbm-text-light {
  color: #f8f9fa !important;
}

a.tbm-text-light:hover, a.tbm-text-light:focus {
  color: #cbd3da !important;
}

.tbm-text-dark {
  color: #343a40 !important;
}

a.tbm-text-dark:hover, a.tbm-text-dark:focus {
  color: #121416 !important;
}

.tbm-text-body {
  color: #212529 !important;
}

.tbm-text-muted {
  color: #6c757d !important;
}

.tbm-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.tbm-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.tbm-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.tbm-text-decoration-none {
  text-decoration: none !important;
}

.tbm-text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.tbm-text-reset {
  color: inherit !important;
}

.tbm-visible {
  visibility: visible !important;
}

.tbm-invisible {
  visibility: hidden !important;
}

@media print {
  *,  *::before,  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,  img {
    page-break-inside: avoid;
  }
  p,  h2,  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }
  .tbm-container {
    min-width: 992px !important;
  }
  .tbm-navbar {
    display: none;
  }
  .tbm-badge {
    border: 1px solid #000;
  }
  .tbm-table {
    border-collapse: collapse !important;
  }
  .tbm-table td,  .tbm-table th {
    background-color: #fff !important;
  }
  .tbm-table-bordered th,  .tbm-table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .tbm-table-dark {
    color: inherit;
  }
  .tbm-table-dark th,  .tbm-table-dark td,  .tbm-table-dark thead th,  .tbm-table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .tbm-table .tbm-thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}


/*# sourceMappingURL=main-13dd2e68.css.map*/