@charset "UTF-8";
:root {
  --tblr-blue: #206bc4;
  --tblr-indigo: #4263eb;
  --tblr-purple: #ae3ec9;
  --tblr-pink: #d6336c;
  --tblr-red: #d63939;
  --tblr-orange: #f76707;
  --tblr-yellow: #f59f00;
  --tblr-green: #2fb344;
  --tblr-teal: #0ca678;
  --tblr-cyan: #17a2b8;
  --tblr-white: #ffffff;
  --tblr-gray: #475569;
  --tblr-gray-dark: #1e293b;
  --tblr-gray-100: #f1f5f9;
  --tblr-gray-200: #e2e8f0;
  --tblr-gray-300: #cbd5e1;
  --tblr-gray-400: #94a3b8;
  --tblr-gray-500: #64748b;
  --tblr-gray-600: #475569;
  --tblr-gray-700: #334155;
  --tblr-gray-800: #1e293b;
  --tblr-gray-900: #0f172a;
  --tblr-primary: #206bc4;
  --tblr-secondary: #626976;
  --tblr-success: #2fb344;
  --tblr-info: #4299e1;
  --tblr-warning: #f76707;
  --tblr-danger: #d63939;
  --tblr-light: #f8fafc;
  --tblr-dark: #1e293b;
  --tblr-muted: #626976;
  --tblr-primary-rgb: 32, 107, 196;
  --tblr-secondary-rgb: 98, 105, 118;
  --tblr-success-rgb: 47, 179, 68;
  --tblr-info-rgb: 66, 153, 225;
  --tblr-warning-rgb: 247, 103, 7;
  --tblr-danger-rgb: 214, 57, 57;
  --tblr-light-rgb: 248, 250, 252;
  --tblr-dark-rgb: 30, 41, 59;
  --tblr-muted-rgb: 98, 105, 118;
  --tblr-white-rgb: 255, 255, 255;
  --tblr-black-rgb: 0, 0, 0;
  --tblr-body-color-rgb: 30, 41, 59;
  --tblr-body-bg-rgb: 248, 250, 252;
  --tblr-font-sans-serif: "Inter", -apple-system, BlinkMacSystemFont,
    San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  --tblr-font-monospace: false, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  --tblr-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --tblr-body-font-family: var(--tblr-font-sans-serif);
  --tblr-body-font-size: 0.875rem;
  --tblr-body-font-weight: 400;
  --tblr-body-line-height: 1.4285714;
  --tblr-body-color: #1e293b;
  --tblr-body-bg: #f8fafc;
}

.border {
  border: 1px solid rgba(98, 105, 118, 0.16) !important;
}
.border-wide {
  border: 2px solid rgba(98, 105, 118, 0.16) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid rgba(98, 105, 118, 0.16) !important;
}
.border-top-wide {
  border-top: 2px solid rgba(98, 105, 118, 0.16) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid rgba(98, 105, 118, 0.16) !important;
}
.border-end-wide {
  border-right: 2px solid rgba(98, 105, 118, 0.16) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid rgba(98, 105, 118, 0.16) !important;
}
.border-bottom-wide {
  border-bottom: 2px solid rgba(98, 105, 118, 0.16) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid rgba(98, 105, 118, 0.16) !important;
}
.border-start-wide {
  border-left: 2px solid rgba(98, 105, 118, 0.16) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #206bc4 !important;
}
.border-secondary {
  border-color: #626976 !important;
}
.border-success {
  border-color: #2fb344 !important;
}
.border-info {
  border-color: #4299e1 !important;
}
.border-warning {
  border-color: #f76707 !important;
}
.border-danger {
  border-color: #d63939 !important;
}
.border-light {
  border-color: #f8fafc !important;
}
.border-dark {
  border-color: #1e293b !important;
}
.border-muted {
  border-color: #626976 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-0 {
  width: 0 !important;
}
.w-1 {
  width: 0.25rem !important;
}
.w-2 {
  width: 0.5rem !important;
}
.w-3 {
  width: 1rem !important;
}
.w-4 {
  width: 2rem !important;
}
.w-5 {
  width: 4rem !important;
}
.w-6 {
  width: 6rem !important;
}
.w-7 {
  width: 8rem !important;
}
.w-8 {
  width: 10rem !important;
}
.w-9 {
  width: 12rem !important;
}
.w-10 {
  width: 14rem !important;
}
.w-11 {
  width: 15rem !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-70 {
  width: 68% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w__1 {
  width: 1% !important;
}

.w__2 {
  width: 2% !important;
}

.w__3 {
  width: 3% !important;
}

.w__4 {
  width: 4% !important;
}

.w__5 {
  width: 5% !important;
}

.w__6 {
  width: 6% !important;
}

.w__7 {
  width: 7% !important;
}

.w__8 {
  width: 8% !important;
}

.w__9 {
  width: 9% !important;
}

.w__10 {
  width: 10% !important;
}
.w__11 {
  width: 11% !important;
}

.w__12 {
  width: 12% !important;
}

.w__13 {
  width: 13% !important;
}

.w__14 {
  width: 14% !important;
}

.w__15 {
  width: 15% !important;
}

.w__16 {
  width: 16% !important;
}

.w__17 {
  width: 17% !important;
}

.w__18 {
  width: 18% !important;
}

.w__19 {
  width: 19% !important;
}

.w__20 {
  width: 20% !important;
}
.w__21 {
  width: 21% !important;
}

.w__22 {
  width: 22% !important;
}

.w__23 {
  width: 23% !important;
}

.w__24 {
  width: 24% !important;
}

.w__25 {
  width: 25% !important;
}

.w__26 {
  width: 26% !important;
}

.w__27 {
  width: 27% !important;
}

.w__28 {
  width: 28% !important;
}

.w__29 {
  width: 29% !important;
}

.w__30 {
  width: 30% !important;
}

.w__31 {
  width: 31% !important;
}

.w__32 {
  width: 32% !important;
}

.w__33 {
  width: 33% !important;
}

.w__34 {
  width: 34% !important;
}

.w__35 {
  width: 35% !important;
}

.w__36 {
  width: 36% !important;
}

.w__37 {
  width: 37% !important;
}

.w__38 {
  width: 38% !important;
}

.w__39 {
  width: 39% !important;
}

.w__40 {
  width: 40% !important;
}

.w__41 {
  width: 41% !important;
}

.w__42 {
  width: 42% !important;
}

.w__43 {
  width: 43% !important;
}

.w__44 {
  width: 44% !important;
}

.w__45 {
  width: 45% !important;
}

.w__46 {
  width: 46% !important;
}

.w__47 {
  width: 47% !important;
}

.w__48 {
  width: 48% !important;
}

.w__49 {
  width: 49% !important;
}

.w__50 {
  width: 50% !important;
}

.w__51 {
  width: 51% !important;
}

.w__52 {
  width: 52% !important;
}

.w__53 {
  width: 53% !important;
}

.w__54 {
  width: 54% !important;
}

.w__55 {
  width: 55% !important;
}

.w__56 {
  width: 56% !important;
}

.w__57 {
  width: 57% !important;
}

.w__58 {
  width: 58% !important;
}

.w__59 {
  width: 59% !important;
}

.w__60 {
  width: 60% !important;
}

.w__61 {
  width: 61% !important;
}

.w__62 {
  width: 62% !important;
}

.w__63 {
  width: 63% !important;
}

.w__64 {
  width: 64% !important;
}

.w__65 {
  width: 65% !important;
}

.w__66 {
  width: 66% !important;
}

.w__67 {
  width: 67% !important;
}

.w__68 {
  width: 68% !important;
}

.w__69 {
  width: 69% !important;
}

.w__70 {
  width: 70% !important;
}

.w__71 {
  width: 71% !important;
}

.w__72 {
  width: 72% !important;
}

.w__73 {
  width: 73% !important;
}

.w__74 {
  width: 74% !important;
}

.w__75 {
  width: 75% !important;
}

.w__76 {
  width: 76% !important;
}

.w__77 {
  width: 77% !important;
}

.w__78 {
  width: 78% !important;
}

.w__79 {
  width: 79% !important;
}

.w__80 {
  width: 80% !important;
}

.w__81 {
  width: 81% !important;
}

.w__82 {
  width: 82% !important;
}

.w__83 {
  width: 83% !important;
}

.w__84 {
  width: 84% !important;
}

.w__85 {
  width: 85% !important;
}

.w__86 {
  width: 86% !important;
}

.w__87 {
  width: 87% !important;
}

.w__88 {
  width: 88% !important;
}

.w__89 {
  width: 89% !important;
}

.w__90 {
  width: 90% !important;
}

/* and so on until w__100 */

.w__91 {
  width: 91% !important;
}

.w__92 {
  width: 92% !important;
}

.w__93 {
  width: 93% !important;
}

.w__94 {
  width: 94% !important;
}

.w__95 {
  width: 95% !important;
}

.w__96 {
  width: 96% !important;
}

.w__97 {
  width: 97% !important;
}

.w__98 {
  width: 98% !important;
}

.w__99 {
  width: 99% !important;
}

.w__100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-0 {
  height: 0 !important;
}
.h-1 {
  height: 0.25rem !important;
}
.h-2 {
  height: 0.5rem !important;
}
.h-3 {
  height: 1rem !important;
}
.h-4 {
  height: 2rem !important;
}
.h-5 {
  height: 4rem !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 2rem !important;
}
.gap-5 {
  gap: 4rem !important;
}

.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 2rem !important;
}
.m-5 {
  margin: 4rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.mx-5 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mt-5 {
  margin-top: 4rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 2rem !important;
}
.me-5 {
  margin-right: 4rem !important;
}
.me-6 {
  margin-right: 6rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.mb-5 {
  margin-bottom: 4rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 2rem !important;
}
.ms-5 {
  margin-left: 4rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 2rem !important;
}
.p-5 {
  padding: 4rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.px-5 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 2rem !important;
}
.pt-5 {
  padding-top: 4rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 2rem !important;
}
.pe-5 {
  padding-right: 4rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 2rem !important;
}
.pb-5 {
  padding-bottom: 4rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 2rem !important;
}
.ps-5 {
  padding-left: 4rem !important;
}
.font-monospace {
  font-family: var(--tblr-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-2 {
  font-size: 1.25rem !important;
}
.fs-3 {
  font-size: 1rem !important;
}
.fs-4 {
  font-size: 0.875rem !important;
}
.fs-5 {
  font-size: 0.75rem !important;
}
.fs-6 {
  font-size: 0.625rem !important;
}
.fs-7 {
  font-size: 0.525rem !important;
}
/* Font size classes */
/* Font size classes */
.fs__1 {
  font-size: 1px !important;
}

.fs__2 {
  font-size: 2px !important;
}

.fs__3 {
  font-size: 3px !important;
}

.fs__4 {
  font-size: 4px !important;
}

.fs__5 {
  font-size: 5px !important;
}

.fs__6 {
  font-size: 6px !important;
}

.fs__7 {
  font-size: 7px !important;
}

.fs__8 {
  font-size: 8px !important;
}

.fs__9 {
  font-size: 9px !important;
}

.fs__10 {
  font-size: 10px !important;
}

.fs__11 {
  font-size: 11px !important;
}

.fs__12 {
  font-size: 12px !important;
}

.fs__13 {
  font-size: 13px !important;
}

.fs__14 {
  font-size: 14px !important;
}

.fs__15 {
  font-size: 15px !important;
}

.fs__16 {
  font-size: 16px !important;
}

.fs__17 {
  font-size: 17px !important;
}

.fs__18 {
  font-size: 18px !important;
}

.fs__19 {
  font-size: 19px !important;
}

.fs__20 {
  font-size: 20px !important;
}

.fs__21 {
  font-size: 21px !important;
}

.fs__22 {
  font-size: 22px !important;
}

.fs__23 {
  font-size: 23px !important;
}

.fs__24 {
  font-size: 24px !important;
}

.fs__25 {
  font-size: 25px !important;
}

.fs__26 {
  font-size: 26px !important;
}

.fs__27 {
  font-size: 27px !important;
}

.fs__28 {
  font-size: 28px !important;
}

.fs__29 {
  font-size: 29px !important;
}

.fs__30 {
  font-size: 30px !important;
}

.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.fw-max-bold {
  font-weight: 800 !important;
}
.fw-max-bolder {
  font-weight: 900 !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.1428571 !important;
}
.lh-base {
  line-height: 1.4285714 !important;
}
.lh-lg {
  line-height: 1.7142857 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-primary-rgb), var(--tblr-text-opacity)) !important;
}
.text-secondary {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-secondary-rgb), var(--tblr-text-opacity)) !important;
}
.text-success {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-success-rgb), var(--tblr-text-opacity)) !important;
}
.text-info {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-info-rgb), var(--tblr-text-opacity)) !important;
}
.text-warning {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-warning-rgb), var(--tblr-text-opacity)) !important;
}
.text-danger {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-danger-rgb), var(--tblr-text-opacity)) !important;
}
.text-light {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-light-rgb), var(--tblr-text-opacity)) !important;
}
.text-dark {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-dark-rgb), var(--tblr-text-opacity)) !important;
}
.text-muted {
  --tblr-text-opacity: 1;
  color: #626976 !important;
}
.text-black {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-black-rgb), var(--tblr-text-opacity)) !important;
}
.text-white {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-white-rgb), var(--tblr-text-opacity)) !important;
}
.text-body {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-body-color-rgb), var(--tblr-text-opacity)) !important;
}
.text-black-50 {
  --tblr-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --tblr-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --tblr-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --tblr-text-opacity: 0.25;
}
.text-opacity-50 {
  --tblr-text-opacity: 0.5;
}
.text-opacity-75 {
  --tblr-text-opacity: 0.75;
}
.text-opacity-100 {
  --tblr-text-opacity: 1;
}
.bg-primary {
  --tblr-bg-opacity: 1;
  background-color: rgba(
    var(--tblr-primary-rgb),
    var(--tblr-bg-opacity)
  ) !important;
}
.bg-secondary {
  --tblr-bg-opacity: 1;
  background-color: rgba(
    var(--tblr-secondary-rgb),
    var(--tblr-bg-opacity)
  ) !important;
}
.bg-success {
  --tblr-bg-opacity: 1;
  background-color: rgba(
    var(--tblr-success-rgb),
    var(--tblr-bg-opacity)
  ) !important;
}
.bg-info {
  --tblr-bg-opacity: 1;
  background-color: rgba(
    var(--tblr-info-rgb),
    var(--tblr-bg-opacity)
  ) !important;
}
.bg-warning {
  --tblr-bg-opacity: 1;
  background-color: rgba(
    var(--tblr-warning-rgb),
    var(--tblr-bg-opacity)
  ) !important;
}
.bg-danger {
  --tblr-bg-opacity: 1;
  background-color: rgba(
    var(--tblr-danger-rgb),
    var(--tblr-bg-opacity)
  ) !important;
}
.bg-light {
  --tblr-bg-opacity: 1;
  background-color: rgba(
    var(--tblr-light-rgb),
    var(--tblr-bg-opacity)
  ) !important;
}
.bg-dark {
  --tblr-bg-opacity: 1;
  background-color: rgba(
    var(--tblr-dark-rgb),
    var(--tblr-bg-opacity)
  ) !important;
}
.bg-muted {
  --tblr-bg-opacity: 1;
  background-color: rgba(
    var(--tblr-muted-rgb),
    var(--tblr-bg-opacity)
  ) !important;
}
.bg-black {
  --tblr-bg-opacity: 1;
  background-color: rgba(
    var(--tblr-black-rgb),
    var(--tblr-bg-opacity)
  ) !important;
}
.bg-white {
  --tblr-bg-opacity: 1;
  background-color: rgba(
    var(--tblr-white-rgb),
    var(--tblr-bg-opacity)
  ) !important;
}
.bg-body {
  --tblr-bg-opacity: 1;
  background-color: rgba(
    var(--tblr-body-bg-rgb),
    var(--tblr-bg-opacity)
  ) !important;
}
.bg-transparent {
  --tblr-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --tblr-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --tblr-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --tblr-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --tblr-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --tblr-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--tblr-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 2px !important;
}
.rounded-2 {
  border-radius: 4px !important;
}
.rounded-3 {
  border-radius: 8px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 100rem !important;
}
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.rounded-end {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-start {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.bg-white-overlay {
  color: #fff;
  background-color: rgba(248, 250, 252, 0.24);
}
.bg-dark-overlay {
  color: #fff;
  background-color: rgba(30, 41, 59, 0.24);
}
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-primary-lt {
  color: #206bc4 !important;
  background: rgba(32, 107, 196, 0.1) !important;
}
.bg-secondary-lt {
  color: #626976 !important;
  background: rgba(98, 105, 118, 0.1) !important;
}
.bg-success-lt {
  color: #2fb344 !important;
  background: rgba(47, 179, 68, 0.1) !important;
}
.bg-info-lt {
  color: #4299e1 !important;
  background: rgba(66, 153, 225, 0.1) !important;
}
.bg-warning-lt {
  color: #f76707 !important;
  background: rgba(247, 103, 7, 0.1) !important;
}
.bg-danger-lt {
  color: #d63939 !important;
  background: rgba(214, 57, 57, 0.1) !important;
}
.bg-light-lt {
  color: #f8fafc !important;
  background: rgba(248, 250, 252, 0.1) !important;
}
.bg-dark-lt {
  color: #1e293b !important;
  background: rgba(30, 41, 59, 0.1) !important;
}
.bg-muted-lt {
  color: #626976 !important;
  background: rgba(98, 105, 118, 0.1) !important;
}
.bg-blue {
  background: #206bc4;
}
.text-blue {
  color: #206bc4 !important;
}
.bg-blue-lt {
  color: #206bc4 !important;
  background: rgba(32, 107, 196, 0.1) !important;
}
.bg-azure {
  background: #4299e1;
}
.text-azure {
  color: #4299e1 !important;
}
.bg-azure-lt {
  color: #4299e1 !important;
  background: rgba(66, 153, 225, 0.1) !important;
}
.bg-indigo {
  background: #4263eb;
}
.text-indigo {
  color: #4263eb !important;
}
.bg-indigo-lt {
  color: #4263eb !important;
  background: rgba(66, 99, 235, 0.1) !important;
}
.bg-purple {
  background: #ae3ec9;
}
.text-purple {
  color: #ae3ec9 !important;
}
.bg-purple-lt {
  color: #ae3ec9 !important;
  background: rgba(174, 62, 201, 0.1) !important;
}
.bg-pink {
  background: #d6336c;
}
.text-pink {
  color: #d6336c !important;
}
.bg-pink-lt {
  color: #d6336c !important;
  background: rgba(214, 51, 108, 0.1) !important;
}
.bg-red {
  background: #d63939;
}
.text-red {
  color: #d63939 !important;
}
.bg-red-lt {
  color: #d63939 !important;
  background: rgba(214, 57, 57, 0.1) !important;
}
.bg-orange {
  background: #f76707;
}
.text-orange {
  color: #f76707 !important;
}
.bg-orange-lt {
  color: #f76707 !important;
  background: rgba(247, 103, 7, 0.1) !important;
}
.bg-yellow {
  background: #f59f00;
}
.text-yellow {
  color: #f59f00 !important;
}
.bg-yellow-lt {
  color: #f59f00 !important;
  background: rgba(245, 159, 0, 0.1) !important;
}
.bg-lime {
  background: #74b816;
}
.text-lime {
  color: #74b816 !important;
}
.bg-lime-lt {
  color: #74b816 !important;
  background: rgba(116, 184, 22, 0.1) !important;
}
.bg-green {
  background: #2fb344;
}
.text-green {
  color: #2fb344 !important;
}
.bg-green-lt {
  color: #2fb344 !important;
  background: rgba(47, 179, 68, 0.1) !important;
}
.bg-teal {
  background: #0ca678;
}
.text-teal {
  color: #0ca678 !important;
}
.bg-teal-lt {
  color: #0ca678 !important;
  background: rgba(12, 166, 120, 0.1) !important;
}
.bg-cyan {
  background: #17a2b8;
}
.text-cyan {
  color: #17a2b8 !important;
}
.bg-cyan-lt {
  color: #17a2b8 !important;
  background: rgba(23, 162, 184, 0.1) !important;
}
.bg-facebook {
  color: #fff !important;
  background: #3b5998 !important;
}
.text-facebook {
  color: #3b5998 !important;
}
.bg-facebook-lt {
  color: #3b5998 !important;
  background: rgba(59, 89, 152, 0.1) !important;
}
.bg-twitter {
  color: #fff !important;
  background: #1da1f2 !important;
}
.text-twitter {
  color: #1da1f2 !important;
}
.bg-twitter-lt {
  color: #1da1f2 !important;
  background: rgba(29, 161, 242, 0.1) !important;
}
.bg-linkedin {
  color: #fff !important;
  background: #0a66c2 !important;
}
.text-linkedin {
  color: #0a66c2 !important;
}
.bg-linkedin-lt {
  color: #0a66c2 !important;
  background: rgba(10, 102, 194, 0.1) !important;
}
.bg-google {
  color: #fff !important;
  background: #dc4e41 !important;
}
.text-google {
  color: #dc4e41 !important;
}
.bg-google-lt {
  color: #dc4e41 !important;
  background: rgba(220, 78, 65, 0.1) !important;
}
.bg-youtube {
  color: #fff !important;
  background: red !important;
}
.text-youtube {
  color: red !important;
}
.bg-youtube-lt {
  color: red !important;
  background: rgba(255, 0, 0, 0.1) !important;
}
.bg-vimeo {
  color: #fff !important;
  background: #1ab7ea !important;
}
.text-vimeo {
  color: #1ab7ea !important;
}
.bg-vimeo-lt {
  color: #1ab7ea !important;
  background: rgba(26, 183, 234, 0.1) !important;
}
.bg-dribbble {
  color: #fff !important;
  background: #ea4c89 !important;
}
.text-dribbble {
  color: #ea4c89 !important;
}
.bg-dribbble-lt {
  color: #ea4c89 !important;
  background: rgba(234, 76, 137, 0.1) !important;
}
.bg-github {
  color: #fff !important;
  background: #181717 !important;
}
.text-github {
  color: #181717 !important;
}
.bg-github-lt {
  color: #181717 !important;
  background: rgba(24, 23, 23, 0.1) !important;
}
.bg-instagram {
  color: #fff !important;
  background: #e4405f !important;
}
.text-instagram {
  color: #e4405f !important;
}
.bg-instagram-lt {
  color: #e4405f !important;
  background: rgba(228, 64, 95, 0.1) !important;
}
.bg-pinterest {
  color: #fff !important;
  background: #bd081c !important;
}
.text-pinterest {
  color: #bd081c !important;
}
.bg-pinterest-lt {
  color: #bd081c !important;
  background: rgba(189, 8, 28, 0.1) !important;
}
.bg-vk {
  color: #fff !important;
  background: #6383a8 !important;
}
.text-vk {
  color: #6383a8 !important;
}
.bg-vk-lt {
  color: #6383a8 !important;
  background: rgba(99, 131, 168, 0.1) !important;
}
.bg-rss {
  color: #fff !important;
  background: orange !important;
}
.text-rss {
  color: orange !important;
}
.bg-rss-lt {
  color: orange !important;
  background: rgba(255, 165, 0, 0.1) !important;
}
.bg-flickr {
  color: #fff !important;
  background: #0063dc !important;
}
.text-flickr {
  color: #0063dc !important;
}
.bg-flickr-lt {
  color: #0063dc !important;
  background: rgba(0, 99, 220, 0.1) !important;
}
.bg-bitbucket {
  color: #fff !important;
  background: #0052cc !important;
}
.text-bitbucket {
  color: #0052cc !important;
}
.bg-bitbucket-lt {
  color: #0052cc !important;
  background: rgba(0, 82, 204, 0.1) !important;
}
.bg-tabler {
  color: #fff !important;
  background: #206bc4 !important;
}
.text-tabler {
  color: #206bc4 !important;
}
.bg-tabler-lt {
  color: #206bc4 !important;
  background: rgba(32, 107, 196, 0.1) !important;
}
.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.tracking-tight {
  letter-spacing: -0.05em !important;
}
.tracking-normal {
  letter-spacing: 0 !important;
}
.tracking-wide {
  letter-spacing: 0.05em !important;
}
/* iframe css */
.card.card-cascade .view.view-cascade {
  border-radius: .25rem;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.card.card-cascade .view.view-cascade.gradient-card-header {
  padding: 1.6rem 1rem;
  color: #fff;
  text-align: center
}

.card.card-cascade .view.view-cascade.gradient-card-header .card-header-title {
  font-weight: 500
}

.card.card-cascade .view.view-cascade.gradient-card-header .btn-floating {
  background-color: rgba(255,255,255,0.2)
}

.card.card-cascade.wider {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.card.card-cascade.wider .view.view-cascade {
  z-index: 2
}

.card.card-cascade.wider .card-body.card-body-cascade {
  z-index: 1;
  margin-right: 4%;
  margin-left: 4%;
  background: #fff;
  border-radius: 0 0 .25rem .25rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.card.card-cascade.wider .card-body.card-body-cascade .card-footer {
  margin-right: -1.25rem;
  margin-left: -1.25rem
}

.card.card-cascade.wider.reverse .card-body.card-body-cascade {
  z-index: 3;
  margin-top: -1rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.card.card-cascade.narrower {
  margin-top: 1.25rem
}

.card.card-cascade.narrower .view.view-cascade {
  margin-top: -1.25rem;
  margin-right: 4%;
  margin-left: 4%
}
.view {
  position: relative;
  overflow: hidden;
  cursor: default
}
.purple-gradient {
  background: linear-gradient(40deg,#ff6ec4,#7873f5) !important
}

.peach-gradient {
  background: linear-gradient(40deg,#ffd86f,#fc6262) !important
}

.aqua-gradient {
  background: linear-gradient(40deg,#2096ff,#05ffa3) !important
}

.blue-gradient {
  background: linear-gradient(40deg,#45cafc,#303f9f) !important
}

.purple-gradient-rgba {
  background: linear-gradient(40deg,rgba(255,110,196,0.9),rgba(120,115,245,0.9)) !important
}

.peach-gradient-rgba {
  background: linear-gradient(40deg,rgba(255,216,111,0.9),rgba(252,98,98,0.9)) !important
}

.aqua-gradient-rgba {
  background: linear-gradient(40deg,rgba(32,150,255,0.9),rgba(5,255,163,0.9)) !important
}

.blue-gradient-rgba {
  background: linear-gradient(40deg,rgba(69,202,252,0.9),rgba(48,63,159,0.9)) !important
}
.z-depth-1-half {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important
}
.map-container,
.map-container-2 ,
.map-container-3,
.map-container-4,
.map-container-5,
.map-container-6,
 .map-container-7{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
/* loading css */
span[class^="dot-"]{
  opacity: 0;
}
.dot-one{
  animation: dot-one 2s infinite linear
}
.dot-two{
  animation: dot-two 2s infinite linear
}
.dot-three{
  animation: dot-three 2s infinite linear
}
@keyframes dot-one{
  0%{
    opacity: 0;
  }
  15%{
    opacity: 0;
  }
  25%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}

@keyframes dot-two{
  0%{
    opacity: 0;
  }
  25%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}

@keyframes dot-three{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  75%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}