@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Lato", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
/**,
::after,
::before {
  box-sizing: border-box;
}*/
[class^="t1"] {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/*body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}*/
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.t1small,
small {
  font-size: 0.875em;
}
.t1mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.t1lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.t1display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .t1display-1 {
    font-size: 5rem;
  }
}
.t1display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .t1display-2 {
    font-size: 4.5rem;
  }
}
.t1display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .t1display-3 {
    font-size: 4rem;
  }
}
.t1display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .t1display-4 {
    font-size: 3.5rem;
  }
}
.t1display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .t1display-5 {
    font-size: 3rem;
  }
}
.t1display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .t1display-6 {
    font-size: 2.5rem;
  }
}
.t1list-unstyled {
  padding-left: 0;
  list-style: none;
}
.t1list-inline {
  padding-left: 0;
  list-style: none;
}
.t1list-inline-item {
  display: inline-block;
}
.t1list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.t1initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.t1blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.t1blockquote > :last-child {
  margin-bottom: 0;
}
.t1blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.t1blockquote-footer::before {
  content: "— ";
}
.t1img-fluid {
  max-width: 100%;
  height: auto;
}
.t1img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.t1figure {
  display: inline-block;
}
.t1figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.t1figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.t1container,
.t1container-fluid,
.t1container-lg,
.t1container-md,
.t1container-sm,
.t1container-xl,
.t1container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .t1container,
  .t1container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .t1container,
  .t1container-md,
  .t1container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .t1container,
  .t1container-lg,
  .t1container-md,
  .t1container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .t1container,
  .t1container-lg,
  .t1container-md,
  .t1container-sm,
  .t1container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .t1container,
  .t1container-lg,
  .t1container-md,
  .t1container-sm,
  .t1container-xl,
  .t1container-xxl {
    max-width: 1320px;
  }
}
.t1row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.t1row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.t1col {
  flex: 1 0 0%;
}
.t1row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.t1row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.t1row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.t1row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.t1row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.t1row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.t1row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.t1col-auto {
  flex: 0 0 auto;
  width: auto;
}
.t1col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.t1col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.t1col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.t1col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.t1col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.t1col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.t1col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.t1col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.t1col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.t1col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.t1col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.t1col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.t1offset-1 {
  margin-left: 8.33333333%;
}
.t1offset-2 {
  margin-left: 16.66666667%;
}
.t1offset-3 {
  margin-left: 25%;
}
.t1offset-4 {
  margin-left: 33.33333333%;
}
.t1offset-5 {
  margin-left: 41.66666667%;
}
.t1offset-6 {
  margin-left: 50%;
}
.t1offset-7 {
  margin-left: 58.33333333%;
}
.t1offset-8 {
  margin-left: 66.66666667%;
}
.t1offset-9 {
  margin-left: 75%;
}
.t1offset-10 {
  margin-left: 83.33333333%;
}
.t1offset-11 {
  margin-left: 91.66666667%;
}
.t1g-0,
.t1gx-0 {
  --bs-gutter-x: 0;
}
.t1g-0,
.t1gy-0 {
  --bs-gutter-y: 0;
}
.t1g-1,
.t1gx-1 {
  --bs-gutter-x: 0.25rem;
}
.t1g-1,
.t1gy-1 {
  --bs-gutter-y: 0.25rem;
}
.t1g-2,
.t1gx-2 {
  --bs-gutter-x: 0.5rem;
}
.t1g-2,
.t1gy-2 {
  --bs-gutter-y: 0.5rem;
}
.t1g-3,
.t1gx-3 {
  --bs-gutter-x: 1rem;
}
.t1g-3,
.t1gy-3 {
  --bs-gutter-y: 1rem;
}
.t1g-4,
.t1gx-4 {
  --bs-gutter-x: 1.5rem;
}
.t1g-4,
.t1gy-4 {
  --bs-gutter-y: 1.5rem;
}
.t1g-5,
.t1gx-5 {
  --bs-gutter-x: 3rem;
}
.t1g-5,
.t1gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .t1col-sm {
    flex: 1 0 0%;
  }
  .t1row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .t1row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .t1row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .t1row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .t1row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .t1row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .t1row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .t1col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .t1col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .t1col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .t1col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .t1col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .t1col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .t1col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .t1col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .t1col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .t1col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .t1col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .t1col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .t1col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .t1offset-sm-0 {
    margin-left: 0;
  }
  .t1offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .t1offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .t1offset-sm-3 {
    margin-left: 25%;
  }
  .t1offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .t1offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .t1offset-sm-6 {
    margin-left: 50%;
  }
  .t1offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .t1offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .t1offset-sm-9 {
    margin-left: 75%;
  }
  .t1offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .t1offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .t1g-sm-0,
  .t1gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .t1g-sm-0,
  .t1gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .t1g-sm-1,
  .t1gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .t1g-sm-1,
  .t1gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .t1g-sm-2,
  .t1gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .t1g-sm-2,
  .t1gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .t1g-sm-3,
  .t1gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .t1g-sm-3,
  .t1gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .t1g-sm-4,
  .t1gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .t1g-sm-4,
  .t1gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .t1g-sm-5,
  .t1gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .t1g-sm-5,
  .t1gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .t1col-md {
    flex: 1 0 0%;
  }
  .t1row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .t1row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .t1row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .t1row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .t1row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .t1row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .t1row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .t1col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .t1col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .t1col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .t1col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .t1col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .t1col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .t1col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .t1col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .t1col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .t1col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .t1col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .t1col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .t1col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .t1offset-md-0 {
    margin-left: 0;
  }
  .t1offset-md-1 {
    margin-left: 8.33333333%;
  }
  .t1offset-md-2 {
    margin-left: 16.66666667%;
  }
  .t1offset-md-3 {
    margin-left: 25%;
  }
  .t1offset-md-4 {
    margin-left: 33.33333333%;
  }
  .t1offset-md-5 {
    margin-left: 41.66666667%;
  }
  .t1offset-md-6 {
    margin-left: 50%;
  }
  .t1offset-md-7 {
    margin-left: 58.33333333%;
  }
  .t1offset-md-8 {
    margin-left: 66.66666667%;
  }
  .t1offset-md-9 {
    margin-left: 75%;
  }
  .t1offset-md-10 {
    margin-left: 83.33333333%;
  }
  .t1offset-md-11 {
    margin-left: 91.66666667%;
  }
  .t1g-md-0,
  .t1gx-md-0 {
    --bs-gutter-x: 0;
  }
  .t1g-md-0,
  .t1gy-md-0 {
    --bs-gutter-y: 0;
  }
  .t1g-md-1,
  .t1gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .t1g-md-1,
  .t1gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .t1g-md-2,
  .t1gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .t1g-md-2,
  .t1gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .t1g-md-3,
  .t1gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .t1g-md-3,
  .t1gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .t1g-md-4,
  .t1gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .t1g-md-4,
  .t1gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .t1g-md-5,
  .t1gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .t1g-md-5,
  .t1gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .t1col-lg {
    flex: 1 0 0%;
  }
  .t1row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .t1row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .t1row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .t1row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .t1row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .t1row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .t1row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .t1col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .t1col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .t1col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .t1col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .t1col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .t1col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .t1col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .t1col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .t1col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .t1col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .t1col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .t1col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .t1col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .t1offset-lg-0 {
    margin-left: 0;
  }
  .t1offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .t1offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .t1offset-lg-3 {
    margin-left: 25%;
  }
  .t1offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .t1offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .t1offset-lg-6 {
    margin-left: 50%;
  }
  .t1offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .t1offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .t1offset-lg-9 {
    margin-left: 75%;
  }
  .t1offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .t1offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .t1g-lg-0,
  .t1gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .t1g-lg-0,
  .t1gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .t1g-lg-1,
  .t1gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .t1g-lg-1,
  .t1gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .t1g-lg-2,
  .t1gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .t1g-lg-2,
  .t1gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .t1g-lg-3,
  .t1gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .t1g-lg-3,
  .t1gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .t1g-lg-4,
  .t1gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .t1g-lg-4,
  .t1gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .t1g-lg-5,
  .t1gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .t1g-lg-5,
  .t1gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .t1col-xl {
    flex: 1 0 0%;
  }
  .t1row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .t1row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .t1row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .t1row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .t1row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .t1row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .t1row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .t1col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .t1col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .t1col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .t1col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .t1col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .t1col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .t1col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .t1col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .t1col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .t1col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .t1col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .t1col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .t1col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .t1offset-xl-0 {
    margin-left: 0;
  }
  .t1offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .t1offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .t1offset-xl-3 {
    margin-left: 25%;
  }
  .t1offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .t1offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .t1offset-xl-6 {
    margin-left: 50%;
  }
  .t1offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .t1offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .t1offset-xl-9 {
    margin-left: 75%;
  }
  .t1offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .t1offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .t1g-xl-0,
  .t1gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .t1g-xl-0,
  .t1gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .t1g-xl-1,
  .t1gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .t1g-xl-1,
  .t1gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .t1g-xl-2,
  .t1gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .t1g-xl-2,
  .t1gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .t1g-xl-3,
  .t1gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .t1g-xl-3,
  .t1gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .t1g-xl-4,
  .t1gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .t1g-xl-4,
  .t1gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .t1g-xl-5,
  .t1gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .t1g-xl-5,
  .t1gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .t1col-xxl {
    flex: 1 0 0%;
  }
  .t1row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .t1row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .t1row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .t1row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .t1row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .t1row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .t1row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .t1col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .t1col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .t1col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .t1col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .t1col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .t1col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .t1col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .t1col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .t1col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .t1col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .t1col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .t1col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .t1col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .t1offset-xxl-0 {
    margin-left: 0;
  }
  .t1offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .t1offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .t1offset-xxl-3 {
    margin-left: 25%;
  }
  .t1offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .t1offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .t1offset-xxl-6 {
    margin-left: 50%;
  }
  .t1offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .t1offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .t1offset-xxl-9 {
    margin-left: 75%;
  }
  .t1offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .t1offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .t1g-xxl-0,
  .t1gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .t1g-xxl-0,
  .t1gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .t1g-xxl-1,
  .t1gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .t1g-xxl-1,
  .t1gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .t1g-xxl-2,
  .t1gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .t1g-xxl-2,
  .t1gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .t1g-xxl-3,
  .t1gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .t1g-xxl-3,
  .t1gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .t1g-xxl-4,
  .t1gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .t1g-xxl-4,
  .t1gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .t1g-xxl-5,
  .t1gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .t1g-xxl-5,
  .t1gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.t1table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.t1table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.t1table > tbody {
  vertical-align: inherit;
}
.t1table > thead {
  vertical-align: bottom;
}
.t1table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.t1caption-top {
  caption-side: top;
}
.t1table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.t1table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.t1table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.t1table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.t1table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.t1table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.t1table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.t1table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.t1table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.t1table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.t1table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.t1table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.t1table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.t1table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.t1table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.t1table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.t1table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .t1table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .t1table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .t1table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .t1table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .t1table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.t1form-label {
  margin-bottom: 0.5rem;
}
.t1col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.t1col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.t1col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.t1form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.t1form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .t1form-control {
    transition: none;
  }
}
.t1form-control[type="file"] {
  overflow: hidden;
}
.t1form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.t1form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.t1form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.t1form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.t1form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.t1form-control:disabled,
.t1form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.t1form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
.t1form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .t1form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .t1form-control::file-selector-button {
    transition: none;
  }
}
.t1form-control:hover:not(:disabled):not(
    [readonly]
  )::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.t1form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.t1form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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) {
  .t1form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.t1form-control:hover:not(:disabled):not(
    [readonly]
  )::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.t1form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.t1form-control-plaintext.t1form-control-lg,
.t1form-control-plaintext.t1form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.t1form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.t1form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.t1form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.t1form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.t1form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.t1form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.t1form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.t1form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.t1form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.t1form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.t1form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.t1form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.t1form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.t1form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.t1form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.t1form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .t1form-select {
    transition: none;
  }
}
.t1form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.t1form-select[multiple],
.t1form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.t1form-select:disabled {
  background-color: #e9ecef;
}
.t1form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.t1form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.t1form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.t1form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.t1form-check .t1form-check-input {
  float: left;
  margin-left: -1.5em;
}
.t1form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.t1form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.t1form-check-input[type="radio"] {
  border-radius: 50%;
}
.t1form-check-input:active {
  filter: brightness(90%);
}
.t1form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.t1form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.t1form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.t1form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.t1form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.t1form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.t1form-check-input:disabled ~ .t1form-check-label,
.t1form-check-input[disabled] ~ .t1form-check-label {
  opacity: 0.5;
}
.t1form-switch {
  padding-left: 2.5em;
}
.t1form-switch .t1form-check-input {
  width: 2em;
  margin-left: -2.5em;
  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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .t1form-switch .t1form-check-input {
    transition: none;
  }
}
.t1form-switch .t1form-check-input:focus {
  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='%2386b7fe'/%3e%3c/svg%3e");
}
.t1form-switch .t1form-check-input:checked {
  background-position: right center;
  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");
}
.t1form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.t1btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.t1btn-check:disabled + .t1btn,
.t1btn-check[disabled] + .t1btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.t1form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.t1form-range:focus {
  outline: 0;
}
.t1form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.t1form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.t1form-range::-moz-focus-outer {
  border: 0;
}
.t1form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  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) {
  .t1form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.t1form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.t1form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.t1form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  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) {
  .t1form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.t1form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.t1form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.t1form-range:disabled {
  pointer-events: none;
}
.t1form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.t1form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.t1form-floating {
  position: relative;
}
.t1form-floating > .t1form-control,
.t1form-floating > .t1form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.t1form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .t1form-floating > label {
    transition: none;
  }
}
.t1form-floating > .t1form-control {
  padding: 1rem 0.75rem;
}
.t1form-floating > .t1form-control::-moz-placeholder {
  color: transparent;
}
.t1form-floating > .t1form-control::placeholder {
  color: transparent;
}
.t1form-floating > .t1form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.t1form-floating > .t1form-control:focus,
.t1form-floating > .t1form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.t1form-floating > .t1form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.t1form-floating > .t1form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.t1form-floating > .t1form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.t1form-floating > .t1form-control:focus ~ label,
.t1form-floating > .t1form-control:not(:placeholder-shown) ~ label,
.t1form-floating > .t1form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.t1form-floating > .t1form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.t1input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.t1input-group > .t1form-control,
.t1input-group > .t1form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.t1input-group > .t1form-control:focus,
.t1input-group > .t1form-select:focus {
  z-index: 3;
}
.t1input-group .t1btn {
  position: relative;
  z-index: 2;
}
.t1input-group .t1btn:focus {
  z-index: 3;
}
.t1input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.t1input-group-lg > .t1btn,
.t1input-group-lg > .t1form-control,
.t1input-group-lg > .t1form-select,
.t1input-group-lg > .t1input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.t1input-group-sm > .t1btn,
.t1input-group-sm > .t1form-control,
.t1input-group-sm > .t1form-select,
.t1input-group-sm > .t1input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.t1input-group-lg > .t1form-select,
.t1input-group-sm > .t1form-select {
  padding-right: 3rem;
}
.t1input-group:not(.t1has-validation) > .t1dropdown-toggle:nth-last-child(n + 3),
.t1input-group:not(.t1has-validation)
  > :not(:last-child):not(.t1dropdown-toggle):not(.t1dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.t1input-group.t1has-validation > .t1dropdown-toggle:nth-last-child(n + 4),
.t1input-group.t1has-validation
  > :nth-last-child(n + 3):not(.t1dropdown-toggle):not(.t1dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.t1input-group
  > :not(:first-child):not(.t1dropdown-menu):not(.t1valid-tooltip):not(
    .t1valid-feedback
  ):not(.t1invalid-tooltip):not(.t1invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.t1valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.t1valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.t1is-valid ~ .t1valid-feedback,
.t1is-valid ~ .t1valid-tooltip,
.t1was-validated :valid ~ .t1valid-feedback,
.t1was-validated :valid ~ .t1valid-tooltip {
  display: block;
}
.t1form-control.is-valid,
.t1was-validated .t1form-control:valid {
  border-color: #198754;
  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='%23198754' 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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.t1form-control.is-valid:focus,
.t1was-validated .t1form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.t1was-validated textarea.t1form-control:valid,
textarea.t1form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.t1form-select.is-valid,
.t1was-validated .t1form-select:valid {
  border-color: #198754;
}
.t1form-select.is-valid:not([multiple]):not([size]),
.t1form-select.is-valid:not([multiple])[size="1"],
.t1was-validated .t1form-select:valid:not([multiple]):not([size]),
.t1was-validated .t1form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.t1form-select.is-valid:focus,
.t1was-validated .t1form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.t1form-check-input.is-valid,
.t1was-validated .t1form-check-input:valid {
  border-color: #198754;
}
.t1form-check-input.is-valid:checked,
.t1was-validated .t1form-check-input:valid:checked {
  background-color: #198754;
}
.t1form-check-input.is-valid:focus,
.t1was-validated .t1form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.t1form-check-input.is-valid ~ .t1form-check-label,
.t1was-validated .t1form-check-input:valid ~ .t1form-check-label {
  color: #198754;
}
.t1form-check-inline .t1form-check-input ~ .t1valid-feedback {
  margin-left: 0.5em;
}
.t1input-group .t1form-control.is-valid,
.t1input-group .t1form-select.is-valid,
.t1was-validated .t1input-group .t1form-control:valid,
.t1was-validated .t1input-group .t1form-select:valid {
  z-index: 1;
}
.t1input-group .t1form-control.is-valid:focus,
.t1input-group .t1form-select.is-valid:focus,
.t1was-validated .t1input-group .t1form-control:valid:focus,
.t1was-validated .t1input-group .t1form-select:valid:focus {
  z-index: 3;
}
.t1invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.t1invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.t1is-invalid ~ .t1invalid-feedback,
.t1is-invalid ~ .t1invalid-tooltip,
.t1was-validated :invalid ~ .t1invalid-feedback,
.t1was-validated :invalid ~ .t1invalid-tooltip {
  display: block;
}
.t1form-control.is-invalid,
.t1was-validated .t1form-control:invalid {
  border-color: #dc3545;
  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 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.t1form-control.is-invalid:focus,
.t1was-validated .t1form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.t1was-validated textarea.t1form-control:invalid,
textarea.t1form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.t1form-select.is-invalid,
.t1was-validated .t1form-select:invalid {
  border-color: #dc3545;
}
.t1form-select.is-invalid:not([multiple]):not([size]),
.t1form-select.is-invalid:not([multiple])[size="1"],
.t1was-validated .t1form-select:invalid:not([multiple]):not([size]),
.t1was-validated .t1form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.t1form-select.is-invalid:focus,
.t1was-validated .t1form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.t1form-check-input.is-invalid,
.t1was-validated .t1form-check-input:invalid {
  border-color: #dc3545;
}
.t1form-check-input.is-invalid:checked,
.t1was-validated .t1form-check-input:invalid:checked {
  background-color: #dc3545;
}
.t1form-check-input.is-invalid:focus,
.t1was-validated .t1form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.t1form-check-input.is-invalid ~ .t1form-check-label,
.t1was-validated .t1form-check-input:invalid ~ .t1form-check-label {
  color: #dc3545;
}
.t1form-check-inline .t1form-check-input ~ .t1invalid-feedback {
  margin-left: 0.5em;
}
.t1input-group .t1form-control.is-invalid,
.t1input-group .t1form-select.is-invalid,
.t1was-validated .t1input-group .t1form-control:invalid,
.t1was-validated .t1input-group .t1form-select:invalid {
  z-index: 2;
}
.t1input-group .t1form-control.is-invalid:focus,
.t1input-group .t1form-select.is-invalid:focus,
.t1was-validated .t1input-group .t1form-control:invalid:focus,
.t1was-validated .t1input-group .t1form-select:invalid:focus {
  z-index: 3;
}
/* .t1btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
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) {
  .t1btn {
    transition: none;
  }
}
.t1btn:hover {
  color: #212529;
}
.t1btn-check:focus + .t1btn,
.t1btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.t1btn.t1disabled,
.t1btn:disabled,
fieldset:disabled .t1btn {
  pointer-events: none;
  opacity: 0.65;
}
.t1btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.t1btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.t1btn-check:focus + .t1btn-primary,
.t1btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.t1btn-check:active + .t1btn-primary,
.t1btn-check:checked + .t1btn-primary,
.t1btn-primary.t1active,
.t1btn-primary:active,
.t1show > .t1btn-primary.t1dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.t1btn-check:active + .t1btn-primary:focus,
.t1btn-check:checked + .t1btn-primary:focus,
.t1btn-primary.t1active:focus,
.t1btn-primary:active:focus,
.t1show > .t1btn-primary.t1dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.t1btn-primary.t1disabled,
.t1btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.t1btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.t1btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.t1btn-check:focus + .t1btn-secondary,
.t1btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.t1btn-check:active + .t1btn-secondary,
.t1btn-check:checked + .t1btn-secondary,
.t1btn-secondary.t1active,
.t1btn-secondary:active,
.t1show > .t1btn-secondary.t1dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.t1btn-check:active + .t1btn-secondary:focus,
.t1btn-check:checked + .t1btn-secondary:focus,
.t1btn-secondary.t1active:focus,
.t1btn-secondary:active:focus,
.t1show > .t1btn-secondary.t1dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.t1btn-secondary.t1disabled,
.t1btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.t1btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.t1btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.t1btn-check:focus + .t1btn-success,
.t1btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.t1btn-check:active + .t1btn-success,
.t1btn-check:checked + .t1btn-success,
.t1btn-success.t1active,
.t1btn-success:active,
.t1show > .t1btn-success.t1dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.t1btn-check:active + .t1btn-success:focus,
.t1btn-check:checked + .t1btn-success:focus,
.t1btn-success.t1active:focus,
.t1btn-success:active:focus,
.t1show > .t1btn-success.t1dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.t1btn-success.t1disabled,
.t1btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.t1btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.t1btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.t1btn-check:focus + .t1btn-info,
.t1btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.t1btn-check:active + .t1btn-info,
.t1btn-check:checked + .t1btn-info,
.t1btn-info.t1active,
.t1btn-info:active,
.t1show > .t1btn-info.t1dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.t1btn-check:active + .t1btn-info:focus,
.t1btn-check:checked + .t1btn-info:focus,
.t1btn-info.t1active:focus,
.t1btn-info:active:focus,
.t1show > .t1btn-info.t1dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.t1btn-info.t1disabled,
.t1btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.t1btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.t1btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.t1btn-check:focus + .t1btn-warning,
.t1btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.t1btn-check:active + .t1btn-warning,
.t1btn-check:checked + .t1btn-warning,
.t1btn-warning.t1active,
.t1btn-warning:active,
.t1show > .t1btn-warning.t1dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.t1btn-check:active + .t1btn-warning:focus,
.t1btn-check:checked + .t1btn-warning:focus,
.t1btn-warning.t1active:focus,
.t1btn-warning:active:focus,
.t1show > .t1btn-warning.t1dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.t1btn-warning.t1disabled,
.t1btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.t1btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.t1btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.t1btn-check:focus + .t1btn-danger,
.t1btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.t1btn-check:active + .t1btn-danger,
.t1btn-check:checked + .t1btn-danger,
.t1btn-danger.t1active,
.t1btn-danger:active,
.t1show > .t1btn-danger.t1dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.t1btn-check:active + .t1btn-danger:focus,
.t1btn-check:checked + .t1btn-danger:focus,
.t1btn-danger.t1active:focus,
.t1btn-danger:active:focus,
.t1show > .t1btn-danger.t1dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.t1btn-danger.t1disabled,
.t1btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.t1btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.t1btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.t1btn-check:focus + .t1btn-light,
.t1btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.t1btn-check:active + .t1btn-light,
.t1btn-check:checked + .t1btn-light,
.t1btn-light.t1active,
.t1btn-light:active,
.t1show > .t1btn-light.t1dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.t1btn-check:active + .t1btn-light:focus,
.t1btn-check:checked + .t1btn-light:focus,
.t1btn-light.t1active:focus,
.t1btn-light:active:focus,
.t1show > .t1btn-light.t1dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.t1btn-light.t1disabled,
.t1btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.t1btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.t1btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.t1btn-check:focus + .t1btn-dark,
.t1btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.t1btn-check:active + .t1btn-dark,
.t1btn-check:checked + .t1btn-dark,
.t1btn-dark.t1active,
.t1btn-dark:active,
.t1show > .t1btn-dark.t1dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.t1btn-check:active + .t1btn-dark:focus,
.t1btn-check:checked + .t1btn-dark:focus,
.t1btn-dark.t1active:focus,
.t1btn-dark:active:focus,
.t1show > .t1btn-dark.t1dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.t1btn-dark.t1disabled,
.t1btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.t1btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.t1btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.t1btn-check:focus + .t1btn-outline-primary,
.t1btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.t1btn-check:active + .t1btn-outline-primary,
.t1btn-check:checked + .t1btn-outline-primary,
.t1btn-outline-primary.t1active,
.t1btn-outline-primary.t1dropdown-toggle.t1show,
.t1btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.t1btn-check:active + .t1btn-outline-primary:focus,
.t1btn-check:checked + .t1btn-outline-primary:focus,
.t1btn-outline-primary.t1active:focus,
.t1btn-outline-primary.t1dropdown-toggle.t1show:focus,
.t1btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.t1btn-outline-primary.t1disabled,
.t1btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.t1btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.t1btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.t1btn-check:focus + .t1btn-outline-secondary,
.t1btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.t1btn-check:active + .t1btn-outline-secondary,
.t1btn-check:checked + .t1btn-outline-secondary,
.t1btn-outline-secondary.t1active,
.t1btn-outline-secondary.t1dropdown-toggle.t1show,
.t1btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.t1btn-check:active + .t1btn-outline-secondary:focus,
.t1btn-check:checked + .t1btn-outline-secondary:focus,
.t1btn-outline-secondary.t1active:focus,
.t1btn-outline-secondary.t1dropdown-toggle.t1show:focus,
.t1btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.t1btn-outline-secondary.t1disabled,
.t1btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.t1btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.t1btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.t1btn-check:focus + .t1btn-outline-success,
.t1btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.t1btn-check:active + .t1btn-outline-success,
.t1btn-check:checked + .t1btn-outline-success,
.t1btn-outline-success.t1active,
.t1btn-outline-success.t1dropdown-toggle.t1show,
.t1btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.t1btn-check:active + .t1btn-outline-success:focus,
.t1btn-check:checked + .t1btn-outline-success:focus,
.t1btn-outline-success.t1active:focus,
.t1btn-outline-success.t1dropdown-toggle.t1show:focus,
.t1btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.t1btn-outline-success.t1disabled,
.t1btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.t1btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.t1btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.t1btn-check:focus + .t1btn-outline-info,
.t1btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.t1btn-check:active + .t1btn-outline-info,
.t1btn-check:checked + .t1btn-outline-info,
.t1btn-outline-info.t1active,
.t1btn-outline-info.t1dropdown-toggle.t1show,
.t1btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.t1btn-check:active + .t1btn-outline-info:focus,
.t1btn-check:checked + .t1btn-outline-info:focus,
.t1btn-outline-info.t1active:focus,
.t1btn-outline-info.t1dropdown-toggle.t1show:focus,
.t1btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.t1btn-outline-info.t1disabled,
.t1btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.t1btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.t1btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.t1btn-check:focus + .t1btn-outline-warning,
.t1btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.t1btn-check:active + .t1btn-outline-warning,
.t1btn-check:checked + .t1btn-outline-warning,
.t1btn-outline-warning.t1active,
.t1btn-outline-warning.t1dropdown-toggle.t1show,
.t1btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.t1btn-check:active + .t1btn-outline-warning:focus,
.t1btn-check:checked + .t1btn-outline-warning:focus,
.t1btn-outline-warning.t1active:focus,
.t1btn-outline-warning.t1dropdown-toggle.t1show:focus,
.t1btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.t1btn-outline-warning.t1disabled,
.t1btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.t1btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.t1btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.t1btn-check:focus + .t1btn-outline-danger,
.t1btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.t1btn-check:active + .t1btn-outline-danger,
.t1btn-check:checked + .t1btn-outline-danger,
.t1btn-outline-danger.t1active,
.t1btn-outline-danger.t1dropdown-toggle.t1show,
.t1btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.t1btn-check:active + .t1btn-outline-danger:focus,
.t1btn-check:checked + .t1btn-outline-danger:focus,
.t1btn-outline-danger.t1active:focus,
.t1btn-outline-danger.t1dropdown-toggle.t1show:focus,
.t1btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.t1btn-outline-danger.t1disabled,
.t1btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.t1btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.t1btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.t1btn-check:focus + .t1btn-outline-light,
.t1btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.t1btn-check:active + .t1btn-outline-light,
.t1btn-check:checked + .t1btn-outline-light,
.t1btn-outline-light.t1active,
.t1btn-outline-light.t1dropdown-toggle.t1show,
.t1btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.t1btn-check:active + .t1btn-outline-light:focus,
.t1btn-check:checked + .t1btn-outline-light:focus,
.t1btn-outline-light.t1active:focus,
.t1btn-outline-light.t1dropdown-toggle.t1show:focus,
.t1btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.t1btn-outline-light.t1disabled,
.t1btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.t1btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.t1btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.t1btn-check:focus + .t1btn-outline-dark,
.t1btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.t1btn-check:active + .t1btn-outline-dark,
.t1btn-check:checked + .t1btn-outline-dark,
.t1btn-outline-dark.t1active,
.t1btn-outline-dark.t1dropdown-toggle.t1show,
.t1btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.t1btn-check:active + .t1btn-outline-dark:focus,
.t1btn-check:checked + .t1btn-outline-dark:focus,
.t1btn-outline-dark.t1active:focus,
.t1btn-outline-dark.t1dropdown-toggle.t1show:focus,
.t1btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.t1btn-outline-dark.t1disabled,
.t1btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.t1btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.t1btn-link:hover {
  color: #0a58ca;
}
.t1btn-link.t1disabled,
.t1btn-link:disabled {
  color: #6c757d;
}
.t1btn-group-lg > .t1btn,
.t1btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.t1btn-group-sm > .t1btn,
.t1btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.t1fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .t1fade {
    transition: none;
  }
}
.t1fade:not(.t1show) {
  opacity: 0;
}
.t1collapse:not(.t1show) {
  display: none;
}
.t1collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .t1collapsing {
    transition: none;
  }
}
.t1collapsing.t1collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .t1collapsing.t1collapse-horizontal {
    transition: none;
  }
}
.t1dropdown,
.t1dropend,
.t1dropstart,
.t1dropup {
  position: relative;
}
.t1dropdown-toggle {
  white-space: nowrap;
}
.t1dropdown-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;
}
.t1dropdown-toggle:empty::after {
  margin-left: 0;
}
.t1dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 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;
}
.t1dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.t1dropdown-menu-start {
  --bs-position: start;
}
.t1dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.t1dropdown-menu-end {
  --bs-position: end;
}
.t1dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .t1dropdown-menu-sm-start {
    --bs-position: start;
  }
  .t1dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .t1dropdown-menu-sm-end {
    --bs-position: end;
  }
  .t1dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .t1dropdown-menu-md-start {
    --bs-position: start;
  }
  .t1dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .t1dropdown-menu-md-end {
    --bs-position: end;
  }
  .t1dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .t1dropdown-menu-lg-start {
    --bs-position: start;
  }
  .t1dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .t1dropdown-menu-lg-end {
    --bs-position: end;
  }
  .t1dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .t1dropdown-menu-xl-start {
    --bs-position: start;
  }
  .t1dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .t1dropdown-menu-xl-end {
    --bs-position: end;
  }
  .t1dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .t1dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .t1dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .t1dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .t1dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.t1dropup .t1dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.t1dropup .t1dropdown-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;
}
.t1dropup .t1dropdown-toggle:empty::after {
  margin-left: 0;
}
.t1dropend .t1dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.t1dropend .t1dropdown-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;
}
.t1dropend .t1dropdown-toggle:empty::after {
  margin-left: 0;
}
.t1dropend .t1dropdown-toggle::after {
  vertical-align: 0;
}
.t1dropstart .t1dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.t1dropstart .t1dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.t1dropstart .t1dropdown-toggle::after {
  display: none;
}
.t1dropstart .t1dropdown-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;
}
.t1dropstart .t1dropdown-toggle:empty::after {
  margin-left: 0;
}
.t1dropstart .t1dropdown-toggle::before {
  vertical-align: 0;
}
.t1dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.t1dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.t1dropdown-item:focus,
.t1dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.t1dropdown-item.t1active,
.t1dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.t1dropdown-item.t1disabled,
.t1dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.t1dropdown-menu.t1show {
  display: block;
}
.t1dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.t1dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.t1dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.t1dropdown-menu-dark .t1dropdown-item {
  color: #dee2e6;
}
.t1dropdown-menu-dark .t1dropdown-item:focus,
.t1dropdown-menu-dark .t1dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.t1dropdown-menu-dark .t1dropdown-item.t1active,
.t1dropdown-menu-dark .t1dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.t1dropdown-menu-dark .t1dropdown-item.t1disabled,
.t1dropdown-menu-dark .t1dropdown-item:disabled {
  color: #adb5bd;
}
.t1dropdown-menu-dark .t1dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.t1dropdown-menu-dark .t1dropdown-item-text {
  color: #dee2e6;
}
.t1dropdown-menu-dark .t1dropdown-header {
  color: #adb5bd;
}
.t1btn-group,
.t1btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.t1btn-group-vertical > .t1btn,
.t1btn-group > .t1btn {
  position: relative;
  flex: 1 1 auto;
}
.t1btn-group-vertical > .t1btn-check:checked + .t1btn,
.t1btn-group-vertical > .t1btn-check:focus + .t1btn,
.t1btn-group-vertical > .t1btn.t1active,
.t1btn-group-vertical > .t1btn:active,
.t1btn-group-vertical > .t1btn:focus,
.t1btn-group-vertical > .t1btn:hover,
.t1btn-group > .t1btn-check:checked + .t1btn,
.t1btn-group > .t1btn-check:focus + .t1btn,
.t1btn-group > .t1btn.t1active,
.t1btn-group > .t1btn:active,
.t1btn-group > .t1btn:focus,
.t1btn-group > .t1btn:hover {
  z-index: 1;
}
.t1btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.t1btn-toolbar .t1input-group {
  width: auto;
}
.t1btn-group > .t1btn-group:not(:first-child),
.t1btn-group > .t1btn:not(:first-child) {
  margin-left: -1px;
}
.t1btn-group > .t1btn-group:not(:last-child) > .t1btn,
.t1btn-group > .t1btn:not(:last-child):not(.t1dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.t1btn-group > .t1btn-group:not(:first-child) > .t1btn,
.t1btn-group > .t1btn:nth-child(n + 3),
.t1btn-group > :not(.t1btn-check) + .t1btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.t1dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.t1dropdown-toggle-split::after,
.t1dropend .t1dropdown-toggle-split::after,
.t1dropup .t1dropdown-toggle-split::after {
  margin-left: 0;
}
.t1dropstart .t1dropdown-toggle-split::before {
  margin-right: 0;
}
.t1btn-group-sm > .t1btn + .t1dropdown-toggle-split,
.t1btn-sm + .t1dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.t1btn-group-lg > .t1btn + .t1dropdown-toggle-split,
.t1btn-lg + .t1dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.t1btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.t1btn-group-vertical > .t1btn,
.t1btn-group-vertical > .t1btn-group {
  width: 100%;
}
.t1btn-group-vertical > .t1btn-group:not(:first-child),
.t1btn-group-vertical > .t1btn:not(:first-child) {
  margin-top: -1px;
}
.t1btn-group-vertical > .t1btn-group:not(:last-child) > .t1btn,
.t1btn-group-vertical > .t1btn:not(:last-child):not(.t1dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.t1btn-group-vertical > .t1btn-group:not(:first-child) > .t1btn,
.t1btn-group-vertical > .t1btn ~ .t1btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.t1nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.t1nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .t1nav-link {
    transition: none;
  }
}
.t1nav-link:focus,
.t1nav-link:hover {
  color: #0a58ca;
}
.t1nav-link.t1disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.t1nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.t1nav-tabs .t1nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.t1nav-tabs .t1nav-link:focus,
.t1nav-tabs .t1nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.t1nav-tabs .t1nav-link.t1disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.t1nav-tabs .t1nav-item.t1show .t1nav-link,
.t1nav-tabs .t1nav-link.t1active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.t1nav-tabs .t1dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.t1nav-pills .t1nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
.t1nav-pills .t1nav-link.t1active,
.t1nav-pills .t1show > .t1nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.t1nav-fill .t1nav-item,
.t1nav-fill > .t1nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.t1nav-justified .t1nav-item,
.t1nav-justified > .t1nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.t1nav-fill .t1nav-item .t1nav-link,
.t1nav-justified .t1nav-item .t1nav-link {
  width: 100%;
}
.t1tab-content > .t1tab-pane {
  display: none;
}
.t1tab-content > .t1active {
  display: block;
}
.t1navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.t1navbar > .t1container,
.t1navbar > .t1container-fluid,
.t1navbar > .t1container-lg,
.t1navbar > .t1container-md,
.t1navbar > .t1container-sm,
.t1navbar > .t1container-xl,
.t1navbar > .t1container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.t1navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.t1navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.t1navbar-nav .t1nav-link {
  padding-right: 0;
  padding-left: 0;
}
.t1navbar-nav .t1dropdown-menu {
  position: static;
}
.t1navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.t1navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.t1navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .t1navbar-toggler {
    transition: none;
  }
}
.t1navbar-toggler:hover {
  text-decoration: none;
}
.t1navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.t1navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.t1navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .t1navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .t1navbar-expand-sm .t1navbar-nav {
    flex-direction: row;
  }
  .t1navbar-expand-sm .t1navbar-nav .t1dropdown-menu {
    position: absolute;
  }
  .t1navbar-expand-sm .t1navbar-nav .t1nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .t1navbar-expand-sm .t1navbar-nav-scroll {
    overflow: visible;
  }
  .t1navbar-expand-sm .t1navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .t1navbar-expand-sm .t1navbar-toggler {
    display: none;
  }
  .t1navbar-expand-sm .t1offcanvas-header {
    display: none;
  }
  .t1navbar-expand-sm .t1offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .t1navbar-expand-sm .t1offcanvas-bottom,
  .t1navbar-expand-sm .t1offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .t1navbar-expand-sm .t1offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .t1navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .t1navbar-expand-md .t1navbar-nav {
    flex-direction: row;
  }
  .t1navbar-expand-md .t1navbar-nav .t1dropdown-menu {
    position: absolute;
  }
  .t1navbar-expand-md .t1navbar-nav .t1nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .t1navbar-expand-md .t1navbar-nav-scroll {
    overflow: visible;
  }
  .t1navbar-expand-md .t1navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .t1navbar-expand-md .t1navbar-toggler {
    display: none;
  }
  .t1navbar-expand-md .t1offcanvas-header {
    display: none;
  }
  .t1navbar-expand-md .t1offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .t1navbar-expand-md .t1offcanvas-bottom,
  .t1navbar-expand-md .t1offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .t1navbar-expand-md .t1offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .t1navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .t1navbar-expand-lg .t1navbar-nav {
    flex-direction: row;
  }
  .t1navbar-expand-lg .t1navbar-nav .t1dropdown-menu {
    position: absolute;
  }
  .t1navbar-expand-lg .t1navbar-nav .t1nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .t1navbar-expand-lg .t1navbar-nav-scroll {
    overflow: visible;
  }
  .t1navbar-expand-lg .t1navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .t1navbar-expand-lg .t1navbar-toggler {
    display: none;
  }
  .t1navbar-expand-lg .t1offcanvas-header {
    display: none;
  }
  .t1navbar-expand-lg .t1offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .t1navbar-expand-lg .t1offcanvas-bottom,
  .t1navbar-expand-lg .t1offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .t1navbar-expand-lg .t1offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .t1navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .t1navbar-expand-xl .t1navbar-nav {
    flex-direction: row;
  }
  .t1navbar-expand-xl .t1navbar-nav .t1dropdown-menu {
    position: absolute;
  }
  .t1navbar-expand-xl .t1navbar-nav .t1nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .t1navbar-expand-xl .t1navbar-nav-scroll {
    overflow: visible;
  }
  .t1navbar-expand-xl .t1navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .t1navbar-expand-xl .t1navbar-toggler {
    display: none;
  }
  .t1navbar-expand-xl .t1offcanvas-header {
    display: none;
  }
  .t1navbar-expand-xl .t1offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .t1navbar-expand-xl .t1offcanvas-bottom,
  .t1navbar-expand-xl .t1offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .t1navbar-expand-xl .t1offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .t1navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .t1navbar-expand-xxl .t1navbar-nav {
    flex-direction: row;
  }
  .t1navbar-expand-xxl .t1navbar-nav .t1dropdown-menu {
    position: absolute;
  }
  .t1navbar-expand-xxl .t1navbar-nav .t1nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .t1navbar-expand-xxl .t1navbar-nav-scroll {
    overflow: visible;
  }
  .t1navbar-expand-xxl .t1navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .t1navbar-expand-xxl .t1navbar-toggler {
    display: none;
  }
  .t1navbar-expand-xxl .t1offcanvas-header {
    display: none;
  }
  .t1navbar-expand-xxl .t1offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .t1navbar-expand-xxl .t1offcanvas-bottom,
  .t1navbar-expand-xxl .t1offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .t1navbar-expand-xxl .t1offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.t1navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.t1navbar-expand .t1navbar-nav {
  flex-direction: row;
}
.t1navbar-expand .t1navbar-nav .t1dropdown-menu {
  position: absolute;
}
.t1navbar-expand .t1navbar-nav .t1nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.t1navbar-expand .t1navbar-nav-scroll {
  overflow: visible;
}
.t1navbar-expand .t1navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.t1navbar-expand .t1navbar-toggler {
  display: none;
}
.t1navbar-expand .t1offcanvas-header {
  display: none;
}
.t1navbar-expand .t1offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.t1navbar-expand .t1offcanvas-bottom,
.t1navbar-expand .t1offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.t1navbar-expand .t1offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.t1navbar-light .t1navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.t1navbar-light .t1navbar-brand:focus,
.t1navbar-light .t1navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.t1navbar-light .t1navbar-nav .t1nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.t1navbar-light .t1navbar-nav .t1nav-link:focus,
.t1navbar-light .t1navbar-nav .t1nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.t1navbar-light .t1navbar-nav .t1nav-link.t1disabled {
  color: rgba(0, 0, 0, 0.3);
}
.t1navbar-light .t1navbar-nav .t1nav-link.t1active,
.t1navbar-light .t1navbar-nav .t1show > .t1nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.t1navbar-light .t1navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.t1navbar-light .t1navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.t1navbar-light .t1navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.t1navbar-light .t1navbar-text a,
.t1navbar-light .t1navbar-text a:focus,
.t1navbar-light .t1navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.t1navbar-dark .t1navbar-brand {
  color: #fff;
}
.t1navbar-dark .t1navbar-brand:focus,
.t1navbar-dark .t1navbar-brand:hover {
  color: #fff;
}
.t1navbar-dark .t1navbar-nav .t1nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.t1navbar-dark .t1navbar-nav .t1nav-link:focus,
.t1navbar-dark .t1navbar-nav .t1nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.t1navbar-dark .t1navbar-nav .t1nav-link.t1disabled {
  color: rgba(255, 255, 255, 0.25);
}
.t1navbar-dark .t1navbar-nav .t1nav-link.t1active,
.t1navbar-dark .t1navbar-nav .t1show > .t1nav-link {
  color: #fff;
}
.t1navbar-dark .t1navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.t1navbar-dark .t1navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.t1navbar-dark .t1navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.t1navbar-dark .t1navbar-text a,
.t1navbar-dark .t1navbar-text a:focus,
.t1navbar-dark .t1navbar-text a:hover {
  color: #fff;
}
.t1card {
  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;
}
.t1card > hr {
  margin-right: 0;
  margin-left: 0;
}
.t1card > .t1list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.t1card > .t1list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.t1card > .t1list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.t1card > .t1card-header + .t1list-group,
.t1card > .t1list-group + .t1card-footer {
  border-top: 0;
}
.t1card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.t1card-title {
  margin-bottom: 0.5rem;
}
.t1card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.t1card-text:last-child {
  margin-bottom: 0;
}
.t1card-link + .t1card-link {
  margin-left: 1rem;
}
.t1card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.t1card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.t1card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.t1card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.t1card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.t1card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.t1card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.t1card-img,
.t1card-img-bottom,
.t1card-img-top {
  width: 100%;
}
.t1card-img,
.t1card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.t1card-img,
.t1card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.t1card-group > .t1card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .t1card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .t1card-group > .t1card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .t1card-group > .t1card + .t1card {
    margin-left: 0;
    border-left: 0;
  }
  .t1card-group > .t1card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .t1card-group > .t1card:not(:last-child) .t1card-header,
  .t1card-group > .t1card:not(:last-child) .t1card-img-top {
    border-top-right-radius: 0;
  }
  .t1card-group > .t1card:not(:last-child) .t1card-footer,
  .t1card-group > .t1card:not(:last-child) .t1card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .t1card-group > .t1card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .t1card-group > .t1card:not(:first-child) .t1card-header,
  .t1card-group > .t1card:not(:first-child) .t1card-img-top {
    border-top-left-radius: 0;
  }
  .t1card-group > .t1card:not(:first-child) .t1card-footer,
  .t1card-group > .t1card:not(:first-child) .t1card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.t1accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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,
    border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .t1accordion-button {
    transition: none;
  }
}
.t1accordion-button:not(.t1collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.t1accordion-button:not(.t1collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.t1accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .t1accordion-button::after {
    transition: none;
  }
}
.t1accordion-button:hover {
  z-index: 2;
}
.t1accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.t1accordion-header {
  margin-bottom: 0;
}
.t1accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.t1accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.t1accordion-item:first-of-type .t1accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.t1accordion-item:not(:first-of-type) {
  border-top: 0;
}
.t1accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.t1accordion-item:last-of-type .t1accordion-button.t1collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.t1accordion-item:last-of-type .t1accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.t1accordion-body {
  padding: 1rem 1.25rem;
}
.t1accordion-flush .t1accordion-collapse {
  border-width: 0;
}
.t1accordion-flush .t1accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.t1accordion-flush .t1accordion-item:first-child {
  border-top: 0;
}
.t1accordion-flush .t1accordion-item:last-child {
  border-bottom: 0;
}
.t1accordion-flush .t1accordion-item .t1accordion-button {
  border-radius: 0;
}
.t1breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.t1breadcrumb-item + .t1breadcrumb-item {
  padding-left: 0.5rem;
}
.t1breadcrumb-item + .t1breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.t1breadcrumb-item.t1active {
  color: #6c757d;
}
.t1pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.t1page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .t1page-link {
    transition: none;
  }
}
.t1page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.t1page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.t1page-item:not(:first-child) .t1page-link {
  margin-left: -1px;
}
.t1page-item.t1active .t1page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.t1page-item.t1disabled .t1page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.t1page-link {
  padding: 0.375rem 0.75rem;
}
.t1page-item:first-child .t1page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.t1page-item:last-child .t1page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.t1pagination-lg .t1page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.t1pagination-lg .t1page-item:first-child .t1page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.t1pagination-lg .t1page-item:last-child .t1page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.t1pagination-sm .t1page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.t1pagination-sm .t1page-item:first-child .t1page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.t1pagination-sm .t1page-item:last-child .t1page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.t1badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.t1badge:empty {
  display: none;
}
.t1btn .t1badge {
  position: relative;
  top: -1px;
}
.t1alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.t1alert-heading {
  color: inherit;
}
.t1alert-link {
  font-weight: 700;
}
.t1alert-dismissible {
  padding-right: 3rem;
}
.t1alert-dismissible .t1btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.t1alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.t1alert-primary .t1alert-link {
  color: #06357a;
}
.t1alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.t1alert-secondary .t1alert-link {
  color: #34383c;
}
.t1alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.t1alert-success .t1alert-link {
  color: #0c4128;
}
.t1alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.t1alert-info .t1alert-link {
  color: #04414d;
}
.t1alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.t1alert-warning .t1alert-link {
  color: #523e02;
}
.t1alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.t1alert-danger .t1alert-link {
  color: #6a1a21;
}
.t1alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.t1alert-light .t1alert-link {
  color: #4f5050;
}
.t1alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.t1alert-dark .t1alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.t1progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.t1progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .t1progress-bar {
    transition: none;
  }
}
.t1progress-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;
}
.t1progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .t1progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.t1list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.t1list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.t1list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.t1list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.t1list-group-item-action:focus,
.t1list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.t1list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.t1list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.t1list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.t1list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.t1list-group-item.t1disabled,
.t1list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.t1list-group-item.t1active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.t1list-group-item + .t1list-group-item {
  border-top-width: 0;
}
.t1list-group-item + .t1list-group-item.t1active {
  margin-top: -1px;
  border-top-width: 1px;
}
.t1list-group-horizontal {
  flex-direction: row;
}
.t1list-group-horizontal > .t1list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.t1list-group-horizontal > .t1list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.t1list-group-horizontal > .t1list-group-item.t1active {
  margin-top: 0;
}
.t1list-group-horizontal > .t1list-group-item + .t1list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.t1list-group-horizontal > .t1list-group-item + .t1list-group-item.t1active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .t1list-group-horizontal-sm {
    flex-direction: row;
  }
  .t1list-group-horizontal-sm > .t1list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .t1list-group-horizontal-sm > .t1list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .t1list-group-horizontal-sm > .t1list-group-item.t1active {
    margin-top: 0;
  }
  .t1list-group-horizontal-sm > .t1list-group-item + .t1list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .t1list-group-horizontal-sm > .t1list-group-item + .t1list-group-item.t1active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .t1list-group-horizontal-md {
    flex-direction: row;
  }
  .t1list-group-horizontal-md > .t1list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .t1list-group-horizontal-md > .t1list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .t1list-group-horizontal-md > .t1list-group-item.t1active {
    margin-top: 0;
  }
  .t1list-group-horizontal-md > .t1list-group-item + .t1list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .t1list-group-horizontal-md > .t1list-group-item + .t1list-group-item.t1active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .t1list-group-horizontal-lg {
    flex-direction: row;
  }
  .t1list-group-horizontal-lg > .t1list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .t1list-group-horizontal-lg > .t1list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .t1list-group-horizontal-lg > .t1list-group-item.t1active {
    margin-top: 0;
  }
  .t1list-group-horizontal-lg > .t1list-group-item + .t1list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .t1list-group-horizontal-lg > .t1list-group-item + .t1list-group-item.t1active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .t1list-group-horizontal-xl {
    flex-direction: row;
  }
  .t1list-group-horizontal-xl > .t1list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .t1list-group-horizontal-xl > .t1list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .t1list-group-horizontal-xl > .t1list-group-item.t1active {
    margin-top: 0;
  }
  .t1list-group-horizontal-xl > .t1list-group-item + .t1list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .t1list-group-horizontal-xl > .t1list-group-item + .t1list-group-item.t1active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .t1list-group-horizontal-xxl {
    flex-direction: row;
  }
  .t1list-group-horizontal-xxl > .t1list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .t1list-group-horizontal-xxl > .t1list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .t1list-group-horizontal-xxl > .t1list-group-item.t1active {
    margin-top: 0;
  }
  .t1list-group-horizontal-xxl > .t1list-group-item + .t1list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .t1list-group-horizontal-xxl > .t1list-group-item + .t1list-group-item.t1active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.t1list-group-flush {
  border-radius: 0;
}
.t1list-group-flush > .t1list-group-item {
  border-width: 0 0 1px;
}
.t1list-group-flush > .t1list-group-item:last-child {
  border-bottom-width: 0;
}
.t1list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.t1list-group-item-primary.t1list-group-item-action:focus,
.t1list-group-item-primary.t1list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.t1list-group-item-primary.t1list-group-item-action.t1active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.t1list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.t1list-group-item-secondary.t1list-group-item-action:focus,
.t1list-group-item-secondary.t1list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.t1list-group-item-secondary.t1list-group-item-action.t1active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.t1list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.t1list-group-item-success.t1list-group-item-action:focus,
.t1list-group-item-success.t1list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.t1list-group-item-success.t1list-group-item-action.t1active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.t1list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.t1list-group-item-info.t1list-group-item-action:focus,
.t1list-group-item-info.t1list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.t1list-group-item-info.t1list-group-item-action.t1active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.t1list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.t1list-group-item-warning.t1list-group-item-action:focus,
.t1list-group-item-warning.t1list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.t1list-group-item-warning.t1list-group-item-action.t1active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.t1list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.t1list-group-item-danger.t1list-group-item-action:focus,
.t1list-group-item-danger.t1list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.t1list-group-item-danger.t1list-group-item-action.t1active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.t1list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.t1list-group-item-light.t1list-group-item-action:focus,
.t1list-group-item-light.t1list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.t1list-group-item-light.t1list-group-item-action.t1active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.t1list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.t1list-group-item-dark.t1list-group-item-action:focus,
.t1list-group-item-dark.t1list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.t1list-group-item-dark.t1list-group-item-action.t1active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.t1btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.t1btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.t1btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.t1btn-close.t1disabled,
.t1btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.t1btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.t1toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  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.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.t1toast.t1showing {
  opacity: 0;
}
.t1toast:not(.t1show) {
  display: none;
}
.t1toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.t1toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.t1toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 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);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.t1toast-header .t1btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.t1toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.t1modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.t1modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.t1modal.t1fade .t1modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .t1modal.t1fade .t1modal-dialog {
    transition: none;
  }
}
.t1modal.t1show .t1modal-dialog {
  transform: none;
}
.t1modal.t1modal-static .t1modal-dialog {
  transform: scale(1.02);
}
.t1modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.t1modal-dialog-scrollable .t1modal-content {
  max-height: 100%;
  overflow: hidden;
}
.t1modal-dialog-scrollable .t1modal-body {
  overflow-y: auto;
}
.t1modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.t1modal-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;
}
.t1modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.t1modal-backdrop.t1fade {
  opacity: 0;
}
.t1modal-backdrop.t1show {
  opacity: 0.5;
}
.t1modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.t1modal-header .t1btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.t1modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.t1modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.t1modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.t1modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .t1modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .t1modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .t1modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .t1modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .t1modal-lg,
  .t1modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .t1modal-xl {
    max-width: 1140px;
  }
}
.t1modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.t1modal-fullscreen .t1modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.t1modal-fullscreen .t1modal-header {
  border-radius: 0;
}
.t1modal-fullscreen .t1modal-body {
  overflow-y: auto;
}
.t1modal-fullscreen .t1modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .t1modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .t1modal-fullscreen-sm-down .t1modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .t1modal-fullscreen-sm-down .t1modal-header {
    border-radius: 0;
  }
  .t1modal-fullscreen-sm-down .t1modal-body {
    overflow-y: auto;
  }
  .t1modal-fullscreen-sm-down .t1modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .t1modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .t1modal-fullscreen-md-down .t1modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .t1modal-fullscreen-md-down .t1modal-header {
    border-radius: 0;
  }
  .t1modal-fullscreen-md-down .t1modal-body {
    overflow-y: auto;
  }
  .t1modal-fullscreen-md-down .t1modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .t1modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .t1modal-fullscreen-lg-down .t1modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .t1modal-fullscreen-lg-down .t1modal-header {
    border-radius: 0;
  }
  .t1modal-fullscreen-lg-down .t1modal-body {
    overflow-y: auto;
  }
  .t1modal-fullscreen-lg-down .t1modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .t1modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .t1modal-fullscreen-xl-down .t1modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .t1modal-fullscreen-xl-down .t1modal-header {
    border-radius: 0;
  }
  .t1modal-fullscreen-xl-down .t1modal-body {
    overflow-y: auto;
  }
  .t1modal-fullscreen-xl-down .t1modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .t1modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .t1modal-fullscreen-xxl-down .t1modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .t1modal-fullscreen-xxl-down .t1modal-header {
    border-radius: 0;
  }
  .t1modal-fullscreen-xxl-down .t1modal-body {
    overflow-y: auto;
  }
  .t1modal-fullscreen-xxl-down .t1modal-footer {
    border-radius: 0;
  }
}
.t1tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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;
}
.t1tooltip.t1show {
  opacity: 0.9;
}
.t1tooltip .t1tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.t1tooltip .t1tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.t1bs-tooltip-auto[data-popper-placement^="top"],
.t1bs-tooltip-top {
  padding: 0.4rem 0;
}
.t1bs-tooltip-auto[data-popper-placement^="top"] .t1tooltip-arrow,
.t1bs-tooltip-top .t1tooltip-arrow {
  bottom: 0;
}
.t1bs-tooltip-auto[data-popper-placement^="top"] .t1tooltip-arrow::before,
.t1bs-tooltip-top .t1tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.t1bs-tooltip-auto[data-popper-placement^="right"],
.t1bs-tooltip-end {
  padding: 0 0.4rem;
}
.t1bs-tooltip-auto[data-popper-placement^="right"] .t1tooltip-arrow,
.t1bs-tooltip-end .t1tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.t1bs-tooltip-auto[data-popper-placement^="right"] .t1tooltip-arrow::before,
.t1bs-tooltip-end .t1tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.t1bs-tooltip-auto[data-popper-placement^="bottom"],
.t1bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.t1bs-tooltip-auto[data-popper-placement^="bottom"] .t1tooltip-arrow,
.t1bs-tooltip-bottom .t1tooltip-arrow {
  top: 0;
}
.t1bs-tooltip-auto[data-popper-placement^="bottom"] .t1tooltip-arrow::before,
.t1bs-tooltip-bottom .t1tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.t1bs-tooltip-auto[data-popper-placement^="left"],
.t1bs-tooltip-start {
  padding: 0 0.4rem;
}
.t1bs-tooltip-auto[data-popper-placement^="left"] .t1tooltip-arrow,
.t1bs-tooltip-start .t1tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.t1bs-tooltip-auto[data-popper-placement^="left"] .t1tooltip-arrow::before,
.t1bs-tooltip-start .t1tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.t1tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.t1popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  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;
}
.t1popover .t1popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.t1popover .t1popover-arrow::after,
.t1popover .t1popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.t1bs-popover-auto[data-popper-placement^="top"] > .t1popover-arrow,
.t1bs-popover-top > .t1popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.t1bs-popover-auto[data-popper-placement^="top"] > .t1popover-arrow::before,
.t1bs-popover-top > .t1popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.t1bs-popover-auto[data-popper-placement^="top"] > .t1popover-arrow::after,
.t1bs-popover-top > .t1popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.t1bs-popover-auto[data-popper-placement^="right"] > .t1popover-arrow,
.t1bs-popover-end > .t1popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.t1bs-popover-auto[data-popper-placement^="right"] > .t1popover-arrow::before,
.t1bs-popover-end > .t1popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.t1bs-popover-auto[data-popper-placement^="right"] > .t1popover-arrow::after,
.t1bs-popover-end > .t1popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.t1bs-popover-auto[data-popper-placement^="bottom"] > .t1popover-arrow,
.t1bs-popover-bottom > .t1popover-arrow {
  top: calc(-0.5rem - 1px);
}
.t1bs-popover-auto[data-popper-placement^="bottom"] > .t1popover-arrow::before,
.t1bs-popover-bottom > .t1popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.t1bs-popover-auto[data-popper-placement^="bottom"] > .t1popover-arrow::after,
.t1bs-popover-bottom > .t1popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.t1bs-popover-auto[data-popper-placement^="bottom"] .t1popover-header::before,
.t1bs-popover-bottom .t1popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.t1bs-popover-auto[data-popper-placement^="left"] > .t1popover-arrow,
.t1bs-popover-start > .t1popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.t1bs-popover-auto[data-popper-placement^="left"] > .t1popover-arrow::before,
.t1bs-popover-start > .t1popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.t1bs-popover-auto[data-popper-placement^="left"] > .t1popover-arrow::after,
.t1bs-popover-start > .t1popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.t1popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.t1popover-header:empty {
  display: none;
}
.t1popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.t1carousel {
  position: relative;
}
.t1carousel.pointer-event {
  touch-action: pan-y;
}
.t1carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.t1carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.t1carousel-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) {
  .t1carousel-item {
    transition: none;
  }
}
.t1carousel-item-next,
.t1carousel-item-prev,
.t1carousel-item.t1active {
  display: block;
}
.t1active.t1carousel-item-end,
.t1carousel-item-next:not(.t1carousel-item-start) {
  transform: translateX(100%);
}
.t1active.t1carousel-item-start,
.t1carousel-item-prev:not(.t1carousel-item-end) {
  transform: translateX(-100%);
}
.t1carousel-fade .t1carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.t1carousel-fade .t1carousel-item-next.t1carousel-item-start,
.t1carousel-fade .t1carousel-item-prev.t1carousel-item-end,
.t1carousel-fade .t1carousel-item.t1active {
  z-index: 1;
  opacity: 1;
}
.t1carousel-fade .t1active.t1carousel-item-end,
.t1carousel-fade .t1active.t1carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .t1carousel-fade .t1active.t1carousel-item-end,
  .t1carousel-fade .t1active.t1carousel-item-start {
    transition: none;
  }
}
.t1carousel-control-next,
.t1carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .t1carousel-control-next,
  .t1carousel-control-prev {
    transition: none;
  }
}
.t1carousel-control-next:focus,
.t1carousel-control-next:hover,
.t1carousel-control-prev:focus,
.t1carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.t1carousel-control-prev {
  left: 0;
}
.t1carousel-control-next {
  right: 0;
}
.t1carousel-control-next-icon,
.t1carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.t1carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.t1carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.t1carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.t1carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .t1carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.t1carousel-indicators .t1active {
  opacity: 1;
}
.t1carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.t1carousel-dark .t1carousel-control-next-icon,
.t1carousel-dark .t1carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.t1carousel-dark .t1carousel-indicators [data-bs-target] {
  background-color: #000;
}
.t1carousel-dark .t1carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.t1spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.t1spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.t1spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.t1spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .t1spinner-border,
  .t1spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.t1offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .t1offcanvas {
    transition: none;
  }
}
.t1offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.t1offcanvas-backdrop.t1fade {
  opacity: 0;
}
.t1offcanvas-backdrop.t1show {
  opacity: 0.5;
}
.t1offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.t1offcanvas-header .t1btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.t1offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.t1offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.t1offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.t1offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.t1offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.t1offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.t1offcanvas.t1show {
  transform: none;
}
.t1placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.t1placeholder.t1btn::before {
  display: inline-block;
  content: "";
}
.t1placeholder-xs {
  min-height: 0.6em;
}
.t1placeholder-sm {
  min-height: 0.8em;
}
.t1placeholder-lg {
  min-height: 1.2em;
}
.t1placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.t1placeholder-wave {
  -webkit-mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.t1clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.t1link-primary {
  color: #0d6efd;
}
.t1link-primary:focus,
.t1link-primary:hover {
  color: #0a58ca;
}
.t1link-secondary {
  color: #6c757d;
}
.t1link-secondary:focus,
.t1link-secondary:hover {
  color: #565e64;
}
.t1link-success {
  color: #198754;
}
.t1link-success:focus,
.t1link-success:hover {
  color: #146c43;
}
.t1link-info {
  color: #0dcaf0;
}
.t1link-info:focus,
.t1link-info:hover {
  color: #3dd5f3;
}
.t1link-warning {
  color: #ffc107;
}
.t1link-warning:focus,
.t1link-warning:hover {
  color: #ffcd39;
}
.t1link-danger {
  color: #dc3545;
}
.t1link-danger:focus,
.t1link-danger:hover {
  color: #b02a37;
}
.t1link-light {
  color: #f8f9fa;
}
.t1link-light:focus,
.t1link-light:hover {
  color: #f9fafb;
}
.t1link-dark {
  color: #212529;
}
.t1link-dark:focus,
.t1link-dark:hover {
  color: #1a1e21;
}
.t1ratio {
  position: relative;
  width: 100%;
}
.t1ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.t1ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t1ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.t1ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.t1ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.t1ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.t1fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.t1fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.t1sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .t1sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .t1sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .t1sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .t1sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .t1sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.t1hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.t1vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.t1visually-hidden,
.t1visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.t1stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.t1text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t1vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.t1align-baseline {
  vertical-align: baseline !important;
}
.t1align-top {
  vertical-align: top !important;
}
.t1align-middle {
  vertical-align: middle !important;
}
.t1align-bottom {
  vertical-align: bottom !important;
}
.t1align-text-bottom {
  vertical-align: text-bottom !important;
}
.t1align-text-top {
  vertical-align: text-top !important;
}
.t1float-start {
  float: left !important;
}
.t1float-end {
  float: right !important;
}
.t1float-none {
  float: none !important;
}
.t1opacity-0 {
  opacity: 0 !important;
}
.t1opacity-25 {
  opacity: 0.25 !important;
}
.t1opacity-50 {
  opacity: 0.5 !important;
}
.t1opacity-75 {
  opacity: 0.75 !important;
}
.t1opacity-100 {
  opacity: 1 !important;
}
.t1overflow-auto {
  overflow: auto !important;
}
.t1overflow-hidden {
  overflow: hidden !important;
}
.t1overflow-visible {
  overflow: visible !important;
}
.t1overflow-scroll {
  overflow: scroll !important;
}
.t1d-inline {
  display: inline !important;
}
.t1d-inline-block {
  display: inline-block !important;
}
.t1d-block {
  display: block !important;
}
.t1d-grid {
  display: grid !important;
}
.t1d-table {
  display: table !important;
}
.t1d-table-row {
  display: table-row !important;
}
.t1d-table-cell {
  display: table-cell !important;
}
.t1d-flex {
  display: flex !important;
}
.t1d-inline-flex {
  display: inline-flex !important;
}
.t1d-none {
  display: none !important;
}
.t1shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.t1shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.t1shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.t1shadow-none {
  box-shadow: none !important;
}
.t1position-static {
  position: static !important;
}
.t1position-relative {
  position: relative !important;
}
.t1position-absolute {
  position: absolute !important;
}
.t1position-fixed {
  position: fixed !important;
}
.t1position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.t1top-0 {
  top: 0 !important;
}
.t1top-50 {
  top: 50% !important;
}
.t1top-100 {
  top: 100% !important;
}
.t1bottom-0 {
  bottom: 0 !important;
}
.t1bottom-50 {
  bottom: 50% !important;
}
.t1bottom-100 {
  bottom: 100% !important;
}
.t1start-0 {
  left: 0 !important;
}
.t1start-50 {
  left: 50% !important;
}
.t1start-100 {
  left: 100% !important;
}
.t1end-0 {
  right: 0 !important;
}
.t1end-50 {
  right: 50% !important;
}
.t1end-100 {
  right: 100% !important;
}
.t1translate-middle {
  transform: translate(-50%, -50%) !important;
}
.t1translate-middle-x {
  transform: translateX(-50%) !important;
}
.t1translate-middle-y {
  transform: translateY(-50%) !important;
}
.t1border {
  border: 1px solid #dee2e6 !important;
}
.t1border-0 {
  border: 0 !important;
}
.t1border-top {
  border-top: 1px solid #dee2e6 !important;
}
.t1border-top-0 {
  border-top: 0 !important;
}
.t1border-end {
  border-right: 1px solid #dee2e6 !important;
}
.t1border-end-0 {
  border-right: 0 !important;
}
.t1border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.t1border-bottom-0 {
  border-bottom: 0 !important;
}
.t1border-start {
  border-left: 1px solid #dee2e6 !important;
}
.t1border-start-0 {
  border-left: 0 !important;
}
.t1border-primary {
  border-color: #0d6efd !important;
}
.t1border-secondary {
  border-color: #6c757d !important;
}
.t1border-success {
  border-color: #198754 !important;
}
.t1border-info {
  border-color: #0dcaf0 !important;
}
.t1border-warning {
  border-color: #ffc107 !important;
}
.t1border-danger {
  border-color: #dc3545 !important;
}
.t1border-light {
  border-color: #f8f9fa !important;
}
.t1border-dark {
  border-color: #212529 !important;
}
.t1border-white {
  border-color: #fff !important;
}
.t1border-1 {
  border-width: 1px !important;
}
.t1border-2 {
  border-width: 2px !important;
}
.t1border-3 {
  border-width: 3px !important;
}
.t1border-4 {
  border-width: 4px !important;
}
.t1border-5 {
  border-width: 5px !important;
}
.t1w-25 {
  width: 25% !important;
}
.t1w-50 {
  width: 50% !important;
}
.t1w-75 {
  width: 75% !important;
}
.t1w-100 {
  width: 100% !important;
}
.t1w-auto {
  width: auto !important;
}
.t1mw-100 {
  max-width: 100% !important;
}
.t1vw-100 {
  width: 100vw !important;
}
.t1min-vw-100 {
  min-width: 100vw !important;
}
.t1h-25 {
  height: 25% !important;
}
.t1h-50 {
  height: 50% !important;
}
.t1h-75 {
  height: 75% !important;
}
.t1h-100 {
  height: 100% !important;
}
.t1h-auto {
  height: auto !important;
}
.t1mh-100 {
  max-height: 100% !important;
}
.t1vh-100 {
  height: 100vh !important;
}
.t1min-vh-100 {
  min-height: 100vh !important;
}
.t1flex-fill {
  flex: 1 1 auto !important;
}
.t1flex-row {
  flex-direction: row !important;
}
.t1flex-column {
  flex-direction: column !important;
}
.t1flex-row-reverse {
  flex-direction: row-reverse !important;
}
.t1flex-column-reverse {
  flex-direction: column-reverse !important;
}
.t1flex-grow-0 {
  flex-grow: 0 !important;
}
.t1flex-grow-1 {
  flex-grow: 1 !important;
}
.t1flex-shrink-0 {
  flex-shrink: 0 !important;
}
.t1flex-shrink-1 {
  flex-shrink: 1 !important;
}
.t1flex-wrap {
  flex-wrap: wrap !important;
}
.t1flex-nowrap {
  flex-wrap: nowrap !important;
}
.t1flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.t1gap-0 {
  gap: 0 !important;
}
.t1gap-1 {
  gap: 0.25rem !important;
}
.t1gap-2 {
  gap: 0.5rem !important;
}
.t1gap-3 {
  gap: 1rem !important;
}
.t1gap-4 {
  gap: 1.5rem !important;
}
.t1gap-5 {
  gap: 3rem !important;
}
.t1justify-content-start {
  justify-content: flex-start !important;
}
.t1justify-content-end {
  justify-content: flex-end !important;
}
.t1justify-content-center {
  justify-content: center !important;
}
.t1justify-content-between {
  justify-content: space-between !important;
}
.t1justify-content-around {
  justify-content: space-around !important;
}
.t1justify-content-evenly {
  justify-content: space-evenly !important;
}
.t1align-items-start {
  align-items: flex-start !important;
}
.t1align-items-end {
  align-items: flex-end !important;
}
.t1align-items-center {
  align-items: center !important;
}
.t1align-items-baseline {
  align-items: baseline !important;
}
.t1align-items-stretch {
  align-items: stretch !important;
}
.t1align-content-start {
  align-content: flex-start !important;
}
.t1align-content-end {
  align-content: flex-end !important;
}
.t1align-content-center {
  align-content: center !important;
}
.t1align-content-between {
  align-content: space-between !important;
}
.t1align-content-around {
  align-content: space-around !important;
}
.t1align-content-stretch {
  align-content: stretch !important;
}
.t1align-self-auto {
  align-self: auto !important;
}
.t1align-self-start {
  align-self: flex-start !important;
}
.t1align-self-end {
  align-self: flex-end !important;
}
.t1align-self-center {
  align-self: center !important;
}
.t1align-self-baseline {
  align-self: baseline !important;
}
.t1align-self-stretch {
  align-self: stretch !important;
}
.t1order-first {
  order: -1 !important;
}
.t1order-0 {
  order: 0 !important;
}
.t1order-1 {
  order: 1 !important;
}
.t1order-2 {
  order: 2 !important;
}
.t1order-3 {
  order: 3 !important;
}
.t1order-4 {
  order: 4 !important;
}
.t1order-5 {
  order: 5 !important;
}
.t1order-last {
  order: 6 !important;
}
.t1m-0 {
  margin: 0 !important;
}
.t1m-1 {
  margin: 0.25rem !important;
}
.t1m-2 {
  margin: 0.5rem !important;
}
.t1m-3 {
  margin: 1rem !important;
}
.t1m-4 {
  margin: 1.5rem !important;
}
.t1m-5 {
  margin: 3rem !important;
}
.t1m-auto {
  margin: auto !important;
}
.t1mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.t1mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.t1mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.t1mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.t1mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.t1mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.t1mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.t1my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.t1my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.t1my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.t1my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.t1my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.t1my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.t1my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.t1mt-0 {
  margin-top: 0 !important;
}
.t1mt-1 {
  margin-top: 0.25rem !important;
}
.t1mt-2 {
  margin-top: 0.5rem !important;
}
.t1mt-3 {
  margin-top: 1rem !important;
}
.t1mt-4 {
  margin-top: 1.5rem !important;
}
.t1mt-5 {
  margin-top: 3rem !important;
}
.t1mt-auto {
  margin-top: auto !important;
}
.t1me-0 {
  margin-right: 0 !important;
}
.t1me-1 {
  margin-right: 0.25rem !important;
}
.t1me-2 {
  margin-right: 0.5rem !important;
}
.t1me-3 {
  margin-right: 1rem !important;
}
.t1me-4 {
  margin-right: 1.5rem !important;
}
.t1me-5 {
  margin-right: 3rem !important;
}
.t1me-auto {
  margin-right: auto !important;
}
.t1mb-0 {
  margin-bottom: 0 !important;
}
.t1mb-1 {
  margin-bottom: 0.25rem !important;
}
.t1mb-2 {
  margin-bottom: 0.5rem !important;
}
.t1mb-3 {
  margin-bottom: 1rem !important;
}
.t1mb-4 {
  margin-bottom: 1.5rem !important;
}
.t1mb-5 {
  margin-bottom: 3rem !important;
}
.t1mb-auto {
  margin-bottom: auto !important;
}
.t1ms-0 {
  margin-left: 0 !important;
}
.t1ms-1 {
  margin-left: 0.25rem !important;
}
.t1ms-2 {
  margin-left: 0.5rem !important;
}
.t1ms-3 {
  margin-left: 1rem !important;
}
.t1ms-4 {
  margin-left: 1.5rem !important;
}
.t1ms-5 {
  margin-left: 3rem !important;
}
.t1ms-auto {
  margin-left: auto !important;
}
.t1p-0 {
  padding: 0 !important;
}
.t1p-1 {
  padding: 0.25rem !important;
}
.t1p-2 {
  padding: 0.5rem !important;
}
.t1p-3 {
  padding: 1rem !important;
}
.t1p-4 {
  padding: 1.5rem !important;
}
.t1p-5 {
  padding: 3rem !important;
}
.t1px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.t1px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.t1px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.t1px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.t1px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.t1px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.t1py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.t1py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.t1py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.t1py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.t1py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.t1py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.t1pt-0 {
  padding-top: 0 !important;
}
.t1pt-1 {
  padding-top: 0.25rem !important;
}
.t1pt-2 {
  padding-top: 0.5rem !important;
}
.t1pt-3 {
  padding-top: 1rem !important;
}
.t1pt-4 {
  padding-top: 1.5rem !important;
}
.t1pt-5 {
  padding-top: 3rem !important;
}
.t1pe-0 {
  padding-right: 0 !important;
}
.t1pe-1 {
  padding-right: 0.25rem !important;
}
.t1pe-2 {
  padding-right: 0.5rem !important;
}
.t1pe-3 {
  padding-right: 1rem !important;
}
.t1pe-4 {
  padding-right: 1.5rem !important;
}
.t1pe-5 {
  padding-right: 3rem !important;
}
.t1pb-0 {
  padding-bottom: 0 !important;
}
.t1pb-1 {
  padding-bottom: 0.25rem !important;
}
.t1pb-2 {
  padding-bottom: 0.5rem !important;
}
.t1pb-3 {
  padding-bottom: 1rem !important;
}
.t1pb-4 {
  padding-bottom: 1.5rem !important;
}
.t1pb-5 {
  padding-bottom: 3rem !important;
}
.t1ps-0 {
  padding-left: 0 !important;
}
.t1ps-1 {
  padding-left: 0.25rem !important;
}
.t1ps-2 {
  padding-left: 0.5rem !important;
}
.t1ps-3 {
  padding-left: 1rem !important;
}
.t1ps-4 {
  padding-left: 1.5rem !important;
}
.t1ps-5 {
  padding-left: 3rem !important;
}
.t1font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.t1fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.t1fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.t1fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.t1fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.t1fs-5 {
  font-size: 1.25rem !important;
}
.t1fs-6 {
  font-size: 1rem !important;
}
.t1fst-italic {
  font-style: italic !important;
}
.t1fst-normal {
  font-style: normal !important;
}
.t1fw-light {
  font-weight: 300 !important;
}
.t1fw-lighter {
  font-weight: lighter !important;
}
.t1fw-normal {
  font-weight: 400 !important;
}
.t1fw-bold {
  font-weight: 700 !important;
}
.t1fw-bolder {
  font-weight: bolder !important;
}
.t1lh-1 {
  line-height: 1 !important;
}
.t1lh-sm {
  line-height: 1.25 !important;
}
.t1lh-base {
  line-height: 1.5 !important;
}
.t1lh-lg {
  line-height: 2 !important;
}
.t1text-start {
  text-align: left !important;
}
.t1text-end {
  text-align: right !important;
}
.t1text-center {
  text-align: center !important;
}
.t1text-decoration-none {
  text-decoration: none !important;
}
.t1text-decoration-underline {
  text-decoration: underline !important;
}
.t1text-decoration-line-through {
  text-decoration: line-through !important;
}
.t1text-lowercase {
  text-transform: lowercase !important;
}
.t1text-uppercase {
  text-transform: uppercase !important;
}
.t1text-capitalize {
  text-transform: capitalize !important;
}
.t1text-wrap {
  white-space: normal !important;
}
.t1text-nowrap {
  white-space: nowrap !important;
}
.t1text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.t1text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.t1text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.t1text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.t1text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.t1text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.t1text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.t1text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.t1text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.t1text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.t1text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.t1text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.t1text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.t1text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.t1text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.t1text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.t1text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.t1text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.t1text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.t1text-opacity-100 {
  --bs-text-opacity: 1;
}
.t1bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.t1bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.t1bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.t1bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.t1bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.t1bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.t1bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.t1bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.t1bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.t1bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.t1bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.t1bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.t1bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.t1bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.t1bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.t1bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.t1bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.t1bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.t1user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.t1user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.t1user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.t1pe-none {
  pointer-events: none !important;
}
.t1pe-auto {
  pointer-events: auto !important;
}
.t1rounded {
  border-radius: 0.25rem !important;
}
.t1rounded-0 {
  border-radius: 0 !important;
}
.t1rounded-1 {
  border-radius: 0.2rem !important;
}
.t1rounded-2 {
  border-radius: 0.25rem !important;
}
.t1rounded-3 {
  border-radius: 0.3rem !important;
}
.t1rounded-circle {
  border-radius: 50% !important;
}
.t1rounded-pill {
  border-radius: 50rem !important;
}
.t1rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.t1rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.t1rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.t1rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.t1visible {
  visibility: visible !important;
}
.t1invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .t1float-sm-start {
    float: left !important;
  }
  .t1float-sm-end {
    float: right !important;
  }
  .t1float-sm-none {
    float: none !important;
  }
  .t1d-sm-inline {
    display: inline !important;
  }
  .t1d-sm-inline-block {
    display: inline-block !important;
  }
  .t1d-sm-block {
    display: block !important;
  }
  .t1d-sm-grid {
    display: grid !important;
  }
  .t1d-sm-table {
    display: table !important;
  }
  .t1d-sm-table-row {
    display: table-row !important;
  }
  .t1d-sm-table-cell {
    display: table-cell !important;
  }
  .t1d-sm-flex {
    display: flex !important;
  }
  .t1d-sm-inline-flex {
    display: inline-flex !important;
  }
  .t1d-sm-none {
    display: none !important;
  }
  .t1flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .t1flex-sm-row {
    flex-direction: row !important;
  }
  .t1flex-sm-column {
    flex-direction: column !important;
  }
  .t1flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .t1flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .t1flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .t1flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .t1flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .t1flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .t1flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .t1flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .t1flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .t1gap-sm-0 {
    gap: 0 !important;
  }
  .t1gap-sm-1 {
    gap: 0.25rem !important;
  }
  .t1gap-sm-2 {
    gap: 0.5rem !important;
  }
  .t1gap-sm-3 {
    gap: 1rem !important;
  }
  .t1gap-sm-4 {
    gap: 1.5rem !important;
  }
  .t1gap-sm-5 {
    gap: 3rem !important;
  }
  .t1justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .t1justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .t1justify-content-sm-center {
    justify-content: center !important;
  }
  .t1justify-content-sm-between {
    justify-content: space-between !important;
  }
  .t1justify-content-sm-around {
    justify-content: space-around !important;
  }
  .t1justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .t1align-items-sm-start {
    align-items: flex-start !important;
  }
  .t1align-items-sm-end {
    align-items: flex-end !important;
  }
  .t1align-items-sm-center {
    align-items: center !important;
  }
  .t1align-items-sm-baseline {
    align-items: baseline !important;
  }
  .t1align-items-sm-stretch {
    align-items: stretch !important;
  }
  .t1align-content-sm-start {
    align-content: flex-start !important;
  }
  .t1align-content-sm-end {
    align-content: flex-end !important;
  }
  .t1align-content-sm-center {
    align-content: center !important;
  }
  .t1align-content-sm-between {
    align-content: space-between !important;
  }
  .t1align-content-sm-around {
    align-content: space-around !important;
  }
  .t1align-content-sm-stretch {
    align-content: stretch !important;
  }
  .t1align-self-sm-auto {
    align-self: auto !important;
  }
  .t1align-self-sm-start {
    align-self: flex-start !important;
  }
  .t1align-self-sm-end {
    align-self: flex-end !important;
  }
  .t1align-self-sm-center {
    align-self: center !important;
  }
  .t1align-self-sm-baseline {
    align-self: baseline !important;
  }
  .t1align-self-sm-stretch {
    align-self: stretch !important;
  }
  .t1order-sm-first {
    order: -1 !important;
  }
  .t1order-sm-0 {
    order: 0 !important;
  }
  .t1order-sm-1 {
    order: 1 !important;
  }
  .t1order-sm-2 {
    order: 2 !important;
  }
  .t1order-sm-3 {
    order: 3 !important;
  }
  .t1order-sm-4 {
    order: 4 !important;
  }
  .t1order-sm-5 {
    order: 5 !important;
  }
  .t1order-sm-last {
    order: 6 !important;
  }
  .t1m-sm-0 {
    margin: 0 !important;
  }
  .t1m-sm-1 {
    margin: 0.25rem !important;
  }
  .t1m-sm-2 {
    margin: 0.5rem !important;
  }
  .t1m-sm-3 {
    margin: 1rem !important;
  }
  .t1m-sm-4 {
    margin: 1.5rem !important;
  }
  .t1m-sm-5 {
    margin: 3rem !important;
  }
  .t1m-sm-auto {
    margin: auto !important;
  }
  .t1mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .t1mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .t1mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .t1mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .t1mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .t1mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .t1mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .t1my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .t1my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .t1my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .t1my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .t1my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .t1my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .t1my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .t1mt-sm-0 {
    margin-top: 0 !important;
  }
  .t1mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .t1mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .t1mt-sm-3 {
    margin-top: 1rem !important;
  }
  .t1mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .t1mt-sm-5 {
    margin-top: 3rem !important;
  }
  .t1mt-sm-auto {
    margin-top: auto !important;
  }
  .t1me-sm-0 {
    margin-right: 0 !important;
  }
  .t1me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .t1me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .t1me-sm-3 {
    margin-right: 1rem !important;
  }
  .t1me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .t1me-sm-5 {
    margin-right: 3rem !important;
  }
  .t1me-sm-auto {
    margin-right: auto !important;
  }
  .t1mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .t1mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .t1mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .t1mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .t1mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .t1mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .t1mb-sm-auto {
    margin-bottom: auto !important;
  }
  .t1ms-sm-0 {
    margin-left: 0 !important;
  }
  .t1ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .t1ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .t1ms-sm-3 {
    margin-left: 1rem !important;
  }
  .t1ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .t1ms-sm-5 {
    margin-left: 3rem !important;
  }
  .t1ms-sm-auto {
    margin-left: auto !important;
  }
  .t1p-sm-0 {
    padding: 0 !important;
  }
  .t1p-sm-1 {
    padding: 0.25rem !important;
  }
  .t1p-sm-2 {
    padding: 0.5rem !important;
  }
  .t1p-sm-3 {
    padding: 1rem !important;
  }
  .t1p-sm-4 {
    padding: 1.5rem !important;
  }
  .t1p-sm-5 {
    padding: 3rem !important;
  }
  .t1px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .t1px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .t1px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .t1px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .t1px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .t1px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .t1py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .t1py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .t1py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .t1py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .t1py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .t1py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .t1pt-sm-0 {
    padding-top: 0 !important;
  }
  .t1pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .t1pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .t1pt-sm-3 {
    padding-top: 1rem !important;
  }
  .t1pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .t1pt-sm-5 {
    padding-top: 3rem !important;
  }
  .t1pe-sm-0 {
    padding-right: 0 !important;
  }
  .t1pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .t1pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .t1pe-sm-3 {
    padding-right: 1rem !important;
  }
  .t1pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .t1pe-sm-5 {
    padding-right: 3rem !important;
  }
  .t1pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .t1pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .t1pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .t1pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .t1pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .t1pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .t1ps-sm-0 {
    padding-left: 0 !important;
  }
  .t1ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .t1ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .t1ps-sm-3 {
    padding-left: 1rem !important;
  }
  .t1ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .t1ps-sm-5 {
    padding-left: 3rem !important;
  }
  .t1text-sm-start {
    text-align: left !important;
  }
  .t1text-sm-end {
    text-align: right !important;
  }
  .t1text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .t1float-md-start {
    float: left !important;
  }
  .t1float-md-end {
    float: right !important;
  }
  .t1float-md-none {
    float: none !important;
  }
  .t1d-md-inline {
    display: inline !important;
  }
  .t1d-md-inline-block {
    display: inline-block !important;
  }
  .t1d-md-block {
    display: block !important;
  }
  .t1d-md-grid {
    display: grid !important;
  }
  .t1d-md-table {
    display: table !important;
  }
  .t1d-md-table-row {
    display: table-row !important;
  }
  .t1d-md-table-cell {
    display: table-cell !important;
  }
  .t1d-md-flex {
    display: flex !important;
  }
  .t1d-md-inline-flex {
    display: inline-flex !important;
  }
  .t1d-md-none {
    display: none !important;
  }
  .t1flex-md-fill {
    flex: 1 1 auto !important;
  }
  .t1flex-md-row {
    flex-direction: row !important;
  }
  .t1flex-md-column {
    flex-direction: column !important;
  }
  .t1flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .t1flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .t1flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .t1flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .t1flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .t1flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .t1flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .t1flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .t1flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .t1gap-md-0 {
    gap: 0 !important;
  }
  .t1gap-md-1 {
    gap: 0.25rem !important;
  }
  .t1gap-md-2 {
    gap: 0.5rem !important;
  }
  .t1gap-md-3 {
    gap: 1rem !important;
  }
  .t1gap-md-4 {
    gap: 1.5rem !important;
  }
  .t1gap-md-5 {
    gap: 3rem !important;
  }
  .t1justify-content-md-start {
    justify-content: flex-start !important;
  }
  .t1justify-content-md-end {
    justify-content: flex-end !important;
  }
  .t1justify-content-md-center {
    justify-content: center !important;
  }
  .t1justify-content-md-between {
    justify-content: space-between !important;
  }
  .t1justify-content-md-around {
    justify-content: space-around !important;
  }
  .t1justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .t1align-items-md-start {
    align-items: flex-start !important;
  }
  .t1align-items-md-end {
    align-items: flex-end !important;
  }
  .t1align-items-md-center {
    align-items: center !important;
  }
  .t1align-items-md-baseline {
    align-items: baseline !important;
  }
  .t1align-items-md-stretch {
    align-items: stretch !important;
  }
  .t1align-content-md-start {
    align-content: flex-start !important;
  }
  .t1align-content-md-end {
    align-content: flex-end !important;
  }
  .t1align-content-md-center {
    align-content: center !important;
  }
  .t1align-content-md-between {
    align-content: space-between !important;
  }
  .t1align-content-md-around {
    align-content: space-around !important;
  }
  .t1align-content-md-stretch {
    align-content: stretch !important;
  }
  .t1align-self-md-auto {
    align-self: auto !important;
  }
  .t1align-self-md-start {
    align-self: flex-start !important;
  }
  .t1align-self-md-end {
    align-self: flex-end !important;
  }
  .t1align-self-md-center {
    align-self: center !important;
  }
  .t1align-self-md-baseline {
    align-self: baseline !important;
  }
  .t1align-self-md-stretch {
    align-self: stretch !important;
  }
  .t1order-md-first {
    order: -1 !important;
  }
  .t1order-md-0 {
    order: 0 !important;
  }
  .t1order-md-1 {
    order: 1 !important;
  }
  .t1order-md-2 {
    order: 2 !important;
  }
  .t1order-md-3 {
    order: 3 !important;
  }
  .t1order-md-4 {
    order: 4 !important;
  }
  .t1order-md-5 {
    order: 5 !important;
  }
  .t1order-md-last {
    order: 6 !important;
  }
  .t1m-md-0 {
    margin: 0 !important;
  }
  .t1m-md-1 {
    margin: 0.25rem !important;
  }
  .t1m-md-2 {
    margin: 0.5rem !important;
  }
  .t1m-md-3 {
    margin: 1rem !important;
  }
  .t1m-md-4 {
    margin: 1.5rem !important;
  }
  .t1m-md-5 {
    margin: 3rem !important;
  }
  .t1m-md-auto {
    margin: auto !important;
  }
  .t1mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .t1mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .t1mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .t1mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .t1mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .t1mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .t1mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .t1my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .t1my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .t1my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .t1my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .t1my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .t1my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .t1my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .t1mt-md-0 {
    margin-top: 0 !important;
  }
  .t1mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .t1mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .t1mt-md-3 {
    margin-top: 1rem !important;
  }
  .t1mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .t1mt-md-5 {
    margin-top: 3rem !important;
  }
  .t1mt-md-auto {
    margin-top: auto !important;
  }
  .t1me-md-0 {
    margin-right: 0 !important;
  }
  .t1me-md-1 {
    margin-right: 0.25rem !important;
  }
  .t1me-md-2 {
    margin-right: 0.5rem !important;
  }
  .t1me-md-3 {
    margin-right: 1rem !important;
  }
  .t1me-md-4 {
    margin-right: 1.5rem !important;
  }
  .t1me-md-5 {
    margin-right: 3rem !important;
  }
  .t1me-md-auto {
    margin-right: auto !important;
  }
  .t1mb-md-0 {
    margin-bottom: 0 !important;
  }
  .t1mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .t1mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .t1mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .t1mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .t1mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .t1mb-md-auto {
    margin-bottom: auto !important;
  }
  .t1ms-md-0 {
    margin-left: 0 !important;
  }
  .t1ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .t1ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .t1ms-md-3 {
    margin-left: 1rem !important;
  }
  .t1ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .t1ms-md-5 {
    margin-left: 3rem !important;
  }
  .t1ms-md-auto {
    margin-left: auto !important;
  }
  .t1p-md-0 {
    padding: 0 !important;
  }
  .t1p-md-1 {
    padding: 0.25rem !important;
  }
  .t1p-md-2 {
    padding: 0.5rem !important;
  }
  .t1p-md-3 {
    padding: 1rem !important;
  }
  .t1p-md-4 {
    padding: 1.5rem !important;
  }
  .t1p-md-5 {
    padding: 3rem !important;
  }
  .t1px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .t1px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .t1px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .t1px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .t1px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .t1px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .t1py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .t1py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .t1py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .t1py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .t1py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .t1py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .t1pt-md-0 {
    padding-top: 0 !important;
  }
  .t1pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .t1pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .t1pt-md-3 {
    padding-top: 1rem !important;
  }
  .t1pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .t1pt-md-5 {
    padding-top: 3rem !important;
  }
  .t1pe-md-0 {
    padding-right: 0 !important;
  }
  .t1pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .t1pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .t1pe-md-3 {
    padding-right: 1rem !important;
  }
  .t1pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .t1pe-md-5 {
    padding-right: 3rem !important;
  }
  .t1pb-md-0 {
    padding-bottom: 0 !important;
  }
  .t1pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .t1pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .t1pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .t1pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .t1pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .t1ps-md-0 {
    padding-left: 0 !important;
  }
  .t1ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .t1ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .t1ps-md-3 {
    padding-left: 1rem !important;
  }
  .t1ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .t1ps-md-5 {
    padding-left: 3rem !important;
  }
  .t1text-md-start {
    text-align: left !important;
  }
  .t1text-md-end {
    text-align: right !important;
  }
  .t1text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .t1float-lg-start {
    float: left !important;
  }
  .t1float-lg-end {
    float: right !important;
  }
  .t1float-lg-none {
    float: none !important;
  }
  .t1d-lg-inline {
    display: inline !important;
  }
  .t1d-lg-inline-block {
    display: inline-block !important;
  }
  .t1d-lg-block {
    display: block !important;
  }
  .t1d-lg-grid {
    display: grid !important;
  }
  .t1d-lg-table {
    display: table !important;
  }
  .t1d-lg-table-row {
    display: table-row !important;
  }
  .t1d-lg-table-cell {
    display: table-cell !important;
  }
  .t1d-lg-flex {
    display: flex !important;
  }
  .t1d-lg-inline-flex {
    display: inline-flex !important;
  }
  .t1d-lg-none {
    display: none !important;
  }
  .t1flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .t1flex-lg-row {
    flex-direction: row !important;
  }
  .t1flex-lg-column {
    flex-direction: column !important;
  }
  .t1flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .t1flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .t1flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .t1flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .t1flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .t1flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .t1flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .t1flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .t1flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .t1gap-lg-0 {
    gap: 0 !important;
  }
  .t1gap-lg-1 {
    gap: 0.25rem !important;
  }
  .t1gap-lg-2 {
    gap: 0.5rem !important;
  }
  .t1gap-lg-3 {
    gap: 1rem !important;
  }
  .t1gap-lg-4 {
    gap: 1.5rem !important;
  }
  .t1gap-lg-5 {
    gap: 3rem !important;
  }
  .t1justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .t1justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .t1justify-content-lg-center {
    justify-content: center !important;
  }
  .t1justify-content-lg-between {
    justify-content: space-between !important;
  }
  .t1justify-content-lg-around {
    justify-content: space-around !important;
  }
  .t1justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .t1align-items-lg-start {
    align-items: flex-start !important;
  }
  .t1align-items-lg-end {
    align-items: flex-end !important;
  }
  .t1align-items-lg-center {
    align-items: center !important;
  }
  .t1align-items-lg-baseline {
    align-items: baseline !important;
  }
  .t1align-items-lg-stretch {
    align-items: stretch !important;
  }
  .t1align-content-lg-start {
    align-content: flex-start !important;
  }
  .t1align-content-lg-end {
    align-content: flex-end !important;
  }
  .t1align-content-lg-center {
    align-content: center !important;
  }
  .t1align-content-lg-between {
    align-content: space-between !important;
  }
  .t1align-content-lg-around {
    align-content: space-around !important;
  }
  .t1align-content-lg-stretch {
    align-content: stretch !important;
  }
  .t1align-self-lg-auto {
    align-self: auto !important;
  }
  .t1align-self-lg-start {
    align-self: flex-start !important;
  }
  .t1align-self-lg-end {
    align-self: flex-end !important;
  }
  .t1align-self-lg-center {
    align-self: center !important;
  }
  .t1align-self-lg-baseline {
    align-self: baseline !important;
  }
  .t1align-self-lg-stretch {
    align-self: stretch !important;
  }
  .t1order-lg-first {
    order: -1 !important;
  }
  .t1order-lg-0 {
    order: 0 !important;
  }
  .t1order-lg-1 {
    order: 1 !important;
  }
  .t1order-lg-2 {
    order: 2 !important;
  }
  .t1order-lg-3 {
    order: 3 !important;
  }
  .t1order-lg-4 {
    order: 4 !important;
  }
  .t1order-lg-5 {
    order: 5 !important;
  }
  .t1order-lg-last {
    order: 6 !important;
  }
  .t1m-lg-0 {
    margin: 0 !important;
  }
  .t1m-lg-1 {
    margin: 0.25rem !important;
  }
  .t1m-lg-2 {
    margin: 0.5rem !important;
  }
  .t1m-lg-3 {
    margin: 1rem !important;
  }
  .t1m-lg-4 {
    margin: 1.5rem !important;
  }
  .t1m-lg-5 {
    margin: 3rem !important;
  }
  .t1m-lg-auto {
    margin: auto !important;
  }
  .t1mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .t1mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .t1mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .t1mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .t1mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .t1mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .t1mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .t1my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .t1my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .t1my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .t1my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .t1my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .t1my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .t1my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .t1mt-lg-0 {
    margin-top: 0 !important;
  }
  .t1mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .t1mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .t1mt-lg-3 {
    margin-top: 1rem !important;
  }
  .t1mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .t1mt-lg-5 {
    margin-top: 3rem !important;
  }
  .t1mt-lg-auto {
    margin-top: auto !important;
  }
  .t1me-lg-0 {
    margin-right: 0 !important;
  }
  .t1me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .t1me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .t1me-lg-3 {
    margin-right: 1rem !important;
  }
  .t1me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .t1me-lg-5 {
    margin-right: 3rem !important;
  }
  .t1me-lg-auto {
    margin-right: auto !important;
  }
  .t1mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .t1mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .t1mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .t1mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .t1mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .t1mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .t1mb-lg-auto {
    margin-bottom: auto !important;
  }
  .t1ms-lg-0 {
    margin-left: 0 !important;
  }
  .t1ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .t1ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .t1ms-lg-3 {
    margin-left: 1rem !important;
  }
  .t1ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .t1ms-lg-5 {
    margin-left: 3rem !important;
  }
  .t1ms-lg-auto {
    margin-left: auto !important;
  }
  .t1p-lg-0 {
    padding: 0 !important;
  }
  .t1p-lg-1 {
    padding: 0.25rem !important;
  }
  .t1p-lg-2 {
    padding: 0.5rem !important;
  }
  .t1p-lg-3 {
    padding: 1rem !important;
  }
  .t1p-lg-4 {
    padding: 1.5rem !important;
  }
  .t1p-lg-5 {
    padding: 3rem !important;
  }
  .t1px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .t1px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .t1px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .t1px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .t1px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .t1px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .t1py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .t1py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .t1py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .t1py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .t1py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .t1py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .t1pt-lg-0 {
    padding-top: 0 !important;
  }
  .t1pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .t1pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .t1pt-lg-3 {
    padding-top: 1rem !important;
  }
  .t1pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .t1pt-lg-5 {
    padding-top: 3rem !important;
  }
  .t1pe-lg-0 {
    padding-right: 0 !important;
  }
  .t1pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .t1pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .t1pe-lg-3 {
    padding-right: 1rem !important;
  }
  .t1pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .t1pe-lg-5 {
    padding-right: 3rem !important;
  }
  .t1pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .t1pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .t1pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .t1pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .t1pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .t1pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .t1ps-lg-0 {
    padding-left: 0 !important;
  }
  .t1ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .t1ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .t1ps-lg-3 {
    padding-left: 1rem !important;
  }
  .t1ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .t1ps-lg-5 {
    padding-left: 3rem !important;
  }
  .t1text-lg-start {
    text-align: left !important;
  }
  .t1text-lg-end {
    text-align: right !important;
  }
  .t1text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .t1float-xl-start {
    float: left !important;
  }
  .t1float-xl-end {
    float: right !important;
  }
  .t1float-xl-none {
    float: none !important;
  }
  .t1d-xl-inline {
    display: inline !important;
  }
  .t1d-xl-inline-block {
    display: inline-block !important;
  }
  .t1d-xl-block {
    display: block !important;
  }
  .t1d-xl-grid {
    display: grid !important;
  }
  .t1d-xl-table {
    display: table !important;
  }
  .t1d-xl-table-row {
    display: table-row !important;
  }
  .t1d-xl-table-cell {
    display: table-cell !important;
  }
  .t1d-xl-flex {
    display: flex !important;
  }
  .t1d-xl-inline-flex {
    display: inline-flex !important;
  }
  .t1d-xl-none {
    display: none !important;
  }
  .t1flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .t1flex-xl-row {
    flex-direction: row !important;
  }
  .t1flex-xl-column {
    flex-direction: column !important;
  }
  .t1flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .t1flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .t1flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .t1flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .t1flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .t1flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .t1flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .t1flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .t1flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .t1gap-xl-0 {
    gap: 0 !important;
  }
  .t1gap-xl-1 {
    gap: 0.25rem !important;
  }
  .t1gap-xl-2 {
    gap: 0.5rem !important;
  }
  .t1gap-xl-3 {
    gap: 1rem !important;
  }
  .t1gap-xl-4 {
    gap: 1.5rem !important;
  }
  .t1gap-xl-5 {
    gap: 3rem !important;
  }
  .t1justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .t1justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .t1justify-content-xl-center {
    justify-content: center !important;
  }
  .t1justify-content-xl-between {
    justify-content: space-between !important;
  }
  .t1justify-content-xl-around {
    justify-content: space-around !important;
  }
  .t1justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .t1align-items-xl-start {
    align-items: flex-start !important;
  }
  .t1align-items-xl-end {
    align-items: flex-end !important;
  }
  .t1align-items-xl-center {
    align-items: center !important;
  }
  .t1align-items-xl-baseline {
    align-items: baseline !important;
  }
  .t1align-items-xl-stretch {
    align-items: stretch !important;
  }
  .t1align-content-xl-start {
    align-content: flex-start !important;
  }
  .t1align-content-xl-end {
    align-content: flex-end !important;
  }
  .t1align-content-xl-center {
    align-content: center !important;
  }
  .t1align-content-xl-between {
    align-content: space-between !important;
  }
  .t1align-content-xl-around {
    align-content: space-around !important;
  }
  .t1align-content-xl-stretch {
    align-content: stretch !important;
  }
  .t1align-self-xl-auto {
    align-self: auto !important;
  }
  .t1align-self-xl-start {
    align-self: flex-start !important;
  }
  .t1align-self-xl-end {
    align-self: flex-end !important;
  }
  .t1align-self-xl-center {
    align-self: center !important;
  }
  .t1align-self-xl-baseline {
    align-self: baseline !important;
  }
  .t1align-self-xl-stretch {
    align-self: stretch !important;
  }
  .t1order-xl-first {
    order: -1 !important;
  }
  .t1order-xl-0 {
    order: 0 !important;
  }
  .t1order-xl-1 {
    order: 1 !important;
  }
  .t1order-xl-2 {
    order: 2 !important;
  }
  .t1order-xl-3 {
    order: 3 !important;
  }
  .t1order-xl-4 {
    order: 4 !important;
  }
  .t1order-xl-5 {
    order: 5 !important;
  }
  .t1order-xl-last {
    order: 6 !important;
  }
  .t1m-xl-0 {
    margin: 0 !important;
  }
  .t1m-xl-1 {
    margin: 0.25rem !important;
  }
  .t1m-xl-2 {
    margin: 0.5rem !important;
  }
  .t1m-xl-3 {
    margin: 1rem !important;
  }
  .t1m-xl-4 {
    margin: 1.5rem !important;
  }
  .t1m-xl-5 {
    margin: 3rem !important;
  }
  .t1m-xl-auto {
    margin: auto !important;
  }
  .t1mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .t1mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .t1mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .t1mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .t1mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .t1mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .t1mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .t1my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .t1my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .t1my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .t1my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .t1my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .t1my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .t1my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .t1mt-xl-0 {
    margin-top: 0 !important;
  }
  .t1mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .t1mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .t1mt-xl-3 {
    margin-top: 1rem !important;
  }
  .t1mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .t1mt-xl-5 {
    margin-top: 3rem !important;
  }
  .t1mt-xl-auto {
    margin-top: auto !important;
  }
  .t1me-xl-0 {
    margin-right: 0 !important;
  }
  .t1me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .t1me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .t1me-xl-3 {
    margin-right: 1rem !important;
  }
  .t1me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .t1me-xl-5 {
    margin-right: 3rem !important;
  }
  .t1me-xl-auto {
    margin-right: auto !important;
  }
  .t1mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .t1mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .t1mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .t1mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .t1mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .t1mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .t1mb-xl-auto {
    margin-bottom: auto !important;
  }
  .t1ms-xl-0 {
    margin-left: 0 !important;
  }
  .t1ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .t1ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .t1ms-xl-3 {
    margin-left: 1rem !important;
  }
  .t1ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .t1ms-xl-5 {
    margin-left: 3rem !important;
  }
  .t1ms-xl-auto {
    margin-left: auto !important;
  }
  .t1p-xl-0 {
    padding: 0 !important;
  }
  .t1p-xl-1 {
    padding: 0.25rem !important;
  }
  .t1p-xl-2 {
    padding: 0.5rem !important;
  }
  .t1p-xl-3 {
    padding: 1rem !important;
  }
  .t1p-xl-4 {
    padding: 1.5rem !important;
  }
  .t1p-xl-5 {
    padding: 3rem !important;
  }
  .t1px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .t1px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .t1px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .t1px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .t1px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .t1px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .t1py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .t1py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .t1py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .t1py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .t1py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .t1py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .t1pt-xl-0 {
    padding-top: 0 !important;
  }
  .t1pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .t1pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .t1pt-xl-3 {
    padding-top: 1rem !important;
  }
  .t1pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .t1pt-xl-5 {
    padding-top: 3rem !important;
  }
  .t1pe-xl-0 {
    padding-right: 0 !important;
  }
  .t1pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .t1pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .t1pe-xl-3 {
    padding-right: 1rem !important;
  }
  .t1pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .t1pe-xl-5 {
    padding-right: 3rem !important;
  }
  .t1pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .t1pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .t1pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .t1pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .t1pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .t1pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .t1ps-xl-0 {
    padding-left: 0 !important;
  }
  .t1ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .t1ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .t1ps-xl-3 {
    padding-left: 1rem !important;
  }
  .t1ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .t1ps-xl-5 {
    padding-left: 3rem !important;
  }
  .t1text-xl-start {
    text-align: left !important;
  }
  .t1text-xl-end {
    text-align: right !important;
  }
  .t1text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .t1float-xxl-start {
    float: left !important;
  }
  .t1float-xxl-end {
    float: right !important;
  }
  .t1float-xxl-none {
    float: none !important;
  }
  .t1d-xxl-inline {
    display: inline !important;
  }
  .t1d-xxl-inline-block {
    display: inline-block !important;
  }
  .t1d-xxl-block {
    display: block !important;
  }
  .t1d-xxl-grid {
    display: grid !important;
  }
  .t1d-xxl-table {
    display: table !important;
  }
  .t1d-xxl-table-row {
    display: table-row !important;
  }
  .t1d-xxl-table-cell {
    display: table-cell !important;
  }
  .t1d-xxl-flex {
    display: flex !important;
  }
  .t1d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .t1d-xxl-none {
    display: none !important;
  }
  .t1flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .t1flex-xxl-row {
    flex-direction: row !important;
  }
  .t1flex-xxl-column {
    flex-direction: column !important;
  }
  .t1flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .t1flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .t1flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .t1flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .t1flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .t1flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .t1flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .t1flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .t1flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .t1gap-xxl-0 {
    gap: 0 !important;
  }
  .t1gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .t1gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .t1gap-xxl-3 {
    gap: 1rem !important;
  }
  .t1gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .t1gap-xxl-5 {
    gap: 3rem !important;
  }
  .t1justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .t1justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .t1justify-content-xxl-center {
    justify-content: center !important;
  }
  .t1justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .t1justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .t1justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .t1align-items-xxl-start {
    align-items: flex-start !important;
  }
  .t1align-items-xxl-end {
    align-items: flex-end !important;
  }
  .t1align-items-xxl-center {
    align-items: center !important;
  }
  .t1align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .t1align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .t1align-content-xxl-start {
    align-content: flex-start !important;
  }
  .t1align-content-xxl-end {
    align-content: flex-end !important;
  }
  .t1align-content-xxl-center {
    align-content: center !important;
  }
  .t1align-content-xxl-between {
    align-content: space-between !important;
  }
  .t1align-content-xxl-around {
    align-content: space-around !important;
  }
  .t1align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .t1align-self-xxl-auto {
    align-self: auto !important;
  }
  .t1align-self-xxl-start {
    align-self: flex-start !important;
  }
  .t1align-self-xxl-end {
    align-self: flex-end !important;
  }
  .t1align-self-xxl-center {
    align-self: center !important;
  }
  .t1align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .t1align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .t1order-xxl-first {
    order: -1 !important;
  }
  .t1order-xxl-0 {
    order: 0 !important;
  }
  .t1order-xxl-1 {
    order: 1 !important;
  }
  .t1order-xxl-2 {
    order: 2 !important;
  }
  .t1order-xxl-3 {
    order: 3 !important;
  }
  .t1order-xxl-4 {
    order: 4 !important;
  }
  .t1order-xxl-5 {
    order: 5 !important;
  }
  .t1order-xxl-last {
    order: 6 !important;
  }
  .t1m-xxl-0 {
    margin: 0 !important;
  }
  .t1m-xxl-1 {
    margin: 0.25rem !important;
  }
  .t1m-xxl-2 {
    margin: 0.5rem !important;
  }
  .t1m-xxl-3 {
    margin: 1rem !important;
  }
  .t1m-xxl-4 {
    margin: 1.5rem !important;
  }
  .t1m-xxl-5 {
    margin: 3rem !important;
  }
  .t1m-xxl-auto {
    margin: auto !important;
  }
  .t1mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .t1mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .t1mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .t1mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .t1mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .t1mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .t1mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .t1my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .t1my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .t1my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .t1my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .t1my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .t1my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .t1my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .t1mt-xxl-0 {
    margin-top: 0 !important;
  }
  .t1mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .t1mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .t1mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .t1mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .t1mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .t1mt-xxl-auto {
    margin-top: auto !important;
  }
  .t1me-xxl-0 {
    margin-right: 0 !important;
  }
  .t1me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .t1me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .t1me-xxl-3 {
    margin-right: 1rem !important;
  }
  .t1me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .t1me-xxl-5 {
    margin-right: 3rem !important;
  }
  .t1me-xxl-auto {
    margin-right: auto !important;
  }
  .t1mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .t1mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .t1mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .t1mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .t1mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .t1mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .t1mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .t1ms-xxl-0 {
    margin-left: 0 !important;
  }
  .t1ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .t1ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .t1ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .t1ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .t1ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .t1ms-xxl-auto {
    margin-left: auto !important;
  }
  .t1p-xxl-0 {
    padding: 0 !important;
  }
  .t1p-xxl-1 {
    padding: 0.25rem !important;
  }
  .t1p-xxl-2 {
    padding: 0.5rem !important;
  }
  .t1p-xxl-3 {
    padding: 1rem !important;
  }
  .t1p-xxl-4 {
    padding: 1.5rem !important;
  }
  .t1p-xxl-5 {
    padding: 3rem !important;
  }
  .t1px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .t1px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .t1px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .t1px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .t1px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .t1px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .t1py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .t1py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .t1py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .t1py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .t1py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .t1py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .t1pt-xxl-0 {
    padding-top: 0 !important;
  }
  .t1pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .t1pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .t1pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .t1pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .t1pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .t1pe-xxl-0 {
    padding-right: 0 !important;
  }
  .t1pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .t1pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .t1pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .t1pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .t1pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .t1pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .t1pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .t1pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .t1pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .t1pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .t1pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .t1ps-xxl-0 {
    padding-left: 0 !important;
  }
  .t1ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .t1ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .t1ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .t1ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .t1ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .t1text-xxl-start {
    text-align: left !important;
  }
  .t1text-xxl-end {
    text-align: right !important;
  }
  .t1text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .t1fs-1 {
    font-size: 2.5rem !important;
  }
  .t1fs-2 {
    font-size: 2rem !important;
  }
  .t1fs-3 {
    font-size: 1.75rem !important;
  }
  .t1fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .t1d-print-inline {
    display: inline !important;
  }
  .t1d-print-inline-block {
    display: inline-block !important;
  }
  .t1d-print-block {
    display: block !important;
  }
  .t1d-print-grid {
    display: grid !important;
  }
  .t1d-print-table {
    display: table !important;
  }
  .t1d-print-table-row {
    display: table-row !important;
  }
  .t1d-print-table-cell {
    display: table-cell !important;
  }
  .t1d-print-flex {
    display: flex !important;
  }
  .t1d-print-inline-flex {
    display: inline-flex !important;
  }
  .t1d-print-none {
    display: none !important;
  }
}
