
/*!
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.cancelled {
  color: lightgray;
}

:root,
[data-bs-theme=light] {
  --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-black: #000;
  --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: #002E56;
  --bs-secondary: #fff;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 46, 86;
  --bs-secondary-rgb: 255, 255, 255;
  --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-primary-text-emphasis: #001222;
  --bs-secondary-text-emphasis: #666666;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #ccd5dd;
  --bs-secondary-bg-subtle: white;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #99abbb;
  --bs-secondary-border-subtle: white;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #002E56;
  --bs-link-color-rgb: 0, 46, 86;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #002545;
  --bs-link-hover-color-rgb: 0, 37, 69;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 46, 86, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #66829a;
  --bs-secondary-text-emphasis: white;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #000911;
  --bs-secondary-bg-subtle: #333333;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #001c34;
  --bs-secondary-border-subtle: #999999;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #66829a;
  --bs-link-hover-color: #859bae;
  --bs-link-color-rgb: 102, 130, 154;
  --bs-link-hover-color-rgb: 133, 155, 174;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  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);
  line-height: var(--bs-body-line-height);
  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: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a, .anchor-like-button {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover, .anchor-like-button:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), .anchor-like-button:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code, .anchor-like-button > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

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-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-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;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --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));
}
.row > * {
  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);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #ccd5dd;
  --bs-table-border-color: #b8c0c7;
  --bs-table-striped-bg: #c2cad2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8c0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdc5cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: white;
  --bs-table-border-color: #e6e6e6;
  --bs-table-striped-bg: #f2f2f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6e6e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ececec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #8097ab;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 46, 86, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: 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 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #8097ab;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 46, 86, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #8097ab;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 46, 86, 0.25);
}
.form-check-input:checked {
  background-color: #002E56;
  border-color: #002E56;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #002E56;
  border-color: #002E56;
  --bs-form-check-bg-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");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238097ab'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 46, 86, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 46, 86, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #002E56;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3c0cc;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #002E56;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3c0cc;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-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: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  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.73.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);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: 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.73.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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-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: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  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);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: 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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #002E56;
  --bs-btn-border-color: #002E56;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002749;
  --bs-btn-hover-border-color: #002545;
  --bs-btn-focus-shadow-rgb: 38, 77, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #002545;
  --bs-btn-active-border-color: #002341;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #002E56;
  --bs-btn-disabled-border-color: #002E56;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #002E56;
  --bs-btn-border-color: #002E56;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002E56;
  --bs-btn-hover-border-color: #002E56;
  --bs-btn-focus-shadow-rgb: 0, 46, 86;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #002E56;
  --bs-btn-active-border-color: #002E56;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #002E56;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #002E56;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 38, 77, 111;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #002E56;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #002E56;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  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) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 46, 86, 0.25);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #002E56;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a, .navbar-text .anchor-like-button,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: 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");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

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

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: 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");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23001222'%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");
  --bs-accordion-btn-focus-border-color: #8097ab;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 46, 86, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366829a'%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");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366829a'%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");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 46, 86, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #002E56;
  --bs-pagination-active-border-color: #002E56;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #002E56;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #002E56;
  --bs-list-group-active-border-color: #002E56;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 46, 86, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  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: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-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");
}

.carousel-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");
}

.carousel-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%;
}
.carousel-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) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(0, 46, 86, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(0, 37, 69, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 37, 69, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-10 {
  width: 10% !important;
}

.w-25 {
  width: 25% !important;
}

.w-50, .k-editor {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100, .k-progressbar {
  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-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;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !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: 1.5rem !important;
}

.m-5 {
  margin: 3rem !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: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !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: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !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: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !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: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !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: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !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: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !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: 1.5rem !important;
}

.p-5 {
  padding: 3rem !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: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !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: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !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: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !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: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !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: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !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: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !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: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info, #scores-grid.k-grid.can-update td:nth-child(2) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75, .k-editor {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url(/assets/fonts/bootstrap-icons-cbdadea7b7c998d4578dcc107c4373b7448713c015c6f8f13e4125a90c4e3aa1.woff2?24e3eb84d0bcaf83d77f904c78ac1f47) format("woff2"), url(/assets/fonts/bootstrap-icons-1a51ee225426a539ddeada4fe9ed4fe0e1198565287269de541ab589c5355948.woff?24e3eb84d0bcaf83d77f904c78ac1f47) format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

@-webkit-keyframes slide {
  100% {
    right: 0;
  }
}
@keyframes slide {
  100% {
    right: 0;
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#block-breadcrumbs {
  display: none;
}

@media only screen and (min-width: 692px) {
  #block-breadcrumbs {
    display: block;
  }
  .vito--page-type-article #block-breadcrumbs {
    display: table-header-group;
  }
}
.breadcrumb ol {
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  display: inline-block;
  background: #f5f5f5;
}

.page-title-moved .breadcrumb ol {
  background: #fff;
}

.breadcrumb ol li {
  list-style: none;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 16.5px;
  line-height: 1.03125rem;
}

.breadcrumb ol li:before {
  content: "/";
  margin: 0 4px;
  margin: 0 0.25rem;
}

.breadcrumb ol li a, .breadcrumb ol li .anchor-like-button {
  color: #000;
  text-transform: uppercase;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
}

.page-hide-breadcrumb .breadcrumb {
  display: none;
}

.page-hide-page-title.page-title-moved .breadcrumb {
  padding-bottom: 76px;
  padding-bottom: 4.75rem;
}

.block-help {
  background: #fff;
  padding: 16px;
  padding: 1rem;
}

@media only screen and (min-width: 692px) {
  .block-help {
    padding: 2rem;
  }
}
.block-vito-copyright {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  float: left;
}
.block-vito-copyright ul.menu {
  text-align: left;
}
.block-vito-copyright ul.menu li {
  display: inline-block;
  margin: 0 2rem 0 0;
}
.block-vito-copyright ul.menu li a, .block-vito-copyright ul.menu li .anchor-like-button {
  color: #fff;
}
.block-vito-copyright ul.menu li a:hover, .block-vito-copyright ul.menu li .anchor-like-button:hover {
  color: #002E56;
}
.block-vito-copyright ul.menu li a.is-active, .block-vito-copyright ul.menu li .is-active.anchor-like-button {
  color: #002E56;
}
.block-vito-copyright ul.menu li + li {
  margin-right: 0;
}

.block-vito-copyright a, .block-vito-copyright .anchor-like-button {
  color: #fff;
}

.block-vito-theme-icons a, .block-vito-theme-icons .anchor-like-button {
  font-size: 0;
}

.block-vito-theme-icons a:before, .block-vito-theme-icons .anchor-like-button:before {
  font-size: 20px;
  font-size: 1.25rem;
}

.block-vito-theme-icons a.icon-theme-chemistry, .block-vito-theme-icons .icon-theme-chemistry.anchor-like-button {
  color: #329CA6;
}

.block-vito-theme-icons a.icon-theme-materials, .block-vito-theme-icons .icon-theme-materials.anchor-like-button {
  color: #F1B821;
}

.block-vito-theme-icons a.icon-theme-landuse, .block-vito-theme-icons .icon-theme-landuse.anchor-like-button {
  color: #407038;
}

.block-vito-theme-icons a.icon-theme-health, .block-vito-theme-icons .icon-theme-health.anchor-like-button {
  color: #E87E39;
}

.block-vito-theme-icons a.icon-theme-energy, .block-vito-theme-icons .icon-theme-energy.anchor-like-button {
  color: #3599C8;
}

.vito--alternative-header .block-vito-theme-icons a, .vito--alternative-header .block-vito-theme-icons .anchor-like-button {
  color: #fff;
}

.block-vito-introtext {
  font-family: "AvenirLT-Medium", "Arial", "Helvetica", "sans-serif";
  color: #fff;
  position: relative;
  max-width: 800px;
  max-width: 50rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
}

.vito--intro-text-black .block-vito-introtext {
  color: #232525;
}

.vito--intro-text-black .block-vito-introtext h2, .vito--intro-text-black .block-vito-introtext .h2, .vito--intro-text-black .block-vito-introtext h3, .vito--intro-text-black .block-vito-introtext .h3, .vito--intro-text-black .block-vito-introtext h4, .vito--intro-text-black .block-vito-introtext .h4, .vito--intro-text-black .block-vito-introtext h5, .vito--intro-text-black .block-vito-introtext .h5, .vito--intro-text-black .block-vito-introtext h6, .vito--intro-text-black .block-vito-introtext .h6 {
  color: #232525;
}

body:not(.vito--page-type-article):not(.vito--banner-image) .block-vito-introtext {
  background: #002E56;
  padding: 32px;
  padding: 2rem;
}

body:not(.vito--page-type-article):not(.vito--banner-image) .block-vito-introtext:before, body:not(.vito--page-type-article):not(.vito--banner-image) .block-vito-introtext:after {
  content: "";
  background: #f5f5f5;
  position: absolute;
  display: block;
  height: 100%;
  top: 32px;
  top: 2rem;
  z-index: 0;
  width: 200%;
}

body:not(.vito--page-type-article):not(.vito--banner-image) .block-vito-introtext:before {
  left: 100%;
}

body:not(.vito--page-type-article):not(.vito--banner-image) .block-vito-introtext:after {
  left: -200%;
}

body.page-hide-page-title .block-vito-introtext {
  margin-top: 0 !important;
}

body.vito--admin-add .block-vito-introtext, body.vito--admin-edit .block-vito-introtext {
  display: none !important;
}

body.page-hide-breadcrumb.page-hide-page-title.page-title-moved:not(.vito--page-type-article):not(.vito--banner-image) .block-vito-introtext {
  border-top: 104px solid #002E56;
  border-top: 6.5rem solid #002E56;
}

body.page-hide-breadcrumb.page-hide-page-title.page-title-moved:not(.vito--page-type-article):not(.vito--banner-image) .block-vito-introtext:before, body.page-hide-breadcrumb.page-hide-page-title.page-title-moved:not(.vito--page-type-article):not(.vito--banner-image) .block-vito-introtext:after {
  top: -104px !important;
  top: -6.5rem !important;
  height: 136px !important;
  height: 8.5rem !important;
}

body.page-hide-breadcrumb.page-hide-page-title:not(.page-title-moved):not(.vito--page-type-article):not(.vito--banner-image) .block-vito-introtext {
  border-top: 104px solid #fff;
  border-top: 6.5rem solid #fff;
}

.block-vito-cookie-popup {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000;
  padding: 16px 80px;
  padding: 1rem 5rem;
}

.adminimal-admin-toolbar .block-vito-cookie-popup {
  bottom: 40px;
  bottom: 2.5rem;
}

.block-vito-cookie-popup .vito--cookie-buttons {
  margin-top: 16px;
  margin-top: 1rem;
}

.block-vito-vicons ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 16px;
  padding: 1rem;
  background: #fff;
}

.block-vito-vicons ul li {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 16px;
  padding: 1rem;
  list-style: none;
}

.block-vito-vicons ul li:before {
  font-size: 32px;
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 16px;
  margin-right: 1rem;
}

.block-vito-vicons ul li pre {
  background: #f5f5f5;
  padding: 4px;
  padding: 0.25rem;
  border-radius: 0.25rem;
  font-size: 13px;
}

.vito-color-switcher {
  background: #fff;
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 99999;
  padding: 8px;
  padding: 0.5rem;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 0 0 0.25rem 0;
  box-shadow: 0 0 3px 0px rgba(35, 37, 37, 0.25);
}

.vito-color-switcher.closed {
  transform: translate3d(-100%, 0, 0px);
}

.vito-color-switcher .icon-edit {
  position: absolute;
  top: 0;
  right: -34px;
  right: -2.125rem;
  background: #fff;
  padding: 8px;
  padding: 0.5rem;
  border-radius: 0 0.25rem 0.25rem 0;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  cursor: pointer;
  box-shadow: 4px 0 4px 0px rgba(35, 37, 37, 0.25);
}

.vito-color-switcher .colors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vito-color-switcher .colors a, .vito-color-switcher .colors .anchor-like-button {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 16px;
  min-width: 1rem;
  display: block;
  font-size: 0;
  width: 16px;
  width: 1rem;
  height: 40px;
  height: 2.5rem;
  border: 4px solid #fff;
  border: 0.25rem solid #fff;
}

.vito-color-switcher .colors a.selected, .vito-color-switcher .colors .selected.anchor-like-button {
  opacity: 0.5;
}

.vito-color-switcher .colors a.selected:before, .vito-color-switcher .colors .selected.anchor-like-button:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  padding: 5px 8px;
  font-weight: 600 !important;
}

.vito-color-switcher .colors a.styles, .vito-color-switcher .colors .styles.anchor-like-button {
  background: #002E56;
}

.vito-color-switcher .colors a.innovativeblue, .vito-color-switcher .colors .innovativeblue.anchor-like-button {
  background: #41D9F9;
}

.vito-color-switcher .colors a.light-blue, .vito-color-switcher .colors .light-blue.anchor-like-button {
  background: #41D9F9;
}

.vito-color-switcher .colors a.orange, .vito-color-switcher .colors .orange.anchor-like-button {
  background: #FF6700;
}

.vito-color-switcher .colors a.green, .vito-color-switcher .colors .green.anchor-like-button {
  background: #15EA75;
}

.vito-color-switcher .colors a.red, .vito-color-switcher .colors .red.anchor-like-button {
  background: #E72D43;
}

.vito-color-switcher .colors a.purple, .vito-color-switcher .colors .purple.anchor-like-button {
  background: #788EFE;
}

.vito-color-switcher .colors a.yellow, .vito-color-switcher .colors .yellow.anchor-like-button {
  background: #F9CB1F;
}

.vito-color-switcher .colors a.aqua, .vito-color-switcher .colors .aqua.anchor-like-button {
  background: #359EA6;
}

.vito-color-switcher .colors a.darkblue, .vito-color-switcher .colors .darkblue.anchor-like-button {
  background: #002E56;
}

.vito-color-switcher .colors a.oldgreen, .vito-color-switcher .colors .oldgreen.anchor-like-button {
  background: #67AE3E;
}

.vito-color-switcher .colors a.oldyellow, .vito-color-switcher .colors .oldyellow.anchor-like-button {
  background: #F1B821;
}

.vito-color-switcher .current-color {
  text-align: center;
  font-size: 14px;
  padding: 4px;
  padding: 0.25rem;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  text-transform: capitalize;
  background: #eaeaea;
  margin: 4px;
  margin: 0.25rem;
}

.vito-color-switcher .options {
  padding: 8px 0 0;
  padding: 0.5rem 0 0;
  font-size: 14px;
  font-family: "AvenirLT-Medium", "Arial", "Helvetica", "sans-serif";
}

.vito-color-switcher .options input {
  margin-right: 4px;
  margin-right: 0.25rem;
}

.vito-color-switcher .option-toggle {
  margin: 8px 0;
  margin: 0.5rem 0;
}

.vito-color-switcher .option-toggle input {
  display: none;
}

.vito-color-switcher .option-toggle label, .vito-color-switcher .option-toggle fieldset > legend {
  position: relative;
  display: inline-block;
  background: #eaeaea;
  margin: 0 2px;
  margin: 0 0.125rem;
  padding: 4px;
  padding: 0.25rem;
  border-radius: 0.75rem;
  width: 40px;
  width: 2.5rem;
  cursor: pointer;
}

.vito-color-switcher .option-toggle label:before, .vito-color-switcher .option-toggle fieldset > legend:before {
  content: "";
  border-radius: 50%;
  background: #e2646b;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  display: block;
  border: 2px solid #fff;
  transition: all 0.2s ease-in-out;
}

.vito-color-switcher .option-toggle input:checked + label:before, .vito-color-switcher .option-toggle fieldset > input:checked + legend:before {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background: #83ba64;
}

.vito-color-switcher .option-toggle label, .vito-color-switcher .option-toggle fieldset > legend, .vito-color-switcher .option-toggle span {
  vertical-align: top;
}

.vito-color-switcher .option-toggle span {
  margin-left: 8px;
  margin-left: 0.5rem;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  max-width: 112px;
  max-width: 7rem;
  display: inline-block;
}

.vito-color-switcher hr {
  opacity: 0.25;
  margin: 16px 0;
  margin: 1rem 0;
}

.vito-color-switcher .vito--colorswitcher-reset {
  display: block;
  text-align: center;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}

body {
  overflow: hidden;
}

body {
  font-family: "AvenirLT-Roman", "Arial", "Helvetica", "sans-serif";
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

body {
  overflow-x: hidden;
  font-size: 17px;
}

body.page-full-width:not(.vito--admin-edit):not(.vito--admin-add) #site-wrapper > .container {
  max-width: none !important;
}

body.vito--full-width:not(.vito--admin-edit):not(.vito--admin-add) header .container, body.vito--full-width:not(.vito--admin-edit):not(.vito--admin-add) footer .container {
  max-width: none !important;
}

body.page-title-moved .region--header {
  border-bottom: 0;
}

body.page-title-moved .page-title {
  background: #002E56;
  color: #fff;
  padding: 8px 1600px;
  padding: 0.5rem 100rem;
  margin: 0 -1600px;
  margin: 0 -100rem;
}

body.page-title-moved:not(.vito--intro-text) .region--content-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

body.page-title-moved #block-breadcrumbs {
  background: #002E56;
  padding: 0 800px;
  padding: 0 50rem;
  margin: 0 -800px;
  margin: 0 -50rem;
}

body.page-title-moved.vito--intro-text:not(.vito--banner-image) .block-vito-introtext {
  background: #fff;
  color: #333;
}

body.page-title-moved.vito--intro-text:not(.vito--banner-image) .block-vito-introtext:before, body.page-title-moved.vito--intro-text:not(.vito--banner-image) .block-vito-introtext:after {
  background: #002E56;
  top: 0;
  height: 32px;
  height: 2rem;
}

body.logged-in {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

body.page-background-dark {
  background: #232525;
}

body.page-background-blue {
  background: #002E56;
}

body.page-background-innovativeblue {
  background: #41D9F9;
}

body.page-background-light-blue {
  background: #41D9F9;
}

body.page-background-orange {
  background: #FF6700;
}

body.page-background-white {
  background: #fff;
}

body.page-background-green {
  background: #15EA75;
}

body.page-background-red {
  background: #E72D43;
}

body.page-background-purple {
  background: #788EFE;
}

body.page-background-yellow {
  background: #F9CB1F;
}

body.page-background-aqua {
  background: #359EA6;
}

body.page-background-darkblue {
  background: #002E56;
}

body.page-background-oldgreen {
  background: #67AE3E;
}

body.page-background-oldyellow {
  background: #F1B821;
}

#site-wrapper {
  min-height: 100vh;
  position: relative;
}

@media only screen and (max-width: 691.99px) {
  #site-wrapper {
    padding-bottom: 0 !important;
  }
}
@media only screen and (min-width: 692px) {
  #site-wrapper {
    padding-bottom: 30rem;
  }
  .vito--sticky-header #site-wrapper {
    padding-top: 5.4375rem;
  }
}
@media only screen and (min-width: 992px) {
  .vito--sticky-header #site-wrapper {
    padding-top: 6.8125rem;
  }
}
@media only screen and (max-width: 1291.99px) {
  #site-wrapper {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  #site-wrapper.offcanvas {
    transform: translate3d(-16.25rem, 0, 0);
  }
}
.content-region-wrapper {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vito--back-to-top {
  background: #232525;
  color: #fff;
  display: none;
  padding: 4px 7px;
  padding: 0.25rem 0.4375rem;
  position: fixed;
  right: 16px;
  right: 1rem;
  bottom: 16px;
  bottom: 1rem;
  z-index: 99;
  cursor: pointer;
  opacity: 0.5;
}

.vito--back-to-top:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.vito--back-to-top:hover {
  opacity: 1;
}

.container {
  position: relative;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1336px;
}

@media only screen and (min-width: 692px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}

.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.col, *[class^=col-] {
  position: relative;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media only screen and (min-width: 392px) {
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 692px) {
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1292px) {
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
.col-offset-1 {
  margin-left: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

.col-offset-12 {
  margin-left: 100%;
}

@media only screen and (min-width: 392px) {
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 692px) {
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1292px) {
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.col-push-1 {
  left: 8.33333%;
}

.col-push-2 {
  left: 16.66667%;
}

.col-push-3 {
  left: 25%;
}

.col-push-4 {
  left: 33.33333%;
}

.col-push-5 {
  left: 41.66667%;
}

.col-push-6 {
  left: 50%;
}

.col-push-7 {
  left: 58.33333%;
}

.col-push-8 {
  left: 66.66667%;
}

.col-push-9 {
  left: 75%;
}

.col-push-10 {
  left: 83.33333%;
}

.col-push-11 {
  left: 91.66667%;
}

.col-push-12 {
  left: 100%;
}

@media only screen and (min-width: 392px) {
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
}
@media only screen and (min-width: 692px) {
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1292px) {
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
}
.col-pull-1 {
  right: 8.33333%;
}

.col-pull-2 {
  right: 16.66667%;
}

.col-pull-3 {
  right: 25%;
}

.col-pull-4 {
  right: 33.33333%;
}

.col-pull-5 {
  right: 41.66667%;
}

.col-pull-6 {
  right: 50%;
}

.col-pull-7 {
  right: 58.33333%;
}

.col-pull-8 {
  right: 66.66667%;
}

.col-pull-9 {
  right: 75%;
}

.col-pull-10 {
  right: 83.33333%;
}

.col-pull-11 {
  right: 91.66667%;
}

.col-pull-12 {
  right: 100%;
}

@media only screen and (min-width: 392px) {
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
}
@media only screen and (min-width: 692px) {
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
}
@media only screen and (min-width: 1292px) {
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
}
@font-face {
  font-family: "icons";
  src: url(/assets/icons-43541ca72ddd745dfdf472dd92eb67e959ac5881b184341ae0c4c07591ea8c67.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLT-Medium";
  src: url(/354D4F_0_0.woff2) format("woff2");
}
@font-face {
  font-family: "AvenirLT-Roman";
  src: url(/assets/354D4F_1_0-0845d3057eb25151ec98e3f347e756c350d0f1e9c7e117aa375d54044af40d01.woff2) format("woff2");
}
@font-face {
  font-family: "AvenirLT-MediumOblique";
  src: url(/354D4F_2_0.woff2) format("woff2");
}
@font-face {
  font-family: "AvenirLT-BookOblique";
  src: url(/354D4F_3_0.woff2) format("woff2");
}
@font-face {
  font-family: "AvenirLT-Black";
  src: url(/assets/354D4F_4_0-b1023ccd4535f2c9cc4c79dd0779d77c7383fcdc629356e4da8bdb740da2a63a.woff2) format("woff2");
}
@font-face {
  font-family: "AvenirLT-HeavyOblique";
  src: url(/354D4F_5_0.woff2) format("woff2");
}
@font-face {
  font-family: "AvenirLT-Book";
  src: url(/354D4F_6_0.woff2) format("woff2");
}
@font-face {
  font-family: "AvenirLT-Light";
  src: url(/354D4F_7_0.woff2) format("woff2");
}
@font-face {
  font-family: "AvenirLT-BlackOblique";
  src: url(/354D4F_8_0.woff2) format("woff2");
}
@font-face {
  font-family: "AvenirLT-LightOblique";
  src: url(/354D4F_9_0.woff2) format("woff2");
}
@font-face {
  font-family: "AvenirLT-Oblique";
  src: url(/354D4F_A_0.woff2) format("woff2");
}
@font-face {
  font-family: "AvenirLT-Heavy";
  src: url(/assets/354D4F_B_0-9ad68ca41200a2d5c7a7164d99ff66ecb970f21c49571c1b085d3947f09d5933.woff2) format("woff2");
}
.icon:before, [class^=icon-]:before, [class^=icon-]:after, [class*=" icon-"]:before, [class*=" icon-"]:after {
  display: inline-block;
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
}

.icon-arrow-bottom-double:before, .icon-arrow-down:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form details summary[aria-expanded=true]:after, .menu-dropdown ul.menu > li.menu-item--expanded > a:after, .menu-dropdown ul.menu > li.menu-item--expanded > .anchor-like-button:after, .block--language--dropdown .language-switcher-current-language:after, .paragraph.paragraph--type--collapse-item .field--title:after, .paragraph--type--section.paragraph--separator-circle:after, .icon-arrow-left-double:before, .icon-arrow-left:before, .paragraph.paragraph--show-controls .vito--slide-left:before, .icon-arrow-right-double:before, .icon-arrow-right:before, .btn--inline:hover:after, .menu-dropdown ul.menu ul > li.menu-item--expanded > a:after, .menu-dropdown ul.menu ul > li.menu-item--expanded > .anchor-like-button:after, .node--view-mode-teaser .field--node-link a:after, .node--view-mode-teaser .field--node-link .anchor-like-button:after, .layout--onecol.view-mode--teaser .field--node-link a:after, .layout--onecol.view-mode--teaser .field--node-link .anchor-like-button:after, .vito--admin-translation .vito--sidebar-toggle-settings .vito--minify-sidebar:before, .vito--admin-add .vito--sidebar-toggle-settings .vito--minify-sidebar:before, .vito--admin-edit .vito--sidebar-toggle-settings .vito--minify-sidebar:before, .paragraph.paragraph--show-controls .vito--slide-right:before, .paragraph--type--cta-button .field--name-field-link a:after, .paragraph--type--cta-button .field--name-field-link .anchor-like-button:after, .paragraph--type--portfolio-reference-item .field--name-field-link a:after, .paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button:after, .icon-arrow-top-double:before, .icon-arrow-up:before, .vito--back-to-top:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form details summary[aria-expanded=false]:after, .icon-asterisk:before, .icon-calendar:before, .icon-check:before, .vito-color-switcher .colors a.selected:before, .vito-color-switcher .colors .selected.anchor-like-button:before, ul.list-check li:before, .icon-checkbox:before, .text-formatted .vito--checklist li:before, .btn--apply:before, .vito--admin-translation:not(.vito--minified-sidebar) .vito--paragraph-apply:before, .vito--admin-add:not(.vito--minified-sidebar) .vito--paragraph-apply:before, .vito--admin-edit:not(.vito--minified-sidebar) .vito--paragraph-apply:before, .vito--admin-translation .node-form .form-type-checkbox input:checked + label:after, .vito--admin-translation .node-form .form-type-checkbox fieldset > input:checked + legend:after, .vito--admin-add .node-form .form-type-checkbox input:checked + label:after, .vito--admin-add .node-form .form-type-checkbox fieldset > input:checked + legend:after, .vito--admin-edit .node-form .form-type-checkbox input:checked + label:after, .vito--admin-edit .node-form .form-type-checkbox fieldset > input:checked + legend:after, .icon-chevron-down:before, .icon-chevron-left:before, #colorbox #cboxPrevious:before, .icon-chevron-right:before, #colorbox #cboxNext:before, .icon-chevron-up:before, .icon-circle-minus:before, ul.list-minus li:before, .icon-circle-plus:before, ul.list-plus li:before, .icon-circle:before, .icon-clipboard:before, .icon-close-thin:before, .messages--close-message:after, .vito--close-modal-close:before, .close-search-header:before, .icon-close:before, .btn--close:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.remove button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.remove button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.remove button:before, .paragraph-type-top button[id*=-remove-button--]:before, .paragraphs-subform .field--type-image button[id*=-remove-button--]:before, .paragraphs-subform .field--type-file button[id*=-remove-button--]:before, #colorbox #cboxClose:before, .icon-collapse:before, .btn--collapse:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.collapse button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.collapse button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.collapse button:before, .icon-comment:before, .icon-comments:before, .icon-cookie:before, .icon-dashboard:before, .icon-delete:before, .btn--delete:before, .node-article-delete-form .form-actions button:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.confirm-remove button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.confirm-remove button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.confirm-remove button:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-delete-translation:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-delete:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-delete-translation:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-delete:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-delete-translation:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-delete:before, .field--widget-entity-browser-entity-reference button[id*=-remove-button]:before, .media-form button[id*=-remove-button]:before, .icon-download:before, .paragraph--type--download-item .field--media-file a:before, .paragraph--type--download-item .field--media-file .anchor-like-button:before, .paragraph--type--download-item .field--external-file a:before, .paragraph--type--download-item .field--external-file .anchor-like-button:before, .icon-draggable:before, .vito--admin-translation .node-form .field-multiple-drag .handle:before, .vito--admin-add .node-form .field-multiple-drag .handle:before, .vito--admin-edit .node-form .field-multiple-drag .handle:before, .icon-edit:before, .btn--edit:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.edit button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.edit button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.edit button:before, .field--widget-entity-browser-entity-reference button[id*=-edit-button]:before, .icon-file:before, .icon-files:before, .icon-grid:before, .icon-handle:before, .icon-heart:before, .icon-help:before, .icon-license:before, .icon-lightning:before, .icon-list:before, .icon-lock-open:before, .icon-lock:before, .icon-login:before, .btn--login:before, .openid-connect-login-form button:before, .icon-logout:before, .icon-loop:before, .btn--reset:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.restore button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.restore button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.restore button:before, .field--widget-entity-browser-entity-reference button[id*=-replace-button]:before, .media-form button[id*=-crop-container-reset]:before, .icon-mail:before, .node--type-contact .field--name-field-email:before, .icon-marker:before, .icon-menu:before, .icon-minus:before, .icon-more:before, .icon-phone:before, .node--type-contact .field--name-field-phone:before, .icon-plus:before, .icon-print:before, .icon-qoute:before, .paragraph--type--testimonial-item:before, .icon-read-more:before, .icon-reset:before, .icon-save-continue:before, .btn--save-continue:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-save-edit:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-save-edit:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-save-edit:before, .vito--admin-translation:not(.vito--minified-sidebar) .vito--paragraph-save-continue:before, .vito--admin-add:not(.vito--minified-sidebar) .vito--paragraph-save-continue:before, .vito--admin-edit:not(.vito--minified-sidebar) .vito--paragraph-save-continue:before, .icon-save-edit:before, .icon-save:before, .btn--save:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-submit:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-submit:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-submit:before, .icon-search:before, .search-block-form .form-item:before, .open-search-header:before, .search-form .form-submit:before, .icon-select:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-select-wrapper:after, .vito--admin-translation .node-form .form-type-select .form-select-wrapper:after, .vito--admin-add .node-form .form-type-select .form-select-wrapper:after, .vito--admin-edit .node-form .form-type-select .form-select-wrapper:after, .vito--admin-translation .vito--sidebar-settings .vert-tabs-menu:after, .vito--admin-add .vito--sidebar-settings .vert-tabs-menu:after, .vito--admin-edit .vito--sidebar-settings .vert-tabs-menu:after, .icon-social-facebook:before, .icon-social-googleplus:before, .icon-social-instagram:before, .icon-social-linkedin:before, .icon-social-mail:before, .icon-social-reddit:before, .icon-social-twitter:before, .icon-social-vimeo:before, .icon-social-youtube:before, .icon-star-fill:before, .icon-star-half:before, .icon-star:before, .icon-stats:before, .icon-status-error:before, .icon-status-help:before, .icon-status-info:before, .icon-status-warning:before, .icon-tag:before, .icon-theme-chemistry:before, .icon-theme-energy:before, .icon-theme-health:before, .icon-theme-landuse:before, .icon-theme-materials:before, .icon-time:before, .icon-trash:before, .icon-triangle-down:before, .icon-triangle-left:before, .icon-triangle-right:before, .icon-triangle-up:before, .icon-user:before, .icon-warning:before, .vito--one-paragraph:before, .icon-website:before, .node--type-contact .field--name-field-company:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-arrow-bottom-double:before {
  content: "\e001";
}

.icon-arrow-down:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form details summary[aria-expanded=true]:after, .menu-dropdown ul.menu > li.menu-item--expanded > a:after, .menu-dropdown ul.menu > li.menu-item--expanded > .anchor-like-button:after, .block--language--dropdown .language-switcher-current-language:after, .paragraph.paragraph--type--collapse-item .field--title:after, .paragraph--type--section.paragraph--separator-circle:after {
  content: "\e002";
}

.icon-arrow-left-double:before {
  content: "\e003";
}

.icon-arrow-left:before, .paragraph.paragraph--show-controls .vito--slide-left:before {
  content: "\e004";
}

.icon-arrow-right-double:before {
  content: "\e005";
}

.icon-arrow-right:before, .btn--inline:hover:after, .menu-dropdown ul.menu ul > li.menu-item--expanded > a:after, .menu-dropdown ul.menu ul > li.menu-item--expanded > .anchor-like-button:after, .node--view-mode-teaser .field--node-link a:after, .node--view-mode-teaser .field--node-link .anchor-like-button:after, .layout--onecol.view-mode--teaser .field--node-link a:after, .layout--onecol.view-mode--teaser .field--node-link .anchor-like-button:after, .vito--admin-translation .vito--sidebar-toggle-settings .vito--minify-sidebar:before, .vito--admin-add .vito--sidebar-toggle-settings .vito--minify-sidebar:before, .vito--admin-edit .vito--sidebar-toggle-settings .vito--minify-sidebar:before, .paragraph.paragraph--show-controls .vito--slide-right:before, .paragraph--type--cta-button .field--name-field-link a:after, .paragraph--type--cta-button .field--name-field-link .anchor-like-button:after, .paragraph--type--portfolio-reference-item .field--name-field-link a:after, .paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button:after {
  content: "\e006";
}

.icon-arrow-top-double:before {
  content: "\e007";
}

.icon-arrow-up:before, .vito--back-to-top:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form details summary[aria-expanded=false]:after {
  content: "\e008";
}

.icon-asterisk:before {
  content: "\e009";
}

.icon-calendar:before {
  content: "\e00a";
}

.icon-check:before, .vito-color-switcher .colors a.selected:before, .vito-color-switcher .colors .selected.anchor-like-button:before, ul.list-check li:before {
  content: "\e00b";
}

.icon-checkbox:before, .text-formatted .vito--checklist li:before, .btn--apply:before, .vito--admin-translation:not(.vito--minified-sidebar) .vito--paragraph-apply:before, .vito--admin-add:not(.vito--minified-sidebar) .vito--paragraph-apply:before, .vito--admin-edit:not(.vito--minified-sidebar) .vito--paragraph-apply:before, .vito--admin-translation .node-form .form-type-checkbox input:checked + label:after, .vito--admin-translation .node-form .form-type-checkbox fieldset > input:checked + legend:after, .vito--admin-add .node-form .form-type-checkbox input:checked + label:after, .vito--admin-add .node-form .form-type-checkbox fieldset > input:checked + legend:after, .vito--admin-edit .node-form .form-type-checkbox input:checked + label:after, .vito--admin-edit .node-form .form-type-checkbox fieldset > input:checked + legend:after {
  content: "\e00c";
}

.icon-chevron-down:before {
  content: "\e00d";
}

.icon-chevron-left:before, #colorbox #cboxPrevious:before {
  content: "\e00e";
}

.icon-chevron-right:before, #colorbox #cboxNext:before {
  content: "\e00f";
}

.icon-chevron-up:before {
  content: "\e010";
}

.icon-circle-minus:before, ul.list-minus li:before {
  content: "\e011";
}

.icon-circle-plus:before, ul.list-plus li:before {
  content: "\e012";
}

.icon-circle:before {
  content: "\e013";
}

.icon-clipboard:before {
  content: "\e014";
}

.icon-close-thin:before, .messages--close-message:after, .vito--close-modal-close:before, .close-search-header:before {
  content: "\e015";
}

.icon-close:before, .btn--close:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.remove button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.remove button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.remove button:before, .paragraph-type-top button[id*=-remove-button--]:before, .paragraphs-subform .field--type-image button[id*=-remove-button--]:before, .paragraphs-subform .field--type-file button[id*=-remove-button--]:before, #colorbox #cboxClose:before {
  content: "\e016";
}

.icon-collapse:before, .btn--collapse:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.collapse button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.collapse button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.collapse button:before {
  content: "\e017";
}

.icon-comment:before {
  content: "\e018";
}

.icon-comments:before {
  content: "\e019";
}

.icon-cookie:before {
  content: "\e01a";
}

.icon-dashboard:before {
  content: "\e01b";
}

.icon-delete:before, .btn--delete:before, .node-article-delete-form .form-actions button:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.confirm-remove button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.confirm-remove button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.confirm-remove button:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-delete-translation:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-delete:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-delete-translation:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-delete:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-delete-translation:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-delete:before, .field--widget-entity-browser-entity-reference button[id*=-remove-button]:before, .media-form button[id*=-remove-button]:before {
  content: "\e01c";
}

.icon-download:before, .paragraph--type--download-item .field--media-file a:before, .paragraph--type--download-item .field--media-file .anchor-like-button:before, .paragraph--type--download-item .field--external-file a:before, .paragraph--type--download-item .field--external-file .anchor-like-button:before {
  content: "\e01d";
}

.icon-draggable:before, .vito--admin-translation .node-form .field-multiple-drag .handle:before, .vito--admin-add .node-form .field-multiple-drag .handle:before, .vito--admin-edit .node-form .field-multiple-drag .handle:before {
  content: "\e01e";
}

.icon-edit:before, .btn--edit:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.edit button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.edit button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.edit button:before, .field--widget-entity-browser-entity-reference button[id*=-edit-button]:before {
  content: "\e01f";
}

.icon-file:before {
  content: "\e020";
}

.icon-files:before {
  content: "\e021";
}

.icon-grid:before {
  content: "\e022";
}

.icon-handle:before {
  content: "\e023";
}

.icon-heart:before {
  content: "\e024";
}

.icon-help:before {
  content: "\e025";
}

.icon-license:before {
  content: "\e026";
}

.icon-lightning:before {
  content: "\e027";
}

.icon-list:before {
  content: "\e028";
}

.icon-lock-open:before {
  content: "\e029";
}

.icon-lock:before {
  content: "\e02a";
}

.icon-login:before, .btn--login:before, .openid-connect-login-form button:before {
  content: "\e02b";
}

.icon-logout:before {
  content: "\e02c";
}

.icon-loop:before, .btn--reset:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.restore button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.restore button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.restore button:before, .field--widget-entity-browser-entity-reference button[id*=-replace-button]:before, .media-form button[id*=-crop-container-reset]:before {
  content: "\e02d";
}

.icon-mail:before, .node--type-contact .field--name-field-email:before {
  content: "\e02e";
}

.icon-marker:before {
  content: "\e02f";
}

.icon-menu:before {
  content: "\e030";
}

.icon-minus:before {
  content: "\e031";
}

.icon-more:before {
  content: "\e032";
}

.icon-phone:before, .node--type-contact .field--name-field-phone:before {
  content: "\e033";
}

.icon-plus:before {
  content: "\e034";
}

.icon-print:before {
  content: "\e035";
}

.icon-qoute:before, .paragraph--type--testimonial-item:before {
  content: "\e036";
}

.icon-read-more:before {
  content: "\e037";
}

.icon-reset:before {
  content: "\e038";
}

.icon-save-continue:before, .btn--save-continue:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-save-edit:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-save-edit:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-save-edit:before, .vito--admin-translation:not(.vito--minified-sidebar) .vito--paragraph-save-continue:before, .vito--admin-add:not(.vito--minified-sidebar) .vito--paragraph-save-continue:before, .vito--admin-edit:not(.vito--minified-sidebar) .vito--paragraph-save-continue:before {
  content: "\e039";
}

.icon-save-edit:before {
  content: "\e03a";
}

.icon-save:before, .btn--save:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-submit:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-submit:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-submit:before {
  content: "\e03b";
}

.icon-search:before, .search-block-form .form-item:before, .open-search-header:before, .search-form .form-submit:before {
  content: "\e03c";
}

.icon-select:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-select-wrapper:after, .vito--admin-translation .node-form .form-type-select .form-select-wrapper:after, .vito--admin-add .node-form .form-type-select .form-select-wrapper:after, .vito--admin-edit .node-form .form-type-select .form-select-wrapper:after, .vito--admin-translation .vito--sidebar-settings .vert-tabs-menu:after, .vito--admin-add .vito--sidebar-settings .vert-tabs-menu:after, .vito--admin-edit .vito--sidebar-settings .vert-tabs-menu:after {
  content: "\e03d";
}

.icon-social-facebook:before {
  content: "\e03e";
}

.icon-social-googleplus:before {
  content: "\e03f";
}

.icon-social-instagram:before {
  content: "\e040";
}

.icon-social-linkedin:before {
  content: "\e041";
}

.icon-social-mail:before {
  content: "\e042";
}

.icon-social-reddit:before {
  content: "\e043";
}

.icon-social-twitter:before {
  content: "\e044";
}

.icon-social-vimeo:before {
  content: "\e045";
}

.icon-social-youtube:before {
  content: "\e046";
}

.icon-star-fill:before {
  content: "\e047";
}

.icon-star-half:before {
  content: "\e048";
}

.icon-star:before {
  content: "\e049";
}

.icon-stats:before {
  content: "\e04a";
}

.icon-status-error:before {
  content: "\e04b";
}

.icon-status-help:before {
  content: "\e04c";
}

.icon-status-info:before {
  content: "\e04d";
}

.icon-status-warning:before {
  content: "\e04e";
}

.icon-tag:before {
  content: "\e04f";
}

.icon-theme-chemistry:before {
  content: "\e050";
}

.icon-theme-energy:before {
  content: "\e051";
}

.icon-theme-health:before {
  content: "\e052";
}

.icon-theme-landuse:before {
  content: "\e053";
}

.icon-theme-materials:before {
  content: "\e054";
}

.icon-time:before {
  content: "\e055";
}

.icon-trash:before {
  content: "\e056";
}

.icon-triangle-down:before {
  content: "\e057";
}

.icon-triangle-left:before {
  content: "\e058";
}

.icon-triangle-right:before {
  content: "\e059";
}

.icon-triangle-up:before {
  content: "\e05a";
}

.icon-user:before {
  content: "\e05b";
}

.icon-warning:before, .vito--one-paragraph:before {
  content: "\e05c";
}

.icon-website:before, .node--type-contact .field--name-field-company:before {
  content: "\e05d";
}

@media only screen and (max-width: 691.99px) {
  .hide-mobile {
    display: none;
  }
}
@media only screen and (min-width: 692px) {
  .show-mobile {
    display: none;
  }
}
.default-block-margin-top {
  margin-top: 48px !important;
  margin-top: 3rem !important;
}

.default-block-margin-bottom {
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.visually-hidden, .element-invisible, .page-hide-page-title h1.page-title, .page-hide-page-title .page-title.h1, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio input, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox input, .vito--admin-translation .node-form .form-type-checkbox input, .vito--admin-add .node-form .form-type-checkbox input, .vito--admin-edit .node-form .form-type-checkbox input {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.extendfull, .search-form {
  padding-left: 3000px !important;
  margin-left: -3000px !important;
  padding-right: 3000px !important;
  margin-right: -3000px !important;
}

.extendleft {
  padding-left: 3000px !important;
  margin-left: -3000px !important;
  padding-right: 0;
  margin-right: 0;
}

.extendright {
  padding-left: 0;
  margin-left: 0;
  padding-right: 3000px !important;
  margin-right: -3000px !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-margin-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.color-background {
  color: #f5f5f5;
}

.color-primary {
  color: #002E56;
}

.color-secondary {
  color: #001323;
}

.color-black {
  color: #000;
}

.color-grey {
  color: #eaeaea;
}

.color-white {
  color: #fff;
}

.color-text {
  color: #333;
}

.color-muted {
  color: #888;
}

.color-link {
  color: #002E56;
}

.color-status {
  color: #9fba73;
}

.color-warning {
  color: #FF6700;
}

.color-error {
  color: #E72D43;
}

.background-background {
  background-color: #f5f5f5;
}

.background-primary {
  background-color: #002E56;
}

.background-secondary {
  background-color: #001323;
}

.background-black {
  background-color: #000;
}

.background-grey {
  background-color: #eaeaea;
}

.background-white {
  background-color: #fff;
}

.background-text {
  background-color: #333;
}

.background-muted {
  background-color: #888;
}

.background-link {
  background-color: #002E56;
}

.background-status {
  background-color: #9fba73;
}

.background-warning {
  background-color: #FF6700;
}

.background-error {
  background-color: #E72D43;
}

.default-border {
  border: solid 1px #e1e1e1;
}

.default-border-top {
  border-top: solid 1px #e1e1e1;
}

.default-border-right {
  border-right: solid 1px #e1e1e1;
}

.default-border-bottom {
  border-bottom: solid 1px #e1e1e1;
}

.default-border-radius {
  border-radius: 4px;
}

.default-border-left {
  border-left: solid 1px #e1e1e1;
}

.element-hidden {
  display: none;
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #000;
}

h1 a, h1 .anchor-like-button, .h1 a, .h1 .anchor-like-button, h2 a, h2 .anchor-like-button, .h2 a, .h2 .anchor-like-button, h3 a, h3 .anchor-like-button, .h3 a, .h3 .anchor-like-button, h4 a, h4 .anchor-like-button, .h4 a, .h4 .anchor-like-button, h5 a, h5 .anchor-like-button, .h5 a, .h5 .anchor-like-button, h6 a, h6 .anchor-like-button, .h6 a, .h6 .anchor-like-button {
  color: inherit;
}

h1, .h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 692px) {
  h1, .h1 {
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
h1.page-title, .page-title.h1 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 16px 0 0;
  margin: 1rem 0 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
}

h1.page-title:after, .page-title.h1:after {
  content: "";
  height: 4px;
  height: 0.25rem;
  background: #002E56;
  width: 100%;
  position: absolute;
  bottom: -4px;
  bottom: -0.25rem;
  left: 0;
  z-index: 9;
}

@media only screen and (min-width: 692px) {
  h1.page-title, .page-title.h1 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 992px) {
  h1.page-title, .page-title.h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.page-hide-breadcrumb.page-title-moved h1.page-title, .page-hide-breadcrumb.page-title-moved .page-title.h1 {
  padding-top: 44px;
  padding-top: 2.75rem;
}

.vito--non-capitalized-titles h1.page-title, .vito--non-capitalized-titles .page-title.h1 {
  text-transform: none;
}

.vito--intro-text-black h1.page-title, .vito--intro-text-black .page-title.h1 {
  color: #232525;
}

.vito--intro-text h1:after, .vito--intro-text .h1:after {
  content: none;
}

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
}

@media only screen and (min-width: 692px) {
  h2, .h2 {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}
@media only screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
}
h3, .h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

@media only screen and (min-width: 692px) {
  h3, .h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
h4, .h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media only screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

p {
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
}

p:last-child {
  margin-bottom: 0;
}

.lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-weight: 600;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  max-width: 600px;
}

.muted {
  color: #888;
}

.small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #888;
}

.caption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #888;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  font-style: italic;
}

a, .anchor-like-button {
  color: #002E56;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:hover, .anchor-like-button:hover {
  color: #004989;
  text-decoration: none;
}

a.inline-link, .inline-link.anchor-like-button {
  color: #333;
  font-weight: 600;
  border-bottom: solid 1px #002E56;
  word-wrap: break-word;
}

a.inline-link:hover, .inline-link.anchor-like-button:hover {
  color: #004989;
  border-color: #004989;
}

p[class^=icon-]:before, p[class*=" icon-"]:before, a[class^=icon-]:before, [class^=icon-].anchor-like-button:before, a[class*=" icon-"]:before, [class*=" icon-"].anchor-like-button:before {
  margin-right: 6.4px;
  margin-right: 0.4rem;
  text-decoration: none;
}

p[class^=icon-]:after, p[class*=" icon-"]:after, a[class^=icon-]:after, [class^=icon-].anchor-like-button:after, a[class*=" icon-"]:after, [class*=" icon-"].anchor-like-button:after {
  margin-left: 6.4px;
  margin-left: 0.4rem;
  text-decoration: none;
}

strong.vito--statistic {
  color: #002E56;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
}

label, fieldset > legend {
  font-weight: 700;
}

.pill {
  display: inline-block;
  margin: 0px 4.8px 4.8px 0px;
  margin: 0rem 0.3rem 0.3rem 0rem;
  padding: 3.2px 8px;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background: #eaeaea;
  color: #333;
}

.pill:before {
  text-decoration: none;
  margin-right: 8px;
  margin-right: 0.5rem;
}

a.pill:hover, .pill.anchor-like-button:hover {
  color: #fff;
  background-color: #004989;
}

.pill-primary {
  color: #fff;
  background-color: #002E56;
}

a.pill-primary:hover, .pill-primary.anchor-like-button:hover {
  background-color: #004989;
}

.pill-secondary {
  color: #333;
  background-color: #001323;
}

a.pill-secondary:hover, .pill-secondary.anchor-like-button:hover {
  background-color: #004989;
}

dl {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

dl dt {
  font-weight: 600;
}

dl dd {
  margin-left: 32px;
  margin-left: 2rem;
}

@media only screen and (min-width: 392px) {
  dl.dl-horizontal dt {
    float: left;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 10rem;
  }
  dl.dl-horizontal dd {
    margin-left: 11rem;
  }
}
@media only screen and (min-width: 392px) {
  dl.dl-horizontal-narrow dt {
    float: left;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 6rem;
  }
  dl.dl-horizontal-narrow dd {
    margin-left: 7rem;
  }
}
a.read-more, .read-more.anchor-like-button {
  font-weight: 600;
}

a.read-more:after, .read-more.anchor-like-button:after {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #333;
  margin-left: 6.4px;
  margin-left: 0.4rem;
  text-decoration: none;
}

.text-formatted ul, .text-formatted ol {
  padding-left: 0;
  margin-top: 0;
  margin-left: 24px;
  margin-left: 1.5rem;
}

.text-formatted ul li, .text-formatted ol li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  list-style: none;
  position: relative;
}

.text-formatted ul li:before, .text-formatted ol li:before {
  position: absolute;
  top: 0px;
  top: 0rem;
  left: -20px;
  left: -1.25rem;
  color: #002E56;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
}

.paragraph[class*=background--] .text-formatted ul li:before, .paragraph[class*=background--] .text-formatted ol li:before {
  color: inherit;
}

.text-formatted ul li:before {
  content: "•";
}

.text-formatted ol {
  counter-reset: li;
}

.text-formatted ol li {
  counter-increment: li;
}

.text-formatted ol li:before {
  content: counter(li);
}

.text-formatted .vito--checklist {
  margin-top: 32px;
  margin-top: 2rem;
  margin-left: 32px;
  margin-left: 2rem;
}

.text-formatted .vito--checklist li:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #83ba64 !important;
  top: 2px;
  top: 0.125rem;
  left: -32px;
  left: -2rem;
}

.text-formatted .vito--checklist li + li {
  margin-top: 16px;
  margin-top: 1rem;
}

ul.list-check, ul.list-plus, ul.list-minus {
  list-style: none;
}

ul.list-check li:before, ul.list-plus li:before, ul.list-minus li:before {
  float: left;
  margin-top: 3.2px;
  margin-top: 0.2rem;
  margin-left: -24px;
  margin-left: -1.5rem;
}

ul.list-check li:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

ul.list-plus li:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

ul.list-minus li:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.vito--admin-add-translation table, .node-revision-table, .text-formatted table {
  border-collapse: collapse;
  border: 1px solid #eaeaea;
  background: #f8f8f8;
  margin: 48px 0;
  margin: 3rem 0;
  width: 100% !important;
  max-width: 100%;
}

.vito--admin-add-translation table:last-child, .node-revision-table:last-child, .text-formatted table:last-child {
  margin-bottom: 0;
}

.vito--admin-add-translation table caption, .node-revision-table caption, .text-formatted table caption {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-style: italic;
  color: #818181;
}

.vito--admin-add-translation table thead, .vito--admin-add-translation table th, .node-revision-table thead, .node-revision-table th, .text-formatted table thead, .text-formatted table th {
  background-color: transparent;
  border-bottom: 3px solid #eaeaea;
  font-family: "AvenirLT-Medium", "Arial", "Helvetica", "sans-serif";
}

.vito--admin-add-translation table thead tr, .vito--admin-add-translation table th tr, .node-revision-table thead tr, .node-revision-table th tr, .text-formatted table thead tr, .text-formatted table th tr {
  background: transparent !important;
}

.vito--admin-add-translation table th, .vito--admin-add-translation table td, .node-revision-table th, .node-revision-table td, .text-formatted table th, .text-formatted table td {
  padding: 8px;
  padding: 0.5rem;
  vertical-align: top;
}

.vito--admin-add-translation table tr.even, .vito--admin-add-translation table tr.odd, .node-revision-table tr.even, .node-revision-table tr.odd, .text-formatted table tr.even, .text-formatted table tr.odd {
  background-color: transparent;
  border-width: 0;
}

.vito--admin-add-translation table tr:nth-child(odd), .node-revision-table tr:nth-child(odd), .text-formatted table tr:nth-child(odd) {
  background: #fff;
}

.vito--admin-add-translation table td, .node-revision-table td, .text-formatted table td {
  border: 1px solid #ededed;
}

.vito--admin-add-translation table .revision-current td, .node-revision-table .revision-current td, .text-formatted table .revision-current td {
  background: rgba(129, 129, 129, 0.5);
  color: #fff;
}

.vito--admin-add-translation table .revision-current td a, .vito--admin-add-translation table .revision-current td .anchor-like-button, .node-revision-table .revision-current td a, .node-revision-table .revision-current td .anchor-like-button, .text-formatted table .revision-current td a, .text-formatted table .revision-current td .anchor-like-button {
  color: #fff;
}

@media only screen and (max-width: 691.99px) {
  .vito--admin-add-translation table, .node-revision-table, .text-formatted table {
    display: block;
    overflow-x: scroll;
  }
  .vito--admin-add-translation table td, .node-revision-table td, .text-formatted table td {
    min-width: 12rem;
  }
}
blockquote {
  margin: 32px 0 32px 0;
  margin: 2rem 0 2rem 0;
  padding: 0 0 0 16px;
  padding: 0 0 0 1rem;
  border-left: solid 3px #002E56;
}

blockquote > p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-weight: 700;
  margin-bottom: 0;
}

blockquote .small {
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #888;
}

blockquote .small:before {
  content: "— ";
}

@media only screen and (min-width: 692px) {
  blockquote p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 none;
  vertical-align: bottom;
}

span[class^=icon-]:before {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.messages {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-left: solid 5px;
  border-color: #dedede;
  background-color: #eaeaea;
}

.messages.messages--status {
  border-color: #9fba73;
  background-color: #cedcb7;
}

.messages.messages--warning {
  border-color: #FF6700;
  background-color: #ffa466;
}

.messages.messages--error {
  border-color: #E72D43;
  background-color: #f18995;
}

.messages {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.region--page-highlighted {
  position: fixed;
  right: 8px;
  right: 0.5rem;
  bottom: 32px;
  bottom: 2rem;
  width: 400px;
  width: 25rem;
  margin: auto;
  z-index: 999999;
}

.messages {
  padding: 8px 40px 8px 16px;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  border-radius: 0.25rem;
  position: relative;
}

.messages [role=alert] {
  display: inline-block;
}

.messages--status a, .messages--status .anchor-like-button {
  color: #425228;
  text-decoration: underline;
}

.messages--warning a, .messages--warning .anchor-like-button {
  color: #4d1f00;
  text-decoration: underline;
}

.messages--error a, .messages--error .anchor-like-button {
  color: #580a13;
  text-decoration: underline;
}

.messages__list {
  margin: 8px 0;
  margin: 0.5rem 0;
  padding: 0 0 0 16px;
  padding: 0 0 0 1rem;
}

.messages__list li + li {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.messages--close-message {
  position: absolute;
  top: 8px;
  top: 0.5rem;
  right: 8px;
  right: 0.5rem;
  font-size: 0px;
}

.messages--close-message:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  border-radius: 0.25rem;
  padding: 4px;
  padding: 0.25rem;
  font-size: 14px;
  cursor: pointer;
}

.messages--status .messages--close-message:after {
  color: #425228;
  background: #9fba73;
}

.messages--warning .messages--close-message:after {
  color: #4d1f00;
  background: #FF6700;
}

.messages--error .messages--close-message:after {
  color: #580a13;
  background: #E72D43;
}

.messages--status .messages--close-message:hover:after {
  background: #abc284;
}

.messages--warning .messages--close-message:hover:after {
  background: #ff761a;
}

.messages--error .messages--close-message:hover:after {
  background: #ea4457;
}

.btn--primary, .user-register-form .form-submit, .user-pass .form-submit, .user-form .form-submit, .user-login-form .form-submit, .hs-form .hs-button, .node-article-delete-form .form-actions a, .node-article-delete-form .form-actions .anchor-like-button, .openid-connect-login-form button, .views-exposed-form .form-submit, .vito--admin-translation .paragraphs-dropbutton-wrapper li.edit button, .vito--admin-add .paragraphs-dropbutton-wrapper li.edit button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.edit button, .vito--admin-translation .paragraphs-dropbutton-wrapper .field-add-more-submit, .vito--admin-add .paragraphs-dropbutton-wrapper .field-add-more-submit, .vito--admin-edit .paragraphs-dropbutton-wrapper .field-add-more-submit, .vito--admin-translation .field--type-entity-reference-revisions .field-add-more-submit, .vito--admin-add .field--type-entity-reference-revisions .field-add-more-submit, .vito--admin-edit .field--type-entity-reference-revisions .field-add-more-submit, .field--widget-entity-browser-entity-reference button[id*=-entity-browser-open-modal], .field--widget-entity-browser-entity-reference button[id*=field-banner-image-actions-ief-add-existing], .field--widget-entity-browser-entity-reference button[id*=field-media-actions-ief-add-existing], .field--widget-entity-browser-entity-reference button[id*=-edit-button], .field--widget-entity-browser-entity-reference button[id*=-entity-browser-open-modal--], .field--widget-entity-browser-entity-reference button[id*=-replace-button], .media-form button[id*=-crop-container-reset], .media-form .image-data__crop-wrapper summary a, .media-form .image-data__crop-wrapper summary .anchor-like-button, .ui-dialog .paragraphs-add-dialog-row button, .webform-submission-form .form-submit, .btn--secondary, .vito--admin-translation .paragraphs-dropbutton-wrapper li.restore button, .vito--admin-add .paragraphs-dropbutton-wrapper li.restore button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.restore button, .paragraph-type-top button[id*=-remove-button--], .btn--grey, .vito--admin-translation .vito--paragraph-reorder, .vito--admin-add .vito--paragraph-reorder, .vito--admin-edit .vito--paragraph-reorder, .btn--green, .vito--admin-translation .node-form #edit-save-edit, .vito--admin-translation .node-form #edit-submit, .vito--admin-add .node-form #edit-save-edit, .vito--admin-add .node-form #edit-submit, .vito--admin-edit .node-form #edit-save-edit, .vito--admin-edit .node-form #edit-submit, .vito--admin-translation .paragraphs-dropbutton-wrapper li.collapse button, .vito--admin-add .paragraphs-dropbutton-wrapper li.collapse button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.collapse button, .vito--admin-translation .vito--paragraph-save-continue, .vito--admin-translation .vito--paragraph-apply, .vito--admin-add .vito--paragraph-save-continue, .vito--admin-add .vito--paragraph-apply, .vito--admin-edit .vito--paragraph-save-continue, .vito--admin-edit .vito--paragraph-apply, .field--widget-entity-browser-entity-reference button[id$=field-banner-image-actions-ief-add], .field--widget-entity-browser-entity-reference button[id*=field-media-actions-ief-add--], .media-form .form-actions .form-submit, .btn--red, .node-article-delete-form .form-actions button, .vito--admin-translation .node-form #edit-delete-translation, .vito--admin-translation .node-form #edit-delete, .vito--admin-add .node-form #edit-delete-translation, .vito--admin-add .node-form #edit-delete, .vito--admin-edit .node-form #edit-delete-translation, .vito--admin-edit .node-form #edit-delete, .vito--admin-translation .paragraphs-dropbutton-wrapper li.remove button, .vito--admin-add .paragraphs-dropbutton-wrapper li.remove button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.remove button, .vito--admin-translation .paragraphs-dropbutton-wrapper li.confirm-remove button, .vito--admin-add .paragraphs-dropbutton-wrapper li.confirm-remove button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.confirm-remove button, .field--widget-entity-browser-entity-reference button[id*=-remove-button], .media-form button[id*=-remove-button], .btn--vito-blue, .btn--vito-innovativeblue, .btn--vito-light-blue, .btn--vito-orange, .btn--vito-green, .btn--vito-red, .btn--vito-purple, .btn--vito-yellow, .btn--vito-aqua, .btn--vito-darkblue, .btn--vito-oldgreen, .btn--vito-oldyellow, .vito--admin-translation .vito--paragraph-add-btn, .vito--admin-add .vito--paragraph-add-btn, .vito--admin-edit .vito--paragraph-add-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 8px 4px 8px;
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  display: inline-block;
  cursor: pointer;
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22.5px;
  line-height: 1.40625rem;
  text-decoration: none !important;
}

.btn--primary, .user-register-form .form-submit, .user-pass .form-submit, .user-form .form-submit, .user-login-form .form-submit, .hs-form .hs-button, .node-article-delete-form .form-actions a, .node-article-delete-form .form-actions .anchor-like-button, .openid-connect-login-form button, .views-exposed-form .form-submit, .vito--admin-translation .paragraphs-dropbutton-wrapper li.edit button, .vito--admin-add .paragraphs-dropbutton-wrapper li.edit button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.edit button, .vito--admin-translation .paragraphs-dropbutton-wrapper .field-add-more-submit, .vito--admin-add .paragraphs-dropbutton-wrapper .field-add-more-submit, .vito--admin-edit .paragraphs-dropbutton-wrapper .field-add-more-submit, .vito--admin-translation .field--type-entity-reference-revisions .field-add-more-submit, .vito--admin-add .field--type-entity-reference-revisions .field-add-more-submit, .vito--admin-edit .field--type-entity-reference-revisions .field-add-more-submit, .field--widget-entity-browser-entity-reference button[id*=-entity-browser-open-modal], .field--widget-entity-browser-entity-reference button[id*=field-banner-image-actions-ief-add-existing], .field--widget-entity-browser-entity-reference button[id*=field-media-actions-ief-add-existing], .field--widget-entity-browser-entity-reference button[id*=-edit-button], .field--widget-entity-browser-entity-reference button[id*=-entity-browser-open-modal--], .field--widget-entity-browser-entity-reference button[id*=-replace-button], .media-form button[id*=-crop-container-reset], .media-form .image-data__crop-wrapper summary a, .media-form .image-data__crop-wrapper summary .anchor-like-button, .ui-dialog .paragraphs-add-dialog-row button, .webform-submission-form .form-submit, .btn--secondary, .vito--admin-translation .paragraphs-dropbutton-wrapper li.restore button, .vito--admin-add .paragraphs-dropbutton-wrapper li.restore button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.restore button, .paragraph-type-top button[id*=-remove-button--], .btn--grey, .vito--admin-translation .vito--paragraph-reorder, .vito--admin-add .vito--paragraph-reorder, .vito--admin-edit .vito--paragraph-reorder, .btn--green, .vito--admin-translation .node-form #edit-save-edit, .vito--admin-translation .node-form #edit-submit, .vito--admin-add .node-form #edit-save-edit, .vito--admin-add .node-form #edit-submit, .vito--admin-edit .node-form #edit-save-edit, .vito--admin-edit .node-form #edit-submit, .vito--admin-translation .paragraphs-dropbutton-wrapper li.collapse button, .vito--admin-add .paragraphs-dropbutton-wrapper li.collapse button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.collapse button, .vito--admin-translation .vito--paragraph-save-continue, .vito--admin-translation .vito--paragraph-apply, .vito--admin-add .vito--paragraph-save-continue, .vito--admin-add .vito--paragraph-apply, .vito--admin-edit .vito--paragraph-save-continue, .vito--admin-edit .vito--paragraph-apply, .field--widget-entity-browser-entity-reference button[id$=field-banner-image-actions-ief-add], .field--widget-entity-browser-entity-reference button[id*=field-media-actions-ief-add--], .media-form .form-actions .form-submit, .btn--red, .node-article-delete-form .form-actions button, .vito--admin-translation .node-form #edit-delete-translation, .vito--admin-translation .node-form #edit-delete, .vito--admin-add .node-form #edit-delete-translation, .vito--admin-add .node-form #edit-delete, .vito--admin-edit .node-form #edit-delete-translation, .vito--admin-edit .node-form #edit-delete, .vito--admin-translation .paragraphs-dropbutton-wrapper li.remove button, .vito--admin-add .paragraphs-dropbutton-wrapper li.remove button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.remove button, .vito--admin-translation .paragraphs-dropbutton-wrapper li.confirm-remove button, .vito--admin-add .paragraphs-dropbutton-wrapper li.confirm-remove button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.confirm-remove button, .field--widget-entity-browser-entity-reference button[id*=-remove-button], .media-form button[id*=-remove-button], .btn--vito-blue, .btn--vito-innovativeblue, .btn--vito-light-blue, .btn--vito-orange, .btn--vito-green, .btn--vito-red, .btn--vito-purple, .btn--vito-yellow, .btn--vito-aqua, .btn--vito-darkblue, .btn--vito-oldgreen, .btn--vito-oldyellow {
  border-radius: 0.25rem;
  border: 0px none;
}

.btn--disabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn--primary, .user-register-form .form-submit, .user-pass .form-submit, .user-form .form-submit, .user-login-form .form-submit, .hs-form .hs-button, .node-article-delete-form .form-actions a, .node-article-delete-form .form-actions .anchor-like-button, .openid-connect-login-form button, .views-exposed-form .form-submit, .vito--admin-translation .paragraphs-dropbutton-wrapper li.edit button, .vito--admin-add .paragraphs-dropbutton-wrapper li.edit button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.edit button, .vito--admin-translation .paragraphs-dropbutton-wrapper .field-add-more-submit, .vito--admin-add .paragraphs-dropbutton-wrapper .field-add-more-submit, .vito--admin-edit .paragraphs-dropbutton-wrapper .field-add-more-submit, .vito--admin-translation .field--type-entity-reference-revisions .field-add-more-submit, .vito--admin-add .field--type-entity-reference-revisions .field-add-more-submit, .vito--admin-edit .field--type-entity-reference-revisions .field-add-more-submit, .field--widget-entity-browser-entity-reference button[id*=-entity-browser-open-modal], .field--widget-entity-browser-entity-reference button[id*=field-banner-image-actions-ief-add-existing], .field--widget-entity-browser-entity-reference button[id*=field-media-actions-ief-add-existing], .field--widget-entity-browser-entity-reference button[id*=-edit-button], .field--widget-entity-browser-entity-reference button[id*=-entity-browser-open-modal--], .field--widget-entity-browser-entity-reference button[id*=-replace-button], .media-form button[id*=-crop-container-reset], .media-form .image-data__crop-wrapper summary a, .media-form .image-data__crop-wrapper summary .anchor-like-button, .ui-dialog .paragraphs-add-dialog-row button, .webform-submission-form .form-submit {
  color: #fff;
  background: #002E56;
}

.btn--primary:focus, .user-register-form .form-submit:focus, .user-pass .form-submit:focus, .user-form .form-submit:focus, .user-login-form .form-submit:focus, .hs-form .hs-button:focus, .node-article-delete-form .form-actions a:focus, .node-article-delete-form .form-actions .anchor-like-button:focus, .openid-connect-login-form button:focus, .views-exposed-form .form-submit:focus, .vito--admin-translation .paragraphs-dropbutton-wrapper li.edit button:focus, .vito--admin-add .paragraphs-dropbutton-wrapper li.edit button:focus, .vito--admin-edit .paragraphs-dropbutton-wrapper li.edit button:focus, .vito--admin-translation .paragraphs-dropbutton-wrapper .field-add-more-submit:focus, .vito--admin-add .paragraphs-dropbutton-wrapper .field-add-more-submit:focus, .vito--admin-edit .paragraphs-dropbutton-wrapper .field-add-more-submit:focus, .vito--admin-translation .field--type-entity-reference-revisions .field-add-more-submit:focus, .vito--admin-add .field--type-entity-reference-revisions .field-add-more-submit:focus, .vito--admin-edit .field--type-entity-reference-revisions .field-add-more-submit:focus, .field--widget-entity-browser-entity-reference button[id*=-entity-browser-open-modal]:focus, .field--widget-entity-browser-entity-reference button[id*=field-banner-image-actions-ief-add-existing]:focus, .field--widget-entity-browser-entity-reference button[id*=field-media-actions-ief-add-existing]:focus, .field--widget-entity-browser-entity-reference button[id*=-edit-button]:focus, .field--widget-entity-browser-entity-reference button[id*=-entity-browser-open-modal--]:focus, .field--widget-entity-browser-entity-reference button[id*=-replace-button]:focus, .media-form button[id*=-crop-container-reset]:focus, .media-form .image-data__crop-wrapper summary a:focus, .media-form .image-data__crop-wrapper summary .anchor-like-button:focus, .ui-dialog .paragraphs-add-dialog-row button:focus, .webform-submission-form .form-submit:focus, .btn--primary:hover, .user-register-form .form-submit:hover, .user-pass .form-submit:hover, .user-form .form-submit:hover, .user-login-form .form-submit:hover, .hs-form .hs-button:hover, .node-article-delete-form .form-actions a:hover, .node-article-delete-form .form-actions .anchor-like-button:hover, .openid-connect-login-form button:hover, .views-exposed-form .form-submit:hover, .vito--admin-translation .paragraphs-dropbutton-wrapper li.edit button:hover, .vito--admin-add .paragraphs-dropbutton-wrapper li.edit button:hover, .vito--admin-edit .paragraphs-dropbutton-wrapper li.edit button:hover, .vito--admin-translation .paragraphs-dropbutton-wrapper .field-add-more-submit:hover, .vito--admin-add .paragraphs-dropbutton-wrapper .field-add-more-submit:hover, .vito--admin-edit .paragraphs-dropbutton-wrapper .field-add-more-submit:hover, .vito--admin-translation .field--type-entity-reference-revisions .field-add-more-submit:hover, .vito--admin-add .field--type-entity-reference-revisions .field-add-more-submit:hover, .vito--admin-edit .field--type-entity-reference-revisions .field-add-more-submit:hover, .field--widget-entity-browser-entity-reference button[id*=-entity-browser-open-modal]:hover, .field--widget-entity-browser-entity-reference button[id*=field-banner-image-actions-ief-add-existing]:hover, .field--widget-entity-browser-entity-reference button[id*=field-media-actions-ief-add-existing]:hover, .field--widget-entity-browser-entity-reference button[id*=-edit-button]:hover, .field--widget-entity-browser-entity-reference button[id*=-entity-browser-open-modal--]:hover, .field--widget-entity-browser-entity-reference button[id*=-replace-button]:hover, .media-form button[id*=-crop-container-reset]:hover, .media-form .image-data__crop-wrapper summary a:hover, .media-form .image-data__crop-wrapper summary .anchor-like-button:hover, .ui-dialog .paragraphs-add-dialog-row button:hover, .webform-submission-form .form-submit:hover {
  color: #fff;
  background: #00182d;
}

.btn--secondary, .vito--admin-translation .paragraphs-dropbutton-wrapper li.restore button, .vito--admin-add .paragraphs-dropbutton-wrapper li.restore button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.restore button, .paragraph-type-top button[id*=-remove-button--] {
  color: #fff;
  background: #001323;
}

.btn--secondary:focus, .vito--admin-translation .paragraphs-dropbutton-wrapper li.restore button:focus, .vito--admin-add .paragraphs-dropbutton-wrapper li.restore button:focus, .vito--admin-edit .paragraphs-dropbutton-wrapper li.restore button:focus, .paragraph-type-top button[id*=-remove-button--]:focus, .btn--secondary:hover, .vito--admin-translation .paragraphs-dropbutton-wrapper li.restore button:hover, .vito--admin-add .paragraphs-dropbutton-wrapper li.restore button:hover, .vito--admin-edit .paragraphs-dropbutton-wrapper li.restore button:hover, .paragraph-type-top button[id*=-remove-button--]:hover {
  color: #fff;
  background: #000;
}

.btn--grey, .vito--admin-translation .vito--paragraph-reorder, .vito--admin-add .vito--paragraph-reorder, .vito--admin-edit .vito--paragraph-reorder {
  color: #818181;
  background: #f5f5f5;
  border: 1px solid #dedede;
}

.btn--grey:focus, .vito--admin-translation .vito--paragraph-reorder:focus, .vito--admin-add .vito--paragraph-reorder:focus, .vito--admin-edit .vito--paragraph-reorder:focus, .btn--grey:hover, .vito--admin-translation .vito--paragraph-reorder:hover, .vito--admin-add .vito--paragraph-reorder:hover, .vito--admin-edit .vito--paragraph-reorder:hover {
  color: #818181;
  background: #f0f0f0;
}

.btn--green, .vito--admin-translation .node-form #edit-save-edit, .vito--admin-translation .node-form #edit-submit, .vito--admin-add .node-form #edit-save-edit, .vito--admin-add .node-form #edit-submit, .vito--admin-edit .node-form #edit-save-edit, .vito--admin-edit .node-form #edit-submit, .vito--admin-translation .paragraphs-dropbutton-wrapper li.collapse button, .vito--admin-add .paragraphs-dropbutton-wrapper li.collapse button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.collapse button, .vito--admin-translation .vito--paragraph-save-continue, .vito--admin-translation .vito--paragraph-apply, .vito--admin-add .vito--paragraph-save-continue, .vito--admin-add .vito--paragraph-apply, .vito--admin-edit .vito--paragraph-save-continue, .vito--admin-edit .vito--paragraph-apply, .field--widget-entity-browser-entity-reference button[id$=field-banner-image-actions-ief-add], .field--widget-entity-browser-entity-reference button[id*=field-media-actions-ief-add--], .media-form .form-actions .form-submit {
  color: #fff;
  background: #83ba64;
}

.btn--green:focus, .vito--admin-translation .node-form #edit-save-edit:focus, .vito--admin-translation .node-form #edit-submit:focus, .vito--admin-add .node-form #edit-save-edit:focus, .vito--admin-add .node-form #edit-submit:focus, .vito--admin-edit .node-form #edit-save-edit:focus, .vito--admin-edit .node-form #edit-submit:focus, .vito--admin-translation .paragraphs-dropbutton-wrapper li.collapse button:focus, .vito--admin-add .paragraphs-dropbutton-wrapper li.collapse button:focus, .vito--admin-edit .paragraphs-dropbutton-wrapper li.collapse button:focus, .vito--admin-translation .vito--paragraph-save-continue:focus, .vito--admin-translation .vito--paragraph-apply:focus, .vito--admin-add .vito--paragraph-save-continue:focus, .vito--admin-add .vito--paragraph-apply:focus, .vito--admin-edit .vito--paragraph-save-continue:focus, .vito--admin-edit .vito--paragraph-apply:focus, .field--widget-entity-browser-entity-reference button[id$=field-banner-image-actions-ief-add]:focus, .field--widget-entity-browser-entity-reference button[id*=field-media-actions-ief-add--]:focus, .media-form .form-actions .form-submit:focus, .btn--green:hover, .vito--admin-translation .node-form #edit-save-edit:hover, .vito--admin-translation .node-form #edit-submit:hover, .vito--admin-add .node-form #edit-save-edit:hover, .vito--admin-add .node-form #edit-submit:hover, .vito--admin-edit .node-form #edit-save-edit:hover, .vito--admin-edit .node-form #edit-submit:hover, .vito--admin-translation .paragraphs-dropbutton-wrapper li.collapse button:hover, .vito--admin-add .paragraphs-dropbutton-wrapper li.collapse button:hover, .vito--admin-edit .paragraphs-dropbutton-wrapper li.collapse button:hover, .vito--admin-translation .vito--paragraph-save-continue:hover, .vito--admin-translation .vito--paragraph-apply:hover, .vito--admin-add .vito--paragraph-save-continue:hover, .vito--admin-add .vito--paragraph-apply:hover, .vito--admin-edit .vito--paragraph-save-continue:hover, .vito--admin-edit .vito--paragraph-apply:hover, .field--widget-entity-browser-entity-reference button[id$=field-banner-image-actions-ief-add]:hover, .field--widget-entity-browser-entity-reference button[id*=field-media-actions-ief-add--]:hover, .media-form .form-actions .form-submit:hover {
  color: #fff;
  background: #6daa4c;
}

.btn--red, .node-article-delete-form .form-actions button, .vito--admin-translation .node-form #edit-delete-translation, .vito--admin-translation .node-form #edit-delete, .vito--admin-add .node-form #edit-delete-translation, .vito--admin-add .node-form #edit-delete, .vito--admin-edit .node-form #edit-delete-translation, .vito--admin-edit .node-form #edit-delete, .vito--admin-translation .paragraphs-dropbutton-wrapper li.remove button, .vito--admin-add .paragraphs-dropbutton-wrapper li.remove button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.remove button, .vito--admin-translation .paragraphs-dropbutton-wrapper li.confirm-remove button, .vito--admin-add .paragraphs-dropbutton-wrapper li.confirm-remove button, .vito--admin-edit .paragraphs-dropbutton-wrapper li.confirm-remove button, .field--widget-entity-browser-entity-reference button[id*=-remove-button], .media-form button[id*=-remove-button] {
  color: #fff;
  background: #e2646b;
}

.btn--red:focus, .node-article-delete-form .form-actions button:focus, .vito--admin-translation .node-form #edit-delete-translation:focus, .vito--admin-translation .node-form #edit-delete:focus, .vito--admin-add .node-form #edit-delete-translation:focus, .vito--admin-add .node-form #edit-delete:focus, .vito--admin-edit .node-form #edit-delete-translation:focus, .vito--admin-edit .node-form #edit-delete:focus, .vito--admin-translation .paragraphs-dropbutton-wrapper li.remove button:focus, .vito--admin-add .paragraphs-dropbutton-wrapper li.remove button:focus, .vito--admin-edit .paragraphs-dropbutton-wrapper li.remove button:focus, .vito--admin-translation .paragraphs-dropbutton-wrapper li.confirm-remove button:focus, .vito--admin-add .paragraphs-dropbutton-wrapper li.confirm-remove button:focus, .vito--admin-edit .paragraphs-dropbutton-wrapper li.confirm-remove button:focus, .field--widget-entity-browser-entity-reference button[id*=-remove-button]:focus, .media-form button[id*=-remove-button]:focus, .btn--red:hover, .node-article-delete-form .form-actions button:hover, .vito--admin-translation .node-form #edit-delete-translation:hover, .vito--admin-translation .node-form #edit-delete:hover, .vito--admin-add .node-form #edit-delete-translation:hover, .vito--admin-add .node-form #edit-delete:hover, .vito--admin-edit .node-form #edit-delete-translation:hover, .vito--admin-edit .node-form #edit-delete:hover, .vito--admin-translation .paragraphs-dropbutton-wrapper li.remove button:hover, .vito--admin-add .paragraphs-dropbutton-wrapper li.remove button:hover, .vito--admin-edit .paragraphs-dropbutton-wrapper li.remove button:hover, .vito--admin-translation .paragraphs-dropbutton-wrapper li.confirm-remove button:hover, .vito--admin-add .paragraphs-dropbutton-wrapper li.confirm-remove button:hover, .vito--admin-edit .paragraphs-dropbutton-wrapper li.confirm-remove button:hover, .field--widget-entity-browser-entity-reference button[id*=-remove-button]:hover, .media-form button[id*=-remove-button]:hover {
  color: #fff;
  background: #dc424a;
}

.btn--vito-blue {
  background: #002E56;
  color: #fff;
}

.btn--vito-blue:focus, .btn--vito-blue:hover {
  color: #fff;
  background: #00182d;
}

.btn--vito-innovativeblue {
  background: #41D9F9;
  color: #fff;
}

.btn--vito-innovativeblue:focus, .btn--vito-innovativeblue:hover {
  color: #fff;
  background: #19d1f8;
}

.btn--vito-light-blue {
  background: #41D9F9;
  color: #fff;
}

.btn--vito-light-blue:focus, .btn--vito-light-blue:hover {
  color: #fff;
  background: #19d1f8;
}

.btn--vito-orange {
  background: #FF6700;
  color: #fff;
}

.btn--vito-orange:focus, .btn--vito-orange:hover {
  color: #fff;
  background: #d65700;
}

.btn--vito-green {
  background: #15EA75;
  color: #fff;
}

.btn--vito-green:focus, .btn--vito-green:hover {
  color: #fff;
  background: #12c562;
}

.btn--vito-red {
  background: #E72D43;
  color: #fff;
}

.btn--vito-red:focus, .btn--vito-red:hover {
  color: #fff;
  background: #d3182e;
}

.btn--vito-purple {
  background: #788EFE;
  color: #232525;
}

.btn--vito-purple:focus, .btn--vito-purple:hover {
  color: #232525;
  background: #506cfe;
}

.btn--vito-yellow {
  background: #F9CB1F;
  color: #fff;
}

.btn--vito-yellow:focus, .btn--vito-yellow:hover {
  color: #fff;
  background: #e9b906;
}

.btn--vito-aqua {
  background: #359EA6;
  color: #fff;
}

.btn--vito-aqua:focus, .btn--vito-aqua:hover {
  color: #fff;
  background: #2b8187;
}

.btn--vito-darkblue {
  background: #002E56;
  color: #fff;
}

.btn--vito-darkblue:focus, .btn--vito-darkblue:hover {
  color: #fff;
  background: #00182d;
}

.btn--vito-oldgreen {
  background: #67AE3E;
  color: #fff;
}

.btn--vito-oldgreen:focus, .btn--vito-oldgreen:hover {
  color: #fff;
  background: #559033;
}

.btn--vito-oldyellow {
  background: #F1B821;
  color: #fff;
}

.btn--vito-oldyellow:focus, .btn--vito-oldyellow:hover {
  color: #fff;
  background: #dba30e;
}

.btn--save:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-submit:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-submit:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-submit:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 14px;
}

.btn--save-continue:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-save-edit:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-save-edit:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-save-edit:before, .vito--admin-translation:not(.vito--minified-sidebar) .vito--paragraph-save-continue:before, .vito--admin-add:not(.vito--minified-sidebar) .vito--paragraph-save-continue:before, .vito--admin-edit:not(.vito--minified-sidebar) .vito--paragraph-save-continue:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 20px;
}

.btn--apply:before, .vito--admin-translation:not(.vito--minified-sidebar) .vito--paragraph-apply:before, .vito--admin-add:not(.vito--minified-sidebar) .vito--paragraph-apply:before, .vito--admin-edit:not(.vito--minified-sidebar) .vito--paragraph-apply:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 14px;
}

.btn--delete:before, .node-article-delete-form .form-actions button:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.confirm-remove button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.confirm-remove button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.confirm-remove button:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-delete-translation:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-delete:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-delete-translation:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-delete:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-delete-translation:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-delete:before, .field--widget-entity-browser-entity-reference button[id*=-remove-button]:before, .media-form button[id*=-remove-button]:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 14px;
}

.btn--edit:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.edit button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.edit button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.edit button:before, .field--widget-entity-browser-entity-reference button[id*=-edit-button]:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 14px;
}

.btn--close:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.remove button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.remove button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.remove button:before, .paragraph-type-top button[id*=-remove-button--]:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 14px;
}

.btn--collapse:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.collapse button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.collapse button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.collapse button:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 14px;
}

.btn--reset:before, .vito--admin-translation .paragraphs-dropbutton-wrapper li.restore button:before, .vito--admin-add .paragraphs-dropbutton-wrapper li.restore button:before, .vito--admin-edit .paragraphs-dropbutton-wrapper li.restore button:before, .field--widget-entity-browser-entity-reference button[id*=-replace-button]:before, .media-form button[id*=-crop-container-reset]:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 14px;
}

.btn--login:before, .openid-connect-login-form button:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 14px;
}

.btn--inline {
  position: relative;
  padding: 4px 10px 2px 10px;
  padding: 0.25rem 0.625rem 0.125rem 0.625rem;
  text-decoration: none !important;
}

.btn--inline:hover {
  padding: 4px 16px 2px 4px;
  padding: 0.25rem 1rem 0.125rem 0.25rem;
}

.btn--inline:hover:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 2px;
  right: 0.125rem;
  top: 50%;
  margin-top: -6px;
  margin-top: -0.375rem;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
}

.page-error {
  background: #002E56;
}

.vito--error-page {
  text-align: center;
  margin: 15vh 0 64px 0;
  margin: 15vh 0 4rem 0;
}

.vito--error-page h1, .vito--error-page .h1 {
  color: #fff;
  text-align: center;
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
}

@media only screen and (min-width: 692px) {
  .vito--error-page h1, .vito--error-page .h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.vito--error-code {
  color: #00050a;
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 56px;
  line-height: 3.5rem;
}

@media only screen and (min-width: 692px) {
  .vito--error-code {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.vito--error-text {
  max-width: 720px;
  max-width: 45rem;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  margin: auto;
  padding: 32px;
  padding: 2rem;
  border-radius: 0.25rem;
  background: #fff;
  text-align: left;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password], input[type=date], input[type=time], textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

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

.form-item {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.form-item label, .form-item fieldset > legend {
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.webform-element--title-inline label, .webform-element--title-inline fieldset > legend {
  display: inline-block;
  margin-bottom: 0;
  width: 192px;
  width: 12rem;
}

.webform-element--title-inline .description {
  padding-left: 192px;
  padding-left: 12rem;
}

.form-item .description {
  padding-top: 3.2px;
  padding-top: 0.2rem;
  padding-bottom: 3.2px;
  padding-bottom: 0.2rem;
}

.form-item .description p, .form-item .description ul, .form-item .description li {
  margin-bottom: 0;
}

.field-prefix {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.field-suffix {
  margin-left: 8px;
  margin-left: 0.5rem;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password], input[type=date], input[type=time], input.form-color {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: solid 1px #e1e1e1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  transition: border all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  max-width: 100%;
}

input[type=email]:hover, input[type=number]:hover, input[type=search]:hover, input[type=text]:hover, input[type=tel]:hover, input[type=url]:hover, input[type=password]:hover, input[type=date]:hover, input[type=time]:hover, input.form-color:hover {
  border: solid 1px #004989;
  outline: 0;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=date]:focus, input[type=time]:focus, input.form-color:focus {
  border: solid 1px #002E56;
  outline: 0;
}

textarea {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: solid 1px #e1e1e1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: border all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

textarea:hover {
  border: solid 1px #004989;
  outline: 0;
}

textarea:focus {
  border: solid 1px #002E56;
  outline: 0;
}

select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: solid 1px #e1e1e1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  transition: border all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

select:hover {
  border: solid 1px #004989;
  outline: 0;
}

select:focus {
  border: solid 1px #002E56;
  outline: 0;
}

.form-type-webform-select-other > .form-type-select {
  margin-bottom: 0;
}

.webform-select-other-input {
  margin-top: 16px;
  margin-top: 1rem;
}

.form-type-checkbox input {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.form-type-checkbox label, .form-type-checkbox fieldset > legend {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}

.form-checkboxes .form-type-checkbox:not(:last-child) {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.form-checkboxes .form-type-checkbox:last-child {
  margin-bottom: 0;
}

.form-type-radio input {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.form-type-radio label, .form-type-radio fieldset > legend {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}

.form-radios .form-type-radio {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.form-radios .form-type-radio:last-child {
  margin-bottom: 0;
}

.webform-options-display-two-columns, .webform-options-display-three-columns {
  margin: 0;
}

input[type=color] {
  border: 0 none !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

input.form-color-output {
  border: solid 1px #e1e1e1;
  border-radius: 4px;
}

input.form-color-output, input.form-color-output:hover, input.form-color-output:focus {
  border-left: 0 none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.webform-signature-pad {
  background: #fff;
  border: solid 1px #e1e1e1;
  border-radius: 4px;
}

.form-type-webform-toggle .description {
  clear: both;
}

.ui-widget {
  font-family: "AvenirLT-Roman", "Arial", "Helvetica", "sans-serif";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.ui-autocomplete {
  border: none;
  background: #fff;
}

.ui-autocomplete .ui-menu-item {
  position: relative;
  z-index: 1;
  margin: -1px 0 0;
  padding: 4.8px 9.6px;
  padding: 0.3rem 0.6rem;
  border: solid 1px #e1e1e1;
  transition: border all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ui-autocomplete .ui-menu-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-autocomplete .ui-state-focus {
  z-index: 2;
  background: none;
  border: solid 1px #002E56;
}

.user-register-form, .user-pass, .user-form, .user-login-form {
  background: #fff;
  padding: 32px;
  padding: 2rem;
}

.form-item label:not(.option), .form-item fieldset > legend:not(.option) {
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
}

.collapse-processed > summary:before {
  content: none;
}

details summary {
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
}

details summary::-webkit-details-marker {
  display: none;
}

label:not(.option), fieldset > legend:not(.option), fieldset > legend {
  font-weight: 400;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
}

label.form-required:after, fieldset > legend.form-required:after {
  content: "*";
  color: #e2646b;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form details {
  border: solid #f0f0f0;
  border-width: 0 0 0 4px;
  border-width: 0 0 0 0.25rem;
  background: #f5f5f5;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form details summary {
  position: relative;
  padding: 8px 32px 8px 8px;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form details summary[aria-expanded=true]:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 16px;
  right: 1rem;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form details summary[aria-expanded=false]:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 16px;
  right: 1rem;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form details summary:before {
  content: none !important;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form details summary::-webkit-details-marker {
  display: none;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form details summary:focus {
  outline: 0;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form textarea, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form input[type=tel], body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form input[type=password], body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form input[type=email], body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form input[type=text] {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #002E56;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form textarea:focus, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form textarea:hover, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form input[type=tel]:focus, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form input[type=tel]:hover, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form input[type=password]:focus, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form input[type=password]:hover, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form input[type=email]:focus, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form input[type=email]:hover, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form input[type=text]:focus, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form input[type=text]:hover {
  border: 0;
  border-bottom: 1px solid #001323;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) form textarea.form-textarea {
  min-height: 80px;
  min-height: 5rem;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio input:focus + label:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio fieldset > input:focus + legend:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio input:hover + label:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio fieldset > input:hover + legend:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox input:focus + label:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox fieldset > input:focus + legend:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox input:hover + label:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox fieldset > input:hover + legend:before {
  box-shadow: 0 0 1px rgba(221, 221, 221, 0.15) inset, 0 1px 0 rgba(221, 221, 221, 0.075) inset, 0 0 0 1px rgba(221, 221, 221, 0.15) inset, 0 0 2px 1px rgba(221, 221, 221, 0.15);
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio label, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio fieldset > legend, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox label, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox fieldset > legend {
  margin: 0;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-left: 1.5rem;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio label:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio fieldset > legend:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox label:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox fieldset > legend:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 2px;
  top: 0.125rem;
  left: 0;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border: 1px solid #dedede;
  background-color: #fff;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio label:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio fieldset > legend:before {
  border-radius: 50%;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio input:checked + label:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio fieldset > input:checked + legend:before {
  border-color: #002E56;
  background: #002E56 url(/../images/sprite.png) 1px 3px no-repeat;
  background-size: auto;
}

html.svg body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio input:checked + label:before, html.svg body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-radio fieldset > input:checked + legend:before {
  background: #002E56 url(/../images/sprite.svg) -1px -1px no-repeat;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox label:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox fieldset > legend:before {
  border-radius: 0.125rem;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox input:checked + label:before, body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox fieldset > input:checked + legend:before {
  border-color: #002E56;
  background: #002E56 url(/../images/sprite.png) 1px -13px no-repeat;
  background-size: auto;
}

html.svg body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox input:checked + label:before, html.svg body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-type-checkbox fieldset > input:checked + legend:before {
  background: #002E56 url(/../images/sprite.svg) -1px -17px no-repeat;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-select-wrapper {
  position: relative;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) .form-select-wrapper:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 4px;
  right: 0.25rem;
  top: 50%;
  margin-top: -9px;
  margin-top: -0.5625rem;
  color: #393939;
  z-index: 1;
  font-size: 14px;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) select.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #002E56;
  padding-right: 80px;
  padding-right: 5rem;
  position: relative;
  z-index: 2;
  background: transparent;
}

body:not(.vito--admin-add):not(.vito--admin-edit):not(.vito--admin-translation) select.form-select::-ms-expand {
  display: none;
}

.hs-form {
  background: #fff;
  padding: 32px;
  padding: 2rem;
}

.hs-form > fieldset {
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important;
}

.hs-form .hs-form-required {
  color: #e2646b;
}

.hs-form .inputs-list {
  margin: 0;
}

.hs-form .inputs-list li:before {
  content: none;
}

.hs-form .hs-form-booleancheckbox-display input, .hs-form .hs-form-checkbox-display input {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.hs-form .hs-form-booleancheckbox-display span, .hs-form .hs-form-checkbox-display span {
  font-family: "AvenirLT-Roman", "Arial", "Helvetica", "sans-serif";
}

.hs-form .hs-error-msgs {
  color: #e2646b;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.hs-form .hs-button {
  margin-top: 16px;
  margin-top: 1rem;
}

.js .js-hide {
  display: none !important;
}

.pager-items {
  margin: 4px 0 32px;
  margin: 0.25rem 0 2rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager-items .pager-item {
  list-style: none;
  border: 1px solid #dedede;
  font-size: 0;
  line-height: 0;
}

.pager-items .pager-item + .pager-item {
  margin-left: -1px;
}

.pager-items .pager-item a, .pager-items .pager-item .anchor-like-button {
  background: #fff;
  display: block;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

ul.menu li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

ul.menu a, ul.menu .anchor-like-button {
  color: #333;
  font-weight: 400;
}

ul.menu a:hover, ul.menu .anchor-like-button:hover {
  color: #004989;
}

ul.menu li.menu-item--active-trail > a, ul.menu li.menu-item--active-trail > .anchor-like-button {
  color: #002E56;
}

.menu-horizontal ul.menu li {
  float: left;
}

.menu-horizontal ul.menu li:not(:last-child) {
  margin-right: 16px;
  margin-right: 1rem;
}

.menu-centered ul.menu {
  position: relative;
  display: block;
  float: left;
  left: 50%;
}

.menu-centered ul.menu li {
  position: relative;
  display: block;
  float: left;
  right: 50%;
}

.menu-centered ul.menu li:not(:last-child) {
  margin-right: 16px;
  margin-right: 1rem;
}

.menu-dropdown {
  z-index: 100;
}

.menu-dropdown ul.menu li {
  position: relative;
  float: left;
  margin: 0 16px 0 0;
  margin: 0 1rem 0 0;
  padding: 0;
}

.menu-dropdown ul.menu > li:last-child {
  margin-right: 0;
}

.menu-dropdown ul.menu a, .menu-dropdown ul.menu .anchor-like-button {
  display: block;
  padding: 8px;
  padding: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}

.menu-dropdown ul.menu ul {
  display: none;
}

.menu-dropdown ul.menu li:hover > ul {
  display: block;
}

.menu-dropdown ul.menu > li.menu-item--expanded > a:after, .menu-dropdown ul.menu > li.menu-item--expanded > .anchor-like-button:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 0 0 8px;
  margin: 0 0 0 0.5rem;
}

.menu-dropdown ul.menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  border: solid 1px #e1e1e1;
  background: #fff;
  box-shadow: 0 3px 0 3px rgba(0, 0, 0, 0.03);
}

.menu-dropdown ul.menu ul > li {
  position: relative;
  float: none;
  margin: 0;
  width: 240px;
}

.menu-dropdown ul.menu ul > li:not(:last-child) {
  margin-right: 0;
}

.menu-dropdown ul.menu ul > li:not(:last-child) > a, .menu-dropdown ul.menu ul > li:not(:last-child) > .anchor-like-button {
  border-bottom: solid 1px #e1e1e1;
}

.menu-dropdown ul.menu ul > li.menu-item--expanded > a, .menu-dropdown ul.menu ul > li.menu-item--expanded > .anchor-like-button {
  padding-right: 32px;
  padding-right: 2rem;
}

.menu-dropdown ul.menu ul > li.menu-item--expanded > a:after, .menu-dropdown ul.menu ul > li.menu-item--expanded > .anchor-like-button:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-dropdown ul.menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}

.region--navigation .block--menu--main {
  display: inline-block;
}

.region--navigation .block--menu--main ul.menu li {
  position: relative;
}

.region--navigation .block--menu--main ul.menu li:hover ul.menu {
  display: block;
}

@media only screen and (min-width: 992px) {
  .region--navigation .block--menu--main ul.menu li {
    display: inline-block;
    margin: 0;
  }
  .region--navigation .block--menu--main ul.menu li + li {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 1292px) {
  .region--navigation .block--menu--main ul.menu li + li {
    margin-left: 0.7rem;
  }
}
.region--navigation .block--menu--main ul.menu li a, .region--navigation .block--menu--main ul.menu li .anchor-like-button {
  text-transform: uppercase;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
  font-size: 0.74rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

.region--navigation .block--menu--main ul.menu li a:hover, .region--navigation .block--menu--main ul.menu li .anchor-like-button:hover, .region--navigation .block--menu--main ul.menu li a.is-active, .region--navigation .block--menu--main ul.menu li .is-active.anchor-like-button {
  color: #002E56;
}

.vito--alternative-header .region--navigation .block--menu--main ul.menu li a, .vito--alternative-header .region--navigation .block--menu--main ul.menu li .anchor-like-button {
  color: #fff;
}

.vito--alternative-header .region--navigation .block--menu--main ul.menu li a:hover, .vito--alternative-header .region--navigation .block--menu--main ul.menu li .anchor-like-button:hover, .vito--alternative-header .region--navigation .block--menu--main ul.menu li a.is-active, .vito--alternative-header .region--navigation .block--menu--main ul.menu li .is-active.anchor-like-button {
  text-decoration: underline;
}

.region--navigation .block--menu--main ul.menu li ul.menu {
  padding-left: 16px;
  padding-left: 1rem;
  box-shadow: 0 0 0.25rem 0 #eaeaea;
}

@media only screen and (min-width: 992px) {
  .region--navigation .block--menu--main ul.menu li ul.menu {
    display: none;
    position: absolute;
    padding-left: 0;
    text-align: left;
    width: 12rem;
    z-index: 99;
  }
  .region--navigation .block--menu--main ul.menu li ul.menu li {
    margin: 0 !important;
    width: 100%;
  }
  .region--navigation .block--menu--main ul.menu li ul.menu li + li {
    border-top: 1px solid #dedede;
  }
  .region--navigation .block--menu--main ul.menu li ul.menu li a, .region--navigation .block--menu--main ul.menu li ul.menu li .anchor-like-button {
    background: #fff;
    color: #333;
    display: block;
    padding: 0.5rem 1rem;
    text-transform: none;
    font-family: "AvenirLT-Roman", "Arial", "Helvetica", "sans-serif";
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .region--navigation .block--menu--main ul.menu li ul.menu li a:hover, .region--navigation .block--menu--main ul.menu li ul.menu li .anchor-like-button:hover, .region--navigation .block--menu--main ul.menu li ul.menu li a.is-active, .region--navigation .block--menu--main ul.menu li ul.menu li .is-active.anchor-like-button {
    color: #002E56;
    text-decoration: none;
  }
}
@media only screen and (max-width: 991.99px) {
  .region--navigation .block--menu--main {
    display: block;
    padding: 3.5rem 1.5rem 1.5rem 1.5rem;
  }
  .region--navigation .block--menu--main ul.menu li a, .region--navigation .block--menu--main ul.menu li .anchor-like-button {
    color: #fff;
  }
  .region--navigation .block--menu--main ul.menu li + li {
    margin-top: 0.5rem;
  }
  .region--navigation .block--menu--main ul.menu li + li:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    margin-bottom: 1rem;
    background: #484c4c;
    box-shadow: 0px 1px 0 0 #2f3232;
  }
  .region--navigation .block--menu--main ul.menu li ul.menu {
    box-shadow: none;
    margin-top: 1rem;
    position: relative;
  }
  .region--navigation .block--menu--main ul.menu li ul.menu li:after {
    content: "";
    width: 0.5rem;
    height: 1px;
    background: #818181;
    position: absolute;
    top: 0.625rem;
    left: -1rem;
  }
  .region--navigation .block--menu--main ul.menu li ul.menu li + li:before {
    content: none;
  }
}
.block--language--dropdown {
  position: relative;
  padding: 24px;
  padding: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .block--language--dropdown {
    display: inline-block;
    margin-left: 1.5rem;
    padding: 0 0 0 1.5rem;
    border-left: 1px solid #dedede;
  }
  .block--language--dropdown:hover ul {
    display: block;
  }
}
@media only screen and (max-width: 991.99px) {
  .block--language--dropdown {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.block--language--dropdown .language-switcher-current-language {
  display: none;
}

@media only screen and (min-width: 992px) {
  .block--language--dropdown .language-switcher-current-language {
    display: inline;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .block--language--dropdown .language-switcher-current-language:after {
    font-family: "icons";
    speak: none;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-left: 0.5rem;
    font-size: 12px;
  }
}
.block--language--dropdown ul {
  margin: 0;
  padding: 0;
}

.block--language--dropdown ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.block--language--dropdown ul li + li {
  margin-left: 16px;
  margin-left: 1rem;
}

.block--language--dropdown ul li a, .block--language--dropdown ul li .anchor-like-button {
  color: #fff;
  text-transform: uppercase;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .block--language--dropdown ul {
    display: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 4px 0 #eaeaea;
    border-top: 2px solid #eaeaea;
  }
  .block--language--dropdown ul li + li {
    border-top: 1px solid #dedede;
    margin: 0;
  }
  .block--language--dropdown ul li a, .block--language--dropdown ul li .anchor-like-button {
    padding: 0.5rem 1rem;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .block--language--dropdown ul li a:hover, .block--language--dropdown ul li .anchor-like-button:hover {
    color: #002E56;
  }
}
.block--menu--footer {
  margin-top: 32px;
  margin-top: 2rem;
}

@media only screen and (min-width: 692px) {
  .block--menu--footer {
    float: right;
    margin-top: 0;
  }
}
@media only screen and (min-width: 692px) {
  .block--menu--footer ul.menu {
    text-align: right;
  }
}
@media only screen and (min-width: 692px) {
  .block--menu--footer ul.menu li {
    display: inline-block;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .block--menu--footer ul.menu li + li {
    margin-left: 1rem;
  }
}
.block--menu--footer ul.menu li a, .block--menu--footer ul.menu li .anchor-like-button {
  color: #fff;
}

.block--menu--footer ul.menu li a:hover, .block--menu--footer ul.menu li .anchor-like-button:hover, .block--menu--footer ul.menu li a.is-active, .block--menu--footer ul.menu li .is-active.anchor-like-button {
  color: #002E56;
}

.node {
  position: relative;
}

.node.vito--reset-margin-footer {
  margin-bottom: -72px;
  margin-bottom: -4.5rem;
}

.node--view-mode-teaser-small {
  background: #fff;
  height: 100%;
  position: relative;
  padding: 16px;
  padding: 1rem;
}

.node--view-mode-teaser-small:hover {
  background: #002E56;
  color: #fff;
  cursor: pointer;
}

.node--view-mode-teaser-small:hover h2, .node--view-mode-teaser-small:hover .h2, .node--view-mode-teaser-small:hover a, .node--view-mode-teaser-small:hover .anchor-like-button, .node--view-mode-teaser-small:hover .vito--node-created-time, .node--view-mode-teaser-small:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--dark]:hover {
  background-color: #232525;
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--dark]:hover h2, .node--view-mode-teaser-small[class*=background--dark]:hover .h2, .node--view-mode-teaser-small[class*=background--dark]:hover a, .node--view-mode-teaser-small[class*=background--dark]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--dark]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--dark]:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--blue]:hover {
  background-color: #002E56;
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--blue]:hover h2, .node--view-mode-teaser-small[class*=background--blue]:hover .h2, .node--view-mode-teaser-small[class*=background--blue]:hover a, .node--view-mode-teaser-small[class*=background--blue]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--blue]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--blue]:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--innovativeblue]:hover {
  background-color: #41D9F9;
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--innovativeblue]:hover h2, .node--view-mode-teaser-small[class*=background--innovativeblue]:hover .h2, .node--view-mode-teaser-small[class*=background--innovativeblue]:hover a, .node--view-mode-teaser-small[class*=background--innovativeblue]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--innovativeblue]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--innovativeblue]:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--light-blue]:hover {
  background-color: #41D9F9;
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--light-blue]:hover h2, .node--view-mode-teaser-small[class*=background--light-blue]:hover .h2, .node--view-mode-teaser-small[class*=background--light-blue]:hover a, .node--view-mode-teaser-small[class*=background--light-blue]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--light-blue]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--light-blue]:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--orange]:hover {
  background-color: #FF6700;
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--orange]:hover h2, .node--view-mode-teaser-small[class*=background--orange]:hover .h2, .node--view-mode-teaser-small[class*=background--orange]:hover a, .node--view-mode-teaser-small[class*=background--orange]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--orange]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--orange]:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--white]:hover {
  background-color: #fff;
  color: #232525;
}

.node--view-mode-teaser-small[class*=background--white]:hover h2, .node--view-mode-teaser-small[class*=background--white]:hover .h2, .node--view-mode-teaser-small[class*=background--white]:hover a, .node--view-mode-teaser-small[class*=background--white]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--white]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--white]:hover .field--node-post-date {
  color: #232525;
}

.node--view-mode-teaser-small[class*=background--green]:hover {
  background-color: #15EA75;
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--green]:hover h2, .node--view-mode-teaser-small[class*=background--green]:hover .h2, .node--view-mode-teaser-small[class*=background--green]:hover a, .node--view-mode-teaser-small[class*=background--green]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--green]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--green]:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--red]:hover {
  background-color: #E72D43;
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--red]:hover h2, .node--view-mode-teaser-small[class*=background--red]:hover .h2, .node--view-mode-teaser-small[class*=background--red]:hover a, .node--view-mode-teaser-small[class*=background--red]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--red]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--red]:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--purple]:hover {
  background-color: #788EFE;
  color: #232525;
}

.node--view-mode-teaser-small[class*=background--purple]:hover h2, .node--view-mode-teaser-small[class*=background--purple]:hover .h2, .node--view-mode-teaser-small[class*=background--purple]:hover a, .node--view-mode-teaser-small[class*=background--purple]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--purple]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--purple]:hover .field--node-post-date {
  color: #232525;
}

.node--view-mode-teaser-small[class*=background--yellow]:hover {
  background-color: #F9CB1F;
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--yellow]:hover h2, .node--view-mode-teaser-small[class*=background--yellow]:hover .h2, .node--view-mode-teaser-small[class*=background--yellow]:hover a, .node--view-mode-teaser-small[class*=background--yellow]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--yellow]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--yellow]:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--aqua]:hover {
  background-color: #359EA6;
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--aqua]:hover h2, .node--view-mode-teaser-small[class*=background--aqua]:hover .h2, .node--view-mode-teaser-small[class*=background--aqua]:hover a, .node--view-mode-teaser-small[class*=background--aqua]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--aqua]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--aqua]:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--darkblue]:hover {
  background-color: #002E56;
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--darkblue]:hover h2, .node--view-mode-teaser-small[class*=background--darkblue]:hover .h2, .node--view-mode-teaser-small[class*=background--darkblue]:hover a, .node--view-mode-teaser-small[class*=background--darkblue]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--darkblue]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--darkblue]:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--oldgreen]:hover {
  background-color: #67AE3E;
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--oldgreen]:hover h2, .node--view-mode-teaser-small[class*=background--oldgreen]:hover .h2, .node--view-mode-teaser-small[class*=background--oldgreen]:hover a, .node--view-mode-teaser-small[class*=background--oldgreen]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--oldgreen]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--oldgreen]:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--oldyellow]:hover {
  background-color: #F1B821;
  color: #fff;
}

.node--view-mode-teaser-small[class*=background--oldyellow]:hover h2, .node--view-mode-teaser-small[class*=background--oldyellow]:hover .h2, .node--view-mode-teaser-small[class*=background--oldyellow]:hover a, .node--view-mode-teaser-small[class*=background--oldyellow]:hover .anchor-like-button, .node--view-mode-teaser-small[class*=background--oldyellow]:hover .vito--node-created-time, .node--view-mode-teaser-small[class*=background--oldyellow]:hover .field--node-post-date {
  color: #fff;
}

.node--view-mode-teaser-small.background--image {
  background-size: 0px !important;
}

.node--view-mode-teaser-small.background--image:hover {
  background-size: cover !important;
}

.node--view-mode-teaser-small.background--image:hover .field {
  position: relative;
  z-index: 1;
}

.node--view-mode-teaser-small.background--image[class*=background--dark]:hover:after {
  content: "";
  background: rgba(35, 37, 37, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--blue]:hover:after {
  content: "";
  background: rgba(0, 46, 86, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--innovativeblue]:hover:after {
  content: "";
  background: rgba(65, 217, 249, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--light-blue]:hover:after {
  content: "";
  background: rgba(65, 217, 249, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--orange]:hover:after {
  content: "";
  background: rgba(255, 103, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--white]:hover:after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--green]:hover:after {
  content: "";
  background: rgba(21, 234, 117, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--red]:hover:after {
  content: "";
  background: rgba(231, 45, 67, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--purple]:hover:after {
  content: "";
  background: rgba(120, 142, 254, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--yellow]:hover:after {
  content: "";
  background: rgba(249, 203, 31, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--aqua]:hover:after {
  content: "";
  background: rgba(53, 158, 166, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--darkblue]:hover:after {
  content: "";
  background: rgba(0, 46, 86, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--oldgreen]:hover:after {
  content: "";
  background: rgba(103, 174, 62, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small.background--image[class*=background--oldyellow]:hover:after {
  content: "";
  background: rgba(241, 184, 33, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--view-mode-teaser-small .field__item {
  padding: 0 !important;
}

.node--view-mode-teaser-small h2, .node--view-mode-teaser-small .h2, .node--view-mode-teaser-small .field--node-title h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.node--view-mode-teaser-small .vito--node-created-time, .node--view-mode-teaser-small .field--node-post-date {
  color: #818181;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

.node--view-mode-teaser-small .field--intro-text {
  margin: 16px 0;
  margin: 1rem 0;
}

.node--view-mode-teaser-small .field--article-type {
  margin-left: 0;
}

.node--view-mode-teaser {
  background: #fff;
  height: 100%;
  position: relative;
  padding: 20px;
  padding: 1.25rem;
}

.background--white .node--view-mode-teaser {
  background: #f5f5f5;
}

.node--view-mode-teaser .field__item {
  padding: 0 !important;
}

.node--view-mode-teaser .field--node-title {
  color: #fff;
  background: #002E56;
  width: auto !important;
  margin-right: 16px;
  margin-right: 1rem;
  padding: 8px !important;
  padding: 0.5rem !important;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  top: -1.25rem;
  left: 0;
}

.node--view-mode-teaser .field--node-title:first-child {
  display: table;
  position: relative;
  margin: -20px 0 -16px -20px;
  margin: -1.25rem 0 -1rem -1.25rem;
}

.node--view-mode-teaser .field--node-title h2, .node--view-mode-teaser .field--node-title .h2 {
  margin-bottom: 0;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.node--view-mode-teaser .field--node-title a, .node--view-mode-teaser .field--node-title .anchor-like-button {
  color: #fff;
}

.node--view-mode-teaser .field--node-title a:hover, .node--view-mode-teaser .field--node-title .anchor-like-button:hover {
  color: #fff;
}

.node--view-mode-teaser .field--banner-image {
  margin: -20px -20px 0;
  margin: -1.25rem -1.25rem 0;
  width: auto !important;
}

.node--view-mode-teaser .field--intro-text {
  margin: 24px 0 40px;
  margin: 1.5rem 0 2.5rem;
}

.node--view-mode-teaser .field--node-link {
  position: absolute;
  bottom: -24px;
  bottom: -1.5rem;
  right: 0;
  width: auto !important;
}

.node--view-mode-teaser .field--node-link a, .node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #002E56;
  display: inline-block;
  padding: 12px 40px 12px 24px;
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  color: #fff;
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.node--view-mode-teaser .field--node-link a:after, .node--view-mode-teaser .field--node-link .anchor-like-button:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  margin-top: -10px;
  margin-top: -0.625rem;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.node--view-mode-teaser .field--node-link a:hover:after, .node--view-mode-teaser .field--node-link .anchor-like-button:hover:after {
  right: 8px;
  right: 0.5rem;
}

.paragraph--color-blue.node--view-mode-teaser .field--node-link a, .paragraph--color-blue.node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #002E56;
  color: #fff;
}

.paragraph--color-innovativeblue.node--view-mode-teaser .field--node-link a, .paragraph--color-innovativeblue.node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #41D9F9;
  color: #fff;
}

.paragraph--color-light-blue.node--view-mode-teaser .field--node-link a, .paragraph--color-light-blue.node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #41D9F9;
  color: #fff;
}

.paragraph--color-orange.node--view-mode-teaser .field--node-link a, .paragraph--color-orange.node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #FF6700;
  color: #fff;
}

.paragraph--color-green.node--view-mode-teaser .field--node-link a, .paragraph--color-green.node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #15EA75;
  color: #fff;
}

.paragraph--color-red.node--view-mode-teaser .field--node-link a, .paragraph--color-red.node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #E72D43;
  color: #fff;
}

.paragraph--color-purple.node--view-mode-teaser .field--node-link a, .paragraph--color-purple.node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #788EFE;
  color: #232525;
}

.paragraph--color-yellow.node--view-mode-teaser .field--node-link a, .paragraph--color-yellow.node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #F9CB1F;
  color: #fff;
}

.paragraph--color-aqua.node--view-mode-teaser .field--node-link a, .paragraph--color-aqua.node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #359EA6;
  color: #fff;
}

.paragraph--color-darkblue.node--view-mode-teaser .field--node-link a, .paragraph--color-darkblue.node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #002E56;
  color: #fff;
}

.paragraph--color-oldgreen.node--view-mode-teaser .field--node-link a, .paragraph--color-oldgreen.node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #67AE3E;
  color: #fff;
}

.paragraph--color-oldyellow.node--view-mode-teaser .field--node-link a, .paragraph--color-oldyellow.node--view-mode-teaser .field--node-link .anchor-like-button {
  background: #F1B821;
  color: #fff;
}

.node--view-mode-teaser.node--type-contact .field--node-title:first-child {
  position: static;
  margin: 0;
}

.node-type-list {
  margin: 144px auto 48px auto;
  margin: 9rem auto 3rem auto;
  max-width: 400px;
  max-width: 25rem;
}

.node-type-list .node-type-item + .node-type-item {
  margin-top: 16px;
  margin-top: 1rem;
}

.node-type-list .node-type-item a, .node-type-list .node-type-item .anchor-like-button {
  padding: 24px;
  padding: 1.5rem;
  display: block;
  background: #fff;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

.node-type-list .node-type-item a:hover, .node-type-list .node-type-item .anchor-like-button:hover {
  background: #002E56;
  color: #fff;
}

.node-article-delete-form {
  background: #fff;
  margin: 48px 0;
  margin: 3rem 0;
  padding: 32px;
  padding: 2rem;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
}

.node-article-delete-form .form-actions {
  margin-top: 16px;
  margin-top: 1rem;
}

.node-article-delete-form .form-actions a, .node-article-delete-form .form-actions .anchor-like-button {
  margin-left: 4px;
  margin-left: 0.25rem;
}

.node--unpublished {
  background: transparent;
}

.node--unpublished:before {
  content: "";
  background: url(/../images/unpublished.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.vito--node-created-time {
  color: #fff;
  font-family: "AvenirLT-Medium", "Arial", "Helvetica", "sans-serif";
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

.field--article-type {
  margin-left: 16px;
  margin-left: 1rem;
  display: inline-block;
}

.field--article-type .field_item {
  display: inline-block;
}

.field--article-type .field_item + .field_item {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.field--article-type a, .field--article-type .anchor-like-button {
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  color: #fff;
  border-radius: 0.5rem;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.25);
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.field--article-type a:hover, .field--article-type .anchor-like-button:hover {
  background: rgba(0, 0, 0, 0.5);
}

.field--image-description {
  margin-top: 4px;
  margin-top: 0.25rem;
  color: #818181;
  font-family: "AvenirLT-Oblique", "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

.region--page-user {
  max-width: 600px;
  max-width: 37.5rem;
  margin: 15vh auto 32px;
  margin: 15vh auto 2rem;
  display: table;
  width: 100%;
}

.region--page-user .header-region-left {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.vito--user-login #site-wrapper {
  padding-bottom: 0;
  min-height: 0;
}

.vito--user-login.vito--alternative-header {
  background: #002E56;
}

.vito--user-login .block-system-main-block {
  display: none;
}

.vito--user-login .region--content-user-tabs {
  margin-top: 16px;
  margin-top: 1rem;
}

.vito--user-login .region--content-user-tabs ul {
  margin: 0;
  padding: 0;
}

.vito--user-login .region--content-user-tabs ul li {
  display: block;
  list-style: none;
  float: left;
}

.vito--user-login .region--content-user-tabs ul li a, .vito--user-login .region--content-user-tabs ul li .anchor-like-button {
  display: block;
  background: rgba(35, 37, 37, 0.1);
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  color: #232525;
  font-family: "AvenirLT-Medium", "Arial", "Helvetica", "sans-serif";
}

.vito--user-login .region--content-user-tabs ul li a:hover, .vito--user-login .region--content-user-tabs ul li .anchor-like-button:hover {
  background: #fff;
}

.vito--user-login .region--content-user-tabs ul li.active a, .vito--user-login .region--content-user-tabs ul li.active .anchor-like-button {
  background: #fff;
  color: #002E56;
}

.vito--user-login .region--content-user-tabs ul li:first-child a, .vito--user-login .region--content-user-tabs ul li:first-child .anchor-like-button {
  border-radius: 0.25rem 0 0 0;
}

.vito--user-login .region--content-user-tabs ul li:last-child a, .vito--user-login .region--content-user-tabs ul li:last-child .anchor-like-button {
  border-radius: 0 0.25rem 0 0;
}

article.profile {
  padding: 32px;
  padding: 2rem;
  background: #fff;
}

.openid-connect-login-form {
  padding: 32px;
  padding: 2rem;
  background: #fff;
}

.openid-connect-login-form form {
  margin-bottom: 0;
}

.view[class*=vito--row-size] .views-row {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 692px) {
  .view[class*=vito--row-size] .views-row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    border: 1rem solid transparent;
  }
}
@media only screen and (min-width: 692px) {
  .view[class*=vito--row-size] .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .view.vito--row-size-1 .views-row {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .view.vito--row-size-2 .views-row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .view.vito--row-size-3 .views-row {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 992px) {
  .view.vito--row-size-4 .views-row {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .view.vito--row-size-5 .views-row {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  .view.vito--row-size-6 .views-row {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
@media only screen and (min-width: 992px) {
  .view.vito--row-size-7 .views-row {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
}
@media only screen and (min-width: 992px) {
  .view.vito--row-size-8 .views-row {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media only screen and (min-width: 992px) {
  .view.vito--row-size-9 .views-row {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
}
.views-exposed-form .form-select-wrapper {
  display: block;
  background: #fff;
}

.view-filters-backend {
  background: #e3e3e3;
  display: inline-block;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-style: italic;
  color: #818181;
}

.view-taxonomy-term {
  margin: 40px 0;
  margin: 2.5rem 0;
}

.layout--onecol .layout__region {
  overflow: hidden;
}

.layout--onecol.view-mode--teaser {
  background: #fff;
  height: 100%;
  position: relative;
}

.layout--onecol.view-mode--teaser .field--banner-image {
  margin-bottom: -16px;
  margin-bottom: -1rem;
}

.layout--onecol.view-mode--teaser .field--node-title {
  position: absolute;
  top: 0;
  left: 0;
  background: #002E56;
  color: #fff;
  padding: 4px 8px !important;
  padding: 0.25rem 0.5rem !important;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  text-transform: uppercase;
  display: table;
  margin-top: -16px;
  margin-top: -1rem;
  margin-right: 16px;
  margin-right: 1rem;
  z-index: 1;
  width: auto !important;
}

.layout--onecol.view-mode--teaser .field--node-title a, .layout--onecol.view-mode--teaser .field--node-title .anchor-like-button {
  color: #fff;
}

.layout--onecol.view-mode--teaser .field--intro-text {
  padding: 32px 16px 48px;
  padding: 2rem 1rem 3rem;
}

.layout--onecol.view-mode--teaser .field--node-link {
  position: absolute;
  bottom: -24px;
  bottom: -1.5rem;
  right: 0;
  width: auto !important;
}

.layout--onecol.view-mode--teaser .field--node-link a, .layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #002E56;
  display: inline-block;
  padding: 12px 40px 12px 24px;
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  color: #fff;
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.layout--onecol.view-mode--teaser .field--node-link a:after, .layout--onecol.view-mode--teaser .field--node-link .anchor-like-button:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  margin-top: -10px;
  margin-top: -0.625rem;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.layout--onecol.view-mode--teaser .field--node-link a:hover:after, .layout--onecol.view-mode--teaser .field--node-link .anchor-like-button:hover:after {
  right: 8px;
  right: 0.5rem;
}

.paragraph--color-blue.layout--onecol.view-mode--teaser .field--node-link a, .paragraph--color-blue.layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #002E56;
  color: #fff;
}

.paragraph--color-innovativeblue.layout--onecol.view-mode--teaser .field--node-link a, .paragraph--color-innovativeblue.layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #41D9F9;
  color: #fff;
}

.paragraph--color-light-blue.layout--onecol.view-mode--teaser .field--node-link a, .paragraph--color-light-blue.layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #41D9F9;
  color: #fff;
}

.paragraph--color-orange.layout--onecol.view-mode--teaser .field--node-link a, .paragraph--color-orange.layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #FF6700;
  color: #fff;
}

.paragraph--color-green.layout--onecol.view-mode--teaser .field--node-link a, .paragraph--color-green.layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #15EA75;
  color: #fff;
}

.paragraph--color-red.layout--onecol.view-mode--teaser .field--node-link a, .paragraph--color-red.layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #E72D43;
  color: #fff;
}

.paragraph--color-purple.layout--onecol.view-mode--teaser .field--node-link a, .paragraph--color-purple.layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #788EFE;
  color: #232525;
}

.paragraph--color-yellow.layout--onecol.view-mode--teaser .field--node-link a, .paragraph--color-yellow.layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #F9CB1F;
  color: #fff;
}

.paragraph--color-aqua.layout--onecol.view-mode--teaser .field--node-link a, .paragraph--color-aqua.layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #359EA6;
  color: #fff;
}

.paragraph--color-darkblue.layout--onecol.view-mode--teaser .field--node-link a, .paragraph--color-darkblue.layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #002E56;
  color: #fff;
}

.paragraph--color-oldgreen.layout--onecol.view-mode--teaser .field--node-link a, .paragraph--color-oldgreen.layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #67AE3E;
  color: #fff;
}

.paragraph--color-oldyellow.layout--onecol.view-mode--teaser .field--node-link a, .paragraph--color-oldyellow.layout--onecol.view-mode--teaser .field--node-link .anchor-like-button {
  background: #F1B821;
  color: #fff;
}

[class*=field--name-field-paragraphs].reorder-active .vito--paragraph-add-wrapper, [class*=field--name-field-paragraphs].reorder-active .paragraphs-dropbutton-wrapper, [class*=field--name-field-paragraphs].reorder-active .paragraphs-subform, [class*=field--name-field-paragraphs].reorder-active .paragraph {
  display: none !important;
}

[class*=field--name-field-paragraphs].reorder-active .draggable td {
  padding: 4px 0 !important;
  padding: 0.25rem 0 !important;
}

[class*=field--name-field-paragraphs].reorder-active .draggable:hover td {
  background: #fafafa;
}

[class*=field--name-field-paragraphs] tr.draggable:last-child .vito--paragraph-add-wrapper {
  display: none;
}

[class*=field--name-field-paragraphs] ul.dropbutton {
  border: none;
}

[class*=field--name-field-paragraphs] ul.dropbutton li {
  display: inline-block !important;
}

[class*=field--name-field-paragraphs] ul.dropbutton li.dropbutton-toggle {
  display: none !important;
}

[class*=field--name-field-paragraphs] .dropbutton-widget {
  background: transparent;
  border: none;
  padding: 0;
}

[class*=field--name-field-paragraphs] .ajax-progress {
  display: none !important;
}

.toolbar-icon {
  margin-bottom: 0 !important;
}

.dropbutton-multiple .dropbutton .dropbutton-action > * {
  margin: 0 0 0 4px;
  margin: 0 0 0 0.25rem;
}

.toolbar .toolbar-bar .home-toolbar-tab {
  display: block !important;
}

.toolbar .toolbar-icon-escape-admin:before {
  background-image: url(/../../../../core/themes/stable/images/core/icons/bebebe/house.svg);
}

#toolbar-administration {
  z-index: 9995;
  position: relative;
}

.field--name-field-banner-color label, .field--name-field-banner-color fieldset > legend, .field--name-field-intro-text-color label, .field--name-field-intro-text-color fieldset > legend {
  width: 160px;
  width: 10rem;
  float: left;
}

.vito--dark-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(35, 37, 37, 0.25);
  display: block;
  top: 0;
  left: 0;
  z-index: 99999;
}

.vito--admin-add-translation .region--header, .vito--admin-add-translation .region--content-top, .vito--admin-add-translation .footer, .vito--admin-translation .region--header, .vito--admin-translation .region--content-top, .vito--admin-translation .footer, .vito--admin-add .region--header, .vito--admin-add .region--content-top, .vito--admin-add .footer, .vito--admin-edit .region--header, .vito--admin-edit .region--content-top, .vito--admin-edit .footer, .vito--admin-add-page .region--header, .vito--admin-add-page .region--content-top, .vito--admin-add-page .footer {
  display: none !important;
}

.vito--admin-add-translation .content-region-wrapper, .vito--admin-translation .content-region-wrapper, .vito--admin-add .content-region-wrapper, .vito--admin-edit .content-region-wrapper, .vito--admin-add-page .content-region-wrapper {
  z-index: unset !important;
  margin-top: 0 !important;
}

.vito--admin-add-translation #site-wrapper, .vito--admin-translation #site-wrapper, .vito--admin-add #site-wrapper, .vito--admin-edit #site-wrapper, .vito--admin-add-page #site-wrapper {
  min-height: unset;
}

.vito--admin-translation .content-region-wrapper, .vito--admin-add .content-region-wrapper, .vito--admin-edit .content-region-wrapper {
  width: 100%;
  left: 0;
}

.vito--admin-translation .region--tabs, .vito--admin-add .region--tabs, .vito--admin-edit .region--tabs {
  position: relative;
  z-index: 10;
}

.vito--admin-translation .region--tabs + .row, .vito--admin-add .region--tabs + .row, .vito--admin-edit .region--tabs + .row {
  position: relative;
  z-index: 9;
}

.vito--admin-translation .node-form, .vito--admin-add .node-form, .vito--admin-edit .node-form {
  padding: 48px 0;
  padding: 3rem 0;
  display: none;
}

.vito--admin-translation .node-form .delta-order, .vito--admin-add .node-form .delta-order, .vito--admin-edit .node-form .delta-order {
  display: none;
}

.vito--admin-translation .node-form .filter-help, .vito--admin-add .node-form .filter-help, .vito--admin-edit .node-form .filter-help {
  display: none;
}

.vito--admin-translation .node-form .filter-wrapper, .vito--admin-add .node-form .filter-wrapper, .vito--admin-edit .node-form .filter-wrapper {
  margin-left: 160px;
  margin-left: 10rem;
}

.vito--admin-translation .node-form .vito--page-content, .vito--admin-add .node-form .vito--page-content, .vito--admin-edit .node-form .vito--page-content {
  border: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vito--admin-translation .node-form .vito--page-content > .details-wrapper, .vito--admin-add .node-form .vito--page-content > .details-wrapper, .vito--admin-edit .node-form .vito--page-content > .details-wrapper {
  padding: 0;
}

.vito--admin-translation .node-form .vito--page-content > summary, .vito--admin-add .node-form .vito--page-content > summary, .vito--admin-edit .node-form .vito--page-content > summary {
  display: none;
}

.vito--admin-translation .node-form .vito--sidebar-toggle-settings, .vito--admin-add .node-form .vito--sidebar-toggle-settings, .vito--admin-edit .node-form .vito--sidebar-toggle-settings {
  position: relative;
  width: 25%;
  float: right;
  position: fixed;
  top: 79px;
  top: 4.9375rem;
  right: 0;
  background: #393939 !important;
  height: 40px;
  height: 2.5rem;
  font-size: 0;
  z-index: 99999;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vito--admin-translation .node-form .vito--sidebar-toggle-settings:before, .vito--admin-add .node-form .vito--sidebar-toggle-settings:before, .vito--admin-edit .node-form .vito--sidebar-toggle-settings:before {
  content: "";
  display: block;
  background: #393939;
  box-shadow: 0px 1px 0 0 #464646;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 1px;
}

.vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings, .vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings {
  background: #2c2c2c;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  font-size: 16px;
  cursor: pointer;
}

.vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active, .vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active {
  background: #818181;
  position: relative;
  cursor: pointer;
}

.vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active:before, .vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active:after, .vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active:before, .vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active:after, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active:before, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active:after, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active:before, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active:after, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active:before, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active:after, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active:before, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active:after {
  content: "";
  display: block;
  border-left: 8px solid transparent;
  border-left: 0.5rem solid transparent;
  border-right: 8px solid transparent;
  border-right: 0.5rem solid transparent;
  width: 8px;
  width: 0.5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active:before, .vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active:before, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active:before, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active:before, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active:before, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active:before {
  border-top: 8px solid #393939;
  border-top: 0.5rem solid #393939;
  bottom: -9px;
  bottom: -0.5625rem;
}

.vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active:after, .vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active:after, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active:after, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active:after, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.active:after, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.active:after {
  border-top: 8px solid #818181;
  border-top: 0.5rem solid #818181;
  bottom: -8px;
  bottom: -0.5rem;
}

.vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.disabled, .vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.disabled, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.disabled, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.disabled, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings.disabled, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-paragraph-settings.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.vito--admin-translation .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings, .vito--admin-add .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings, .vito--admin-edit .node-form .vito--sidebar-toggle-settings .vito--sidebar-toggle-node-settings {
  box-shadow: inset 0.25rem 0 0.5rem -0.25rem #333;
}

.vito--admin-translation .node-form .vito--sidebar-node-settings, .vito--admin-add .node-form .vito--sidebar-node-settings, .vito--admin-edit .node-form .vito--sidebar-node-settings {
  right: 0;
  top: 146px;
  top: 9.125rem;
  bottom: 0;
  background: #393939;
}

.vito--admin-translation .node-form .vito--sidebar-node-settings > summary, .vito--admin-add .node-form .vito--sidebar-node-settings > summary, .vito--admin-edit .node-form .vito--sidebar-node-settings > summary {
  display: none;
}

.vito--admin-translation .node-form .vito--sidebar-node-settings > .details-wrapper > .form-wrapper + .form-wrapper, .vito--admin-add .node-form .vito--sidebar-node-settings > .details-wrapper > .form-wrapper + .form-wrapper, .vito--admin-edit .node-form .vito--sidebar-node-settings > .details-wrapper > .form-wrapper + .form-wrapper {
  position: relative;
  padding-top: 16px;
  padding-top: 1rem;
}

.vito--admin-translation .node-form .vito--sidebar-node-settings > .details-wrapper > .form-wrapper + .form-wrapper:before, .vito--admin-add .node-form .vito--sidebar-node-settings > .details-wrapper > .form-wrapper + .form-wrapper:before, .vito--admin-edit .node-form .vito--sidebar-node-settings > .details-wrapper > .form-wrapper + .form-wrapper:before {
  content: "";
  display: block;
  background: #2c2c2c;
  box-shadow: 0px 1px 0 0 #464646;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
}

.vito--admin-translation .node-form .paragraphs-subform .paragraphs-subform .vito--sidebar-paragraph-settings, .vito--admin-add .node-form .paragraphs-subform .paragraphs-subform .vito--sidebar-paragraph-settings, .vito--admin-edit .node-form .paragraphs-subform .paragraphs-subform .vito--sidebar-paragraph-settings {
  z-index: 999999;
}

.vito--admin-translation .node-form .paragraphs-subform .paragraphs-subform .paragraphs-subform .vito--sidebar-paragraph-settings, .vito--admin-add .node-form .paragraphs-subform .paragraphs-subform .paragraphs-subform .vito--sidebar-paragraph-settings, .vito--admin-edit .node-form .paragraphs-subform .paragraphs-subform .paragraphs-subform .vito--sidebar-paragraph-settings {
  z-index: 9999999;
}

.vito--admin-translation .node-form .vito--sidebar-paragraph-settings, .vito--admin-add .node-form .vito--sidebar-paragraph-settings, .vito--admin-edit .node-form .vito--sidebar-paragraph-settings {
  right: -480px;
  right: -30rem;
  bottom: 0;
  z-index: 99;
  background: #393939;
}

.vito--admin-translation .node-form .vito--sidebar-paragraph-settings.open, .vito--admin-add .node-form .vito--sidebar-paragraph-settings.open, .vito--admin-edit .node-form .vito--sidebar-paragraph-settings.open {
  right: 0;
  z-index: 99999;
}

.vito--admin-translation .node-form .vito--sidebar-paragraph-settings > summary, .vito--admin-add .node-form .vito--sidebar-paragraph-settings > summary, .vito--admin-edit .node-form .vito--sidebar-paragraph-settings > summary {
  display: none;
}

.vito--admin-translation .node-form .vito--sidebar-paragraph-settings > .details-wrapper > .form-wrapper + .form-wrapper, .vito--admin-add .node-form .vito--sidebar-paragraph-settings > .details-wrapper > .form-wrapper + .form-wrapper, .vito--admin-edit .node-form .vito--sidebar-paragraph-settings > .details-wrapper > .form-wrapper + .form-wrapper {
  position: relative;
  padding-top: 16px;
  padding-top: 1rem;
}

.vito--admin-translation .node-form .vito--sidebar-paragraph-settings > .details-wrapper > .form-wrapper + .form-wrapper:before, .vito--admin-add .node-form .vito--sidebar-paragraph-settings > .details-wrapper > .form-wrapper + .form-wrapper:before, .vito--admin-edit .node-form .vito--sidebar-paragraph-settings > .details-wrapper > .form-wrapper + .form-wrapper:before {
  content: "";
  display: block;
  background: #2c2c2c;
  box-shadow: 0px 1px 0 0 #464646;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
}

.vito--admin-translation .node-form .vito--sidebar-paragraph-settings .form-item, .vito--admin-add .node-form .vito--sidebar-paragraph-settings .form-item, .vito--admin-edit .node-form .vito--sidebar-paragraph-settings .form-item {
  display: block;
}

.vito--admin-translation .node-form .vito--sidebar-paragraph-settings label, .vito--admin-translation .node-form .vito--sidebar-paragraph-settings fieldset > legend, .vito--admin-add .node-form .vito--sidebar-paragraph-settings label, .vito--admin-add .node-form .vito--sidebar-paragraph-settings fieldset > legend, .vito--admin-edit .node-form .vito--sidebar-paragraph-settings label, .vito--admin-edit .node-form .vito--sidebar-paragraph-settings fieldset > legend {
  width: auto;
  display: block;
}

.vito--admin-translation .node-form .vito--sidebar-paragraph-settings-parent.open, .vito--admin-add .node-form .vito--sidebar-paragraph-settings-parent.open, .vito--admin-edit .node-form .vito--sidebar-paragraph-settings-parent.open {
  z-index: 99998;
}

.vito--admin-translation .node-form .vito--sidebar-settings, .vito--admin-add .node-form .vito--sidebar-settings, .vito--admin-edit .node-form .vito--sidebar-settings {
  width: 25%;
  float: right;
  position: fixed;
  top: 119px;
  top: 7.4375rem;
  border: none;
  color: #fff;
  margin: 0;
  padding: 16px 0 16px 32px;
  padding: 1rem 0 1rem 2rem;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: padding, margin, width, height;
  box-shadow: inset 0.25rem 0 0.5rem -0.25rem #333;
  z-index: 999;
}

.vito--admin-translation .node-form .vito--sidebar-settings > *, .vito--admin-add .node-form .vito--sidebar-settings > *, .vito--admin-edit .node-form .vito--sidebar-settings > * {
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vito--admin-translation .node-form .vito--sidebar-settings input, .vito--admin-translation .node-form .vito--sidebar-settings textarea, .vito--admin-translation .node-form .vito--sidebar-settings select, .vito--admin-add .node-form .vito--sidebar-settings input, .vito--admin-add .node-form .vito--sidebar-settings textarea, .vito--admin-add .node-form .vito--sidebar-settings select, .vito--admin-edit .node-form .vito--sidebar-settings input, .vito--admin-edit .node-form .vito--sidebar-settings textarea, .vito--admin-edit .node-form .vito--sidebar-settings select {
  color: black;
}

.vito--admin-translation .node-form .vito--sidebar-settings > .details-wrapper, .vito--admin-add .node-form .vito--sidebar-settings > .details-wrapper, .vito--admin-edit .node-form .vito--sidebar-settings > .details-wrapper {
  padding: 32px;
  padding: 2rem;
  position: absolute;
  top: 66px;
  top: 4.125rem;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}

.vito--admin-translation .node-form .vito--sidebar-settings > .details-wrapper::-webkit-scrollbar, .vito--admin-add .node-form .vito--sidebar-settings > .details-wrapper::-webkit-scrollbar, .vito--admin-edit .node-form .vito--sidebar-settings > .details-wrapper::-webkit-scrollbar {
  width: 10px;
  width: 0.625rem;
}

.vito--admin-translation .node-form .vito--sidebar-settings > .details-wrapper::-webkit-scrollbar-track, .vito--admin-add .node-form .vito--sidebar-settings > .details-wrapper::-webkit-scrollbar-track, .vito--admin-edit .node-form .vito--sidebar-settings > .details-wrapper::-webkit-scrollbar-track {
  background: #2c2c2c;
}

.vito--admin-translation .node-form .vito--sidebar-settings > .details-wrapper::-webkit-scrollbar-thumb, .vito--admin-add .node-form .vito--sidebar-settings > .details-wrapper::-webkit-scrollbar-thumb, .vito--admin-edit .node-form .vito--sidebar-settings > .details-wrapper::-webkit-scrollbar-thumb {
  background: #252525;
}

.vito--admin-translation .node-form .vito--sidebar-settings > .details-wrapper::-webkit-scrollbar-thumb:hover, .vito--admin-add .node-form .vito--sidebar-settings > .details-wrapper::-webkit-scrollbar-thumb:hover, .vito--admin-edit .node-form .vito--sidebar-settings > .details-wrapper::-webkit-scrollbar-thumb:hover {
  background: #202020;
}

.vito--admin-translation .node-form .vito--sidebar-settings .form-item, .vito--admin-add .node-form .vito--sidebar-settings .form-item, .vito--admin-edit .node-form .vito--sidebar-settings .form-item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.vito--admin-translation .node-form .vito--sidebar-settings .description, .vito--admin-add .node-form .vito--sidebar-settings .description, .vito--admin-edit .node-form .vito--sidebar-settings .description {
  color: #fff;
}

.vito--admin-translation .node-form .vito--sidebar-settings h4.label, .vito--admin-translation .node-form .vito--sidebar-settings .label.h4, .vito--admin-add .node-form .vito--sidebar-settings h4.label, .vito--admin-add .node-form .vito--sidebar-settings .label.h4, .vito--admin-edit .node-form .vito--sidebar-settings h4.label, .vito--admin-edit .node-form .vito--sidebar-settings .label.h4 {
  color: #fff;
  text-transform: none;
  font-size: 16px;
  line-height: 0;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
}

.vito--admin-translation .node-form th, .vito--admin-translation .node-form td, .vito--admin-add .node-form th, .vito--admin-add .node-form td, .vito--admin-edit .node-form th, .vito--admin-edit .node-form td {
  border: 0px none;
  font-weight: 400;
  padding: 0;
}

.vito--admin-translation .node-form h4.label, .vito--admin-translation .node-form .label.h4, .vito--admin-add .node-form h4.label, .vito--admin-add .node-form .label.h4, .vito--admin-edit .node-form h4.label, .vito--admin-edit .node-form .label.h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  text-transform: uppercase;
  display: inline-block;
}

.vito--admin-translation .node-form label button.link, .vito--admin-translation .node-form fieldset > legend button.link, .vito--admin-add .node-form label button.link, .vito--admin-add .node-form fieldset > legend button.link, .vito--admin-edit .node-form label button.link, .vito--admin-edit .node-form fieldset > legend button.link {
  font-weight: 400;
}

.vito--admin-translation .node-form .paragraph-type-title, .vito--admin-add .node-form .paragraph-type-title, .vito--admin-edit .node-form .paragraph-type-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
}

.vito--admin-translation .node-form .tabledrag-toggle-weight, .vito--admin-add .node-form .tabledrag-toggle-weight, .vito--admin-edit .node-form .tabledrag-toggle-weight {
  display: none;
}

.vito--admin-translation .node-form .field-multiple-drag, .vito--admin-add .node-form .field-multiple-drag, .vito--admin-edit .node-form .field-multiple-drag {
  width: 24px;
  width: 1.5rem;
}

.vito--admin-translation .node-form .field-multiple-drag .handle, .vito--admin-add .node-form .field-multiple-drag .handle, .vito--admin-edit .node-form .field-multiple-drag .handle {
  background: none !important;
  width: 24px;
  width: 1.5rem;
  height: 32px;
  height: 2rem;
  padding-left: 4px;
  padding-left: 0.25rem;
}

.vito--admin-translation .node-form .field-multiple-drag .handle:before, .vito--admin-add .node-form .field-multiple-drag .handle:before, .vito--admin-edit .node-form .field-multiple-drag .handle:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #dedede;
  font-size: 18px;
  font-size: 1.125rem;
}

.vito--admin-translation .node-form .field-multiple-drag .handle:hover:before, .vito--admin-add .node-form .field-multiple-drag .handle:hover:before, .vito--admin-edit .node-form .field-multiple-drag .handle:hover:before {
  color: #333;
}

.vito--admin-translation .node-form [id*=field-paragraphs-values], .vito--admin-translation .node-form [id*=field-paragraphs-secondary-values], .vito--admin-add .node-form [id*=field-paragraphs-values], .vito--admin-add .node-form [id*=field-paragraphs-secondary-values], .vito--admin-edit .node-form [id*=field-paragraphs-values], .vito--admin-edit .node-form [id*=field-paragraphs-secondary-values] {
  width: 100%;
  table-layout: fixed;
}

.vito--admin-translation .node-form [id*=field-paragraphs-values] > thead, .vito--admin-translation .node-form [id*=field-paragraphs-secondary-values] > thead, .vito--admin-add .node-form [id*=field-paragraphs-values] > thead, .vito--admin-add .node-form [id*=field-paragraphs-secondary-values] > thead, .vito--admin-edit .node-form [id*=field-paragraphs-values] > thead, .vito--admin-edit .node-form [id*=field-paragraphs-secondary-values] > thead {
  display: none;
}

.vito--admin-translation .node-form .field-label, .vito--admin-add .node-form .field-label, .vito--admin-edit .node-form .field-label {
  text-align: left;
}

.vito--admin-translation .node-form .form-type-checkbox input + label, .vito--admin-translation .node-form .form-type-checkbox fieldset > input + legend, .vito--admin-add .node-form .form-type-checkbox input + label, .vito--admin-add .node-form .form-type-checkbox fieldset > input + legend, .vito--admin-edit .node-form .form-type-checkbox input + label, .vito--admin-edit .node-form .form-type-checkbox fieldset > input + legend {
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.vito--admin-translation .node-form .form-type-checkbox input + label:before, .vito--admin-translation .node-form .form-type-checkbox fieldset > input + legend:before, .vito--admin-add .node-form .form-type-checkbox input + label:before, .vito--admin-add .node-form .form-type-checkbox fieldset > input + legend:before, .vito--admin-edit .node-form .form-type-checkbox input + label:before, .vito--admin-edit .node-form .form-type-checkbox fieldset > input + legend:before {
  content: "";
  background: #fff;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  display: block;
  margin-right: 8px;
  margin-right: 0.5rem;
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0;
  border-radius: 0.125rem;
}

.vito--admin-translation .node-form .form-type-checkbox input:checked + label:after, .vito--admin-translation .node-form .form-type-checkbox fieldset > input:checked + legend:after, .vito--admin-add .node-form .form-type-checkbox input:checked + label:after, .vito--admin-add .node-form .form-type-checkbox fieldset > input:checked + legend:after, .vito--admin-edit .node-form .form-type-checkbox input:checked + label:after, .vito--admin-edit .node-form .form-type-checkbox fieldset > input:checked + legend:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #333;
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  left: 1px;
  left: 0.0625rem;
  top: 6px;
  top: 0.375rem;
}

.vito--admin-translation .node-form .form-type-select .form-select-wrapper, .vito--admin-add .node-form .form-type-select .form-select-wrapper, .vito--admin-edit .node-form .form-type-select .form-select-wrapper {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
  padding: 8px;
  padding: 0.5rem;
  position: relative;
}

.vito--admin-translation .node-form .form-type-select .form-select-wrapper:after, .vito--admin-add .node-form .form-type-select .form-select-wrapper:after, .vito--admin-edit .node-form .form-type-select .form-select-wrapper:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 8px;
  margin-left: 0.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  top: 50%;
  margin-top: -8px;
  margin-top: -0.5rem;
  z-index: 0;
}

.vito--admin-translation .node-form .form-type-select .form-select-wrapper select, .vito--admin-add .node-form .form-type-select .form-select-wrapper select, .vito--admin-edit .node-form .form-type-select .form-select-wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  height: auto;
  padding: 0 20px 0 0;
  padding: 0 1.25rem 0 0;
  position: relative;
  z-index: 1;
}

.vito--admin-translation .node-form .form-actions, .vito--admin-add .node-form .form-actions, .vito--admin-edit .node-form .form-actions {
  padding: 14px 16px 16px 24px;
  padding: 0.875rem 1rem 1rem 1.5rem;
  position: fixed;
  right: 0;
  top: 120px;
  top: 7.5rem;
  width: 25%;
  z-index: 9999;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: inset 0.25rem 0 0.5rem -0.25rem #333;
  background: #393939;
}

.vito--admin-translation .node-form .form-actions:before, .vito--admin-add .node-form .form-actions:before, .vito--admin-edit .node-form .form-actions:before {
  content: "";
  display: block;
  background: #2c2c2c;
  box-shadow: 0px 1px 0 0 #464646;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vito--admin-translation .node-form .form-actions > * + *, .vito--admin-add .node-form .form-actions > * + *, .vito--admin-edit .node-form .form-actions > * + * {
  margin: 0 0 0 4px;
  margin: 0 0 0 0.25rem;
}

.vito--admin-translation .field--name-field-paragraphs .messages--warning, .vito--admin-translation .field--name-field-paragraphs-secondary .messages--warning, .vito--admin-add .field--name-field-paragraphs .messages--warning, .vito--admin-add .field--name-field-paragraphs-secondary .messages--warning, .vito--admin-edit .field--name-field-paragraphs .messages--warning, .vito--admin-edit .field--name-field-paragraphs-secondary .messages--warning {
  display: none;
}

.vito--admin-translation .field--name-field-paragraphs + .field--name-field-paragraphs-secondary, .vito--admin-add .field--name-field-paragraphs + .field--name-field-paragraphs-secondary, .vito--admin-edit .field--name-field-paragraphs + .field--name-field-paragraphs-secondary {
  margin-top: 48px;
  margin-top: 3rem;
  padding-top: 48px;
  padding-top: 3rem;
  border-top: 4px dashed #b5b5b5;
  border-top: 0.25rem dashed #b5b5b5;
}

.vito--admin-translation .paragraph-type-top .paragraphs-collapsed-description:after, .vito--admin-add .paragraph-type-top .paragraphs-collapsed-description:after, .vito--admin-edit .paragraph-type-top .paragraphs-collapsed-description:after {
  content: none;
}

.vito--admin-translation .paragraph-type-top .paragraphs-dropbutton-wrapper, .vito--admin-add .paragraph-type-top .paragraphs-dropbutton-wrapper, .vito--admin-edit .paragraph-type-top .paragraphs-dropbutton-wrapper {
  display: block;
  white-space: nowrap;
}

.vito--admin-translation .vito--paragraph-add-wrapper, .vito--admin-add .vito--paragraph-add-wrapper, .vito--admin-edit .vito--paragraph-add-wrapper {
  position: relative;
  margin: 8px 0 16px;
  margin: 0.5rem 0 1rem;
  text-align: center;
}

.vito--admin-translation .vito--paragraph-add-wrapper:before, .vito--admin-add .vito--paragraph-add-wrapper:before, .vito--admin-edit .vito--paragraph-add-wrapper:before {
  content: "";
  display: block;
  border-bottom: dashed 1px #dedede;
  box-shadow: 0px 1px 0 0 #fff;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: -1;
}

.vito--admin-translation .paragraphs-subform .vito--paragraph-add-wrapper, .vito--admin-add .paragraphs-subform .vito--paragraph-add-wrapper, .vito--admin-edit .paragraphs-subform .vito--paragraph-add-wrapper {
  display: none;
}

.vito--admin-translation .vito--paragraph-add-hover, .vito--admin-add .vito--paragraph-add-hover, .vito--admin-edit .vito--paragraph-add-hover {
  display: inline-block;
}

.vito--admin-translation .vito--paragraph-add-hover:hover ul, .vito--admin-add .vito--paragraph-add-hover:hover ul, .vito--admin-edit .vito--paragraph-add-hover:hover ul {
  display: block;
}

.vito--admin-translation .vito--paragraph-add-btn, .vito--admin-add .vito--paragraph-add-btn, .vito--admin-edit .vito--paragraph-add-btn {
  cursor: pointer;
  color: #002E56;
  background: #fff;
  border: 1px solid #dedede;
  margin: 8px 0;
  margin: 0.5rem 0;
  padding: 4px 8px 0 8px;
  padding: 0.25rem 0.5rem 0 0.5rem;
  border-radius: 50%;
}

.vito--admin-translation .vito--paragraph-reorder, .vito--admin-add .vito--paragraph-reorder, .vito--admin-edit .vito--paragraph-reorder {
  float: right;
  margin: 4px 4px 16px;
  margin: 0.25rem 0.25rem 1rem;
}

.vito--admin-translation .vito--paragraph-reorder-spacer, .vito--admin-add .vito--paragraph-reorder-spacer, .vito--admin-edit .vito--paragraph-reorder-spacer {
  width: 24px;
  width: 1.5rem;
}

.vito--admin-translation ul.vito--dropdown, .vito--admin-add ul.vito--dropdown, .vito--admin-edit ul.vito--dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  text-align: left;
  position: absolute;
  top: 44px;
  top: 2.75rem;
  box-shadow: 0.125rem 0.125rem 0.25rem #dedede;
  z-index: 99;
  border: 1px solid #dedede;
}

.vito--admin-translation ul.vito--dropdown li, .vito--admin-add ul.vito--dropdown li, .vito--admin-edit ul.vito--dropdown li {
  display: block;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.vito--admin-translation ul.vito--dropdown li:hover, .vito--admin-add ul.vito--dropdown li:hover, .vito--admin-edit ul.vito--dropdown li:hover {
  color: #fff;
  background: #001323;
}

.vito--admin-translation ul.vito--dropdown li + li, .vito--admin-add ul.vito--dropdown li + li, .vito--admin-edit ul.vito--dropdown li + li {
  border-top: 1px solid #dedede;
}

.vito--admin-translation .paragraphs-dropbutton-wrapper, .vito--admin-add .paragraphs-dropbutton-wrapper, .vito--admin-edit .paragraphs-dropbutton-wrapper {
  display: none;
}

.vito--admin-translation .paragraphs-dropbutton-wrapper.vito--open-modal, .vito--admin-add .paragraphs-dropbutton-wrapper.vito--open-modal, .vito--admin-edit .paragraphs-dropbutton-wrapper.vito--open-modal {
  position: fixed;
  display: block;
  top: 160px;
  top: 10rem;
  width: 720px;
  width: 45rem;
  background: #fff;
  padding: 64px 32px 32px;
  padding: 4rem 2rem 2rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  column-count: 3;
}

.vito--admin-translation .paragraphs-dropbutton-wrapper.vito--open-modal:before, .vito--admin-translation .paragraphs-dropbutton-wrapper.vito--open-modal:after, .vito--admin-add .paragraphs-dropbutton-wrapper.vito--open-modal:before, .vito--admin-add .paragraphs-dropbutton-wrapper.vito--open-modal:after, .vito--admin-edit .paragraphs-dropbutton-wrapper.vito--open-modal:before, .vito--admin-edit .paragraphs-dropbutton-wrapper.vito--open-modal:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.vito--admin-translation .paragraphs-dropbutton-wrapper.vito--open-modal:after, .vito--admin-add .paragraphs-dropbutton-wrapper.vito--open-modal:after, .vito--admin-edit .paragraphs-dropbutton-wrapper.vito--open-modal:after {
  background: #fff;
  position: absolute;
}

.vito--admin-translation .paragraphs-dropbutton-wrapper.vito--open-modal:before, .vito--admin-add .paragraphs-dropbutton-wrapper.vito--open-modal:before, .vito--admin-edit .paragraphs-dropbutton-wrapper.vito--open-modal:before {
  background: rgba(35, 37, 37, 0.25);
  position: fixed;
}

.vito--admin-translation .paragraphs-dropbutton-wrapper .dropbutton-widget, .vito--admin-add .paragraphs-dropbutton-wrapper .dropbutton-widget, .vito--admin-edit .paragraphs-dropbutton-wrapper .dropbutton-widget {
  padding-right: 0 !important;
}

.vito--admin-translation .paragraphs-dropbutton-wrapper .field-add-more-submit, .vito--admin-add .paragraphs-dropbutton-wrapper .field-add-more-submit, .vito--admin-edit .paragraphs-dropbutton-wrapper .field-add-more-submit {
  margin: 4px;
  margin: 0.25rem;
  width: 100%;
  height: 50px;
}

.vito--admin-translation .vito--minify-sidebar, .vito--admin-add .vito--minify-sidebar, .vito--admin-edit .vito--minify-sidebar {
  display: none;
}

.vito--admin-translation .vito--sidebar-toggle-settings .vito--minify-sidebar, .vito--admin-add .vito--sidebar-toggle-settings .vito--minify-sidebar, .vito--admin-edit .vito--sidebar-toggle-settings .vito--minify-sidebar {
  display: block !important;
  opacity: 1 !important;
  position: absolute;
  top: 54px;
  top: 3.375rem;
  left: -20px;
  left: -1.25rem;
  cursor: pointer;
  z-index: 99;
  background: #232525;
  color: #fff;
}

.vito--admin-translation .vito--sidebar-toggle-settings .vito--minify-sidebar:before, .vito--admin-add .vito--sidebar-toggle-settings .vito--minify-sidebar:before, .vito--admin-edit .vito--sidebar-toggle-settings .vito--minify-sidebar:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transition: all 0.2s ease-out;
  padding: 8px;
  padding: 0.5rem;
  font-weight: bold;
}

.vito--admin-translation:not(.vito--minified-sidebar) .vito--minify-sidebar:before, .vito--admin-add:not(.vito--minified-sidebar) .vito--minify-sidebar:before, .vito--admin-edit:not(.vito--minified-sidebar) .vito--minify-sidebar:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vito--admin-translation:not(.vito--minified-sidebar) .form-actions, .vito--admin-translation:not(.vito--minified-sidebar) .vito--sidebar-toggle-settings, .vito--admin-translation:not(.vito--minified-sidebar) .vito--sidebar-settings, .vito--admin-add:not(.vito--minified-sidebar) .form-actions, .vito--admin-add:not(.vito--minified-sidebar) .vito--sidebar-toggle-settings, .vito--admin-add:not(.vito--minified-sidebar) .vito--sidebar-settings, .vito--admin-edit:not(.vito--minified-sidebar) .form-actions, .vito--admin-edit:not(.vito--minified-sidebar) .vito--sidebar-toggle-settings, .vito--admin-edit:not(.vito--minified-sidebar) .vito--sidebar-settings {
  width: 64px;
  width: 4rem;
}

.vito--admin-translation:not(.vito--minified-sidebar) .vito--sidebar-toggle-settings > *:not(.vito--minify-sidebar):not(.form-actions), .vito--admin-translation:not(.vito--minified-sidebar) .vito--sidebar-settings > *:not(.vito--minify-sidebar):not(.form-actions), .vito--admin-add:not(.vito--minified-sidebar) .vito--sidebar-toggle-settings > *:not(.vito--minify-sidebar):not(.form-actions), .vito--admin-add:not(.vito--minified-sidebar) .vito--sidebar-settings > *:not(.vito--minify-sidebar):not(.form-actions), .vito--admin-edit:not(.vito--minified-sidebar) .vito--sidebar-toggle-settings > *:not(.vito--minify-sidebar):not(.form-actions), .vito--admin-edit:not(.vito--minified-sidebar) .vito--sidebar-settings > *:not(.vito--minify-sidebar):not(.form-actions) {
  opacity: 0 !important;
}

.vito--admin-translation:not(.vito--minified-sidebar) .vito--sidebar-toggle-node-settings, .vito--admin-translation:not(.vito--minified-sidebar) .vito--sidebar-toggle-paragraph-settings, .vito--admin-add:not(.vito--minified-sidebar) .vito--sidebar-toggle-node-settings, .vito--admin-add:not(.vito--minified-sidebar) .vito--sidebar-toggle-paragraph-settings, .vito--admin-edit:not(.vito--minified-sidebar) .vito--sidebar-toggle-node-settings, .vito--admin-edit:not(.vito--minified-sidebar) .vito--sidebar-toggle-paragraph-settings {
  display: none !important;
}

.vito--admin-translation:not(.vito--minified-sidebar) .form-actions, .vito--admin-translation:not(.vito--minified-sidebar) .vito--sidebar-settings, .vito--admin-add:not(.vito--minified-sidebar) .form-actions, .vito--admin-add:not(.vito--minified-sidebar) .vito--sidebar-settings, .vito--admin-edit:not(.vito--minified-sidebar) .form-actions, .vito--admin-edit:not(.vito--minified-sidebar) .vito--sidebar-settings {
  top: 79px;
  top: 4.9375rem;
}

.vito--admin-translation:not(.vito--minified-sidebar) .vito--sidebar-toggle-settings, .vito--admin-add:not(.vito--minified-sidebar) .vito--sidebar-toggle-settings, .vito--admin-edit:not(.vito--minified-sidebar) .vito--sidebar-toggle-settings {
  background: transparent;
}

.vito--admin-translation:not(.vito--minified-sidebar) .vito--sidebar-toggle-settings:before, .vito--admin-add:not(.vito--minified-sidebar) .vito--sidebar-toggle-settings:before, .vito--admin-edit:not(.vito--minified-sidebar) .vito--sidebar-toggle-settings:before {
  content: none;
}

.vito--admin-translation:not(.vito--minified-sidebar) .vito--paragraph-save-continue, .vito--admin-translation:not(.vito--minified-sidebar) .vito--paragraph-apply, .vito--admin-translation:not(.vito--minified-sidebar) #edit-delete-translation, .vito--admin-translation:not(.vito--minified-sidebar) #edit-save-edit, .vito--admin-translation:not(.vito--minified-sidebar) #edit-submit, .vito--admin-translation:not(.vito--minified-sidebar) #edit-delete, .vito--admin-add:not(.vito--minified-sidebar) .vito--paragraph-save-continue, .vito--admin-add:not(.vito--minified-sidebar) .vito--paragraph-apply, .vito--admin-add:not(.vito--minified-sidebar) #edit-delete-translation, .vito--admin-add:not(.vito--minified-sidebar) #edit-save-edit, .vito--admin-add:not(.vito--minified-sidebar) #edit-submit, .vito--admin-add:not(.vito--minified-sidebar) #edit-delete, .vito--admin-edit:not(.vito--minified-sidebar) .vito--paragraph-save-continue, .vito--admin-edit:not(.vito--minified-sidebar) .vito--paragraph-apply, .vito--admin-edit:not(.vito--minified-sidebar) #edit-delete-translation, .vito--admin-edit:not(.vito--minified-sidebar) #edit-save-edit, .vito--admin-edit:not(.vito--minified-sidebar) #edit-submit, .vito--admin-edit:not(.vito--minified-sidebar) #edit-delete {
  font-size: 0 !important;
  line-height: 0 !important;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  text-align: center;
}

.vito--admin-translation:not(.vito--minified-sidebar) .vito--paragraph-save-continue:before, .vito--admin-translation:not(.vito--minified-sidebar) .vito--paragraph-apply:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-delete-translation:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-save-edit:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-submit:before, .vito--admin-translation:not(.vito--minified-sidebar) #edit-delete:before, .vito--admin-add:not(.vito--minified-sidebar) .vito--paragraph-save-continue:before, .vito--admin-add:not(.vito--minified-sidebar) .vito--paragraph-apply:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-delete-translation:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-save-edit:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-submit:before, .vito--admin-add:not(.vito--minified-sidebar) #edit-delete:before, .vito--admin-edit:not(.vito--minified-sidebar) .vito--paragraph-save-continue:before, .vito--admin-edit:not(.vito--minified-sidebar) .vito--paragraph-apply:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-delete-translation:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-save-edit:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-submit:before, .vito--admin-edit:not(.vito--minified-sidebar) #edit-delete:before {
  margin-right: 0 !important;
}

.vito--admin-translation:not(.vito--minified-sidebar) .form-actions, .vito--admin-add:not(.vito--minified-sidebar) .form-actions, .vito--admin-edit:not(.vito--minified-sidebar) .form-actions {
  padding: 16px;
  padding: 1rem;
  padding: 54px 0 16px 23px;
  padding: 3.375rem 0 1rem 1.4375rem;
}

.vito--admin-translation:not(.vito--minified-sidebar) .form-actions > * + *, .vito--admin-add:not(.vito--minified-sidebar) .form-actions > * + *, .vito--admin-edit:not(.vito--minified-sidebar) .form-actions > * + * {
  margin: 4px 0 0 0;
  margin: 0.25rem 0 0 0;
}

.vito--admin-translation .vito--minified-sidebar .form-actions > * + *, .vito--admin-add .vito--minified-sidebar .form-actions > * + *, .vito--admin-edit .vito--minified-sidebar .form-actions > * + * {
  margin: 0 0 0 4px;
  margin: 0 0 0 0.25rem;
}

.vito--admin-translation .horizontal-tabs-pane, .vito--admin-add .horizontal-tabs-pane, .vito--admin-edit .horizontal-tabs-pane {
  padding: 0;
}

.vito--admin-translation .horizontal-tabs-pane > .details-wrapper, .vito--admin-add .horizontal-tabs-pane > .details-wrapper, .vito--admin-edit .horizontal-tabs-pane > .details-wrapper {
  padding: 0;
}

.vito--admin-translation .horizontal-tabs, .vito--admin-add .horizontal-tabs, .vito--admin-edit .horizontal-tabs {
  border: none;
}

.vito--admin-translation .horizontal-tabs .horizontal-tabs-list, .vito--admin-add .horizontal-tabs .horizontal-tabs-list, .vito--admin-edit .horizontal-tabs .horizontal-tabs-list {
  background: transparent;
  border: none;
  border-bottom: 2px solid #002E56;
}

.vito--admin-translation .horizontal-tabs .horizontal-tab-button, .vito--admin-add .horizontal-tabs .horizontal-tab-button, .vito--admin-edit .horizontal-tabs .horizontal-tab-button {
  border: none;
  background: #fff;
  border-radius: 0.125rem 0.125rem 0 0;
}

.vito--admin-translation .horizontal-tabs .horizontal-tab-button.selected, .vito--admin-add .horizontal-tabs .horizontal-tab-button.selected, .vito--admin-edit .horizontal-tabs .horizontal-tab-button.selected {
  background: #002E56;
}

.vito--admin-translation .horizontal-tabs .horizontal-tab-button.selected a, .vito--admin-translation .horizontal-tabs .horizontal-tab-button.selected .anchor-like-button, .vito--admin-add .horizontal-tabs .horizontal-tab-button.selected a, .vito--admin-add .horizontal-tabs .horizontal-tab-button.selected .anchor-like-button, .vito--admin-edit .horizontal-tabs .horizontal-tab-button.selected a, .vito--admin-edit .horizontal-tabs .horizontal-tab-button.selected .anchor-like-button {
  color: #fff;
}

.vito--admin-translation .horizontal-tabs .horizontal-tab-button a:hover, .vito--admin-translation .horizontal-tabs .horizontal-tab-button .anchor-like-button:hover, .vito--admin-add .horizontal-tabs .horizontal-tab-button a:hover, .vito--admin-add .horizontal-tabs .horizontal-tab-button .anchor-like-button:hover, .vito--admin-edit .horizontal-tabs .horizontal-tab-button a:hover, .vito--admin-edit .horizontal-tabs .horizontal-tab-button .anchor-like-button:hover {
  background: initial;
}

.vito--admin-translation .horizontal-tabs .horizontal-tab-button + .horizontal-tab-button, .vito--admin-add .horizontal-tabs .horizontal-tab-button + .horizontal-tab-button, .vito--admin-edit .horizontal-tabs .horizontal-tab-button + .horizontal-tab-button {
  margin-left: 2px;
  margin-left: 0.125rem;
}

.vito--admin-translation.toolbar-vertical, .vito--admin-add.toolbar-vertical, .vito--admin-edit.toolbar-vertical {
  margin-right: 64px;
  margin-right: 4rem;
}

.vito--admin-translation.toolbar-vertical .node-form .form-actions, .vito--admin-translation.toolbar-vertical .node-form .vito--sidebar-settings, .vito--admin-add.toolbar-vertical .node-form .form-actions, .vito--admin-add.toolbar-vertical .node-form .vito--sidebar-settings, .vito--admin-edit.toolbar-vertical .node-form .form-actions, .vito--admin-edit.toolbar-vertical .node-form .vito--sidebar-settings {
  top: 79px;
  top: 4.9375rem;
}

.vito--admin-translation.toolbar-vertical .node-form .vito--sidebar-toggle-settings, .vito--admin-add.toolbar-vertical .node-form .vito--sidebar-toggle-settings, .vito--admin-edit.toolbar-vertical .node-form .vito--sidebar-toggle-settings {
  top: 39px;
  top: 2.4375rem;
}

.vito--admin-translation.toolbar-vertical:not(.vito--minified-sidebar) .form-actions, .vito--admin-translation.toolbar-vertical:not(.vito--minified-sidebar) .vito--sidebar-settings, .vito--admin-add.toolbar-vertical:not(.vito--minified-sidebar) .form-actions, .vito--admin-add.toolbar-vertical:not(.vito--minified-sidebar) .vito--sidebar-settings, .vito--admin-edit.toolbar-vertical:not(.vito--minified-sidebar) .form-actions, .vito--admin-edit.toolbar-vertical:not(.vito--minified-sidebar) .vito--sidebar-settings {
  top: 39px;
  top: 2.4375rem;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs, .vito--admin-add .vito--sidebar-settings .vertical-tabs, .vito--admin-edit .vito--sidebar-settings .vertical-tabs {
  margin: 0;
  border: none;
}

.vito--admin-translation .vito--sidebar-settings .vert-tabs-menu, .vito--admin-add .vito--sidebar-settings .vert-tabs-menu, .vito--admin-edit .vito--sidebar-settings .vert-tabs-menu {
  background: #fff;
  color: #333;
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
  display: block;
  padding: 8px 20px 8px 8px;
  padding: 0.5rem 1.25rem 0.5rem 0.5rem;
  position: relative;
}

.vito--admin-translation .vito--sidebar-settings .vert-tabs-menu:after, .vito--admin-add .vito--sidebar-settings .vert-tabs-menu:after, .vito--admin-edit .vito--sidebar-settings .vert-tabs-menu:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 8px;
  margin-left: 0.5rem;
  position: absolute;
  top: 50%;
  right: 8px;
  right: 0.5rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.vito--admin-translation .vito--sidebar-settings .vert-tabs-menu:hover, .vito--admin-add .vito--sidebar-settings .vert-tabs-menu:hover, .vito--admin-edit .vito--sidebar-settings .vert-tabs-menu:hover {
  color: #333;
}

.vito--admin-translation .vito--sidebar-settings .vert-tabs-menu.open + .vertical-tabs__menu, .vito--admin-add .vito--sidebar-settings .vert-tabs-menu.open + .vertical-tabs__menu, .vito--admin-edit .vito--sidebar-settings .vert-tabs-menu.open + .vertical-tabs__menu {
  display: block;
  z-index: 99;
  position: absolute;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-left: 16px;
  margin-left: 1rem;
  width: auto;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu {
  float: none;
  width: 100%;
  margin: -8px 0 0;
  margin: -0.5rem 0 0;
  display: none;
  z-index: 99;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item {
  margin: 0;
  border: none;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item a, .vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item .anchor-like-button, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item a, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item .anchor-like-button, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item a, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item .anchor-like-button {
  display: block;
  color: #333;
  background: #fff;
  margin: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item a strong, .vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item .anchor-like-button strong, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item a strong, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item .anchor-like-button strong, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item a strong, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item .anchor-like-button strong {
  font-weight: 400;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item a:hover, .vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item .anchor-like-button:hover, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item a:hover, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item .anchor-like-button:hover, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item a:hover, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item .anchor-like-button:hover {
  color: #333;
  background: #818181;
  text-decoration: none;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item a:hover .vertical-tabs__menu-item-title, .vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item .anchor-like-button:hover .vertical-tabs__menu-item-title, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item a:hover .vertical-tabs__menu-item-title, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item .anchor-like-button:hover .vertical-tabs__menu-item-title, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item a:hover .vertical-tabs__menu-item-title, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item .anchor-like-button:hover .vertical-tabs__menu-item-title {
  text-decoration: none;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item + .vertical-tabs__menu-item, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item + .vertical-tabs__menu-item, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item + .vertical-tabs__menu-item {
  border-style: solid;
  border-width: 1px 0 0 0 !important;
  border-color: #dedede;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item.is-selected a, .vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item.is-selected .anchor-like-button, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item.is-selected a, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item.is-selected .anchor-like-button, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item.is-selected a, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item.is-selected .anchor-like-button {
  color: #fff;
  background: #393939;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item.is-selected a .vertical-tabs__menu-item-title, .vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item.is-selected .anchor-like-button .vertical-tabs__menu-item-title, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item.is-selected a .vertical-tabs__menu-item-title, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item.is-selected .anchor-like-button .vertical-tabs__menu-item-title, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item.is-selected a .vertical-tabs__menu-item-title, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item.is-selected .anchor-like-button .vertical-tabs__menu-item-title {
  color: #fff;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__menu-item-summary, .vito--admin-add .vito--sidebar-settings .vertical-tabs__menu-item-summary, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__menu-item-summary {
  display: none;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__panes, .vito--admin-add .vito--sidebar-settings .vertical-tabs__panes, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__panes {
  background: #464646;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__panes > .details-wrapper, .vito--admin-add .vito--sidebar-settings .vertical-tabs__panes > .details-wrapper, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__panes > .details-wrapper {
  padding: 16px;
  padding: 1rem;
}

.vito--admin-translation .vito--sidebar-settings .vertical-tabs__pane > .details-wrapper, .vito--admin-add .vito--sidebar-settings .vertical-tabs__pane > .details-wrapper, .vito--admin-edit .vito--sidebar-settings .vertical-tabs__pane > .details-wrapper {
  padding: 16px;
  padding: 1rem;
}

.vito--restore-paragraph, .vito--remove-paragraph, .vito--loading-paragraph, .vito--applying-paragraph, .vito--saving-paragraph {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  padding: 8px 8px 8px 48px;
  padding: 0.5rem 0.5rem 0.5rem 3rem;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  color: #fff;
  border-radius: 0.25rem;
  z-index: 999999;
}

.vito--restore-paragraph:before, .vito--remove-paragraph:before, .vito--loading-paragraph:before, .vito--applying-paragraph:before, .vito--saving-paragraph:before {
  content: "";
  animation: spin 0.3s infinite linear;
  background: url(/../images/loading-light.png) no-repeat center center;
  background-size: 65%;
  display: block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 50%;
  margin-top: -16px;
  margin-top: -1rem;
}

.vito--one-paragraph {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  color: #fff;
  border-radius: 0.25rem;
  z-index: 999999;
}

.vito--one-paragraph:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.vito--restore-paragraph, .vito--loading-paragraph {
  background: #002E56;
}

.vito--applying-paragraph, .vito--saving-paragraph {
  background: #83ba64;
}

.vito--remove-paragraph {
  background: #e2646b;
}

.vito--one-paragraph {
  background: #FF6700;
}

.field--widget-entity-browser-entity-reference button[id*=-entity-browser-open-modal--] {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.field--widget-entity-browser-entity-reference .ajax-progress + button, .field--widget-entity-browser-entity-reference button + button {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.field--widget-entity-browser-entity-reference > details {
  border: 0px none !important;
}

.field--widget-entity-browser-entity-reference > details > summary {
  padding: 0;
  width: 160px;
  width: 10rem;
  float: left;
  pointer-events: none;
}

.field--widget-entity-browser-entity-reference > details > summary .details-title {
  color: inherit;
  pointer-events: none;
}

.field--widget-entity-browser-entity-reference > details > .details-wrapper {
  padding: 0;
}

.field--widget-entity-browser-entity-reference > details .entities-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px -4px 16px 160px;
  margin: 1rem -0.25rem 1rem 10rem;
}

.field--widget-entity-browser-entity-reference > details .item-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #fff;
  margin: 4px;
  margin: 0.25rem;
  padding: 8px;
  padding: 0.5rem;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  border: 1px dashed #dedede !important;
}

.field--widget-entity-browser-entity-reference > details .item-container:hover {
  opacity: 1 !important;
  border-color: #232525 !important;
}

.field--widget-entity-browser-entity-reference > details .item-container:first-child:last-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 504px;
  max-width: 31.5rem;
  margin: 0;
}

.field--widget-entity-browser-entity-reference > details .item-container:first-child:last-child:hover {
  border-color: #dedede !important;
}

.field--widget-entity-browser-entity-reference > details .item-container > .media {
  margin-bottom: auto;
}

.field--widget-entity-browser-entity-reference .field--type-image {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.field--widget-entity-browser-entity-reference.field--name-field-banner-image .item-container {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 592px;
  max-width: 37rem;
}

.media-form button[id*=-crop-container-reset] {
  margin: 0;
}

.media-form .form-actions {
  padding: 0 !important;
  width: auto !important;
}

.media-form .image-widget {
  background: #f5f5f5;
  padding: 8px;
  padding: 0.5rem;
  border: 1px solid #dedede;
}

.media-form .image-preview {
  width: 30%;
  float: left;
}

.media-form .image-widget-data {
  width: 67%;
  float: right;
}

.media-form .image-widget-data > .file--image, .media-form .image-widget-data > .file-size, .media-form .image-widget-data > .messages {
  display: none;
}

.media-form .image-data__crop-wrapper {
  border: 0;
}

.media-form .image-data__crop-wrapper summary {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0;
}

.media-form .image-data__crop-wrapper summary:focus {
  outline: 0;
}

.media-form .image-data__crop-wrapper .details-wrapper {
  padding: 0;
}

.media-form .image-data__crop-wrapper .cropper-modal, .media-form .image-data__crop-wrapper .cropper-container {
  background: #fff;
}

.media-form .vertical-tabs {
  margin: 0;
  border: 0;
}

.media-form .vertical-tabs .vertical-tabs__menu {
  margin: 0;
  float: none;
  width: 100%;
  border: 0;
  display: -ms-flexbox;
  display: flex;
}

.media-form .vertical-tabs .vertical-tabs__menu-item {
  border: 0;
  background: transparent;
  display: inline-block;
}

.media-form .vertical-tabs .vertical-tabs__menu-item.is-selected {
  background: #fff;
}

.media-form .vertical-tabs .vertical-tabs__menu-item a:hover, .media-form .vertical-tabs .vertical-tabs__menu-item .anchor-like-button:hover {
  outline: 0;
  color: #232525;
}

.media-form .vertical-tabs .vertical-tabs__menu-item-summary {
  color: #818181;
  font-size: 14px;
  font-style: italic;
}

.media-form .vertical-tabs .vertical-tabs__panes {
  padding: 16px;
  padding: 1rem;
  background: #fff;
}

.media-form .vertical-tabs .vertical-tabs__panes summary {
  display: none;
}

.media-form > .form-type-vertical-tabs {
  display: none;
}

.ui-dialog {
  width: 960px !important;
  width: 60rem !important;
}

.ui-dialog .ui-dialog-titlebar {
  background: #002E56;
  color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
}

.ui-dialog .paragraphs-add-dialog-row {
  display: inline-block;
}

.ui-dialog .ajax-progress-throbber {
  display: none;
}

.ui-dialog .pager {
  padding: 0;
}

.ui-dialog .pager ul {
  padding: 0;
}

.ui-dialog .pager ul li {
  list-style: none;
  display: inline-block;
}

.ui-widget-overlay {
  background: rgba(35, 37, 37, 0.65);
  opacity: 1;
  z-index: 99999 !important;
}

.ui-widget.ui-widget-content {
  border: none;
  z-index: 100000 !important;
  border-radius: 0.25rem;
}

.vito--close-modal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #393939;
  text-align: right;
}

.vito--close-modal-close {
  color: #fff;
  cursor: pointer;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background: #464646;
  display: inline-block;
  font-weight: bold;
}

.vito--close-modal-close:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
}

td .ajax-new-content {
  margin: 4px 0;
  margin: 0.25rem 0;
}

table.field-multiple-table {
  width: 100%;
}

.edit-mode {
  position: relative;
  z-index: 999;
  background: #f5f5f5;
  border-radius: 0.25rem;
  padding: 8px;
  padding: 0.5rem;
  margin: 16px 0;
  margin: 1rem 0;
}

.edit-mode .vito--paragraph-add-wrapper {
  display: none;
}

.edit-mode .paragraph-type-top {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.edit-mode .paragraphs-subform:before {
  content: none;
}

.edit-overlay:after {
  content: "";
  background: rgba(35, 37, 37, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.vito--paragraph-add-paragraph {
  margin: 16px 24px;
  margin: 1rem 1.5rem;
}

.paragraphs-subform {
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
}

.paragraphs-subform:before {
  content: "";
  width: 4px;
  width: 0.25rem;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.paragraphs-subform .paragraphs-subform:before {
  background: rgba(0, 46, 86, 0.75);
}

.paragraphs-subform details {
  border: 1px solid #dedede;
}

.paragraphs-subform > div .form-item {
  display: table;
  width: 100%;
}

.paragraphs-subform > div .form-item > label, .paragraphs-subform > div fieldset.form-item > legend {
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  font-weight: 400;
  display: table-cell;
  vertical-align: top;
  width: 160px;
  width: 10rem;
}

.paragraphs-subform > div .form-item > input {
  display: table-cell;
  vertical-align: top;
}

.paragraphs-subform fieldset.form-item legend {
  float: left;
}

.paragraphs-subform fieldset.form-item > .fieldset-wrapper {
  display: table;
}

.paragraphs-subform fieldset.form-item .form-item {
  display: block;
  float: left;
  width: 48%;
}

.paragraphs-subform fieldset.form-item .form-item:nth-child(2n) {
  float: right;
}

.paragraphs-subform fieldset.form-item .form-item:nth-child(2n+3) {
  clear: left;
}

.paragraphs-subform .field--type-image details, .paragraphs-subform .field--type-file details {
  border: none;
}

.paragraphs-subform .field--type-image .details-title, .paragraphs-subform .field--type-file .details-title {
  color: #333;
}

.paragraphs-subform .field--type-image .image-widget, .paragraphs-subform .field--type-image .details-wrapper, .paragraphs-subform .field--type-file .image-widget, .paragraphs-subform .field--type-file .details-wrapper {
  background: #fff;
  border: 1px solid #dedede;
  padding: 16px;
  padding: 1rem;
}

.paragraphs-subform .field--type-image .image-widget, .paragraphs-subform .field--type-file .image-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraphs-subform .field--type-image .image-preview, .paragraphs-subform .field--type-file .image-preview {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.paragraphs-subform .field--type-image .image-widget-data, .paragraphs-subform .field--type-file .image-widget-data {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 16px;
  padding-left: 1rem;
}

.paragraphs-subform .field--type-image .image-widget-data .form-item, .paragraphs-subform .field--type-file .image-widget-data .form-item {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.paragraphs-subform .field--type-image .image-widget-data .form-item label, .paragraphs-subform .field--type-image .image-widget-data .form-item fieldset > legend, .paragraphs-subform .field--type-image .image-widget-data .form-item input, .paragraphs-subform .field--type-file .image-widget-data .form-item label, .paragraphs-subform .field--type-file .image-widget-data .form-item fieldset > legend, .paragraphs-subform .field--type-file .image-widget-data .form-item input {
  display: block;
}

.paragraphs-subform .field--type-image button[id*=-remove-button--], .paragraphs-subform .field--type-file button[id*=-remove-button--] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 none;
  color: #818181;
}

.paragraphs-subform .field--type-image button[id*=-remove-button--]:before, .paragraphs-subform .field--type-file button[id*=-remove-button--]:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 12px;
}

.paragraphs-subform .field--type-image button[id*=-remove-button--]:hover, .paragraphs-subform .field--type-file button[id*=-remove-button--]:hover {
  color: #333;
}

.paragraphs-subform .vito--sidebar-settings .field--type-image, .paragraphs-subform .vito--sidebar-settings .field--type-file {
  background: transparent;
}

.paragraphs-subform .vito--sidebar-settings .field--type-image a, .paragraphs-subform .vito--sidebar-settings .field--type-image .anchor-like-button, .paragraphs-subform .vito--sidebar-settings .field--type-image button, .paragraphs-subform .vito--sidebar-settings .field--type-file a, .paragraphs-subform .vito--sidebar-settings .field--type-file .anchor-like-button, .paragraphs-subform .vito--sidebar-settings .field--type-file button {
  color: #fff;
}

.paragraphs-subform .vito--sidebar-settings .field--type-image a:hover, .paragraphs-subform .vito--sidebar-settings .field--type-image .anchor-like-button:hover, .paragraphs-subform .vito--sidebar-settings .field--type-image button:hover, .paragraphs-subform .vito--sidebar-settings .field--type-file a:hover, .paragraphs-subform .vito--sidebar-settings .field--type-file .anchor-like-button:hover, .paragraphs-subform .vito--sidebar-settings .field--type-file button:hover {
  color: #fff;
}

.paragraphs-subform .vito--sidebar-settings .image-widget {
  background: transparent;
  border: none;
  padding: 0;
}

.paragraphs-subform .vito--sidebar-settings .image-widget .image-widget-data {
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.paragraphs-subform .vito--sidebar-settings .image-widget .form-text {
  width: 100%;
}

.node-form .paragraph {
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
}

.node-form .paragraph--type--section {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

.node-form .paragraph--type--section[class*=paragraph--separator-]:after {
  content: none !important;
}

.node-form .paragraph--type--testimonial-item:before {
  top: -16px;
  top: -1rem;
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
}

.node-form .field--name-field-paragraphs-left {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.region--toolbar {
  text-align: right;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
  display: none;
}

@media only screen and (min-width: 992px) {
  .region--toolbar {
    display: block;
  }
}
.region--toolbar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  display: block;
  background: -moz-linear-gradient(left, #fff 25%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #fff 25%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #ebebeb 25%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}

.region--toolbar .container {
  padding: 0;
}

.region--toolbar .block {
  display: inline-block;
}

.region--toolbar .block + .block {
  margin-left: 16px;
  margin-left: 1rem;
}

.region--header {
  background: #fff;
  border-bottom: 8px solid #002E56;
  border-bottom: 0.5rem solid #002E56;
}

.region-header-inner {
  padding: 8px 0;
  padding: 0.5rem 0;
  display: table;
  vertical-align: middle;
  width: 100%;
}

@media only screen and (min-width: 692px) {
  .region-header-inner {
    padding: 0.5rem 0 1.5rem;
  }
}
.region-header-inner .header-region-left, .region-header-inner .header-region-right {
  display: table-cell;
}

.region-header-inner .header-region-left {
  vertical-align: middle;
}

@media only screen and (min-width: 992px) {
  .region-header-inner .header-region-left {
    width: 20%;
  }
  .vito--show-site-title .region-header-inner .header-region-left {
    width: 35%;
  }
}
@media only screen and (min-width: 1292px) {
  .region-header-inner .header-region-left {
    vertical-align: bottom;
  }
}
.region-header-inner .header-region-right {
  width: 5%;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) {
  .region-header-inner .header-region-right {
    width: 80%;
  }
  .vito--show-site-title .region-header-inner .header-region-right {
    width: 65%;
  }
}
.vito--alternative-header .region--header {
  background: transparent;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 3;
  color: #fff;
}

.vito--alternative-header .region--content-top {
  margin-top: -128px;
  margin-top: -8rem;
  padding-top: 128px;
  padding-top: 8rem;
}

.vito--alternative-header .header-region-left, .vito--alternative-header .header-region-right {
  vertical-align: middle;
}

.vito--alternative-header.vito--no-banner-image:not(.vito--page-type-article) .region--header {
  background: #002E56;
}

.branding a, .branding .anchor-like-button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.vito--alternative-header .branding a, .vito--alternative-header .branding .anchor-like-button {
  color: #fff;
  width: auto;
}

.branding .site-logo {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.branding .site-logo img {
  display: block;
  object-fit: contain;
  max-width: 80px;
  max-width: 5rem;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 392px) {
  .branding .site-logo img {
    max-width: 8rem;
  }
}
@media only screen and (min-width: 692px) {
  .branding .site-logo img {
    max-width: 10rem;
    max-height: 10rem;
  }
  .minified .branding .site-logo img {
    max-width: 8rem;
    max-height: 4rem;
  }
}
.vito--alternative-header .minified .branding .site-logo img {
  max-width: 96px;
  max-width: 6rem;
}

.branding .site-name {
  display: none;
}

.vito--show-site-title .branding .site-name {
  display: block;
  text-transform: uppercase;
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 96px;
  left: 6rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 12px;
  line-height: 0.75rem;
}
.vito--show-site-title .branding .site-name .badge {
  text-transform: none;
}

@media only screen and (min-width: 392px) {
  .vito--show-site-title .branding .site-name {
    left: 9rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media only screen and (min-width: 692px) {
  .vito--show-site-title .branding .site-name {
    left: 11.875rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.vito--show-site-title .minified .branding .site-name {
  left: 144px;
  left: 9rem;
}

.branding .site-slogan {
  display: none;
}

@media only screen and (min-width: 692px) {
  .branding .site-slogan {
    display: block;
    text-transform: uppercase;
    color: #393939;
    font-weight: 600;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
.region--header #mobile-menu-anchor {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}

.vito--alternative-header .region--header #mobile-menu-anchor {
  color: #fff;
}

.region--header #mobile-menu-anchor:before {
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .region--header #mobile-menu-anchor {
    display: none;
  }
}
@media only screen and (min-width: 692px) {
  .vito--sticky-header .region--header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
  }
  .vito--sticky-header .region--header .region--toolbar {
    transition: all 0.2s ease-in-out;
    max-height: 12.5rem;
    overflow: hidden;
  }
  .vito--sticky-header .region--header .site-name {
    max-height: 20rem;
    transition: all 0.2s ease-in-out;
  }
  .vito--sticky-header .region--header.minified {
    border-bottom-width: 0.25rem;
  }
  .vito--sticky-header .region--header.minified .region--toolbar {
    max-height: 0;
    margin: 0;
    padding-top: 0;
  }
  .vito--sticky-header .region--header.minified .region-header-inner {
    padding-bottom: 0.5rem;
  }
  .vito--sticky-header .region--header.minified .header-region-right {
    vertical-align: middle;
  }
}
.vito--sticky-header.vito--show-site-title .region--header.minified .site-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  box-orient: vertical;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 16px;
  line-height: 1rem;
  max-height: 32px;
  max-height: 2rem;
  margin: 0;
}

.vito--sticky-header.vito--alternative-header .region--header.minified {
  background: #000;
  border-width: 0;
}

.vito--sticky-header.adminimal-admin-toolbar.toolbar-horizontal .region--header {
  top: 78px;
  top: 4.875rem;
}

.vito--sticky-header.adminimal-admin-toolbar.toolbar-vertical .region--header {
  top: 39px;
  top: 2.4375rem;
}

.block-vito-theme-icons {
  display: none !important;
}

.region--navigation-wrapper {
  display: table;
  width: 100%;
}

.region--navigation {
  display: table-cell;
}

.region--navigation .container {
  padding: 0;
}

.offcanvas .region--navigation .container {
  background: #393939;
}

@media only screen and (max-width: 991.99px) {
  .region--navigation {
    position: absolute;
    background: #393939;
    right: -16.25rem;
    width: 16.25rem;
    min-height: 100vh;
    top: 0;
    bottom: 0;
    box-shadow: inset 8px 0 16px -8px #232525;
    z-index: 99;
  }
}
@media only screen and (min-width: 992px) {
  .region--navigation {
    text-align: right;
    margin-left: 1rem;
    right: 0;
    height: auto !important;
  }
}
@media only screen and (min-width: 992px) {
  .region--navigation .block--language--dropdown {
    display: none;
  }
}
.region--navigation-right {
  display: none;
}

@media only screen and (min-width: 992px) {
  .region--navigation-right {
    display: table-cell;
    width: 5.75rem;
    text-align: right;
  }
  .region--navigation-right .container {
    padding: 0;
  }
}
.region--content-top {
  background-color: #fff;
}

.page-title-moved .region--content-top {
  background-color: transparent;
}

.vito--page-type-article .region---content-top-wrapper {
  display: table;
  width: 100%;
}

.region--sidebar {
  margin-top: 40px;
  margin-top: 2.5rem;
  z-index: 9;
}

@media only screen and (max-width: 691.99px) {
  .region--sidebar {
    margin-top: 0 !important;
  }
}
.region--sidebar nav h2, .region--sidebar nav .h2 {
  position: relative;
  margin: 0 16px -20px 0;
  margin: 0 1rem -1.25rem 0;
  display: table;
  color: #fff;
  background: #002E56;
  padding: 8px;
  padding: 0.5rem;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.region--sidebar nav h2 a, .region--sidebar nav h2 .anchor-like-button, .region--sidebar nav .h2 a, .region--sidebar nav .h2 .anchor-like-button {
  color: #fff !important;
}

.region--sidebar nav ul {
  padding-top: 28px;
  padding-top: 1.75rem;
  background: #fff;
  box-shadow: 0 0 0.25rem 0 #eaeaea;
}

.region--sidebar nav ul li {
  margin: 0;
}

.region--sidebar nav ul li a, .region--sidebar nav ul li .anchor-like-button {
  display: block;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
}

.region--sidebar nav ul li a.is-active, .region--sidebar nav ul li .is-active.anchor-like-button {
  color: #002E56;
}

.region--sidebar nav ul li + li {
  border-top: 1px solid #dedede;
}

.region--sidebar nav ul li ul {
  padding: 0 0 0 16px;
  padding: 0 0 0 1rem;
  box-shadow: none;
}

.region--sidebar nav ul li ul li a, .region--sidebar nav ul li ul li .anchor-like-button {
  position: relative;
  padding-left: 40px;
  padding-left: 2.5rem;
}

.region--sidebar nav ul li ul li a:before, .region--sidebar nav ul li ul li .anchor-like-button:before {
  content: "";
  position: absolute;
  margin-top: -1px;
  top: 50%;
  left: 16px;
  left: 1rem;
  width: 12px;
  width: 0.75rem;
  height: 1px;
  display: block;
  background: #dedede;
}

.region--sidebar nav ul li ul li + li {
  border-top: 0;
}

.footer {
  margin-top: 48px;
  margin-top: 3rem;
  z-index: 9;
}

@media only screen and (min-width: 692px) {
  .js .footer {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
  }
}
.region--footer-cta {
  position: relative;
  text-align: center;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  overflow: hidden;
}

.region--footer-cta:before {
  content: "";
  background: #001323;
  display: block;
  position: absolute;
  top: 32px;
  top: 2rem;
  right: -50vw;
  bottom: 0;
  left: -50vw;
  z-index: -1;
}

.vito--dark-footer .region--footer-cta:before {
  background: #232525;
}

.region--footer-cta .region {
  background: #fff;
  padding: 32px 16px;
  padding: 2rem 1rem;
  text-align: center;
}

@media only screen and (min-width: 692px) {
  .region--footer-cta .region {
    padding: 2rem;
  }
}
.region--footer-cta .region + .region {
  margin-top: 16px;
  margin-top: 1rem;
}

@media only screen and (min-width: 692px) {
  .region--footer-cta .region + .region {
    margin-top: 0;
  }
}
@media only screen and (min-width: 692px) {
  .region--footer-cta > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .region--footer-cta > .container .region {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    margin: 0 3% 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .region--footer-cta > .container .region {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
    margin: 0 1.5%;
  }
}
.region--footer-cta > .container .container {
  padding: 0;
}

.region--footer-cta h2, .region--footer-cta .h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

.region--footer-full-width {
  background: #001323;
  color: #fff;
  padding: 32px 0;
  padding: 2rem 0;
}

.vito--dark-footer .region--footer-full-width {
  background: #232525;
}

.region--footer-full-width h2, .region--footer-full-width .h2, .region--footer-full-width h3, .region--footer-full-width .h3, .region--footer-full-width h4, .region--footer-full-width .h4, .region--footer-full-width a, .region--footer-full-width .anchor-like-button {
  color: #fff;
}

.region--footer-full-width a, .region--footer-full-width .anchor-like-button {
  text-decoration: underline;
}

.region--footer {
  background: #001323;
  color: #fff;
  padding: 32px 0;
  padding: 2rem 0;
}

.vito--dark-footer .region--footer {
  background: #232525;
}

.region--footer h2, .region--footer .h2, .region--footer h3, .region--footer .h3 {
  color: #fff;
  text-transform: uppercase;
}

.region--footer h2, .region--footer .h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

.region--footer a, .region--footer .anchor-like-button {
  color: #fff;
  text-decoration: underline;
}

.region--footer a:hover, .region--footer .anchor-like-button:hover {
  text-decoration: none;
}

@media only screen and (min-width: 692px) {
  .region--footer .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .region--footer .container .block {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    margin: 1rem 3%;
  }
}
@media only screen and (min-width: 992px) {
  .region--footer .container .block {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
    margin: 1rem 1.5%;
  }
}
.region--footer-bottom {
  background: #001323;
  position: relative;
  padding: 16px 0;
  padding: 1rem 0;
  color: #fff;
}

.region--footer-bottom:before {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.vito--dark-footer .region--footer-bottom {
  background: #232525;
}

.region--footer-bottom a, .region--footer-bottom .anchor-like-button {
  color: #fff;
  text-decoration: underline;
}

.region--footer-bottom a:hover, .region--footer-bottom .anchor-like-button:hover {
  text-decoration: none;
}

.vito--page-type-article.banner-background-dark .region--content-top {
  background-color: #232525;
}

.vito--page-type-article.banner-background-dark .region--content-top:before {
  background: rgba(35, 37, 37, 0.75);
}

.vito--page-type-article.banner-background-blue .region--content-top {
  background-color: #002E56;
}

.vito--page-type-article.banner-background-blue .region--content-top:before {
  background: rgba(0, 46, 86, 0.75);
}

.vito--page-type-article.banner-background-innovativeblue .region--content-top {
  background-color: #41D9F9;
}

.vito--page-type-article.banner-background-innovativeblue .region--content-top:before {
  background: rgba(65, 217, 249, 0.75);
}

.vito--page-type-article.banner-background-light-blue .region--content-top {
  background-color: #41D9F9;
}

.vito--page-type-article.banner-background-light-blue .region--content-top:before {
  background: rgba(65, 217, 249, 0.75);
}

.vito--page-type-article.banner-background-orange .region--content-top {
  background-color: #FF6700;
}

.vito--page-type-article.banner-background-orange .region--content-top:before {
  background: rgba(255, 103, 0, 0.75);
}

.vito--page-type-article.banner-background-white .region--content-top {
  background-color: #fff;
}

.vito--page-type-article.banner-background-white .region--content-top:before {
  background: rgba(255, 255, 255, 0.75);
}

.vito--page-type-article.banner-background-green .region--content-top {
  background-color: #15EA75;
}

.vito--page-type-article.banner-background-green .region--content-top:before {
  background: rgba(21, 234, 117, 0.75);
}

.vito--page-type-article.banner-background-red .region--content-top {
  background-color: #E72D43;
}

.vito--page-type-article.banner-background-red .region--content-top:before {
  background: rgba(231, 45, 67, 0.75);
}

.vito--page-type-article.banner-background-purple .region--content-top {
  background-color: #788EFE;
}

.vito--page-type-article.banner-background-purple .region--content-top:before {
  background: rgba(120, 142, 254, 0.75);
}

.vito--page-type-article.banner-background-yellow .region--content-top {
  background-color: #F9CB1F;
}

.vito--page-type-article.banner-background-yellow .region--content-top:before {
  background: rgba(249, 203, 31, 0.75);
}

.vito--page-type-article.banner-background-aqua .region--content-top {
  background-color: #359EA6;
}

.vito--page-type-article.banner-background-aqua .region--content-top:before {
  background: rgba(53, 158, 166, 0.75);
}

.vito--page-type-article.banner-background-darkblue .region--content-top {
  background-color: #002E56;
}

.vito--page-type-article.banner-background-darkblue .region--content-top:before {
  background: rgba(0, 46, 86, 0.75);
}

.vito--page-type-article.banner-background-oldgreen .region--content-top {
  background-color: #67AE3E;
}

.vito--page-type-article.banner-background-oldgreen .region--content-top:before {
  background: rgba(103, 174, 62, 0.75);
}

.vito--page-type-article.banner-background-oldyellow .region--content-top {
  background-color: #F1B821;
}

.vito--page-type-article.banner-background-oldyellow .region--content-top:before {
  background: rgba(241, 184, 33, 0.75);
}

.vito--page-type-article .region--header {
  border: none;
}

.vito--page-type-article .region--content-top {
  padding-bottom: 64px !important;
  padding-bottom: 4rem !important;
  background-color: #002E56;
}

.vito--page-type-article .region--content-top .block {
  position: relative;
}

.vito--page-type-article .region--content-top .block-vito-introtext {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.vito--page-type-article .region--content-top .block-vito-introtext, .vito--page-type-article .region--content-top .page-title {
  color: #fff;
}

@media only screen and (min-width: 692px) {
  .vito--page-type-article .region--content-top .block-vito-introtext, .vito--page-type-article .region--content-top .page-title {
    padding: 3rem 0;
    display: table-cell;
    width: 50%;
  }
}
@media only screen and (min-width: 692px) {
  .vito--page-type-article .region--content-top .page-title {
    vertical-align: bottom;
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.vito--page-type-article .region--content-top .page-title:after {
  content: none;
}

.vito--page-type-article .content-region-wrapper, .vito--page-type-article .region--sidebar {
  position: relative;
  z-index: 2;
}

.vito--page-type-article .content-region-wrapper {
  margin-top: -56px;
  margin-top: -3.5rem;
}

@media only screen and (min-width: 692px) {
  .vito--page-type-article .content-region-wrapper {
    margin-top: -6.5rem;
  }
}
.vito--page-type-article .region--sidebar {
  margin-top: -84px;
  margin-top: -5.25rem;
}

.vito--page-type-article.page-hide-page-title .block-vito-introtext {
  display: block;
}

.node--type-article.node--view-mode-full.vito--reset-padding-top .node__content > .field--paragraphs {
  padding-top: 0;
}

.node--type-article.node--view-mode-full.vito--reset-padding-bottom .node__content > .field--paragraphs {
  padding-bottom: 0;
}

.node--type-article.node--view-mode-full .node__content > .field--paragraphs {
  background: #fff;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  overflow: hidden;
}

@media only screen and (min-width: 692px) {
  .node--type-article.node--view-mode-full .node__content > .field--paragraphs {
    padding: 2rem 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-article.node--view-mode-full .node__content > .field--paragraphs {
    padding: 3rem 6rem;
  }
}
.node--type-article.node--view-mode-full .field--paragraphs .paragraph--type--testimonial-item, .node--type-article.node--view-mode-full .field--paragraphs .paragraph--type--download-item, .node--type-article.node--view-mode-full .field--paragraphs .node--type-contact.node--view-mode-teaser {
  background: #f5f5f5;
}

.node--type-article.node--view-mode-full .field--paragraphs .paragraph:first-child {
  margin-top: 0 !important;
}

.node--type-article.node--view-mode-full .field--paragraphs .paragraph:last-child {
  margin-bottom: 0 !important;
}

.paragraph {
  position: relative;
  margin: 40px 0;
  margin: 2.5rem 0;
}

.paragraph .field--title {
  display: inline-block;
  color: #fff;
  background: #002E56;
  padding: 8px !important;
  padding: 0.5rem !important;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.paragraph[class*=background--] {
  margin-right: -20vw;
  margin-left: -20vw;
  padding: 32px 20vw;
  padding: 2rem 20vw;
}

.paragraph[class*=background--] + [class*=background--] {
  margin-top: -40px;
  margin-top: -2.5rem;
}

.paragraph[class*=background--]:first-child {
  margin-top: 0;
}

.vito--reset-padding-bottom .paragraph[class*=background-]:last-child {
  margin-bottom: 0;
}

.paragraph[class*=background--dark] {
  background: #232525;
  color: #fff;
}

.paragraph[class*=background--dark] h2, .paragraph[class*=background--dark] .h2, .paragraph[class*=background--dark] h3, .paragraph[class*=background--dark] .h3, .paragraph[class*=background--dark] h4, .paragraph[class*=background--dark] .h4, .paragraph[class*=background--dark] a, .paragraph[class*=background--dark] .anchor-like-button {
  color: #fff;
}

.paragraph[class*=background--dark].paragraph--type--text {
  color: #fff;
}

.paragraph[class*=background--dark].paragraph--type--text a, .paragraph[class*=background--dark].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
  color: #fff;
}

.paragraph[class*=background--dark] .field--image-description {
  color: #fff;
}

.paragraph[class*=background--blue] {
  background: #002E56;
  color: #fff;
}

.paragraph[class*=background--blue] h2, .paragraph[class*=background--blue] .h2, .paragraph[class*=background--blue] h3, .paragraph[class*=background--blue] .h3, .paragraph[class*=background--blue] h4, .paragraph[class*=background--blue] .h4, .paragraph[class*=background--blue] a, .paragraph[class*=background--blue] .anchor-like-button {
  color: #fff;
}

.paragraph[class*=background--blue].paragraph--type--text {
  color: #fff;
}

.paragraph[class*=background--blue].paragraph--type--text a, .paragraph[class*=background--blue].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
  color: #fff;
}

.paragraph[class*=background--blue] .field--image-description {
  color: #fff;
}

.paragraph[class*=background--innovativeblue] {
  background: #41D9F9;
  color: #fff;
}

.paragraph[class*=background--innovativeblue] h2, .paragraph[class*=background--innovativeblue] .h2, .paragraph[class*=background--innovativeblue] h3, .paragraph[class*=background--innovativeblue] .h3, .paragraph[class*=background--innovativeblue] h4, .paragraph[class*=background--innovativeblue] .h4, .paragraph[class*=background--innovativeblue] a, .paragraph[class*=background--innovativeblue] .anchor-like-button {
  color: #fff;
}

.paragraph[class*=background--innovativeblue].paragraph--type--text {
  color: #fff;
}

.paragraph[class*=background--innovativeblue].paragraph--type--text a, .paragraph[class*=background--innovativeblue].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
  color: #fff;
}

.paragraph[class*=background--innovativeblue] .field--image-description {
  color: #fff;
}

.paragraph[class*=background--light-blue] {
  background: #41D9F9;
  color: #fff;
}

.paragraph[class*=background--light-blue] h2, .paragraph[class*=background--light-blue] .h2, .paragraph[class*=background--light-blue] h3, .paragraph[class*=background--light-blue] .h3, .paragraph[class*=background--light-blue] h4, .paragraph[class*=background--light-blue] .h4, .paragraph[class*=background--light-blue] a, .paragraph[class*=background--light-blue] .anchor-like-button {
  color: #fff;
}

.paragraph[class*=background--light-blue].paragraph--type--text {
  color: #fff;
}

.paragraph[class*=background--light-blue].paragraph--type--text a, .paragraph[class*=background--light-blue].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
  color: #fff;
}

.paragraph[class*=background--light-blue] .field--image-description {
  color: #fff;
}

.paragraph[class*=background--orange] {
  background: #FF6700;
  color: #fff;
}

.paragraph[class*=background--orange] h2, .paragraph[class*=background--orange] .h2, .paragraph[class*=background--orange] h3, .paragraph[class*=background--orange] .h3, .paragraph[class*=background--orange] h4, .paragraph[class*=background--orange] .h4, .paragraph[class*=background--orange] a, .paragraph[class*=background--orange] .anchor-like-button {
  color: #fff;
}

.paragraph[class*=background--orange].paragraph--type--text {
  color: #fff;
}

.paragraph[class*=background--orange].paragraph--type--text a, .paragraph[class*=background--orange].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
  color: #fff;
}

.paragraph[class*=background--orange] .field--image-description {
  color: #fff;
}

.paragraph[class*=background--white] {
  background: #fff;
}

.paragraph[class*=background--white].paragraph--type--text {
  color: #232525;
}

.paragraph[class*=background--white].paragraph--type--text a, .paragraph[class*=background--white].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
}

.paragraph[class*=background--white] .field--image-description {
  color: #232525;
}

.paragraph[class*=background--green] {
  background: #15EA75;
  color: #fff;
}

.paragraph[class*=background--green] h2, .paragraph[class*=background--green] .h2, .paragraph[class*=background--green] h3, .paragraph[class*=background--green] .h3, .paragraph[class*=background--green] h4, .paragraph[class*=background--green] .h4, .paragraph[class*=background--green] a, .paragraph[class*=background--green] .anchor-like-button {
  color: #fff;
}

.paragraph[class*=background--green].paragraph--type--text {
  color: #fff;
}

.paragraph[class*=background--green].paragraph--type--text a, .paragraph[class*=background--green].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
  color: #fff;
}

.paragraph[class*=background--green] .field--image-description {
  color: #fff;
}

.paragraph[class*=background--red] {
  background: #E72D43;
  color: #fff;
}

.paragraph[class*=background--red] h2, .paragraph[class*=background--red] .h2, .paragraph[class*=background--red] h3, .paragraph[class*=background--red] .h3, .paragraph[class*=background--red] h4, .paragraph[class*=background--red] .h4, .paragraph[class*=background--red] a, .paragraph[class*=background--red] .anchor-like-button {
  color: #fff;
}

.paragraph[class*=background--red].paragraph--type--text {
  color: #fff;
}

.paragraph[class*=background--red].paragraph--type--text a, .paragraph[class*=background--red].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
  color: #fff;
}

.paragraph[class*=background--red] .field--image-description {
  color: #fff;
}

.paragraph[class*=background--purple] {
  background: #788EFE;
}

.paragraph[class*=background--purple].paragraph--type--text {
  color: #232525;
}

.paragraph[class*=background--purple].paragraph--type--text a, .paragraph[class*=background--purple].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
}

.paragraph[class*=background--purple] .field--image-description {
  color: #232525;
}

.paragraph[class*=background--yellow] {
  background: #F9CB1F;
  color: #fff;
}

.paragraph[class*=background--yellow] h2, .paragraph[class*=background--yellow] .h2, .paragraph[class*=background--yellow] h3, .paragraph[class*=background--yellow] .h3, .paragraph[class*=background--yellow] h4, .paragraph[class*=background--yellow] .h4, .paragraph[class*=background--yellow] a, .paragraph[class*=background--yellow] .anchor-like-button {
  color: #fff;
}

.paragraph[class*=background--yellow].paragraph--type--text {
  color: #fff;
}

.paragraph[class*=background--yellow].paragraph--type--text a, .paragraph[class*=background--yellow].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
  color: #fff;
}

.paragraph[class*=background--yellow] .field--image-description {
  color: #fff;
}

.paragraph[class*=background--aqua] {
  background: #359EA6;
  color: #fff;
}

.paragraph[class*=background--aqua] h2, .paragraph[class*=background--aqua] .h2, .paragraph[class*=background--aqua] h3, .paragraph[class*=background--aqua] .h3, .paragraph[class*=background--aqua] h4, .paragraph[class*=background--aqua] .h4, .paragraph[class*=background--aqua] a, .paragraph[class*=background--aqua] .anchor-like-button {
  color: #fff;
}

.paragraph[class*=background--aqua].paragraph--type--text {
  color: #fff;
}

.paragraph[class*=background--aqua].paragraph--type--text a, .paragraph[class*=background--aqua].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
  color: #fff;
}

.paragraph[class*=background--aqua] .field--image-description {
  color: #fff;
}

.paragraph[class*=background--darkblue] {
  background: #002E56;
  color: #fff;
}

.paragraph[class*=background--darkblue] h2, .paragraph[class*=background--darkblue] .h2, .paragraph[class*=background--darkblue] h3, .paragraph[class*=background--darkblue] .h3, .paragraph[class*=background--darkblue] h4, .paragraph[class*=background--darkblue] .h4, .paragraph[class*=background--darkblue] a, .paragraph[class*=background--darkblue] .anchor-like-button {
  color: #fff;
}

.paragraph[class*=background--darkblue].paragraph--type--text {
  color: #fff;
}

.paragraph[class*=background--darkblue].paragraph--type--text a, .paragraph[class*=background--darkblue].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
  color: #fff;
}

.paragraph[class*=background--darkblue] .field--image-description {
  color: #fff;
}

.paragraph[class*=background--oldgreen] {
  background: #67AE3E;
  color: #fff;
}

.paragraph[class*=background--oldgreen] h2, .paragraph[class*=background--oldgreen] .h2, .paragraph[class*=background--oldgreen] h3, .paragraph[class*=background--oldgreen] .h3, .paragraph[class*=background--oldgreen] h4, .paragraph[class*=background--oldgreen] .h4, .paragraph[class*=background--oldgreen] a, .paragraph[class*=background--oldgreen] .anchor-like-button {
  color: #fff;
}

.paragraph[class*=background--oldgreen].paragraph--type--text {
  color: #fff;
}

.paragraph[class*=background--oldgreen].paragraph--type--text a, .paragraph[class*=background--oldgreen].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
  color: #fff;
}

.paragraph[class*=background--oldgreen] .field--image-description {
  color: #fff;
}

.paragraph[class*=background--oldyellow] {
  background: #F1B821;
  color: #fff;
}

.paragraph[class*=background--oldyellow] h2, .paragraph[class*=background--oldyellow] .h2, .paragraph[class*=background--oldyellow] h3, .paragraph[class*=background--oldyellow] .h3, .paragraph[class*=background--oldyellow] h4, .paragraph[class*=background--oldyellow] .h4, .paragraph[class*=background--oldyellow] a, .paragraph[class*=background--oldyellow] .anchor-like-button {
  color: #fff;
}

.paragraph[class*=background--oldyellow].paragraph--type--text {
  color: #fff;
}

.paragraph[class*=background--oldyellow].paragraph--type--text a, .paragraph[class*=background--oldyellow].paragraph--type--text .anchor-like-button {
  text-decoration: underline;
  color: #fff;
}

.paragraph[class*=background--oldyellow] .field--image-description {
  color: #fff;
}

.paragraph[data-size] .field__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph[data-size] .field__items:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media only screen and (min-width: 692px) {
  .paragraph[data-size] .field__items {
    margin: 0 -1.25rem;
  }
}
.paragraph[data-size] .field__item {
  padding: 20px;
  padding: 1.25rem;
}

.paragraph[data-size] .field__item .field__item {
  width: 100%;
  float: none;
  -ms-flex: none;
  flex: none;
  padding: 0;
}

.paragraph[data-size]:not(.paragraph--slider) .vito--paragraph--slider-container > .field__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph[data-size="1"] .field__items > .field__item {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1292px) {
  .paragraph[data-size="1"] .field__items > .field__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .paragraph[data-size="1"] .field__items > .field__item:nth-child(1n+2) {
    clear: both;
  }
}
.paragraph[data-size="2"] .field__items > .field__item {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 692px) {
  .paragraph[data-size="2"] .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .paragraph[data-size="2"] .field__items > .field__item:nth-child(2n+3) {
    clear: both;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph[data-size="2"] .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .paragraph[data-size="2"] .field__items > .field__item:nth-child(2n+3) {
    clear: both;
  }
}
.paragraph[data-size="3"] .field__items > .field__item {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 692px) {
  .paragraph[data-size="3"] .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .paragraph[data-size="3"] .field__items > .field__item:nth-child(3n+4) {
    clear: both;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph[data-size="3"] .field__items > .field__item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .paragraph[data-size="3"] .field__items > .field__item:nth-child(3n+4) {
    clear: both;
  }
}
.paragraph[data-size="4"] .field__items > .field__item {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 692px) {
  .paragraph[data-size="4"] .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .paragraph[data-size="4"] .field__items > .field__item:nth-child(4n+5) {
    clear: both;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph[data-size="4"] .field__items > .field__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .paragraph[data-size="4"] .field__items > .field__item:nth-child(4n+5) {
    clear: both;
  }
}
.paragraph[data-size="5"] .field__items > .field__item {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 692px) {
  .paragraph[data-size="5"] .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .paragraph[data-size="5"] .field__items > .field__item:nth-child(5n+6) {
    clear: both;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph[data-size="5"] .field__items > .field__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .paragraph[data-size="5"] .field__items > .field__item:nth-child(5n+6) {
    clear: both;
  }
}
.paragraph[data-size="6"] .field__items > .field__item {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 692px) {
  .paragraph[data-size="6"] .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .paragraph[data-size="6"] .field__items > .field__item:nth-child(6n+7) {
    clear: both;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph[data-size="6"] .field__items > .field__item {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .paragraph[data-size="6"] .field__items > .field__item:nth-child(6n+7) {
    clear: both;
  }
}
.paragraph[data-size="7"] .field__items > .field__item {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 692px) {
  .paragraph[data-size="7"] .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .paragraph[data-size="7"] .field__items > .field__item:nth-child(7n+8) {
    clear: both;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph[data-size="7"] .field__items > .field__item {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .paragraph[data-size="7"] .field__items > .field__item:nth-child(7n+8) {
    clear: both;
  }
}
.paragraph[data-size="8"] .field__items > .field__item {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 692px) {
  .paragraph[data-size="8"] .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .paragraph[data-size="8"] .field__items > .field__item:nth-child(8n+9) {
    clear: both;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph[data-size="8"] .field__items > .field__item {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .paragraph[data-size="8"] .field__items > .field__item:nth-child(8n+9) {
    clear: both;
  }
}
.paragraph[data-size="9"] .field__items > .field__item {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 692px) {
  .paragraph[data-size="9"] .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .paragraph[data-size="9"] .field__items > .field__item:nth-child(9n+10) {
    clear: both;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph[data-size="9"] .field__items > .field__item {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .paragraph[data-size="9"] .field__items > .field__item:nth-child(9n+10) {
    clear: both;
  }
}
.paragraph .vito--paragraph--slider-container {
  overflow: hidden;
}

.paragraph.paragraph--slider .vito--paragraph-content {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.paragraph.paragraph--slider .vito--paragraph--slider-container > .field__items, .paragraph.paragraph--slider .vito--paragraph--slider-container > .field > .field__items {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  left: 0;
  transition: left 0.3s ease-out;
}

.paragraph.paragraph--slider[data-size="1"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="1"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.paragraph.paragraph--slider[data-size="2"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="2"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 692px) {
  .paragraph.paragraph--slider[data-size="2"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="2"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph.paragraph--slider[data-size="2"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="2"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.paragraph.paragraph--slider[data-size="3"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="3"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 692px) {
  .paragraph.paragraph--slider[data-size="3"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="3"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph.paragraph--slider[data-size="3"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="3"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.paragraph.paragraph--slider[data-size="4"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="4"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 692px) {
  .paragraph.paragraph--slider[data-size="4"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="4"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph.paragraph--slider[data-size="4"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="4"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.paragraph.paragraph--slider[data-size="5"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="5"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 692px) {
  .paragraph.paragraph--slider[data-size="5"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="5"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph.paragraph--slider[data-size="5"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="5"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.paragraph.paragraph--slider[data-size="6"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="6"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 692px) {
  .paragraph.paragraph--slider[data-size="6"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="6"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph.paragraph--slider[data-size="6"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="6"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
.paragraph.paragraph--slider[data-size="7"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="7"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 692px) {
  .paragraph.paragraph--slider[data-size="7"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="7"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph.paragraph--slider[data-size="7"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="7"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
}
.paragraph.paragraph--slider[data-size="8"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="8"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 692px) {
  .paragraph.paragraph--slider[data-size="8"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="8"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph.paragraph--slider[data-size="8"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="8"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.paragraph.paragraph--slider[data-size="9"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="9"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 692px) {
  .paragraph.paragraph--slider[data-size="9"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="9"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph.paragraph--slider[data-size="9"] .vito--paragraph--slider-container > .field__items > .field__item, .paragraph.paragraph--slider[data-size="9"] .vito--paragraph--slider-container > .field > .field__items > .field__item {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
}
.paragraph.paragraph--show-controls .vito--slide-left, .paragraph.paragraph--show-controls .vito--slide-right {
  display: inline-block;
  background: #002E56;
  color: #fff;
  padding: 4px 7px;
  padding: 0.25rem 0.4375rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  margin-top: -1rem;
  z-index: 1;
}

.paragraph.paragraph--show-controls .vito--slide-left {
  left: 0;
}

.paragraph.paragraph--show-controls .vito--slide-left:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.background--light-blue.paragraph.paragraph--show-controls .vito--slide-left {
  background: #001323;
}

.paragraph.paragraph--show-controls .vito--slide-right {
  right: 0;
}

.paragraph.paragraph--show-controls .vito--slide-right:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.background--light-blue.paragraph.paragraph--show-controls .vito--slide-right {
  background: #001323;
}

.paragraph .vito--paragraph--slider-pager {
  position: absolute;
  right: 0;
  bottom: -8px;
  bottom: -0.5rem;
  left: 0;
  text-align: center;
}

.paragraph .vito--slide {
  background: #818181;
  font-size: 0;
  padding: 4px;
  padding: 0.25rem;
  margin: 2px;
  margin: 0.125rem;
  border-radius: 50%;
  cursor: pointer;
}

.paragraph .vito--slide.vito--slide-active {
  background: #002E56;
  cursor: initial;
  pointer-events: none;
}

.paragraph.paragraph-masonry .field__items > .field__item {
  float: left;
}

@media only screen and (min-width: 992px) {
  .paragraph.paragraph-masonry[data-size="1"] .field__items > .field__item {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph.paragraph-masonry[data-size="2"] .field__items > .field__item {
    width: 50% !important;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph.paragraph-masonry[data-size="3"] .field__items > .field__item {
    width: 33.33333% !important;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph.paragraph-masonry[data-size="4"] .field__items > .field__item {
    width: 25% !important;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph.paragraph-masonry[data-size="5"] .field__items > .field__item {
    width: 20% !important;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph.paragraph-masonry[data-size="6"] .field__items > .field__item {
    width: 16.66667% !important;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph.paragraph-masonry[data-size="7"] .field__items > .field__item {
    width: 14.28571% !important;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph.paragraph-masonry[data-size="8"] .field__items > .field__item {
    width: 12.5% !important;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph.paragraph-masonry[data-size="9"] .field__items > .field__item {
    width: 11.11111% !important;
  }
}
.paragraph.paragraph--text-color-black {
  color: #333 !important;
}

.paragraph.paragraph--text-color-black .paragraph--type--text .field--title, .paragraph.paragraph--text-color-black ul, .paragraph.paragraph--text-color-black ol, .paragraph.paragraph--text-color-black p {
  color: #333 !important;
}

.paragraph.paragraph--type--section .paragraph--type--text .field--title {
  color: #fff !important;
}

.paragraph.paragraph-colorbox-deactive a.colorbox, .paragraph.paragraph-colorbox-deactive .colorbox.anchor-like-button {
  pointer-events: none;
}

.paragraph .colorbox {
  display: table;
}

.paragraph .colorbox:hover {
  background: #002E56;
}

.paragraph .colorbox:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.paragraph--transparent-title, .paragraph--type--section .paragraph--type--collapse > .field--title, .paragraph--type--text[class*=background--] .field--title {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 0 !important;
  position: relative;
  top: 0;
  background: transparent;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.25;
  text-transform: unset;
}

.vito--paragraph-content {
  position: relative;
}

.paragraph--align-center {
  text-align: center;
}

.paragraph--align-left {
  text-align: left;
}

.paragraph--align-right {
  text-align: right;
}

.paragraph.paragraph--type--collapse-item {
  background: #fff;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  color: #333;
  height: 100%;
}

.background--white .paragraph.paragraph--type--collapse-item {
  background: #f5f5f5;
}

.paragraph.paragraph--type--collapse-item .field--title {
  cursor: pointer;
  position: relative;
  padding: 16px 48px 16px 16px !important;
  padding: 1rem 3rem 1rem 1rem !important;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  display: block;
  background: transparent;
  color: #000;
  text-transform: none;
}

.paragraph.paragraph--type--collapse-item .field--title:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
  margin-top: -9px;
  margin-top: -0.5625rem;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #002E56;
}

.paragraph.paragraph--type--collapse-item .field--title:hover {
  color: #002E56;
}

@media only screen and (min-width: 692px) {
  .paragraph.paragraph--type--collapse-item .field--title {
    padding: 1.75rem 4rem 1.75rem 1.75rem !important;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .paragraph.paragraph--type--collapse-item .field--title:after {
    right: 2rem;
  }
}
.paragraph.paragraph--type--collapse-item div.field--name-field-text.field__item {
  font-family: "AvenirLT-Medium", "Arial", "Helvetica", "sans-serif";
  padding: 16px;
  padding: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  display: none;
  position: relative;
}

.paragraph.paragraph--type--collapse-item div.field--name-field-text.field__item:before {
  content: "";
  position: absolute;
  left: 24px;
  left: 1.5rem;
  right: 24px;
  right: 1.5rem;
  top: 0;
  border-top: 2px solid #f5f5f5;
}

@media only screen and (min-width: 692px) {
  .paragraph.paragraph--type--collapse-item div.field--name-field-text.field__item {
    padding: 2rem;
  }
}
.background--white .paragraph.paragraph--type--collapse-item div.field--name-field-text.field__item:before {
  border-color: #eaeaea;
}

.paragraph.paragraph--type--collapse-item.open .field--name-field-title:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.paragraph--type--collapse .vito--toggle-all-collapse {
  display: table;
  margin: 0 0 8px auto;
  margin: 0 0 0.5rem auto;
}

.paragraph--type--collapse[data-size] .field--items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph--type--collapse[data-size] .field--items > .field__item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.paragraph--type--collapse > .field--title {
  display: table;
  margin: -40px 192px 16px 0;
  margin: -2.5rem 12rem 1rem 0;
}

.paragraph--type--section .paragraph--type--collapse {
  background: transparent;
  color: #fff;
}

.paragraph--type--image.paragraph--slider .field--name-field-media {
  margin: 0 !important;
}

.paragraph--type--video .video-embed-field-lazy img {
  width: auto;
  margin: auto;
  display: table;
}

.paragraph--type--video.paragraph--slider .field--name-field-embed {
  margin: 0 !important;
}

.paragraph--type--cta-button .field--name-field-link {
  padding: 0 32px;
  padding: 0 2rem;
}

.paragraph--type--cta-button .field--name-field-link a, .paragraph--type--cta-button .field--name-field-link .anchor-like-button {
  padding: 12px 40px 12px 24px;
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  display: inline-block;
  color: #fff;
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
  text-transform: uppercase;
  position: relative;
}

.paragraph--type--cta-button .field--name-field-link a:after, .paragraph--type--cta-button .field--name-field-link .anchor-like-button:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  margin-top: -10px;
  margin-top: -0.625rem;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.paragraph--type--cta-button .field--name-field-link a:hover:after, .paragraph--type--cta-button .field--name-field-link .anchor-like-button:hover:after {
  right: 8px;
  right: 0.5rem;
}

.paragraph--type--cta-button.paragraph--color-blue a, .paragraph--type--cta-button.paragraph--color-blue .anchor-like-button {
  background: #002E56;
  color: #fff;
}

.paragraph--type--cta-button.paragraph--color-blue a:hover, .paragraph--type--cta-button.paragraph--color-blue .anchor-like-button:hover {
  background: #00203d;
}

.paragraph--type--cta-button.paragraph--color-innovativeblue a, .paragraph--type--cta-button.paragraph--color-innovativeblue .anchor-like-button {
  background: #41D9F9;
  color: #fff;
}

.paragraph--type--cta-button.paragraph--color-innovativeblue a:hover, .paragraph--type--cta-button.paragraph--color-innovativeblue .anchor-like-button:hover {
  background: #28d4f8;
}

.paragraph--type--cta-button.paragraph--color-light-blue a, .paragraph--type--cta-button.paragraph--color-light-blue .anchor-like-button {
  background: #41D9F9;
  color: #fff;
}

.paragraph--type--cta-button.paragraph--color-light-blue a:hover, .paragraph--type--cta-button.paragraph--color-light-blue .anchor-like-button:hover {
  background: #28d4f8;
}

.paragraph--type--cta-button.paragraph--color-orange a, .paragraph--type--cta-button.paragraph--color-orange .anchor-like-button {
  background: #FF6700;
  color: #fff;
}

.paragraph--type--cta-button.paragraph--color-orange a:hover, .paragraph--type--cta-button.paragraph--color-orange .anchor-like-button:hover {
  background: #e65d00;
}

.paragraph--type--cta-button.paragraph--color-green a, .paragraph--type--cta-button.paragraph--color-green .anchor-like-button {
  background: #15EA75;
  color: #fff;
}

.paragraph--type--cta-button.paragraph--color-green a:hover, .paragraph--type--cta-button.paragraph--color-green .anchor-like-button:hover {
  background: #13d369;
}

.paragraph--type--cta-button.paragraph--color-red a, .paragraph--type--cta-button.paragraph--color-red .anchor-like-button {
  background: #E72D43;
  color: #fff;
}

.paragraph--type--cta-button.paragraph--color-red a:hover, .paragraph--type--cta-button.paragraph--color-red .anchor-like-button:hover {
  background: #e11a31;
}

.paragraph--type--cta-button.paragraph--color-purple a, .paragraph--type--cta-button.paragraph--color-purple .anchor-like-button {
  background: #788EFE;
  color: #232525;
}

.paragraph--type--cta-button.paragraph--color-purple a:hover, .paragraph--type--cta-button.paragraph--color-purple .anchor-like-button:hover {
  background: #5f79fe;
}

.paragraph--type--cta-button.paragraph--color-yellow a, .paragraph--type--cta-button.paragraph--color-yellow .anchor-like-button {
  background: #F9CB1F;
  color: #fff;
}

.paragraph--type--cta-button.paragraph--color-yellow a:hover, .paragraph--type--cta-button.paragraph--color-yellow .anchor-like-button:hover {
  background: #f8c507;
}

.paragraph--type--cta-button.paragraph--color-aqua a, .paragraph--type--cta-button.paragraph--color-aqua .anchor-like-button {
  background: #359EA6;
  color: #fff;
}

.paragraph--type--cta-button.paragraph--color-aqua a:hover, .paragraph--type--cta-button.paragraph--color-aqua .anchor-like-button:hover {
  background: #2f8c93;
}

.paragraph--type--cta-button.paragraph--color-darkblue a, .paragraph--type--cta-button.paragraph--color-darkblue .anchor-like-button {
  background: #002E56;
  color: #fff;
}

.paragraph--type--cta-button.paragraph--color-darkblue a:hover, .paragraph--type--cta-button.paragraph--color-darkblue .anchor-like-button:hover {
  background: #00203d;
}

.paragraph--type--cta-button.paragraph--color-oldgreen a, .paragraph--type--cta-button.paragraph--color-oldgreen .anchor-like-button {
  background: #67AE3E;
  color: #fff;
}

.paragraph--type--cta-button.paragraph--color-oldgreen a:hover, .paragraph--type--cta-button.paragraph--color-oldgreen .anchor-like-button:hover {
  background: #5c9b37;
}

.paragraph--type--cta-button.paragraph--color-oldyellow a, .paragraph--type--cta-button.paragraph--color-oldyellow .anchor-like-button {
  background: #F1B821;
  color: #fff;
}

.paragraph--type--cta-button.paragraph--color-oldyellow a:hover, .paragraph--type--cta-button.paragraph--color-oldyellow .anchor-like-button:hover {
  background: #eaae0f;
}

.paragraph--type--node-reference .field--title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.paragraph--type--node-reference .field--node > .field__item {
  margin-bottom: 32px !important;
  margin-bottom: 2rem !important;
}

.paragraph--type--portfolio-reference-item {
  background: #fff;
  height: 100%;
  margin: 0;
  position: relative;
}

.background--white .paragraph--type--portfolio-reference-item {
  background: #f5f5f5;
}

.paragraph--type--portfolio-reference-item .vito--paragraph-content {
  padding-bottom: 32px !important;
  padding-bottom: 2rem !important;
  height: 100%;
}

.paragraph--type--portfolio-reference-item.paragraph--no-text .vito--paragraph-content {
  padding-bottom: 0 !important;
}

.paragraph--type--portfolio-reference-item.paragraph--no-image .field--name-field-title {
  top: -20px;
  top: -1.25rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.paragraph--slider .paragraph--type--portfolio-reference-item .vito--paragraph-content {
  padding-right: 0;
  padding-left: 0;
}

.paragraph--type--portfolio-reference-item .field--name-field-title {
  display: table;
  margin-right: 16px;
  margin-right: 1rem;
  position: relative;
  z-index: 1;
  width: auto !important;
}

.paragraph--type--portfolio-reference-item .field--name-field-media-image + .field--name-field-title {
  margin-top: -20px;
  margin-top: -1.25rem;
}

.paragraph--type--portfolio-reference-item.paragraph--title-position-top {
  margin-top: 16px;
  margin-top: 1rem;
}

.paragraph--type--portfolio-reference-item.paragraph--title-position-top .field--name-field-title {
  position: absolute;
  top: 0;
  left: 0;
}

.paragraph--type--portfolio-reference-item .field--name-field-text {
  padding: 16px 32px 0 !important;
  padding: 1rem 2rem 0 !important;
}

.paragraph--type--portfolio-reference-item .field--name-field-link {
  position: absolute;
  bottom: -24px;
  bottom: -1.5rem;
  right: 0;
  width: auto !important;
}

.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #002E56;
  display: inline-block;
  padding: 12px 40px 12px 24px;
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  color: #fff;
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.paragraph--type--portfolio-reference-item .field--name-field-link a:after, .paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  margin-top: -10px;
  margin-top: -0.625rem;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.paragraph--type--portfolio-reference-item .field--name-field-link a:hover:after, .paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button:hover:after {
  right: 8px;
  right: 0.5rem;
}

.paragraph--color-blue.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--color-blue.paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #002E56;
  color: #fff;
}

.paragraph--color-innovativeblue.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--color-innovativeblue.paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #41D9F9;
  color: #fff;
}

.paragraph--color-light-blue.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--color-light-blue.paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #41D9F9;
  color: #fff;
}

.paragraph--color-orange.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--color-orange.paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #FF6700;
  color: #fff;
}

.paragraph--color-green.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--color-green.paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #15EA75;
  color: #fff;
}

.paragraph--color-red.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--color-red.paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #E72D43;
  color: #fff;
}

.paragraph--color-purple.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--color-purple.paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #788EFE;
  color: #232525;
}

.paragraph--color-yellow.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--color-yellow.paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #F9CB1F;
  color: #fff;
}

.paragraph--color-aqua.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--color-aqua.paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #359EA6;
  color: #fff;
}

.paragraph--color-darkblue.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--color-darkblue.paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #002E56;
  color: #fff;
}

.paragraph--color-oldgreen.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--color-oldgreen.paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #67AE3E;
  color: #fff;
}

.paragraph--color-oldyellow.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--color-oldyellow.paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  background: #F1B821;
  color: #fff;
}

.paragraph--type--portfolio-reference-item .field--name-field-link a, .paragraph--type--portfolio-reference-item .field--name-field-link .anchor-like-button {
  margin-left: 16px;
  margin-left: 1rem;
}

.paragraph--type--portfolio-reference-item.paragraph--color-blue .field--name-field-title {
  background: #002E56;
  color: #fff;
}

.paragraph--type--portfolio-reference-item.paragraph--color-innovativeblue .field--name-field-title {
  background: #41D9F9;
  color: #fff;
}

.paragraph--type--portfolio-reference-item.paragraph--color-light-blue .field--name-field-title {
  background: #41D9F9;
  color: #fff;
}

.paragraph--type--portfolio-reference-item.paragraph--color-orange .field--name-field-title {
  background: #FF6700;
  color: #fff;
}

.paragraph--type--portfolio-reference-item.paragraph--color-green .field--name-field-title {
  background: #15EA75;
  color: #fff;
}

.paragraph--type--portfolio-reference-item.paragraph--color-red .field--name-field-title {
  background: #E72D43;
  color: #fff;
}

.paragraph--type--portfolio-reference-item.paragraph--color-purple .field--name-field-title {
  background: #788EFE;
  color: #232525;
}

.paragraph--type--portfolio-reference-item.paragraph--color-yellow .field--name-field-title {
  background: #F9CB1F;
  color: #fff;
}

.paragraph--type--portfolio-reference-item.paragraph--color-aqua .field--name-field-title {
  background: #359EA6;
  color: #fff;
}

.paragraph--type--portfolio-reference-item.paragraph--color-darkblue .field--name-field-title {
  background: #002E56;
  color: #fff;
}

.paragraph--type--portfolio-reference-item.paragraph--color-oldgreen .field--name-field-title {
  background: #67AE3E;
  color: #fff;
}

.paragraph--type--portfolio-reference-item.paragraph--color-oldyellow .field--name-field-title {
  background: #F1B821;
  color: #fff;
}

.paragraph--type--portfolio-reference .field--name-field-portfolio-reference {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin: 0 -1.25rem;
}

.paragraph--type--portfolio-reference .field--name-field-portfolio-reference > .field__item {
  padding: 20px;
  padding: 1.25rem;
}

.paragraph--type--portfolio-reference[data-size="1"] .field--name-field-portfolio-reference > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--portfolio-reference[data-size="1"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--portfolio-reference[data-size="1"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.paragraph--type--portfolio-reference[data-size="2"] .field--name-field-portfolio-reference > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--portfolio-reference[data-size="2"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--portfolio-reference[data-size="2"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.paragraph--type--portfolio-reference[data-size="3"] .field--name-field-portfolio-reference > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--portfolio-reference[data-size="3"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--portfolio-reference[data-size="3"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
  }
}
.paragraph--type--portfolio-reference[data-size="4"] .field--name-field-portfolio-reference > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--portfolio-reference[data-size="4"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--portfolio-reference[data-size="4"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
.paragraph--type--portfolio-reference[data-size="5"] .field--name-field-portfolio-reference > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--portfolio-reference[data-size="5"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--portfolio-reference[data-size="5"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
.paragraph--type--portfolio-reference[data-size="6"] .field--name-field-portfolio-reference > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--portfolio-reference[data-size="6"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--portfolio-reference[data-size="6"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important;
  }
}
.paragraph--type--portfolio-reference[data-size="7"] .field--name-field-portfolio-reference > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--portfolio-reference[data-size="7"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--portfolio-reference[data-size="7"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 14.28571% !important;
    flex: 0 0 14.28571% !important;
    max-width: 14.28571% !important;
  }
}
.paragraph--type--portfolio-reference[data-size="8"] .field--name-field-portfolio-reference > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--portfolio-reference[data-size="8"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--portfolio-reference[data-size="8"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 12.5% !important;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }
}
.paragraph--type--portfolio-reference[data-size="9"] .field--name-field-portfolio-reference > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--portfolio-reference[data-size="9"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--portfolio-reference[data-size="9"] .field--name-field-portfolio-reference > .field__item {
    -ms-flex: 0 0 11.11111% !important;
    flex: 0 0 11.11111% !important;
    max-width: 11.11111% !important;
  }
}
.paragraph--type--portfolio-reference.paragraph--slider .field--name-field-portfolio-reference {
  margin: 0 !important;
}

.paragraph--type--portfolio-reference:not(.paragraph--slider) .field__items .field__items {
  margin: 0 !important;
}

.paragraph--type--testimonial-item {
  margin: 0;
  padding: 56px 32px 144px;
  padding: 3.5rem 2rem 9rem;
  background: #fff;
  color: #333 !important;
  position: relative;
  height: 100%;
}

.paragraph--type--testimonial-item:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #002E56;
  position: absolute;
  left: 0;
  top: -32px;
  top: -2rem;
  font-size: 64px;
  font-size: 4rem;
}

.background--light-blue .paragraph--type--testimonial-item:before {
  color: #001323;
}

.background--white .paragraph--type--testimonial-item {
  background: #f5f5f5;
}

.paragraph--type--testimonial-item .vito--paragraph-content {
  position: static;
  padding: 0 !important;
}

.paragraph--type--testimonial-item .field--group-employee-wrapper {
  position: absolute;
  bottom: 32px;
  bottom: 2rem;
  left: 32px;
  left: 2rem;
  right: 32px;
  right: 2rem;
  border-top: 1px solid #dedede;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.paragraph--type--testimonial-item .field--group-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.paragraph--type--testimonial-item .field--name-field-media-image {
  display: table-cell;
  max-width: 64px;
  max-width: 4rem;
  width: auto !important;
}

.paragraph--type--testimonial-item .field--name-field-media-image img {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #dedede;
}

.paragraph--type--testimonial-item .field--name-field-text {
  font-family: "AvenirLT-Medium", "Arial", "Helvetica", "sans-serif";
  line-height: 30px;
  line-height: 1.875rem;
}

.paragraph--type--testimonial-item .field--name-field-name, .paragraph--type--testimonial-item .field--name-field-function {
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
}

.paragraph--type--testimonial-item .field--name-field-name {
  color: #002E56;
}

.paragraph--type--testimonial-item .field--name-field-function {
  color: #000;
}

.paragraph--type--testimonial > .vito--paragraph-content > .field--title {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.paragraph--type--testimonial .field--name-field-testimonials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph--type--testimonial.paragraph--slider .field--name-field-testimonials {
  margin: 0 !important;
}

.paragraph--type--testimonial.paragraph--slider[data-size] .field--name-field-testimonials > .field__item {
  padding: 32px 20px;
  padding: 2rem 1.25rem;
}

.paragraph--type--contact:not(.paragraph-masonry) .field--name-field-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph--type--contact:not(.paragraph-masonry)[data-size="1"] .field--name-field-contact > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="1"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="1"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.paragraph--type--contact:not(.paragraph-masonry)[data-size="2"] .field--name-field-contact > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="2"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="2"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.paragraph--type--contact:not(.paragraph-masonry)[data-size="3"] .field--name-field-contact > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="3"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-9 .paragraph--type--contact:not(.paragraph-masonry)[data-size="3"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="3"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
  }
}
.paragraph--type--contact:not(.paragraph-masonry)[data-size="4"] .field--name-field-contact > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="4"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-9 .paragraph--type--contact:not(.paragraph-masonry)[data-size="4"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="4"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
.paragraph--type--contact:not(.paragraph-masonry)[data-size="5"] .field--name-field-contact > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="5"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-9 .paragraph--type--contact:not(.paragraph-masonry)[data-size="5"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="5"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
.paragraph--type--contact:not(.paragraph-masonry)[data-size="6"] .field--name-field-contact > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="6"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-9 .paragraph--type--contact:not(.paragraph-masonry)[data-size="6"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="6"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important;
  }
}
.paragraph--type--contact:not(.paragraph-masonry)[data-size="7"] .field--name-field-contact > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="7"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .col-lg-9 .paragraph--type--contact:not(.paragraph-masonry)[data-size="7"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="7"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 14.28571% !important;
    flex: 0 0 14.28571% !important;
    max-width: 14.28571% !important;
  }
}
.paragraph--type--contact:not(.paragraph-masonry)[data-size="8"] .field--name-field-contact > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="8"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-9 .paragraph--type--contact:not(.paragraph-masonry)[data-size="8"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="8"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 12.5% !important;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }
}
.paragraph--type--contact:not(.paragraph-masonry)[data-size="9"] .field--name-field-contact > .field__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="9"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .col-lg-9 .paragraph--type--contact:not(.paragraph-masonry)[data-size="9"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--contact:not(.paragraph-masonry)[data-size="9"] .field--name-field-contact > .field__item {
    -ms-flex: 0 0 11.11111% !important;
    flex: 0 0 11.11111% !important;
    max-width: 11.11111% !important;
  }
}
.paragraph--type--contact .field:not(.field--title) {
  color: #333;
}

.paragraph--type--contact .field:not(.field--title) a, .paragraph--type--contact .field:not(.field--title) .anchor-like-button {
  color: #002E56 !important;
}

.paragraph--type--contact .field--media-contactimage {
  display: table-cell;
  vertical-align: top;
  width: 40px !important;
  width: 2.5rem !important;
}

.paragraph--type--contact .field--media-contactimage + .field--group-employee {
  display: table-cell;
  vertical-align: top;
  padding-left: 16px;
  padding-left: 1rem;
}

.paragraph--type--contact.paragraph--slider .field--name-field-contact {
  margin: 0 !important;
}

.paragraph--type--columns > .vito--paragraph-content {
  margin-left: -20px;
  margin-right: -20px;
}

.paragraph--type--columns > .vito--paragraph-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.paragraph--type--columns .field--paragraphs-left, .paragraph--type--columns .field--paragraphs-right {
  position: relative;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--columns.paragraph--layout-50-50 .field--paragraphs-left, .paragraph--type--columns.paragraph--layout-50-50 .field--paragraphs-right {
    width: 50%;
  }
  .paragraph--type--columns.paragraph--layout-66-33 .field--paragraphs-left {
    width: 66.66667%;
  }
  .paragraph--type--columns.paragraph--layout-66-33 .field--paragraphs-right {
    width: 33.33333%;
  }
  .paragraph--type--columns.paragraph--layout-33-66 .field--paragraphs-left {
    width: 33.33333%;
  }
  .paragraph--type--columns.paragraph--layout-33-66 .field--paragraphs-right {
    width: 66.66667%;
  }
}
.paragraph--type--columns > .vito--paragraph-content > .field--title {
  display: table;
  margin-left: 20px;
  margin-left: 1.25rem;
}

[data-size] .paragraph--type--visual-with-text-item {
  margin: 0;
}

.paragraph--type--visual-with-text-item .vito--paragraph-content {
  padding: 0 !important;
}

@media only screen and (min-width: 692px) {
  .paragraph--type--visual-with-text-item .field--text-wrapper {
    position: absolute;
    bottom: 3rem;
    left: 0;
  }
  .paragraph--slider .paragraph--type--visual-with-text-item .field--text-wrapper {
    bottom: 1.5rem;
  }
}
.paragraph--type--visual-with-text-item .field--name-field-title {
  background: #fff;
  color: #333;
  padding: 12px 16px !important;
  padding: 0.75rem 1rem !important;
  width: auto !important;
  display: table;
  text-transform: uppercase;
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.paragraph--type--visual-with-text-item .field--name-field-text {
  background: #002E56;
  padding: 12px 16px !important;
  padding: 0.75rem 1rem !important;
  color: #fff;
  max-width: 560px;
  max-width: 35rem;
}

.paragraph--slider .paragraph--type--visual-with-text-item .field--name-field-text {
  max-width: 480px;
  max-width: 30rem;
}

.paragraph--type--visual-with-text-item .field--name-field-link {
  position: relative;
}

.paragraph--type--visual-with-text-item .field--name-field-link:after {
  content: "";
  display: block;
  position: absolute;
  background: #002E56;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 692px) {
  .paragraph--type--visual-with-text-item .field--name-field-link:after {
    bottom: 50%;
  }
}
.paragraph--type--visual-with-text-item .field--name-field-link a, .paragraph--type--visual-with-text-item .field--name-field-link .anchor-like-button {
  background: #001323;
  color: #fff;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  display: table;
  margin: auto 0 auto auto;
  z-index: 2;
  position: relative;
}

.paragraph--type--visual-with-text-item .field--name-field-link a:hover, .paragraph--type--visual-with-text-item .field--name-field-link .anchor-like-button:hover {
  background: #000;
}

.paragraph--type--visual-with-text-item .field--name-field-media-image {
  margin: 0 !important;
}

.paragraph--type--visual-with-text.paragraph--slider .field--name-field-visuals {
  margin: 0 !important;
}

.paragraph--type--partner-item {
  margin: 0 20px;
  margin: 0 1.25rem;
}

.paragraph--slider .paragraph--type--partner-item {
  margin: 0;
}

.paragraph--type--partner .field--partners {
  -ms-flex-align: center;
  align-items: center;
}

.paragraph--type--partner.paragraph--slider .field--name-field-partners {
  margin: 0 !important;
}

.paragraph--type--section {
  padding: 48px 20vw !important;
  padding: 3rem 20vw !important;
  margin-right: -20vw !important;
  margin-left: -20vw !important;
  background: #f5f5f5;
  overflow: hidden;
}

.paragraph--type--section:first-child {
  margin-top: 0;
}

.paragraph--type--section + .paragraph--type--section {
  margin-top: -40px;
  margin-top: -2.5rem;
}

.paragraph--type--section.paragraph--background-image {
  background: no-repeat center;
  background-size: cover;
}

.paragraph--type--section.paragraph--background-image:before {
  content: "";
  background: rgba(0, 46, 86, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.paragraph--type--section.paragraph--background-image .field--paragraphs {
  position: relative;
  z-index: 2;
}

.paragraph--type--section.paragraph--background-image.background--dark:before {
  background: rgba(35, 37, 37, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--blue:before {
  background: rgba(0, 46, 86, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--innovativeblue:before {
  background: rgba(65, 217, 249, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--light-blue:before {
  background: rgba(65, 217, 249, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--orange:before {
  background: rgba(255, 103, 0, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--white:before {
  background: rgba(255, 255, 255, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--green:before {
  background: rgba(21, 234, 117, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--red:before {
  background: rgba(231, 45, 67, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--purple:before {
  background: rgba(120, 142, 254, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--yellow:before {
  background: rgba(249, 203, 31, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--aqua:before {
  background: rgba(53, 158, 166, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--darkblue:before {
  background: rgba(0, 46, 86, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--oldgreen:before {
  background: rgba(103, 174, 62, 0.5);
}

.paragraph--type--section.paragraph--background-image.background--oldyellow:before {
  background: rgba(241, 184, 33, 0.5);
}

.paragraph--type--section.paragraph--background-fixed {
  background: no-repeat center fixed;
  background-size: cover;
}

.paragraph--type--section.paragraph--background-repeat {
  background: repeat center;
  background-size: auto;
}

.paragraph--type--section.paragraph--background-repeat.paragraph--background-fixed {
  background: repeat center fixed;
}

.paragraph--type--section.paragraph--contain-content > .vito--paragraph-content {
  max-width: 1336px;
  padding: 0 40px;
  margin: auto;
}

.paragraph--type--section.paragraph--separator-triangle {
  position: relative;
  overflow: visible;
}

.paragraph--type--section.paragraph--separator-triangle:after {
  content: "";
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  position: absolute;
  bottom: -40px;
  bottom: -2.5rem;
  left: 50%;
  margin-left: -40px;
  margin-left: -2.5rem;
  border-top: 40px solid #f5f5f5;
  border-top: 2.5rem solid #f5f5f5;
  border-right: 40px solid transparent;
  border-right: 2.5rem solid transparent;
  border-left: 40px solid transparent;
  border-left: 2.5rem solid transparent;
  z-index: 99;
}

.paragraph--type--section.paragraph--separator-triangle.background--dark:after {
  border-top-color: #232525;
}

.paragraph--type--section.paragraph--separator-triangle.background--blue:after {
  border-top-color: #002E56;
}

.paragraph--type--section.paragraph--separator-triangle.background--innovativeblue:after {
  border-top-color: #41D9F9;
}

.paragraph--type--section.paragraph--separator-triangle.background--light-blue:after {
  border-top-color: #41D9F9;
}

.paragraph--type--section.paragraph--separator-triangle.background--orange:after {
  border-top-color: #FF6700;
}

.paragraph--type--section.paragraph--separator-triangle.background--white:after {
  border-top-color: #fff;
}

.paragraph--type--section.paragraph--separator-triangle.background--green:after {
  border-top-color: #15EA75;
}

.paragraph--type--section.paragraph--separator-triangle.background--red:after {
  border-top-color: #E72D43;
}

.paragraph--type--section.paragraph--separator-triangle.background--purple:after {
  border-top-color: #788EFE;
}

.paragraph--type--section.paragraph--separator-triangle.background--yellow:after {
  border-top-color: #F9CB1F;
}

.paragraph--type--section.paragraph--separator-triangle.background--aqua:after {
  border-top-color: #359EA6;
}

.paragraph--type--section.paragraph--separator-triangle.background--darkblue:after {
  border-top-color: #002E56;
}

.paragraph--type--section.paragraph--separator-triangle.background--oldgreen:after {
  border-top-color: #67AE3E;
}

.paragraph--type--section.paragraph--separator-triangle.background--oldyellow:after {
  border-top-color: #F1B821;
}

.paragraph--type--section.paragraph--separator-circle {
  position: relative;
  overflow: visible;
}

.paragraph--type--section.paragraph--separator-circle:after {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  position: absolute;
  bottom: -40px;
  bottom: -2.5rem;
  left: 50%;
  margin-left: -40px;
  margin-left: -2.5rem;
  z-index: 99;
  border-radius: 50%;
  background: #f5f5f5;
  text-align: center;
  padding-top: 40px;
  padding-top: 2.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
}

.paragraph--type--section.paragraph--separator-circle.background--dark:after {
  background: #232525;
  color: #fff;
}

.paragraph--type--section.paragraph--separator-circle.background--blue:after {
  background: #002E56;
  color: #fff;
}

.paragraph--type--section.paragraph--separator-circle.background--innovativeblue:after {
  background: #41D9F9;
  color: #fff;
}

.paragraph--type--section.paragraph--separator-circle.background--light-blue:after {
  background: #41D9F9;
  color: #fff;
}

.paragraph--type--section.paragraph--separator-circle.background--orange:after {
  background: #FF6700;
  color: #fff;
}

.paragraph--type--section.paragraph--separator-circle.background--white:after {
  background: #fff;
  color: #232525;
}

.paragraph--type--section.paragraph--separator-circle.background--green:after {
  background: #15EA75;
  color: #fff;
}

.paragraph--type--section.paragraph--separator-circle.background--red:after {
  background: #E72D43;
  color: #fff;
}

.paragraph--type--section.paragraph--separator-circle.background--purple:after {
  background: #788EFE;
  color: #232525;
}

.paragraph--type--section.paragraph--separator-circle.background--yellow:after {
  background: #F9CB1F;
  color: #fff;
}

.paragraph--type--section.paragraph--separator-circle.background--aqua:after {
  background: #359EA6;
  color: #fff;
}

.paragraph--type--section.paragraph--separator-circle.background--darkblue:after {
  background: #002E56;
  color: #fff;
}

.paragraph--type--section.paragraph--separator-circle.background--oldgreen:after {
  background: #67AE3E;
  color: #fff;
}

.paragraph--type--section.paragraph--separator-circle.background--oldyellow:after {
  background: #F1B821;
  color: #fff;
}

.paragraph--type--section.paragraph--separator-slanted-left, .paragraph--type--section.paragraph--separator-slanted-right {
  position: relative;
  overflow: visible;
}

.paragraph--type--section.paragraph--separator-slanted-left:after, .paragraph--type--section.paragraph--separator-slanted-right:after {
  content: "";
  position: absolute;
  bottom: -40px;
  bottom: -2.5rem;
  border-top: 40px solid #f5f5f5;
  border-top: 2.5rem solid #f5f5f5;
  z-index: 99;
  width: 102vw;
  left: 0;
  right: 0;
  margin: auto;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--dark:after, .paragraph--type--section.paragraph--separator-slanted-right.background--dark:after {
  border-top-color: #232525;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--blue:after, .paragraph--type--section.paragraph--separator-slanted-right.background--blue:after {
  border-top-color: #002E56;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--innovativeblue:after, .paragraph--type--section.paragraph--separator-slanted-right.background--innovativeblue:after {
  border-top-color: #41D9F9;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--light-blue:after, .paragraph--type--section.paragraph--separator-slanted-right.background--light-blue:after {
  border-top-color: #41D9F9;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--orange:after, .paragraph--type--section.paragraph--separator-slanted-right.background--orange:after {
  border-top-color: #FF6700;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--white:after, .paragraph--type--section.paragraph--separator-slanted-right.background--white:after {
  border-top-color: #fff;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--green:after, .paragraph--type--section.paragraph--separator-slanted-right.background--green:after {
  border-top-color: #15EA75;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--red:after, .paragraph--type--section.paragraph--separator-slanted-right.background--red:after {
  border-top-color: #E72D43;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--purple:after, .paragraph--type--section.paragraph--separator-slanted-right.background--purple:after {
  border-top-color: #788EFE;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--yellow:after, .paragraph--type--section.paragraph--separator-slanted-right.background--yellow:after {
  border-top-color: #F9CB1F;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--aqua:after, .paragraph--type--section.paragraph--separator-slanted-right.background--aqua:after {
  border-top-color: #359EA6;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--darkblue:after, .paragraph--type--section.paragraph--separator-slanted-right.background--darkblue:after {
  border-top-color: #002E56;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--oldgreen:after, .paragraph--type--section.paragraph--separator-slanted-right.background--oldgreen:after {
  border-top-color: #67AE3E;
}

.paragraph--type--section.paragraph--separator-slanted-left.background--oldyellow:after, .paragraph--type--section.paragraph--separator-slanted-right.background--oldyellow:after {
  border-top-color: #F1B821;
}

.paragraph--type--section.paragraph--separator-slanted-left:after {
  border-right: 0 solid transparent;
  border-left: 104vw solid transparent;
}

.paragraph--type--section.paragraph--separator-slanted-right:after {
  border-right: 104vw solid transparent;
  border-left: 0 solid transparent;
}

.paragraph--type--section > .vito--paragraph-content > .field--title {
  color: #fff !important;
}

.paragraph--type--section .field--media-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.paragraph--type--section .field--media-background-image:before {
  content: "";
  background: rgba(0, 46, 86, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.paragraph--type--section .field--media-background-image img {
  width: auto;
  height: 100%;
  max-width: 100%;
}

.paragraph--type--download-item {
  background: #fff;
  margin: 0;
  padding: 0 16px;
  padding: 0 1rem;
  height: 100%;
}

.background--white .paragraph--type--download-item {
  background: #f5f5f5;
}

.paragraph--type--download-item .field__item {
  width: 100% !important;
  float: none !important;
}

.paragraph--type--download-item .field__item a, .paragraph--type--download-item .field__item .anchor-like-button {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #333;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

.paragraph--type--download-item .field--media-file a, .paragraph--type--download-item .field--media-file .anchor-like-button, .paragraph--type--download-item .field--external-file a, .paragraph--type--download-item .field--external-file .anchor-like-button {
  position: relative;
  padding: 24px 0 24px 64px;
  padding: 1.5rem 0 1.5rem 4rem;
}

.paragraph--type--download-item .field--media-file a:before, .paragraph--type--download-item .field--media-file .anchor-like-button:before, .paragraph--type--download-item .field--external-file a:before, .paragraph--type--download-item .field--external-file .anchor-like-button:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: #002E56;
  color: #fff;
  padding: 12px;
  padding: 0.75rem;
  font-size: 28px !important;
  text-align: center;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  left: 0;
}

.paragraph--type--download-item .field--media-file a:after, .paragraph--type--download-item .field--media-file .anchor-like-button:after {
  content: "(" attr(data-size) ")";
  margin-left: 4px;
  margin-left: 0.25rem;
  color: #818181;
  pointer-events: none;
  font-family: "AvenirLT-Roman", "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.paragraph--type--download-item .vito--file-description {
  margin: 24px 16px 16px;
  margin: 1.5rem 1rem 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.paragraph--type--download-item .field--name-field-media-file {
  margin: 0 !important;
}

.paragraph--type--download-item .field--name-field-media-file > .field__item {
  margin: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.paragraph--type--download-item .field--name-field-media-image {
  margin: 0 -16px !important;
  margin: 0 -1rem !important;
  width: auto !important;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--download-item.paragraph--cover-image .field--name-field-media-file {
    float: right !important;
    width: calc(100% - 200px) !important;
  }
  .paragraph--type--download-item.paragraph--cover-image .field--name-field-media-file .field--name-field-media-file {
    width: 100% !important;
    float: none !important;
  }
  .paragraph--type--download-item.paragraph--cover-image .field--name-field-media-file .field--name-field-media-file .field__item {
    left: -2.625rem;
    position: relative;
    width: calc(100% + 2.625rem) !important;
    -ms-flex: none !important;
    flex: none !important;
  }
  .paragraph--type--download-item.paragraph--cover-image .field--name-field-media-image {
    float: left !important;
    width: 12.5rem !important;
  }
  .paragraph--type--download-item.paragraph--cover-image .vito--file-description {
    float: right;
    width: calc(100% - 14rem);
    margin: 0;
  }
}
.paragraph--type--download-item.paragraph--color-blue .field a:before, .paragraph--type--download-item.paragraph--color-blue .field .anchor-like-button:before {
  background: #002E56;
  color: #fff;
}

.paragraph--type--download-item.paragraph--color-innovativeblue .field a:before, .paragraph--type--download-item.paragraph--color-innovativeblue .field .anchor-like-button:before {
  background: #41D9F9;
  color: #fff;
}

.paragraph--type--download-item.paragraph--color-light-blue .field a:before, .paragraph--type--download-item.paragraph--color-light-blue .field .anchor-like-button:before {
  background: #41D9F9;
  color: #fff;
}

.paragraph--type--download-item.paragraph--color-orange .field a:before, .paragraph--type--download-item.paragraph--color-orange .field .anchor-like-button:before {
  background: #FF6700;
  color: #fff;
}

.paragraph--type--download-item.paragraph--color-green .field a:before, .paragraph--type--download-item.paragraph--color-green .field .anchor-like-button:before {
  background: #15EA75;
  color: #fff;
}

.paragraph--type--download-item.paragraph--color-red .field a:before, .paragraph--type--download-item.paragraph--color-red .field .anchor-like-button:before {
  background: #E72D43;
  color: #fff;
}

.paragraph--type--download-item.paragraph--color-purple .field a:before, .paragraph--type--download-item.paragraph--color-purple .field .anchor-like-button:before {
  background: #788EFE;
  color: #232525;
}

.paragraph--type--download-item.paragraph--color-yellow .field a:before, .paragraph--type--download-item.paragraph--color-yellow .field .anchor-like-button:before {
  background: #F9CB1F;
  color: #fff;
}

.paragraph--type--download-item.paragraph--color-aqua .field a:before, .paragraph--type--download-item.paragraph--color-aqua .field .anchor-like-button:before {
  background: #359EA6;
  color: #fff;
}

.paragraph--type--download-item.paragraph--color-darkblue .field a:before, .paragraph--type--download-item.paragraph--color-darkblue .field .anchor-like-button:before {
  background: #002E56;
  color: #fff;
}

.paragraph--type--download-item.paragraph--color-oldgreen .field a:before, .paragraph--type--download-item.paragraph--color-oldgreen .field .anchor-like-button:before {
  background: #67AE3E;
  color: #fff;
}

.paragraph--type--download-item.paragraph--color-oldyellow .field a:before, .paragraph--type--download-item.paragraph--color-oldyellow .field .anchor-like-button:before {
  background: #F1B821;
  color: #fff;
}

.paragraph--type--download:not([data-size]) .field--files > .field__item + .field__item {
  margin-top: 32px;
  margin-top: 2rem;
}

@media only screen and (min-width: 1292px) {
  .paragraph--type--download[data-size="2"] .field__items > .field__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--download[data-size="3"] .field__items > .field__item {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--download[data-size="4"] .field__items > .field__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--download[data-size="5"] .field__items > .field__item {
    width: 20%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--download[data-size="6"] .field__items > .field__item {
    width: 16.66667%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--download[data-size="7"] .field__items > .field__item {
    width: 14.28571%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--download[data-size="8"] .field__items > .field__item {
    width: 12.5%;
  }
}
@media only screen and (min-width: 1292px) {
  .paragraph--type--download[data-size="9"] .field__items > .field__item {
    width: 11.11111%;
  }
}
.paragraph--type--download.paragraph--slider .field--name-field-files {
  margin: 0 !important;
}

.paragraph--type--text {
  padding: 32px;
  padding: 2rem;
  background: #fff;
}

.paragraph--type--text.paragraph--title {
  padding: 48px 32px 32px;
  padding: 3rem 2rem 2rem;
}

.paragraph--type--text[class*=background--] {
  padding: 48px 1600px;
  padding: 3rem 100rem;
  margin-right: -1600px;
  margin-right: -100rem;
  margin-left: -1600px;
  margin-left: -100rem;
}

.node--type-article .field--paragraphs .paragraph--type--text {
  padding-right: 0;
  padding-left: 0;
}

.paragraph--type--text[class*=background--dark] .field--title {
  color: #fff;
  display: block;
}

.paragraph--type--text[class*=background--blue] .field--title {
  color: #fff;
  display: block;
}

.paragraph--type--text[class*=background--innovativeblue] .field--title {
  color: #fff;
  display: block;
}

.paragraph--type--text[class*=background--light-blue] .field--title {
  color: #fff;
  display: block;
}

.paragraph--type--text[class*=background--orange] .field--title {
  color: #fff;
  display: block;
}

.paragraph--type--text[class*=background--white] .field--title {
  color: #232525;
  display: block;
}

.paragraph--type--text[class*=background--green] .field--title {
  color: #fff;
  display: block;
}

.paragraph--type--text[class*=background--red] .field--title {
  color: #fff;
  display: block;
}

.paragraph--type--text[class*=background--purple] .field--title {
  color: #232525;
  display: block;
}

.paragraph--type--text[class*=background--yellow] .field--title {
  color: #fff;
  display: block;
}

.paragraph--type--text[class*=background--aqua] .field--title {
  color: #fff;
  display: block;
}

.paragraph--type--text[class*=background--darkblue] .field--title {
  color: #fff;
  display: block;
}

.paragraph--type--text[class*=background--oldgreen] .field--title {
  color: #fff;
  display: block;
}

.paragraph--type--text[class*=background--oldyellow] .field--title {
  color: #fff;
  display: block;
}

.paragraph--type--text.background--transparent {
  background: transparent;
}

.paragraph--type--text.background--transparent .field--title {
  color: #333;
  display: block;
}

@media only screen and (min-width: 692px) {
  .paragraph--type--text.paragraph--image-position-left .field--text {
    width: 58%;
    float: right;
  }
  .paragraph--type--text.paragraph--image-position-left .field--image-description, .paragraph--type--text.paragraph--image-position-left .field--media-image {
    width: 38%;
    float: left;
  }
  .paragraph--type--text.paragraph--image-position-left .field--image-description {
    clear: left;
  }
  .paragraph--type--text.paragraph--image-position-right .field--text {
    width: 58%;
    float: left;
  }
  .paragraph--type--text.paragraph--image-position-right .field--image-description, .paragraph--type--text.paragraph--image-position-right .field--media-image {
    width: 38%;
    float: right;
  }
  .paragraph--type--text.paragraph--image-position-right .field--image-description {
    clear: right;
  }
}
.paragraph--type--text .vito--paragraph-content {
  position: static;
}

.paragraph--type--text .field--title {
  position: absolute;
  top: -20px;
  top: -1.25rem;
  left: 0;
}

.paragraph--type--text .field--text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 692px) {
  .paragraph--type--text .field--text {
    margin-bottom: 0;
  }
}
.paragraph--type--section .paragraph--type--text {
  background: transparent;
  padding: 0;
}

.paragraph--type--section .paragraph--type--text .field--title {
  position: relative;
  color: #fff !important;
}

.paragraph--type--text + .paragraph--combo.paragraph--type--cta-button {
  margin-top: -40px;
  margin-top: -2.5rem;
  position: relative;
}

.paragraph--type--text + .paragraph--combo.paragraph--type--cta-button:before {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  top: 0;
  background: #fff;
}

.paragraph--type--icon-with-text-item {
  margin: 0;
}

.paragraph--type--icon-with-text-item .field--media-image {
  min-height: 160px;
  min-height: 10rem;
  padding: 16px !important;
  padding: 1rem !important;
  text-align: center;
  position: relative;
}

.paragraph--type--icon-with-text-item .field--media-image img {
  max-width: 80px;
  max-width: 5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.paragraph--type--icon-with-text-item[onclick] {
  cursor: pointer;
}

.paragraph--type--icon-with-text-item[onclick] .field--media-image {
  top: 0;
  transition: top ease-in-out 0.2s;
}

.paragraph--type--icon-with-text-item[onclick]:hover .field--media-image {
  top: -12px;
  top: -0.75rem;
}

.paragraph--type--embed.paragraph--full-width {
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
}

.paragraph--type--embed.paragraph--full-width iframe {
  width: 100%;
}

.paragraph--type--embed.paragraph--full-width:first-child {
  margin-top: 0;
}

.paragraph--type--embed .field--title {
  position: absolute;
  top: -20px;
  top: -1.25rem;
  left: 0;
}

.paragraph--type--embed .field--title + .field--webform form {
  margin-top: 0;
}

.paragraph--type--webform .field--title {
  position: absolute;
  top: -20px;
  top: -1.25rem;
  left: 0;
}

.paragraph--type--webform .field--title + .field--webform form {
  margin-top: 0;
}

.paragraph--type--view .views-row {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 692px) {
  .paragraph--type--view .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  .paragraph--type--view .view-content .views-row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border: 1rem solid transparent;
    margin-bottom: 0;
  }
  [data-size="1"].paragraph--type--view .view-content .views-row {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--view[data-size="1"] .views-row {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--view[data-size="2"] .views-row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--view[data-size="3"] .views-row {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--view[data-size="4"] .views-row {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--view[data-size="5"] .views-row {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--view[data-size="6"] .views-row {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--view[data-size="7"] .views-row {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--view[data-size="8"] .views-row {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--view[data-size="9"] .views-row {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
}
.paragraph--type--view .field--title {
  color: #fff;
  background: #002E56;
  padding: 8px !important;
  padding: 0.5rem !important;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.vito--banner-image .region--header {
  border: none;
}

.vito--banner-image .region--header.minified {
  border-bottom: 4px solid #002E56;
  border-bottom: 0.25rem solid #002E56;
}

.vito--banner-image .page-title {
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.vito--banner-image .page-title:after {
  content: none;
}

@media only screen and (min-width: 692px) {
  .vito--banner-image .page-title {
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
}
.vito--banner-image .region--content-top {
  position: relative;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 692px) {
  .vito--banner-image .region--content-top {
    min-height: 25rem;
  }
}
.vito--banner-image .region--content-top > * {
  position: relative;
  z-index: 2;
}

.vito--banner-image .region--content-top:after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.vito--banner-image .region--content-top:before {
  content: "";
  background: rgba(0, 46, 86, 0.6);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.vito--banner-image.banner-background-dark .region--content-top:before {
  background: rgba(35, 37, 37, 0.6);
}

.vito--banner-image.banner-background-blue .region--content-top:before {
  background: rgba(0, 46, 86, 0.6);
}

.vito--banner-image.banner-background-innovativeblue .region--content-top:before {
  background: rgba(65, 217, 249, 0.6);
}

.vito--banner-image.banner-background-light-blue .region--content-top:before {
  background: rgba(65, 217, 249, 0.6);
}

.vito--banner-image.banner-background-orange .region--content-top:before {
  background: rgba(255, 103, 0, 0.6);
}

.vito--banner-image.banner-background-white .region--content-top:before {
  background: rgba(255, 255, 255, 0.6);
}

.vito--banner-image.banner-background-green .region--content-top:before {
  background: rgba(21, 234, 117, 0.6);
}

.vito--banner-image.banner-background-red .region--content-top:before {
  background: rgba(231, 45, 67, 0.6);
}

.vito--banner-image.banner-background-purple .region--content-top:before {
  background: rgba(120, 142, 254, 0.6);
}

.vito--banner-image.banner-background-yellow .region--content-top:before {
  background: rgba(249, 203, 31, 0.6);
}

.vito--banner-image.banner-background-aqua .region--content-top:before {
  background: rgba(53, 158, 166, 0.6);
}

.vito--banner-image.banner-background-darkblue .region--content-top:before {
  background: rgba(0, 46, 86, 0.6);
}

.vito--banner-image.banner-background-oldgreen .region--content-top:before {
  background: rgba(103, 174, 62, 0.6);
}

.vito--banner-image.banner-background-oldyellow .region--content-top:before {
  background: rgba(241, 184, 33, 0.6);
}

.vito--banner-image.banner-background-transparent .region--content-top:before {
  background: transparent;
}

.vito--banner-image .page-title {
  color: #fff;
}

.vito--banner-image .breadcrumb {
  position: relative;
}

ul.social-menu li {
  float: left;
}

ul.social-menu li:not(:last-child) {
  margin-right: 8px;
  margin-right: 0.5rem;
}

ul.social-menu li a, ul.social-menu li .anchor-like-button {
  display: inline-block;
  padding: 8px;
  padding: 0.5rem;
  color: #fff;
  background: #eaeaea;
  border-radius: 100%;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
}

ul.social-menu li a:before, ul.social-menu li .anchor-like-button:before {
  margin: 0;
}

ul.social-menu li a:hover, ul.social-menu li .anchor-like-button:hover {
  color: #fff;
}

ul.social-menu a.icon-social-facebook, ul.social-menu .icon-social-facebook.anchor-like-button {
  background-color: #3b5998;
}

ul.social-menu a.icon-social-facebook:hover, ul.social-menu .icon-social-facebook.anchor-like-button:hover {
  background-color: #4c70ba;
}

ul.social-menu a.icon-social-twitter, ul.social-menu .icon-social-twitter.anchor-like-button {
  background-color: #55acee;
}

ul.social-menu a.icon-social-twitter:hover, ul.social-menu .icon-social-twitter.anchor-like-button:hover {
  background-color: #83c3f3;
}

ul.social-menu a.icon-social-linkedin, ul.social-menu .icon-social-linkedin.anchor-like-button {
  background-color: #007bb5;
}

ul.social-menu a.icon-social-linkedin:hover, ul.social-menu .icon-social-linkedin.anchor-like-button:hover {
  background-color: #009ee8;
}

ul.social-menu a.icon-social-googleplus, ul.social-menu .icon-social-googleplus.anchor-like-button {
  background-color: #dd4b39;
}

ul.social-menu a.icon-social-googleplus:hover, ul.social-menu .icon-social-googleplus.anchor-like-button:hover {
  background-color: #e47365;
}

ul.social-menu a.icon-social-instagram, ul.social-menu .icon-social-instagram.anchor-like-button {
  background-color: #e95950;
}

ul.social-menu a.icon-social-instagram:hover, ul.social-menu .icon-social-instagram.anchor-like-button:hover {
  background-color: #ef847d;
}

ul.social-menu a.icon-social-reddit, ul.social-menu .icon-social-reddit.anchor-like-button {
  background-color: #ff4500;
}

ul.social-menu a.icon-social-reddit:hover, ul.social-menu .icon-social-reddit.anchor-like-button:hover {
  background-color: #ff6a33;
}

ul.social-menu a.icon-social-mail, ul.social-menu .icon-social-mail.anchor-like-button {
  background-color: #666;
}

ul.social-menu a.icon-social-mail:hover, ul.social-menu .icon-social-mail.anchor-like-button:hover {
  background-color: gray;
}

ul.social-menu a.icon-social-youtube, ul.social-menu .icon-social-youtube.anchor-like-button {
  background-color: #b00;
}

ul.social-menu a.icon-social-youtube:hover, ul.social-menu .icon-social-youtube.anchor-like-button:hover {
  background-color: #e00;
}

.block-vito-follow-us a, .block-vito-follow-us .anchor-like-button {
  font-size: 0;
}

.block-vito-follow-us a:before, .block-vito-follow-us .anchor-like-button:before {
  background: #002E56;
  color: #fff;
  padding: 8px;
  padding: 0.5rem;
  border-radius: 50%;
}

.block-vito-follow-us a:hover:before, .block-vito-follow-us .anchor-like-button:hover:before {
  background: #001323;
}

.region--toolbar .block-vito-follow-us a:before, .region--toolbar .block-vito-follow-us .anchor-like-button:before {
  padding: 4px;
  padding: 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
}

.search-block-form {
  padding: 0 16px 16px;
  padding: 0 1rem 1rem;
}

.search-block-form form {
  margin: 0;
}

.search-block-form .form-item {
  width: 100%;
  margin: 0;
  position: relative;
}

.search-block-form .form-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  margin-top: -0.75rem;
}

.search-block-form .form-search {
  border-radius: 0;
  border: 0;
  width: 100%;
  height: auto;
  padding: 16px 16px 16px 36px;
  padding: 1rem 1rem 1rem 2.25rem;
}

.search-block-form .form-search:hover, .search-block-form .form-search:focus {
  border: 0;
}

.search-block-form .form-submit {
  margin: 0;
}

.search-block-form .form-actions {
  display: none;
}

@media only screen and (min-width: 992px) {
  .search-block-form {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 9;
    max-width: 0;
    transition: all 0.2s ease-in;
    overflow: hidden;
    background: #fff;
    padding: 0;
  }
  .vito--alternative-header .search-block-form {
    background: #002E56;
    bottom: -0.5rem;
    padding: 0.5rem 0;
  }
  .vito--alternative-header .search-block-form .form-search {
    background: transparent;
  }
  .search-block-form.open {
    max-width: 75rem;
    left: 0;
  }
  .vito--alternative-header .minified .search-block-form {
    background: #393939;
  }
  .search-block-form .form-item {
    padding-left: 3.5rem;
  }
  .search-block-form .form-search {
    padding: 0 2rem 0 1rem;
  }
}
.open-search-header {
  display: none;
}

@media only screen and (min-width: 992px) {
  .open-search-header {
    display: inline;
  }
  .open-search-header:before {
    margin-left: 1.5rem;
  }
}
.close-search-header {
  display: none;
}

@media only screen and (min-width: 992px) {
  .close-search-header {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.75rem;
    cursor: pointer;
  }
  .close-search-header:before {
    font-family: "icons";
    speak: none;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }
}
.search-block-form .form-item:before, .open-search-header:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
  border-left: 1px solid #dedede;
  vertical-align: middle;
  line-height: 24px;
  font-weight: 600;
  padding-left: 8px;
  padding-left: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .search-block-form .form-item:before, .open-search-header:before {
    padding-left: 1.5rem;
  }
}
.vito--alternative-header .search-block-form.open .form-item:before {
  border-left: 0px;
}

.search-form {
  padding: 48px 0 96px;
  padding: 3rem 0 6rem;
  text-align: center;
  background: #002E56;
}

.search-form label, .search-form fieldset > legend {
  display: none;
}

.search-form .form-search {
  width: 75%;
  border: none !important;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 24px 16px;
  padding: 1.5rem 1rem;
}

@media only screen and (min-width: 692px) {
  .search-form .form-search {
    width: 40%;
  }
}
.search-form .form-submit {
  background: none;
  border: none;
  font-size: 0;
}

.search-form .form-submit:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  margin-left: -64px;
  margin-left: -4rem;
  color: #fff;
  font-weight: 600;
}

.search-form .search-help-link {
  display: none;
}

.search-form + .item-list > h3, .search-form + .item-list > .h3 {
  background: #fff;
  padding: 32px;
  padding: 2rem;
  font-family: "AvenirLT-Roman", "Arial", "Helvetica", "sans-serif";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.search-form + h2, .search-form + .h2 {
  display: none;
}

.search-form ~ .item-list {
  margin-top: -64px;
  margin-top: -4rem;
}

.search-results {
  margin: 16px 0;
  margin: 1rem 0;
  padding: 0;
  background: #fff;
}

.search-results li {
  margin: 0;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
}

.search-results li + li {
  border-top: 2px solid #f5f5f5;
}

.node--type-contact {
  background: #fff;
  padding: 32px;
  padding: 2rem;
  height: 100%;
}

.page-background-white .node--type-contact, .background--white .node--type-contact {
  background: #f5f5f5;
}

.node--type-contact .field--group-bottom {
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  border-top: 1px solid #dedede;
}

.node--type-contact .field--name-field-label {
  color: #818181;
  font-size: 14px;
  font-size: 0.875rem;
}

.node--type-contact .field--name-node-title {
  position: static;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  text-transform: capitalize;
}

.node--type-contact .field--name-node-title h2, .node--type-contact .field--name-node-title .h2 {
  color: #002E56;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.node--type-contact .field--name-field-function {
  color: #000;
  font-family: "AvenirLT-Heavy", "Arial", "Helvetica", "sans-serif";
}

.node--type-contact .field--name-field-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.node--type-contact .field--name-field-contact .field__item {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.node--type-contact .field--name-field-company:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  color: #002E56;
}

.node--type-contact .field--name-field-email {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.node--type-contact .field--name-field-email:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  color: #002E56;
}

.node--type-contact .field--name-field-phone:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  color: #002E56;
}

.node--type-contact.node--view-mode-full {
  margin-top: 32px;
  margin-top: 2rem;
}

.node--type-contact.node--view-mode-full .group-left, .node--type-contact.node--view-mode-full .group-right {
  float: none;
  width: 100%;
}

.node--type-contact.node--view-mode-full .group-right {
  margin-top: 16px;
  margin-top: 1rem;
}

@media only screen and (min-width: 692px) {
  .node--type-contact.node--view-mode-full .group-left {
    float: left;
    width: 30%;
  }
  .node--type-contact.node--view-mode-full .group-right {
    margin-top: 0;
    width: 66%;
    float: right;
  }
}
.vito--page-type-landingspage:not(.vito--admin-edit) .breadcrumb {
  visibility: hidden;
}

.vito--page-type-landingspage:not(.vito--admin-edit) .region--content:after {
  content: "";
  background: #002E56;
  height: 192px;
  height: 12rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  margin: 0 -800px;
  margin: 0 -50rem;
  padding: 0 800px;
  padding: 0 50rem;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-dark .region--content:after {
  background: #232525;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-dark h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-dark .page-title.h1:after {
  background: #232525;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-blue .region--content:after {
  background: #002E56;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-blue h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-blue .page-title.h1:after {
  background: #002E56;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-innovativeblue .region--content:after {
  background: #41D9F9;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-innovativeblue h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-innovativeblue .page-title.h1:after {
  background: #41D9F9;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-light-blue .region--content:after {
  background: #41D9F9;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-light-blue h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-light-blue .page-title.h1:after {
  background: #41D9F9;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-orange .region--content:after {
  background: #FF6700;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-orange h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-orange .page-title.h1:after {
  background: #FF6700;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-white .region--content:after {
  background: #fff;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-white h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-white .page-title.h1:after {
  background: #fff;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-green .region--content:after {
  background: #15EA75;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-green h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-green .page-title.h1:after {
  background: #15EA75;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-red .region--content:after {
  background: #E72D43;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-red h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-red .page-title.h1:after {
  background: #E72D43;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-purple .region--content:after {
  background: #788EFE;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-purple h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-purple .page-title.h1:after {
  background: #788EFE;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-yellow .region--content:after {
  background: #F9CB1F;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-yellow h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-yellow .page-title.h1:after {
  background: #F9CB1F;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-aqua .region--content:after {
  background: #359EA6;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-aqua h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-aqua .page-title.h1:after {
  background: #359EA6;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-darkblue .region--content:after {
  background: #002E56;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-darkblue h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-darkblue .page-title.h1:after {
  background: #002E56;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-oldgreen .region--content:after {
  background: #67AE3E;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-oldgreen h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-oldgreen .page-title.h1:after {
  background: #67AE3E;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-oldyellow .region--content:after {
  background: #F1B821;
}

.vito--page-type-landingspage:not(.vito--admin-edit).banner-background-oldyellow h1.page-title:after, .vito--page-type-landingspage:not(.vito--admin-edit).banner-background-oldyellow .page-title.h1:after {
  background: #F1B821;
}

#colorbox #cboxWrapper {
  border-radius: 0;
}

#colorbox #cboxTitle {
  background: rgba(0, 46, 86, 0.7);
  color: #fff;
}

#colorbox #cboxPrevious, #colorbox #cboxNext {
  font-size: 0;
  line-height: 0;
  text-indent: 0;
}

#colorbox #cboxPrevious:before, #colorbox #cboxNext:before {
  background: #002E56;
  padding: 4px;
  padding: 0.25rem;
  display: block;
  color: #fff;
}

#colorbox #cboxPrevious:hover:before, #colorbox #cboxNext:hover:before {
  background: #00203d;
}

#colorbox #cboxPrevious:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

#colorbox #cboxNext:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

#colorbox #cboxCurrent {
  bottom: 0;
}

#colorbox #cboxClose {
  background: none;
  text-indent: 0;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
}

#colorbox #cboxClose:before {
  font-family: "icons";
  speak: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  background: #002E56;
  padding: 4px;
  padding: 0.25rem;
  display: block;
  color: #fff;
}

#colorbox #cboxClose:hover:before {
  background: #00203d;
}

.webform-submission-form {
  margin: 32px 0;
  margin: 2rem 0;
  background: #fff;
  padding: 32px;
  padding: 2rem;
}

.maintenance-message {
  max-width: 600px;
  margin: 48px auto 48px;
  margin: 3rem auto 3rem;
  background: #fff;
  border: solid 1px #e1e1e1;
  padding: 48px 40px;
  padding: 3rem 40px;
  text-align: center;
}

.maintenance-message .branding {
  float: none;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.maintenance-message .site-logo {
  display: inline-block;
}

.maintenance-page {
  background: #002E56;
}

.maintenance-message {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: table;
  width: 100%;
  border-radius: 0.25rem;
}

.maintenance-message h1, .maintenance-message .h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
}

.maintenance-message .branding {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.maintenance-message .messages {
  margin-bottom: 0;
  text-align: left;
}

.w-5 {
  width: 5% !important;
}

.w-80, .k-progressbar {
  width: 80% !important;
}

/*!
 * Copyright 2022 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.k-common-test-class, .k-theme-test-class {
  opacity: 0;
}

[hidden] {
  display: none !important;
}

script {
  display: none !important;
}

.k-hidden {
  display: none !important;
}

.k-rtl {
  direction: rtl;
}

.k-sr-only {
  position: absolute;
  left: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.k-hbox, .k-hstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-vbox, .k-vstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.k-flex, .k-spacer {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.k-flex-layout {
  display: -ms-flexbox;
  display: flex;
}

.k-grid-layout {
  display: grid;
}

.k-separator {
  width: auto;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  display: block;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.k-separator-horizontal, .k-vstack > .k-separator {
  width: auto;
  height: 0;
  border-width: 1px 0 0;
}

.k-hstack > .k-separator, .k-separator-vertical {
  width: 0;
  height: auto;
  border-width: 0 0 0 1px;
}

hr.k-separator {
  margin: 0;
  padding: 0;
}

.k-reset {
  margin: 0;
  padding: 0;
  border-width: 0;
  outline: 0;
  text-decoration: none;
  font: inherit;
  list-style: none;
}

kendo-sortable {
  display: block;
}

.k-link, .k-link:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.k-content {
  outline: 0;
}

.k-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-no-click {
  pointer-events: none;
}

.k-pdf-export-shadow {
  position: absolute;
  overflow: hidden;
  left: -15000px;
  width: 14400px;
}

.kendo-pdf-hide-pseudo-elements::after, .kendo-pdf-hide-pseudo-elements::before {
  display: none !important;
}

.k-text-selection ::selection {
  background-color: #0d6efd;
  color: #fff;
}

.k-block, .k-panel {
  border-radius: 0.25rem;
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
  padding: 1rem 1rem;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}

.k-block > .k-header, .k-panel > .k-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
  margin: -1rem -1rem 1rem;
  padding: 1rem 1rem;
}

.k-content {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-disabled, .k-state-disabled, .k-widget[disabled] {
  outline: 0;
  cursor: default;
  opacity: 0.65;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-disabled .k-link, .k-state-disabled .k-link, .k-widget[disabled] .k-link {
  cursor: default;
  outline: 0;
}

.k-disabled .k-disabled, .k-disabled .k-state-disabled, .k-disabled [disabled], .k-state-disabled .k-disabled, .k-state-disabled .k-state-disabled, .k-state-disabled [disabled], .k-widget[disabled] .k-disabled, .k-widget[disabled] .k-state-disabled, .k-widget[disabled] [disabled] {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.k-hr {
  margin: 1rem auto;
  padding: 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #dee2e6;
  display: block;
  float: none;
  clear: both;
}

.k-d-flex-row > .k-hr {
  margin: 0;
  width: 0;
  height: auto;
  border-width: 0 0 0 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-d-flex-col > .k-hr {
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-dirty {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #dc3545 #dc3545 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.k-rtl .k-dirty, [dir=rtl] .k-dirty {
  border-color: transparent transparent #dc3545 #dc3545;
  right: auto;
  left: 0;
}

.k-placeholder-line {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.k-drop-hint {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-drop-hint-end, .k-drop-hint-start {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
}

.k-drop-hint-line {
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #0d6efd;
}

.k-drop-hint-h .k-drop-hint-start {
  border-left-width: 6.92820323px;
  border-left-color: #0d6efd;
  border-right-width: 0;
}

.k-drop-hint-h .k-drop-hint-line {
  width: 20px;
  height: 1px;
}

.k-drop-hint-h .k-drop-hint-end {
  border-right-width: 6.92820323px;
  border-right-color: #0d6efd;
  border-left-width: 0;
}

.k-drop-hint-v {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-drop-hint-v .k-drop-hint-start {
  border-top-width: 6.92820323px;
  border-top-color: #0d6efd;
  border-bottom-width: 0;
}

.k-drop-hint-v .k-drop-hint-line {
  width: 1px;
  height: 20px;
}

.k-drop-hint-v .k-drop-hint-end {
  border-bottom-width: 6.92820323px;
  border-bottom-color: #0d6efd;
  border-top-width: 0;
}

.k-animation-container {
  position: absolute;
  overflow: hidden;
  z-index: 100;
}

.k-animation-container-fixed {
  position: fixed;
}

.k-animation-container-relative {
  position: relative;
  display: inline-block;
}

.k-push-right-appear, .k-push-right-enter {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.k-push-right-appear-active, .k-push-right-enter-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-push-right-exit {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.k-push-right-exit-active {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-push-left-appear, .k-push-left-enter {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.k-push-left-appear-active, .k-push-left-enter-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-push-left-exit {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.k-push-left-exit-active {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-push-down-appear, .k-push-down-enter {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.k-push-down-appear-active, .k-push-down-enter-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-push-down-exit {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.k-push-down-exit-active {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-push-up-appear, .k-push-up-enter {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.k-push-up-appear-active, .k-push-up-enter-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-push-up-exit {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.k-push-up-exit-active {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-expand-vertical-appear, .k-expand-vertical-enter {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.k-expand-vertical-appear-active, .k-expand-vertical-enter-active {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-expand-vertical-exit {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.k-expand-vertical-exit-active {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-expand-horizontal-appear, .k-expand-horizontal-enter {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.k-expand-horizontal-appear-active, .k-expand-horizontal-enter-active {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-expand-horizontal-exit {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.k-expand-horizontal-exit-active {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-fade-appear, .k-fade-enter {
  opacity: 0;
}

.k-fade-appear-active, .k-fade-enter-active {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.k-fade-exit {
  opacity: 1;
}

.k-fade-exit-active {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.k-fade-enter-active + .k-fade-enter-active, .k-fade-exit-active + .k-fade-exit-active {
  display: none;
}

.k-zoom-in-appear, .k-zoom-in-enter {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.k-zoom-in-appear-active, .k-zoom-in-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.3s ease-in-out, -webkit-transform;
  transition: transform, opacity 0.3s ease-in-out;
  transition: transform, opacity 0.3s ease-in-out, -webkit-transform;
}

.k-zoom-in-exit {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.k-zoom-in-exit-active {
  opacity: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  transition: opacity 0.3s ease-in-out, -webkit-transform;
  transition: transform, opacity 0.3s ease-in-out;
  transition: transform, opacity 0.3s ease-in-out, -webkit-transform;
}

.k-zoom-out-appear, .k-zoom-out-enter {
  opacity: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.k-zoom-out-appear-active, .k-zoom-out-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.3s ease-in-out, -webkit-transform;
  transition: transform, opacity 0.3s ease-in-out;
  transition: transform, opacity 0.3s ease-in-out, -webkit-transform;
}

.k-zoom-out-exit {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.k-zoom-out-exit-active {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: opacity 0.3s ease-in-out, -webkit-transform;
  transition: transform, opacity 0.3s ease-in-out;
  transition: transform, opacity 0.3s ease-in-out, -webkit-transform;
}

.k-slide-in-appear {
  opacity: 0.1;
  -webkit-transform: translate(0, -3em);
  -ms-transform: translate(0, -3em);
  transform: translate(0, -3em);
}

.k-slide-in-appear .k-centered {
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}

.k-slide-in-appear-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
}

.k-slide-in-appear-active .k-centered {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-slide-down-appear, .k-slide-down-enter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.k-slide-down-appear-active, .k-slide-down-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-slide-down-exit {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.k-slide-down-exit-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-slide-up-appear, .k-slide-up-enter {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.k-slide-up-appear-active, .k-slide-up-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-slide-up-exit {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.k-slide-up-exit-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-slide-right-appear, .k-slide-right-enter {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-slide-right-appear-active, .k-slide-right-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-slide-right-exit {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.k-slide-right-exit-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-slide-left-appear, .k-slide-left-enter {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.k-slide-left-appear-active, .k-slide-left-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-slide-left-exit {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.k-slide-left-exit-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.k-reveal-vertical-appear, .k-reveal-vertical-enter {
  max-height: 0;
}

.k-reveal-vertical-appear-active, .k-reveal-vertical-enter-active {
  transition: max-height 0.3s ease-in-out;
}

.k-reveal-vertical-exit-active {
  max-height: 0 !important;
  transition: max-height 0.3s ease-in-out;
}

.k-reveal-horizontal-appear, .k-reveal-horizontal-enter {
  max-width: 0;
}

.k-reveal-horizontal-appear-active, .k-reveal-horizontal-enter-active {
  transition: max-width 0.3s ease-in-out;
}

.k-reveal-horizontal-exit-active {
  max-width: 0 !important;
  transition: max-width 0.3s ease-in-out;
}

.k-fx-end .k-fx-current, .k-fx-end .k-fx-next {
  transition: all 350ms ease-out;
}

.k-fx {
  position: relative;
}

.k-fx .k-fx-current {
  z-index: 0;
}

.k-fx .k-fx-next {
  z-index: 1;
}

.k-fx-hidden, .k-fx-hidden * {
  visibility: hidden !important;
}

.k-fx-reverse .k-fx-current {
  z-index: 1;
}

.k-fx-reverse .k-fx-next {
  z-index: 0;
}

.k-fx-zoom.k-fx-start .k-fx-next {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
}

.k-fx-zoom.k-fx-end .k-fx-next {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next, .k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
}

.k-fx-fade.k-fx-start .k-fx-next {
  will-change: opacity;
  opacity: 0;
}

.k-fx-fade.k-fx-end .k-fx-next {
  opacity: 1;
}

.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: opacity;
  opacity: 1;
}

.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
  opacity: 0;
}

.k-fx-slide.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-end .k-fx-current .k-footer, .k-fx-slide.k-fx-end .k-fx-current .k-header, .k-fx-slide.k-fx-end .k-fx-current .km-content, .k-fx-slide.k-fx-end .k-fx-current .km-footer, .k-fx-slide.k-fx-end .k-fx-current .km-header, .k-fx-slide.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-end .k-fx-next .km-content, .k-fx-slide.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-end .k-fx-next .km-header {
  transition: all 350ms ease-out;
}

.k-fx-slide.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-start .k-fx-next .km-content {
  will-change: transform;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.k-fx-slide.k-fx-start .k-fx-next .k-footer, .k-fx-slide.k-fx-start .k-fx-next .k-header, .k-fx-slide.k-fx-start .k-fx-next .km-footer, .k-fx-slide.k-fx-start .k-fx-next .km-header {
  will-change: opacity;
  opacity: 0;
}

.k-fx-slide.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-fx-slide.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-end .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-content, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  will-change: transform;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header {
  will-change: opacity;
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header {
  opacity: 0;
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next, .k-fx.k-fx-overlay.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current, .k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.k-drag-clue {
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 20000;
  cursor: move;
}

.k-drag-clue .k-drag-status, .k-drag-status {
  margin: 0;
  margin-right: 0.4ex;
}

.k-drag-clue {
  border-color: #0c65e9;
  color: #fff;
  background-color: #0d6efd;
}

.k-reorder-cue {
  position: absolute;
}

.k-reorder-cue::after, .k-reorder-cue::before {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.k-reorder-cue::before {
  border-bottom-width: 0;
  border-top-color: currentColor;
  top: -4px;
}

.k-reorder-cue::after {
  border-top-width: 0;
  border-bottom-color: currentColor;
  bottom: -4px;
}

.k-loading-color, .k-loading-image, .k-loading-mask {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.k-loading-color *, .k-loading-color ::after, .k-loading-color ::before, .k-loading-color::after, .k-loading-color::before, .k-loading-image *, .k-loading-image ::after, .k-loading-image ::before, .k-loading-image::after, .k-loading-image::before, .k-loading-mask *, .k-loading-mask ::after, .k-loading-mask ::before, .k-loading-mask::after, .k-loading-mask::before {
  box-sizing: border-box;
}

.k-loading-mask {
  z-index: 100;
}

.k-loading-mask.k-opaque .k-loading-color {
  opacity: 1;
}

.k-loading-text {
  text-indent: -4000px;
  text-align: center;
  position: absolute;
}

.k-loading-image {
  z-index: 2;
}

.k-loading-color {
  background-color: #fff;
  opacity: 0.3;
}

.k-i-loading {
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
  color: currentColor;
}

.k-i-loading::after, .k-i-loading::before {
  box-sizing: border-box;
}

.k-i-loading::after, .k-i-loading::before, .k-loading-image::after, .k-loading-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  box-sizing: inherit;
  border-radius: 50%;
  border-width: 0.05em;
  border-style: solid;
  border-color: currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: transparent;
}

.k-icon.k-i-loading::after, .k-icon.k-i-loading::before {
  content: "";
}

.k-i-loading::before, .k-loading-image::before {
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  -webkit-animation: k-loading-animation 0.7s linear infinite;
  animation: k-loading-animation 0.7s linear infinite;
}

.k-i-loading::after, .k-loading-image::after {
  margin-top: -0.25em;
  margin-left: -0.25em;
  width: 0.5em;
  height: 0.5em;
  animation: k-loading-animation reverse 1.4s linear infinite;
}

.k-loading-image::after, .k-loading-image::before {
  content: "";
  border-width: 1px;
  border-width: clamp(0.015em, 1px, 1px);
  font-size: 4em;
}

@-webkit-keyframes loading {
  0% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 502;
  }
  50% {
    stroke-dasharray: 250 1;
  }
  100% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 0;
  }
}
@keyframes loading {
  0% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 502;
  }
  50% {
    stroke-dasharray: 250 1;
  }
  100% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes k-loading-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes k-loading-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.k-i-loading::before, .k-loading-image::before {
  border-color: currentColor;
  border-right-color: transparent !important;
}

.k-i-loading::after, .k-loading-image::after {
  display: none !important;
}

.k-loading-image::before {
  border-width: 0.25rem;
}

.k-resize-handle, .k-resize-hint {
  position: absolute;
  border-color: inherit;
  z-index: 200;
}

.k-resize-handle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.k-resize-handle::before {
  content: "";
  border: 0 solid;
  border-color: inherit;
}

.k-resize-n {
  width: 100%;
  height: 6px;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 0;
  top: -3px;
  cursor: n-resize;
}

.k-resize-s {
  width: 100%;
  height: 6px;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 0;
  bottom: -3px;
  cursor: s-resize;
}

.k-resize-w {
  width: 6px;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: -3px;
  cursor: w-resize;
}

.k-resize-e {
  width: 6px;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  right: -3px;
  cursor: e-resize;
}

.k-resize-ne, .k-resize-nw, .k-resize-se, .k-resize-sw {
  width: 5px;
  height: 5px;
}

.k-resize-sw {
  cursor: sw-resize;
  bottom: 0;
  left: 0;
}

.k-resize-se {
  cursor: se-resize;
  bottom: 0;
  right: 0;
}

.k-resize-nw {
  cursor: nw-resize;
  top: 0;
  left: 0;
}

.k-resize-ne {
  cursor: ne-resize;
  top: 0;
  right: 0;
}

.k-vertical-resize {
  cursor: row-resize;
}

.k-horizontal-resize {
  cursor: col-resize;
}

.k-resize-hint {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.k-resize-hint .k-resize-hint-handle {
  width: auto;
  height: 20px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.k-resize-hint .k-resize-hint-marker {
  width: 2px;
  height: auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-resize-hint-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.k-resize-hint-vertical .k-resize-hint-handle {
  width: 20px;
  height: auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.k-resize-hint-vertical .k-resize-hint-marker {
  width: auto;
  height: 2px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-marquee {
  position: absolute;
  z-index: 100000;
}

.k-marquee-color, .k-marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.k-marquee-color {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0c65e9;
  opacity: 0.6;
}

.k-marquee-text {
  color: #fff;
}

.k-body, .k-typography {
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}

.k-body p, .k-typography p {
  margin: 0 0 1rem;
}

.k-h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.k-h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.k-h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.k-h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.k-h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.k-h6 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.k-paragraph {
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 1rem;
}

.k-code, .k-pre {
  font-size: 0.875em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 1.5;
  font-weight: 400;
  border-style: solid;
  border-width: 1px;
}

.k-pre {
  padding: 16px 24px;
  overflow: auto;
}

.k-pre > .k-code {
  padding: 0;
  border-width: 0;
  border-color: transparent;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
}

.k-code {
  padding: 0 4px;
}

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

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

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

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

.k-body {
  color: #212529;
  background-color: #fff;
}

.k-code, .k-pre {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-border {
  border-width: 1px !important;
}

.k-border-0 {
  border-width: 0 !important;
}

.k-border-top {
  border-top-width: 1px !important;
}

.k-border-top-0 {
  border-top-width: 0 !important;
}

.k-border-right {
  border-right-width: 1px !important;
}

.k-border-right-0 {
  border-right-width: 0 !important;
}

.k-border-bottom {
  border-bottom-width: 1px !important;
}

.k-border-bottom-0 {
  border-bottom-width: 0 !important;
}

.k-border-left {
  border-left-width: 1px !important;
}

.k-border-left-0 {
  border-left-width: 0 !important;
}

.k-border-x {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.k-border-x-0 {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

.k-border-y {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}

.k-border-y-0 {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

.k-border-solid {
  border-style: solid !important;
}

.k-border-dashed {
  border-style: dashed !important;
}

.k-border-dotted {
  border-style: dotted !important;
}

.k-border-double {
  border-style: double !important;
}

.k-border-none {
  border-style: none !important;
}

.k-border-primary {
  border-color: #0d6efd !important;
}

.k-border-secondary {
  border-color: #6c757d !important;
}

.k-border-tertiary {
  border-color: #6f42c1 !important;
}

.k-border-info {
  border-color: #0dcaf0 !important;
}

.k-border-success {
  border-color: #198754 !important;
}

.k-border-warning {
  border-color: #ffc107 !important;
}

.k-border-error {
  border-color: #dc3545 !important;
}

.k-border-dark {
  border-color: #212529 !important;
}

.k-border-light {
  border-color: #f8f9fa !important;
}

.k-border-inverse {
  border-color: #212529 !important;
}

.k-rounded {
  border-radius: 0.25rem;
}

.\!k-rounded {
  border-radius: 0.25rem !important;
}

.k-rounded-0 {
  border-radius: 0;
}

.\!k-rounded-0 {
  border-radius: 0 !important;
}

.k-rounded-sm {
  border-radius: 0.125rem;
}

.\!k-rounded-sm {
  border-radius: 0.125rem !important;
}

.k-rounded-md {
  border-radius: 0.25rem;
}

.\!k-rounded-md {
  border-radius: 0.25rem !important;
}

.k-rounded-lg {
  border-radius: 0.375rem;
}

.\!k-rounded-lg {
  border-radius: 0.375rem !important;
}

.k-rounded-full {
  border-radius: 9999px;
}

.\!k-rounded-full {
  border-radius: 9999px !important;
}

.k-rounded-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.\!k-rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.k-rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.\!k-rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.k-rounded-top-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.\!k-rounded-top-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.k-rounded-top-md {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.\!k-rounded-top-md {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.k-rounded-top-lg {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.\!k-rounded-top-lg {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.k-rounded-top-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.\!k-rounded-top-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.k-rounded-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.\!k-rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.k-rounded-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.\!k-rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.k-rounded-right-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.\!k-rounded-right-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.k-rounded-right-md {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.\!k-rounded-right-md {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.k-rounded-right-lg {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.\!k-rounded-right-lg {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.k-rounded-right-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.\!k-rounded-right-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.k-rounded-bottom {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.\!k-rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.k-rounded-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.\!k-rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.k-rounded-bottom-sm {
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.\!k-rounded-bottom-sm {
  border-bottom-left-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.k-rounded-bottom-md {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.\!k-rounded-bottom-md {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.k-rounded-bottom-lg {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.\!k-rounded-bottom-lg {
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.k-rounded-bottom-full {
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.\!k-rounded-bottom-full {
  border-bottom-left-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.k-rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.\!k-rounded-left {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.k-rounded-left-0 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.\!k-rounded-left-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.k-rounded-left-sm {
  border-bottom-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
}

.\!k-rounded-left-sm {
  border-bottom-left-radius: 0.125rem !important;
  border-top-left-radius: 0.125rem !important;
}

.k-rounded-left-md {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.\!k-rounded-left-md {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.k-rounded-left-lg {
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}

.\!k-rounded-left-lg {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important;
}

.k-rounded-left-full {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
}

.\!k-rounded-left-full {
  border-bottom-left-radius: 9999px !important;
  border-top-left-radius: 9999px !important;
}

.k-rounded-top-left {
  border-top-left-radius: 0.25rem;
}

.\!k-rounded-top-left {
  border-top-left-radius: 0.25rem !important;
}

.k-rounded-top-left-0 {
  border-top-left-radius: 0;
}

.\!k-rounded-top-left-0 {
  border-top-left-radius: 0 !important;
}

.k-rounded-top-left-sm {
  border-top-left-radius: 0.125rem;
}

.\!k-rounded-top-left-sm {
  border-top-left-radius: 0.125rem !important;
}

.k-rounded-top-left-md {
  border-top-left-radius: 0.25rem;
}

.\!k-rounded-top-left-md {
  border-top-left-radius: 0.25rem !important;
}

.k-rounded-top-left-lg {
  border-top-left-radius: 0.375rem;
}

.\!k-rounded-top-left-lg {
  border-top-left-radius: 0.375rem !important;
}

.k-rounded-top-left-full {
  border-top-left-radius: 9999px;
}

.\!k-rounded-top-left-full {
  border-top-left-radius: 9999px !important;
}

.k-rounded-top-right {
  border-top-right-radius: 0.25rem;
}

.\!k-rounded-top-right {
  border-top-right-radius: 0.25rem !important;
}

.k-rounded-top-right-0 {
  border-top-right-radius: 0;
}

.\!k-rounded-top-right-0 {
  border-top-right-radius: 0 !important;
}

.k-rounded-top-right-sm {
  border-top-right-radius: 0.125rem;
}

.\!k-rounded-top-right-sm {
  border-top-right-radius: 0.125rem !important;
}

.k-rounded-top-right-md {
  border-top-right-radius: 0.25rem;
}

.\!k-rounded-top-right-md {
  border-top-right-radius: 0.25rem !important;
}

.k-rounded-top-right-lg {
  border-top-right-radius: 0.375rem;
}

.\!k-rounded-top-right-lg {
  border-top-right-radius: 0.375rem !important;
}

.k-rounded-top-right-full {
  border-top-right-radius: 9999px;
}

.\!k-rounded-top-right-full {
  border-top-right-radius: 9999px !important;
}

.k-rounded-bottom-left {
  border-bottom-left-radius: 0.25rem;
}

.\!k-rounded-bottom-left {
  border-bottom-left-radius: 0.25rem !important;
}

.k-rounded-bottom-left-0 {
  border-bottom-left-radius: 0;
}

.\!k-rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}

.k-rounded-bottom-left-sm {
  border-bottom-left-radius: 0.125rem;
}

.\!k-rounded-bottom-left-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.k-rounded-bottom-left-md {
  border-bottom-left-radius: 0.25rem;
}

.\!k-rounded-bottom-left-md {
  border-bottom-left-radius: 0.25rem !important;
}

.k-rounded-bottom-left-lg {
  border-bottom-left-radius: 0.375rem;
}

.\!k-rounded-bottom-left-lg {
  border-bottom-left-radius: 0.375rem !important;
}

.k-rounded-bottom-left-full {
  border-bottom-left-radius: 9999px;
}

.\!k-rounded-bottom-left-full {
  border-bottom-left-radius: 9999px !important;
}

.k-rounded-bottom-right {
  border-bottom-right-radius: 0.25rem;
}

.\!k-rounded-bottom-right {
  border-bottom-right-radius: 0.25rem !important;
}

.k-rounded-bottom-right-0 {
  border-bottom-right-radius: 0;
}

.\!k-rounded-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}

.k-rounded-bottom-right-sm {
  border-bottom-right-radius: 0.125rem;
}

.\!k-rounded-bottom-right-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.k-rounded-bottom-right-md {
  border-bottom-right-radius: 0.25rem;
}

.\!k-rounded-bottom-right-md {
  border-bottom-right-radius: 0.25rem !important;
}

.k-rounded-bottom-right-lg {
  border-bottom-right-radius: 0.375rem;
}

.\!k-rounded-bottom-right-lg {
  border-bottom-right-radius: 0.375rem !important;
}

.k-rounded-bottom-right-full {
  border-bottom-right-radius: 9999px;
}

.\!k-rounded-bottom-right-full {
  border-bottom-right-radius: 9999px !important;
}

.k-display-inline {
  display: inline !important;
}

.k-display-block {
  display: block !important;
}

.k-display-inline-block {
  display: inline-block !important;
}

.k-display-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.k-display-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.k-display-table {
  display: table !important;
}

.k-display-inline-table {
  display: inline-table !important;
}

.k-display-none {
  display: none !important;
}

.k-d-flex, .k-d-flex-col, .k-d-flex-row {
  display: -ms-flexbox;
  display: flex;
}

.\!k-d-flex, .\!k-d-flex-col, .\!k-d-flex-row {
  display: -ms-flexbox !important;
  display: flex !important;
}

.k-d-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.\!k-d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.k-d-flex-row, .k-flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.\!k-d-flex-col, .\!k-d-flex-row, .\!k-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.k-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.\!k-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.k-d-flex-col, .k-flex-col, .k-flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.\!k-flex-col {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.k-flex-col-reverse, .k-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.\!k-flex-col-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.k-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.\!k-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.k-flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.\!k-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.k-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.\!k-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.k-flex-initial {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.\!k-flex-initial {
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
}

.k-flex-1 {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.\!k-flex-1 {
  -ms-flex: 1 1 0% !important;
  flex: 1 1 0% !important;
}

.k-flex-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.\!k-flex-auto {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.k-flex-none {
  -ms-flex: none;
  flex: none;
}

.\!k-flex-none {
  -ms-flex: none !important;
  flex: none !important;
}

.k-flex-grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.\!k-flex-grow {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.k-flex-grow-0 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.\!k-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.k-flex-shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.\!k-flex-shrink {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.k-flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.\!k-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.k-flex-basis-auto {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.\!k-flex-basis-auto {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}

.k-flex-basis-0 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
}

.\!k-flex-basis-0 {
  -ms-flex-preferred-size: 0 !important;
  flex-basis: 0% !important;
}

.k-align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.\!k-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.k-align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.\!k-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.k-align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

.\!k-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.k-align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.\!k-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.k-align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.\!k-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.k-align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.\!k-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.k-align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.\!k-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.k-align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.\!k-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.k-align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.\!k-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.k-align-content-baseline {
  -ms-flex-line-pack: baseline;
  align-content: baseline;
}

.\!k-align-content-baseline {
  -ms-flex-line-pack: baseline !important;
  align-content: baseline !important;
}

.k-align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.\!k-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.k-align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.\!k-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.k-align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.\!k-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.k-align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.\!k-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.k-align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.\!k-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.k-justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.\!k-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.k-justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.\!k-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.k-justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.\!k-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.k-justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.\!k-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.k-justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.\!k-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.k-justify-content-evenly {
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.\!k-justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.k-justify-content-stretch > * {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.\!k-justify-content-stretch > * {
  -ms-flex: 1 0 0% !important;
  flex: 1 0 0% !important;
}

.k-justify-items-start {
  justify-items: flex-start;
}

.\!k-justify-items-start {
  justify-items: flex-start !important;
}

.k-justify-items-end {
  justify-items: flex-end;
}

.\!k-justify-items-end {
  justify-items: flex-end !important;
}

.k-justify-items-center {
  justify-items: center;
}

.\!k-justify-items-center {
  justify-items: center !important;
}

.k-justify-items-stretch {
  justify-items: stretch;
}

.\!k-justify-items-stretch {
  justify-items: stretch !important;
}

.k-float-left {
  float: left !important;
}

.k-float-right {
  float: right !important;
}

.k-float-none {
  float: none !important;
}

.k-clear-left {
  clear: left !important;
}

.k-clear-right {
  clear: right !important;
}

.k-clear-both {
  clear: both !important;
}

.k-clear-none {
  clear: none !important;
}

.k-floatwrap::after {
  content: "";
  display: block;
  clear: both;
}

.k-d-grid {
  display: grid;
}

.k-grid-cols-none {
  grid-template-columns: none;
}

.k-grid-rows-none {
  grid-template-rows: none;
}

.k-grid-flow-col {
  grid-auto-flow: column;
}

.k-grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.k-grid-flow-row {
  grid-auto-flow: row;
}

.k-grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.k-grid-flow-unset {
  grid-auto-flow: unset;
}

.k-colspan-all {
  grid-column: 1/-1;
}

.k-colspan-auto {
  grid-column: auto;
}

.k-rowspan-all {
  grid-row: 1/-1;
}

.k-rowspan-auto {
  grid-row: auto;
}

.k-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.k-colspan-1 {
  grid-column: span 1;
}

.k-col-start-1 {
  grid-column-start: 1;
}

.k-col-end-1 {
  grid-column-end: 1;
}

.k-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.k-colspan-2 {
  grid-column: span 2;
}

.k-col-start-2 {
  grid-column-start: 2;
}

.k-col-end-2 {
  grid-column-end: 2;
}

.k-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.k-colspan-3 {
  grid-column: span 3;
}

.k-col-start-3 {
  grid-column-start: 3;
}

.k-col-end-3 {
  grid-column-end: 3;
}

.k-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.k-colspan-4 {
  grid-column: span 4;
}

.k-col-start-4 {
  grid-column-start: 4;
}

.k-col-end-4 {
  grid-column-end: 4;
}

.k-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.k-colspan-5 {
  grid-column: span 5;
}

.k-col-start-5 {
  grid-column-start: 5;
}

.k-col-end-5 {
  grid-column-end: 5;
}

.k-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.k-colspan-6 {
  grid-column: span 6;
}

.k-col-start-6 {
  grid-column-start: 6;
}

.k-col-end-6 {
  grid-column-end: 6;
}

.k-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.k-colspan-7 {
  grid-column: span 7;
}

.k-col-start-7 {
  grid-column-start: 7;
}

.k-col-end-7 {
  grid-column-end: 7;
}

.k-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.k-colspan-8 {
  grid-column: span 8;
}

.k-col-start-8 {
  grid-column-start: 8;
}

.k-col-end-8 {
  grid-column-end: 8;
}

.k-grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.k-colspan-9 {
  grid-column: span 9;
}

.k-col-start-9 {
  grid-column-start: 9;
}

.k-col-end-9 {
  grid-column-end: 9;
}

.k-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.k-colspan-10 {
  grid-column: span 10;
}

.k-col-start-10 {
  grid-column-start: 10;
}

.k-col-end-10 {
  grid-column-end: 10;
}

.k-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.k-colspan-11 {
  grid-column: span 11;
}

.k-col-start-11 {
  grid-column-start: 11;
}

.k-col-end-11 {
  grid-column-end: 11;
}

.k-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.k-colspan-12 {
  grid-column: span 12;
}

.k-col-start-12 {
  grid-column-start: 12;
}

.k-col-end-12 {
  grid-column-end: 12;
}

.k-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.k-rowspan-1 {
  grid-row: span 1;
}

.k-row-start-1 {
  grid-row-start: 1;
}

.k-row-end-1 {
  grid-row-end: 1;
}

.k-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.k-rowspan-2 {
  grid-row: span 2;
}

.k-row-start-2 {
  grid-row-start: 2;
}

.k-row-end-2 {
  grid-row-end: 2;
}

.k-grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.k-rowspan-3 {
  grid-row: span 3;
}

.k-row-start-3 {
  grid-row-start: 3;
}

.k-row-end-3 {
  grid-row-end: 3;
}

.k-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.k-rowspan-4 {
  grid-row: span 4;
}

.k-row-start-4 {
  grid-row-start: 4;
}

.k-row-end-4 {
  grid-row-end: 4;
}

.k-grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.k-rowspan-5 {
  grid-row: span 5;
}

.k-row-start-5 {
  grid-row-start: 5;
}

.k-row-end-5 {
  grid-row-end: 5;
}

.k-grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.k-rowspan-6 {
  grid-row: span 6;
}

.k-row-start-6 {
  grid-row-start: 6;
}

.k-row-end-6 {
  grid-row-end: 6;
}

.k-grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.k-rowspan-7 {
  grid-row: span 7;
}

.k-row-start-7 {
  grid-row-start: 7;
}

.k-row-end-7 {
  grid-row-end: 7;
}

.k-grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.k-rowspan-8 {
  grid-row: span 8;
}

.k-row-start-8 {
  grid-row-start: 8;
}

.k-row-end-8 {
  grid-row-end: 8;
}

.k-grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.k-rowspan-9 {
  grid-row: span 9;
}

.k-row-start-9 {
  grid-row-start: 9;
}

.k-row-end-9 {
  grid-row-end: 9;
}

.k-grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.k-rowspan-10 {
  grid-row: span 10;
}

.k-row-start-10 {
  grid-row-start: 10;
}

.k-row-end-10 {
  grid-row-end: 10;
}

.k-order-first {
  -ms-flex-order: -9999 !important;
  order: -9999 !important;
}

.k-order-last {
  -ms-flex-order: 9999 !important;
  order: 9999 !important;
}

.k-order-none {
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.k-order-1 {
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.k-order-2 {
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.k-order-3 {
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.k-order-4 {
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.k-order-5 {
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.k-order-6 {
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.k-order-7 {
  -ms-flex-order: 7 !important;
  order: 7 !important;
}

.k-order-8 {
  -ms-flex-order: 8 !important;
  order: 8 !important;
}

.k-order-9 {
  -ms-flex-order: 9 !important;
  order: 9 !important;
}

.k-order-10 {
  -ms-flex-order: 10 !important;
  order: 10 !important;
}

.k-order-11 {
  -ms-flex-order: 11 !important;
  order: 11 !important;
}

.k-order-12 {
  -ms-flex-order: 12 !important;
  order: 12 !important;
}

.k-overflow-auto {
  overflow: auto;
}

.k-overflow-x-auto {
  overflow-x: auto;
}

.k-overflow-y-auto {
  overflow-y: auto;
}

.\!k-overflow-auto {
  overflow: auto !important;
}

.\!k-overflow-x-auto {
  overflow-x: auto !important;
}

.\!k-overflow-y-auto {
  overflow-y: auto !important;
}

.k-overflow-hidden {
  overflow: hidden;
}

.k-overflow-x-hidden {
  overflow-x: hidden;
}

.k-overflow-y-hidden {
  overflow-y: hidden;
}

.\!k-overflow-hidden {
  overflow: hidden !important;
}

.\!k-overflow-x-hidden {
  overflow-x: hidden !important;
}

.\!k-overflow-y-hidden {
  overflow-y: hidden !important;
}

.k-overflow-visible {
  overflow: visible;
}

.k-overflow-x-visible {
  overflow-x: visible;
}

.k-overflow-y-visible {
  overflow-y: visible;
}

.\!k-overflow-visible {
  overflow: visible !important;
}

.\!k-overflow-x-visible {
  overflow-x: visible !important;
}

.\!k-overflow-y-visible {
  overflow-y: visible !important;
}

.k-overflow-scroll {
  overflow: scroll;
}

.k-overflow-x-scroll {
  overflow-x: scroll;
}

.k-overflow-y-scroll {
  overflow-y: scroll;
}

.\!k-overflow-scroll {
  overflow: scroll !important;
}

.\!k-overflow-x-scroll {
  overflow-x: scroll !important;
}

.\!k-overflow-y-scroll {
  overflow-y: scroll !important;
}

.k-overflow-clip {
  overflow: clip;
}

.k-overflow-x-clip {
  overflow-x: clip;
}

.k-overflow-y-clip {
  overflow-y: clip;
}

.\!k-overflow-clip {
  overflow: clip !important;
}

.\!k-overflow-x-clip {
  overflow-x: clip !important;
}

.\!k-overflow-y-clip {
  overflow-y: clip !important;
}

.k-overflow-auto-hidden {
  overflow: auto hidden;
}

.\!k-overflow-auto-hidden {
  overflow: auto hidden !important;
}

.k-overflow-auto-visible {
  overflow: auto visible;
}

.\!k-overflow-auto-visible {
  overflow: auto visible !important;
}

.k-overflow-auto-scroll {
  overflow: auto scroll;
}

.\!k-overflow-auto-scroll {
  overflow: auto scroll !important;
}

.k-overflow-auto-clip {
  overflow: auto clip;
}

.\!k-overflow-auto-clip {
  overflow: auto clip !important;
}

.k-overflow-hidden-auto {
  overflow: hidden auto;
}

.\!k-overflow-hidden-auto {
  overflow: hidden auto !important;
}

.k-overflow-hidden-visible {
  overflow: hidden visible;
}

.\!k-overflow-hidden-visible {
  overflow: hidden visible !important;
}

.k-overflow-hidden-scroll {
  overflow: hidden scroll;
}

.\!k-overflow-hidden-scroll {
  overflow: hidden scroll !important;
}

.k-overflow-hidden-clip {
  overflow: hidden clip;
}

.\!k-overflow-hidden-clip {
  overflow: hidden clip !important;
}

.k-overflow-visible-auto {
  overflow: visible auto;
}

.\!k-overflow-visible-auto {
  overflow: visible auto !important;
}

.k-overflow-visible-hidden {
  overflow: visible hidden;
}

.\!k-overflow-visible-hidden {
  overflow: visible hidden !important;
}

.k-overflow-visible-scroll {
  overflow: visible scroll;
}

.\!k-overflow-visible-scroll {
  overflow: visible scroll !important;
}

.k-overflow-visible-clip {
  overflow: visible clip;
}

.\!k-overflow-visible-clip {
  overflow: visible clip !important;
}

.k-overflow-scroll-auto {
  overflow: scroll auto;
}

.\!k-overflow-scroll-auto {
  overflow: scroll auto !important;
}

.k-overflow-scroll-hidden {
  overflow: scroll hidden;
}

.\!k-overflow-scroll-hidden {
  overflow: scroll hidden !important;
}

.k-overflow-scroll-visible {
  overflow: scroll visible;
}

.\!k-overflow-scroll-visible {
  overflow: scroll visible !important;
}

.k-overflow-scroll-clip {
  overflow: scroll clip;
}

.\!k-overflow-scroll-clip {
  overflow: scroll clip !important;
}

.k-overflow-clip-auto {
  overflow: clip auto;
}

.\!k-overflow-clip-auto {
  overflow: clip auto !important;
}

.k-overflow-clip-hidden {
  overflow: clip hidden;
}

.\!k-overflow-clip-hidden {
  overflow: clip hidden !important;
}

.k-overflow-clip-visible {
  overflow: clip visible;
}

.\!k-overflow-clip-visible {
  overflow: clip visible !important;
}

.k-overflow-clip-scroll {
  overflow: clip scroll;
}

.\!k-overflow-clip-scroll {
  overflow: clip scroll !important;
}

.k-pointer-events-none {
  pointer-events: none !important;
}

.k-pointer-events-auto {
  pointer-events: auto !important;
}

.k-pos-static, .k-static {
  position: static !important;
}

.k-pos-relative, .k-relative {
  position: relative !important;
}

.k-absolute, .k-pos-absolute {
  position: absolute !important;
}

.k-fixed, .k-pos-fixed {
  position: fixed !important;
}

.k-pos-sticky, .k-sticky {
  position: sticky !important;
}

.k-pos-top, .k-top {
  top: 0;
}

.k-pos-right, .k-right {
  right: 0;
}

.k-bottom, .k-pos-bottom {
  bottom: 0;
}

.k-left, .k-pos-left {
  left: 0;
}

.k-pos-top-start, .k-top-start {
  top: 0;
  left: 0;
}

.k-pos-top-start[dir=rtl], .k-rtl .k-pos-top-start, .k-rtl .k-top-start, .k-top-start[dir=rtl], [dir=rtl] .k-pos-top-start, [dir=rtl] .k-top-start {
  left: auto;
  right: 0;
}

.k-pos-top-center, .k-top-center {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.k-pos-top-end, .k-top-end {
  top: 0;
  right: 0;
}

.k-pos-top-end[dir=rtl], .k-rtl .k-pos-top-end, .k-rtl .k-top-end, .k-top-end[dir=rtl], [dir=rtl] .k-pos-top-end, [dir=rtl] .k-top-end {
  right: auto;
  left: 0;
}

.k-middle-start, .k-pos-middle-start {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-middle-start[dir=rtl], .k-pos-middle-start[dir=rtl], .k-rtl .k-middle-start, .k-rtl .k-pos-middle-start, [dir=rtl] .k-middle-start, [dir=rtl] .k-pos-middle-start {
  left: auto;
  right: 0;
}

.k-middle-center, .k-pos-middle-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-middle-end, .k-pos-middle-end {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-middle-end[dir=rtl], .k-pos-middle-end[dir=rtl], .k-rtl .k-middle-end, .k-rtl .k-pos-middle-end, [dir=rtl] .k-middle-end, [dir=rtl] .k-pos-middle-end {
  right: auto;
  left: 0;
}

.k-bottom-start, .k-pos-bottom-start {
  bottom: 0;
  left: 0;
}

.k-bottom-start[dir=rtl], .k-pos-bottom-start[dir=rtl], .k-rtl .k-bottom-start, .k-rtl .k-pos-bottom-start, [dir=rtl] .k-bottom-start, [dir=rtl] .k-pos-bottom-start {
  left: auto;
  right: 0;
}

.k-bottom-center, .k-pos-bottom-center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.k-bottom-end, .k-pos-bottom-end {
  bottom: 0;
  right: 0;
}

.k-bottom-end[dir=rtl], .k-pos-bottom-end[dir=rtl], .k-rtl .k-bottom-end, .k-rtl .k-pos-bottom-end, [dir=rtl] .k-bottom-end, [dir=rtl] .k-pos-bottom-end {
  right: auto;
  left: 0;
}

.k-resize-none {
  resize: none;
}

.\!k-resize-none {
  resize: none !important;
}

.k-resize-both {
  resize: both;
}

.\!k-resize-both {
  resize: both !important;
}

.k-resize-horizontal {
  resize: horizontal;
}

.\!k-resize-horizontal {
  resize: horizontal !important;
}

.k-resize-vertical {
  resize: vertical;
}

.\!k-resize-vertical {
  resize: vertical !important;
}

.k-m-0 {
  margin: 0 !important;
}

.k-mt-0 {
  margin-top: 0 !important;
}

.k-mr-0 {
  margin-right: 0 !important;
}

.k-mb-0 {
  margin-bottom: 0 !important;
}

.k-ml-0 {
  margin-left: 0 !important;
}

.k-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.k-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.k-m-1 {
  margin: 0.25rem !important;
}

.k-mt-1 {
  margin-top: 0.25rem !important;
}

.k-mr-1 {
  margin-right: 0.25rem !important;
}

.k-mb-1 {
  margin-bottom: 0.25rem !important;
}

.k-ml-1 {
  margin-left: 0.25rem !important;
}

.k-mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.k-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.k-m-2 {
  margin: 0.5rem !important;
}

.k-mt-2 {
  margin-top: 0.5rem !important;
}

.k-mr-2 {
  margin-right: 0.5rem !important;
}

.k-mb-2 {
  margin-bottom: 0.5rem !important;
}

.k-ml-2 {
  margin-left: 0.5rem !important;
}

.k-mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.k-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.k-m-3 {
  margin: 0.75rem !important;
}

.k-mt-3 {
  margin-top: 0.75rem !important;
}

.k-mr-3 {
  margin-right: 0.75rem !important;
}

.k-mb-3 {
  margin-bottom: 0.75rem !important;
}

.k-ml-3 {
  margin-left: 0.75rem !important;
}

.k-mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.k-my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.k-m-4 {
  margin: 1rem !important;
}

.k-mt-4 {
  margin-top: 1rem !important;
}

.k-mr-4 {
  margin-right: 1rem !important;
}

.k-mb-4 {
  margin-bottom: 1rem !important;
}

.k-ml-4 {
  margin-left: 1rem !important;
}

.k-mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.k-my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.k-m-5 {
  margin: 1.25rem !important;
}

.k-mt-5 {
  margin-top: 1.25rem !important;
}

.k-mr-5 {
  margin-right: 1.25rem !important;
}

.k-mb-5 {
  margin-bottom: 1.25rem !important;
}

.k-ml-5 {
  margin-left: 1.25rem !important;
}

.k-mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.k-my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.k-m-6 {
  margin: 1.5rem !important;
}

.k-mt-6 {
  margin-top: 1.5rem !important;
}

.k-mr-6 {
  margin-right: 1.5rem !important;
}

.k-mb-6 {
  margin-bottom: 1.5rem !important;
}

.k-ml-6 {
  margin-left: 1.5rem !important;
}

.k-mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.k-my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.k-m-7 {
  margin: 1.75rem !important;
}

.k-mt-7 {
  margin-top: 1.75rem !important;
}

.k-mr-7 {
  margin-right: 1.75rem !important;
}

.k-mb-7 {
  margin-bottom: 1.75rem !important;
}

.k-ml-7 {
  margin-left: 1.75rem !important;
}

.k-mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.k-my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.k-m-8 {
  margin: 2rem !important;
}

.k-mt-8 {
  margin-top: 2rem !important;
}

.k-mr-8 {
  margin-right: 2rem !important;
}

.k-mb-8 {
  margin-bottom: 2rem !important;
}

.k-ml-8 {
  margin-left: 2rem !important;
}

.k-mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.k-my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.k-m-9 {
  margin: 2.25rem !important;
}

.k-mt-9 {
  margin-top: 2.25rem !important;
}

.k-mr-9 {
  margin-right: 2.25rem !important;
}

.k-mb-9 {
  margin-bottom: 2.25rem !important;
}

.k-ml-9 {
  margin-left: 2.25rem !important;
}

.k-mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.k-my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.k-m-10 {
  margin: 2.5rem !important;
}

.k-mt-10 {
  margin-top: 2.5rem !important;
}

.k-mr-10 {
  margin-right: 2.5rem !important;
}

.k-mb-10 {
  margin-bottom: 2.5rem !important;
}

.k-ml-10 {
  margin-left: 2.5rem !important;
}

.k-mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.k-my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.k-m-11 {
  margin: 2.75rem !important;
}

.k-mt-11 {
  margin-top: 2.75rem !important;
}

.k-mr-11 {
  margin-right: 2.75rem !important;
}

.k-mb-11 {
  margin-bottom: 2.75rem !important;
}

.k-ml-11 {
  margin-left: 2.75rem !important;
}

.k-mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

.k-my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.k-m-12 {
  margin: 3rem !important;
}

.k-mt-12 {
  margin-top: 3rem !important;
}

.k-mr-12 {
  margin-right: 3rem !important;
}

.k-mb-12 {
  margin-bottom: 3rem !important;
}

.k-ml-12 {
  margin-left: 3rem !important;
}

.k-mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.k-my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.k-m-13 {
  margin: 3.25rem !important;
}

.k-mt-13 {
  margin-top: 3.25rem !important;
}

.k-mr-13 {
  margin-right: 3.25rem !important;
}

.k-mb-13 {
  margin-bottom: 3.25rem !important;
}

.k-ml-13 {
  margin-left: 3.25rem !important;
}

.k-mx-13 {
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important;
}

.k-my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.k-m-14 {
  margin: 3.5rem !important;
}

.k-mt-14 {
  margin-top: 3.5rem !important;
}

.k-mr-14 {
  margin-right: 3.5rem !important;
}

.k-mb-14 {
  margin-bottom: 3.5rem !important;
}

.k-ml-14 {
  margin-left: 3.5rem !important;
}

.k-mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.k-my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.k-m-15 {
  margin: 3.75rem !important;
}

.k-mt-15 {
  margin-top: 3.75rem !important;
}

.k-mr-15 {
  margin-right: 3.75rem !important;
}

.k-mb-15 {
  margin-bottom: 3.75rem !important;
}

.k-ml-15 {
  margin-left: 3.75rem !important;
}

.k-mx-15 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}

.k-my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.k-m-16 {
  margin: 4rem !important;
}

.k-mt-16 {
  margin-top: 4rem !important;
}

.k-mr-16 {
  margin-right: 4rem !important;
}

.k-mb-16 {
  margin-bottom: 4rem !important;
}

.k-ml-16 {
  margin-left: 4rem !important;
}

.k-mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.k-my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.k-m-17 {
  margin: 4.25rem !important;
}

.k-mt-17 {
  margin-top: 4.25rem !important;
}

.k-mr-17 {
  margin-right: 4.25rem !important;
}

.k-mb-17 {
  margin-bottom: 4.25rem !important;
}

.k-ml-17 {
  margin-left: 4.25rem !important;
}

.k-mx-17 {
  margin-left: 4.25rem !important;
  margin-right: 4.25rem !important;
}

.k-my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.k-m-18 {
  margin: 4.5rem !important;
}

.k-mt-18 {
  margin-top: 4.5rem !important;
}

.k-mr-18 {
  margin-right: 4.5rem !important;
}

.k-mb-18 {
  margin-bottom: 4.5rem !important;
}

.k-ml-18 {
  margin-left: 4.5rem !important;
}

.k-mx-18 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.k-my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.k-m-19 {
  margin: 4.75rem !important;
}

.k-mt-19 {
  margin-top: 4.75rem !important;
}

.k-mr-19 {
  margin-right: 4.75rem !important;
}

.k-mb-19 {
  margin-bottom: 4.75rem !important;
}

.k-ml-19 {
  margin-left: 4.75rem !important;
}

.k-mx-19 {
  margin-left: 4.75rem !important;
  margin-right: 4.75rem !important;
}

.k-my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.k-m-20 {
  margin: 5rem !important;
}

.k-mt-20 {
  margin-top: 5rem !important;
}

.k-mr-20 {
  margin-right: 5rem !important;
}

.k-mb-20 {
  margin-bottom: 5rem !important;
}

.k-ml-20 {
  margin-left: 5rem !important;
}

.k-mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.k-my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.k-m-21 {
  margin: 5.25rem !important;
}

.k-mt-21 {
  margin-top: 5.25rem !important;
}

.k-mr-21 {
  margin-right: 5.25rem !important;
}

.k-mb-21 {
  margin-bottom: 5.25rem !important;
}

.k-ml-21 {
  margin-left: 5.25rem !important;
}

.k-mx-21 {
  margin-left: 5.25rem !important;
  margin-right: 5.25rem !important;
}

.k-my-21 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.k-m-22 {
  margin: 5.5rem !important;
}

.k-mt-22 {
  margin-top: 5.5rem !important;
}

.k-mr-22 {
  margin-right: 5.5rem !important;
}

.k-mb-22 {
  margin-bottom: 5.5rem !important;
}

.k-ml-22 {
  margin-left: 5.5rem !important;
}

.k-mx-22 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}

.k-my-22 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.k-m-23 {
  margin: 5.75rem !important;
}

.k-mt-23 {
  margin-top: 5.75rem !important;
}

.k-mr-23 {
  margin-right: 5.75rem !important;
}

.k-mb-23 {
  margin-bottom: 5.75rem !important;
}

.k-ml-23 {
  margin-left: 5.75rem !important;
}

.k-mx-23 {
  margin-left: 5.75rem !important;
  margin-right: 5.75rem !important;
}

.k-my-23 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

.k-m-24 {
  margin: 6rem !important;
}

.k-mt-24 {
  margin-top: 6rem !important;
}

.k-mr-24 {
  margin-right: 6rem !important;
}

.k-mb-24 {
  margin-bottom: 6rem !important;
}

.k-ml-24 {
  margin-left: 6rem !important;
}

.k-mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.k-my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.k-m-xs {
  margin: 0.25rem !important;
}

.k-mt-xs {
  margin-top: 0.25rem !important;
}

.k-mr-xs {
  margin-right: 0.25rem !important;
}

.k-mb-xs {
  margin-bottom: 0.25rem !important;
}

.k-ml-xs {
  margin-left: 0.25rem !important;
}

.k-mx-xs {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.k-my-xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.k-m-sm {
  margin: 0.5rem !important;
}

.k-mt-sm {
  margin-top: 0.5rem !important;
}

.k-mr-sm {
  margin-right: 0.5rem !important;
}

.k-mb-sm {
  margin-bottom: 0.5rem !important;
}

.k-ml-sm {
  margin-left: 0.5rem !important;
}

.k-mx-sm {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.k-my-sm {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.k-m-md {
  margin: 0.75rem !important;
}

.k-mt-md {
  margin-top: 0.75rem !important;
}

.k-mr-md {
  margin-right: 0.75rem !important;
}

.k-mb-md {
  margin-bottom: 0.75rem !important;
}

.k-ml-md {
  margin-left: 0.75rem !important;
}

.k-mx-md {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.k-my-md {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.k-m-lg {
  margin: 1rem !important;
}

.k-mt-lg {
  margin-top: 1rem !important;
}

.k-mr-lg {
  margin-right: 1rem !important;
}

.k-mb-lg {
  margin-bottom: 1rem !important;
}

.k-ml-lg {
  margin-left: 1rem !important;
}

.k-mx-lg {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.k-my-lg {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.k-m-xl {
  margin: 1.5rem !important;
}

.k-mt-xl {
  margin-top: 1.5rem !important;
}

.k-mr-xl {
  margin-right: 1.5rem !important;
}

.k-mb-xl {
  margin-bottom: 1.5rem !important;
}

.k-ml-xl {
  margin-left: 1.5rem !important;
}

.k-mx-xl {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.k-my-xl {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.k-m-thin {
  margin: 0.125rem !important;
}

.k-mt-thin {
  margin-top: 0.125rem !important;
}

.k-mr-thin {
  margin-right: 0.125rem !important;
}

.k-mb-thin {
  margin-bottom: 0.125rem !important;
}

.k-ml-thin {
  margin-left: 0.125rem !important;
}

.k-mx-thin {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.k-my-thin {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.k-m-hair {
  margin: 0.0625rem !important;
}

.k-mt-hair {
  margin-top: 0.0625rem !important;
}

.k-mr-hair {
  margin-right: 0.0625rem !important;
}

.k-mb-hair {
  margin-bottom: 0.0625rem !important;
}

.k-ml-hair {
  margin-left: 0.0625rem !important;
}

.k-mx-hair {
  margin-left: 0.0625rem !important;
  margin-right: 0.0625rem !important;
}

.k-my-hair {
  margin-top: 0.0625rem !important;
  margin-bottom: 0.0625rem !important;
}

.k-p-0 {
  padding: 0 !important;
}

.k-pt-0 {
  padding-top: 0 !important;
}

.k-pr-0 {
  padding-right: 0 !important;
}

.k-pb-0 {
  padding-bottom: 0 !important;
}

.k-pl-0 {
  padding-left: 0 !important;
}

.k-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.k-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.k-p-1 {
  padding: 0.25rem !important;
}

.k-pt-1 {
  padding-top: 0.25rem !important;
}

.k-pr-1 {
  padding-right: 0.25rem !important;
}

.k-pb-1 {
  padding-bottom: 0.25rem !important;
}

.k-pl-1 {
  padding-left: 0.25rem !important;
}

.k-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.k-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.k-p-2 {
  padding: 0.5rem !important;
}

.k-pt-2 {
  padding-top: 0.5rem !important;
}

.k-pr-2 {
  padding-right: 0.5rem !important;
}

.k-pb-2 {
  padding-bottom: 0.5rem !important;
}

.k-pl-2 {
  padding-left: 0.5rem !important;
}

.k-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.k-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.k-p-3 {
  padding: 0.75rem !important;
}

.k-pt-3 {
  padding-top: 0.75rem !important;
}

.k-pr-3 {
  padding-right: 0.75rem !important;
}

.k-pb-3 {
  padding-bottom: 0.75rem !important;
}

.k-pl-3 {
  padding-left: 0.75rem !important;
}

.k-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.k-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.k-p-4 {
  padding: 1rem !important;
}

.k-pt-4 {
  padding-top: 1rem !important;
}

.k-pr-4 {
  padding-right: 1rem !important;
}

.k-pb-4 {
  padding-bottom: 1rem !important;
}

.k-pl-4 {
  padding-left: 1rem !important;
}

.k-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.k-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.k-p-5 {
  padding: 1.25rem !important;
}

.k-pt-5 {
  padding-top: 1.25rem !important;
}

.k-pr-5 {
  padding-right: 1.25rem !important;
}

.k-pb-5 {
  padding-bottom: 1.25rem !important;
}

.k-pl-5 {
  padding-left: 1.25rem !important;
}

.k-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.k-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.k-p-6 {
  padding: 1.5rem !important;
}

.k-pt-6 {
  padding-top: 1.5rem !important;
}

.k-pr-6 {
  padding-right: 1.5rem !important;
}

.k-pb-6 {
  padding-bottom: 1.5rem !important;
}

.k-pl-6 {
  padding-left: 1.5rem !important;
}

.k-px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.k-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.k-p-7 {
  padding: 1.75rem !important;
}

.k-pt-7 {
  padding-top: 1.75rem !important;
}

.k-pr-7 {
  padding-right: 1.75rem !important;
}

.k-pb-7 {
  padding-bottom: 1.75rem !important;
}

.k-pl-7 {
  padding-left: 1.75rem !important;
}

.k-px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.k-py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.k-p-8 {
  padding: 2rem !important;
}

.k-pt-8 {
  padding-top: 2rem !important;
}

.k-pr-8 {
  padding-right: 2rem !important;
}

.k-pb-8 {
  padding-bottom: 2rem !important;
}

.k-pl-8 {
  padding-left: 2rem !important;
}

.k-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.k-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.k-p-9 {
  padding: 2.25rem !important;
}

.k-pt-9 {
  padding-top: 2.25rem !important;
}

.k-pr-9 {
  padding-right: 2.25rem !important;
}

.k-pb-9 {
  padding-bottom: 2.25rem !important;
}

.k-pl-9 {
  padding-left: 2.25rem !important;
}

.k-px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.k-py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.k-p-10 {
  padding: 2.5rem !important;
}

.k-pt-10 {
  padding-top: 2.5rem !important;
}

.k-pr-10 {
  padding-right: 2.5rem !important;
}

.k-pb-10 {
  padding-bottom: 2.5rem !important;
}

.k-pl-10 {
  padding-left: 2.5rem !important;
}

.k-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.k-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.k-p-11 {
  padding: 2.75rem !important;
}

.k-pt-11 {
  padding-top: 2.75rem !important;
}

.k-pr-11 {
  padding-right: 2.75rem !important;
}

.k-pb-11 {
  padding-bottom: 2.75rem !important;
}

.k-pl-11 {
  padding-left: 2.75rem !important;
}

.k-px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.k-py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.k-p-12 {
  padding: 3rem !important;
}

.k-pt-12 {
  padding-top: 3rem !important;
}

.k-pr-12 {
  padding-right: 3rem !important;
}

.k-pb-12 {
  padding-bottom: 3rem !important;
}

.k-pl-12 {
  padding-left: 3rem !important;
}

.k-px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.k-py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.k-p-13 {
  padding: 3.25rem !important;
}

.k-pt-13 {
  padding-top: 3.25rem !important;
}

.k-pr-13 {
  padding-right: 3.25rem !important;
}

.k-pb-13 {
  padding-bottom: 3.25rem !important;
}

.k-pl-13 {
  padding-left: 3.25rem !important;
}

.k-px-13 {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important;
}

.k-py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.k-p-14 {
  padding: 3.5rem !important;
}

.k-pt-14 {
  padding-top: 3.5rem !important;
}

.k-pr-14 {
  padding-right: 3.5rem !important;
}

.k-pb-14 {
  padding-bottom: 3.5rem !important;
}

.k-pl-14 {
  padding-left: 3.5rem !important;
}

.k-px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.k-py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.k-p-15 {
  padding: 3.75rem !important;
}

.k-pt-15 {
  padding-top: 3.75rem !important;
}

.k-pr-15 {
  padding-right: 3.75rem !important;
}

.k-pb-15 {
  padding-bottom: 3.75rem !important;
}

.k-pl-15 {
  padding-left: 3.75rem !important;
}

.k-px-15 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

.k-py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.k-p-16 {
  padding: 4rem !important;
}

.k-pt-16 {
  padding-top: 4rem !important;
}

.k-pr-16 {
  padding-right: 4rem !important;
}

.k-pb-16 {
  padding-bottom: 4rem !important;
}

.k-pl-16 {
  padding-left: 4rem !important;
}

.k-px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.k-py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.k-p-17 {
  padding: 4.25rem !important;
}

.k-pt-17 {
  padding-top: 4.25rem !important;
}

.k-pr-17 {
  padding-right: 4.25rem !important;
}

.k-pb-17 {
  padding-bottom: 4.25rem !important;
}

.k-pl-17 {
  padding-left: 4.25rem !important;
}

.k-px-17 {
  padding-left: 4.25rem !important;
  padding-right: 4.25rem !important;
}

.k-py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.k-p-18 {
  padding: 4.5rem !important;
}

.k-pt-18 {
  padding-top: 4.5rem !important;
}

.k-pr-18 {
  padding-right: 4.5rem !important;
}

.k-pb-18 {
  padding-bottom: 4.5rem !important;
}

.k-pl-18 {
  padding-left: 4.5rem !important;
}

.k-px-18 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.k-py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.k-p-19 {
  padding: 4.75rem !important;
}

.k-pt-19 {
  padding-top: 4.75rem !important;
}

.k-pr-19 {
  padding-right: 4.75rem !important;
}

.k-pb-19 {
  padding-bottom: 4.75rem !important;
}

.k-pl-19 {
  padding-left: 4.75rem !important;
}

.k-px-19 {
  padding-left: 4.75rem !important;
  padding-right: 4.75rem !important;
}

.k-py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.k-p-20 {
  padding: 5rem !important;
}

.k-pt-20 {
  padding-top: 5rem !important;
}

.k-pr-20 {
  padding-right: 5rem !important;
}

.k-pb-20 {
  padding-bottom: 5rem !important;
}

.k-pl-20 {
  padding-left: 5rem !important;
}

.k-px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.k-py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.k-p-21 {
  padding: 5.25rem !important;
}

.k-pt-21 {
  padding-top: 5.25rem !important;
}

.k-pr-21 {
  padding-right: 5.25rem !important;
}

.k-pb-21 {
  padding-bottom: 5.25rem !important;
}

.k-pl-21 {
  padding-left: 5.25rem !important;
}

.k-px-21 {
  padding-left: 5.25rem !important;
  padding-right: 5.25rem !important;
}

.k-py-21 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.k-p-22 {
  padding: 5.5rem !important;
}

.k-pt-22 {
  padding-top: 5.5rem !important;
}

.k-pr-22 {
  padding-right: 5.5rem !important;
}

.k-pb-22 {
  padding-bottom: 5.5rem !important;
}

.k-pl-22 {
  padding-left: 5.5rem !important;
}

.k-px-22 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}

.k-py-22 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.k-p-23 {
  padding: 5.75rem !important;
}

.k-pt-23 {
  padding-top: 5.75rem !important;
}

.k-pr-23 {
  padding-right: 5.75rem !important;
}

.k-pb-23 {
  padding-bottom: 5.75rem !important;
}

.k-pl-23 {
  padding-left: 5.75rem !important;
}

.k-px-23 {
  padding-left: 5.75rem !important;
  padding-right: 5.75rem !important;
}

.k-py-23 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

.k-p-24 {
  padding: 6rem !important;
}

.k-pt-24 {
  padding-top: 6rem !important;
}

.k-pr-24 {
  padding-right: 6rem !important;
}

.k-pb-24 {
  padding-bottom: 6rem !important;
}

.k-pl-24 {
  padding-left: 6rem !important;
}

.k-px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.k-py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.k-p-xs {
  padding: 0.25rem !important;
}

.k-pt-xs {
  padding-top: 0.25rem !important;
}

.k-pr-xs {
  padding-right: 0.25rem !important;
}

.k-pb-xs {
  padding-bottom: 0.25rem !important;
}

.k-pl-xs {
  padding-left: 0.25rem !important;
}

.k-px-xs {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.k-py-xs {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.k-p-sm {
  padding: 0.5rem !important;
}

.k-pt-sm {
  padding-top: 0.5rem !important;
}

.k-pr-sm {
  padding-right: 0.5rem !important;
}

.k-pb-sm {
  padding-bottom: 0.5rem !important;
}

.k-pl-sm {
  padding-left: 0.5rem !important;
}

.k-px-sm {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.k-py-sm {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.k-p-md {
  padding: 0.75rem !important;
}

.k-pt-md {
  padding-top: 0.75rem !important;
}

.k-pr-md {
  padding-right: 0.75rem !important;
}

.k-pb-md {
  padding-bottom: 0.75rem !important;
}

.k-pl-md {
  padding-left: 0.75rem !important;
}

.k-px-md {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.k-py-md {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.k-p-lg {
  padding: 1rem !important;
}

.k-pt-lg {
  padding-top: 1rem !important;
}

.k-pr-lg {
  padding-right: 1rem !important;
}

.k-pb-lg {
  padding-bottom: 1rem !important;
}

.k-pl-lg {
  padding-left: 1rem !important;
}

.k-px-lg {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.k-py-lg {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.k-p-xl {
  padding: 1.5rem !important;
}

.k-pt-xl {
  padding-top: 1.5rem !important;
}

.k-pr-xl {
  padding-right: 1.5rem !important;
}

.k-pb-xl {
  padding-bottom: 1.5rem !important;
}

.k-pl-xl {
  padding-left: 1.5rem !important;
}

.k-px-xl {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.k-py-xl {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.k-p-thin {
  padding: 0.125rem !important;
}

.k-pt-thin {
  padding-top: 0.125rem !important;
}

.k-pr-thin {
  padding-right: 0.125rem !important;
}

.k-pb-thin {
  padding-bottom: 0.125rem !important;
}

.k-pl-thin {
  padding-left: 0.125rem !important;
}

.k-px-thin {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.k-py-thin {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.k-p-hair {
  padding: 0.0625rem !important;
}

.k-pt-hair {
  padding-top: 0.0625rem !important;
}

.k-pr-hair {
  padding-right: 0.0625rem !important;
}

.k-pb-hair {
  padding-bottom: 0.0625rem !important;
}

.k-pl-hair {
  padding-left: 0.0625rem !important;
}

.k-px-hair {
  padding-left: 0.0625rem !important;
  padding-right: 0.0625rem !important;
}

.k-py-hair {
  padding-top: 0.0625rem !important;
  padding-bottom: 0.0625rem !important;
}

.k-no-gap {
  gap: 0 !important;
}

.k-gap-0 {
  gap: 0;
}

.k-gap-x-0 {
  -webkit-column-gap: 0;
  column-gap: 0;
}

.k-gap-y-0 {
  row-gap: 0;
}

.\!k-gap-0 {
  gap: 0 !important;
}

.\!k-gap-x-0 {
  -webkit-column-gap: 0 !important;
  column-gap: 0 !important;
}

.\!k-gap-y-0 {
  row-gap: 0 !important;
}

.k-gap-1 {
  gap: 0.25rem;
}

.k-gap-x-1 {
  -webkit-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.k-gap-y-1 {
  row-gap: 0.25rem;
}

.\!k-gap-1 {
  gap: 0.25rem !important;
}

.\!k-gap-x-1 {
  -webkit-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.\!k-gap-y-1 {
  row-gap: 0.25rem !important;
}

.k-gap-2 {
  gap: 0.5rem;
}

.k-gap-x-2 {
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.k-gap-y-2 {
  row-gap: 0.5rem;
}

.\!k-gap-2 {
  gap: 0.5rem !important;
}

.\!k-gap-x-2 {
  -webkit-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.\!k-gap-y-2 {
  row-gap: 0.5rem !important;
}

.k-gap-3 {
  gap: 0.75rem;
}

.k-gap-x-3 {
  -webkit-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.k-gap-y-3 {
  row-gap: 0.75rem;
}

.\!k-gap-3 {
  gap: 0.75rem !important;
}

.\!k-gap-x-3 {
  -webkit-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}

.\!k-gap-y-3 {
  row-gap: 0.75rem !important;
}

.k-gap-4 {
  gap: 1rem;
}

.k-gap-x-4 {
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
}

.k-gap-y-4 {
  row-gap: 1rem;
}

.\!k-gap-4 {
  gap: 1rem !important;
}

.\!k-gap-x-4 {
  -webkit-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.\!k-gap-y-4 {
  row-gap: 1rem !important;
}

.k-gap-5 {
  gap: 1.25rem;
}

.k-gap-x-5 {
  -webkit-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.k-gap-y-5 {
  row-gap: 1.25rem;
}

.\!k-gap-5 {
  gap: 1.25rem !important;
}

.\!k-gap-x-5 {
  -webkit-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}

.\!k-gap-y-5 {
  row-gap: 1.25rem !important;
}

.k-gap-6 {
  gap: 1.5rem;
}

.k-gap-x-6 {
  -webkit-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.k-gap-y-6 {
  row-gap: 1.5rem;
}

.\!k-gap-6 {
  gap: 1.5rem !important;
}

.\!k-gap-x-6 {
  -webkit-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.\!k-gap-y-6 {
  row-gap: 1.5rem !important;
}

.k-gap-7 {
  gap: 1.75rem;
}

.k-gap-x-7 {
  -webkit-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.k-gap-y-7 {
  row-gap: 1.75rem;
}

.\!k-gap-7 {
  gap: 1.75rem !important;
}

.\!k-gap-x-7 {
  -webkit-column-gap: 1.75rem !important;
  column-gap: 1.75rem !important;
}

.\!k-gap-y-7 {
  row-gap: 1.75rem !important;
}

.k-gap-8 {
  gap: 2rem;
}

.k-gap-x-8 {
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
}

.k-gap-y-8 {
  row-gap: 2rem;
}

.\!k-gap-8 {
  gap: 2rem !important;
}

.\!k-gap-x-8 {
  -webkit-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

.\!k-gap-y-8 {
  row-gap: 2rem !important;
}

.k-gap-9 {
  gap: 2.25rem;
}

.k-gap-x-9 {
  -webkit-column-gap: 2.25rem;
  column-gap: 2.25rem;
}

.k-gap-y-9 {
  row-gap: 2.25rem;
}

.\!k-gap-9 {
  gap: 2.25rem !important;
}

.\!k-gap-x-9 {
  -webkit-column-gap: 2.25rem !important;
  column-gap: 2.25rem !important;
}

.\!k-gap-y-9 {
  row-gap: 2.25rem !important;
}

.k-gap-10 {
  gap: 2.5rem;
}

.k-gap-x-10 {
  -webkit-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.k-gap-y-10 {
  row-gap: 2.5rem;
}

.\!k-gap-10 {
  gap: 2.5rem !important;
}

.\!k-gap-x-10 {
  -webkit-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

.\!k-gap-y-10 {
  row-gap: 2.5rem !important;
}

.k-gap-11 {
  gap: 2.75rem;
}

.k-gap-x-11 {
  -webkit-column-gap: 2.75rem;
  column-gap: 2.75rem;
}

.k-gap-y-11 {
  row-gap: 2.75rem;
}

.\!k-gap-11 {
  gap: 2.75rem !important;
}

.\!k-gap-x-11 {
  -webkit-column-gap: 2.75rem !important;
  column-gap: 2.75rem !important;
}

.\!k-gap-y-11 {
  row-gap: 2.75rem !important;
}

.k-gap-12 {
  gap: 3rem;
}

.k-gap-x-12 {
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
}

.k-gap-y-12 {
  row-gap: 3rem;
}

.\!k-gap-12 {
  gap: 3rem !important;
}

.\!k-gap-x-12 {
  -webkit-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.\!k-gap-y-12 {
  row-gap: 3rem !important;
}

.k-gap-13 {
  gap: 3.25rem;
}

.k-gap-x-13 {
  -webkit-column-gap: 3.25rem;
  column-gap: 3.25rem;
}

.k-gap-y-13 {
  row-gap: 3.25rem;
}

.\!k-gap-13 {
  gap: 3.25rem !important;
}

.\!k-gap-x-13 {
  -webkit-column-gap: 3.25rem !important;
  column-gap: 3.25rem !important;
}

.\!k-gap-y-13 {
  row-gap: 3.25rem !important;
}

.k-gap-14 {
  gap: 3.5rem;
}

.k-gap-x-14 {
  -webkit-column-gap: 3.5rem;
  column-gap: 3.5rem;
}

.k-gap-y-14 {
  row-gap: 3.5rem;
}

.\!k-gap-14 {
  gap: 3.5rem !important;
}

.\!k-gap-x-14 {
  -webkit-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important;
}

.\!k-gap-y-14 {
  row-gap: 3.5rem !important;
}

.k-gap-15 {
  gap: 3.75rem;
}

.k-gap-x-15 {
  -webkit-column-gap: 3.75rem;
  column-gap: 3.75rem;
}

.k-gap-y-15 {
  row-gap: 3.75rem;
}

.\!k-gap-15 {
  gap: 3.75rem !important;
}

.\!k-gap-x-15 {
  -webkit-column-gap: 3.75rem !important;
  column-gap: 3.75rem !important;
}

.\!k-gap-y-15 {
  row-gap: 3.75rem !important;
}

.k-gap-16 {
  gap: 4rem;
}

.k-gap-x-16 {
  -webkit-column-gap: 4rem;
  column-gap: 4rem;
}

.k-gap-y-16 {
  row-gap: 4rem;
}

.\!k-gap-16 {
  gap: 4rem !important;
}

.\!k-gap-x-16 {
  -webkit-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.\!k-gap-y-16 {
  row-gap: 4rem !important;
}

.k-gap-17 {
  gap: 4.25rem;
}

.k-gap-x-17 {
  -webkit-column-gap: 4.25rem;
  column-gap: 4.25rem;
}

.k-gap-y-17 {
  row-gap: 4.25rem;
}

.\!k-gap-17 {
  gap: 4.25rem !important;
}

.\!k-gap-x-17 {
  -webkit-column-gap: 4.25rem !important;
  column-gap: 4.25rem !important;
}

.\!k-gap-y-17 {
  row-gap: 4.25rem !important;
}

.k-gap-18 {
  gap: 4.5rem;
}

.k-gap-x-18 {
  -webkit-column-gap: 4.5rem;
  column-gap: 4.5rem;
}

.k-gap-y-18 {
  row-gap: 4.5rem;
}

.\!k-gap-18 {
  gap: 4.5rem !important;
}

.\!k-gap-x-18 {
  -webkit-column-gap: 4.5rem !important;
  column-gap: 4.5rem !important;
}

.\!k-gap-y-18 {
  row-gap: 4.5rem !important;
}

.k-gap-19 {
  gap: 4.75rem;
}

.k-gap-x-19 {
  -webkit-column-gap: 4.75rem;
  column-gap: 4.75rem;
}

.k-gap-y-19 {
  row-gap: 4.75rem;
}

.\!k-gap-19 {
  gap: 4.75rem !important;
}

.\!k-gap-x-19 {
  -webkit-column-gap: 4.75rem !important;
  column-gap: 4.75rem !important;
}

.\!k-gap-y-19 {
  row-gap: 4.75rem !important;
}

.k-gap-20 {
  gap: 5rem;
}

.k-gap-x-20 {
  -webkit-column-gap: 5rem;
  column-gap: 5rem;
}

.k-gap-y-20 {
  row-gap: 5rem;
}

.\!k-gap-20 {
  gap: 5rem !important;
}

.\!k-gap-x-20 {
  -webkit-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

.\!k-gap-y-20 {
  row-gap: 5rem !important;
}

.k-gap-21 {
  gap: 5.25rem;
}

.k-gap-x-21 {
  -webkit-column-gap: 5.25rem;
  column-gap: 5.25rem;
}

.k-gap-y-21 {
  row-gap: 5.25rem;
}

.\!k-gap-21 {
  gap: 5.25rem !important;
}

.\!k-gap-x-21 {
  -webkit-column-gap: 5.25rem !important;
  column-gap: 5.25rem !important;
}

.\!k-gap-y-21 {
  row-gap: 5.25rem !important;
}

.k-gap-22 {
  gap: 5.5rem;
}

.k-gap-x-22 {
  -webkit-column-gap: 5.5rem;
  column-gap: 5.5rem;
}

.k-gap-y-22 {
  row-gap: 5.5rem;
}

.\!k-gap-22 {
  gap: 5.5rem !important;
}

.\!k-gap-x-22 {
  -webkit-column-gap: 5.5rem !important;
  column-gap: 5.5rem !important;
}

.\!k-gap-y-22 {
  row-gap: 5.5rem !important;
}

.k-gap-23 {
  gap: 5.75rem;
}

.k-gap-x-23 {
  -webkit-column-gap: 5.75rem;
  column-gap: 5.75rem;
}

.k-gap-y-23 {
  row-gap: 5.75rem;
}

.\!k-gap-23 {
  gap: 5.75rem !important;
}

.\!k-gap-x-23 {
  -webkit-column-gap: 5.75rem !important;
  column-gap: 5.75rem !important;
}

.\!k-gap-y-23 {
  row-gap: 5.75rem !important;
}

.k-gap-24 {
  gap: 6rem;
}

.k-gap-x-24 {
  -webkit-column-gap: 6rem;
  column-gap: 6rem;
}

.k-gap-y-24 {
  row-gap: 6rem;
}

.\!k-gap-24 {
  gap: 6rem !important;
}

.\!k-gap-x-24 {
  -webkit-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

.\!k-gap-y-24 {
  row-gap: 6rem !important;
}

.k-gap-xs {
  gap: 0.25rem;
}

.k-gap-x-xs {
  -webkit-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.k-gap-y-xs {
  row-gap: 0.25rem;
}

.\!k-gap-xs {
  gap: 0.25rem !important;
}

.\!k-gap-x-xs {
  -webkit-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.\!k-gap-y-xs {
  row-gap: 0.25rem !important;
}

.k-gap-sm {
  gap: 0.5rem;
}

.k-gap-x-sm {
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.k-gap-y-sm {
  row-gap: 0.5rem;
}

.\!k-gap-sm {
  gap: 0.5rem !important;
}

.\!k-gap-x-sm {
  -webkit-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.\!k-gap-y-sm {
  row-gap: 0.5rem !important;
}

.k-gap-md {
  gap: 0.75rem;
}

.k-gap-x-md {
  -webkit-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.k-gap-y-md {
  row-gap: 0.75rem;
}

.\!k-gap-md {
  gap: 0.75rem !important;
}

.\!k-gap-x-md {
  -webkit-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}

.\!k-gap-y-md {
  row-gap: 0.75rem !important;
}

.k-gap-lg {
  gap: 1rem;
}

.k-gap-x-lg {
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
}

.k-gap-y-lg {
  row-gap: 1rem;
}

.\!k-gap-lg {
  gap: 1rem !important;
}

.\!k-gap-x-lg {
  -webkit-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.\!k-gap-y-lg {
  row-gap: 1rem !important;
}

.k-gap-xl {
  gap: 1.5rem;
}

.k-gap-x-xl {
  -webkit-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.k-gap-y-xl {
  row-gap: 1.5rem;
}

.\!k-gap-xl {
  gap: 1.5rem !important;
}

.\!k-gap-x-xl {
  -webkit-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.\!k-gap-y-xl {
  row-gap: 1.5rem !important;
}

.k-gap-thin {
  gap: 0.125rem;
}

.k-gap-x-thin {
  -webkit-column-gap: 0.125rem;
  column-gap: 0.125rem;
}

.k-gap-y-thin {
  row-gap: 0.125rem;
}

.\!k-gap-thin {
  gap: 0.125rem !important;
}

.\!k-gap-x-thin {
  -webkit-column-gap: 0.125rem !important;
  column-gap: 0.125rem !important;
}

.\!k-gap-y-thin {
  row-gap: 0.125rem !important;
}

.k-gap-hair {
  gap: 0.0625rem;
}

.k-gap-x-hair {
  -webkit-column-gap: 0.0625rem;
  column-gap: 0.0625rem;
}

.k-gap-y-hair {
  row-gap: 0.0625rem;
}

.\!k-gap-hair {
  gap: 0.0625rem !important;
}

.\!k-gap-x-hair {
  -webkit-column-gap: 0.0625rem !important;
  column-gap: 0.0625rem !important;
}

.\!k-gap-y-hair {
  row-gap: 0.0625rem !important;
}

.k-spacer {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.k-spacer-sized {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.k-table-layout-fixed {
  table-layout: fixed;
}

.k-table-layout-auto {
  table-layout: auto;
}

.k-text-nowrap {
  white-space: nowrap !important;
}

.k-text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-text-left {
  text-align: left !important;
}

.k-text-right {
  text-align: right !important;
}

.k-text-center {
  text-align: center !important;
}

.k-text-justify {
  text-align: justify !important;
}

.k-text-lowercase {
  text-transform: lowercase !important;
}

.k-text-uppercase {
  text-transform: uppercase !important;
}

.k-text-capitalize {
  text-transform: capitalize !important;
}

.k-fs-xs {
  font-size: 0.75rem !important;
}

.k-fs-sm {
  font-size: 0.875rem !important;
}

.k-fs-md {
  font-size: 1rem !important;
}

.k-fs-lg {
  font-size: 1.25rem !important;
}

.k-fs-xl {
  font-size: 1.5rem !important;
}

.k-font-weight-light {
  font-weight: 300 !important;
}

.k-font-weight-normal {
  font-weight: 400 !important;
}

.k-font-weight-bold {
  font-weight: 700 !important;
}

.k-color-base, .k-text-base {
  color: #212529;
}

.k-color-inherit {
  color: inherit;
}

.k-color-primary, .k-text-primary {
  color: #0d6efd !important;
}

.k-color-secondary, .k-text-secondary {
  color: #6c757d !important;
}

.k-color-tertiary, .k-text-tertiary {
  color: #6f42c1 !important;
}

.k-color-info, .k-text-info {
  color: #0dcaf0 !important;
}

.k-color-success, .k-text-success {
  color: #198754 !important;
}

.k-color-warning, .k-text-warning {
  color: #ffc107 !important;
}

.k-color-error, .k-text-error {
  color: #dc3545 !important;
}

.k-color-dark, .k-text-dark {
  color: #212529 !important;
}

.k-color-light, .k-text-light {
  color: #f8f9fa !important;
}

.k-color-inverse, .k-text-inverse {
  color: #212529 !important;
}

.k-bg-primary {
  background-color: #0d6efd !important;
}

.k-bg-secondary {
  background-color: #6c757d !important;
}

.k-bg-tertiary {
  background-color: #6f42c1 !important;
}

.k-bg-info {
  background-color: #0dcaf0 !important;
}

.k-bg-success {
  background-color: #198754 !important;
}

.k-bg-warning {
  background-color: #ffc107 !important;
}

.k-bg-error {
  background-color: #dc3545 !important;
}

.k-bg-dark {
  background-color: #212529 !important;
}

.k-bg-light {
  background-color: #f8f9fa !important;
}

.k-bg-inverse {
  background-color: #212529 !important;
}

.k-state-primary {
  background-color: #cfe2ff;
  color: #073984;
  border-color: #bbd6fe;
}

.k-state-secondary {
  background-color: #e2e3e5;
  color: #383d41;
  border-color: #d6d8db;
}

.k-state-tertiary {
  background-color: #e2d9f3;
  color: #3a2264;
  border-color: #d7caee;
}

.k-state-info {
  background-color: #cff4fc;
  color: #07697d;
  border-color: #bbf0fb;
}

.k-state-success {
  background-color: #d1e7dd;
  color: #0d462c;
  border-color: #bfddcf;
}

.k-state-warning {
  background-color: #fff3cd;
  color: #856404;
  border-color: #ffeeba;
}

.k-state-error {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}

.k-state-dark {
  background-color: #d3d3d4;
  color: #111315;
  border-color: #c1c2c3;
}

.k-state-light {
  background-color: #fefefe;
  color: #818182;
  border-color: #fdfdfe;
}

.k-state-inverse {
  background-color: #d3d3d4;
  color: #111315;
  border-color: #c1c2c3;
}

.k-info-colored {
  color: #50607f;
  border-color: #d0d9df;
  background-color: #f0f9ff;
}

.k-success-colored {
  color: #507f50;
  border-color: #d0dfd0;
  background-color: #f0fff0;
}

.k-error-colored {
  color: #7f5050;
  border-color: #dfd0d0;
  background-color: #fff0f0;
}

.k-inset {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.03), inset 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.k-touch-action-none {
  -ms-touch-action: none !important;
  touch-action: none !important;
}

.k-touch-action-auto {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.k-flip-h {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-flip-v {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.k-flip-h.k-flip-v {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.k-rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.k-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.k-rotate-135 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.k-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.k-rotate-225 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.k-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.k-rotate-315 {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.k-scale-0 {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}

.k-scale-1 {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.k-scale-2 {
  -webkit-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  transform: scale(2, 2);
}

.k-translate-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.k-translate-0-50 {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.k-translate-0-100 {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.k-translate-50-0 {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.k-translate-50-50 {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.k-translate-50-100 {
  -webkit-transform: translate(50%, 100%);
  -ms-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
}

.k-translate-100-0 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.k-translate-100-50 {
  -webkit-transform: translate(100%, 50%);
  -ms-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}

.k-translate-100-100 {
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.k-user-select-none {
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.k-user-select-auto {
  -webkit-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.k-user-select-text {
  -webkit-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.k-user-select-all {
  -webkit-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.k-user-select-contain {
  -webkit-user-select: contain !important;
  -ms-user-select: element !important;
  user-select: contain !important;
}

.k-cursor-auto {
  cursor: auto;
}

.k-cursor-default {
  cursor: default;
}

.k-cursor-none {
  cursor: none;
}

.k-cursor-context-menu {
  cursor: context-menu;
}

.k-cursor-help {
  cursor: help;
}

.k-cursor-pointer {
  cursor: pointer;
}

.k-cursor-progress {
  cursor: progress;
}

.k-cursor-wait {
  cursor: wait;
}

.k-cursor-cell {
  cursor: cell;
}

.k-cursor-crosshair {
  cursor: crosshair;
}

.k-cursor-text {
  cursor: text;
}

.k-cursor-vertical-text {
  cursor: vertical-text;
}

.k-cursor-alias {
  cursor: alias;
}

.k-cursor-copy {
  cursor: copy;
}

.k-cursor-move {
  cursor: move;
}

.k-cursor-no-drop {
  cursor: no-drop;
}

.k-cursor-not-allowed {
  cursor: not-allowed;
}

.k-cursor-e-resize {
  cursor: e-resize;
}

.k-cursor-n-resize {
  cursor: n-resize;
}

.k-cursor-ne-resize {
  cursor: ne-resize;
}

.k-cursor-nw-resize {
  cursor: nw-resize;
}

.k-cursor-s-resize {
  cursor: s-resize;
}

.k-cursor-se-resize {
  cursor: se-resize;
}

.k-cursor-sw-resize {
  cursor: sw-resize;
}

.k-cursor-w-resize {
  cursor: w-resize;
}

.k-cursor-ew-resize {
  cursor: ew-resize;
}

.k-cursor-ns-resize {
  cursor: ns-resize;
}

.k-cursor-nesw-resize {
  cursor: nesw-resize;
}

.k-cursor-nwse-resize {
  cursor: nwse-resize;
}

.k-cursor-col-resize {
  cursor: col-resize;
}

.k-cursor-row-resize {
  cursor: row-resize;
}

.k-cursor-all-scroll {
  cursor: all-scroll;
}

.k-cursor-zoom-in {
  cursor: zoom-in;
}

.k-cursor-zoom-out {
  cursor: zoom-out;
}

.k-cursor-grab {
  cursor: grab;
}

.k-cursor-grabbing {
  cursor: grabbing;
}

@font-face {
  font-family: WebComponentsIcons;
  font-style: normal;
  font-weight: 400;
  src: url(data:font/ttf;base64,AAEAAAAMAIAAAwBAR1NVQnTVdVMAAADMAABJ7E9TLzIPEgdLAABKuAAAAGBjbWFwa3toOgAASxgAAADMZ2FzcAAAABAAAEvkAAAACGdseWYBXgGQAABL7AABwdhoZWFkH1kGVQACDcQAAAA2aGhlYQfABm4AAg38AAAAJGhtdHgaA98WAAIOIAAACrRsb2Nh7cpdpgACGNQAAAVcbWF4cALsAy4AAh4wAAAAIG5hbWX0B/U8AAIeUAAABOlwb3N0AAMAAAACIzwAAAAgAAEAAAAKAB4ALAABbGF0bgAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAoAAAABADoAGgByCmIPrhXCGTQZvh+wIbIjpCYQKBYofiwIL0Ivli/oNSI1jjjMPbJGYkc8SChI3EkySagAAQAaAA0ADgAPABAAEQASABMAFAAVABYAFwAYABkAGgAbABwAHQAeAB8AIAAhACIAIwAlACYCrABIAJIAngC6ANAA6AEIASoBQAFkAXYBjAGkAb4B5gH8AhYCNgJUAnICigKgAsYC8gMcA0YDaAOQA7YD3AP0BBIELgRKBG4EkAS4BN4E/gUYBS4FTAVmBXQFfAWiBcYF2gX2BjYGega4BvoHJAdMB2QHfgeqB9QH7ggWCDwIUghuCJoIxAjeCQoJNAlOCX4JsgnUAO0ABQAhABAAFQAbAJMADQAgACAADQAPABQAGQARABoAIAAEAAkACgCSAAoAIAAgAA0ADwAUABkAEQAaACAARwALAB4AHgAbACMAHwAEAB8AIwANABwARQAPAB4AHgAbACMAHwAEAB4AEQAfABUAJgAVABoAEwA4ABAAHgAeABsAIwAfAAQAGgAbAAQADwAUAA0AGgATABEANwAKAB4AHgAbACMAHwAEABcAHAAVAEYAEQAeAB4AGwAjAB8ABAAQABUAGQARABoAHwAVABsAGgAfAD4ACAAeAB4AGwAjAAQAIQAcAEQACgAeAB4AGwAjAAQAHgAbABsAIAA/AAsAHgAeABsAIwAEAB4AFQATABQAIABDAAwAHgAeABsAIwAEABwADQAeABEAGgAgADkAEwAeAB4AGwAjAAQAGwAiABEAHgASABgAGwAjAAQAEAAbACMAGgBBAAoAHgAeABsAIwAEABgAEQASACAALwAMAB4AHgAbACMABAARABoAEAAEACEAHAAwAA8AHgAeABsAIwAEABEAGgAQAAQAHgAVABMAFAAgADIADgAeAB4AGwAjAAQAEQAaABAABAAYABEAEgAgADEADgAeAB4AGwAjAAQAEQAaABAABAAQABsAIwAaAEIACwAeAB4AGwAjAAQAEAAeABUAGAAYAEAACgAeAB4AGwAjAAQAEAAbACMAGgAzABIAHgAeABsAIwAEABAAGwAhAA4AGAARAAQACwAFAAQAIQAcADQAFQAeAB4AGwAjAAQAEAAbACEADgAYABEABAALAAUABAAeABUAEwAUACAANgAUAB4AHgAbACMABAAQABsAIQAOABgAEQAEAAsABQAEABgAEQASACAANQAUAB4AHgAbACMABAAQABsAIQAOABgAEQAEAAsABQAEABAAGwAjABoAOgAQAB4AHgAbACMABAAPABQAEQAiAB4AGwAaAAQAIQAcADsAEwAeAB4AGwAjAAQADwAUABEAIgAeABsAGgAEAB4AFQATABQAIAA9ABIAHgAeABsAIwAEAA8AFAARACIAHgAbABoABAAYABEAEgAgADwAEgAeAB4AGwAjAAQADwAUABEAIgAeABsAGgAEABAAGwAjABoAKwALAB4AHgAbACMABAALAAUABAAhABwALAAOAB4AHgAbACMABAALAAUABAAeABUAEwAUACAALgANAB4AHgAbACMABAALAAUABAAYABEAEgAgAC0ADQAeAB4AGwAjAAQACwAFAAQAEAAbACMAGgAnABEAHgAeABsAIwAEAAkACgAEACEAHAAEAB4AFQATABQAIAAqABAAHgAeABsAIwAEAAkACgAEACEAHAAEABgAEQASACAAKAATAB4AHgAbACMABAAJAAoABAAQABsAIwAaAAQAHgAVABMAFAAgACkAEgAeAB4AGwAjAAQACQAKAAQAEAAbACMAGgAEABgAEQASACAClQAPAB4AEQANAAQAHwAgAA0ADwAXABEAEAAGAAUABQKUAAwAHgARAA0ABAAfACAADQAPABcAEQAQApYACgAeABEADQAEAB4ADQAaABMAEQKTAA4AHgARAA0ABAAPABgAIQAfACAAEQAeABEAEAG7AAwAHAAcABgAJQAEABIAGwAeABkADQAgAcoABgAaAA8AFAAbAB4BYQADABgAGAFFABIAGAAVABMAGgAEACAAGwAcAAQAEQAYABEAGQARABoAIAAfASEAEQAYABUAEwAaAAQAIAAbABwABAARABgAEQAZABEAGgAgAW8ACQAYABUAEwAaAAQAIAAbABwBLAANABgAFQATABoABAAgABsABAATAB4AFQAQAUgAHwAYABUAEwAaAAQAHwAgAB4AEQAgAA8AFAAEABEAGAARABkAEQAaACAAHwAEACIAEQAeACAAFQAPAA0AGAFDACEAGAAVABMAGgAEAB8AIAAeABEAIAAPABQABAARABgAEQAZABEAGgAgAB8ABAAUABsAHgAVACYAGwAaACAADQAYAT8AHgAYABUAEwAaAAQAHwAgAB4AEQAgAA8AFAAEABEAGAARABkAEQAaACAABAAiABEAHgAgABUADwANABgBPgAgABgAFQATABoABAAfACAAHgARACAADwAUAAQAEQAYABEAGQARABoAIAAEABQAGwAeABUAJgAbABoAIAANABgBQgAUABgAFQATABoABAAeABUAEwAUACAABAARABgAEQAZABEAGgAgAB8BIAATABgAFQATABoABAAeABUAEwAUACAABAARABgAEQAZABEAGgAgAXQACwAYABUAEwAaAAQAHgAVABMAFAAgAXYADAAYABUAEwAaAAQAHgARABkAGwAiABEBRgAVABgAFQATABoABAAZABUAEAAQABgAEQAEABEAGAARABkAEQAaACAAHwEiABQAGAAVABMAGgAEABkAFQAQABAAGAARAAQAEQAYABEAGQARABoAIAFwAAwAGAAVABMAGgAEABkAFQAQABAAGAARAUAAEwAYABUAEwAaAAQAGAARABIAIAAEABEAGAARABkAEQAaACAAHwEeABIAGAAVABMAGgAEABgAEQASACAABAARABgAEQAZABEAGgAgAXIACgAYABUAEwAaAAQAGAARABIAIAF1AA0AGAAVABMAGgAEABYAIQAfACAAFQASACUBQQAVABgAFQATABoABAAPABEAGgAgABEAHgAEABEAGAARABkAEQAaACAAHwEfABQAGAAVABMAGgAEAA8AEQAaACAAEQAeAAQAEQAYABEAGQARABoAIAFzAAwAGAAVABMAGgAEAA8AEQAaACAAEQAeAUcAFQAYABUAEwAaAAQADgAbACAAIAAbABkABAARABgAEQAZABEAGgAgAB8BIwAUABgAFQATABoABAAOABsAIAAgABsAGQAEABEAGAARABkAEQAaACABcQAMABgAFQATABoABAAOABsAIAAgABsAGQFJABcAGAAVABMAGgAEAA4ADQAfABEAGAAVABoAEQAEACIAEQAeACAAFQAPAA0AGAFEABkAGAAVABMAGgAEAA4ADQAfABEAGAAVABoAEQAEABQAGwAeABUAJgAbABoAIAANABgCQQAQABMAEwAeABEAEwANACAAEQAEABIAFQARABgAEAAfANQADQAPAA8AEQAfAB8AFQAOABUAGAAVACAAJQAsAFoAaAB2AIIAqgDAAOQBBAE0AWgBhgGeAbQB1gH8AiACSAJiAnwCrALaAxADRANgA3QDjAOoA7IDvAPUA+QD+gQSBCIEQgRyBJIEogTABNgE7AUIBRAFMgGSAAYAIQAgACAAGwAaAqQABgAhAA4ADgAYABEBDQAFAB4AIQAfABQBEQATAB4AFQATABQAIAAaABEAHwAfAAQADwAbABoAIAAeAA0AHwAgAHgACgAbACQABAAfABUAJgAVABoAEwGNABEAGwAeABAAEQAeAB8ABAAfABQAGwAjAAQAFAAVABAAEQGEAA8AGwAeABAAEQAeAB8ABAAbACEAIAAfABUAEAARAYcAFwAbAB4AEAARAB4AHwAEABUAGgAfABUAEAARAAQAIgARAB4AIAAVAA8ADQAYAYYAGQAbAB4AEAARAB4AHwAEABUAGgAfABUAEAARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAGFAA4AGwAeABAAEQAeAB8ABAAVABoAHwAVABAAEQGDAAsAGwAeABAAEQAeAB8ABAANABgAGAGIAAoAGwAeABAAEQAeAAQAIAAbABwAbQAQABsAHgAQABEAHgAEAB8AIAAlABgAEQAEACAAGwAcAG4AEgAbAB4AEAARAB4ABAAfACAAJQAYABEABAAeABUAEwAUACAAcAARABsAHgAQABEAHgAEAB8AIAAlABgAEQAEABgAEQASACAAbwATABsAHgAQABEAHgAEAB8AIAAlABgAEQAEAA4AGwAgACAAGwAZAGwADAAbAB4AEAARAB4ABAAfACAAJQAYABEBiwAMABsAHgAQABEAHgAEAB4AFQATABQAIAByABcAGwAeABAAEQAeAAQAHgANABAAFQAhAB8ABAAgABsAHAAEAB4AFQATABQAIAB1ABYAGwAeABAAEQAeAAQAHgANABAAFQAhAB8ABAAgABsAHAAEABgAEQASACAAcwAaABsAHgAQABEAHgAEAB4ADQAQABUAIQAfAAQADgAbACAAIAAbABkABAAeABUAEwAUACAAdAAZABsAHgAQABEAHgAEAB4ADQAQABUAIQAfAAQADgAbACAAIAAbABkABAAYABEAEgAgAHEADQAbAB4AEAARAB4ABAAeAA0AEAAVACEAHwGMAAkAGwAeABAAEQAeAAQAGgAbAYoACwAbAB4AEAARAB4ABAAYABEAEgAgAYkADQAbAB4AEAARAB4ABAAOABsAIAAgABsAGQFWAAQAGwAYABABFgAEABgAIQAeAhMACwAYABsAEwATABEAHgAEAA4AGwAkAhIABwAYABsAEwATABEAHgIEAAoAGAAbAA8AFwAdACEAGwAgABECMwALABEAFAANABoADwARAAQADgAbACQCMgAHABEAFAANABoADwARANcADwANAB4ADwAbABAAEQAEAB8ADwANABoAGgARAB4A2wAXAA0AHgAPABsAEAARAAQAHQAeAAQADwAbABAAEQAEAB8ADwANABoAGgARAB4A1QAPAA0AHgAPABsAEAARAAQAGwAhACAAGAAVABoAEQDWAAcADQAeAA8AGwAQABECkQAOAA0AHgAEAB8AIAANAA8AFwARABAABgAFAAUCkAALAA0AHgAEAB8AIAANAA8AFwARABACkgAJAA0AHgAEAB4ADQAaABMAEQKPAA0ADQAeAAQADwAYACEAHwAgABEAHgARABACpgADAA0AHgEdABAADQAPABcAIwANAB4AEAAEABEAGAARABkAEQAaACABGwAMAA0ADwAXAAQAEQAYABEAGQARABoAIAA6AHYAfgCWALIAwADKANIA4ADmAPgBAgEaASQBSAFsAYABqAHGAdYB5gIKAigCQgJeAoACmgK0AsAC3AL2AwIDDgMiAzADRgNqA5QDvAPkBAYEGAQ0BE4EWgR6BKgE2gTyBR4FTgVkBW4FiAWmBcIF0AXsBf4BswADACEAIAGlAAsAIQAfACAAGwAZAAQAFQAPABsAGgHrAA0AIQAfACAAGwAZAAQAEgAbAB4AGQANACAA3gAGACEAHgAfABsAHgJSAAQAHwAfAAgCVQADAB8AHwJYAAYAHwAcAB4AGwAWAloAAgAfAfEACAAeABsAHwAfACAADQAOAQYABAAeABsAHAG9AAsAGwAcACUABAASABsAHgAZAA0AIAGyAAQAGwAcACUBXAARABsAGgAiABEAHgAgAAQAIQAcABwAEQAeAA8ADQAfABEBWwARABsAGgAiABEAHgAgAAQAGAAbACMAEQAeAA8ADQAfABEAyQAJABsAGgAaABEADwAgABsAHgGsABMAGwAZABkAEQAaACAAHwAEAB4AEQAZABsAIgARAAQADQAYABgBqwAOABsAGQAZABEAGgAgAAQAHgARABkAGwAiABEBqgAHABsAGQAZABEAGgAgAFQABwAbABgAIQAZABoAHwKNABEAGwAYACEAGQAaAAQAHwAgAA0ADwAXABEAEAAGAAUABQKMAA4AGwAYACEAGQAaAAQAHwAgAA0ADwAXABEAEAKOAAwAGwAYACEAGQAaAAQAHgANABoAEwARAeAADQAbABgAIQAZABoABAASAB4AEQARACYAEQKLABAAGwAYACEAGQAaAAQADwAYACEAHwAgABEAHgARABABVAAMABsAGAAbAB4ABAAPAA0AGgAiAA0AHwGQAAwAGwAQABEABAAfABoAFQAcABwAEQAgAl0ABQAYABsAIQAQAKEADQAYABsAHwARAAQAGwAhACAAGAAVABoAEQCiAAwAGAAbAB8AEQAEAA8AFQAeAA8AGAARAKAABQAYABsAHwARAIwABQAYABsADwAXAbwACQAYABEADQAeAAQADwAfAB8A+QAGABUAHgAPABgAEQKrAAoAFAAbAB4AGwAcABgAEQAgABQChgARABQAEQAiAB4AGwAaAAQAEAAbACEADgAYABEABAAhABwChwAUABQAEQAiAB4AGwAaAAQAEAAbACEADgAYABEABAAeABUAEwAUACACiQATABQAEQAiAB4AGwAaAAQAEAAbACEADgAYABEABAAYABEAEgAgAogAEwAUABEAIgAeABsAGgAEABAAGwAhAA4AGAARAAQAEAAbACMAGgD2ABAAFAARAA8AFwAOABsAJAAEAA8AFAARAA8AFwARABAA9QAIABQAEQAPABcADgAbACQAngANABQAEQAPABcABAAbACEAIAAYABUAGgARAJ8ADAAUABEADwAXAAQADwAVAB4ADwAYABEAnQAFABQAEQAPABcBnQAPABQADQAaABMAEQAEABkADQAaACEADQAYABgAJQHaABYAEQAYABgAHwAEABkAEQAeABMAEQAEACIAEQAeACAAFQAPAA0AGAAYACUB2QAYABEAGAAYAB8ABAAZABEAHgATABEABAAUABsAHgAVACYAGwAaACAADQAYABgAJQHYAAsAEQAYABgAHwAEABkAEQAeABMAEQHcABUAEQAYABgABAAfABwAGAAVACAABAAiABEAHgAgABUADwANABgAGAAlAdsAFwARABgAGAAEAB8AHAAYABUAIAAEABQAGwAeABUAJgAbABoAIAANABgAGAAlAEkACgANACAAEQATABsAHgAVACYAEQDIAAQADQAeACACpQAMAA0AGgAQABgAEQAEAB8AIAAVAA8AFwCbAA4ADQAaAA8AEQAYAAQAGwAhACAAGAAVABoAEQCcAA0ADQAaAA8AEQAYAAQADwAVAB4ADwAYABEAmgAGAA0AGgAPABEAGAGUAA0ADQAYABEAGgAQAA0AHgAEABAADQAgABEAjQAIAA0AGAARABoAEAANAB4AxwAKAA0AGAAPACEAGAANACAAGwAeACEARABeAHAAjACeALAAvgDgAO4A9gEeATwBVgFyAZwBsgHEAc4B7AIKAiYCOgJIAnwCtALWAvgDCgMcAzADQgNWA2gCNQAMAB4AFQAOAA4ADgAYABEABAAOABsAJAI0AAgAHgAVAA4ADgAOABgAEQBIAA0AHgANABMABAANABoAEAAEABAAHgAbABwAtwAIABsAIwAaABgAGwANABACngAIABsAIQATABQAGgAhACAB6QAGABsAGAAYAA0AHgGkABAAGwAPACEAGQARABoAIAAEABkADQAaAA0AEwARAB4A0wAGABUAIgAVABAAEQFgAAMAFQAiAIAAEwAVAB8AHAAYAA0AJQAEABUAGgAYABUAGgARAAQAEgAYABEAJAICAA4AFQAfABwAGAANACUABAAVABoAGAAVABoAEQB/AAwAFQAfABwAGAANACUABAASABgAEQAkAH0ADQAVAB8AHAAYAA0AJQAEAA4AGAAbAA8AFwB+ABQAFQAfABwAGAANACUABAAMABoAGAAVABoAEQAEAA4AGAAbAA8AFwE9AAoAFQAZABEAGgAgABUAGwAaAB8CFwAIABUAEwATAAQADgAbACQCFgAEABUAEwATAaYADgAVAA8AIAAVABsAGgANAB4AJQAEAA0AEAAQAmcADgARACAADQAVABgABAAfABEADwAgABUAGwAaAhUADQARABgAFQAPABUAGwAhAB8ABAAOABsAJAIUAAkAEQAYABUADwAVABsAIQAfAJEABgARABgAEQAgABEBNwAZABEADwAeABEADQAfABEABAAiABEAHgAgABUADwANABgABAAfABwADQAPABUAGgATATMAGwARAA8AHgARAA0AHwARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAAEAB8AHAANAA8AFQAaABMB7AAQABEADwAVABkADQAYAAQAFQAaAA8AHgARAA0AHwARAe0AEAARAA8AFQAZAA0AGAAEABAAEQAPAB4AEQANAB8AEQJuAAgADQAgAA0ABAAjABEADgJtAAgADQAgAA0ABAAfAB0AGAKCAAkADQAgAA0ABAAeABEAHwAgAoQACAANACAADQAEABsAEAAfAmwACQANACAADQAEABYAHwAbABoCawAIAA0AIAANAAQADwAfACICYAAEAA0AIAANAAgAEgAoADYAPgBKAF4AagCAATkACgAlABEAEAAeABsAHAAcABEAHgH9AAYAJAAcABsAHgAgAlcAAwAkABEAzwAFAB0AIQANABgCGQAJABkADQAVABgABAAOABsAJAIYAAUAGQANABUAGAGbAAoAEAAVACAABAAgABsAGwAYAB8AkAAEABAAFQAgADoAdgCYALAAzADsAPwBEgE2AVABWgF8AZABqAG8AdQB7AICAhACLAJMAmgCigKyAtgC7AMGAygDVANiA2wDhAOWA6oDwAPgA/IECgQcBD4EYgR0BIYEmASuBM4E5AT6BRAFMAVEBVYFbgWABZYFqgW8BcYF4AEpABAAIQAYABgABAAfAA8AHgARABEAGgAEABEAJAAVACABKAALACEAGAAYAAQAHwAPAB4AEQARABoBGgANAB4AGwAaACAABAARABgAEQAZABEAGgAgARwADwAbAB4AIwANAB4AEAAEABEAGAARABkAEQAaACAA5gAHABsAHgAjAA0AHgAQAeYACgAbAB4AGQAhABgADQAEABIAJAHDABEAGwAeABkADQAgAAQADwAbABAAEQAEAA4AGAAbAA8AFwGPAAwAGwAeABkABAARABgAEQAZABEAGgAgAY4ABAAbAB4AGQFaABAAGwAeABEAEwAeABsAIQAaABAABAAPABsAGAAbAB4B7gAJABsAGgAgAAQAHwAVACYAEQFZAAsAGwAaACAABAASAA0AGQAVABgAJQI/AAkAGwAYABAAEQAeAAQAIQAcAj0ACwAbABgAEAARAB4ABAAbABwAEQAaAkAACwAbABgAEAARAB4ABAAZABsAHgARAj4ACgAbABgAEAARAB4ABAANABAAEAI8AAYAGwAYABAAEQAeAQkADQAYABUAHAAEACIAEQAeACAAFQAPAA0AGAEIAA8AGAAVABwABAAUABsAHgAVACYAGwAaACAADQAYAbAADQAYAA0AHwAUAAQAGQANABoADQATABEAHgGxABAAFQAaABAABAANABoAEAAEAB4AEQAcABgADQAPABEAsgATABUAGAAgABEAHgAEAB8AGwAeACAABAAQABEAHwAPAAQAHwAZALEAEgAVABgAIAARAB4ABAAfABsAHgAgAAQADQAfAA8ABAAfABkAsAAJABUAGAAgABEAHgAEAB8AGQCvAAwAFQAYACAAEQAeAAQADwAYABEADQAeALQAEAAVABgAIAARAB4ABAANABAAEAAEABMAHgAbACEAHACzABUAFQAYACAAEQAeAAQADQAQABAABAARACQAHAAeABEAHwAfABUAGwAaAK4ABgAVABgAIAARAB4CUQAEABUAGAAZAoEACwAVABgAEQAfAAQAEQAeAB4AGwAeAlAACAAVABgAEQAEACYAFQAcAkcACQAVABgAEQAEACMAGwAeABACdwAKABUAGAARAAQAIgAVABAAEQAbAoMADwAVABgAEQAEACAAJQAcABEAHwAPAB4AFQAcACACRAAIABUAGAARAAQAIAAkACAChQALABUAGAARAAQAHgARABwAGwAeACACSwAIABUAGAARAAQAHAAfABACfQAQABUAGAARAAQAHAAeABsAEwAeAA0AGQAZABUAGgATAnoAEQAVABgAEQAEABwAHgARAB8AEQAaACAADQAgABUAGwAaAkkACAAVABgAEQAEABwAHAAgAkoACAAVABgAEQAEABwAEAASAkgACAAVABgAEQAEABkAEAAOAnkACgAVABgAEQAEABUAGQANABMAEQJeAA8AFQAYABEABAAUABsAHgAVACYAGwAaACAADQAYAkwACgAVABgAEQAEABIAGAANAB8AFAJGAAoAFQAYABEABAARACQADwARABgCgAAKABUAGAARAAQAEQAeAB4AGwAeAnwADwAVABgAEQAEABAAFQAfAA8ABAAVABkADQATABECewAJABUAGAARAAQAEAANACAADQJFAAgAFQAYABEABAAPAB8AIgJNAAsAFQAYABEABAAPABsAGgASABUAEwJPAAgAFQAYABEABAAOAA0ADwJ4AAoAFQAYABEABAANACEAEAAVABsCTgAJABUAGAARAAQADQAfAA8AJAJDAAgAFQAYABEABAANABAAEAJCAAQAFQAYABECGwAMAA0ADwARAA4AGwAbABcABAAOABsAJAIaAAgADQAPABEADgAbABsAFwAVACwASAByAJwAvgDSAN4A9gEAARQBNgFCAWIBegGQAZ4BugHGAdIB3AHsAmkADQAeABsAIQAcAAQAHwARAA8AIAAVABsAGgJjABQAHgAbACEAHAAEABQAEQANABAAEQAeAAQAHwARAA8AIAAVABsAGgJkABQAHgAbACEAHAAEABIAGwAbACAAEQAeAAQAHwARAA8AIAAVABsAGgJvABAAHgAbACEAHAAEAA8AGwAYABgAEQAPACAAFQAbABoBlQAJAB4AGwAhABwABAAOABsAJABMAAUAHgAbACEAHABLAAsAHgAVABAABAAYAA0AJQAbACEAIABKAAQAHgAVABABFQAJAB4AEQAlAB8ADwANABgAEQDSABAAHgARAA0AIAARAB4ABAAbAB4ABAARAB0AIQANABgCigAFAB4ADQAcABQCHwAPABsAGwATABgAEQAEABwAGAAhAB8ABAAOABsAJAIeAAsAGwAbABMAGAARAAQAHAAYACEAHwIdAAoAGwAbABMAGAARAAQADgAbACQCHAAGABsAGwATABgAEQIJAA0AGAAbAA4AEQAEABsAIQAgABgAFQAaABECCgAFABgAGwAOABEAwAAFABEADQAeAB8AvwAEABEADQAeAIIABwANABwABAAeABsAIwCBAAoADQAcAAQADwAbABgAIQAZABoAFwAwAFQAcgCgAM4A7gEOARoBJAEuATwBWAFkAWoBhAGoAcQBzgHUAdoB4AHmAewAugARACUAHAARAB4AGAAVABoAFwAEABsAHAARABoABAAfABkAuQAOACUAHAARAB4AGAAVABoAFwAEABsAHAARABoBxgAWACUAHAARAB4AGAAVABoAFwAEABgAFQATABQAIAAEABAAFQANABgAGwATAcgAFgAlABwAEQAeABgAFQAaABcABAATABgAGwAOABEABAAeABEAGQAbACIAEQHHAA8AJQAcABEAHgAYABUAGgAXAAQAEwAYABsADgARAckADwAlABwAEQAeABgAFQAaABcABAARABkADQAVABgCUwAFACAAGQAYAAoCVAAEACAAGQAYAFsABAAbABkAEQBcAAYAEQAVABMAFAAgAPEADQARAA0AHgAgAAQAGwAhACAAGAAVABoAEQDyAAUAEQANAB4AIADqAAIAEABOAAwADQAaABAAGAARAB4ABAAQAB4ADQATAIMAEQANABoAEAAYABEABAAeABEAHwAVACYAEQAEAA0AGAAgAIQADQANABoAEAAYABEABAAeABEAHwAVACYAEQDdAAQADQAaABABZwACAAsBZgACAAoBZQACAAkBZAACAAgBYwACAAcBYgACAAYAFQAsADoAVgBqAIYAngCyAMoA6gEKAT4BdgGCAZABngG4AdoCAAIaAjACYAFXAAYAIAANABgAFQAPARMADQAaACIAEQAeACAABAAPABsAGAAbAB4AHwFsAAkAGgAfABEAHgAgAAQAIQAcAW0ADQAaAB8AEQAeACAABAAZABUAEAAQABgAEQFuAAsAGgAfABEAHgAgAAQAEAAbACMAGgJ2AAkAGgAUABEAHgAVACAAEQAQAP0ACwAaABIAGwAeABkADQAgABUAGwAaAWoADwAaABAAEQAaACAABAAVABoADwAeABEADQAfABEBawAPABoAEAARABoAIAAEABAAEQAPAB4AEQANAB8AEQE2ABkAGgAPAB4AEQANAB8AEQAEACIAEQAeACAAFQAPAA0AGAAEAB8AHAANAA8AFQAaABMBMgAbABoADwAeABEADQAfABEABAAUABsAHgAVACYAGwAaACAADQAYAAQAHwAcAA0ADwAVABoAEwIRAAUAGgAOABsAJAH8AAYAGQAcABsAHgAgASsABgAZAA0AEwARAB8BBQAMABkADQATABEABAAeABEAHwAVACYAEQGpABAAGQANABMAEQAEABkADQAcAAQAEQAQABUAIAAbAB4BpwASABkADQATABEABAAYABUAEwAUACAABAAQABUADQAYABsAEwECAAwAGQANABMAEQAEABEAJAAcABsAHgAgAagACgAZAA0AEwARAAQAEQAQABUAIAHvABcAGQANABMAEQAEAA0ADgAfABsAGAAhACAAEQAEABwAGwAfABUAIAAVABsAGgEBAAUAGQANABMAEQALABgARgB4AKIA0AEAATQBZgGcAcwCAAFPABYAIQAfACAAFQASACUABAAfACAADQAeACAABAAiABEAHgAgABUADwANABgBSgAYACEAHwAgABUAEgAlAAQAHwAgAA0AHgAgAAQAFAAbAB4AFQAmABsAGgAgAA0AGAFRABQAIQAfACAAFQASACUABAARABoAEAAEACIAEQAeACAAFQAPAA0AGAFMABYAIQAfACAAFQASACUABAARABoAEAAEABQAGwAeABUAJgAbABoAIAANABgBUAAXACEAHwAgABUAEgAlAAQADwARABoAIAARAB4ABAAiABEAHgAgABUADwANABgBSwAZACEAHwAgABUAEgAlAAQADwARABoAIAARAB4ABAAUABsAHgAVACYAGwAaACAADQAYAVIAGAAhAB8AIAAVABIAJQAEAA4AEQAgACMAEQARABoABAAiABEAHgAgABUADwANABgBTQAaACEAHwAgABUAEgAlAAQADgARACAAIwARABEAGgAEABQAGwAeABUAJgAbABoAIAANABgBUwAXACEAHwAgABUAEgAlAAQADQAeABsAIQAaABAABAAiABEAHgAgABUADwANABgBTgAZACEAHwAgABUAEgAlAAQADQAeABsAIQAaABAABAAUABsAHgAVACYAGwAaACAADQAYAlYAAgAfAAMACAAoAEgAzgAPABwAFQAEAB8AIAANACAAIQAfAAQAGwAcABEAGgDNAA8AHAAVAAQAHwAgAA0AIAAhAB8ABAAUABsAGAAQAMwADwAcABUABAAfACAADQAgACEAHwAEABAAEQAaACUAHwBAAE4AWgBkAJAAvgDcAP4BHAE2AVgBdgGQAaIBvgHeAeoCGgI6AmQCfgKYArACugLUAvADDgM2A1IDbgN8ALYABgAbABMAGwAhACAAtQAFABsAEwAVABoAmAAEABsADwAXAgcAFQAVAB8AIAAEACEAGgAbAB4AEAARAB4AEQAQAAQAHwAdACEADQAeABECCAAWABUAHwAgAAQAIQAaABsAHgAQABEAHgARABAABAAbACEAIAAYABUAGgARAWkADgAVAB8AIAAEACEAGgAbAB4AEAARAB4AEQAQAfsAEAAVAB8AIAAEAB4AGwAZAA0AGgAEAB8AGQANABgAGAH6AA4AFQAfACAABAAeABsAGQANABoABAAOABUAEwFoAAwAFQAfACAABAAbAB4AEAARAB4AEQAQAgYAEAAVAB8AIAAEABgADQAgABUAGgAEAB8AGQANABgAGAIFAA4AFQAfACAABAAYAA0AIAAVABoABAAOABUAEwIhAAwAFQAaABcAEQAQABUAGgAEAA4AGwAkAiAACAAVABoAFwARABAAFQAaAJYADQAVABoAFwAEACIAEQAeACAAFQAPAA0AGACUAA8AFQAaABcABAAUABsAHgAVACYAGwAaACAADQAYApcABQAVABoAEQAGApwAFwAVABoAEQAEAB8AIAANAA8AFwARABAABgAFAAUABAAZAA0AHgAXABEAHgAfApkADwAVABoAEQAEAB8AIAANAA8AFwARABAABgAFAAUCmwAUABUAGgARAAQAHwAgAA0ADwAXABEAEAAEABkADQAeABcAEQAeAB8CmAAMABUAGgARAAQAHwAgAA0ADwAXABEAEAKaAAwAFQAaABEABAAZAA0AHgAXABEAHgAfAgMACwAVABoAEQAEABQAEQAVABMAFAAgARAABAAVABoAEQICAAwAEQAgACAAEQAeAAQAHwAcAA0ADwARANEADQARAB8AHwAEABsAHgAEABEAHQAhAA0AGABTAA4ADQAlABsAIQAgAAQAHwAgAA0ADwAXABEAEABSABMADQAlABsAIQAgAAQAHwAVABAAEQAEAA4AJQAEAB8AFQAQABEAUQANAA0AJQAbACEAIAAEAAcABAAOACUABAAHAFAADQANACUAGwAhACAABAAGAAQADgAlAAQACQBPAAYADQAlABsAIQAgALsABgANACEAGgAPABQAHQA8AFQAZACAAKAAvgDMAN4A+gEUASABNAFKAVQBcAGEAZoBugHeAfQCCgIkAjwCWAJmAp4CvgLcAv4CIwALACUAHwAcAA0ADwARAAQADgAbACQCIgAHACUAHwAcAA0ADwARAFgADQAbAB4AEQAEACIAEQAeACAAFQAPAA0AGABZAA8AGwAeABEABAAUABsAHgAVACYAGwAaACAADQAYAcUADgAbABAAIQAYABEABAAZAA0AGgANABMAEQAeAQcABgAVAB4AHgAbAB4AywAIABUAGgAhAB8ABAAfABkApwANABUAGgAhAB8ABAAbACEAIAAYABUAGgARAKgADAAVABoAIQAfAAQADwAVAB4ADwAYABEApgAFABUAGgAhAB8AYQAJABUAGgAEACMAFQAQACAAFABgAAoAFQAaAAQAFAARABUAEwAUACAAVwAEABEAGgAhAa4ADQARABAAFQANAAQAGQANABoADQATABEAHgBfAAkADQAkAAQAIwAVABAAIAAUAF4ACgANACQABAAUABEAFQATABQAIAH+AA8ADQAgAA8AFAAEABIAIQAYABgABAAjABsAHgAQAgwAEQANAB4AFwARAB4ABAAcABUAGgAEACAADQAeABMAEQAgAgsACgANAB4AFwARAB4ABAAcABUAGgBjAAoADQAeABMAFQAaAAQAIAAbABwAZAAMAA0AHgATABUAGgAEAB4AFQATABQAIABmAAsADQAeABMAFQAaAAQAGAARABIAIABlAA0ADQAeABMAFQAaAAQADgAbACAAIAAbABkAYgAGAA0AHgATABUAGgE1ABsADQAXABEABAAiABEAHgAgABUADwANABgABAAfABwADQAPABUAGgATAAQAEQAdACEADQAYAS8ADwANABcAEQAEAB8ADQAZABEABAAjABUAEAAgABQBLgAOAA0AFwARAAQAHwANABkAEQAEAB8AFQAmABEBMAAQAA0AFwARAAQAHwANABkAEQAEABQAEQAVABMAFAAgATEAHQANABcAEQAEABQAGwAeABUAJgAbABoAIAANABgABAAfABwADQAPABUAGgATAAQAEQAdACEADQAYAAMACAAiADYA/AAMABsAIAAVABIAFQAPAA0AIAAVABsAGgDQAAkAGwAgAAQAEQAdACEADQAYAIkADgAbABoABAAeABEADwAhAB4AHgARABoADwARAAMACAAYADQAWgAHACIAEQAeABgADQAcAHYADQAhACAAGAAVABoAEQAEACMAFQAQACAAFAB3AA4AIQAgABgAFQAaABEABAAbABIAEgAfABEAIAAyAGYAcgCCAJwAugDWAPYBBgEgATgBQgFUAWQBbgGKAZ4BpgGuAcgB2AHqAfYCGAI2AkwCggKiAr4CygLcAwIDLgNEA2YDigOqA9ID9gQSBCoEMgRCBE4EbgSWBL4E1gTyBQwFKgCPAAUAHgAVABoAIADCAAcAHgARACIAFQARACMAeQAMABsAHwAVACAAFQAbABoABAAgABsAHAB6AA4AGwAfABUAIAAVABsAGgAEAB4AFQATABQAIAB8AA0AGwAfABUAIAAVABsAGgAEABgAEQASACAAewAPABsAHwAVACAAFQAbABoABAAOABsAIAAgABsAGQDKAAcAGAAhAB8ABAAfABkApAAMABgAIQAfAAQAGwAhACAAGAAVABoAEQClAAsAGAAhAB8ABAAPABUAHgAPABgAEQCjAAQAGAAhAB8A7AAIABgADQAlABgAFQAfACAA7gAHABgADQAlAAQAHwAZAOIABAAYAA0AJQIlAA0AFQAaACAAEQAeABEAHwAgAAQADgAbACQCJAAJABUAGgAgABEAHgARAB8AIAINAAMAFQAaAp0AAwAVABEBAAAMABQAGwAgABsABAAPAA0AGQARAB4ADQHqAAcAEQAeAA8AEQAaACAA7wAIAA0AIQAfABEABAAfABkA4wAFAA0AIQAfABEBugAQAA0AHwAgABEABAAcABgADQAVABoABAAgABEAJAAgAbkADgANAB8AIAARAAQAGQANAB4AFwAQABsAIwAaAbgACgANAB8AIAARAAQAFAAgABkAGAG3ABoADQAfACAAEQAEABIAHgAbABkABAAjABsAHgAQAAQAHwAgAB4AFQAcAAQAEgAVABgAEQG2AA8ADQAfACAAEQAEABIAHgAbABkABAAjABsAHgAQAbUADQANAB8AIAARAAQADQAfAAQAFAAgABkAGAG0AAUADQAfACAAEQGZAAgADQAfAB8AIwAbAB4AEAJ/ABIADQAeAA0AGQARACAAEQAeAB8ABAAhABoAFwAaABsAIwAaAn4AFQANAB4ADQAZABEAIAARAB4AHwAEAA4AJQAgABEABAANAB4AHgANACUCagAKAA0AHgANABkAEQAgABEAHgAfAnQAEAANAB4ADQAZABEAIAARAB4ABAAfACAAHgAVABoAEwJzABEADQAeAA0AGQARACAAEQAeAAQAFQAaACAAEQATABEAHgJyAA8ADQAeAA0AGQARACAAEQAeAAQAEgAYABsADQAgAnEAEwANAB4ADQAZABEAIAARAB4ABAAQAA0AIAARAAQAIAAVABkAEQJwABEADQAeAA0AGQARACAAEQAeAAQADgAbABsAGAARAA0AGgGaAA0ADQAeAA0AEwAeAA0AHAAUAAQADQAQABAB3gALAA0AGgARAAQAEgAeABEAEQAmABEAxgADAA0AGgEOAAcADQAYABEAIAAgABEBDwAFAA0AFQAaACABVQAPAA0AEwARAAQAHAAeABsAHAARAB4AIAAVABEAHwJlABMADQATABEABAAUABEADQAQABEAHgAEAB8AEQAPACAAFQAbABoCZgATAA0AEwARAAQAEgAbABsAIAARAB4ABAAfABEADwAgABUAGwAaAGgACwANABAAEAAVABoAEwAEACAAGwAcAGkADQANABAAEAAVABoAEwAEAB4AFQATABQAIABrAAwADQAQABAAFQAaABMABAAYABEAEgAgAGoADgANABAAEAAVABoAEwAEAA4AGwAgACAAGwAZAGcABwANABAAEAAVABoAEwAEAAoAHAA8AFwA/gAIACEAEQAfACAAFQAbABoA2gAPAB4ABAAPABsAEAARAAQAHwAPAA0AGgAaABEAHgDYAA8AHgAEAA8AGwAQABEABAAbACEAIAAYABUAGgARANkABwAeAAQADwAbABAAEQAgAEIAYgByAHoAhACaALYA0ADoAPYBAAEOASABOAFEAXABnAG6AdIB4gISAkYCWgJoAo4CmAKuArwC5AL8AxgDMgF4AA8AIQAYABEABAAUABsAHgAVACYAGwAaACAADQAYAjcABwAfAB8ABAAOABsAJAI2AAMAHwAfAFUABAAbACMAHwHfAAoAGwAjAAQAEgAeABEAEQAmABEBGQANABsAIQAaABAABAAPABsAHgAaABEAHgAfAQsADAAbACAADQAgABEABAAeABUAEwAUACABDAALABsAIAANACAAEQAEABgAEQASACABCgAGABsAIAANACAAEQKqAAQAGwAfABEA5QAGABEAIwAVABoAEACKAAgAEQAfABEAIAAEAB8AGQEqAAsAEQAfABEAIAAEAA8AGwAYABsAHgCHAAUAEQAfABEAIAJhABUAEQAcABsAHgAgAAQAFAARAA0AEAARAB4ABAAfABEADwAgABUAGwAaAmIAFQARABwAGwAeACAABAASABsAGwAgABEAHgAEAB8AEQAPACAAFQAbABoCAAAOABEAHAAYAA0ADwARAAQAHwAVABoAEwAYABECAQALABEAHAAYAA0ADwARAAQADQAYABgAVgAHABEAGwAeABAAEQAeATgAFwARABkAGwAiABEABAAiABEAHgAgABUADwANABgABAAfABwADQAPABUAGgATATQAGQARABkAGwAiABEABAAUABsAHgAVACYAGwAaACAADQAYAAQAHwAcAA0ADwAVABoAEwCLAAkAEQAYABsADQAQAAQAHwAZAIgABgARABgAGwANABAB/wASABEAEwAhABgADQAeAAQAEQAkABwAHgARAB8AHwAVABsAGgCGAAQAEQAQABsCJwAKABEAEAAQABUAIAAEAA4AGwAkAiYABgARABAAEAAVACAA+wATAA0AEAAVABsADgAhACAAIAAbABoABAAPABQAEQAPABcAEQAQAPoACwANABAAFQAbAA4AIQAgACAAGwAaAqgADQANABAADQAeAAQAGQANAB4AFwARAB4AHwKpAAwADQAQAA0AHgAEABIAFQAYABgAEQAQAqcABQANABAADQAeAC0AXABqAIAAiACcALAAxgDiAQQBHgFKAXIBmgG8AeYCAgISAhwCKAJCAkwCaAKCApYCrgLAAuQDCAMcAyQDPgNWA2oDegOGA5IDugPQA+YEJARSBIwEtgTGBNAB6AAGACUAGQAOABsAGAFfAAoAIQAcAAQAHwAPAB4AFQAcACAB5wADACEAGQDrAAkAIQAOACAAFQAgABgAEQAfAl8ACQAhAA4AHgARABwAGwAeACABXgAKACEADgAEAB8ADwAeABUAHAAgAcQADQAgACUAGAARAAQADgAhABUAGAAQABEAHgIpABAAIAAhABkADgAYABEABAAhABwAGwAaAAQADgAbACQCKAAMACAAIQAZAA4AGAARAAQAIQAcABsAGgHCABUAIAAeABUAHAAEACMAGwAeABAABAASABsAHgAZAA0AIAAgABUAGgATAcEAEwAgAB4AFQAcAAQAHwAcAA0AGgAEABEAGAARABkAEQAaACAAHwHAABMAIAAeABUAHAAEABIAGwAaACAABAARABgAEQAZABEAGgAgAB8BvwAQACAAHgAVABwABAAPAB8AHwAEABIAGwAeABkADQAgAb4AFAAgAB4AFQAcAAQADQAYABgABAASABsAHgAZAA0AIAAgABUAGgATAV0ADQAgAB4AFQAXABEAIAAUAB4AGwAhABMAFADwAAcAIAAbABwABAAfABkA5AAEACAAGwAcAN8ABQAgABUADwAXAPMADAAgAA0AHgAEABsAIQAgABgAFQAaABEA9AAEACAADQAeAeIADQAcABEAGAAYAAQADwAUABEADwAXABEAHgCtAAwAGwAeACAABAAQABEAHwAPAAQAHwAZAKoACQAbAB4AIAAEABAAEQAfAA8ArAALABsAHgAgAAQADQAfAA8ABAAfABkAqQAIABsAHgAgAAQADQAfAA8BPAARABoADQAcAAQAIAAbAAQAHwAaAA0AHAAYABUAGgARAB8BOwARABoADQAcAAQAIAAbAAQAEwAeABUAEAAYABUAGgARAB8BOgAJABoADQAcAAQAEwAeABUAEAJcAAMAGAAaAS0ADAAVACYAEQAEACAAGwAEABMAHgAVABABrQALABUAGAAiABEAHgAYABUAEwAUACAA3AAJABUAEwAaAA0AIAAhAB4AEQEXAAcAFAANAB4AHAARABoCDwAFABQADQAeABEBGAAFABQADQAcABEA4QATABEAIAAEAA8AGwAYACEAGQAaAAQAHAAbAB8AFQAgABUAGwAaAZMACgARABgAEQAPACAABAAOABsAJAGRAAoAEQAYABEADwAgAAQADQAYABgCogAeAA8ADQAgACAAEQAeAAQAHwAgAB4ADQAVABMAFAAgAAQAGAAVABoAEQAfAAQAGQANAB4AFwARAB4AHwKjABYADwANACAAIAARAB4ABAAfACAAHgANABUAEwAUACAABAAYABUAGgARAB8CoAAcAA8ADQAgACAAEQAeAAQAHwAZABsAGwAgABQABAAYABUAGgARAB8ABAAZAA0AHgAXABEAHgAfAqEAFAAPAA0AIAAgABEAHgAEAB8AGQAbABsAIAAUAAQAGAAVABoAEQAfAp8ABwAPAA0AIAAgABEAHgCOAAQADQAiABEBEgAKAA0AIAAhAB4ADQAgABUAGwAaADsAeACQAKAAtgDEAOIBEgEsAV4BiAGyAeQCDgIqAkYCdgKaArICzgLwAxADMANOA14DcAOEA6YDygPmBAIEMAReBIAEogTEBO4FFgVCBWgFggWcBdAGAgYqBlIGfgaiBrgGzgb6ByQHUgd4B6oH2ggOCEAIcAikAi8ACwAjABUAIAAgABEAHgAEAA4AGwAkAi4ABwAjABUAIAAgABEAHgItAAoAIQAZAA4AGAAeAAQADgAbACQCLAAGACEAGQAOABgAHgD4AA4AHgAVAAQAHwAgAA0AIAARAAQAGgAhABgAGAD3ABcAHgAVAAQAHwAgAA0AIAARAAQAFQAaABAAEQAgABEAHgAZABUAGgANACAAEQEUAAwAHgANABoAHwAcABEAHgANABoADwAlAaMAGAAeAA0ADwAXAAQADwAUAA0AGgATABEAHwAEAB4AEQAWABEADwAgAAQADQAYABgBogAUAB4ADQAPABcABAAPABQADQAaABMAEQAfAAQAHgARABYAEQAPACABnwAUAB4ADQAPABcABAAPABQADQAaABMAEQAfAAQAEQAaAA0ADgAYABEBoQAYAB4ADQAPABcABAAPABQADQAaABMAEQAfAAQADQAPAA8AEQAcACAABAANABgAGAGgABQAHgANAA8AFwAEAA8AFAANABoAEwARAB8ABAANAA8ADwARABwAIAGeAA0AHgANAA8AFwAEAA8AFAANABoAEwARAB8B4QANABsAGwAYAA4ADQAeAAQAEgAYABsADQAgAeUAFwAbABMAEwAYABEABAASACEAGAAYAAQAHwAPAB4AEQARABoABAAZABsAEAARAnUAEQAbAA8ABAAfABEADwAgABUAGwAaAAQAGAARACIAEQAYAmgACwAbAA8ABAAfABEADwAgABUAGwAaASQADQAUACEAGQAOABoADQAVABgAHwAEACEAHAElABAAFAAhABkADgAaAA0AFQAYAB8ABAAeABUAEwAUACABJwAPABQAIQAZAA4AGgANABUAGAAfAAQAGAARABIAIAEmAA8AFAAhABkADgAaAA0AFQAYAB8ABAAQABsAIwAaAZgADgARACQAIAAOABsAJAAEABQAFQAQABAAEQAaAZcABwARACQAIAAOABsAJAGWAAgAEQAkACAADQAeABEADQF3AAkAEQAkACAABAAjAB4ADQAcAZwAEAARABkAHAAYAA0AIAARAAQAGQANABoADQATABEAHgIrABEAEQAYABgABAANAAQAEgAeABUAEQAaABAABAAOABsAJAIqAA0AEQAYABgABAANAAQAEgAeABUAEQAaABAB3QANAA0ADgAYABEABAAhABoAGQARAB4AEwARAdMAFgANAA4AGAARAAQAHgAbACMABAAVABoAHwARAB4AIAAEAA4AEQAYABsAIwHSABYADQAOABgAEQAEAB4AGwAjAAQAFQAaAB8AEQAeACAABAANAA4AGwAiABEB9gAQAA0ADgAYABEABAAeABsAIwAEABMAHgAbACEAHAAfAdUAEAANAA4AGAARAAQAHgAbACMABAAQABEAGAARACAAEQHNABAADQAOABgAEQAEABwAHgAbABwAEQAeACAAFQARAB8B+QAUAA0ADgAYABEABAAcABsAHwAVACAAFQAbABoABAAeABUAEwAUACAB9wATAA0ADgAYABEABAAcABsAHwAVACAAFQAbABoABAAYABEAEgAgAfgAFQANAA4AGAARAAQAHAAbAB8AFQAgABUAGwAaAAQADwARABoAIAARAB4BywASAA0ADgAYABEABAAYABUAEwAUACAABAAQABUADQAYABsAEwHXAAwADQAOABgAEQAEABAAEQAYABEAIAARAfUADAANAA4AGAARAAQADwAbAB4AGgARAB4B0QAZAA0ADgAYABEABAAPABsAGAAhABkAGgAEABUAGgAfABEAHgAgAAQAHgAVABMAFAAgAdAAGAANAA4AGAARAAQADwAbABgAIQAZABoABAAVABoAHwARAB4AIAAEABgAEQASACAB9AATAA0ADgAYABEABAAPABsAGAAhABkAGgAEABMAHgAbACEAHAAfAdQAEwANAA4AGAARAAQADwAbABgAIQAZABoABAAQABEAGAARACAAEQHPABUADQAOABgAEQAEAA8AEQAYABgABAAcAB4AGwAcABEAHgAgABUAEQAfAdYAEQANAA4AGAARAAQADwARABgAGAAEABAAEQAYABEAIAARAc4ACgANAA4AGAARAAQADwARABgAGAHzAAoADQAOABgAEQAEAA4AGwAQACUBewAVAA0ADgAYABEABAANABgAFQATABoABAAgABsAHAAEAB4AFQATABQAIAF5ABQADQAOABgAEQAEAA0AGAAVABMAGgAEACAAGwAcAAQAGAARABIAIAF6ABYADQAOABgAEQAEAA0AGAAVABMAGgAEACAAGwAcAAQADwARABoAIAARAB4BggASAA0ADgAYABEABAANABgAFQATABoABAAeABEAGQAbACIAEQF+ABgADQAOABgAEQAEAA0AGAAVABMAGgAEABkAFQAQABAAGAARAAQAHgAVABMAFAAgAXwAFwANAA4AGAARAAQADQAYABUAEwAaAAQAGQAVABAAEAAYABEABAAYABEAEgAgAX0AGQANAA4AGAARAAQADQAYABUAEwAaAAQAGQAVABAAEAAYABEABAAPABEAGgAgABEAHgGBABgADQAOABgAEQAEAA0AGAAVABMAGgAEAA4AGwAgACAAGwAZAAQAHgAVABMAFAAgAX8AFwANAA4AGAARAAQADQAYABUAEwAaAAQADgAbACAAIAAbABkABAAYABEAEgAgAYAAGQANAA4AGAARAAQADQAYABUAEwAaAAQADgAbACAAIAAbABkABAAPABEAGgAgABEAHgHMAAUADQAOABgAEQALABgAIgAwAEAATgBaAGgAiACsALwAxgIQAAQAHwARAB4AuAAGABwAGAAbAA0AEADgAAcAGgAfACAAFQAPABcAqwAGABoAHwAbAB4AIAIOAAUAGgAcABUAGgCZAAYAGgAYABsADwAXAJcADwAaABgAFQAaABcABAAiABEAHgAgABUADwANABgAlQARABoAGAAVABoAFwAEABQAGwAeABUAJgAbABoAIAANABgATQAHABoAEwAeABsAIQAcAIUABAAaABAAGwFYAAkAGgAQABEAHgAYABUAGgARAAoAFgAqAEAAWABsAHgAlgCkAKoAzADoAAkAGwAYACEAGQARAAQAIQAcAOkACgAbABgAIQAZABEABAAbABIAEgDnAAsAGwAYACEAGQARAAQAEAAbACMAGgI5AAkAFQAZABEAGwAEAA4AGwAkAjgABQAVABkAEQAbAa8ADgAVABAAEQAbAAQAEQAkACAAEQAeABoADQAYAlkABgAOABwAHgAbABYCWwACAA4B4wAQAA0AGAAVABAADQAgABUAGwAaAAQAJAAUACAAGQAYAeQADwANABgAFQAQAA0AIAAVABsAGgAEABAADQAgAA0ACAASACAAOgBaAGoAigCYAKQAwQAGAB4AEQAaAA8AFAHwAAwAFQAmAA0AHgAQAAQAIAANAA4AGAARAfIADwAVACYADQAeABAABAAPAB4AGwAfAB8AIAANAA4AvQAHABUAGgAQABsAIwAfAL4ADwAVABoAEAAbACMABAAZABUAGgAVABkAFQAmABEAvAAGABUAGgAQABsAIwBdAAUAFQAQACAAFAD/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AsDg4AEAQEAABgBAAAADwAOAAAIABQAJAA0AEQAVAAATESUBEQUBFSE1BRUhNQEVITUFFSE1QAFA/sABQAJA/cACQP3AAkD9wAJA/cADgP6AwP1AAYDAAoBAQMBAQP7AQEDAQEAAAAAACQBAAAADwAOAAAMABwALAA8AEwAXABsAHwAjAAATIREhASERIQEhESE1IREhASERIQERIREBIREhJSERIQEhESFAAQD/AAFAAQD/AP7AAQD/AAEA/wABQAEA/wABQAEA/wABAP8A/sABAP8AAUABAP8AA4D/AP2AAQD/AAEAQAEA/wABAAFA/wABAP3AAQBAAQD8gAEAAAAGAEAAQAPAA4AAAwAHAAsADwATABcAABMzFSMlFSE1ATM1IwUhNSEBMzUjBSE1IUDAwAEAAoD8gMDAAQACgP2A/wDAwAEAAoD9gAOAwMDAwP4AwMDA/gDAwMAAAAQAQABAA4ADgAADAAcACwAPAAATIREhESERIQEhESEZASERQAGA/oABgP6AAcABgP6AAYABwP6AAcABgPzAAYABwP6AAYAAAAQAQABAA4ADgAADAAcACwAPAAATIREhEyERIQEhESEDESERQAGA/oBAAQD/AAHAAQD/AEABgAHA/oACAAEA/UABAAIA/oABgAAAAAACAUAAQAKAA0AAAwAHAAABMxEjExEzEQFAgIDAgANA/QADAP0AAwAABgBAAAADgAPAAAMABwALAA8AEwAXAAAlIRUhNSE1IQEhESEFITUhESE1IQEVITUBgAIA/gACAP4A/sABAP8AAUACAP4AAgD+AP7AA0CAgMCA/sACwICA/sCAAcDAwAAABQBAAAADgAPAAAMABwALAA8AEwAAEyERIQEVITUBITUhESE1IREhNSFAAYD+gAHAAYD+gAGA/oABgP6AAYD+gAPA/EADwMDA/kDA/kDA/kDAAAAABABAAAADgAPAAAMABwALAA8AABMhESEBIREhASERIQEhESFAAYD+gAHAAYD+gP5AAYD+gAHAAYD+gAIAAcD+QAHA/EABwP5AAcAAAAQAQAAAA4ADwAADAAcACwAPAAA3IRUhESE1ITUhNSERFSE1QANA/MADQPzAA0D8wANAwMABAMBAwAEAwMAAAAAFAEAAAAOAA8AAAwAHAAsADwATAAATIRUhESE1ISUhNSEBESERASE1IUAB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AEADgANAAAQACAARABYAGgAAATMRIRE3MxUjATMRIRUjESE1ISMRIREHIzUzAQCA/wBAgIABgMD+wMABQAEAwAEAQICAAkABAP8AwID/AAFAwP7AgP8AAQDAgAAAAgCAAEADgANAAAcADQAAAREhESERIREXIxUjFSEDgP4A/wACAMDAwAGAAkD+AAEAAgD/AEDAwAADAIAAQAOAA0AAAwAHAA0AAAERIREDIREhAyERMxEhAYACAED+gAGAwP4AwAFAAkD+AAIA/kABgAFA/gABQAAABAA/AAADfwOAAAMABwALAA8AABMzESMBIREhBREhEQUhFSE/QEACQP5AAcABAP1AAoD9wAJAA4D8gAMA/wCA/wABAECAAAAAAgB/AAADPwOAABQAGAAAATUzESM1IxUjETMVIREhFTM1IREhBSE1IQH/wMBAwMD+wAFAQAFA/sABAP3AAkABgIABAICA/wCA/wCAgAEAwIAAAAAABACBAAADwQOAAAQACQAOABIAADchESERNyEVITUTIREhESURIxGBAsD9QEACQP3AwAHA/kACQECAAQD/AMCAgAHA/wABAID8gAOAAAQAPwBAA78DgAADAAcACwAQAAATIREhASERITczESMlFSE1Ib8BAP8AAYABAP8AQICA/cADgPyAAwD+QAHA/UBAAkDAQEAAAAIAPwCAA78DQAATABgAAAERIREjNSEVIxUzFSE1MxEhETM1IxEjETMDP/8AgP8AgIABAIABAIDAgIACAAFA/sDAwEDAwP7AAUBA/sACQAAABAA///4DvwM+AAMABwALAA8AACUVITUBIREhKQERIQcjETMDv/yAAYD/AAEAAYD/AAEAQICAPkBAAgD+QALAQP3AAAAEAEAAQAOAA4AAAwAIAAwAEAAAATMVIyUzFSM1ITMVIxUhESECwMDA/sDAwP7AwMADQPzAA4DAwMDAwID+AAAABABAAEADgAOAAAMACAANABEAAAEzFSMRMxUjNREzFSM1KQERIQLAwMDAwMDA/YACAP4AAQDAAf+/vwFBwMD8wAAAAAAEAEAAQAOAA4AAAwAIAAwAEAAAATMVIyUzFSM1ITMVIxEhESECwMDA/sDAwP7AwMADQPzAAQDAwMDAwANA/gAABABAAEADgAOAAAMABwALAA8AABMVMzUzESERARUzNQMVMzVAwIAC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OCgoOEBeQmBA/sBAAAUAQAAAA8ADgAAbAB8AMwA3ADsAAAEzNSM1IxUjNSMVIxUzESMVMxUzNTMVMzUhNSErAREzASM1MzI2NTQmIzEjNTMyFhUUBiMDIxUzAzM1IwHAwMBAgECAgICAQIBAAgD+AECAgAGgQEAoODgoQEBCXl5CYEBAQEBAAsBAgICAgED+AECAgICAQAIA/oBAOCgoOEBeQkJeAUBA/wBAAAAGAAD/wAQAA8AABgAKABIAGgAiACoAAAEhESERIREFMxUjEyMVMxUjETMRIxUzFSMRMyU1IxUjNSEVISM1IxUjNSECgP2AAQADAPxAgICAQECAgEBAgIABAECAAUABgIBAgAFAA8D8AAMAAQBAgP3AQIABQAEAQIABQEBAQICAQECAAAAFAD8AAAO/A4AABAAIAA0AEgAWAAATIREhEQMzESMTIREhERchNSEVAREzEb8CgP2AgEBAgAKA/YBAAgD+AAKAQAMA/wABAP0AA4D+AP8AAQDAgIACwPyAA4AAAAUAPwAAA78DgAADAAgADAAQABUAAAERIREDITUhFQERIREXIxEzARUhNSEBv/8AgAOA/IADAP8AwICA/UADgPyAAwD9gAKA/QBAQAMA/YACgED+AALAQEAAAAAAAwA/AAADfwOAAAMABwAMAAABIREhATMRIxMRIREhAn/+QAHA/cBAQIACwP1AAgABAP0AA4D+AP8AAQAAAQB/AAADPwOAABMAACUhFSM1IREhNSMRMzUzFTMRIxUhAz/+wED+wAFAwMBAwMABQICAgAEAgAEAgID/AIAAAAMAgQAAA8EDgAAEAAgADQAAASERIRElETMRASERIREBgQHA/kACAED8wALA/UADAP8AAQCA/IADgP0AAQD/AAAEAD8AAAO/A4AAAwAHAAsAEAAAASERIQEzESMhETMRASERIREDP/2AAoD9AEBAA0BA/QICgP2AAgABAP0AA4D8gAOA/QABAP8AAAAAAwA/AIADvwNAABMAFwAbAAABESERIzUhFSMVMxUhNTMRIREzNQUjNTMBIxEzAz//AID/AICAAQCAAQCA/cCAgAGAgIACAAFA/sDAwEDAwP7AAUBAwID/AAEAAAADAEAAQAPAA4AAAwAHAAsAABMhESEDFSE1ASERIcABAP8AgAOA/oABAP8AAwD+QAJAQED8wALAAAEAPwCAA78DQAATAAABIxEhESMVITUjNTM1IRUzESERMwO/gP8AgP8AgIABAIABAIABwP7AAUDAwEDAwAFA/sAAAAAAAwA///4DvwM+AAMACAAMAAAlIREhARUhNSEBIREhAb//AAEA/oADgPyAAwD/AAEAfgHA/gBAQAMA/UAABAA/AAADvwOAAAMACAANABEAAAERIREDITUhFREVITUhBREhEQG//wCAA4D8gAOA/IACAAEAAwD9gAKA/QBAQAOAQEB+/YACgAAAAAMAfwAAAz8DgAAUABgAHAAAATUzESM1IxUjETMVIREhFTM1IREhByE1IREjNTMB/8DAQMDA/sABQEABQP7AQP8AAQCAgAGAgAEAgID/AID/AICAAQDAgAEAgAAAAwA/AAAC/wOAAAMABwAMAAATIREhBzMRIwURIREhvwEA/wCAQEABwAEA/wADAP2AgAOAfv2AAoAAAAAAAwB/AAADPwOAAAQACAAMAAATIREhEQEzESMXESERfwEA/wABQEBAgAEAAwD9gAKA/QADgH79gAKAAAAAAwEBAAADwQOAAAQACAAMAAABIREhESURMxEBIREhAQEBAP8AAoBA/oABAP8AAwD9gAKAgPyAA4D9AgKAAAAAAAT//wAAA/8DgAAEAAgADAARAAATIREhESURMxEBIREhATMRIxF/AQD/AANAQP6AAQD/AP2AQEADAP2AAoCA/IADgP0CAoD8/gOA/IAAAAAABP//AAAD/wOAAAMABwALABAAABMhESEBETMRASERIQEzESMRvwEA/wADAED+QAEA/wD9wEBAAwD9gAMA/IADgP0CAoD8/gOA/IAAAAMAPwDAA78DgAADAAgADQAAASERISUVITUhEyERIREDP/2AAoD9AAOA/ICCAoD9gAIAAQCAQED9QAEA/wAAAAADAD8AgAO/A0AAAwAIAA0AAAEhESEBFSE1IRMhESERAz/9gAKA/QADgPyAggKA/YACQAEA/sBAQP6AAQD/AAAAAwA///4DvwK+AAMACAANAAABIREhARUhNSE3IREhEQM//YACgP0AA4D8gIICgP2AAb4BAP2AQEBAAQD/AAAAAAQAP//AA78DwAAEAAkADgATAAATIREhEQMhNSEVNyERIREDFSE1Ib8CgP2AgAOA/ICCAoD9gIIDgPyAA0D/AAEA/IBAQIAB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AAABITUhByEVIRchFSEDwPyAA4CA/YACgID8gAOAAkBAgEBAQAAAAAADAEAAAAPAAUAAAwAHAAsAAAEhNSEHIRUhFyEVIQPA/IADgID9gAKAgPyAA4ABAECAQEBAAAAAAAYAgACAA4ADQAADAAcACwAPABMAFwAAASE1IQchFSEXIRUhByEVIRchFSEHIRUhA4D9AAMAwP3AAkDA/QADAMD9wAJAwP0AAwDA/cACQAMAQIBAQEBAQEBAQEAABgCAAIADgANAAAMABwALAA8AEwAXAAABITUhByE1IRchNSEHITUhFyE1IQchNSEDgP0AAwCA/gACAID9AAMAgP4AAgCA/QADAID+AAIAAwBAwEDAQMBAwEDAQAAGAIAAgAOAA0AAAwAHAAsADwATABcAABMhFSEBNSEVFyE1IQMVITUlITUhERUhNYADAP0AAwD9AMACQP3AwAMA/cACQP3AAkACQEABAEBAgED+gEBAQED/AEBAAAYAgACAA4ADQAADAAcACwAPABMAFwAAASE1ITUhFSEBITUhNSE1ITUhNSERITUhA4D9AAMA/QADAP0AAwD9AAMA/QADAP0AAwD9AAKAQIBA/gBAQEBAQP5AQAAABQBAAAADwAOAAAMABwALABAALAAAExcjNRUzJyMVISchHQEhJyEFNyczNSMnMzUjJyE1ISchNSEnITUhJyE1IScHnkBe3kCeAV5A/uIB3kD+YgMTLVMTU0CT00ABE/6tQAGT/i1AAhP9rUACk/0tQC0CQEBAwEDAQIBAQMAtU0BAQEBAQEBAQEBAQC0AAAAABgBAAAADwAOAAAMABwALAA8AEwAbAAABFSE1AREhEQUhESEDIRUhFTUhFQMhNSERITUhA8D9AAIA/YACQP4AAgBA/oABgP6AQAJA/YACgP3AAwBAQP7A/kABwED+wAEAQIBAQALAQP7AQAAABQBAAEADwANAAAMABwALAA8AEwAAASE1IRchFSEXIRUhBSEVIRchFSECgP3AAkDA/QADAID8gAOA/sD9wAJAwP0AAwADAECAQICAgEBAQAAFAEAAAAPAA8AAAwAHAAsADwATAAA3ESERAREhEQUhNSEVITUhFSE1IUADgPzAAwD9QAGA/oACgP2AAYD+gAADwPxAA4D8wANAgEDAQMBAAAUAQAAAA8ADwAADAAcACwAPABMAADcR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QEADAEBAQEBAA0BAQEBAQEBAQEBAQP0AQEBAQEBAQEACgEBAgEBAgEBAQEBAQEBAQEBAQAGAQECAQECAQED/AEBAgEBAgEBAAQBAQIBAQIBAQAAAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAARUhNRcjFTMVIzUzFSM1MxUjNTMVIzUzASM1MxUjNTMVIzUzFSM1MyUjNTMXIzUzNyM1MxUjNTMVIzUzFSM1MxUjNTMVIzUzISMVMzMjNTMXIzUzISMVMzMjNTMXIzUzASMVMzMjNTM3IzUzA4D8wEBAQEBAQEBAQEBAAwBAQEBAQEBAQP2AQECAQECAQEBAQEBAQEBAQEBA/oBAQIBAQIBAQAEAQECAQECAQED/AEBAgEBAgEBAA4BAQIBAgEDAQMBAwEABQEDAQMBAwEDAQEBAwEDAQMBAwEDAQMBAQEBAQEBAQEABgEBAwEAAAAAbAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAADc1IRUlIxUzNSM1MzUjNTM1IzUzNSM1MwEjNTM1IzUzNSM1MzUjNTMBIzUzFyM1MxMjNTM1IzUzNSM1MzUjNTM1IzUzNSM1MyEjFTMzIzUzFyM1MyEjFTMzIzUzFyM1MwEjFTMzIzUzEyM1M0ADQP0AQEBAQEBAQEBAQAMAQEBAQEBAQED9gEBAgEBAgEBAQEBAQEBAQEBAQP6AQECAQECAQEABAEBAgEBAgEBA/wBAQIBAQIBAQEBAQMBAgEBAQEBAQED+QEBAQEBAQED+wEBAQP7AQEBAQEBAQEBAQEBAQEBAQEBAQP6AQED+wEAAGwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAATMxEjEzUjFTM1MxUzNTMVMzUzFTM1MxUBNTMVMzUzFTM1MxUzNTMVATUzFQc1MxUFNTMVMzUzFTM1MxUzNTMVMzUzFTM1MxURNSMVFTUzFQc1MxURNSMVFTUzFQc1MxUBNSMVFTUzFQU1MxVAQEDAQIBAQEBAQEBA/kBAQEBAQEBA/sBAQED+wEBAQEBA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wMAAAAADAEAAAAPAA4AACwAPABMAAAERIxEhESMRIxEhEQERMxEzETMRAoBA/sCAQAOA/YDAwMADgPzAA0D8wANA/IADgPzAAgD+AAFA/sAABABAAAADwAOAAAUACQANABEAACUVIREzEQEjETMTESERJSERIQPA/IBAAYDAwED+wALA/sABQEBAA4D8wAKA/kACAP3AAkCA/kAAAAIAQAAAA8ADgAALAA8AADc1IREhNSERIREhNQEVITWAAUD+wALA/QADgP3A/wBAgAFAQAFA/IBAAYDAwAAAAAADAEAAAAPAA4AACwAPABMAADc1IREhNSERIREhNQEzFSMFFSE1gALA/UACAP3AA4D8wMDAAYD+gECAAUBAAUD8gEADAMDAwMAAAAAAAwBAAAADwAOAAAsADwATAAABESERITUhNSERITUFFSE1ESEVIQPA/IADgPzAA0D8wAIA/gABQP7AAkABQPyAQIABQECAwMABgMAAAAQAQAAAA8ADgAAFAAkADQARAAAlFSERMxEBIRUhExEhEQEhESEDwPyAQAKA/kABwED9wALA/kABwEBAA4D8wAGAwAEA/sABQAGA/sAAAAAAAwBAAAADwAOAAAoADgARAAABJwcnByc1IxEhEQUXByclFwcDK7C3REu1QAOA/sCFhY7+joyMAi+x5ERatOb8gAMAgIW7jnKMpwAAAAIAQAAAA8ADgAAHAA8AAAElAREjESERAwkCNQEXNwKA/wD/AEADgED/AP8A/wABDfz3AnWA/wABi/yAA4D+5v6aAQD+zc4BDH7OAAACAEAAAAPAA4AAAwAJAAATESERBwkCESFAA4BA/wD/AP8AAwADgPyAA4Da/poBAP7NAjMAAQBAAAADwAOAAA0AADcVIRUhETMRAQUBEQEngANA/IBAAQABAAFA/sD+gEBAA4D+QAEAgAFA/oD+wIAAAwBAAAADwQOAAAUAGQAdAAA3IRUhETMBAzUTNycHNTcXNxc3FQcfAScHJzcXNyeAA0D8gEABMfHCUzfe8FfacG9MTAF1paoyeIFWQEADgP49/sNmAQRCRHBMdGyuq4VeXXVrrsrVKJeafwAAAwBAAAADwAOAAAUADQAVAAAlFSERMxEBBSU1BSUFFQEFJTUFJQUVA8D8gEABQAEAAQD/AP8A/wABAAEAAQD/AP8A/wBAQAOA/MAB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BAABQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAYAEAABABAAAgAQAAEAEAAFABAAAAAQAAMAEAAAABAAAwAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAABAAQAAQAEAAEABAABAAQAAEAEAABABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAAHABAAB6QQAAEAEAABABAAAQAQAAEAEAAAABAAAwAQAAMAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAAEABAAAUwQAAAAEAAAABAABAAQAAAAEAADABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAMAEAABABAAAQAQAAMAEAABABAAAQAQAAMAEAABABAAAQAQAAMAEAADABAAAQAQAAQAEAAEABAAAgAQAAIAEAAEABAAAgAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAwAQAAMAEAADABAAAgAQAAMAEAABaBAAAQwQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAABABAAAgAQAAUAEAAFABAAAQAQAAEAEAABABAAAwAQAAMAEAAEABAABAAQAAQAEAACABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAEAEAABRBAABAAQAAIAEAABABAAAQAQAAAAEAABABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAMAEAADABAAAwAQAAFAEAABQBAAAQAQAAEAEAACABAAAgAQAAIAEAACABAABAAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAAAABAAAQAQAAAAEAABABAAAgAQAAIAEAACABAAAQAQAAEAEAABABAAADAQAAMAEAABABAAAQAQAAEAEAABABAAAgAQAAAAEAAEABAABAAQAAEAEAACABAAAgAQAAIAEAACABAAAgAQAAD8EAAB/BAAAgQQAAD8EAAA/BAAAPwQAAEAEAABABAAAQAQAAEAEAAAABAAAAAQAAEAEAABABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAEAEAAA/BAAAgAQAAAAEAP/+BAAAAAQAAEAEAAAABAAAAAQAAEAEAAAABAAAPwQAAD8EAAA/BAAAfwQAAIEEAAA/BAAAPwQAAEAEAAA/BAAAPwQAAD8EAAB/BAAAPwQAAH8EAAEBBAD//wQA//8EAAA/BAAAPwQAAD8EAAA/BAAAPwQAAEAEAACABAABAAQAAQAEAAEABAABAAQAAMAEAABABAAAQAQAAAAEAACABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAMAEAADABAAAAAQAAEAEAABABAAAAAQAAIAEAABABAAAAAQAAIAEAAAABAAAAAQAAAAEAAAABAAAAAQAAIAEAACABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAAAABAAAQAQAAAAEAABABAAAQAQAAAAEAAAABAAAQAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAFMEAAAABAAAAAQAAAAEAABABAAAQAQAAMAEAABABAABAAQAAIAEAABABAAAgAQAAIAEAABABAAAAAQAAAAEAABABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABJBAAAQAQAAEAEAABABAAAQAQAAKAEAACgBAAAwAQAAIAEAABABAAAgAQAAEAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAQAEAABABAAAwAQAAEAEAABABAAAQAQAAIAEAABABAAAQAQAAEAEAACABAAAQAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAMAEAABABAAAQAQAAEAEAABCBAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAAAgAQAAIAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAABABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAABABAAAQAQAAIAEAABABAAAQAQAAIAEAABABAAAgAQAAMAEAAC+BAAAwAQAAL4EAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABCBAAAQAQAAEAEAABAAAAAAAAAAAAACgAUAB4AKAAyADwARgBQAFoAZABuAHgAggCMAJYAoACqALQAvgDIANIA3ADmAPAA+gEEAQ4BGAEiASwBNgFAAUoBVAFeAWgBcgF8AYoBmAGmAbQBwgHQAd4B7AICAhgCLgJEAloCcAKGApwCtALKAt4C8gMIAx4DMgNEA1YDbAN+A5YDrAPIA+wEDAQqBD4EbgS6BOgFDAUyBUYFdgWgBcYF5gYQBioGRAZeBngGrgbkBv4HUgdoB4AHpAfIB/YIJAhWCIgIugjsCR4JYAmiCeQKJgpoCooKrArOCvALEgs+C2wLmgvIC/YMHgxGDMQM4g0ADR4NPA1eDYANpA3UDfgOHA4uDkYOag6QDuAPMg+eD+4QQBCgEOYRGhFwEZwR4hIwEpAS+BOQE/gUkBTUFRYVdhXuFmwWgBbkFyAXOhekF+YX/hhkGKIYsBkOGUQZXhl4GZ4ZshnGGdwaABoUGjIaUBqGGsYa4Br6GxQbLhtSG3QblhusG8wb2hxkHXAdwh48HpwfCh9yH5YfyCAIIDYgTCBaIGogeCCoILwg3iD4IRQhJCFQIZoh3iJaI1YktCVsJfAmVib8JxAnWCe4J/goBigcKCooPihSKHwo2Cj+KXwqHCpOKn4qjCqgKq4rEitMK3wrliusK8wr6iwsLFwstC0cLVwtxC5ELqYvAC8+L4Qv2jAsMFYwhDCuMMgw4jGUMbox4DJKMxQzfjOONEo0nDTKNO413DYKNiA22DcMNzI3Yjd+N543wjfsOBI4NjheOIA4oDjCOOI5AjksOVY6FDp0Op46yDsiO1w7mDu4O+w8IDxoPIg8vDzwPTY9pD3uPkI+kj7UPwI/MD9OP24/jj+0P+I//kAgQD5AZECSQLBAzkDuQRZBPEFcQXxBnEHEQexCaELUQ1BDakOmQ7hD1kQ2RJhFzkZURthHrkiMSUxKIksqS8hMpk2eTohO1E8OT0ZPaE+KT6xPyE/kUABQLlBcUIpQuFEAUTZRXlGGUbBR2FICUixSVFJ+UqhS0FMUUz5ThFQMVKZVQFXYVnBXCleiWFpYnFkoWeRaiFtOW3xbxFyCXgJfnGBcYZJh4GIMYk5jWmPgZHBk1mU8ZbZmJGamZyhnjGfQaBpogmjoaRBpRmmaaepqXGqSavJrVmuObDBsbGy+bRhtam3Ebhpubm6ubvhvWG+4cYxx4HLScyRzbHO2dwB3dnhYeSh5yHocemZ6pnr8ezh7lnvOfAR8PHx0fNB9Kn1mfbB96H4gflZ+oH7qfyx/dH+8gAKAXIGggsyDVoOchM6E7oVQhjqGuoeOiBSImojIiTKJ8oo2iviLPIuCi8aMCoxGjICMuo0sjfaOLI56j0iPeo+wj/CQGpBEkMqRlpKOkrqTNpPolGyUwpUolU6VdJXAlfSWHJZ+lvSXCpc0l3SX0JgSmGqYjpjImiabmp0Gnoqexp8Un3Kf5qBqoPijuqaSpv6ngKf+qIao0qk0qZ6qFqqwq1ysHKzwrcCumq7qr0avrLAisISw/LEmsWKxnLHQsiiyerKessyzCrPstCS0YrSatPa13LbEtwy3srfwuBy4fLjYuQi5PLlmukC6rrsCu868irz+vWy9kr3Ivey+Vr7qvyS/Xr+Gv66/6MAgwGbAosDKwUjC4MSoxpbHnsfYyBzIeMjuyXzKOsp6ypzLTMuay/DMaMy6zVjNqs4QzkbOhM7W0HrQwNJm0rLS0tLy0xTTNNNi04LTqNPO0/TUFNQ61GDUiNSu1NTU7tUM1ULVctWa1ubYPNmC2i7bEtuq3KjdIN3I3ejeYN6U3sTfDOAC4CjgfODi4OwAAQAAAq0DLAA+AAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAABoBPgABAAAAAAAAABsBEQABAAAAAAABABIAAAABAAAAAAACAAcDYAABAAAAAAADABIC9AABAAAAAAAEABIDdQABAAAAAAAFAAsC0wABAAAAAAAGABIDKgABAAAAAAAJABsBYgABAAAAAAAKADMAeAABAAAAAAALABYANgABAAAAAAAMABYBswABAAAAAAANABsB9QABAAAAAAAOAC8CRgADAAEECQAAADYBLAADAAEECQABACQAEgADAAEECQACAA4DZwADAAEECQADACQDBgADAAEECQAEACQDhwADAAEECQAFABYC3gADAAEECQAGACQDPAADAAEECQAJADYBfQADAAEECQAKAGYAqwADAAEECQALACwATAADAAEECQAMACwByQADAAEECQANADYCEAADAAEECQAOAF4CdVdlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4Ac2h0dHA6Ly93d3cudGVsZXJpay5jb20AaAB0AHQAcAA6AC8ALwB3AHcAdwAuAHQAZQBsAGUAcgBpAGsALgBjAG8AbVdlYiBDb21wb25lbnRzIEljb24gRm9udApGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBXAGUAYgAgAEMAbwBtAHAAbwBuAGUAbgB0AHMAIABJAGMAbwBuACAARgBvAG4AdAAKAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlRlbGVyaWssIEEgUHJvZ3Jlc3MgQ29tcGFueQBUAGUAbABlAHIAaQBrACwAIABBACAAUAByAG8AZwByAGUAcwBzACAAQwBvAG0AcABhAG4AeVRlbGVyaWssIEEgUHJvZ3Jlc3MgQ29tcGFueQBUAGUAbABlAHIAaQBrACwAIABBACAAUAByAG8AZwByAGUAcwBzACAAQwBvAG0AcABhAG4AeWh0dHA6Ly93d3cudGVsZXJpay5jb20AaAB0AHQAcAA6AC8ALwB3AHcAdwAuAHQAZQBsAGUAcgBpAGsALgBjAG8AbUFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMABBAHAAYQBjAGgAZQAgAEwAaQBjAGUAbgBzAGUALAAgAFYAZQByAHMAaQBvAG4AIAAyAC4AMGh0dHA6Ly93d3cuYXBhY2hlLm9yZy9saWNlbnNlcy9MSUNFTlNFLTIuMC5odG1sAGgAdAB0AHAAOgAvAC8AdwB3AHcALgBhAHAAYQBjAGgAZQAuAG8AcgBnAC8AbABpAGMAZQBuAHMAZQBzAC8ATABJAEMARQBOAFMARQAtADIALgAwAC4AaAB0AG0AbFZlcnNpb24gMS44AFYAZQByAHMAaQBvAG4AIAAxAC4AOFdlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4Ac1dlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcldlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4AcwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");
}
.k-icon {
  width: 1em;
  height: 1em;
  outline: 0;
  font-size: 16px;
  font-family: WebComponentsIcons;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-transform: none;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.k-icon:focus, .k-icon:hover {
  text-decoration: none;
}

.k-svg-icon {
  width: 1em;
  height: 1em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
}

.k-svg-icon > svg {
  fill: currentColor;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.k-svg-icon.k-flip-h, .k-svg-icon.k-flip-h.k-flip-v, .k-svg-icon.k-flip-v {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k-svg-icon.k-flip-h > svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-svg-icon.k-flip-v > svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.k-svg-icon.k-flip-h.k-flip-v > svg {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.k-icon-with-modifier {
  position: relative;
  margin: 0.25em;
}

.k-icon-modifier {
  position: absolute;
  font-size: 0.5em;
  bottom: 0;
  right: 0;
  margin: 0 -0.5em -0.5em 0;
}

.k-i-none::before {
  content: "";
  display: none;
}

.k-widget .k-icon.k-i-collapse, .k-widget .k-icon.k-i-expand {
  cursor: pointer;
}

.k-icon-xs {
  font-size: 8px;
}

.k-icon-sm {
  font-size: 12px;
}

.k-icon-md {
  font-size: 32px;
}

.k-icon-lg {
  font-size: 48px;
}

.k-icon-xl {
  font-size: 64px;
}

.k-i-caret-tr::before {
  content: "\e000";
}

.k-i-arrow-45-up-right::before {
  content: "\e000";
}

.k-i-collapse-ne::before {
  content: "\e000";
}

.k-i-resize-ne::before {
  content: "\e000";
}

.k-i-caret-br::before {
  content: "\e001";
}

.k-i-arrow-45-down-right::before {
  content: "\e001";
}

.k-i-collapse-se::before {
  content: "\e001";
}

.k-i-resize-se::before {
  content: "\e001";
}

.k-i-caret-bl::before {
  content: "\e002";
}

.k-i-arrow-45-down-left::before {
  content: "\e002";
}

.k-i-collapse-sw::before {
  content: "\e002";
}

.k-i-resize-sw::before {
  content: "\e002";
}

.k-i-caret-tl::before {
  content: "\e003";
}

.k-i-arrow-45-up-left::before {
  content: "\e003";
}

.k-i-collapse-nw::before {
  content: "\e003";
}

.k-i-resize-nw::before {
  content: "\e003";
}

.k-i-caret-alt-up::before {
  content: "\e004";
}

.k-i-arrow-60-up::before {
  content: "\e004";
}

.k-i-arrow-n::before {
  content: "\e004";
}

.k-i-kpi-trend-increase::before {
  content: "\e004";
}

.k-i-expand-n::before {
  content: "\e004";
}

.k-i-sarrow-n::before {
  content: "\e004";
}

.k-i-caret-alt-right::before {
  content: "\e005";
}

.k-i-arrow-60-right::before {
  content: "\e005";
}

.k-i-arrow-e::before {
  content: "\e005";
}

.k-i-expand::before {
  content: "\e005";
}

.k-i-expand-e::before {
  content: "\e005";
}

.k-i-sarrow-e::before {
  content: "\e005";
}

.k-i-caret-alt-down::before {
  content: "\e006";
}

.k-i-arrow-60-down::before {
  content: "\e006";
}

.k-i-arrow-s::before {
  content: "\e006";
}

.k-i-kpi-trend-decrease::before {
  content: "\e006";
}

.k-i-expand-s::before {
  content: "\e006";
}

.k-i-collapse::before {
  content: "\e006";
}

.k-i-sarrow-s::before {
  content: "\e006";
}

.k-i-caret-alt-left::before {
  content: "\e007";
}

.k-i-arrow-60-left::before {
  content: "\e007";
}

.k-i-arrow-w::before {
  content: "\e007";
}

.k-i-expand-w::before {
  content: "\e007";
}

.k-i-sarrow-w::before {
  content: "\e007";
}

.k-i-caret-alt-to-top::before {
  content: "\e008";
}

.k-i-arrow-end-up::before {
  content: "\e008";
}

.k-i-seek-n::before {
  content: "\e008";
}

.k-i-caret-alt-to-right::before {
  content: "\e009";
}

.k-i-arrow-end-right::before {
  content: "\e009";
}

.k-i-seek-e::before {
  content: "\e009";
}

.k-i-caret-alt-to-bottom::before {
  content: "\e00a";
}

.k-i-arrow-end-down::before {
  content: "\e00a";
}

.k-i-seek-s::before {
  content: "\e00a";
}

.k-i-caret-alt-to-left::before {
  content: "\e00b";
}

.k-i-arrow-end-left::before {
  content: "\e00b";
}

.k-i-seek-w::before {
  content: "\e00b";
}

.k-i-caret-double-alt-up::before {
  content: "\e00c";
}

.k-i-arrow-double-60-up::before {
  content: "\e00c";
}

.k-i-arrow-seek-up::before {
  content: "\e00c";
}

.k-i-caret-double-alt-right::before {
  content: "\e00d";
}

.k-i-arrow-double-60-right::before {
  content: "\e00d";
}

.k-i-arrow-seek-right::before {
  content: "\e00d";
}

.k-i-forward-sm::before {
  content: "\e00d";
}

.k-i-caret-double-alt-down::before {
  content: "\e00e";
}

.k-i-arrow-double-60-down::before {
  content: "\e00e";
}

.k-i-arrow-seek-down::before {
  content: "\e00e";
}

.k-i-caret-double-alt-left::before {
  content: "\e00f";
}

.k-i-arrow-double-60-left::before {
  content: "\e00f";
}

.k-i-arrow-seek-left::before {
  content: "\e00f";
}

.k-i-rewind-sm::before {
  content: "\e00f";
}

.k-i-caret-alt-expand::before {
  content: "\e010";
}

.k-i-arrows-kpi::before {
  content: "\e010";
}

.k-i-kpi::before {
  content: "\e010";
}

.k-i-caret-alt-sort::before {
  content: "\e010";
}

.k-i-arrows-no-change::before {
  content: "\e011";
}

.k-i-arrow-overflow-down::before {
  content: "\e012";
}

.k-i-chevron-up::before {
  content: "\e013";
}

.k-i-chevron-double-up::before {
  content: "\e94a";
}

.k-i-arrow-chevron-up::before {
  content: "\e013";
}

.k-i-arrowhead-n::before {
  content: "\e013";
}

.k-i-chevron-right::before {
  content: "\e014";
}

.k-i-chevron-double-right::before {
  content: "\e94b";
}

.k-i-arrow-chevron-right::before {
  content: "\e014";
}

.k-i-arrowhead-e::before {
  content: "\e014";
}

.k-i-chevron-down::before {
  content: "\e015";
}

.k-i-chevron-double-down::before {
  content: "\e94c";
}

.k-i-arrow-chevron-down::before {
  content: "\e015";
}

.k-i-arrowhead-s::before {
  content: "\e015";
}

.k-i-chevron-left::before {
  content: "\e016";
}

.k-i-chevron-double-left::before {
  content: "\e94d";
}

.k-i-arrow-chevron-left::before {
  content: "\e016";
}

.k-i-arrowhead-w::before {
  content: "\e016";
}

.k-i-arrow-up::before {
  content: "\e017";
}

.k-i-arrow-right::before {
  content: "\e018";
}

.k-i-arrow-down::before {
  content: "\e019";
}

.k-i-arrow-left::before {
  content: "\e01a";
}

.k-i-level-down::before {
  content: "\e01b";
}

.k-i-arrow-drill::before {
  content: "\e01b";
}

.k-i-level-up::before {
  content: "\e01c";
}

.k-i-arrow-parent::before {
  content: "\e01c";
}

.k-i-level-to-top::before {
  content: "\e01d";
}

.k-i-arrow-root::before {
  content: "\e01d";
}

.k-i-level-root::before {
  content: "\e01d";
}

.k-i-col-resize::before {
  content: "\e01e";
}

.k-i-arrows-resizing::before {
  content: "\e01e";
}

.k-i-arrows-axes::before {
  content: "\e01f";
}

.k-i-arrows-dimensions::before {
  content: "\e01f";
}

.k-i-dimension::before {
  content: "\e01f";
}

.k-i-arrows-swap::before {
  content: "\e020";
}

.k-i-drag-and-drop::before {
  content: "\e021";
}

.k-i-categorize::before {
  content: "\e022";
}

.k-i-grid::before {
  content: "\e023";
}

.k-i-grid-layout::before {
  content: "\e024";
}

.k-i-group::before {
  content: "\e025";
}

.k-i-ungroup::before {
  content: "\e026";
}

.k-i-handler-drag::before {
  content: "\e027";
}

.k-i-layout::before {
  content: "\e028";
}

.k-i-layout-1-by-4::before {
  content: "\e029";
}

.k-i-layout-2-by-2::before {
  content: "\e02a";
}

.k-i-page-layout::before {
  content: "\e02a";
}

.k-i-layout-side-by-side::before {
  content: "\e02b";
}

.k-i-layout-stacked::before {
  content: "\e02c";
}

.k-i-columns::before {
  content: "\e02d";
}

.k-i-rows::before {
  content: "\e02e";
}

.k-i-reorder::before {
  content: "\e02f";
}

.k-i-menu::before {
  content: "\e030";
}

.k-i-hamburger::before {
  content: "\e030";
}

.k-i-more-vertical::before {
  content: "\e031";
}

.k-i-more-v::before {
  content: "\e031";
}

.k-i-vbars::before {
  content: "\e031";
}

.k-i-more-horizontal::before {
  content: "\e032";
}

.k-i-more-h::before {
  content: "\e032";
}

.k-i-hbars::before {
  content: "\e032";
}

.k-i-overlap::before {
  content: "\e033";
}

.k-i-home::before {
  content: "\e034";
}

.k-i-root::before {
  content: "\e034";
}

.k-i-height::before {
  content: "\e035";
}

.k-i-width::before {
  content: "\e036";
}

.k-i-max-height::before {
  content: "\e037";
}

.k-i-max-width::before {
  content: "\e038";
}

.k-i-min-height::before {
  content: "\e039";
}

.k-i-min-width::before {
  content: "\e03a";
}

.k-i-margin::before {
  content: "\e03b";
}

.k-i-margin-top::before {
  content: "\e03c";
}

.k-i-margin-right::before {
  content: "\e03d";
}

.k-i-margin-bottom::before {
  content: "\e03e";
}

.k-i-margin-left::before {
  content: "\e03f";
}

.k-i-padding::before {
  content: "\e040";
}

.k-i-padding-top::before {
  content: "\e041";
}

.k-i-padding-right::before {
  content: "\e042";
}

.k-i-padding-bottom::before {
  content: "\e043";
}

.k-i-padding-left::before {
  content: "\e044";
}

.k-i-border-style::before {
  content: "\e045";
}

.k-i-border-style-top::before {
  content: "\e046";
}

.k-i-border-style-right::before {
  content: "\e047";
}

.k-i-border-style-bottom::before {
  content: "\e048";
}

.k-i-border-style-left::before {
  content: "\e049";
}

.k-i-border-radius::before {
  content: "\e04a";
}

.k-i-border-radius-top-right::before {
  content: "\e04b";
}

.k-i-border-radius-bottom-right::before {
  content: "\e04c";
}

.k-i-border-radius-bottom-left::before {
  content: "\e04d";
}

.k-i-border-radius-top-left::before {
  content: "\e04e";
}

.k-i-outline-width::before {
  content: "\e04f";
}

.k-i-outline-offset::before {
  content: "\e050";
}

.k-i-box-sizing::before {
  content: "\e051";
}

.k-i-position-top::before {
  content: "\e052";
}

.k-i-position-right::before {
  content: "\e053";
}

.k-i-position-bottom::before {
  content: "\e054";
}

.k-i-position-left::before {
  content: "\e055";
}

.k-i-display-block::before {
  content: "\e056";
}

.k-i-display-inline-block::before {
  content: "\e057";
}

.k-i-display-flex::before {
  content: "\e058";
}

.k-i-display-inline-flex::before {
  content: "\e059";
}

.k-i-gap-column::before {
  content: "\e05a";
}

.k-i-gap-row::before {
  content: "\e05b";
}

.k-i-handle-resize-alt::before {
  content: "\e05c";
}

.k-i-handle-resize::before {
  content: "\e05d";
}

.k-i-undo::before {
  content: "\e100";
}

.k-i-undo-large::before {
  content: "\e100";
}

.k-i-redo::before {
  content: "\e101";
}

.k-i-redo-large::before {
  content: "\e101";
}

.k-i-arrow-rotate-ccw::before {
  content: "\e102";
}

.k-i-reset::before {
  content: "\e102";
}

.k-i-arrow-rotate-cw::before {
  content: "\e103";
}

.k-i-reload::before {
  content: "\e103";
}

.k-i-refresh::before {
  content: "\e103";
}

.k-i-recurrence::before {
  content: "\e103";
}

.k-i-arrows-repeat::before {
  content: "\e103";
}

.k-i-arrows-no-repeat::before {
  content: "\e104";
}

.k-i-non-recurrence::before {
  content: "\e104";
}

.k-i-refresh-clear::before {
  content: "\e104";
}

.k-i-arrow-rotate-ccw-small::before {
  content: "\e105";
}

.k-i-reset-sm::before {
  content: "\e105";
}

.k-i-arrow-rotate-cw-small::before {
  content: "\e106";
}

.k-i-reload-sm::before {
  content: "\e106";
}

.k-i-refresh-sm::before {
  content: "\e106";
}

.k-i-recurrence-sm::before {
  content: "\e106";
}

.k-i-arrows-repeat-sm::before {
  content: "\e106";
}

.k-i-clock::before {
  content: "\e107";
}

.k-i-calendar::before {
  content: "\e108";
}

.k-i-save::before {
  content: "\e109";
}

.k-i-floppy::before {
  content: "\e109";
}

.k-i-print::before {
  content: "\e10a";
}

.k-i-printer::before {
  content: "\e10a";
}

.k-i-pencil::before {
  content: "\e10b";
}

.k-i-edit::before {
  content: "\e10b";
}

.k-i-trash::before {
  content: "\e10c";
}

.k-i-delete::before {
  content: "\e10c";
}

.k-i-paperclip::before {
  content: "\e10d";
}

.k-i-attachment::before {
  content: "\e10d";
}

.k-i-clip::before {
  content: "\e10d";
}

.k-i-paperclip-alt::before {
  content: "\e10e";
}

.k-i-attachment-45::before {
  content: "\e10e";
}

.k-i-clip-45::before {
  content: "\e10e";
}

.k-i-link::before {
  content: "\e10f";
}

.k-i-link-horizontal::before {
  content: "\e10f";
}

.k-i-hyperlink::before {
  content: "\e10f";
}

.k-i-link-h::before {
  content: "\e10f";
}

.k-i-unlink::before {
  content: "\e110";
}

.k-i-unlink-horizontal::before {
  content: "\e110";
}

.k-i-hyperlink-remove::before {
  content: "\e110";
}

.k-i-unlink-h::before {
  content: "\e110";
}

.k-i-link-vertical::before {
  content: "\e111";
}

.k-i-link-v::before {
  content: "\e111";
}

.k-i-unlink-vertical::before {
  content: "\e112";
}

.k-i-unlink-v::before {
  content: "\e112";
}

.k-i-lock::before {
  content: "\e113";
}

.k-i-unlock::before {
  content: "\e114";
}

.k-i-cancel::before {
  content: "\e115";
}

.k-i-cancel-outline::before {
  content: "\e116";
}

.k-i-deny::before {
  content: "\e116";
}

.k-i-cancel-circle::before {
  content: "\e117";
}

.k-i-check::before {
  content: "\e118";
}

.k-i-checkmark::before {
  content: "\e118";
}

.k-i-tick::before {
  content: "\e118";
}

.k-i-check-outline::before {
  content: "\e119";
}

.k-i-checkmark-outline::before {
  content: "\e119";
}

.k-i-success::before {
  content: "\e119";
}

.k-i-check-circle::before {
  content: "\e11a";
}

.k-i-checkmark-circle::before {
  content: "\e11a";
}

.k-i-x::before {
  content: "\e11b";
}

.k-i-close::before {
  content: "\e11b";
}

.k-i-clear::before {
  content: "\e11b";
}

.k-i-times::before {
  content: "\e11b";
}

.k-i-group-delete::before {
  content: "\e11b";
}

.k-i-x-outline::before {
  content: "\e11c";
}

.k-i-close-outline::before {
  content: "\e11c";
}

.k-i-clear-outline::before {
  content: "\e11c";
}

.k-i-times-outline::before {
  content: "\e11c";
}

.k-i-error::before {
  content: "\e11c";
}

.k-i-x-circle::before {
  content: "\e11d";
}

.k-i-close-circle::before {
  content: "\e11d";
}

.k-i-clear-circle::before {
  content: "\e11d";
}

.k-i-times-circle::before {
  content: "\e11d";
}

.k-i-plus::before {
  content: "\e11e";
}

.k-i-add::before {
  content: "\e11e";
}

.k-i-plus-outline::before {
  content: "\e11f";
}

.k-i-add-outline::before {
  content: "\e11f";
}

.k-i-plus-circle::before {
  content: "\e120";
}

.k-i-add-circle::before {
  content: "\e120";
}

.k-i-minus::before {
  content: "\e121";
}

.k-i-kpi-trend-equal::before {
  content: "\e121";
}

.k-i-minus-outline::before {
  content: "\e122";
}

.k-i-minus-circle::before {
  content: "\e123";
}

.k-i-sort-asc::before {
  content: "\e124";
}

.k-i-sort-desc::before {
  content: "\e125";
}

.k-i-sort-clear::before {
  content: "\e126";
}

.k-i-unsort::before {
  content: "\e126";
}

.k-i-sort-asc-small::before {
  content: "\e127";
}

.k-i-sort-asc-sm::before {
  content: "\e127";
}

.k-i-sort-desc-small::before {
  content: "\e128";
}

.k-i-sort-desc-sm::before {
  content: "\e128";
}

.k-i-filter::before {
  content: "\e129";
}

.k-i-filter-clear::before {
  content: "\e12a";
}

.k-i-filter-small::before {
  content: "\e12b";
}

.k-i-filter-sm::before {
  content: "\e12b";
}

.k-i-filter-sort-asc-small::before {
  content: "\e12c";
}

.k-i-filter-sort-asc-sm::before {
  content: "\e12c";
}

.k-i-filter-sort-desc-small::before {
  content: "\e12d";
}

.k-i-filter-sort-desc-sm::before {
  content: "\e12d";
}

.k-i-filter-add-expression::before {
  content: "\e12e";
}

.k-i-filter-add-group::before {
  content: "\e12f";
}

.k-i-login::before {
  content: "\e130";
}

.k-i-sign-in::before {
  content: "\e130";
}

.k-i-logout::before {
  content: "\e131";
}

.k-i-sign-out::before {
  content: "\e131";
}

.k-i-download::before {
  content: "\e132";
}

.k-i-upload::before {
  content: "\e133";
}

.k-i-hyperlink-open::before {
  content: "\e134";
}

.k-i-hyperlink-open-sm::before {
  content: "\e135";
}

.k-i-launch::before {
  content: "\e136";
}

.k-i-window::before {
  content: "\e137";
}

.k-i-window-maximize::before {
  content: "\e137";
}

.k-i-maximize::before {
  content: "\e137";
}

.k-i-window-restore::before {
  content: "\e138";
}

.k-i-windows::before {
  content: "\e138";
}

.k-i-tiles::before {
  content: "\e138";
}

.k-i-restore::before {
  content: "\e138";
}

.k-i-window-minimize::before {
  content: "\e139";
}

.k-i-minimize::before {
  content: "\e139";
}

.k-i-gear::before {
  content: "\e13a";
}

.k-i-cog::before {
  content: "\e13a";
}

.k-i-custom::before {
  content: "\e13a";
}

.k-i-gears::before {
  content: "\e13b";
}

.k-i-cogs::before {
  content: "\e13b";
}

.k-i-wrench::before {
  content: "\e13c";
}

.k-i-settings::before {
  content: "\e13c";
}

.k-i-eye::before {
  content: "\e13d";
}

.k-i-preview::before {
  content: "\e13d";
}

.k-i-search::before {
  content: "\e13e";
}

.k-i-zoom::before {
  content: "\e13e";
}

.k-i-zoom-in::before {
  content: "\e13f";
}

.k-i-zoom-out::before {
  content: "\e140";
}

.k-i-arrows-move::before {
  content: "\e141";
}

.k-i-pan::before {
  content: "\e141";
}

.k-i-move::before {
  content: "\e141";
}

.k-i-calculator::before {
  content: "\e142";
}

.k-i-cart::before {
  content: "\e143";
}

.k-i-shopping-cart::before {
  content: "\e143";
}

.k-i-connector::before {
  content: "\e144";
}

.k-i-plus-sm::before {
  content: "\e145";
}

.k-i-splus::before {
  content: "\e145";
}

.k-i-minus-sm::before {
  content: "\e146";
}

.k-i-sminus::before {
  content: "\e146";
}

.k-i-kpi-status-deny::before {
  content: "\e147";
}

.k-i-kpi-status-hold::before {
  content: "\e148";
}

.k-i-kpi-status-open::before {
  content: "\e149";
}

.k-i-equal::before {
  content: "\e14a";
}

.k-i-not-equal::before {
  content: "\e14b";
}

.k-i-less-or-equal::before {
  content: "\e14c";
}

.k-i-greater-or-equal::before {
  content: "\e14d";
}

.k-i-divide::before {
  content: "\e14e";
}

.k-i-accessibility::before {
  content: "\e14f";
}

.k-i-barcode-outline::before {
  content: "\e150";
}

.k-i-barcode::before {
  content: "\e151";
}

.k-i-barcode-scanner::before {
  content: "\e152";
}

.k-i-qr-code-outline::before {
  content: "\e153";
}

.k-i-qr-code::before {
  content: "\e154";
}

.k-i-qr-code-scanner::before {
  content: "\e155";
}

.k-i-barcode-qr-code-scanner::before {
  content: "\e156";
}

.k-i-signature::before {
  content: "\e157";
}

.k-i-hand::before {
  content: "\e158";
}

.k-i-pointer::before {
  content: "\e159";
}

.k-i-cursor::before {
  content: "\e159";
}

.k-i-stick::before {
  content: "\e15a";
}

.k-i-unstick::before {
  content: "\e15b";
}

.k-i-set-column-position::before {
  content: "\e15c";
}

.k-i-play::before {
  content: "\e200";
}

.k-i-pause::before {
  content: "\e201";
}

.k-i-stop::before {
  content: "\e202";
}

.k-i-rewind::before {
  content: "\e203";
}

.k-i-forward::before {
  content: "\e204";
}

.k-i-volume-down::before {
  content: "\e205";
}

.k-i-volume-low::before {
  content: "\e205";
}

.k-i-volume-up::before {
  content: "\e206";
}

.k-i-volume-high::before {
  content: "\e206";
}

.k-i-volume-mute::before {
  content: "\e207";
}

.k-i-volume-off::before {
  content: "\e207";
}

.k-i-hd::before {
  content: "\e208";
}

.k-i-closed-captions::before {
  content: "\e209";
}

.k-i-subtitles::before {
  content: "\e209";
}

.k-i-playlist::before {
  content: "\e20a";
}

.k-i-music-notes::before {
  content: "\e20b";
}

.k-i-audio::before {
  content: "\e20b";
}

.k-i-play-sm::before {
  content: "\e20c";
}

.k-i-pause-sm::before {
  content: "\e20d";
}

.k-i-stop-sm::before {
  content: "\e20e";
}

.k-i-heart-outline::before {
  content: "\e300";
}

.k-i-fav-outline::before {
  content: "\e300";
}

.k-i-favorite-outline::before {
  content: "\e300";
}

.k-i-heart::before {
  content: "\e301";
}

.k-i-fav::before {
  content: "\e301";
}

.k-i-favorite::before {
  content: "\e301";
}

.k-i-star-outline::before {
  content: "\e302";
}

.k-i-bookmark-outline::before {
  content: "\e302";
}

.k-i-star::before {
  content: "\e303";
}

.k-i-bookmark::before {
  content: "\e303";
}

.k-i-checkbox::before {
  content: "\e304";
}

.k-i-shape-rect::before {
  content: "\e304";
}

.k-i-checkbox-checked::before {
  content: "\e305";
}

.k-i-checkbox-indeterminate::before {
  content: "\e306";
}

.k-i-tri-state-indeterminate::before {
  content: "\e306";
}

.k-i-checkbox-null::before {
  content: "\e307";
}

.k-i-tri-state-null::before {
  content: "\e307";
}

.k-i-circle::before {
  content: "\e308";
}

.k-i-radiobutton::before {
  content: "\e309";
}

.k-i-shape-circle::before {
  content: "\e309";
}

.k-i-radiobutton-checked::before {
  content: "\e30a";
}

.k-i-bell::before {
  content: "\e400";
}

.k-i-notification::before {
  content: "\e400";
}

.k-i-info-circle::before {
  content: "\e401";
}

.k-i-information::before {
  content: "\e401";
}

.k-i-info::before {
  content: "\e401";
}

.k-i-note::before {
  content: "\e401";
}

.k-i-question-circle::before {
  content: "\e402";
}

.k-i-question::before {
  content: "\e402";
}

.k-i-help::before {
  content: "\e402";
}

.k-i-exclamation-circle::before {
  content: "\e403";
}

.k-i-warning::before {
  content: "\e403";
}

.k-i-exception::before {
  content: "\e403";
}

.k-i-camera::before {
  content: "\e500";
}

.k-i-photo-camera::before {
  content: "\e500";
}

.k-i-image::before {
  content: "\e501";
}

.k-i-photo::before {
  content: "\e501";
}

.k-i-image-export::before {
  content: "\e502";
}

.k-i-photo-export::before {
  content: "\e502";
}

.k-i-zoom-actual-size::before {
  content: "\e503";
}

.k-i-zoom-best-fit::before {
  content: "\e504";
}

.k-i-image-resize::before {
  content: "\e505";
}

.k-i-crop::before {
  content: "\e506";
}

.k-i-mirror::before {
  content: "\e507";
}

.k-i-flip-horizontal::before {
  content: "\e508";
}

.k-i-flip-h::before {
  content: "\e508";
}

.k-i-flip-vertical::before {
  content: "\e509";
}

.k-i-flip-v::before {
  content: "\e509";
}

.k-i-rotate::before {
  content: "\e50a";
}

.k-i-rotate-right::before {
  content: "\e50b";
}

.k-i-rotate-cw::before {
  content: "\e50b";
}

.k-i-rotate-left::before {
  content: "\e50c";
}

.k-i-rotate-ccw::before {
  content: "\e50c";
}

.k-i-brush::before {
  content: "\e50d";
}

.k-i-palette::before {
  content: "\e50e";
}

.k-i-droplet::before {
  content: "\e50f";
}

.k-i-paint::before {
  content: "\e50f";
}

.k-i-background::before {
  content: "\e50f";
}

.k-i-shape-line::before {
  content: "\e510";
}

.k-i-line::before {
  content: "\e510";
}

.k-i-brightness-contrast::before {
  content: "\e511";
}

.k-i-sliders::before {
  content: "\e512";
}

.k-i-saturation::before {
  content: "\e512";
}

.k-i-invert-colors::before {
  content: "\e513";
}

.k-i-transparency::before {
  content: "\e514";
}

.k-i-opacity::before {
  content: "\e514";
}

.k-i-grayscale::before {
  content: "\e515";
}

.k-i-blur::before {
  content: "\e516";
}

.k-i-sharpen::before {
  content: "\e517";
}

.k-i-shapes::before {
  content: "\e518";
}

.k-i-shape::before {
  content: "\e518";
}

.k-i-round-corners::before {
  content: "\e519";
}

.k-i-bring-to-front::before {
  content: "\e51a";
}

.k-i-front-element::before {
  content: "\e51a";
}

.k-i-bring-to-back::before {
  content: "\e51b";
}

.k-i-back-element::before {
  content: "\e51b";
}

.k-i-bring-forward::before {
  content: "\e51c";
}

.k-i-forward-element::before {
  content: "\e51c";
}

.k-i-bring-backward::before {
  content: "\e51d";
}

.k-i-backward-element::before {
  content: "\e51d";
}

.k-i-align-self-start::before {
  content: "\e51e";
}

.k-i-align-left-element::before {
  content: "\e51e";
}

.k-i-align-self-center::before {
  content: "\e51f";
}

.k-i-align-center-element::before {
  content: "\e51f";
}

.k-i-align-self-end::before {
  content: "\e520";
}

.k-i-align-right-element::before {
  content: "\e520";
}

.k-i-align-self-start-alt::before {
  content: "\e521";
}

.k-i-align-top-element::before {
  content: "\e521";
}

.k-i-align-self-center-alt::before {
  content: "\e522";
}

.k-i-align-middle-element::before {
  content: "\e522";
}

.k-i-align-self-end-alt::before {
  content: "\e523";
}

.k-i-align-bottom-element::before {
  content: "\e523";
}

.k-i-thumbnails-up::before {
  content: "\e524";
}

.k-i-thumbnails-right::before {
  content: "\e525";
}

.k-i-thumbnails-down::before {
  content: "\e526";
}

.k-i-thumbnails-left::before {
  content: "\e527";
}

.k-i-fullscreen::before {
  content: "\e528";
}

.k-i-full-screen::before {
  content: "\e528";
}

.k-i-fullscreen-enter::before {
  content: "\e528";
}

.k-i-fullscreen-exit::before {
  content: "\e529";
}

.k-i-full-screen-exit::before {
  content: "\e529";
}

.k-i-droplet-slash::before {
  content: "\e52a";
}

.k-i-reset-color::before {
  content: "\e52a";
}

.k-i-paint-remove::before {
  content: "\e52a";
}

.k-i-background-remove::before {
  content: "\e52a";
}

.k-i-photos::before {
  content: "\e52b";
}

.k-i-images::before {
  content: "\e52b";
}

.k-i-gallery::before {
  content: "\e52b";
}

.k-i-align-to-grid::before {
  content: "\e52c";
}

.k-i-size-to-grid::before {
  content: "\e52d";
}

.k-i-make-same-size::before {
  content: "\e52e";
}

.k-i-make-same-width::before {
  content: "\e52f";
}

.k-i-make-same-height::before {
  content: "\e530";
}

.k-i-make-horizontal-spacing-equal::before {
  content: "\e531";
}

.k-i-increase-horizontal-spacing::before {
  content: "\e532";
}

.k-i-decrease-horizontal-spacing::before {
  content: "\e533";
}

.k-i-remove-horizontal-spacing::before {
  content: "\e534";
}

.k-i-make-vertical-spacing-equal::before {
  content: "\e535";
}

.k-i-increase-vertical-spacing::before {
  content: "\e536";
}

.k-i-decrease-vertical-spacing::before {
  content: "\e537";
}

.k-i-remove-vertical-spacing::before {
  content: "\e538";
}

.k-i-eyedropper::before {
  content: "\e539";
}

.k-i-snap-grid::before {
  content: "\e53a";
}

.k-i-snap-to-gridlines::before {
  content: "\e53b";
}

.k-i-snap-to-snaplines::before {
  content: "\e53c";
}

.k-i-dimentions::before {
  content: "\e53d";
}

.k-i-align-self-stretch::before {
  content: "\e53e";
}

.k-i-align-stretch-element-horizontal::before {
  content: "\e53e";
}

.k-i-align-self-stretch-alt::before {
  content: "\e53f";
}

.k-i-align-stretch-element-vertical::before {
  content: "\e53f";
}

.k-i-align-items-start::before {
  content: "\e540";
}

.k-i-align-left-elements::before {
  content: "\e540";
}

.k-i-align-items-center::before {
  content: "\e541";
}

.k-i-align-center-elements::before {
  content: "\e541";
}

.k-i-align-items-end::before {
  content: "\e542";
}

.k-i-align-right-elements::before {
  content: "\e542";
}

.k-i-align-items-stretch::before {
  content: "\e543";
}

.k-i-align-stretch-elements-horizontal::before {
  content: "\e543";
}

.k-i-align-items-baseline::before {
  content: "\e544";
}

.k-i-align-baseline-horizontal::before {
  content: "\e544";
}

.k-i-align-items-start-alt::before {
  content: "\e545";
}

.k-i-align-top-elements::before {
  content: "\e545";
}

.k-i-align-items-center-alt::before {
  content: "\e546";
}

.k-i-align-middle-elements::before {
  content: "\e546";
}

.k-i-align-items-end-alt::before {
  content: "\e547";
}

.k-i-align-bottom-elements::before {
  content: "\e547";
}

.k-i-align-items-stretch-alt::before {
  content: "\e548";
}

.k-i-align-stretch-elements-vertical::before {
  content: "\e548";
}

.k-i-align-items-baseline-alt::before {
  content: "\e549";
}

.k-i-align-baseline-vertical::before {
  content: "\e549";
}

.k-i-justify-content-start::before {
  content: "\e54a";
}

.k-i-justify-start-horizontal::before {
  content: "\e54a";
}

.k-i-justify-content-center::before {
  content: "\e54b";
}

.k-i-justify-center-horizontal::before {
  content: "\e54b";
}

.k-i-justify-content-end::before {
  content: "\e54c";
}

.k-i-justify-end-horizontal::before {
  content: "\e54c";
}

.k-i-justify-content-between::before {
  content: "\e54d";
}

.k-i-justify-between-horizontal::before {
  content: "\e54d";
}

.k-i-justify-content-around::before {
  content: "\e54e";
}

.k-i-justify-around-horizontal::before {
  content: "\e54e";
}

.k-i-justify-content-start-alt::before {
  content: "\e54f";
}

.k-i-justify-start-vertical::before {
  content: "\e54f";
}

.k-i-justify-content-center-alt::before {
  content: "\e550";
}

.k-i-justify-center-vertical::before {
  content: "\e550";
}

.k-i-justify-content-end-alt::before {
  content: "\e551";
}

.k-i-justify-end-vertical::before {
  content: "\e551";
}

.k-i-justify-content-between-alt::before {
  content: "\e552";
}

.k-i-justify-between-vertical::before {
  content: "\e552";
}

.k-i-justify-content-around-alt::before {
  content: "\e553";
}

.k-i-justify-around-vertical::before {
  content: "\e553";
}

.k-i-color-canvas::before {
  content: "\e554";
}

.k-i-file-wrench::before {
  content: "\e600";
}

.k-i-page-properties::before {
  content: "\e600";
}

.k-i-bold::before {
  content: "\e601";
}

.k-i-italic::before {
  content: "\e602";
}

.k-i-underline::before {
  content: "\e603";
}

.k-i-font-family::before {
  content: "\e604";
}

.k-i-foreground-color::before {
  content: "\e605";
}

.k-i-text::before {
  content: "\e605";
}

.k-i-convert-lowercase::before {
  content: "\e606";
}

.k-i-convert-uppercase::before {
  content: "\e607";
}

.k-i-strikethrough::before {
  content: "\e608";
}

.k-i-strike-through::before {
  content: "\e608";
}

.k-i-subscript::before {
  content: "\e609";
}

.k-i-sub-script::before {
  content: "\e609";
}

.k-i-supscript::before {
  content: "\e60a";
}

.k-i-sup-script::before {
  content: "\e60a";
}

.k-i-superscript::before {
  content: "\e60a";
}

.k-i-div::before {
  content: "\e60b";
}

.k-i-all::before {
  content: "\e60c";
}

.k-i-h1::before {
  content: "\e60d";
}

.k-i-h2::before {
  content: "\e60e";
}

.k-i-h3::before {
  content: "\e60f";
}

.k-i-h4::before {
  content: "\e610";
}

.k-i-h5::before {
  content: "\e611";
}

.k-i-h6::before {
  content: "\e612";
}

.k-i-list-ordered::before {
  content: "\e613";
}

.k-i-list-numbered::before {
  content: "\e613";
}

.k-i-insert-ordered-list::before {
  content: "\e613";
}

.k-i-list-unordered::before {
  content: "\e614";
}

.k-i-list-bulleted::before {
  content: "\e614";
}

.k-i-insert-unordered-list::before {
  content: "\e614";
}

.k-i-indent::before {
  content: "\e615";
}

.k-i-indent-increase::before {
  content: "\e615";
}

.k-i-outdent::before {
  content: "\e616";
}

.k-i-indent-decrease::before {
  content: "\e616";
}

.k-i-insert-top::before {
  content: "\e617";
}

.k-i-insert-up::before {
  content: "\e617";
}

.k-i-insert-n::before {
  content: "\e617";
}

.k-i-insert-middle::before {
  content: "\e618";
}

.k-i-insert-m::before {
  content: "\e618";
}

.k-i-insert-bottom::before {
  content: "\e619";
}

.k-i-insert-down::before {
  content: "\e619";
}

.k-i-insert-s::before {
  content: "\e619";
}

.k-i-align-top::before {
  content: "\e61a";
}

.k-i-align-middle::before {
  content: "\e61b";
}

.k-i-align-bottom::before {
  content: "\e61c";
}

.k-i-align-left::before {
  content: "\e61d";
}

.k-i-justify-left::before {
  content: "\e61d";
}

.k-i-align-center::before {
  content: "\e61e";
}

.k-i-justify-center::before {
  content: "\e61e";
}

.k-i-align-right::before {
  content: "\e61f";
}

.k-i-justify-left::before {
  content: "\e61f";
}

.k-i-align-justify::before {
  content: "\e620";
}

.k-i-justify-full::before {
  content: "\e620";
}

.k-i-align-remove::before {
  content: "\e621";
}

.k-i-justify-clear::before {
  content: "\e621";
}

.k-i-text-wrap::before {
  content: "\e622";
}

.k-i-horizontal-rule::before {
  content: "\e623";
}

.k-i-rule-horizontal::before {
  content: "\e623";
}

.k-i-hr::before {
  content: "\e623";
}

.k-i-table-align-top-left::before {
  content: "\e624";
}

.k-i-table-align-top-center::before {
  content: "\e625";
}

.k-i-table-align-top-right::before {
  content: "\e626";
}

.k-i-table-align-middle-left::before {
  content: "\e627";
}

.k-i-table-align-middle-center::before {
  content: "\e628";
}

.k-i-table-align-middle-right::before {
  content: "\e629";
}

.k-i-table-align-bottom-left::before {
  content: "\e62a";
}

.k-i-table-align-bottom-center::before {
  content: "\e62b";
}

.k-i-table-align-bottom-right::before {
  content: "\e62c";
}

.k-i-table-align-remove::before {
  content: "\e62d";
}

.k-i-borders-all::before {
  content: "\e62e";
}

.k-i-all-borders::before {
  content: "\e62e";
}

.k-i-borders-outside::before {
  content: "\e62f";
}

.k-i-outside-borders::before {
  content: "\e62f";
}

.k-i-borders-inside::before {
  content: "\e630";
}

.k-i-inside-borders::before {
  content: "\e630";
}

.k-i-borders-inside-horizontal::before {
  content: "\e631";
}

.k-i-border-inside-h::before {
  content: "\e631";
}

.k-i-inside-horizontal-borders::before {
  content: "\e631";
}

.k-i-borders-inside-vertical::before {
  content: "\e632";
}

.k-i-borders-inside-v::before {
  content: "\e632";
}

.k-i-inside-vertical-borders::before {
  content: "\e632";
}

.k-i-border-top::before {
  content: "\e633";
}

.k-i-top-border::before {
  content: "\e633";
}

.k-i-border-bottom::before {
  content: "\e634";
}

.k-i-bottom-border::before {
  content: "\e634";
}

.k-i-border-left::before {
  content: "\e635";
}

.k-i-left-border::before {
  content: "\e635";
}

.k-i-border-right::before {
  content: "\e636";
}

.k-i-right-border::before {
  content: "\e636";
}

.k-i-borders-none::before {
  content: "\e637";
}

.k-i-border-no::before {
  content: "\e637";
}

.k-i-no-borders::before {
  content: "\e637";
}

.k-i-borders-show-hide::before {
  content: "\e638";
}

.k-i-form::before {
  content: "\e639";
}

.k-i-border::before {
  content: "\e639";
}

.k-i-form-element::before {
  content: "\e63a";
}

.k-i-code-snippet::before {
  content: "\e63b";
}

.k-i-select-all::before {
  content: "\e63c";
}

.k-i-button::before {
  content: "\e63d";
}

.k-i-select-box::before {
  content: "\e63e";
}

.k-i-calendar-date::before {
  content: "\e63f";
}

.k-i-group-box::before {
  content: "\e640";
}

.k-i-textarea::before {
  content: "\e641";
}

.k-i-textbox::before {
  content: "\e642";
}

.k-i-textbox-hidden::before {
  content: "\e643";
}

.k-i-password::before {
  content: "\e644";
}

.k-i-paragraph-add::before {
  content: "\e645";
}

.k-i-edit-tools::before {
  content: "\e646";
}

.k-i-template-manager::before {
  content: "\e647";
}

.k-i-change-manually::before {
  content: "\e648";
}

.k-i-track-changes::before {
  content: "\e649";
}

.k-i-track-changes-enable::before {
  content: "\e64a";
}

.k-i-track-changes-accept::before {
  content: "\e64b";
}

.k-i-track-changes-accept-all::before {
  content: "\e64c";
}

.k-i-track-changes-reject::before {
  content: "\e64d";
}

.k-i-track-changes-reject-all::before {
  content: "\e64e";
}

.k-i-document-manager::before {
  content: "\e64f";
}

.k-i-custom-icon::before {
  content: "\e650";
}

.k-i-book::before {
  content: "\e651";
}

.k-i-dictionary-add::before {
  content: "\e651";
}

.k-i-image-add::before {
  content: "\e652";
}

.k-i-image-light-dialog::before {
  content: "\e652";
}

.k-i-image-insert::before {
  content: "\e652";
}

.k-i-insert-image::before {
  content: "\e652";
}

.k-i-image-edit::before {
  content: "\e653";
}

.k-i-image-map-editor::before {
  content: "\e654";
}

.k-i-comment::before {
  content: "\e655";
}

.k-i-comment-remove::before {
  content: "\e656";
}

.k-i-comments-remove::before {
  content: "\e657";
}

.k-i-comments-remove-all::before {
  content: "\e657";
}

.k-i-silverlight::before {
  content: "\e658";
}

.k-i-media-manager::before {
  content: "\e659";
}

.k-i-video-external::before {
  content: "\e65a";
}

.k-i-flash-manager::before {
  content: "\e65b";
}

.k-i-binoculars::before {
  content: "\e65c";
}

.k-i-find-and-replace::before {
  content: "\e65c";
}

.k-i-find::before {
  content: "\e65c";
}

.k-i-copy::before {
  content: "\e65d";
}

.k-i-files::before {
  content: "\e65d";
}

.k-i-cut::before {
  content: "\e65e";
}

.k-i-clipboard::before {
  content: "\e65f";
}

.k-i-paste::before {
  content: "\e65f";
}

.k-i-clipboard-code::before {
  content: "\e660";
}

.k-i-paste-as-html::before {
  content: "\e660";
}

.k-i-clipboard-word::before {
  content: "\e661";
}

.k-i-paste-from-word::before {
  content: "\e661";
}

.k-i-clipboard-word-alt::before {
  content: "\e662";
}

.k-i-paste-from-word-strip-file::before {
  content: "\e662";
}

.k-i-clipboard-html::before {
  content: "\e663";
}

.k-i-paste-html::before {
  content: "\e663";
}

.k-i-clipboard-markdown::before {
  content: "\e664";
}

.k-i-paste-markdown::before {
  content: "\e664";
}

.k-i-clipboard-text::before {
  content: "\e665";
}

.k-i-paste-plain-text::before {
  content: "\e665";
}

.k-i-apply-format::before {
  content: "\e666";
}

.k-i-clear-css::before {
  content: "\e667";
}

.k-i-clearformat::before {
  content: "\e667";
}

.k-i-copy-format::before {
  content: "\e668";
}

.k-i-strip-all-formatting::before {
  content: "\e669";
}

.k-i-strip-css-format::before {
  content: "\e66a";
}

.k-i-strip-font-elements::before {
  content: "\e66b";
}

.k-i-strip-span-elements::before {
  content: "\e66c";
}

.k-i-strip-word-formatting::before {
  content: "\e66d";
}

.k-i-format-code-block::before {
  content: "\e66e";
}

.k-i-building-blocks::before {
  content: "\e66f";
}

.k-i-style-builder::before {
  content: "\e66f";
}

.k-i-puzzle-piece::before {
  content: "\e670";
}

.k-i-module-manager::before {
  content: "\e670";
}

.k-i-puzzle::before {
  content: "\e670";
}

.k-i-link-add::before {
  content: "\e671";
}

.k-i-hyperlink-light-dialog::before {
  content: "\e671";
}

.k-i-hyperlink-insert::before {
  content: "\e671";
}

.k-i-globe-link::before {
  content: "\e672";
}

.k-i-hyperlink-globe::before {
  content: "\e672";
}

.k-i-globe-unlink::before {
  content: "\e673";
}

.k-i-hyperlink-globe-remove::before {
  content: "\e673";
}

.k-i-envelop-link::before {
  content: "\e674";
}

.k-i-hyperlink-email::before {
  content: "\e674";
}

.k-i-anchor::before {
  content: "\e675";
}

.k-i-table-add::before {
  content: "\e676";
}

.k-i-table-light-dialog::before {
  content: "\e676";
}

.k-i-table-insert::before {
  content: "\e676";
}

.k-i-create-table::before {
  content: "\e676";
}

.k-i-table::before {
  content: "\e677";
}

.k-i-table-properties::before {
  content: "\e678";
}

.k-i-table-cell::before {
  content: "\e679";
}

.k-i-table-cell-properties::before {
  content: "\e67a";
}

.k-i-table-column-insert-left::before {
  content: "\e67b";
}

.k-i-add-column-left::before {
  content: "\e67b";
}

.k-i-table-column-insert-right::before {
  content: "\e67c";
}

.k-i-add-column-right::before {
  content: "\e67c";
}

.k-i-table-row-insert-above::before {
  content: "\e67d";
}

.k-i-add-row-above::before {
  content: "\e67d";
}

.k-i-table-row-insert-below::before {
  content: "\e67e";
}

.k-i-add-row-below::before {
  content: "\e67e";
}

.k-i-table-column-delete::before {
  content: "\e67f";
}

.k-i-delete-column::before {
  content: "\e67f";
}

.k-i-table-row-delete::before {
  content: "\e680";
}

.k-i-delete-row::before {
  content: "\e680";
}

.k-i-table-cell-delete::before {
  content: "\e681";
}

.k-i-table-delete::before {
  content: "\e682";
}

.k-i-cells-merge::before {
  content: "\e683";
}

.k-i-merge-cells::before {
  content: "\e683";
}

.k-i-cells-merge-horizontally::before {
  content: "\e684";
}

.k-i-cells-merge-h::before {
  content: "\e684";
}

.k-i-merge-horizontally::before {
  content: "\e684";
}

.k-i-cells-merge-vertically::before {
  content: "\e685";
}

.k-i-cells-merge-v::before {
  content: "\e685";
}

.k-i-merge-vertically::before {
  content: "\e685";
}

.k-i-cell-split-horizontally::before {
  content: "\e686";
}

.k-i-cells-split-h::before {
  content: "\e686";
}

.k-i-cell-split-vertically::before {
  content: "\e687";
}

.k-i-cells-split-v::before {
  content: "\e687";
}

.k-i-table-unmerge::before {
  content: "\e688";
}

.k-i-normal-layout::before {
  content: "\e688";
}

.k-i-pane-freeze::before {
  content: "\e689";
}

.k-i-freeze-pane::before {
  content: "\e689";
}

.k-i-row-freeze::before {
  content: "\e68a";
}

.k-i-freeze-row::before {
  content: "\e68a";
}

.k-i-column-freeze::before {
  content: "\e68b";
}

.k-i-col-freeze::before {
  content: "\e68b";
}

.k-i-freeze-col::before {
  content: "\e68b";
}

.k-i-toolbar-float::before {
  content: "\e68c";
}

.k-i-spell-checker::before {
  content: "\e68d";
}

.k-i-validation-xhtml::before {
  content: "\e68e";
}

.k-i-validation-data::before {
  content: "\e68f";
}

.k-i-toggle-full-screen-mode::before {
  content: "\e690";
}

.k-i-formula-fx::before {
  content: "\e691";
}

.k-i-fx::before {
  content: "\e691";
}

.k-i-sum::before {
  content: "\e692";
}

.k-i-symbol::before {
  content: "\e693";
}

.k-i-dollar::before {
  content: "\e694";
}

.k-i-currency::before {
  content: "\e694";
}

.k-i-percent::before {
  content: "\e695";
}

.k-i-custom-format::before {
  content: "\e696";
}

.k-i-format-number::before {
  content: "\e696";
}

.k-i-decimal-increase::before {
  content: "\e697";
}

.k-i-increace-decimal::before {
  content: "\e697";
}

.k-i-decimal-decrease::before {
  content: "\e698";
}

.k-i-decrease-decimal::before {
  content: "\e698";
}

.k-i-font-size::before {
  content: "\e699";
}

.k-i-image-absolute-position::before {
  content: "\e69a";
}

.k-i-table-wizard::before {
  content: "\e69b";
}

.k-i-crosstab::before {
  content: "\e69c";
}

.k-i-crosstab-wizard::before {
  content: "\e69d";
}

.k-i-table-body::before {
  content: "\e69e";
}

.k-i-table-column-groups::before {
  content: "\e69f";
}

.k-i-table-corner::before {
  content: "\e6a0";
}

.k-i-table-row-groups::before {
  content: "\e6a1";
}

.k-i-globe-outline::before {
  content: "\e700";
}

.k-i-globe::before {
  content: "\e701";
}

.k-i-map-marker::before {
  content: "\e702";
}

.k-i-marker-pin::before {
  content: "\e702";
}

.k-i-map-marker-target::before {
  content: "\e703";
}

.k-i-marker-pin-target::before {
  content: "\e703";
}

.k-i-pin::before {
  content: "\e704";
}

.k-i-unpin::before {
  content: "\e705";
}

.k-i-share::before {
  content: "\e800";
}

.k-i-user::before {
  content: "\e801";
}

.k-i-inbox::before {
  content: "\e802";
}

.k-i-blogger::before {
  content: "\e803";
}

.k-i-blogger-box::before {
  content: "\e804";
}

.k-i-delicious::before {
  content: "\e805";
}

.k-i-delicious-box::before {
  content: "\e806";
}

.k-i-digg::before {
  content: "\e807";
}

.k-i-digg-box::before {
  content: "\e808";
}

.k-i-envelop::before {
  content: "\e809";
}

.k-i-email::before {
  content: "\e809";
}

.k-i-letter::before {
  content: "\e809";
}

.k-i-envelop-box::before {
  content: "\e80a";
}

.k-i-email-box::before {
  content: "\e80a";
}

.k-i-letter-box::before {
  content: "\e80a";
}

.k-i-facebook::before {
  content: "\e80b";
}

.k-i-facebook-box::before {
  content: "\e80c";
}

.k-i-google::before {
  content: "\e80d";
}

.k-i-google-box::before {
  content: "\e80e";
}

.k-i-google-plus::before {
  content: "\e80f";
}

.k-i-google-plus-box::before {
  content: "\e810";
}

.k-i-linkedin::before {
  content: "\e811";
}

.k-i-linkedin-box::before {
  content: "\e812";
}

.k-i-myspace::before {
  content: "\e813";
}

.k-i-myspace-box::before {
  content: "\e814";
}

.k-i-pinterest::before {
  content: "\e815";
}

.k-i-pinterest-box::before {
  content: "\e816";
}

.k-i-reddit::before {
  content: "\e817";
}

.k-i-reddit-box::before {
  content: "\e818";
}

.k-i-stumble-upon::before {
  content: "\e819";
}

.k-i-stumble-upon-box::before {
  content: "\e81a";
}

.k-i-tell-a-friend::before {
  content: "\e81b";
}

.k-i-tell-a-friend-box::before {
  content: "\e81c";
}

.k-i-tumblr::before {
  content: "\e81d";
}

.k-i-tumblr-box::before {
  content: "\e81e";
}

.k-i-twitter::before {
  content: "\e81f";
}

.k-i-twitter-box::before {
  content: "\e820";
}

.k-i-yammer::before {
  content: "\e821";
}

.k-i-yammer-box::before {
  content: "\e822";
}

.k-i-behance::before {
  content: "\e823";
}

.k-i-behance-box::before {
  content: "\e824";
}

.k-i-dribbble::before {
  content: "\e825";
}

.k-i-dribbble-box::before {
  content: "\e826";
}

.k-i-rss::before {
  content: "\e827";
}

.k-i-rss-box::before {
  content: "\e828";
}

.k-i-vimeo::before {
  content: "\e829";
}

.k-i-vimeo-box::before {
  content: "\e82a";
}

.k-i-youtube::before {
  content: "\e82b";
}

.k-i-youtube-box::before {
  content: "\e82c";
}

.k-i-folder::before {
  content: "\e900";
}

.k-i-folder-open::before {
  content: "\e901";
}

.k-i-folder-add::before {
  content: "\e902";
}

.k-i-folder-up::before {
  content: "\e903";
}

.k-i-folder-more::before {
  content: "\e904";
}

.k-i-fields-more::before {
  content: "\e904";
}

.k-i-aggregate-fields::before {
  content: "\e905";
}

.k-i-file::before {
  content: "\e906";
}

.k-i-file-vertical::before {
  content: "\e906";
}

.k-i-page-portrait::before {
  content: "\e906";
}

.k-i-file-v::before {
  content: "\e906";
}

.k-i-file-add::before {
  content: "\e907";
}

.k-i-insert-file::before {
  content: "\e907";
}

.k-i-file-txt::before {
  content: "\e908";
}

.k-i-txt::before {
  content: "\e908";
}

.k-i-file-csv::before {
  content: "\e909";
}

.k-i-csv::before {
  content: "\e909";
}

.k-i-file-excel::before {
  content: "\e90a";
}

.k-i-file-xls::before {
  content: "\e90a";
}

.k-i-excel::before {
  content: "\e90a";
}

.k-i-xls::before {
  content: "\e90a";
}

.k-i-xlsa::before {
  content: "\e90a";
}

.k-i-file-word::before {
  content: "\e90b";
}

.k-i-file-doc::before {
  content: "\e90b";
}

.k-i-word::before {
  content: "\e90b";
}

.k-i-doc::before {
  content: "\e90b";
}

.k-i-file-mdb::before {
  content: "\e90c";
}

.k-i-mdb::before {
  content: "\e90c";
}

.k-i-file-ppt::before {
  content: "\e90d";
}

.k-i-ppt::before {
  content: "\e90d";
}

.k-i-file-pdf::before {
  content: "\e90e";
}

.k-i-pdf::before {
  content: "\e90e";
}

.k-i-pdfa::before {
  content: "\e90e";
}

.k-i-file-psd::before {
  content: "\e90f";
}

.k-i-psd::before {
  content: "\e90f";
}

.k-i-file-flash::before {
  content: "\e910";
}

.k-i-flash::before {
  content: "\e910";
}

.k-i-file-config::before {
  content: "\e911";
}

.k-i-config::before {
  content: "\e911";
}

.k-i-file-ascx::before {
  content: "\e912";
}

.k-i-ascx::before {
  content: "\e912";
}

.k-i-file-bac::before {
  content: "\e913";
}

.k-i-bac::before {
  content: "\e913";
}

.k-i-file-zip::before {
  content: "\e914";
}

.k-i-zip::before {
  content: "\e914";
}

.k-i-film::before {
  content: "\e915";
}

.k-i-css3::before {
  content: "\e916";
}

.k-i-html5::before {
  content: "\e917";
}

.k-i-code::before {
  content: "\e918";
}

.k-i-html::before {
  content: "\e918";
}

.k-i-source-code::before {
  content: "\e918";
}

.k-i-view-source::before {
  content: "\e918";
}

.k-i-css::before {
  content: "\e919";
}

.k-i-js::before {
  content: "\e91a";
}

.k-i-exe::before {
  content: "\e91b";
}

.k-i-csproj::before {
  content: "\e91c";
}

.k-i-vbproj::before {
  content: "\e91d";
}

.k-i-cs::before {
  content: "\e91e";
}

.k-i-vb::before {
  content: "\e91f";
}

.k-i-sln::before {
  content: "\e920";
}

.k-i-cloud::before {
  content: "\e921";
}

.k-i-file-horizontal::before {
  content: "\e922";
}

.k-i-page-landscape::before {
  content: "\e922";
}

.k-i-file-h::before {
  content: "\e922";
}

.k-i-subreport::before {
  content: "\e923";
}

.k-i-data::before {
  content: "\e924";
}

.k-i-report-header-section::before {
  content: "\e925";
}

.k-i-report-footer-section::before {
  content: "\e926";
}

.k-i-group-header-section::before {
  content: "\e927";
}

.k-i-group-footer-section::before {
  content: "\e928";
}

.k-i-page-header-section::before {
  content: "\e929";
}

.k-i-page-footer-section::before {
  content: "\e92a";
}

.k-i-detail-section::before {
  content: "\e92b";
}

.k-i-toc-section::before {
  content: "\e92c";
}

.k-i-group-section::before {
  content: "\e92d";
}

.k-i-parameters::before {
  content: "\e92e";
}

.k-i-data-csv::before {
  content: "\e92f";
}

.k-i-data-json::before {
  content: "\e930";
}

.k-i-data-sql::before {
  content: "\e931";
}

.k-i-data-web::before {
  content: "\e932";
}

.k-i-group-collection::before {
  content: "\e933";
}

.k-i-parameter-boolean::before {
  content: "\e934";
}

.k-i-parameter-date-time::before {
  content: "\e935";
}

.k-i-parameter-float::before {
  content: "\e936";
}

.k-i-parameter-integer::before {
  content: "\e937";
}

.k-i-parameter-string::before {
  content: "\e938";
}

.k-i-toc-section-level::before {
  content: "\e939";
}

.k-i-inherited::before {
  content: "\e93a";
}

.k-i-file-video::before {
  content: "\e93b";
}

.k-i-file-audio::before {
  content: "\e93c";
}

.k-i-file-image::before {
  content: "\e93d";
}

.k-i-file-presentation::before {
  content: "\e93e";
}

.k-i-file-data::before {
  content: "\e93f";
}

.k-i-file-disc-image::before {
  content: "\e940";
}

.k-i-file-programming::before {
  content: "\e941";
}

.k-i-parameters-byte-array::before {
  content: "\e942";
}

.k-i-parameters-unknown::before {
  content: "\e943";
}

.k-i-file-error::before {
  content: "\e944";
}

.k-i-file-validation::before {
  content: "\e944";
}

.k-i-files-error::before {
  content: "\e945";
}

.k-i-files-validation::before {
  content: "\e945";
}

.k-i-data-rest::before {
  content: "\e946";
}

.k-i-file-typescript::before {
  content: "\e947";
}

.k-i-data-ods::before {
  content: "\e948";
}

.k-i-file-report::before {
  content: "\e949";
}

.k-i-table-position-start::before {
  content: "\e6a2";
}

.k-i-table-position-left::before {
  content: "\e6a2";
}

.k-i-table-position-center::before {
  content: "\e6a3";
}

.k-i-table-position-end::before {
  content: "\e6a4";
}

.k-i-table-position-right::before {
  content: "\e6a4";
}

.k-i-list-roman-upper::before {
  content: "\e6a5";
}

.k-i-list-roman-lower::before {
  content: "\e6a6";
}

.k-i-import::before {
  content: "\e6a7";
}

.k-i-export::before {
  content: "\e6a8";
}

.k-i-match-full-word::before {
  content: "\e6a9";
}

.k-i-regular-expression::before {
  content: "\e6ab";
}

.k-i-replace-single::before {
  content: "\e6ac";
}

.k-i-replace-all::before {
  content: "\e6ad";
}

.k-i-letter-space::before {
  content: "\e6ae";
}

.k-i-line-height::before {
  content: "\e6af";
}

.k-i-blockquote::before {
  content: "\e6b0";
}

.k-i-list-latin-big::before {
  content: "\e6b1";
}

.k-i-list-latin-small::before {
  content: "\e6b2";
}

.k-i-list-unordered-square::before {
  content: "\e6b3";
}

.k-i-list-unordered-outline::before {
  content: "\e6b4";
}

.k-i-graph::before {
  content: "\ea00";
}

.k-i-chart-column-clustered::before {
  content: "\ea01";
}

.k-i-chart-column-stacked::before {
  content: "\ea02";
}

.k-i-chart-column-stacked100::before {
  content: "\ea03";
}

.k-i-chart-column-range::before {
  content: "\ea04";
}

.k-i-chart-bar-clustered::before {
  content: "\ea05";
}

.k-i-chart-bar-stacked::before {
  content: "\ea06";
}

.k-i-chart-bar-stacked100::before {
  content: "\ea07";
}

.k-i-chart-bar-range::before {
  content: "\ea08";
}

.k-i-chart-area-clustered::before {
  content: "\ea09";
}

.k-i-chart-area-stacked::before {
  content: "\ea0a";
}

.k-i-chart-area-stacked100::before {
  content: "\ea0b";
}

.k-i-chart-area-range::before {
  content: "\ea0c";
}

.k-i-chart-line::before {
  content: "\ea0d";
}

.k-i-chart-line-stacked::before {
  content: "\ea0e";
}

.k-i-chart-line-stacked100::before {
  content: "\ea0f";
}

.k-i-chart-line-markers::before {
  content: "\ea10";
}

.k-i-chart-line-stacked-markers::before {
  content: "\ea11";
}

.k-i-chart-line-stacked100-markers::before {
  content: "\ea12";
}

.k-i-chart-pie::before {
  content: "\ea13";
}

.k-i-chart-doughnut::before {
  content: "\ea14";
}

.k-i-chart-scatter::before {
  content: "\ea15";
}

.k-i-chart-scatter-smooth-lines-markers::before {
  content: "\ea16";
}

.k-i-chart-scatter-smooth-lines::before {
  content: "\ea17";
}

.k-i-chart-scatter-straight-lines-markers::before {
  content: "\ea18";
}

.k-i-chart-scatter-straight-lines::before {
  content: "\ea19";
}

.k-i-chart-bubble::before {
  content: "\ea1a";
}

.k-i-chart-candlestick::before {
  content: "\ea1b";
}

.k-i-chart-ohlc::before {
  content: "\ea1c";
}

.k-i-chart-radar::before {
  content: "\ea1d";
}

.k-i-chart-radar-markers::before {
  content: "\ea1e";
}

.k-i-chart-radar-filled::before {
  content: "\ea1f";
}

.k-i-chart-rose::before {
  content: "\ea20";
}

.k-i-chart-choropleth::before {
  content: "\ea21";
}

.k-rtl .k-i-collapse, .k-rtl .k-i-expand, .k-rtl .k-i-indent-decrease, .k-rtl .k-i-indent-increase, [dir=rtl] .k-i-collapse, [dir=rtl] .k-i-expand {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-sprite {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -ms-high-contrast-adjust: none;
}

.k-image {
  display: inline-block;
}

.k-messagebox {
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  border-width: 0 0 0 4px;
  border-style: solid;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5;
}

.k-messagebox a, .k-messagebox .anchor-like-button {
  color: inherit;
  font-style: normal;
  text-decoration: underline;
}

.k-messagebox-primary {
  border-color: #bbd6fe;
  color: #073984;
  background-color: #cfe2ff;
}

.k-messagebox-secondary {
  border-color: #d6d8db;
  color: #383d41;
  background-color: #e2e3e5;
}

.k-messagebox-tertiary {
  border-color: #d7caee;
  color: #3a2264;
  background-color: #e2d9f3;
}

.k-messagebox-info {
  border-color: #bbf0fb;
  color: #07697d;
  background-color: #cff4fc;
}

.k-messagebox-success {
  border-color: #bfddcf;
  color: #0d462c;
  background-color: #d1e7dd;
}

.k-messagebox-warning {
  border-color: #ffeeba;
  color: #856404;
  background-color: #fff3cd;
}

.k-messagebox-error {
  border-color: #f5c6cb;
  color: #721c24;
  background-color: #f8d7da;
}

.k-messagebox-dark {
  border-color: #c1c2c3;
  color: #111315;
  background-color: #d3d3d4;
}

.k-messagebox-light {
  border-color: #fdfdfe;
  color: #818182;
  background-color: #fefefe;
}

.k-messagebox-inverse {
  border-color: #c1c2c3;
  color: #111315;
  background-color: #d3d3d4;
}

.k-checkbox {
  margin: 0;
  padding: 0;
  line-height: initial;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -ms-flex: none;
  flex: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
}

.k-checkbox.k-checked, .k-checkbox:checked {
  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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.k-checkbox.k-indeterminate, .k-checkbox:indeterminate {
  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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.k-checkbox.k-disabled, .k-checkbox:disabled {
  outline: 0;
  cursor: default;
  opacity: 0.65;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-checkbox-wrap {
  -ms-flex: none;
  flex: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  vertical-align: middle;
  position: relative;
}

.k-checkbox-wrap::before {
  content: "​";
  width: 0;
  overflow: hidden;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  vertical-align: top;
}

.k-checkbox-label {
  margin: 0;
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.25rem;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.k-checkbox-label .k-ripple {
  visibility: hidden !important;
}

.k-checkbox + .k-checkbox-label, .k-checkbox + .k-label, .k-checkbox-wrap + .k-checkbox-label, .k-checkbox-wrap + .k-label {
  display: inline;
  -webkit-margin-start: 0.25rem;
  margin-inline-start: 0.25rem;
}

.k-checkbox-label:empty {
  display: none !important;
}

.k-checkbox-label.k-no-text {
  min-width: 1px;
}

.k-checkbox-list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 0;
  list-style: none;
}

.k-checkbox-item, .k-checkbox-list-item {
  padding: 0.25rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 0.25rem;
}

.k-checkbox-item .k-checkbox-label, .k-checkbox-list-item .k-checkbox-label {
  margin: 0;
}

.k-checkbox-list-horizontal, .k-checkbox-list.k-list-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 1rem;
}

.k-ripple-container .k-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  z-index: -1;
  transition: opacity 0.1s linear, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.1s linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.1s linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.k-ripple-container .k-checkbox.k-focus, .k-ripple-container .k-checkbox:focus {
  box-shadow: none !important;
}

.k-ripple-container .k-checkbox.k-focus::after, .k-ripple-container .k-checkbox:focus::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.k-ripple-container .k-checkbox.k-disabled::after, .k-ripple-container .k-checkbox:disabled::after {
  display: none;
}

.k-checkbox-sm {
  width: 0.75rem;
  height: 0.75rem;
}

.k-checkbox-sm::before {
  font-size: 0.625rem;
}

.k-ripple-container .k-checkbox-size::after {
  width: 2.25rem;
  height: 2.25rem;
}

.k-checkbox-md {
  width: 1rem;
  height: 1rem;
}

.k-checkbox-md::before {
  font-size: 0.875rem;
}

.k-ripple-container .k-checkbox-size::after {
  width: 3rem;
  height: 3rem;
}

.k-checkbox-lg {
  width: 1.25rem;
  height: 1.25rem;
}

.k-checkbox-lg::before {
  font-size: 1.125rem;
}

.k-ripple-container .k-checkbox-size::after {
  width: 3.75rem;
  height: 3.75rem;
}

.k-checkbox {
  border-color: #ced4da;
  background-color: #fff;
}

.k-checkbox.k-focus, .k-checkbox:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.k-checkbox.k-indeterminate, .k-checkbox:indeterminate {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-checkbox.k-checked, .k-checkbox:checked {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-checkbox.k-checked.k-focus, .k-checkbox:checked:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.k-checkbox.k-invalid {
  border-color: #dc3545;
}

.k-checkbox.k-invalid + .k-checkbox-label {
  color: #dc3545;
}

.k-checkbox-wrap .k-ripple-blob {
  color: #0d6efd;
  opacity: 0.25;
}

.k-ripple-container .k-checkbox::after {
  background: #0d6efd;
  opacity: 0.25;
}

.k-list {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  outline: 0;
  position: relative;
  overflow: hidden;
}

.k-list *, .k-list ::after, .k-list ::before {
  box-sizing: border-box;
}

.k-popup > .k-list {
  height: 100%;
  border-width: 0;
}

.k-list-group-sticky-header {
  border-width: 0;
  border-width: 0 0 1px;
  border-style: solid;
  font-weight: 700;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: none;
  flex: none;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.k-list-content {
  border-color: inherit;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.k-list-ul {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-color: inherit;
  height: auto;
  list-style: none;
}

.k-list-item, .k-list-optionlabel {
  border: 0;
  outline: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 0.5rem;
  position: relative;
  transition-property: color, background-color, outline-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.k-first.k-list-optionlabel::before, .k-list-item.k-first::before {
  content: "";
  border-width: 1px 0 0;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.k-list-item-text::before, .k-list-optionlabel::before {
  content: "​";
  width: 0;
  overflow: hidden;
}

.k-list-group-item {
  border-width: 0;
  border-width: 1px 0 0;
  border-style: solid;
  font-weight: 700;
  cursor: default;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 0.5rem;
  position: relative;
}

.k-list-item-group-label {
  padding: 0 0.5em;
  font-size: 0.75em;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}

.k-ie .k-list-item-group-label {
  right: 0;
}

.k-ie .k-rtl .k-list-item-group-label, .k-ie [dir=rtl] .k-list-item-group-label {
  right: auto;
  left: 0;
}

.k-virtual-content, .k-virtual-list .k-list-content {
  overflow-y: scroll;
}

.k-virtual-content .k-list-group-item, .k-virtual-content .k-list-item, .k-virtual-content .k-list-optionlabel, .k-virtual-list .k-list-group-item, .k-virtual-list .k-list-item, .k-virtual-list .k-list-optionlabel {
  position: absolute;
  width: 100%;
}

.k-virtual-list .k-list-header-text, .k-virtual-list .k-list-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-virtual-list .k-list-optionlabel {
  position: relative;
}

.k-list-filter {
  display: block;
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-list-sm {
  font-size: 1rem;
}

.k-list-sm .k-list-group-sticky-header {
  padding: 0.125rem 1rem;
}

.k-list-sm .k-list-item, .k-list-sm .k-list-optionlabel {
  padding: 0.125rem 1rem;
}

.k-list-sm .k-list-group-item {
  padding: 0.125rem 1rem;
}

.k-list-md {
  font-size: 1rem;
}

.k-list-md .k-list-group-sticky-header {
  padding: 0.25rem 1rem;
}

.k-list-md .k-list-item, .k-list-md .k-list-optionlabel {
  padding: 0.25rem 1rem;
}

.k-list-md .k-list-group-item {
  padding: 0.25rem 1rem;
}

.k-list-lg {
  font-size: 1rem;
}

.k-list-lg .k-list-group-sticky-header {
  padding: 0.375rem 1rem;
}

.k-list-lg .k-list-item, .k-list-lg .k-list-optionlabel {
  padding: 0.375rem 1rem;
}

.k-list-lg .k-list-group-item {
  padding: 0.375rem 1rem;
}

.k-no-data, .k-nodata {
  min-height: 140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: lighter;
  text-align: center;
  white-space: normal;
}

.k-list {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-list-group-sticky-header {
  border-color: inherit;
}

.k-hover.k-list-optionlabel, .k-list-item.k-hover, .k-list-item:hover, .k-list-optionlabel:hover {
  color: #16181b;
  background-color: #e9ecef;
}

.k-focus.k-list-optionlabel, .k-list-item.k-focus, .k-list-item:focus, .k-list-optionlabel:focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
  color: #fff;
  background-color: #0d6efd;
}

.k-list-item.k-selected.k-hover, .k-list-item.k-selected:hover, .k-selected.k-hover.k-list-optionlabel, .k-selected.k-list-optionlabel:hover {
  color: #fff;
  background-color: #0c65e9;
}

.k-list-group-item {
  border-color: inherit;
}

.k-list-item-group-label {
  color: #fff;
  background-color: #212529;
}

.k-no-data, .k-nodata {
  color: #6c757d;
}

.k-listgroup {
  border-radius: 0.25rem;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.k-listgroup > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-listgroup .k-listgroup-item + .k-listgroup-item {
  border-top-width: 1px;
}

.k-listgroup-flush {
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.k-listgroup-item {
  padding: 0.5rem 1rem;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

.k-listgroup-item > .k-link {
  margin: -0.5rem -1rem;
  padding: 0.5rem 1rem;
  color: inherit;
  text-decoration: none;
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.k-listgroup-item > .k-link > .k-select {
  padding: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-listgroup-item-segmented {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.k-listgroup-item-segmented > .k-link {
  margin-right: 0;
}

.k-listgroup-item-segmented > .k-select {
  margin: -0.5rem -1rem -0.5rem 0;
  padding: 0.5rem;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: inherit;
  cursor: pointer;
}

.k-listgroup-form-row {
  margin: -0.5rem -1rem;
  padding: 0.5rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.k-listgroup-form-row .k-listgroup-form-field-label {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-listgroup-form-row .k-listgroup-form-field-wrapper {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
  position: relative;
}

.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type=date], .k-listgroup-form-row .k-listgroup-form-field-wrapper input[type=datetime-local], .k-listgroup-form-row .k-listgroup-form-field-wrapper input[type=number], .k-listgroup-form-row .k-listgroup-form-field-wrapper input[type=password], .k-listgroup-form-row .k-listgroup-form-field-wrapper input[type=text], .k-listgroup-form-row .k-listgroup-form-field-wrapper input[type=time], .k-listgroup-form-row .k-listgroup-form-field-wrapper select, .k-listgroup-form-row .k-listgroup-form-field-wrapper textarea {
  width: 100%;
  box-sizing: border-box;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.k-listgroup-form-row .k-listgroup-form-field-wrapper textarea {
  min-height: 4em;
  resize: vertical;
}

.k-listgroup-item.k-listgroup-form-row {
  margin: 0;
}

[dir=rtl] .k-listgroup-item > .k-link > .k-select {
  right: auto;
  left: 0;
}

[dir=rtl] .k-listgroup-item > .k-link > .k-select .k-icon {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir=rtl] .k-listgroup-item-segmented > .k-link {
  margin-right: -1rem;
  margin-left: 0;
}

[dir=rtl] .k-listgroup-item-segmented > .k-select {
  margin-right: 0;
  margin-left: -1rem;
  border-right-width: 1px;
  border-left-width: 0;
}

[dir=rtl] .k-listgroup-item-segmented > .k-select .k-icon {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-noflexbox .k-listgroup, .k-noflexbox .k-listgroup-item > .k-link, .k-noflexbox .k-listgroup > ul .k-listgroup-item {
  display: block;
}

.k-listgroup {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

.k-overlay {
  background-color: #000;
}

.k-overlay-primary {
  background-color: #0d6efd;
}

.k-overlay-secondary {
  background-color: #6c757d;
}

.k-overlay-tertiary {
  background-color: #6f42c1;
}

.k-overlay-info {
  background-color: #0dcaf0;
}

.k-overlay-success {
  background-color: #198754;
}

.k-overlay-warning {
  background-color: #ffc107;
}

.k-overlay-error {
  background-color: #dc3545;
}

.k-overlay-dark {
  background-color: #212529;
}

.k-overlay-light {
  background-color: #f8f9fa;
}

.k-overlay-inverse {
  background-color: #212529;
}

.k-popup {
  border-radius: 0.25rem;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.k-popup .k-item {
  outline: 0;
}

.k-animation-container {
  border-radius: 0 0 0.25rem 0.25rem;
}

.k-animation-container-shown {
  overflow: visible;
}

.k-popup > .k-colorpalette {
  padding: 0.5rem 0.5rem;
}

.k-popup.k-popup-transparent {
  border-width: 0;
  background-color: transparent;
}

.k-popup.k-popup-flush {
  padding: 0;
}

.k-popup > .k-coloreditor, .k-popup > .k-widget {
  border-width: 0;
}

.k-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.k-popup.k-column-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.k-popup {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.k-animation-container {
  border-radius: 0 0 0.25rem 0.25rem;
}

.k-ripple-target {
  position: relative;
}

.k-ripple {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.k-ripple-blob {
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.1s linear, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.1s linear, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.1s linear, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.1;
  background-color: currentColor;
}

.k-primary .k-ripple-blob {
  opacity: 0.2;
}

.k-ripple-focus::after {
  visibility: visible;
  -webkit-animation: ripple 0.6s ease-out;
  animation: ripple 0.6s ease-out;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.k-badge {
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  color: inherit;
  background-color: transparent;
  font: inherit;
  text-align: center;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-badge *, .k-badge ::after, .k-badge ::before {
  box-sizing: border-box;
}

.k-badge > * {
  color: inherit;
}

.k-badge > a, .k-badge > .anchor-like-button, a.k-badge, .k-badge.anchor-like-button {
  text-decoration: none;
}

.k-badge > a:hover, .k-badge > .anchor-like-button:hover, a.k-badge:hover, .k-badge.anchor-like-button:hover {
  text-decoration: underline;
}

.k-badge-icon {
  max-width: 1em;
  max-height: 1em;
  font-size: inherit;
}

.k-badge-icon.k-svg-icon svg {
  fill: currentColor;
}

.k-badge-sm {
  padding: 0.175em 0.325em;
  border-width: 1px;
  font-size: 0.625em;
  line-height: 1;
}

.k-badge-sm:empty {
  padding: 0.175em;
}

.k-badge-md {
  padding: 0.35em 0.65em;
  border-width: 1px;
  font-size: 0.75em;
  line-height: 1;
}

.k-badge-md:empty {
  padding: 0.35em;
}

.k-badge-lg {
  padding: 0.525em 0.975em;
  border-width: 1px;
  font-size: 0.875em;
  line-height: 1.25;
}

.k-badge-lg:empty {
  padding: 0.525em;
}

.k-badge-rounded.k-badge-sm {
  border-radius: 0.125rem;
}

.k-badge-rounded.k-badge-md {
  border-radius: 0.25rem;
}

.k-badge-rounded.k-badge-lg {
  border-radius: 0.375rem;
}

.k-badge-pill {
  border-radius: 5rem;
}

.k-badge-circle {
  padding: 0 !important;
  border-radius: 100%;
}

.k-badge-circle.k-badge-sm {
  width: calc(1.35em + 2px);
  height: calc(1.35em + 2px);
}

.k-badge-circle.k-badge-md {
  width: calc(1.7em + 2px);
  height: calc(1.7em + 2px);
}

.k-badge-circle.k-badge-lg {
  width: calc(2.3em + 2px);
  height: calc(2.3em + 2px);
}

.k-badge-dot {
  padding: 0 !important;
  border-radius: 100%;
  font-size: 0;
}

.k-badge-dot.k-badge-sm {
  width: 6px;
  height: 6px;
}

.k-badge-dot.k-badge-md {
  width: 10px;
  height: 10px;
}

.k-badge-dot.k-badge-lg {
  width: 12px;
  height: 12px;
}

kendo-badge-container {
  display: inline-block;
}

.k-badge-container {
  position: relative;
  overflow: visible;
}

.k-badge-inside {
  position: absolute;
  z-index: 9999;
}

.k-badge-edge {
  position: absolute;
  z-index: 9999;
}

.k-badge-edge.k-top-start {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-badge-edge.k-top-end {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.k-badge-edge.k-bottom-start {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.k-badge-edge.k-bottom-end {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.k-rtl .k-badge-edge.k-top-start, [dir=rtl] .k-badge-edge.k-top-start, [dir=rtl].k-badge-edge.k-top-start {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.k-rtl .k-badge-edge.k-top-end, [dir=rtl] .k-badge-edge.k-top-end, [dir=rtl].k-badge-edge.k-top-end {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-rtl .k-badge-edge.k-bottom-start, [dir=rtl] .k-badge-edge.k-bottom-start, [dir=rtl].k-badge-edge.k-bottom-start {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.k-rtl .k-badge-edge.k-bottom-end, [dir=rtl] .k-badge-edge.k-bottom-end, [dir=rtl].k-badge-edge.k-bottom-end {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.k-badge-outside {
  position: absolute;
  z-index: 9999;
}

.k-badge-outside.k-top-start {
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.k-badge-outside.k-top-end {
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

.k-badge-outside.k-bottom-start {
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

.k-badge-outside.k-bottom-end {
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.k-rtl .k-badge-outside.k-top-start, [dir=rtl] .k-badge-outside.k-top-start, [dir=rtl].k-badge-outside.k-top-start {
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

.k-rtl .k-badge-outside.k-top-end, [dir=rtl] .k-badge-outside.k-top-end, [dir=rtl].k-badge-outside.k-top-end {
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.k-rtl .k-badge-outside.k-bottom-start, [dir=rtl] .k-badge-outside.k-bottom-start, [dir=rtl].k-badge-outside.k-bottom-start {
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.k-rtl .k-badge-outside.k-bottom-end, [dir=rtl] .k-badge-outside.k-bottom-end, [dir=rtl].k-badge-outside.k-bottom-end {
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

.k-badge-border-cutout {
  box-shadow: 0 0 0 2px #fff;
}

.k-badge-solid.k-badge-primary {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-badge-solid.k-badge-secondary {
  border-color: #6c757d;
  color: #fff;
  background-color: #6c757d;
}

.k-badge-solid.k-badge-tertiary {
  border-color: #6f42c1;
  color: #fff;
  background-color: #6f42c1;
}

.k-badge-solid.k-badge-info {
  border-color: #0dcaf0;
  color: #fff;
  background-color: #0dcaf0;
}

.k-badge-solid.k-badge-success {
  border-color: #198754;
  color: #fff;
  background-color: #198754;
}

.k-badge-solid.k-badge-warning {
  border-color: #ffc107;
  color: #000;
  background-color: #ffc107;
}

.k-badge-solid.k-badge-error {
  border-color: #dc3545;
  color: #fff;
  background-color: #dc3545;
}

.k-badge-solid.k-badge-dark {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-badge-solid.k-badge-light {
  border-color: #f8f9fa;
  color: #000;
  background-color: #f8f9fa;
}

.k-badge-solid.k-badge-inverse {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-badge-outline {
  border-color: currentColor;
  background-color: #fff;
}

.k-badge-outline.k-badge-primary {
  color: #0d6efd;
}

.k-badge-outline.k-badge-secondary {
  color: #6c757d;
}

.k-badge-outline.k-badge-tertiary {
  color: #6f42c1;
}

.k-badge-outline.k-badge-info {
  color: #0dcaf0;
}

.k-badge-outline.k-badge-success {
  color: #198754;
}

.k-badge-outline.k-badge-warning {
  color: #ffc107;
}

.k-badge-outline.k-badge-error {
  color: #dc3545;
}

.k-badge-outline.k-badge-dark {
  color: #212529;
}

.k-badge-outline.k-badge-light {
  color: #f8f9fa;
}

.k-badge-outline.k-badge-inverse {
  color: #212529;
}

.k-button {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  color: inherit;
  background: 0 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  position: relative;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-button *, .k-button ::after, .k-button ::before {
  box-sizing: border-box;
}

.k-button.k-disabled, .k-button:disabled {
  outline: 0;
  cursor: default;
  opacity: 0.65;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-button::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: 0;
}

.k-button:focus, .k-button:hover {
  text-decoration: none;
  outline: 0;
}

.k-icon-button {
  aspect-ratio: 1;
  gap: 0;
}

.k-icon-button .k-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.k-button-icon {
  color: inherit;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
}

.k-button-arrow {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  -ms-flex: none;
  flex: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.k-button > .k-button-arrow {
  -webkit-margin-start: -0.375rem;
  margin-inline-start: -0.375rem;
  -webkit-margin-end: -0.75rem;
  margin-inline-end: -0.75rem;
}

.k-icon-button > .k-button-arrow {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: -0.375rem;
  margin-inline-end: -0.375rem;
}

.k-button-sm {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.k-button-md {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.k-button-lg {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.k-icon-button.k-button-sm {
  padding: 0.25rem;
}

.k-icon-button.k-button-sm > .k-button-icon {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.k-icon-button.k-button-md {
  padding: 0.375rem;
}

.k-icon-button.k-button-md > .k-button-icon {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.k-icon-button.k-button-lg {
  padding: 0.5rem;
}

.k-icon-button.k-button-lg > .k-button-icon {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.k-button-square {
  aspect-ratio: 1;
}

.k-dropdown-button, .k-menu-button {
  aspect-ratio: auto;
  outline: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  vertical-align: middle;
}

.k-button-group {
  margin: 0;
  padding: 0;
  border-width: 0;
  box-sizing: border-box;
  list-style: none;
  outline: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-button-group > .k-button + .k-button {
  -webkit-margin-start: -1px;
  margin-inline-start: -1px;
}

.k-button-group > .k-button.k-active, .k-button-group > .k-button.k-focus, .k-button-group > .k-button.k-hover, .k-button-group > .k-button.k-selected, .k-button-group > .k-button:active, .k-button-group > .k-button:focus, .k-button-group > .k-button:hover {
  z-index: 2;
}

.k-button-group .k-button:not(:first-child):not(:last-child) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.k-button-group > .k-button:first-child:not(:only-child) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.k-button-group > .k-button:last-child:not(:only-child) {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.k-button-group.k-disabled, .k-button-group:disabled, .k-button-group[disabled] {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.k-button-group-stretched {
  width: 100%;
}

.k-button-group-stretched > * {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  overflow: hidden;
}

.k-split-button .k-split-button-arrow {
  padding: 0.375rem 0.375rem;
  width: auto;
  aspect-ratio: auto;
  -ms-flex: none;
  flex: none;
}

.k-split-button .k-split-button-arrow.k-button-sm {
  padding: 0.25rem 0.25rem;
}

.k-split-button .k-split-button-arrow.k-button-md {
  padding: 0.375rem 0.375rem;
}

.k-split-button .k-split-button-arrow.k-button-lg {
  padding: 0.5rem 0.5rem;
}

.k-split-button .k-split-button-arrow .k-button-icon {
  min-width: 0;
}

.k-button-flat {
  border-color: transparent !important;
  color: inherit;
  background: 0 0 !important;
  box-shadow: none !important;
}

.k-button-flat::before {
  display: block !important;
}

.k-button-flat::after {
  box-shadow: inset 0 0 0 2px currentColor;
  display: block !important;
}

.k-button-flat.k-focus::after, .k-button-flat:focus::after {
  opacity: 0.12;
}

.k-button-outline {
  border-color: currentColor;
  color: inherit;
  background: 0 0;
}

.k-button-link {
  border-color: transparent;
  color: inherit;
  text-decoration: none;
  background: 0 0;
}

.k-button-link.k-hover, .k-button-link:hover {
  text-decoration: underline;
}

.k-button-clear {
  border-color: transparent !important;
  color: inherit;
  background: 0 0 !important;
  box-shadow: none !important;
}

.k-ie .k-button-group .k-button, .k-ie .k-split-button .k-button {
  border-radius: 0;
}

.k-button-overlay, .k-button::before {
  border-radius: inherit;
  content: "";
  background: currentColor;
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 0;
  transition: opacity 0.2s ease-in-out;
}

.k-button.k-hover::before, .k-button:hover::before {
  opacity: 0.08;
}

.k-button.k-no-focus:not(.k-hover)::before, .k-button.k-no-focus:not(:hover)::before {
  opacity: 0;
}

.k-button.k-active::before, .k-button:active::before {
  opacity: 0.16;
}

.k-button.k-selected::before {
  opacity: 0.2;
}

.k-button::after {
  border-radius: inherit;
  content: "";
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 0;
  transition: opacity 0.2s ease-in-out;
}

.k-button-solid-base {
  border-color: #e4e7eb;
  color: #212529;
  background-color: #e4e7eb;
}

.k-button-solid-base.k-hover, .k-button-solid-base:hover {
  border-color: #c7cdd5;
  background-color: #ced3db;
}

.k-button-solid-base.k-focus, .k-button-solid-base:focus {
  box-shadow: 0 0 0 0.25rem rgba(228, 231, 235, 0.5);
}

.k-button-solid-base.k-active, .k-button-solid-base:active {
  border-color: #bfc6d0;
  background-color: #c7cdd5;
}

.k-button-solid-base.k-selected {
  border-color: #0252c9;
  color: #fff;
  background-color: #0257d5;
}

.k-button-solid-primary {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-button-solid-primary.k-hover, .k-button-solid-primary:hover {
  border-color: #0257d5;
  background-color: #025ce2;
}

.k-button-solid-primary.k-focus, .k-button-solid-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.k-button-solid-primary.k-active, .k-button-solid-primary:active {
  border-color: #0252c9;
  background-color: #0257d5;
}

.k-button-solid-primary.k-selected {
  border-color: #0252c9;
  background-color: #0257d5;
}

.k-button-solid-secondary {
  border-color: #6c757d;
  color: #fff;
  background-color: #6c757d;
}

.k-button-solid-secondary.k-hover, .k-button-solid-secondary:hover {
  border-color: #545b62;
  background-color: #5a6268;
}

.k-button-solid-secondary.k-focus, .k-button-solid-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.k-button-solid-secondary.k-active, .k-button-solid-secondary:active {
  border-color: #4e555b;
  background-color: #545b62;
}

.k-button-solid-secondary.k-selected {
  border-color: #4e555b;
  background-color: #545b62;
}

.k-button-solid-tertiary {
  border-color: #6f42c1;
  color: #fff;
  background-color: #6f42c1;
}

.k-button-solid-tertiary.k-hover, .k-button-solid-tertiary:hover {
  border-color: #59339d;
  background-color: #5e37a6;
}

.k-button-solid-tertiary.k-focus, .k-button-solid-tertiary:focus {
  box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5);
}

.k-button-solid-tertiary.k-active, .k-button-solid-tertiary:active {
  border-color: #533093;
  background-color: #59339d;
}

.k-button-solid-tertiary.k-selected {
  border-color: #533093;
  background-color: #59339d;
}

.k-button-solid-info {
  border-color: #0dcaf0;
  color: #fff;
  background-color: #0dcaf0;
}

.k-button-solid-info.k-hover, .k-button-solid-info:hover {
  border-color: #0aa1c0;
  background-color: #0babcc;
}

.k-button-solid-info.k-focus, .k-button-solid-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.k-button-solid-info.k-active, .k-button-solid-info:active {
  border-color: #0a97b4;
  background-color: #0aa1c0;
}

.k-button-solid-info.k-selected {
  border-color: #0a97b4;
  background-color: #0aa1c0;
}

.k-button-solid-success {
  border-color: #198754;
  color: #fff;
  background-color: #198754;
}

.k-button-solid-success.k-hover, .k-button-solid-success:hover {
  border-color: #115c39;
  background-color: #136740;
}

.k-button-solid-success.k-focus, .k-button-solid-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.k-button-solid-success.k-active, .k-button-solid-success:active {
  border-color: #0f5133;
  background-color: #115c39;
}

.k-button-solid-success.k-selected {
  border-color: #0f5133;
  background-color: #115c39;
}

.k-button-solid-warning {
  border-color: #ffc107;
  color: #000;
  background-color: #ffc107;
}

.k-button-solid-warning.k-hover, .k-button-solid-warning:hover {
  border-color: #d39e00;
  background-color: #e0a800;
}

.k-button-solid-warning.k-focus, .k-button-solid-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.k-button-solid-warning.k-active, .k-button-solid-warning:active {
  border-color: #c69500;
  background-color: #d39e00;
}

.k-button-solid-warning.k-selected {
  border-color: #c69500;
  background-color: #d39e00;
}

.k-button-solid-error {
  border-color: #dc3545;
  color: #fff;
  background-color: #dc3545;
}

.k-button-solid-error.k-hover, .k-button-solid-error:hover {
  border-color: #bd2130;
  background-color: #c82333;
}

.k-button-solid-error.k-focus, .k-button-solid-error:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.k-button-solid-error.k-active, .k-button-solid-error:active {
  border-color: #b21f2d;
  background-color: #bd2130;
}

.k-button-solid-error.k-selected {
  border-color: #b21f2d;
  background-color: #bd2130;
}

.k-button-solid-dark {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-button-solid-dark.k-hover, .k-button-solid-dark:hover {
  border-color: #0a0c0d;
  background-color: #101214;
}

.k-button-solid-dark.k-focus, .k-button-solid-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.k-button-solid-dark.k-active, .k-button-solid-dark:active {
  border-color: #050506;
  background-color: #0a0c0d;
}

.k-button-solid-dark.k-selected {
  border-color: #050506;
  background-color: #0a0c0d;
}

.k-button-solid-light {
  border-color: #f8f9fa;
  color: #000;
  background-color: #f8f9fa;
}

.k-button-solid-light.k-hover, .k-button-solid-light:hover {
  border-color: #dae0e5;
  background-color: #e2e6ea;
}

.k-button-solid-light.k-focus, .k-button-solid-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.k-button-solid-light.k-active, .k-button-solid-light:active {
  border-color: #d3d9df;
  background-color: #dae0e5;
}

.k-button-solid-light.k-selected {
  border-color: #d3d9df;
  background-color: #dae0e5;
}

.k-button-solid-inverse {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-button-solid-inverse.k-hover, .k-button-solid-inverse:hover {
  border-color: #0a0c0d;
  background-color: #101214;
}

.k-button-solid-inverse.k-focus, .k-button-solid-inverse:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.k-button-solid-inverse.k-active, .k-button-solid-inverse:active {
  border-color: #050506;
  background-color: #0a0c0d;
}

.k-button-solid-inverse.k-selected {
  border-color: #050506;
  background-color: #0a0c0d;
}

.k-button-outline-primary {
  box-shadow: none;
  border-color: currentColor;
  color: #0d6efd;
  background-color: transparent;
}

.k-button-outline-primary.k-hover, .k-button-outline-primary:hover {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-button-outline-primary.k-focus, .k-button-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.k-button-outline-primary.k-active, .k-button-outline-primary:active {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-button-outline-primary.k-selected {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-button-outline-secondary {
  box-shadow: none;
  border-color: currentColor;
  color: #6c757d;
  background-color: transparent;
}

.k-button-outline-secondary.k-hover, .k-button-outline-secondary:hover {
  border-color: #6c757d;
  color: #fff;
  background-color: #6c757d;
}

.k-button-outline-secondary.k-focus, .k-button-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.k-button-outline-secondary.k-active, .k-button-outline-secondary:active {
  border-color: #6c757d;
  color: #fff;
  background-color: #6c757d;
}

.k-button-outline-secondary.k-selected {
  border-color: #6c757d;
  color: #fff;
  background-color: #6c757d;
}

.k-button-outline-tertiary {
  box-shadow: none;
  border-color: currentColor;
  color: #6f42c1;
  background-color: transparent;
}

.k-button-outline-tertiary.k-hover, .k-button-outline-tertiary:hover {
  border-color: #6f42c1;
  color: #fff;
  background-color: #6f42c1;
}

.k-button-outline-tertiary.k-focus, .k-button-outline-tertiary:focus {
  box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5);
}

.k-button-outline-tertiary.k-active, .k-button-outline-tertiary:active {
  border-color: #6f42c1;
  color: #fff;
  background-color: #6f42c1;
}

.k-button-outline-tertiary.k-selected {
  border-color: #6f42c1;
  color: #fff;
  background-color: #6f42c1;
}

.k-button-outline-info {
  box-shadow: none;
  border-color: currentColor;
  color: #0dcaf0;
  background-color: transparent;
}

.k-button-outline-info.k-hover, .k-button-outline-info:hover {
  border-color: #0dcaf0;
  color: #fff;
  background-color: #0dcaf0;
}

.k-button-outline-info.k-focus, .k-button-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.k-button-outline-info.k-active, .k-button-outline-info:active {
  border-color: #0dcaf0;
  color: #fff;
  background-color: #0dcaf0;
}

.k-button-outline-info.k-selected {
  border-color: #0dcaf0;
  color: #fff;
  background-color: #0dcaf0;
}

.k-button-outline-success {
  box-shadow: none;
  border-color: currentColor;
  color: #198754;
  background-color: transparent;
}

.k-button-outline-success.k-hover, .k-button-outline-success:hover {
  border-color: #198754;
  color: #fff;
  background-color: #198754;
}

.k-button-outline-success.k-focus, .k-button-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.k-button-outline-success.k-active, .k-button-outline-success:active {
  border-color: #198754;
  color: #fff;
  background-color: #198754;
}

.k-button-outline-success.k-selected {
  border-color: #198754;
  color: #fff;
  background-color: #198754;
}

.k-button-outline-warning {
  box-shadow: none;
  border-color: currentColor;
  color: #ffc107;
  background-color: transparent;
}

.k-button-outline-warning.k-hover, .k-button-outline-warning:hover {
  border-color: #ffc107;
  color: #000;
  background-color: #ffc107;
}

.k-button-outline-warning.k-focus, .k-button-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.k-button-outline-warning.k-active, .k-button-outline-warning:active {
  border-color: #ffc107;
  color: #000;
  background-color: #ffc107;
}

.k-button-outline-warning.k-selected {
  border-color: #ffc107;
  color: #000;
  background-color: #ffc107;
}

.k-button-outline-error {
  box-shadow: none;
  border-color: currentColor;
  color: #dc3545;
  background-color: transparent;
}

.k-button-outline-error.k-hover, .k-button-outline-error:hover {
  border-color: #dc3545;
  color: #fff;
  background-color: #dc3545;
}

.k-button-outline-error.k-focus, .k-button-outline-error:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.k-button-outline-error.k-active, .k-button-outline-error:active {
  border-color: #dc3545;
  color: #fff;
  background-color: #dc3545;
}

.k-button-outline-error.k-selected {
  border-color: #dc3545;
  color: #fff;
  background-color: #dc3545;
}

.k-button-outline-dark {
  box-shadow: none;
  border-color: currentColor;
  color: #212529;
  background-color: transparent;
}

.k-button-outline-dark.k-hover, .k-button-outline-dark:hover {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-button-outline-dark.k-focus, .k-button-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.k-button-outline-dark.k-active, .k-button-outline-dark:active {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-button-outline-dark.k-selected {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-button-outline-light {
  box-shadow: none;
  border-color: currentColor;
  color: #f8f9fa;
  background-color: transparent;
}

.k-button-outline-light.k-hover, .k-button-outline-light:hover {
  border-color: #f8f9fa;
  color: #000;
  background-color: #f8f9fa;
}

.k-button-outline-light.k-focus, .k-button-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.k-button-outline-light.k-active, .k-button-outline-light:active {
  border-color: #f8f9fa;
  color: #000;
  background-color: #f8f9fa;
}

.k-button-outline-light.k-selected {
  border-color: #f8f9fa;
  color: #000;
  background-color: #f8f9fa;
}

.k-button-outline-inverse {
  box-shadow: none;
  border-color: currentColor;
  color: #212529;
  background-color: transparent;
}

.k-button-outline-inverse.k-hover, .k-button-outline-inverse:hover {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-button-outline-inverse.k-focus, .k-button-outline-inverse:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.k-button-outline-inverse.k-active, .k-button-outline-inverse:active {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-button-outline-inverse.k-selected {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-button-outline-base {
  box-shadow: none;
  border-color: currentColor;
  color: #212529;
  background-color: transparent;
}

.k-button-outline-base.k-hover, .k-button-outline-base:hover {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-button-outline-base.k-focus, .k-button-outline-base:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.k-button-outline-base.k-active, .k-button-outline-base:active {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-button-outline-base.k-selected {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-button-flat-primary {
  color: #0d6efd;
}

.k-button-flat-secondary {
  color: #6c757d;
}

.k-button-flat-tertiary {
  color: #6f42c1;
}

.k-button-flat-info {
  color: #0dcaf0;
}

.k-button-flat-success {
  color: #198754;
}

.k-button-flat-warning {
  color: #ffc107;
}

.k-button-flat-error {
  color: #dc3545;
}

.k-button-flat-dark {
  color: #212529;
}

.k-button-flat-light {
  color: #f8f9fa;
}

.k-button-flat-inverse {
  color: #212529;
}

.k-button-flat-base {
  color: inherit;
}

.k-button-link-primary {
  color: #0d6efd;
}

.k-button-link-primary.k-hover, .k-button-link-primary:hover {
  color: #0b5cd5;
}

.k-button-link-primary.k-focus, .k-button-link-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.k-button-link-primary.k-active, .k-button-link-primary:active {
  color: #0b5cd5;
}

.k-button-link-primary.k-selected {
  color: #0b5cd5;
}

.k-button-link-secondary {
  color: #6c757d;
}

.k-button-link-secondary.k-hover, .k-button-link-secondary:hover {
  color: #5b6269;
}

.k-button-link-secondary.k-focus, .k-button-link-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.k-button-link-secondary.k-active, .k-button-link-secondary:active {
  color: #5b6269;
}

.k-button-link-secondary.k-selected {
  color: #5b6269;
}

.k-button-link-tertiary {
  color: #6f42c1;
}

.k-button-link-tertiary.k-hover, .k-button-link-tertiary:hover {
  color: #5d37a2;
}

.k-button-link-tertiary.k-focus, .k-button-link-tertiary:focus {
  box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5);
}

.k-button-link-tertiary.k-active, .k-button-link-tertiary:active {
  color: #5d37a2;
}

.k-button-link-tertiary.k-selected {
  color: #5d37a2;
}

.k-button-link-info {
  color: #0dcaf0;
}

.k-button-link-info.k-hover, .k-button-link-info:hover {
  color: #0baaca;
}

.k-button-link-info.k-focus, .k-button-link-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.k-button-link-info.k-active, .k-button-link-info:active {
  color: #0baaca;
}

.k-button-link-info.k-selected {
  color: #0baaca;
}

.k-button-link-success {
  color: #198754;
}

.k-button-link-success.k-hover, .k-button-link-success:hover {
  color: #157147;
}

.k-button-link-success.k-focus, .k-button-link-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.k-button-link-success.k-active, .k-button-link-success:active {
  color: #157147;
}

.k-button-link-success.k-selected {
  color: #157147;
}

.k-button-link-warning {
  color: #ffc107;
}

.k-button-link-warning.k-hover, .k-button-link-warning:hover {
  color: #d6a206;
}

.k-button-link-warning.k-focus, .k-button-link-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.k-button-link-warning.k-active, .k-button-link-warning:active {
  color: #d6a206;
}

.k-button-link-warning.k-selected {
  color: #d6a206;
}

.k-button-link-error {
  color: #dc3545;
}

.k-button-link-error.k-hover, .k-button-link-error:hover {
  color: #b92d3a;
}

.k-button-link-error.k-focus, .k-button-link-error:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.k-button-link-error.k-active, .k-button-link-error:active {
  color: #b92d3a;
}

.k-button-link-error.k-selected {
  color: #b92d3a;
}

.k-button-link-dark {
  color: #212529;
}

.k-button-link-dark.k-hover, .k-button-link-dark:hover {
  color: #1c1f22;
}

.k-button-link-dark.k-focus, .k-button-link-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.k-button-link-dark.k-active, .k-button-link-dark:active {
  color: #1c1f22;
}

.k-button-link-dark.k-selected {
  color: #1c1f22;
}

.k-button-link-light {
  color: #f8f9fa;
}

.k-button-link-light.k-hover, .k-button-link-light:hover {
  color: #d0d1d2;
}

.k-button-link-light.k-focus, .k-button-link-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.k-button-link-light.k-active, .k-button-link-light:active {
  color: #d0d1d2;
}

.k-button-link-light.k-selected {
  color: #d0d1d2;
}

.k-button-link-inverse {
  color: #212529;
}

.k-button-link-inverse.k-hover, .k-button-link-inverse:hover {
  color: #1c1f22;
}

.k-button-link-inverse.k-focus, .k-button-link-inverse:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.k-button-link-inverse.k-active, .k-button-link-inverse:active {
  color: #1c1f22;
}

.k-button-link-inverse.k-selected {
  color: #1c1f22;
}

.k-button-link-base {
  color: #212529;
}

.k-button-link-base.k-hover, .k-button-link-base:hover {
  color: #1c1f22;
}

.k-button-link-base.k-focus, .k-button-link-base:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.k-button-link-base.k-active, .k-button-link-base:active {
  color: #1c1f22;
}

.k-button-link-base.k-selected {
  color: #1c1f22;
}

.k-button-clear-primary {
  color: #0d6efd;
}

.k-button-clear-primary.k-focus::after, .k-button-clear-primary:active::after, .k-button-clear-primary:focus::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}

.k-button-clear-secondary {
  color: #6c757d;
}

.k-button-clear-secondary.k-focus::after, .k-button-clear-secondary:active::after, .k-button-clear-secondary:focus::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}

.k-button-clear-tertiary {
  color: #6f42c1;
}

.k-button-clear-tertiary.k-focus::after, .k-button-clear-tertiary:active::after, .k-button-clear-tertiary:focus::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}

.k-button-clear-info {
  color: #0dcaf0;
}

.k-button-clear-info.k-focus::after, .k-button-clear-info:active::after, .k-button-clear-info:focus::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}

.k-button-clear-success {
  color: #198754;
}

.k-button-clear-success.k-focus::after, .k-button-clear-success:active::after, .k-button-clear-success:focus::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}

.k-button-clear-warning {
  color: #ffc107;
}

.k-button-clear-warning.k-focus::after, .k-button-clear-warning:active::after, .k-button-clear-warning:focus::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}

.k-button-clear-error {
  color: #dc3545;
}

.k-button-clear-error.k-focus::after, .k-button-clear-error:active::after, .k-button-clear-error:focus::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}

.k-button-clear-dark {
  color: #212529;
}

.k-button-clear-dark.k-focus::after, .k-button-clear-dark:active::after, .k-button-clear-dark:focus::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}

.k-button-clear-light {
  color: #f8f9fa;
}

.k-button-clear-light.k-focus::after, .k-button-clear-light:active::after, .k-button-clear-light:focus::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}

.k-button-clear-inverse {
  color: #212529;
}

.k-button-clear-inverse.k-focus::after, .k-button-clear-inverse:active::after, .k-button-clear-inverse:focus::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}

.k-button-clear-base {
  color: #212529;
}

.k-button-clear-base.k-focus::after, .k-button-clear-base:active::after, .k-button-clear-base:focus::after {
  background-color: currentColor;
  opacity: 0.1;
  display: block;
}

.k-split-button.k-focus, .k-split-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(228, 231, 235, 0.5);
}

.k-input, .k-picker {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: start;
  box-shadow: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}

.k-input *, .k-input ::after, .k-input ::before, .k-picker *, .k-picker ::after, .k-picker ::before {
  box-sizing: border-box;
}

.k-input .k-input, .k-input .k-picker, .k-picker .k-input, .k-picker .k-picker {
  border-width: 0 !important;
  color: inherit;
  background: 0 0;
  font: inherit;
  outline: 0;
  box-shadow: none;
}

.k-input > *, .k-picker > * {
  margin: 0;
}

input.k-input {
  padding: 0.375rem 0.75rem;
}

.k-picker {
  cursor: pointer;
}

select.k-picker {
  padding: 0.375rem 0.75rem;
  -webkit-appearance: auto;
  appearance: auto;
}

.k-input-inner {
  padding: 0.375rem 0.75rem;
  width: 100%;
  border: 0;
  outline: 0;
  color: inherit;
  background: 0 0;
  font: inherit;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}

.k-input-inner::-ms-clear {
  display: none;
}

.k-input-inner::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
  -webkit-user-select: none;
  user-select: none;
}

.k-input-inner:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
  -ms-user-select: none;
  user-select: none;
}

.k-input-inner::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
  -ms-user-select: none;
  user-select: none;
}

.k-input-inner::placeholder {
  color: #6c757d;
  opacity: 1;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-input-inner:-ms-input-placeholder {
  color: #6c757d;
}

.k-input-inner:invalid {
  box-shadow: none;
}

span.k-input-inner {
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
}

textarea.k-input-inner {
  margin: 0;
}

.k-input-value-icon {
  -ms-flex: none;
  flex: none;
}

.k-input-value-text {
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-input-value-text::before {
  content: "​";
  width: 0;
  overflow: hidden;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  vertical-align: top;
}

.k-input-values {
  width: 100%;
  padding: 0.125rem 0.125rem;
  cursor: text;
}

.k-input-values > .k-input-inner, .k-input-values > .k-searchbar {
  margin: -0.125rem -0.125rem;
}

.k-icon-picker .k-input-inner {
  padding: 0.375rem;
  -ms-flex-pack: center;
  justify-content: center;
}

.k-input-prefix, .k-input-suffix {
  border-color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: none;
  flex: none;
}

.k-input-prefix > *, .k-input-suffix > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-input-separator {
  margin: 0;
  width: 0;
  height: 16px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: inherit;
  -ms-flex-item-align: center;
  align-self: center;
}

.k-input-icon, .k-input-loading-icon, .k-input-prefix > .k-icon, .k-input-suffix > .k-icon, .k-input-validation-icon {
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: center;
  align-self: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.k-clear-value {
  outline: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: center;
  align-self: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.5;
}

.k-clear-value.k-hover, .k-clear-value:hover {
  opacity: 1;
}

.k-clear-value:focus-visible {
  outline: 1px dotted;
  outline-offset: -1px;
}

.k-input-button {
  width: auto;
  border-width: 0;
  border-inline-start-width: 1px;
  -ms-flex: none;
  flex: none;
  aspect-ratio: auto;
  box-shadow: none;
}

.k-input-button > .k-button-icon {
  min-width: auto !important;
}

.k-input-button:focus {
  box-shadow: none;
}

.k-picker .k-input-button {
  color: inherit;
  background: 0 0;
  border-color: transparent;
}

.k-input-spinner {
  width: auto;
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.k-input-spinner .k-spinner-decrease, .k-input-spinner .k-spinner-increase {
  border-width: 0;
  border-inline-start-width: 1px;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  box-shadow: none;
  position: relative;
  aspect-ratio: auto;
}

.k-input-spinner .k-spinner-decrease > .k-button-icon, .k-input-spinner .k-spinner-increase > .k-button-icon {
  margin: -1em 0;
  min-width: auto !important;
  min-height: auto !important;
}

.k-input-spinner .k-spinner-increase .k-icon {
  bottom: auto;
}

.k-input-spinner .k-spinner-decrease .k-icon {
  top: auto;
}

.k-searchbar {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-dateinput-wrap, .k-dropdown-wrap, .k-multiselect-wrap, .k-numeric-wrap, .k-picker-wrap {
  width: 100%;
  border-width: 0;
  border-color: inherit;
  box-sizing: border-box;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow: hidden;
  position: relative;
}

.k-input-flat, .k-picker-flat {
  border-radius: 0 !important;
  border-width: 1px 0;
  border-top-color: transparent !important;
  background: 0 0 !important;
}

.k-input-flat .k-input-inner, .k-picker-flat .k-input-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.k-input-outline, .k-picker-outline {
  background: 0 0 !important;
}

.k-input-sm, .k-picker-sm {
  font-size: 1rem;
  line-height: 1.5;
}

.k-input-sm .k-input-values, .k-picker-sm .k-input-values {
  width: 100%;
  padding: 0.125rem;
  gap: 0.125rem;
  cursor: text;
}

.k-input-sm .k-input-values > .k-input-inner, .k-input-sm .k-input-values > .k-searchbar, .k-picker-sm .k-input-values > .k-input-inner, .k-picker-sm .k-input-values > .k-searchbar {
  margin: -0.125rem;
}

.k-input-sm .k-input-inner, .k-picker-sm .k-input-inner {
  padding: 0.25rem 0.75rem;
}

.k-input-sm .k-input-button, .k-input-sm .k-spinner-decrease, .k-input-sm .k-spinner-increase, .k-picker-sm .k-input-button, .k-picker-sm .k-spinner-decrease, .k-picker-sm .k-spinner-increase {
  padding: 0.25rem 0.25rem;
}

.k-input-sm .k-clear-value, .k-input-sm .k-input-icon, .k-input-sm .k-input-loading-icon, .k-input-sm .k-input-prefix > .k-icon, .k-input-sm .k-input-suffix > .k-icon, .k-input-sm .k-input-validation-icon, .k-picker-sm .k-clear-value, .k-picker-sm .k-input-icon, .k-picker-sm .k-input-loading-icon, .k-picker-sm .k-input-prefix > .k-icon, .k-picker-sm .k-input-suffix > .k-icon, .k-picker-sm .k-input-validation-icon {
  width: calc(16px + 0.5rem);
  height: calc(16px + 0.5rem);
}

.k-input-sm.k-icon-picker .k-input-inner, .k-picker-sm.k-icon-picker .k-input-inner {
  width: 1.5em;
  height: 1.5em;
  padding: 0.25rem;
  box-sizing: content-box;
}

.k-dropdown-operator.k-picker-sm .k-input-button {
  padding: 0.25rem;
}

.k-input-md, .k-picker-md {
  font-size: 1rem;
  line-height: 1.5;
}

.k-input-md .k-input-values, .k-picker-md .k-input-values {
  width: 100%;
  padding: 0.1875rem;
  gap: 0.1875rem;
  cursor: text;
}

.k-input-md .k-input-values > .k-input-inner, .k-input-md .k-input-values > .k-searchbar, .k-picker-md .k-input-values > .k-input-inner, .k-picker-md .k-input-values > .k-searchbar {
  margin: -0.1875rem;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
  padding: 0.375rem 0.75rem;
}

.k-input-md .k-input-button, .k-input-md .k-spinner-decrease, .k-input-md .k-spinner-increase, .k-picker-md .k-input-button, .k-picker-md .k-spinner-decrease, .k-picker-md .k-spinner-increase {
  padding: 0.375rem 0.375rem;
}

.k-input-md .k-clear-value, .k-input-md .k-input-icon, .k-input-md .k-input-loading-icon, .k-input-md .k-input-prefix > .k-icon, .k-input-md .k-input-suffix > .k-icon, .k-input-md .k-input-validation-icon, .k-picker-md .k-clear-value, .k-picker-md .k-input-icon, .k-picker-md .k-input-loading-icon, .k-picker-md .k-input-prefix > .k-icon, .k-picker-md .k-input-suffix > .k-icon, .k-picker-md .k-input-validation-icon {
  width: calc(16px + 0.75rem);
  height: calc(16px + 0.75rem);
}

.k-input-md.k-icon-picker .k-input-inner, .k-picker-md.k-icon-picker .k-input-inner {
  width: 1.5em;
  height: 1.5em;
  padding: 0.375rem;
  box-sizing: content-box;
}

.k-dropdown-operator.k-picker-md .k-input-button {
  padding: 0.375rem;
}

.k-input-lg, .k-picker-lg {
  font-size: 1rem;
  line-height: 1.5;
}

.k-input-lg .k-input-values, .k-picker-lg .k-input-values {
  width: 100%;
  padding: 0.25rem;
  gap: 0.25rem;
  cursor: text;
}

.k-input-lg .k-input-values > .k-input-inner, .k-input-lg .k-input-values > .k-searchbar, .k-picker-lg .k-input-values > .k-input-inner, .k-picker-lg .k-input-values > .k-searchbar {
  margin: -0.25rem;
}

.k-input-lg .k-input-inner, .k-picker-lg .k-input-inner {
  padding: 0.5rem 0.75rem;
}

.k-input-lg .k-input-button, .k-input-lg .k-spinner-decrease, .k-input-lg .k-spinner-increase, .k-picker-lg .k-input-button, .k-picker-lg .k-spinner-decrease, .k-picker-lg .k-spinner-increase {
  padding: 0.5rem 0.5rem;
}

.k-input-lg .k-clear-value, .k-input-lg .k-input-icon, .k-input-lg .k-input-loading-icon, .k-input-lg .k-input-prefix > .k-icon, .k-input-lg .k-input-suffix > .k-icon, .k-input-lg .k-input-validation-icon, .k-picker-lg .k-clear-value, .k-picker-lg .k-input-icon, .k-picker-lg .k-input-loading-icon, .k-picker-lg .k-input-prefix > .k-icon, .k-picker-lg .k-input-suffix > .k-icon, .k-picker-lg .k-input-validation-icon {
  width: calc(16px + 1rem);
  height: calc(16px + 1rem);
}

.k-input-lg.k-icon-picker .k-input-inner, .k-picker-lg.k-icon-picker .k-input-inner {
  width: 1.5em;
  height: 1.5em;
  padding: 0.5rem;
  box-sizing: content-box;
}

.k-dropdown-operator.k-picker-lg .k-input-button {
  padding: 0.5rem;
}

.k-autofill:-webkit-autofill {
  -webkit-animation-name: autoFillStart;
  animation-name: autoFillStart;
}

.k-autofill:not(:-webkit-autofill) {
  -webkit-animation-name: autoFillEnd;
  animation-name: autoFillEnd;
}

.k-input:-webkit-autofill {
  -webkit-animation-name: autoFillStart;
  animation-name: autoFillStart;
}

.k-input:not(:-webkit-autofill) {
  -webkit-animation-name: autoFillEnd;
  animation-name: autoFillEnd;
}

.k-textbox {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-input {
  border-color: #ced4da;
  color: #495057;
  background-color: #fff;
}

.k-input.k-focus, .k-input:focus {
  border-color: #86b7fe;
  color: #495057;
  background-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.k-input:focus-within {
  border-color: #86b7fe;
  color: #495057;
  background-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.k-input.k-invalid, .k-input.ng-invalid.ng-dirty, .k-input.ng-invalid.ng-touched {
  border-color: #dc3545;
}

.k-input.k-invalid .k-input-validation-icon, .k-input.ng-invalid.ng-dirty .k-input-validation-icon, .k-input.ng-invalid.ng-touched .k-input-validation-icon {
  color: #dc3545;
}

.k-input.k-invalid.k-focus, .k-input.k-invalid:focus, .k-input.ng-invalid.ng-dirty.k-focus, .k-input.ng-invalid.ng-dirty:focus, .k-input.ng-invalid.ng-touched.k-focus, .k-input.ng-invalid.ng-touched:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.k-input.k-invalid:focus-within, .k-input.ng-invalid.ng-dirty:focus-within, .k-input.ng-invalid.ng-touched:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.k-picker {
  border-color: #e4e7eb;
  color: #212529;
  background-color: #e4e7eb;
}

.k-picker.k-hover, .k-picker:hover {
  border-color: #c7cdd5;
  background-color: #ced3db;
}

.k-picker.k-focus, .k-picker:focus {
  box-shadow: 0 0 0 0.25rem rgba(228, 231, 235, 0.5);
}

.k-picker:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(228, 231, 235, 0.5);
}

.k-picker.k-invalid, .k-picker.ng-invalid.ng-dirty, .k-picker.ng-invalid.ng-touched {
  border-color: #dc3545;
}

.k-picker.k-invalid .k-input-validation-icon, .k-picker.ng-invalid.ng-dirty .k-input-validation-icon, .k-picker.ng-invalid.ng-touched .k-input-validation-icon {
  color: #dc3545;
}

.k-picker.k-invalid.k-focus, .k-picker.k-invalid:focus, .k-picker.ng-invalid.ng-dirty.k-focus, .k-picker.ng-invalid.ng-dirty:focus, .k-picker.ng-invalid.ng-touched.k-focus, .k-picker.ng-invalid.ng-touched:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.k-picker.k-invalid:focus-within, .k-picker.ng-invalid.ng-dirty:focus-within, .k-picker.ng-invalid.ng-touched:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.k-floating-label-container {
  padding-top: 1.5rem;
  box-sizing: border-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.k-floating-label-container *, .k-floating-label-container ::after, .k-floating-label-container ::before {
  box-sizing: border-box;
}

.k-floating-label-container > .k-label {
  max-width: 90%;
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: calc(1.875rem + 1px);
  left: calc(0.75rem + 1px);
  overflow: hidden;
  cursor: text;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.2s ease-out;
  pointer-events: none;
}

.k-floating-label-container > .k-widget {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.k-floating-label-container.k-state-empty > .k-label {
  top: calc(1.875rem + 1px);
  left: calc(0.75rem + 1px);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.k-floating-label-container.k-state-focused > .k-label, .k-floating-label-container > .k-label {
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.k-floating-label-container:focus-within > .k-label {
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.k-floating-label-container.k-state-empty:not(.k-state-focused) ::-webkit-input-placeholder {
  color: transparent;
}

.k-floating-label-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder {
  color: transparent;
}

.k-floating-label-container.k-state-empty:not(.k-state-focused) ::-ms-input-placeholder {
  color: transparent;
}

.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder {
  color: transparent;
}

.k-floating-label-container[dir=rtl] > .k-label, .k-rtl .k-floating-label-container > .k-label, [dir=rtl] .k-floating-label-container > .k-label {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.k-floating-label-container[dir=rtl].k-state-empty > .k-label, .k-rtl .k-floating-label-container.k-state-empty > .k-label, [dir=rtl] .k-floating-label-container.k-state-empty > .k-label {
  left: auto;
  right: calc(0.75rem + 1px);
}

.k-floating-label-container[dir=rtl].k-state-focused > .k-label, .k-floating-label-container[dir=rtl] > .k-label, .k-rtl .k-floating-label-container.k-state-focused > .k-label, .k-rtl .k-floating-label-container > .k-label, [dir=rtl] .k-floating-label-container.k-state-focused > .k-label, [dir=rtl] .k-floating-label-container > .k-label {
  left: auto;
  right: 0;
}

.k-floating-label-container[dir=rtl]:focus-within, .k-rtl .k-floating-label-container:focus-within, [dir=rtl] .k-floating-label-container:focus-within {
  left: auto;
  right: 0;
}

.k-table {
  width: 100%;
  max-width: none;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  outline: 0;
}

.k-data-table {
  border-width: 1px;
  border-style: solid;
}

.k-data-table .k-table {
  table-layout: fixed;
}

.k-table-alt-row, .k-table-row, .k-table-tbody, .k-table-tfoot, .k-table-thead {
  border-color: inherit;
  text-align: inherit;
}

.k-table-td, .k-table-th {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: inherit;
  box-sizing: border-box;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: table-cell;
  overflow: hidden;
  position: relative;
}

.k-table-td:first-child, .k-table-th:first-child {
  border-left-width: 0;
}

.k-table-th {
  border-bottom-width: 1px;
}

.k-table-header {
  -webkit-padding-end: var(--kendo-scrollbar-width);
  padding-inline-end: var(--kendo-scrollbar-width);
  border-width: 0 0 1px 0;
  border-style: solid;
  box-sizing: border-box;
}

.k-table-header .k-table {
  border-width: 0;
}

.k-table-header-wrap {
  margin-right: -1px;
  width: 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
}

.k-table-header-wrap > .k-table, .k-table-header > .k-table {
  margin-bottom: -1px;
}

.k-table-group-sticky-header {
  -ms-flex: none;
  flex: none;
}

.k-table-group-sticky-header .k-table-th {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.k-table-list {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  border-width: 0;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  empty-cells: show;
  list-style: none;
  outline: 0;
}

.k-table-list .k-table-group-row, .k-table-list .k-table-row {
  width: 100%;
  box-sizing: border-box;
  display: table-row;
  position: relative;
}

.k-table-list .k-table-row.k-first {
  border-top: 1px solid currentColor;
}

.k-table-list .k-table-td, .k-table-list .k-table-th {
  vertical-align: middle;
}

.k-table-list .k-table-group-row::before {
  content: "​";
  padding: 0;
  width: 0;
  display: block;
  overflow: hidden;
}

.k-table-list .k-table-group-row .k-table-th {
  width: 100%;
  border-color: inherit;
  color: inherit;
  background-color: inherit;
  position: absolute;
  top: 0;
}

.k-table-list .k-table-spacer-td {
  padding: 0 !important;
  width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

.k-table-list .k-table-group-td {
  padding: 0 !important;
  width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  overflow: visible;
}

.k-table-list .k-table-group-td > span {
  font-size: 0.75em;
  position: absolute;
  top: 0;
  right: 0;
}

.k-virtual-table .k-table-group-row, .k-virtual-table .k-table-row {
  position: absolute;
  width: 100%;
}

.k-table-scroller {
  position: relative;
  overflow: auto;
}

.k-table-scroller > .k-table {
  border-width: 0;
}

.k-table-footer {
  -webkit-padding-end: var(--kendo-scrollbar-width);
  padding-inline-end: var(--kendo-scrollbar-width);
  border-width: 1px 0 0 0;
  border-style: solid;
  box-sizing: border-box;
}

.k-table-footer .k-table {
  border-width: 0;
}

.k-table-footer-wrap {
  margin-right: -1px;
  width: 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
}

.k-table-sm {
  font-size: 1rem;
  line-height: 1.5;
}

.k-table-sm .k-table-td, .k-table-sm .k-table-th {
  padding: 0.375rem 0.5rem;
}

.k-table-sm .k-table-list .k-table-group-td > span {
  padding: 0 0.25rem;
}

.k-table-sm .k-table-list .k-table-group-row::before {
  padding: 0.375rem 0;
}

.k-table-md {
  font-size: 1rem;
  line-height: 1.5;
}

.k-table-md .k-table-td, .k-table-md .k-table-th {
  padding: 0.5rem 0.5rem;
}

.k-table-md .k-table-list .k-table-group-td > span {
  padding: 0 0.25rem;
}

.k-table-md .k-table-list .k-table-group-row::before {
  padding: 0.5rem 0;
}

.k-table-lg {
  font-size: 1rem;
  line-height: 1.5;
}

.k-table-lg .k-table-td, .k-table-lg .k-table-th {
  padding: 0.625rem 0.5rem;
}

.k-table-lg .k-table-list .k-table-group-td > span {
  padding: 0 0.25rem;
}

.k-table-lg .k-table-list .k-table-group-row::before {
  padding: 0.625rem 0;
}

.k-rtl .k-table, .k-rtl.k-table, [dir=rtl] .k-table, [dir=rtl].k-table {
  text-align: right;
}

.k-rtl .k-table .k-table-td, .k-rtl .k-table .k-table-th, .k-rtl.k-table .k-table-td, .k-rtl.k-table .k-table-th, [dir=rtl] .k-table .k-table-td, [dir=rtl] .k-table .k-table-th, [dir=rtl].k-table .k-table-td, [dir=rtl].k-table .k-table-th {
  border-left-width: 0;
  border-right-width: 1px;
}

.k-rtl .k-table .k-table-td:first-child, .k-rtl .k-table .k-table-th:first-child, .k-rtl.k-table .k-table-td:first-child, .k-rtl.k-table .k-table-th:first-child, [dir=rtl] .k-table .k-table-td:first-child, [dir=rtl] .k-table .k-table-th:first-child, [dir=rtl].k-table .k-table-td:first-child, [dir=rtl].k-table .k-table-th:first-child {
  border-right-width: 0;
}

.k-rtl .k-table .k-table-footer-wrap, .k-rtl .k-table .k-table-header-wrap, .k-rtl.k-table .k-table-footer-wrap, .k-rtl.k-table .k-table-header-wrap, [dir=rtl] .k-table .k-table-footer-wrap, [dir=rtl] .k-table .k-table-header-wrap, [dir=rtl].k-table .k-table-footer-wrap, [dir=rtl].k-table .k-table-header-wrap {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
  border-right-width: 0;
}

.k-rtl .k-table-list .k-table-group-td > span, [dir=rtl] .k-table-list .k-table-group-td > span {
  left: 0;
  right: auto;
}

.k-data-table, .k-table {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-table-group-sticky-header, .k-table-header, .k-table-thead {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-table-footer, .k-table-tfoot {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-table-group-row {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-table-group-td > span {
  color: #fff;
  background-color: #212529;
}

.k-table-alt-row {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-table-list .k-table-row.k-hover, .k-table-list .k-table-row:hover, .k-table-tbody .k-table-row.k-hover, .k-table-tbody .k-table-row:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.k-table-list .k-table-row.k-focus, .k-table-list .k-table-td.k-focus, .k-table-tbody .k-table-row.k-focus, .k-table-tbody .k-table-td.k-focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-table-list .k-table-row.k-selected, .k-table-tbody .k-table-row.k-selected {
  border-color: #dee2e6;
  color: #212529;
  background-color: rgba(13, 110, 253, 0.25);
}

.k-virtual-scroller {
  width: 100%;
  height: 100%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  position: relative;
}

.k-virtual-scroller-wrap {
  position: relative;
  z-index: 1;
}

.k-virtual-scroller-content {
  position: absolute;
  width: 100%;
  top: 0;
  inset-inline-start: 0;
}

.k-virtual-scroller-size {
  position: relative;
  z-index: 0;
}

.k-avatar {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  vertical-align: middle;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.k-avatar *, .k-avatar ::after, .k-avatar ::before {
  box-sizing: border-box;
}

.k-avatar-initials, .k-avatar-text {
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}

.k-avatar-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.k-avatar-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.k-avatar-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.k-avatar-sm {
  width: 1rem;
  height: 1rem;
  -ms-flex-preferred-size: 1rem;
  flex-basis: 1rem;
}

.k-avatar-md {
  width: 2rem;
  height: 2rem;
  -ms-flex-preferred-size: 2rem;
  flex-basis: 2rem;
}

.k-avatar-lg {
  width: 4rem;
  height: 4rem;
  -ms-flex-preferred-size: 4rem;
  flex-basis: 4rem;
}

.k-avatar-bordered {
  border-width: 1px;
}

.k-avatar-solid-primary {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-avatar-solid-secondary {
  border-color: #6c757d;
  color: #fff;
  background-color: #6c757d;
}

.k-avatar-solid-tertiary {
  border-color: #6f42c1;
  color: #fff;
  background-color: #6f42c1;
}

.k-avatar-solid-info {
  border-color: #0dcaf0;
  color: #fff;
  background-color: #0dcaf0;
}

.k-avatar-solid-success {
  border-color: #198754;
  color: #fff;
  background-color: #198754;
}

.k-avatar-solid-warning {
  border-color: #ffc107;
  color: #000;
  background-color: #ffc107;
}

.k-avatar-solid-error {
  border-color: #dc3545;
  color: #fff;
  background-color: #dc3545;
}

.k-avatar-solid-dark {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-avatar-solid-light {
  border-color: #f8f9fa;
  color: #000;
  background-color: #f8f9fa;
}

.k-avatar-solid-inverse {
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-avatar-outline {
  border-color: currentColor;
}

.k-avatar-outline-primary {
  color: #0d6efd;
}

.k-avatar-outline-secondary {
  color: #6c757d;
}

.k-avatar-outline-tertiary {
  color: #6f42c1;
}

.k-avatar-outline-info {
  color: #0dcaf0;
}

.k-avatar-outline-success {
  color: #198754;
}

.k-avatar-outline-warning {
  color: #ffc107;
}

.k-avatar-outline-error {
  color: #dc3545;
}

.k-avatar-outline-dark {
  color: #212529;
}

.k-avatar-outline-light {
  color: #f8f9fa;
}

.k-avatar-outline-inverse {
  color: #212529;
}

.k-chip {
  padding: 0.25rem 0.25rem;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.25;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-chip *, .k-chip ::after, .k-chip ::before {
  box-sizing: border-box;
}

.k-chip .k-selected-icon-wrapper {
  display: none !important;
}

.k-chip-content {
  padding: 0.5em 0;
  margin: -0.5em 0;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-chip-content:first-child {
  -webkit-margin-start: 0.25rem;
  margin-inline-start: 0.25rem;
}

.k-chip-content:last-child {
  -webkit-margin-end: 0.25rem;
  margin-inline-end: 0.25rem;
}

.k-chip-label, .k-chip-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-chip-avatar {
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  -ms-flex: none;
  flex: none;
}

.k-chip-icon {
  font-size: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: none;
  flex: none;
}

.k-ie .k-chip-icon {
  margin-right: 0.25rem;
}

.k-chip-actions {
  margin: -5em 0;
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.k-chip-action {
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.k-remove-icon {
  font-size: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: none;
  flex: none;
}

.k-ie .k-remove-icon {
  margin-right: 0;
  margin-left: 0.25rem;
}

.k-chip-list {
  min-width: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.k-ie .k-chip.k-rtl .k-chip-icon, .k-ie .k-chip[dir=rtl] .k-chip-icon, .k-ie .k-rtl .k-chip .k-chip-icon {
  margin-right: 0;
  margin-left: 0.25rem;
}

.k-ie .k-chip.k-rtl .k-remove-icon, .k-ie .k-chip[dir=rtl] .k-remove-icon, .k-ie .k-rtl .k-chip .k-remove-icon {
  margin-left: 0;
  margin-right: 0.25rem;
}

.k-chip-sm {
  padding: 0.125rem 0.25rem;
  font-size: 1rem;
  line-height: 1.25;
}

.k-chip-avatar {
  width: 1em;
  height: 1em;
  -ms-flex-preferred-size: 1em;
  flex-basis: 1em;
}

.k-chip-md {
  padding: 0.25rem 0.25rem;
  font-size: 1rem;
  line-height: 1.25;
}

.k-chip-avatar {
  width: 1em;
  height: 1em;
  -ms-flex-preferred-size: 1em;
  flex-basis: 1em;
}

.k-chip-lg {
  padding: 0.375rem 0.25rem;
  font-size: 1rem;
  line-height: 1.25;
}

.k-chip-avatar {
  width: 1em;
  height: 1em;
  -ms-flex-preferred-size: 1em;
  flex-basis: 1em;
}

.k-chip-list-sm {
  gap: 0.25rem;
}

.k-chip-list-md {
  gap: 0.25rem;
}

.k-chip-list-lg {
  gap: 0.25rem;
}

.k-chip-solid-base {
  border-color: #bcbebf;
  color: #212529;
  background-color: #edeeee;
}

.k-chip-solid-base.k-focus, .k-chip-solid-base:focus {
  box-shadow: 0 0 0 2px rgba(33, 37, 41, 0.16);
  background-color: #edeeee;
}

.k-chip-solid-base.k-hover, .k-chip-solid-base:hover {
  background-color: #dbdcdd;
}

.k-chip-solid-base.k-selected {
  background-color: #cacbcc;
}

.k-chip-solid-error {
  border-color: #f5c2c7;
  color: #dc3545;
  background-color: #fceff0;
}

.k-chip-solid-error.k-focus, .k-chip-solid-error:focus {
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.16);
  background-color: #fceff0;
}

.k-chip-solid-error.k-hover, .k-chip-solid-error:hover {
  background-color: #f9dfe1;
}

.k-chip-solid-error.k-selected {
  background-color: #f7cfd2;
}

.k-chip-solid-info {
  border-color: #b6effb;
  color: #0dcaf0;
  background-color: #ecfbfe;
}

.k-chip-solid-info.k-focus, .k-chip-solid-info:focus {
  box-shadow: 0 0 0 2px rgba(13, 202, 240, 0.16);
  background-color: #ecfbfe;
}

.k-chip-solid-info.k-hover, .k-chip-solid-info:hover {
  background-color: #d8f7fd;
}

.k-chip-solid-info.k-selected {
  background-color: #c5f2fb;
}

.k-chip-solid-warning {
  border-color: #ffecb5;
  color: #ffc107;
  background-color: #fffaeb;
}

.k-chip-solid-warning.k-focus, .k-chip-solid-warning:focus {
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.16);
  background-color: #fffaeb;
}

.k-chip-solid-warning.k-hover, .k-chip-solid-warning:hover {
  background-color: #fff5d7;
}

.k-chip-solid-warning.k-selected {
  background-color: #fff0c3;
}

.k-chip-solid-success {
  border-color: #badbcc;
  color: #198754;
  background-color: #edf5f1;
}

.k-chip-solid-success.k-focus, .k-chip-solid-success:focus {
  box-shadow: 0 0 0 2px rgba(25, 135, 84, 0.16);
  background-color: #edf5f1;
}

.k-chip-solid-success.k-hover, .k-chip-solid-success:hover {
  background-color: #daece4;
}

.k-chip-solid-success.k-selected {
  background-color: #c8e2d6;
}

.k-chip-outline-base {
  border-color: #212529;
  color: #212529;
  background-color: #fff;
}

.k-chip-outline-base.k-focus, .k-chip-outline-base:focus {
  box-shadow: 0 0 0 2px rgba(33, 37, 41, 0.16);
}

.k-chip-outline-base.k-hover, .k-chip-outline-base:hover {
  color: #fff;
  background-color: #212529;
}

.k-chip-outline-base.k-selected {
  color: #fff;
  background-color: #212529;
}

.k-chip-outline-error {
  border-color: #dc3545;
  color: #dc3545;
  background-color: #fff;
}

.k-chip-outline-error.k-focus, .k-chip-outline-error:focus {
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.16);
}

.k-chip-outline-error.k-hover, .k-chip-outline-error:hover {
  color: #fff;
  background-color: #dc3545;
}

.k-chip-outline-error.k-selected {
  color: #fff;
  background-color: #dc3545;
}

.k-chip-outline-info {
  border-color: #0dcaf0;
  color: #0dcaf0;
  background-color: #fff;
}

.k-chip-outline-info.k-focus, .k-chip-outline-info:focus {
  box-shadow: 0 0 0 2px rgba(13, 202, 240, 0.16);
}

.k-chip-outline-info.k-hover, .k-chip-outline-info:hover {
  color: #fff;
  background-color: #0dcaf0;
}

.k-chip-outline-info.k-selected {
  color: #fff;
  background-color: #0dcaf0;
}

.k-chip-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
  background-color: #fff;
}

.k-chip-outline-warning.k-focus, .k-chip-outline-warning:focus {
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.16);
}

.k-chip-outline-warning.k-hover, .k-chip-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
}

.k-chip-outline-warning.k-selected {
  color: #000;
  background-color: #ffc107;
}

.k-chip-outline-success {
  border-color: #198754;
  color: #198754;
  background-color: #fff;
}

.k-chip-outline-success.k-focus, .k-chip-outline-success:focus {
  box-shadow: 0 0 0 2px rgba(25, 135, 84, 0.16);
}

.k-chip-outline-success.k-hover, .k-chip-outline-success:hover {
  color: #fff;
  background-color: #198754;
}

.k-chip-outline-success.k-selected {
  color: #fff;
  background-color: #198754;
}

.k-color-preview {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-radius: 0.25rem;
  box-sizing: border-box;
  border-style: solid;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
}

.k-color-preview *, .k-color-preview ::after, .k-color-preview ::before {
  box-sizing: border-box;
}

.k-coloreditor-current-color {
  cursor: pointer;
}

.k-icon-color-preview {
  border-width: 0;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
}

.k-icon-color-preview .k-color-preview-mask {
  width: 14px;
  height: 2px;
}

.k-color-preview-mask {
  width: 100%;
  height: 100%;
  position: relative;
}

.k-color-preview-mask::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC);
  background-size: contain;
  background-position: 0 0;
}

.k-no-color .k-color-preview-mask::before {
  content: "";
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='%23dc3545' stroke-width='1'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-position: 0 0;
}

.k-color-preview {
  border-color: #dee2e6;
}

.k-color-preview.k-hover, .k-color-preview:hover {
  border-color: #d6d9dc;
}

.k-loader {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 0;
}

.k-loader-canvas {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.k-loader-segment {
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
}

.k-loader-sm {
  padding: 0.125rem;
}

.k-loader-sm .k-loader-segment {
  width: 0.25rem;
  height: 0.25rem;
}

.k-loader-md {
  padding: 0.25rem;
}

.k-loader-md .k-loader-segment {
  width: 0.5rem;
  height: 0.5rem;
}

.k-loader-lg {
  padding: 0.5rem;
}

.k-loader-lg .k-loader-segment {
  width: 1rem;
  height: 1rem;
}

@-webkit-keyframes pulsing-2-segment {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsing-2-segment {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.k-loader-pulsing-2 .k-loader-canvas {
  -ms-flex-align: center;
  align-items: center;
}

.k-loader-pulsing-2 .k-loader-segment:nth-child(1) {
  left: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: pulsing-2-segment 1s ease infinite;
  animation: pulsing-2-segment 1s ease infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.k-loader-pulsing-2 .k-loader-segment:nth-child(2) {
  right: 0;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pulsing-2-segment 1s ease infinite;
  animation: pulsing-2-segment 1s ease infinite;
}

.k-loader-pulsing-2.k-loader-sm .k-loader-canvas {
  width: 0.75rem;
  height: 0.375rem;
}

.k-loader-pulsing-2.k-loader-md .k-loader-canvas {
  width: 1.5rem;
  height: 0.75rem;
}

.k-loader-pulsing-2.k-loader-lg .k-loader-canvas {
  width: 3rem;
  height: 1.5rem;
}

@-webkit-keyframes spinner-3-segment {
  0% {
    top: 0;
    left: 50%;
  }
  33.3333% {
    top: 100%;
    left: 0;
  }
  66.6666% {
    top: 100%;
    left: 100%;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@keyframes spinner-3-segment {
  0% {
    top: 0;
    left: 50%;
  }
  33.3333% {
    top: 100%;
    left: 0;
  }
  66.6666% {
    top: 100%;
    left: 100%;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
.k-loader-spinner-3 .k-loader-segment {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-loader-spinner-3 .k-loader-segment:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-animation: spinner-3-segment 2s ease infinite;
  animation: spinner-3-segment 2s ease infinite;
}

.k-loader-spinner-3 .k-loader-segment:nth-child(2) {
  top: 100%;
  left: 0;
  -webkit-animation: spinner-3-segment 2s ease infinite;
  animation: spinner-3-segment 2s ease infinite;
  -webkit-animation-delay: -0.66666667s;
  animation-delay: -0.66666667s;
}

.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
  top: 100%;
  left: 100%;
  -webkit-animation: spinner-3-segment 2s ease infinite;
  animation: spinner-3-segment 2s ease infinite;
  -webkit-animation-delay: -1.33333333s;
  animation-delay: -1.33333333s;
}

.k-loader-spinner-3.k-loader-sm .k-loader-canvas {
  margin: 0.125rem;
  width: 0.75rem;
  height: 0.6160254rem;
}

.k-loader-spinner-3.k-loader-md .k-loader-canvas {
  margin: 0.25rem;
  width: 1.5rem;
  height: 1.23205081rem;
}

.k-loader-spinner-3.k-loader-lg .k-loader-canvas {
  margin: 0.5rem;
  width: 3rem;
  height: 2.46410162rem;
}

@-webkit-keyframes spinner-4-segment-1 {
  0% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  33.3% {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  66.6% {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  100% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@keyframes spinner-4-segment-1 {
  0% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  33.3% {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  66.6% {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  100% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes spinner-4-segment-2 {
  0% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  33.3% {
    top: 0;
    left: 100%;
    -webkit-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0);
  }
  66.6% {
    top: 0;
    left: 100%;
    -webkit-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0);
  }
  100% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@keyframes spinner-4-segment-2 {
  0% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  33.3% {
    top: 0;
    left: 100%;
    -webkit-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0);
  }
  66.6% {
    top: 0;
    left: 100%;
    -webkit-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0);
  }
  100% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes spinner-4-segment-3 {
  0% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  33.3% {
    top: 100%;
    left: 100%;
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);
  }
  66.6% {
    top: 100%;
    left: 100%;
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);
  }
  100% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@keyframes spinner-4-segment-3 {
  0% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  33.3% {
    top: 100%;
    left: 100%;
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);
  }
  66.6% {
    top: 100%;
    left: 100%;
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);
  }
  100% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes spinner-4-segment-4 {
  0% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  33.3% {
    top: 100%;
    left: 0;
    -webkit-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%);
  }
  66.6% {
    top: 100%;
    left: 0;
    -webkit-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%);
  }
  100% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@keyframes spinner-4-segment-4 {
  0% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  33.3% {
    top: 100%;
    left: 0;
    -webkit-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%);
  }
  66.6% {
    top: 100%;
    left: 0;
    -webkit-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%);
  }
  100% {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes spinner-4 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  33.3% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  66.6% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes spinner-4 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  33.3% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  66.6% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.k-loader-spinner-4 .k-loader-canvas {
  -webkit-animation: spinner-4 1.833s ease infinite;
  animation: spinner-4 1.833s ease infinite;
}

.k-loader-spinner-4 .k-loader-segment {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.k-loader-spinner-4 .k-loader-segment:nth-child(1) {
  -webkit-animation: spinner-4-segment-1 1.833s ease infinite;
  animation: spinner-4-segment-1 1.833s ease infinite;
}

.k-loader-spinner-4 .k-loader-segment:nth-child(2) {
  -webkit-animation: spinner-4-segment-2 1.833s ease infinite;
  animation: spinner-4-segment-2 1.833s ease infinite;
}

.k-loader-spinner-4 .k-loader-segment:nth-child(3) {
  -webkit-animation: spinner-4-segment-3 1.833s ease infinite;
  animation: spinner-4-segment-3 1.833s ease infinite;
}

.k-loader-spinner-4 .k-loader-segment:nth-child(4) {
  -webkit-animation: spinner-4-segment-4 1.833s ease infinite;
  animation: spinner-4-segment-4 1.833s ease infinite;
}

.k-loader-spinner-4.k-loader-sm .k-loader-canvas {
  width: 1rem;
  height: 1rem;
}

.k-loader-spinner-4.k-loader-md .k-loader-canvas {
  width: 2rem;
  height: 2rem;
}

.k-loader-spinner-4.k-loader-lg .k-loader-canvas {
  width: 4rem;
  height: 4rem;
}

.k-loader-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2001;
}

.k-loader-container .k-loader {
  padding: 0;
}

.k-loader-container, .k-loader-container-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.k-loader-container-overlay {
  opacity: 0.5;
}

.k-loader-container-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.k-loader-container-panel {
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
}

.k-loader-container-sm .k-loader-container-inner {
  padding: 1rem;
  gap: 0.25rem;
}

.k-loader-container-sm .k-loader-container-label {
  font-size: 0.875rem;
}

.k-loader-container-md .k-loader-container-inner {
  padding: 1.25rem;
  gap: 0.5rem;
}

.k-loader-container-md .k-loader-container-label {
  font-size: 1rem;
}

.k-loader-container-lg .k-loader-container-inner {
  padding: 1.5rem;
  gap: 0.75rem;
}

.k-loader-container-lg .k-loader-container-label {
  font-size: 1.25rem;
}

.k-loader-top .k-loader-container-inner {
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.k-loader-end .k-loader-container-label {
  -ms-flex-order: -1;
  order: -1;
}

.k-loader-primary {
  color: #0d6efd;
}

.k-loader-secondary {
  color: #212529;
}

.k-loader-tertiary {
  color: #6f42c1;
}

.k-loader-info {
  color: #0dcaf0;
}

.k-loader-success {
  color: #198754;
}

.k-loader-warning {
  color: #ffc107;
}

.k-loader-error {
  color: #dc3545;
}

.k-loader-dark {
  color: #212529;
}

.k-loader-light {
  color: #f8f9fa;
}

.k-loader-inverse {
  color: #212529;
}

.k-loader-container-panel {
  background-color: #fff;
  border-color: #dee2e6;
}

.k-loader-container-inner .k-text-secondary {
  color: #212529 !important;
}

.k-skeleton {
  display: block;
}

.k-skeleton-text {
  border-radius: 0.25rem;
  -webkit-transform: scale(1, 0.6);
  -ms-transform: scale(1, 0.6);
  transform: scale(1, 0.6);
}

.k-skeleton-text:empty::before {
  content: "​";
}

.k-skeleton-rect {
  border-radius: 0;
}

.k-skeleton-circle {
  border-radius: 9999px;
}

@-webkit-keyframes k-skeleton-wave {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes k-skeleton-wave {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.k-skeleton-wave .k-skeleton, .k-skeleton-wave.k-skeleton {
  position: relative;
  overflow: hidden;
}

.k-skeleton-wave .k-skeleton::after, .k-skeleton-wave.k-skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: k-skeleton-wave 1.6s linear 0.5s infinite;
  animation: k-skeleton-wave 1.6s linear 0.5s infinite;
}

@-webkit-keyframes k-skeleton-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes k-skeleton-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.k-skeleton-pulse .k-skeleton, .k-skeleton-pulse.k-skeleton {
  -webkit-animation: k-skeleton-pulse 1.5s ease-in-out 0.5s infinite;
  animation: k-skeleton-pulse 1.5s ease-in-out 0.5s infinite;
}

.k-skeleton {
  background-color: rgba(33, 37, 41, 0.2);
}

.k-skeleton-wave .k-skeleton::after, .k-skeleton-wave.k-skeleton::after {
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.04), transparent);
}

.k-menu, .k-menu-bar {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-menu *, .k-menu ::after, .k-menu ::before, .k-menu-bar *, .k-menu-bar ::after, .k-menu-bar ::before {
  box-sizing: border-box;
}

.k-menu-item {
  border-width: 0;
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex: none;
  flex: none;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-menu-item-content {
  display: block;
  height: auto;
  overflow: visible;
}

.k-menu-item-content .k-action-buttons, .k-menu-item-content .k-actions, .k-menu-item-content .k-columnmenu-actions, .k-menu-item-content .k-edit-buttons, .k-menu-item-content .k-form-buttons {
  margin-top: 0;
}

.k-menu-link {
  padding: 0.5rem 0.5rem;
  outline: 0;
  color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 0.5rem;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.k-menu-link-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-menu-expand-arrow {
  -webkit-margin-end: -0.5rem;
  margin-inline-end: -0.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: none;
  flex: none;
  position: relative;
}

.k-menu-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-menu-horizontal > .k-menu-item + .k-menu-item {
  margin-left: 0;
}

.k-menu-horizontal > .k-separator {
  margin: 0 0.25rem;
  width: 0;
  height: auto;
  border-width: 0 0 0 1px;
  border-style: solid;
}

.k-menu-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-menu-vertical > .k-menu-item + .k-menu-item {
  margin-top: 0;
}

.k-menu-vertical > .k-menu-item > .k-menu-link {
  padding: 0.25rem 1rem;
  padding-right: calc(2rem + 16px);
}

.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
  -webkit-margin-start: 1rem;
  margin-inline-start: 1rem;
  -webkit-margin-end: calc(-1.5rem - 16px);
  margin-inline-end: calc(-1.5rem - 16px);
}

.k-menu-vertical > .k-separator {
  margin: 0.25rem 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #dee2e6;
  display: block;
}

.k-menu-popup {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  overflow: auto;
  max-height: 80vh;
}

.k-menu-popup *, .k-menu-popup ::after, .k-menu-popup ::before {
  box-sizing: border-box;
}

.k-menu-group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: absolute;
}

.k-menu-group .k-menu-item + .k-menu-item {
  margin-top: 0;
}

.k-menu-group .k-separator {
  margin: 0.25rem 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #dee2e6;
  display: block;
}

.k-menu-popup .k-menu-group {
  position: relative;
}

.k-menu-group-sm {
  font-size: 1rem;
  line-height: 1.5;
}

.k-menu-group-sm .k-menu-item {
  font-size: 1rem;
  line-height: 1.5;
}

.k-menu-group-sm .k-menu-link {
  padding: 0.125rem 1rem;
  -webkit-padding-end: calc(2rem + 16px);
  padding-inline-end: calc(2rem + 16px);
}

.k-menu-group-sm .k-menu-expand-arrow {
  -webkit-margin-start: 1rem;
  margin-inline-start: 1rem;
  -webkit-margin-end: calc(-1.5rem - 16px);
  margin-inline-end: calc(-1.5rem - 16px);
}

.k-menu-group-md {
  font-size: 1rem;
  line-height: 1.5;
}

.k-menu-group-md .k-menu-item {
  font-size: 1rem;
  line-height: 1.5;
}

.k-menu-group-md .k-menu-link {
  padding: 0.25rem 1rem;
  -webkit-padding-end: calc(2rem + 16px);
  padding-inline-end: calc(2rem + 16px);
}

.k-menu-group-md .k-menu-expand-arrow {
  -webkit-margin-start: 1rem;
  margin-inline-start: 1rem;
  -webkit-margin-end: calc(-1.5rem - 16px);
  margin-inline-end: calc(-1.5rem - 16px);
}

.k-menu-group-lg {
  font-size: 1rem;
  line-height: 1.5;
}

.k-menu-group-lg .k-menu-item {
  font-size: 1rem;
  line-height: 1.5;
}

.k-menu-group-lg .k-menu-link {
  padding: 0.375rem 1rem;
  -webkit-padding-end: calc(2rem + 16px);
  padding-inline-end: calc(2rem + 16px);
}

.k-menu-group-lg .k-menu-expand-arrow {
  -webkit-margin-start: 1rem;
  margin-inline-start: 1rem;
  -webkit-margin-end: calc(-1.5rem - 16px);
  margin-inline-end: calc(-1.5rem - 16px);
}

.k-popups-wrapper {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
}

.k-context-menu {
  margin: 0;
  border-width: 1px;
  border-style: solid;
}

.k-animation-container .k-context-menu.k-menu-horizontal {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-context-menu-popup {
  z-index: 12000;
}

.k-context-menu-popup .k-context-menu {
  border-width: 0;
}

.k-context-menu-popup .k-context-menu, .k-popup .k-context-menu {
  border-width: 0;
}

.k-menu-scroll-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}

.k-menu-scroll-wrapper .k-menu {
  overflow: hidden;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-menu-scroll-button {
  border-radius: 0;
  padding: 0;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: inherit;
  position: absolute;
}

.k-menu-scroll-button.k-scroll-left {
  top: 0;
  left: 0;
  height: 100%;
  width: 16px;
  border-right-width: 1px;
}

.k-menu-scroll-button.k-scroll-right {
  top: 0;
  right: 0;
  height: 100%;
  width: 16px;
  border-left-width: 1px;
}

.k-menu-scroll-button.k-scroll-up {
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  border-bottom-width: 1px;
}

.k-menu-scroll-button.k-scroll-down {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  border-top-width: 1px;
}

.k-rtl .k-menu-horizontal > .k-menu-item + .k-menu-item, [dir=rtl] .k-menu-horizontal > .k-menu-item + .k-menu-item {
  margin-right: 0;
  margin-left: 0;
}

.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link, [dir=rtl] .k-menu-vertical > .k-menu-item > .k-menu-link {
  padding-right: 1rem;
  padding-left: calc(2rem + 16px);
}

.k-rtl .k-menu-group .k-menu-link, [dir=rtl] .k-menu-group .k-menu-link {
  padding-right: 1rem;
  padding-left: calc(2rem + 16px);
}

.k-menu.k-menu-horizontal:not(.k-context-menu) {
  padding: 0.5rem;
}

.k-menu.k-menu-vertical:not(.k-context-menu) {
  padding: 0.5rem 0;
}

.k-menu-popup .k-menu-group, .k-menu-popup .k-menu-vertical {
  padding: 0;
}

.k-context-menu-popup > .k-popup:not(.k-menu-popup) {
  padding: 0;
}

.k-context-menu-popup .k-context-menu {
  border-radius: 0.25rem;
}

.k-context-menu-popup .k-header {
  font-size: inherit;
  font-weight: inherit;
}

.k-menu:not(.k-context-menu) {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-menu:not(.k-context-menu) > .k-item {
  color: rgba(33, 37, 41, 0.5);
}

.k-menu:not(.k-context-menu) > .k-item.k-hover, .k-menu:not(.k-context-menu) > .k-item:hover {
  color: rgba(33, 37, 41, 0.7);
}

.k-menu:not(.k-context-menu) > .k-item.k-active, .k-menu:not(.k-context-menu) > .k-item:active {
  color: rgba(33, 37, 41, 0.9);
}

.k-menu:not(.k-context-menu) > .k-item.k-focus, .k-menu:not(.k-context-menu) > .k-item:focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-menu-group, .k-menu.k-context-menu {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-menu-group .k-item > .k-link.k-hover, .k-menu-group .k-item > .k-link:hover, .k-menu.k-context-menu .k-item > .k-link.k-hover, .k-menu.k-context-menu .k-item > .k-link:hover {
  color: #16181b;
  background-color: #e9ecef;
}

.k-menu-group .k-item > .k-link.k-active, .k-menu-group .k-item > .k-link.k-selected, .k-menu-group .k-item > .k-link:active, .k-menu.k-context-menu .k-item > .k-link.k-active, .k-menu.k-context-menu .k-item > .k-link.k-selected, .k-menu.k-context-menu .k-item > .k-link:active {
  color: #fff;
  background-color: #0d6efd;
}

.k-menu-group .k-item.k-focus, .k-menu-group .k-item:focus, .k-menu.k-context-menu .k-item.k-focus, .k-menu.k-context-menu .k-item:focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-menu-scroll-button {
  border-color: #dee2e6;
  color: rgba(33, 37, 41, 0.5);
  background-color: #f8f9fa;
}

.k-menu-scroll-button:hover {
  color: rgba(33, 37, 41, 0.7);
}

.k-menu-scroll-button:hover::before {
  opacity: 0;
}

.k-toolbar {
  margin: 0;
  padding: 0.5rem 0.5rem;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0.5rem;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-toolbar::before {
  content: "";
  height: calc(1.5em + 0.75rem + 2px);
  -webkit-margin-start: -0.5rem;
  margin-inline-start: -0.5rem;
}

.k-toolbar.k-toolbar-resizable {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-toolbar > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  vertical-align: middle;
}

.k-toolbar > * > label {
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
  -ms-flex-item-align: center;
  align-self: center;
}

.k-toolbar .k-input, .k-toolbar .k-picker {
  width: 10em;
}

.k-toolbar .k-color-picker, .k-toolbar .k-colorpicker {
  width: -webkit-min-content;
  width: min-content;
}

.k-toolbar .k-overflow-anchor {
  border-radius: 0;
  margin: 0;
  padding: 0.5rem;
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  border-width: 0;
  border-color: inherit;
  box-sizing: border-box;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.k-toolbar .k-overflow-anchor::before {
  display: block;
}

.k-toolbar .k-separator, .k-toolbar .k-toolbar-separator {
  width: 0;
  height: 1.5em;
  border-width: 0 0 0 1px;
  border-style: solid;
  -ms-flex-item-align: center;
  align-self: center;
}

.k-toolbar .k-toolbar-spacer {
  height: 1.5em;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.k-toolbar .k-toolbar-template {
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-align: center;
  align-items: center;
}

.k-toolbar-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: inherit;
}

kendo-toolbar-renderer {
  display: inline-block;
  border-color: inherit;
}

.k-overflow-container {
  font-size: 1rem;
  line-height: 1.5;
}

.k-overflow-container > .k-item {
  border-color: inherit;
}

.k-overflow-container .k-separator {
  margin: 0.25rem 0;
}

.k-overflow-container .k-overflow-tool-group {
  display: block;
}

.k-overflow-container .k-overflow-button {
  padding: 0.25rem 1rem;
  width: 100%;
  height: auto;
  border-width: 0;
  border-radius: 0;
  aspect-ratio: auto;
  color: inherit;
  background-color: transparent;
  background-image: none;
  font: inherit;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 0.5rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.k-overflow-container .k-button-group {
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.k-overflow-container .k-button-group .k-button {
  margin: 0;
}

.k-overflow-container .k-split-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-overflow-container .k-overflow-hidden {
  display: none;
}

.k-rtl .k-toolbar .k-overflow-anchor, .k-toolbar.k-rtl .k-overflow-anchor, .k-toolbar[dir=rtl] .k-overflow-anchor, [dir=rtl] .k-toolbar .k-overflow-anchor {
  margin: 0;
  right: auto;
  left: 0;
}

.editorToolbarWindow.k-window-content, .k-floating-toolbar {
  padding: 0.5rem 0.5rem !important;
  border-width: 1px;
  border-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 0.5rem;
  -ms-flex-align: center;
  align-items: center;
}

.editorToolbarWindow.k-window-content .k-toolbar, .k-floating-toolbar .k-toolbar {
  padding: 0;
  border-width: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  color: inherit;
  background: 0 0;
}

.k-editortoolbar-dragHandle {
  cursor: move;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-toolbar {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-toolbar .k-separator {
  border-color: inherit;
}

.k-overflow-container .k-button.k-hover, .k-overflow-container .k-button:hover {
  color: #16181b;
  background: #e9ecef;
}

.k-overflow-container .k-button.k-focus, .k-overflow-container .k-button:focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-overflow-container .k-button.k-active, .k-overflow-container .k-button:active {
  color: #16181b;
  background: #e9ecef;
}

.k-overflow-container .k-button.k-selected {
  color: #fff;
  background: #0d6efd;
}

.k-overflow-container .k-button.k-disabled, .k-overflow-container .k-button:disabled {
  color: inherit;
}

.editorToolbarWindow.k-window-content, .k-floating-toolbar {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-action-buttons, .k-actions, .k-columnmenu-actions, .k-edit-buttons, .k-form-buttons {
  padding: 0.5rem 0.5rem;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
  clear: both;
}

.k-action-buttons *, .k-action-buttons ::after, .k-action-buttons ::before, .k-actions *, .k-actions ::after, .k-actions ::before, .k-columnmenu-actions *, .k-columnmenu-actions ::after, .k-columnmenu-actions ::before, .k-edit-buttons *, .k-edit-buttons ::after, .k-edit-buttons ::before, .k-form-buttons *, .k-form-buttons ::after, .k-form-buttons ::before {
  box-sizing: border-box;
}

.k-popup .k-action-buttons, .k-popup .k-actions, .k-popup .k-columnmenu-actions, .k-popup .k-edit-buttons, .k-popup .k-form-buttons {
  margin-top: 1rem;
}

.k-ie .k-action-buttons .k-button ~ .k-button, .k-ie .k-actions .k-button ~ .k-button, .k-ie .k-columnmenu-actions .k-button ~ .k-button, .k-ie .k-edit-buttons .k-button ~ .k-button, .k-ie .k-form-buttons .k-button ~ .k-button {
  margin-left: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-rtl .k-ie .k-action-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-actions .k-button ~ .k-button, .k-rtl .k-ie .k-columnmenu-actions .k-button ~ .k-button, .k-rtl .k-ie .k-edit-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-form-buttons .k-button ~ .k-button, [dir=rtl] .k-ie .k-action-buttons .k-button ~ .k-button, [dir=rtl] .k-ie .k-actions .k-button ~ .k-button, [dir=rtl] .k-ie .k-columnmenu-actions .k-button ~ .k-button, [dir=rtl] .k-ie .k-edit-buttons .k-button ~ .k-button, [dir=rtl] .k-ie .k-form-buttons .k-button ~ .k-button {
  margin-left: 0;
  margin-right: 0.5rem;
}

.k-actions-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.k-actions-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.k-actions-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.k-actions-stretched > * {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.k-actions-horizontal {
  width: 100%;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-actions-vertical {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.k-form, .k-form-inline {
  font-size: 1rem;
  line-height: 1.5;
}

.k-fieldset {
  margin: 30px;
  border-width: 1px 0 0;
  border-style: solid;
  padding: 25px 0 0;
}

.k-fieldset > legend {
  margin-left: 0;
  padding: 0 1rem 0 0;
  text-transform: uppercase;
}

kendo-label > .k-label {
  margin: 0;
}

.k-label-optional {
  margin-left: 6px;
  font-size: 12px;
  font-style: italic;
  -ms-flex-item-align: center;
  align-self: center;
}

.k-label-empty::before {
  content: "";
  display: inline-block;
}

.k-input-label {
  margin-right: 10px;
  z-index: 1;
}

.k-input-label.k-rtl, .k-input-label:dir(rtl), .k-input-label[dir=rtl], .k-rtl .k-input-label, [dir=rtl] .k-input-label {
  margin-right: 0;
  margin-left: 10px;
}

.k-form {
  border: 0;
}

.k-form .k-form-label, .k-form .k-label, .k-form kendo-label {
  margin-bottom: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-form .k-label + .k-radio {
  margin-left: 0;
}

.k-form .k-form-fieldset {
  margin: 2rem 0 0;
  padding: 0;
  border: 0;
}

.k-form .k-form-fieldset > .k-hidden + :not(.k-hidden), .k-form .k-form-fieldset > :not(.k-hidden):first-child {
  margin-top: 0;
}

.k-form .k-form-legend {
  margin: 0 0 1rem;
  padding: 0;
  border-width: 0 0 2px;
  border-style: solid;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
}

.k-form .k-form-group {
  padding: 0;
}

.k-form .k-form-field {
  margin-top: 1rem;
}

.k-form > .k-hidden + :not(.k-hidden), .k-form > :not(.k-hidden):first-child {
  margin-top: 0;
}

.k-form .k-form-field, .k-form .k-form-field-wrap {
  display: block;
}

.k-form .k-form-field-disabled .k-form-label, .k-form .k-form-field-disabled .k-label {
  outline: 0;
  cursor: default;
  opacity: 0.65;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-form .k-alert-error {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.k-form .k-field-info {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0 1rem;
}

.k-form .k-daterangepicker .k-dateinput, .k-form .k-floating-label-container, .k-form .k-multiselect {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.k-form-buttons {
  margin-top: 2rem;
  padding: 0;
}

.k-form-error, .k-form-hint {
  margin-top: 4px;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
}

.k-buttons-start, .k-text-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.k-buttons-end, .k-text-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.k-form-separator {
  margin: 1rem 0 0;
  border-width: 1px 0 0;
  border-style: solid;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-form-horizontal .k-form-field {
  display: -ms-flexbox;
  display: flex;
}

.k-form-horizontal .k-form-field > .k-form-label, .k-form-horizontal .k-form-field > .k-label, .k-form-horizontal .k-form-field > kendo-label {
  margin-right: 10px;
  padding-top: 5px;
  width: 25%;
  text-align: end;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.k-form-horizontal .k-form-field .k-label-optional {
  margin: 0;
  -ms-flex-item-align: inherit;
  align-self: inherit;
}

.k-form-horizontal .k-form-field-wrap {
  max-width: calc(75% - 10px);
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-form [dir=rtl] .k-label-optional, .k-rtl .k-form .k-label-optional {
  margin-left: 0;
  margin-right: 6px;
}

.k-form-horizontal [dir=rtl] .k-form-field > .k-form-label, .k-form-horizontal [dir=rtl] .k-form-field > .k-label, .k-form-horizontal [dir=rtl] .k-form-field > kendo-label, .k-form-horizontal [dir=rtl].k-form-field > .k-form-label, .k-form-horizontal [dir=rtl].k-form-field > .k-label, .k-form-horizontal [dir=rtl].k-form-field > kendo-label, .k-rtl .k-form-horizontal .k-form-field > .k-form-label, .k-rtl .k-form-horizontal .k-form-field > .k-label, .k-rtl .k-form-horizontal .k-form-field > kendo-label, .k-rtl .k-form-horizontal.k-form-field > .k-form-label, .k-rtl .k-form-horizontal.k-form-field > .k-label, .k-rtl .k-form-horizontal.k-form-field > kendo-label {
  margin-right: 0;
  margin-left: 10px;
}

.k-form-inline {
  padding: 2rem;
}

.k-form-inline fieldset {
  border-width: 1px 0 0;
  border-style: solid;
  margin: 4rem 0;
  padding: 0;
}

.k-form-inline fieldset:first-child:first-of-type {
  margin-top: 0;
}

.k-form-inline fieldset:last-child:last-of-type {
  margin-bottom: 0;
}

.k-form-inline legend {
  font-size: 0.875rem;
  text-align: left;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  padding: 0 1rem 0 0;
  width: auto;
}

.k-form-inline .k-form-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 1.5rem;
}

.k-form-inline .k-form-field > span:not(.k-widget) {
  width: 25%;
  text-align: right;
  line-height: 1.5;
  padding: calc(0.5rem + 1px) 0;
  padding-right: 1.5rem;
  -ms-flex-item-align: center;
  align-self: center;
}

.k-form-inline .k-form-field > input {
  -ms-flex-item-align: center;
  align-self: center;
}

.k-form-inline .k-form-field > input:not(.k-checkbox):not(.k-radio) {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-form-inline .k-form-field .k-alert-error {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.k-form-inline .k-form-field .k-field-info {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0;
}

.k-form-inline .k-form-field:last-child {
  margin-bottom: 0;
}

.k-edit-form-container {
  width: 400px;
  min-width: 400px;
  border-color: inherit;
  position: relative;
}

.k-edit-form-container .k-action-buttons, .k-edit-form-container .k-actions, .k-edit-form-container .k-columnmenu-actions, .k-edit-form-container .k-edit-buttons, .k-edit-form-container .k-form-buttons, .k-popup-edit-form > .k-action-buttons, .k-popup-edit-form > .k-actions, .k-popup-edit-form > .k-columnmenu-actions, .k-popup-edit-form > .k-edit-buttons, .k-popup-edit-form > .k-form-buttons {
  margin: 1rem -1rem -1rem;
}

.k-edit-label {
  margin: 0 0 1rem 0;
  padding: calc(0.375rem + 1px) 0;
  width: 30%;
  line-height: 1.5;
  text-align: right;
  float: left;
  clear: both;
}

.k-edit-field {
  margin: 0 0 1rem 0;
  width: 65%;
  float: right;
  clear: right;
  position: relative;
}

.k-edit-field.k-no-editor {
  padding: calc(0.375rem + 1px) 0;
}

.k-edit-field > .k-widget {
  width: 100%;
  box-sizing: border-box;
}

.k-edit-field input[type=checkbox]:not(.k-checkbox), .k-edit-field input[type=radio]:not(.k-radio) {
  margin-right: 0.4ex;
}

.k-edit-field .k-checkbox-label, .k-edit-field .k-radio-label {
  margin-right: 1rem;
}

.k-edit-field > .k-reset > li + li {
  margin-top: 0.5rem;
}

.k-edit-field .k-reset .k-widget {
  margin: 0 0.4ex 0 1ex;
}

.k-form legend, .k-form-inline legend {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.k-form .k-field-info, .k-form-inline .k-field-info {
  opacity: 0.7;
}

.k-form legend {
  margin-bottom: 0.5rem;
}

.k-form .k-field-info {
  margin: 0 0.5rem;
}

.k-form-inline legend {
  margin-bottom: 0;
}

.k-form-inline .k-form-field > span:not(.k-widget) {
  padding: calc(0.5rem - 1px) 0;
  padding-right: 1rem;
}

.k-edit-label {
  padding: calc(0.5rem - 1px) 0;
}

.k-form, .k-form-inline {
  color: #212529;
}

.k-form .k-form-legend, .k-form-inline .k-form-legend {
  border-color: #dee2e6;
}

.k-form .k-field-info, .k-form-inline .k-field-info {
  color: #6c757d;
}

.k-form .k-alert-error, .k-form-inline .k-alert-error {
  color: #dc3545;
}

.k-form-error, .k-form-field-error .k-label, .k-text-error {
  color: #dc3545;
}

.k-form-separator {
  border-color: #dee2e6;
}

.k-tooltip {
  border-radius: 0.25rem;
  margin: 0;
  padding: 0.25rem 0.5rem;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  background-repeat: repeat-x;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  z-index: 12000;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-tooltip *, .k-tooltip ::after, .k-tooltip ::before {
  box-sizing: border-box;
}

.k-tooltip-icon {
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-tooltip-title {
  margin-bottom: 0.25em;
  font-size: 1.09375rem;
  line-height: 1;
}

.k-tooltip-content {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-tooltip-button {
  -webkit-margin-start: 0.5rem;
  margin-inline-start: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-tooltip-button .k-icon {
  color: inherit;
  vertical-align: top;
}

.k-callout {
  width: 0.8rem;
  height: 0.8rem;
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  pointer-events: none;
}

.k-callout-n {
  margin-left: -0.4rem;
  border-bottom-color: currentColor;
  top: -0.8rem;
  left: 50%;
  pointer-events: none;
}

.k-callout-e {
  margin-top: -0.4rem;
  border-left-color: currentColor;
  top: 50%;
  right: -0.8rem;
  pointer-events: none;
}

.k-callout-s {
  margin-left: -0.4rem;
  border-top-color: currentColor;
  bottom: -0.8rem;
  left: 50%;
  pointer-events: none;
}

.k-callout-w {
  margin-top: -0.4rem;
  border-right-color: currentColor;
  top: 50%;
  left: -0.8rem;
  pointer-events: none;
}

.k-tooltip-wrapper .k-tooltip {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.k-tooltip {
  border-color: #000;
  color: #fff;
  background-color: #000;
}

.k-tooltip .k-callout {
  color: #000;
}

.k-tooltip-primary {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-tooltip-primary .k-callout {
  color: #0d6efd;
}

.k-tooltip-info {
  border-color: #0dcaf0;
  color: #fff;
  background-color: #0dcaf0;
}

.k-tooltip-info .k-callout {
  color: #0dcaf0;
}

.k-tooltip-success {
  border-color: #198754;
  color: #fff;
  background-color: #198754;
}

.k-tooltip-success .k-callout {
  color: #198754;
}

.k-tooltip-warning {
  border-color: #ffc107;
  color: #000;
  background-color: #ffc107;
}

.k-tooltip-warning .k-callout {
  color: #ffc107;
}

.k-tooltip-error {
  border-color: #dc3545;
  color: #fff;
  background-color: #dc3545;
}

.k-tooltip-error .k-callout {
  color: #dc3545;
}

.k-validator-tooltip {
  margin-top: 0.4rem;
  width: auto;
  white-space: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}

.k-grid .k-validator-tooltip {
  max-width: 300px;
}

.k-listbox {
  width: 10em;
  height: 200px;
  border-width: 0;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: top;
  background-color: transparent;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-listbox .k-listbox-toolbar ul {
  display: -ms-flexbox;
  display: flex;
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar ul {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li + li, .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li + li {
  margin-top: 1rem;
}

.k-listbox.k-listbox-toolbar-left {
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
  margin-right: 5px;
}

.k-listbox.k-listbox-toolbar-right {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  margin-left: 5px;
}

.k-listbox.k-listbox-toolbar-bottom, .k-listbox.k-listbox-toolbar-top {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-top .k-listbox-toolbar ul {
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li + li, .k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li + li {
  margin-left: 1rem;
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar {
  margin-bottom: 5px;
}

.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar {
  margin-top: 5px;
}

.k-listbox .k-list-scroller {
  width: 100%;
  height: inherit;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}

.k-listbox .k-list-scroller .k-list-scroller {
  border-width: 0;
}

.k-listbox .k-list-scroller .k-list {
  height: inherit;
  background: 0 0;
}

.k-listbox .k-drop-hint {
  border-top-width: 1px;
  border-top-style: solid;
}

.k-listbox .k-ghost {
  opacity: 0.5;
}

.k-listbox[dir=rtl].k-listbox-toolbar-left .k-listbox-toolbar, .k-listbox[dir=rtl].k-listbox-toolbar-right .k-listbox-toolbar, .k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar, .k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar, [dir=rtl] .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar, [dir=rtl] .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-listbox[dir=rtl].k-listbox-toolbar-left .k-listbox-toolbar, .k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar, [dir=rtl] .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
  margin-right: 0;
  margin-left: 5px;
}

.k-listbox[dir=rtl].k-listbox-toolbar-right .k-listbox-toolbar, .k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar, [dir=rtl] .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  margin-right: 5px;
  margin-left: 0;
}

.k-item {
  cursor: default;
}

.k-listbox .k-list-scroller {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-listbox .k-drop-hint {
  border-top-color: #0d6efd;
}

.k-progressbar {
  border-radius: 0.25rem;
  --kendo-progressbar-progress:0;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  line-height: 1;
  display: inline-grid;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-progressbar *, .k-progressbar ::after, .k-progressbar ::before {
  box-sizing: border-box;
}

.k-progressbar > .k-state-selected {
  border-width: 0;
  border-style: solid;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.k-progressbar > ul {
  border-width: inherit;
  border-style: inherit;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 1;
  flex: 1;
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.k-progressbar .k-item {
  display: block;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}

.k-progress-status-wrap {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.k-progress-status-wrap.k-progress-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.k-progress-status-wrap.k-progress-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.k-progress-status-wrap.k-progress-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.k-progress-status {
  padding: 0 0.5rem;
  -webkit-padding-before: 0;
  padding-block-start: 0;
  -webkit-padding-after: 0;
  padding-block-end: 0;
  -webkit-padding-start: 0.5rem;
  padding-inline-start: 0.5rem;
  -webkit-padding-end: 0.5rem;
  padding-inline-end: 0.5rem;
  min-width: 10px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

.k-progressbar-horizontal {
  width: 27em;
  height: 1rem;
  grid-template-columns: 1fr;
  grid-template-rows: 100%;
}

.k-progressbar-horizontal .k-progress-status-wrap {
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-progressbar-horizontal > .k-state-selected {
  width: 0;
  width: calc(var(--kendo-progressbar-progress, 0) * 1%);
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap {
  width: calc(100% * 100 / var(--kendo-progressbar-progress, 1));
}

.k-progressbar-horizontal > ul {
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-progressbar-horizontal .k-item + .k-item {
  border-left-width: 1px;
  border-inline-start-width: 1px;
  border-inline-end-width: 0;
}

.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-self: flex-end;
}

.k-progressbar-vertical {
  width: 1rem;
  height: 27em;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
}

.k-progressbar-vertical .k-progress-status-wrap {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.k-progressbar-vertical .k-progress-status {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.k-progressbar-vertical > .k-state-selected {
  height: 0;
  height: calc(var(--kendo-progressbar-progress, 0) * 1%);
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap {
  height: calc(100% * 100 / var(--kendo-progressbar-progress, 1));
}

.k-progressbar-vertical > ul {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-progressbar-vertical .k-item + .k-item {
  border-top-width: 1px;
  border-block-start-width: 1px;
  border-block-end-width: 0;
}

.k-progressbar-vertical.k-progressbar-reverse {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.k-progressbar-indeterminate .k-item, .k-progressbar-indeterminate .k-progress-status-wrap, .k-progressbar-indeterminate .k-state-selected {
  display: none;
}

.telerik-blazor.k-progressbar-horizontal > .k-state-selected, .telerik-blazor.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap {
  transition: width 0.1s ease-in-out;
}

.k-progressbar[dir=rtl], .k-rtl .k-progressbar {
  direction: rtl;
}

.k-progressbar {
  display: -ms-inline-grid;
}

.k-progressbar > .k-progress-status-wrap, .k-progressbar > .k-state-selected {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.k-progressbar-horizontal {
  -ms-grid-columns: 1fr;
  -ms-grid-rows: 1rem;
}

.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
  -ms-grid-column-align: end;
}

.k-progressbar-vertical {
  -ms-grid-columns: 1rem;
  -ms-grid-rows: 1fr;
}

.k-progressbar-vertical > .k-state-selected {
  -ms-grid-row-align: end;
}

.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
  -ms-grid-row-align: start;
}

@-webkit-keyframes progressbar-indeterminate-animation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1rem 0;
  }
}
@keyframes progressbar-indeterminate-animation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1rem 0;
  }
}
.k-progressbar {
  color: #000;
  background-color: #e9ecef;
}

.k-progressbar .k-state-selected {
  color: #fff;
  background-color: #0d6efd;
}

.k-progressbar .k-item {
  border-color: #fff;
}

.k-progressbar-indeterminate {
  color: #000;
  background-color: #e9ecef;
  background-image: linear-gradient(45deg, #d6d9dc 25%, transparent 25%, transparent 50%, #d6d9dc 50%, #d6d9dc 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  -webkit-animation: progressbar-indeterminate-animation 1s linear infinite;
  animation: progressbar-indeterminate-animation 1s linear infinite;
}

.k-radio {
  border-radius: 50%;
  margin: 0;
  padding: 0;
  line-height: initial;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -ms-flex: none;
  flex: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
}

.k-radio.k-checked, .k-radio:checked {
  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='white'/%3e%3c/svg%3e");
}

.k-radio.k-disabled, .k-radio:disabled {
  outline: 0;
  cursor: default;
  opacity: 0.65;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-radio-wrap {
  -ms-flex: none;
  flex: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: start;
  vertical-align: middle;
  position: relative;
}

.k-radio-wrap::before {
  content: "​";
  width: 0;
  overflow: hidden;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  vertical-align: top;
}

.k-radio-label {
  margin: 0;
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.25rem;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.k-radio-label .k-ripple {
  visibility: hidden !important;
}

.k-radio + .k-label, .k-radio + .k-radio-label, .k-radio-wrap + .k-label, .k-radio-wrap + .k-radio-label {
  display: inline;
  -webkit-margin-start: 0.25rem;
  margin-inline-start: 0.25rem;
}

.k-radio-label:empty {
  display: none !important;
}

.k-radio-label.k-no-text {
  min-width: 1px;
}

.k-radio-list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 0;
  list-style: none;
}

.k-radio-item, .k-radio-list-item {
  padding: 0.25rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 0.25rem;
}

.k-radio-item .k-radio-label, .k-radio-list-item .k-radio-label {
  margin: 0;
}

.k-radio-list-horizontal, .k-radio-list.k-list-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 1rem;
}

.k-ripple-container .k-radio::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  z-index: -1;
  transition: opacity 0.1s linear, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.1s linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.1s linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.k-ripple-container .k-radio.k-state-focus, .k-ripple-container .k-radio:focus {
  box-shadow: none !important;
}

.k-ripple-container .k-radio.k-state-focus::after, .k-ripple-container .k-radio:focus::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.k-ripple-container .k-radio.k-disabled::after, .k-ripple-container .k-radio:disabled::after {
  display: none;
}

.k-ripple-container .k-radio.k-disabled::after, .k-ripple-container .k-radio:disabled::after {
  display: none;
}

.k-radio-sm {
  width: 0.75rem;
  height: 0.75rem;
}

.k-radio-sm::before {
  font-size: 0.625rem;
}

.k-ripple-container .k-radio-sm::after {
  width: 2.25rem;
  height: 2.25rem;
}

.k-radio-md {
  width: 1rem;
  height: 1rem;
}

.k-radio-md::before {
  font-size: 0.875rem;
}

.k-ripple-container .k-radio-md::after {
  width: 3rem;
  height: 3rem;
}

.k-radio-lg {
  width: 1.25rem;
  height: 1.25rem;
}

.k-radio-lg::before {
  font-size: 1.125rem;
}

.k-ripple-container .k-radio-lg::after {
  width: 3.75rem;
  height: 3.75rem;
}

.k-radio {
  border-color: #ced4da;
  background-color: #fff;
}

.k-radio.k-state-focus, .k-radio:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.k-radio.k-invalid, .k-radio.k-state-invalid, .k-radio.ng-invalid.ng-dirty, .k-radio.ng-invalid.ng-touched {
  border-color: #dc3545;
}

.k-radio.k-invalid + .k-radio-label, .k-radio.k-state-invalid + .k-radio-label, .k-radio.ng-invalid.ng-dirty + .k-radio-label, .k-radio.ng-invalid.ng-touched + .k-radio-label {
  color: #dc3545;
}

.k-radio.k-checked, .k-radio:checked {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-radio.k-checked.k-state-focus, .k-radio:checked:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.k-ripple-container .k-radio::after {
  background: #0d6efd;
  opacity: 0.25;
}

.k-slider {
  border: 0;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  background: 0 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-slider *, .k-slider ::after, .k-slider ::before {
  box-sizing: border-box;
}

.k-slider .k-label {
  width: auto;
  font-size: 0.92em;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
}

.k-slider .k-slider-track, .k-slider .k-tick {
  cursor: pointer;
}

.k-slider .k-tick {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
}

.k-slider.k-state-disabled .k-draghandle, .k-slider.k-state-disabled .k-slider-track, .k-slider.k-state-disabled .k-tick {
  cursor: default;
}

.k-rtl .k-slider .k-slider-selection, .k-slider.k-rtl .k-slider-selection, .k-slider[dir=rtl] .k-slider-selection, [dir=rtl] .k-slider .k-slider-selection {
  left: auto;
  right: 0;
}

.k-slider-wrap {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: inherit;
  flex-flow: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  gap: inherit;
  position: relative;
}

.k-slider {
  width: -webkit-min-content;
  width: min-content;
  height: -webkit-min-content;
  height: min-content;
  gap: 7px;
}

.k-slider .k-button {
  -ms-flex: none;
  flex: none;
}

.k-slider .k-slider-track-wrap {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: inherit;
  flex-flow: inherit;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}

.k-slider .k-slider-track-wrap .k-slider-items {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: inherit;
  flex-flow: inherit;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-slider .k-slider-track-wrap .k-tick {
  -ms-flex: 0 0 1px;
  flex: 0 0 1px;
}

.k-slider .k-slider-track-wrap .k-draghandle {
  position: absolute;
}

.k-slider-horizontal .k-slider-track-wrap {
  height: 26px;
}

.k-slider-horizontal .k-slider-track-wrap .k-slider-track {
  width: 100%;
}

.k-slider-horizontal .k-slider-track-wrap .k-draghandle {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-slider-horizontal .k-slider-track-wrap .k-draghandle:active, .k-slider-horizontal .k-slider-track-wrap .k-draghandle:focus {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
  width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
  left: calc(var(--kendo-slider-start, 0) * 1%);
}

.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
  left: calc(var(--kendo-slider-start, 0) * 1%);
}

.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
  left: calc(var(--kendo-slider-end, 0) * 1%);
}

[dir=rtl] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
  left: unset;
  right: calc(var(--kendo-slider-start, 0) * 1%);
}

[dir=rtl] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
  left: unset;
  right: calc(var(--kendo-slider-start, 0) * 1%);
}

[dir=rtl] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
  left: unset;
  right: calc(var(--kendo-slider-end, 0) * 1%);
}

[dir=rtl] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

[dir=rtl] .k-slider-horizontal .k-slider-track-wrap .k-draghandle:active, [dir=rtl] .k-slider-horizontal .k-slider-track-wrap .k-draghandle:focus {
  -webkit-transform: translate(50%, -50%) scale(1);
  -ms-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
}

.k-slider-vertical .k-slider-track-wrap {
  width: 26px;
}

.k-slider-vertical .k-slider-track-wrap .k-slider-track {
  height: 100%;
}

.k-slider-vertical .k-slider-track-wrap .k-draghandle {
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.k-slider-vertical .k-slider-track-wrap .k-draghandle:active, .k-slider-vertical .k-slider-track-wrap .k-draghandle:focus {
  -webkit-transform: translate(-50%, 50%) scale(1);
  -ms-transform: translate(-50%, 50%) scale(1);
  transform: translate(-50%, 50%) scale(1);
}

.k-slider-vertical .k-slider-track-wrap .k-slider-selection {
  bottom: calc(var(--kendo-slider-start, 0) * 1%);
  height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
}

.k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
  bottom: calc(var(--kendo-slider-start, 0) * 1%);
}

.k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
  bottom: calc(var(--kendo-slider-end, 0) * 1%);
}

.k-slider-vertical {
  height: 200px;
  -ms-flex-flow: column-reverse nowrap;
  flex-flow: column-reverse nowrap;
}

.k-slider-vertical .k-tick {
  text-align: right;
  margin-left: 2px;
}

.k-slider-vertical .k-slider-topleft .k-tick {
  text-align: left;
}

.k-slider-vertical .k-tick {
  background-position: -94px center;
}

.k-slider-vertical .k-slider-topleft .k-tick {
  background-position: -124px center;
}

.k-slider-vertical .k-slider-bottomright .k-tick {
  background-position: -154px center;
}

.k-slider-vertical .k-tick-large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-position: -4px center;
}

.k-slider-vertical .k-slider-topleft .k-tick-large {
  background-position: -34px center;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large {
  background-position: -64px center;
}

.k-slider-vertical .k-first {
  background-position: -94px 100%;
}

.k-slider-vertical .k-tick-large.k-first {
  background-position: -4px 100%;
}

.k-slider-vertical .k-slider-topleft .k-first {
  background-position: -124px 100%;
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
  background-position: -34px 100%;
}

.k-slider-vertical .k-slider-bottomright .k-first {
  background-position: -154px 100%;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
  background-position: -64px 100%;
}

.k-slider-vertical .k-last {
  background-position: -94px 0;
}

.k-slider-vertical .k-tick-large.k-last {
  background-position: -4px 0;
}

.k-slider-vertical .k-slider-topleft .k-last {
  background-position: -124px 0;
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
  background-position: -34px 0;
}

.k-slider-vertical .k-slider-bottomright .k-last {
  background-position: -154px 0;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
  background-position: -64px 0;
}

.k-slider-vertical .k-label {
  text-align: left;
  left: 120%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-slider-vertical .k-first .k-label {
  top: 100%;
}

.k-slider-vertical .k-last .k-label {
  top: 0;
}

.k-slider-vertical .k-slider-topleft .k-label {
  left: auto;
  right: 120%;
}

.k-rtl .k-slider-vertical .k-label, .k-slider-vertical.k-rtl .k-label, .k-slider-vertical[dir=rtl] .k-label, [dir=rtl] .k-slider-vertical .k-label {
  left: auto;
  right: 120%;
}

.k-rtl .k-slider-vertical .k-slider-topleft .k-label, .k-slider-vertical.k-rtl .k-slider-topleft .k-label, .k-slider-vertical[dir=rtl] .k-slider-topleft .k-label, [dir=rtl] .k-slider-vertical .k-slider-topleft .k-label {
  left: 120%;
  right: auto;
}

.k-slider-horizontal {
  width: 200px;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-slider-horizontal .k-tick {
  background-position: center -92px;
}

.k-slider-horizontal .k-slider-topleft .k-tick {
  background-position: center -122px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick {
  background-position: center -152px;
}

.k-slider-horizontal .k-tick-large {
  background-position: center -2px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large {
  background-position: center -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large {
  background-position: center -62px;
}

.k-slider-horizontal .k-first {
  background-position: 0 -92px;
}

.k-slider-horizontal .k-tick-large.k-first {
  background-position: 0 -2px;
}

.k-slider-horizontal .k-slider-topleft .k-first {
  background-position: 0 -122px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first {
  background-position: 0 -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-first {
  background-position: 0 -152px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first {
  background-position: 0 -62px;
}

.k-slider-horizontal .k-last {
  background-position: 100% -92px;
}

.k-slider-horizontal .k-tick-large.k-last {
  background-position: 100% -2px;
}

.k-slider-horizontal .k-slider-topleft .k-last {
  background-position: 100% -122px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last {
  background-position: 100% -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-last {
  background-position: 100% -152px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last {
  background-position: 100% -62px;
}

.k-slider-horizontal .k-label {
  left: 50%;
  bottom: -1.2em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.k-slider-horizontal .k-first .k-label {
  left: 0;
}

.k-slider-horizontal .k-last .k-label {
  left: 100%;
}

.k-slider-horizontal .k-slider-topleft .k-label {
  top: -1.2em;
}

.k-rtl .k-slider-horizontal .k-slider-selection, .k-rtl .k-slider-horizontal .k-slider-track, .k-slider-horizontal.k-rtl .k-slider-selection, .k-slider-horizontal.k-rtl .k-slider-track, .k-slider-horizontal[dir=rtl] .k-slider-selection, .k-slider-horizontal[dir=rtl] .k-slider-track, [dir=rtl] .k-slider-horizontal .k-slider-selection, [dir=rtl] .k-slider-horizontal .k-slider-track {
  right: 0;
  left: auto;
}

.k-rtl .k-slider-horizontal .k-button .k-i-arrow-e, .k-rtl .k-slider-horizontal .k-button .k-i-arrow-w, .k-slider-horizontal.k-rtl .k-button .k-i-arrow-e, .k-slider-horizontal.k-rtl .k-button .k-i-arrow-w, .k-slider-horizontal[dir=rtl] .k-button .k-i-arrow-e, .k-slider-horizontal[dir=rtl] .k-button .k-i-arrow-w, [dir=rtl] .k-slider-horizontal .k-button .k-i-arrow-e, [dir=rtl] .k-slider-horizontal .k-button .k-i-arrow-w {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-slider-selection, .k-slider-track {
  margin: 0;
  padding: 0;
  position: absolute;
}

.k-slider-horizontal .k-slider-selection, .k-slider-horizontal .k-slider-track {
  height: 4px;
  left: 0;
  margin-top: -2px;
  top: 50%;
}

.k-slider-vertical .k-slider-selection, .k-slider-vertical .k-slider-track {
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  width: 4px;
}

.k-draghandle {
  background-color: transparent;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  outline: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 14px;
  height: 14px;
}

.k-slider-transitions.k-slider-horizontal .k-draghandle {
  transition: left 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: left 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: left 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.k-slider-transitions.k-slider-vertical .k-draghandle {
  transition: bottom 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: bottom 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: bottom 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.k-draghandle.k-pressed {
  transition: none;
}

.k-slider-transitions.k-slider-horizontal .k-slider-selection {
  transition: width 0.3s ease-out;
}

.k-slider-transitions.k-slider-vertical .k-slider-selection {
  transition: height 0.3s ease-out;
}

.k-slider-selection.k-pressed {
  transition: none;
}

.k-slider.k-readonly .k-button, .k-slider.k-readonly .k-draghandle, .k-slider.k-readonly .k-slider-track, .k-slider.k-readonly .k-tick {
  pointer-events: none;
}

.k-slider-tooltip .k-callout-n, .k-slider-tooltip .k-callout-s {
  margin-left: -0.2rem;
}

.k-slider-tooltip .k-callout-e, .k-slider-tooltip .k-callout-w {
  margin-top: -0.2rem;
}

.k-slider kendo-resize-sensor {
  position: absolute;
}

.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
  padding-left: 7px;
  padding-right: 7px;
}

.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
  padding-top: 7px;
  padding-bottom: 7px;
}

.k-slider {
  color: #212529;
}

.k-slider .k-slider-selection, .k-slider .k-slider-track {
  border-radius: 0.25rem;
}

.k-slider .k-slider-track {
  background-color: #e9ecef;
}

.k-slider .k-slider-selection {
  background-color: #0d6efd;
}

.k-slider .k-draghandle {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
  border-radius: 50%;
}

.k-slider .k-draghandle:hover {
  border-color: #0257d5;
  color: #fff;
  background-color: #025ce2;
}

.k-slider .k-draghandle.k-pressed, .k-slider .k-draghandle:active {
  border-color: #0252c9;
  color: #fff;
  background-color: #0257d5;
}

.k-slider .k-draghandle.k-state-focused, .k-slider .k-draghandle:focus {
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.5);
}

.k-slider.k-state-focused .k-draghandle {
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.5);
}

.k-slider-horizontal .k-tick {
  background-image: url(data:image/gif;base64,R0lGODlhAQC0AIABALi4uAAAACH5BAEAAAEALAAAAAABALQAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7);
}

.k-slider-vertical .k-tick {
  background-image: url(data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7);
}

.k-calendar {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-calendar > .k-calendar {
  border: 0;
}

.k-calendar .k-link {
  white-space: normal;
  position: relative;
  overflow: hidden;
}

.k-calendar-table {
  margin: 0;
  border-width: 0;
  border-color: inherit;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  text-align: center;
  outline: 0;
  display: inline-table;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.k-calendar .k-meta-header, .k-calendar .k-month-header, .k-calendar-caption, .k-calendar-caption.k-calendar-th {
  padding: 0.25rem 0.75rem;
  height: 38px;
  box-sizing: border-box;
  text-transform: none;
  text-align: left;
  font-weight: 700;
  cursor: default;
}

.k-calendar-td, .k-calendar-th {
  border-width: 0;
  padding: 0;
  text-align: center;
  border-style: solid;
  border-color: inherit;
  font-weight: 400;
  cursor: default;
}

.k-calendar-th {
  width: 38px;
  height: 38px;
  font-size: 0.875rem;
  line-height: 2;
  text-transform: uppercase;
}

.k-calendar-td {
  border-radius: 0.25rem;
  border-color: transparent;
}

.k-calendar .k-header {
  padding: 0.25rem 0.25rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.k-calendar-header {
  padding: 0.25rem 0.25rem;
  min-width: 304px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-calendar-header .k-calendar-title, .k-calendar-header .k-title {
  font-weight: 700;
}

.k-calendar-header .k-nav-today, .k-calendar-header .k-today {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

.k-calendar-header .k-calendar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.k-calendar .k-footer, .k-calendar-footer {
  padding: 0.5rem 1rem;
  text-align: center;
  clear: both;
}

.k-calendar-view {
  margin: auto;
  padding: 0 0.25rem;
  width: 266px;
  min-height: 266px;
  box-sizing: content-box;
  gap: 1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.k-calendar-view .k-link {
  border-radius: 0.25rem;
  padding: 0.5rem 0.5rem;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.k-week-number .k-calendar-view {
  width: 304px;
}

.k-calendar-monthview .k-calendar-td {
  width: 38px;
  height: 38px;
}

.k-calendar-monthview .k-link {
  width: 38px;
  height: 38px;
}

.k-calendar-yearview .k-calendar-td {
  width: auto;
  height: auto;
}

.k-calendar-yearview .k-link {
  width: 66.5px;
  height: 66.5px;
}

.k-calendar-decadeview .k-calendar-td {
  width: auto;
  height: auto;
}

.k-calendar-decadeview .k-link {
  width: 66.5px;
  height: 66.5px;
}

.k-calendar-centuryview .k-calendar-td {
  width: auto;
  height: auto;
}

.k-calendar-centuryview .k-link {
  width: 66.5px;
  height: 66.5px;
  text-align: left;
}

.k-popup .k-calendar {
  height: 100%;
}

.k-calendar-container, .k-datetime-container {
  padding: 0;
}

.k-calendar-container .k-calendar, .k-datetime-container .k-calendar {
  border-width: 0;
}

.k-calendar .k-calendar-content.k-scrollable, .k-calendar .k-content.k-scrollable {
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -117px;
}

.k-calendar .k-scrollable-placeholder {
  position: absolute;
  z-index: -1;
  width: 1px;
  top: 0;
  right: 0;
}

.k-calendar-infinite {
  box-sizing: content-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-calendar-infinite .k-calendar-view {
  padding: 0 1rem;
  height: 342px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 0;
  overflow: hidden;
}

.k-calendar-infinite .k-calendar-view .k-content.k-scrollable {
  position: relative;
}

.k-calendar-infinite .k-calendar-view::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "​";
  height: 0;
  line-height: 0;
  z-index: 1;
  width: 150%;
  left: -25%;
  box-shadow: 0 0 38px 19px #fff;
}

.k-calendar-infinite .k-calendar-header {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.5rem 1rem;
  width: auto;
  min-width: 0;
}

.k-calendar-infinite .k-calendar-weekdays {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-calendar-navigation {
  width: 5em;
  text-align: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.k-calendar-navigation::after, .k-calendar-navigation::before {
  display: block;
  position: absolute;
  content: "​";
  height: 0;
  line-height: 0;
  z-index: 1;
  width: 200%;
  left: -50%;
  box-shadow: 0 0 6em 3em #f8f9fa;
}

.k-calendar-navigation::before {
  top: 0;
}

.k-calendar-navigation::after {
  bottom: 0;
}

.k-calendar-navigation .k-calendar-content, .k-calendar-navigation .k-content {
  background: 0 0;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.k-calendar-navigation .k-calendar-content ul, .k-calendar-navigation .k-content ul {
  width: 5em;
}

.k-calendar-navigation .k-calendar-content li, .k-calendar-navigation .k-content li {
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  padding: 0 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

.k-calendar-navigation .k-calendar-navigation-marker {
  font-weight: 700;
}

.k-calendar-navigation .k-calendar-navigation-highlight {
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  height: 2em;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-calendar-range {
  width: auto;
}

.k-calendar-range .k-calendar-view {
  width: auto;
  white-space: nowrap;
}

.k-calendar-range .k-calendar-view::after {
  display: none;
}

.k-calendar-range .k-range-start {
  border-color: inherit;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.k-calendar-range .k-range-end {
  border-color: inherit;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.k-calendar-range .k-range-mid {
  border-color: inherit;
  border-radius: 0;
}

.k-calendar[dir=rtl] .k-nav-next, .k-calendar[dir=rtl] .k-nav-prev, .k-calendar[dir=rtl] .k-next-view, .k-calendar[dir=rtl] .k-prev-view, .k-rtl .k-calendar .k-nav-next, .k-rtl .k-calendar .k-nav-prev, .k-rtl .k-calendar .k-next-view, .k-rtl .k-calendar .k-prev-view {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-calendar[dir=rtl] .k-calendar-content.k-scrollable, .k-calendar[dir=rtl] .k-content.k-scrollable, .k-rtl .k-calendar .k-calendar-content.k-scrollable, .k-rtl .k-calendar .k-content.k-scrollable {
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -117px;
  margin-right: -100px;
}

.k-calendar[dir=rtl] .k-calendar-tbody .k-calendar-th, .k-calendar[dir=rtl] tbody th, .k-rtl .k-calendar .k-calendar-tbody .k-calendar-th, .k-rtl .k-calendar tbody th {
  text-align: right;
}

.k-calendar[dir=rtl] .k-calendar-content > .k-calendar-table, .k-calendar[dir=rtl] .k-calendar-content > table, .k-calendar[dir=rtl] .k-content > .k-calendar-table, .k-calendar[dir=rtl] .k-content > table, .k-rtl .k-calendar .k-calendar-content > .k-calendar-table, .k-rtl .k-calendar .k-calendar-content > table, .k-rtl .k-calendar .k-content > .k-calendar-table, .k-rtl .k-calendar .k-content > table {
  margin-right: 0;
  margin-left: -17px;
}

.k-calendar {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-calendar .k-header {
  border-color: inherit;
  color: #212529;
  background-color: #f8f9fa;
  box-shadow: none;
}

.k-calendar .k-nav-today {
  color: #0d6efd;
}

.k-calendar .k-nav-today.k-state-focus, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today:hover {
  color: #0a58ca;
}

.k-calendar .k-calendar-caption, .k-calendar .k-calendar-th, .k-calendar .k-meta-header, .k-calendar .k-month-header {
  color: #6c757d;
}

.k-calendar .k-calendar-view .k-today .k-link {
  box-shadow: inset 0 0 0 1px #0d6efd;
}

.k-calendar .k-calendar-view .k-today.k-state-focused .k-link {
  box-shadow: inset 0 0 0 1px #0d6efd, inset 0 0 0 0.25rem rgba(228, 231, 235, 0.5);
}

.k-calendar .k-other-month {
  color: #6c757d;
}

.k-calendar .k-alt {
  background-color: transparent;
  color: #6c757d;
}

.k-calendar .k-out-of-range {
  pointer-events: none;
  visibility: hidden;
}

.k-calendar .k-calendar-td.k-state-hover .k-link, .k-calendar .k-calendar-td:hover .k-link {
  border-color: #d6d9dc;
  color: #16181b;
  background-color: #e9ecef;
}

.k-calendar .k-calendar-td.k-state-selected .k-link {
  border-color: #0c65e9;
  color: #fff;
  background-color: #0d6efd;
}

.k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link, .k-calendar .k-calendar-td.k-state-selected:hover .k-link {
  border-color: #e4e5e6;
  color: #fff;
  background-color: #0c6af3;
}

.k-calendar .k-calendar-td.k-state-focus .k-link, .k-calendar .k-calendar-td.k-state-focused .k-link {
  box-shadow: inset 0 0 0 0.25rem rgba(228, 231, 235, 0.5);
}

.k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link, .k-calendar .k-calendar-td.k-state-selected.k-state-focused .k-link {
  box-shadow: inset 0 0 0 2px rgba(2, 82, 201, 0.5);
}

.k-calendar .k-calendar-navigation {
  color: #212529;
  background-color: #f8f9fa;
  box-shadow: inset -1px 0 #dee2e6;
}

.k-calendar .k-calendar-navigation li.k-state-hover, .k-calendar .k-calendar-navigation li:hover {
  color: #0a58ca;
}

.k-calendar .k-calendar-navigation-highlight {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-calendar[dir=rtl] .k-calendar-navigation, .k-rtl .k-calendar .k-calendar-navigation {
  box-shadow: inset 1px 0 #dee2e6;
}

.k-calendar.k-invalid, .k-calendar.k-invalid:hover, .k-calendar.k-state-invalid, .k-calendar.ng-invalid.ng-dirty, .k-calendar.ng-invalid.ng-touched {
  border-color: #dc3545;
}

.k-scheduler .k-calendar .k-other-month {
  color: #6c757d;
  background-color: transparent;
}

.k-calendar .k-range-end, .k-calendar .k-range-mid, .k-calendar .k-range-start {
  background-image: linear-gradient(transparent 1px, rgba(13, 110, 253, 0.25) 1px, rgba(13, 110, 253, 0.25) calc(100% - 1px), transparent calc(100% - 1px));
}

.k-ie .k-calendar .k-range-end, .k-ie .k-calendar .k-range-mid, .k-ie .k-calendar .k-range-start {
  background-image: none;
  background-color: rgba(13, 110, 253, 0.25);
}

.k-calendar .k-range-start.k-range-end {
  background-image: none;
  background-color: transparent;
}

.k-calendar .k-range-end .k-link, .k-calendar .k-range-start .k-link {
  background-color: #0d6efd;
}

.k-calendar .k-range-end.k-state-active .k-link, .k-calendar .k-range-start.k-state-active .k-link {
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.k-calendar .k-range-split-end, .k-calendar .k-range-split-start {
  position: relative;
}

.k-calendar .k-range-split-end::after, .k-calendar .k-range-split-start::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 5px;
}

.k-calendar .k-range-split-start::after {
  left: -5px;
  right: auto;
  background-image: linear-gradient(to left, rgba(13, 110, 253, 0.25), transparent 100%);
}

.k-calendar .k-range-split-end::after {
  right: -5px;
  left: auto;
  background-image: linear-gradient(to right, rgba(13, 110, 253, 0.25), transparent 100%);
}

.k-timeselector {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-popup > .k-timeselector {
  border-width: 0;
}

.k-time-header, .k-time-selector-header {
  padding: 0.25rem 0.25rem;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-time-header .k-time-selector-header-title, .k-time-header .k-title, .k-time-selector-header .k-time-selector-header-title, .k-time-selector-header .k-title {
  padding: 0.375rem 0.75rem;
  font-weight: 700;
  display: inline-block;
}

.k-time-header .k-time-now, .k-time-selector-header .k-time-now {
  border-width: 0;
  line-height: inherit;
  cursor: pointer;
}

.k-time-list-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-time-highlight, .k-time-list-highlight {
  width: 100%;
  height: 2rem;
  border-width: 1px 0;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% + 0.65625rem);
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.k-time-list-wrapper {
  min-width: 4em;
  height: 240px;
  box-sizing: content-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  text-align: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-time-list-wrapper .k-title {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  display: block;
}

.k-time-list-wrapper.k-state-focused::after, .k-time-list-wrapper.k-state-focused::before {
  display: block;
  content: "​";
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
  height: calc(50% - 1rem);
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

.k-time-list-wrapper.k-state-focused::before {
  top: 1.3125rem;
}

.k-time-list-wrapper.k-state-focused::after {
  bottom: 0;
}

.k-time-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
  outline: 0;
  overflow: hidden;
}

.k-time-list::after, .k-time-list::before {
  display: block;
  position: absolute;
  content: "​";
  height: 0;
  line-height: 0;
  z-index: 1;
  width: 200%;
  left: -50%;
}

.k-time-list::before {
  top: 0;
}

.k-time-list::after {
  bottom: 0;
}

.k-time-container, .k-time-list-content {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -117px;
}

.k-time-container > ul, .k-time-list-content > ul {
  height: auto;
  width: 4em;
  margin: auto;
}

.k-rtl .k-time-container [dir=rtl] .k-time-container, .k-rtl .k-time-container [dir=rtl] .k-time-list-content, .k-rtl .k-time-list-content [dir=rtl] .k-time-container, .k-rtl .k-time-list-content [dir=rtl] .k-time-list-content {
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -117px;
  margin-right: -100px;
}

.k-time-container .k-scrollable-placeholder, .k-time-list-content .k-scrollable-placeholder {
  position: absolute;
  width: 1px;
  top: 0;
  right: 0;
}

.k-time-list .k-item, .k-time-list-item {
  padding: 0.25rem 1rem;
}

.k-time-separator {
  width: 0;
  height: 2rem;
  -ms-flex-item-align: center;
  align-self: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 11;
  top: 0.65625rem;
}

.k-timeselector {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-time-header .k-time-now, .k-time-selector-header .k-time-now {
  color: #0d6efd;
}

.k-time-header .k-time-now:hover, .k-time-selector-header .k-time-now:hover {
  color: #0a58ca;
}

.k-time-list-wrapper .k-title {
  color: #6c757d;
}

.k-time-list-wrapper.k-state-focused .k-title {
  color: #212529;
}

.k-time-list-wrapper.k-state-focused::after, .k-time-list-wrapper.k-state-focused::before {
  background-color: rgba(0, 0, 0, 0.02);
}

.k-time-list::after, .k-time-list::before {
  box-shadow: 0 0 3em 1.5em #fff;
}

.k-time-list .k-item:hover {
  color: #0d6efd;
}

.k-time-container {
  background: 0 0;
}

.k-time-highlight {
  border-color: #dee2e6;
  background-color: #fff;
}

.k-captcha {
  width: 335px;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 0.5rem;
}

.k-captcha *, .k-captcha ::after, .k-captcha ::before {
  box-sizing: border-box;
}

.k-captcha-image-wrap {
  position: relative;
  gap: 0.5rem;
}

.k-captcha-image-controls {
  position: relative;
  gap: 0.5rem;
}

.k-captcha-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.k-captcha-image > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.k-captcha-loading .k-captcha-image {
  height: auto;
}

.k-captcha-volume-control {
  height: 100%;
}

.k-captcha-validation-message {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-style: italic;
}

.k-captcha {
  border-color: #fff;
  color: #fff;
  background-color: #fff;
}

.k-colorpalette {
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-colorpalette *, .k-colorpalette ::after, .k-colorpalette ::before {
  box-sizing: border-box;
}

.k-colorpalette-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  position: relative;
}

.k-colorpalette-tile {
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  -ms-high-contrast-adjust: none;
}

.k-colorpalette-tile.k-hover, .k-colorpalette-tile.k-state-hover, .k-colorpalette-tile:hover {
  position: relative;
  z-index: 101;
}

.k-colorpalette-tile.k-state-focus, .k-colorpalette-tile.k-state-selected, .k-colorpalette-tile.k-state-selected:hover, .k-colorpalette-tile:focus {
  position: relative;
  z-index: 100;
}

.k-colorpalette-tile.k-focus, .k-colorpalette-tile.k-state-focus, .k-colorpalette-tile:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.k-colorpalette-tile.k-hover, .k-colorpalette-tile.k-state-hover, .k-colorpalette-tile:hover {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.k-colorpalette-tile.k-state-selected, .k-colorpalette-tile.k-state-selected:hover {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px #fff;
}

.k-colorgradient {
  border-radius: 0.25rem;
  width: 328px;
  padding: 1rem 1rem;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  outline: 0;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-colorgradient *, .k-colorgradient ::after, .k-colorgradient ::before {
  box-sizing: border-box;
}

.k-colorgradient-canvas {
  gap: 0.75rem;
}

.k-colorgradient-canvas .k-hsv-rectangle {
  border-radius: 0.25rem;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pinch-zoom double-tap-zoom;
}

.k-colorgradient-canvas .k-hsv-gradient {
  border-radius: 0.25rem;
  height: 180px;
}

.k-colorgradient-canvas .k-hsv-draghandle {
  margin-top: -7px;
  margin-left: -7px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  cursor: pointer;
}

.k-colorgradient-canvas .k-hsv-controls {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 0.75rem;
}

.k-colorgradient .k-draghandle {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}

.k-colorgradient-slider.k-slider-vertical {
  width: 10px;
  height: 180px;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
}

.k-colorgradient-slider.k-slider-vertical .k-slider-track {
  width: 10px;
  border-radius: 10px;
  margin-left: -5px;
}

.k-colorgradient-slider.k-slider-horizontal {
  width: 100%;
  height: 10px;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
}

.k-colorgradient-slider.k-slider-horizontal .k-slider-track {
  height: 10px;
  border-radius: 10px;
  margin-top: -5px;
}

.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  position: relative;
  z-index: -1;
}

.k-colorgradient-slider .k-slider-track-wrap, .k-colorgradient-slider .k-slider-wrap {
  z-index: 1;
}

.k-colorgradient-slider .k-slider-selection {
  display: none;
}

.k-colorgradient-slider .k-draghandle {
  border-width: 3px;
}

.k-colorgradient-inputs {
  gap: 0.5rem;
}

.k-colorgradient-inputs .k-colorgradient-input-label {
  text-transform: uppercase;
}

.k-colorgradient-inputs > .k-vstack {
  gap: 0.25rem;
}

.k-colorgradient-inputs .k-numerictextbox {
  width: 56px;
}

.k-colorgradient-inputs .k-input-inner {
  text-overflow: clip;
}

.k-colorgradient-color-contrast > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 0.5rem;
}

.k-colorgradient-color-contrast .k-contrast-ratio {
  margin-bottom: 0.5rem;
}

.k-colorgradient-color-contrast .k-contrast-ratio-text {
  font-weight: 700;
}

.k-colorgradient-color-contrast .k-contrast-validation {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.k-colorgradient-color-contrast .k-contrast-validation .k-icon {
  vertical-align: middle;
}

.k-colorgradient-color-contrast .k-contrast-validation .k-i-check + .k-i-check {
  margin-left: -13px;
}

.k-color-contrast-svg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  pointer-events: none;
}

.k-rtl .k-colorgradient-color-contrast .k-i-check + .k-i-check, [dir=rtl] .k-colorgradient-color-contrast .k-i-check + .k-i-check {
  margin-left: 0;
  margin-right: -13px;
}

.k-colorgradient {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-colorgradient.k-focus, .k-colorgradient.k-state-focus, .k-colorgradient:focus {
  border-color: #d6d9dc;
}

.k-colorgradient-canvas .k-hsv-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000), linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.k-colorgradient .k-draghandle {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.k-colorgradient .k-draghandle.k-focus, .k-colorgradient .k-draghandle.k-state-focus, .k-colorgradient .k-draghandle:focus {
  border-color: #fff;
  background-color: transparent;
  box-shadow: 0 1px 4px #000;
}

.k-colorgradient .k-draghandle.k-hover, .k-colorgradient .k-draghandle.k-state-hover, .k-colorgradient .k-draghandle:active, .k-colorgradient .k-draghandle:hover {
  border-color: #fff;
  background-color: transparent;
  box-shadow: 0 1px 4px #000;
}

.k-colorgradient-slider.k-hue-slider.k-slider-horizontal .k-slider-track {
  background: linear-gradient(to right, red, #ff0, #0f0, #0ff, #00f, #f0f, red);
}

.k-colorgradient-slider.k-hue-slider.k-slider-vertical .k-slider-track {
  background: linear-gradient(to top, red, #ff0, #0f0, #0ff, #00f, #f0f, red);
}

.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC) center repeat;
}

.k-colorgradient-input-label {
  color: #8f8f8f;
}

.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track, [dir=rtl] .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track {
  background: linear-gradient(to left, red, #ff0, #0f0, #0ff, #00f, #f0f, red);
}

.k-coloreditor {
  border-radius: 0.25rem;
  min-width: 328px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.k-coloreditor *, .k-coloreditor ::after, .k-coloreditor ::before {
  box-sizing: border-box;
}

.k-coloreditor-header {
  padding: 1rem 1rem 0;
}

.k-coloreditor-header-actions {
  gap: 0.5rem;
}

.k-coloreditor-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
  position: relative;
  z-index: 1;
}

.k-coloreditor-preview .k-color-preview {
  width: 32px;
  height: 12px;
}

.k-coloreditor-views {
  min-width: calc(var(--kendo-color-preview-width, 1.5rem) * var(--kendo-color-preview-columns, 10));
  padding: 1rem 1rem;
  gap: 1rem;
}

.k-coloreditor-views .k-colorgradient {
  padding: 0;
  width: auto;
  border-width: 0;
}

.k-coloreditor-views .k-colorpalette {
  -ms-flex-item-align: center;
  align-self: center;
}

.k-coloreditor-views .k-colorpalette-tile {
  width: var(--kendo-color-preview-width, 1.5rem);
  height: var(--kendo-color-preview-height, 1.5rem);
}

.k-coloreditor-footer.k-action-buttons, .k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-edit-buttons, .k-coloreditor-footer.k-form-buttons {
  margin: 0;
}

.k-coloreditor {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-coloreditor.k-focus, .k-coloreditor.k-state-focus, .k-coloreditor:focus {
  border-color: #d6d9dc;
}

.k-color-picker, .k-colorpicker {
  width: -webkit-min-content;
  width: min-content;
}

.k-datetime-selector {
  display: -ms-flexbox;
  display: flex;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.k-datetime-wrap {
  width: calc(304px + 2rem);
  overflow: hidden;
}

.k-datetime-wrap .k-datetime-buttongroup {
  padding: 0.5rem 0.5rem;
}

.k-datetime-wrap .k-calendar, .k-datetime-wrap .k-timeselector {
  width: 100%;
  border-width: 0;
}

.k-datetime-calendar-wrap, .k-datetime-time-wrap {
  text-align: center;
  -ms-flex: 0 0 calc(304px + 2rem);
  flex: 0 0 calc(304px + 2rem);
}

.k-date-tab .k-datetime-selector {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.k-time-tab .k-datetime-selector {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl .k-datetimepicker .k-time-tab .k-datetime-selector {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.k-daterange-picker, .k-daterangepicker {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
}

.k-daterange-picker *, .k-daterange-picker ::after, .k-daterange-picker ::before, .k-daterangepicker *, .k-daterangepicker ::after, .k-daterangepicker ::before {
  box-sizing: border-box;
}

.k-daterange-picker .k-dateinput, .k-daterangepicker .k-dateinput {
  width: 10em;
}

.k-daterangepicker-wrap {
  display: inherit;
  -ms-flex-flow: inherit;
  flex-flow: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  gap: inherit;
}

.k-dropdowngrid-popup {
  overflow: hidden;
}

.k-dropdowngrid-popup .k-virtual-wrap {
  margin: 0;
}

.k-dropdowngrid-popup .k-list-scroller {
  overflow-x: hidden;
}

.k-grid-list {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  empty-cells: show;
  outline: 0;
  display: table;
  list-style: none;
}

.k-dropdowngrid-popup .k-grid-header {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  display: block;
}

.k-dropdowngrid-popup .k-grid-header-wrap {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
}

.k-dropdowngrid-popup .k-grid-header table {
  margin-bottom: -1px;
  width: 100%;
  max-width: none;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  empty-cells: show;
  outline: 0;
}

.k-dropdowngrid-popup .k-grid-header .k-header {
  padding: 0.5rem 0.5rem;
  border-width: 0 0 0 1px;
  border-style: solid;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.k-dropdowngrid-popup .k-grid-header .k-header:first-child {
  border-left: 0;
}

.k-grid-list > .k-item {
  box-sizing: border-box;
  display: table-row;
  position: relative;
  cursor: pointer;
}

.k-grid-list > .k-item > .k-cell, .k-grid-list > .k-item > .k-group, .k-grid-list > .k-item > .k-spacer-group {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.k-grid-list.k-virtual-list > .k-item > .k-cell, .k-grid-list.k-virtual-list > .k-item > .k-group, .k-grid-list.k-virtual-list > .k-item > .k-spacer-group {
  display: inline-block;
}

.k-grid-list > .k-item:last-child > .k-cell, .k-grid-list > .k-item:last-child > .k-group-cell, .k-grid-list > .k-item:last-child > .k-spacer-cell {
  border-bottom-width: 0;
}

.k-grid-list > .k-item > .k-cell {
  padding: 0.5rem 0.5rem;
  border-width: 0 0 0 1px;
  border-style: solid;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.k-grid-list > .k-item > .k-cell:first-child {
  border-left: 0;
}

.k-dropdowngrid-popup .k-group-header, .k-dropdowngrid-popup .k-outer-group-header {
  margin: 0;
  padding: 0.5rem 0.5rem;
  min-height: auto;
  font-size: inherit;
  text-align: left;
  font-weight: 700;
}

.k-grid-list > .k-item.k-first {
  border-top: 1px solid currentColor;
}

.k-grid-list > .k-item > .k-group-cell, .k-grid-list > .k-item > .k-spacer-cell {
  padding: 0;
  width: 0;
  border-left-width: 0;
  border-right-width: 0;
  overflow: visible;
  position: relative;
}

.k-grid-list > .k-item > .k-group-cell > span {
  padding: 0 0.25rem;
  font-size: 0.75em;
  position: absolute;
  top: 0;
  right: 0;
}

.k-grid-list > .k-outer-group-header {
  height: 2.5rem;
  display: table-row;
  position: relative;
}

.k-grid-list > .k-outer-group-header > strong {
  padding: 0.5rem 0.5rem;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}

.k-dropdowngrid-popup .k-footer {
  padding: 0.5rem 0.5rem;
  border-width: 1px 0 0;
  border-style: solid;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-rtl .k-dropdowngrid-popup .k-grid-header-wrap, .k-rtl.k-dropdowngrid-popup .k-grid-header-wrap, [dir=rtl] .k-dropdowngrid-popup .k-grid-header-wrap, [dir=rtl].k-dropdowngrid-popup .k-grid-header-wrap {
  border-right-width: 0;
  border-left-width: 1px;
}

.k-rtl .k-dropdowngrid-popup .k-grid-header .k-header, .k-rtl .k-grid-list > .k-item > .k-cell, .k-rtl.k-dropdowngrid-popup .k-grid-header .k-header, [dir=rtl] .k-dropdowngrid-popup .k-grid-header .k-header, [dir=rtl] .k-grid-list > .k-item > .k-cell, [dir=rtl].k-dropdowngrid-popup .k-grid-header .k-header {
  border-left-width: 0;
  border-right-width: 1px;
  text-align: right;
}

.k-rtl .k-dropdowngrid-popup .k-grid-header .k-header:first-child, .k-rtl .k-grid-list > .k-item > .k-cell:first-child, .k-rtl.k-dropdowngrid-popup .k-grid-header .k-header:first-child, [dir=rtl] .k-dropdowngrid-popup .k-grid-header .k-header:first-child, [dir=rtl] .k-grid-list > .k-item > .k-cell:first-child, [dir=rtl].k-dropdowngrid-popup .k-grid-header .k-header:first-child {
  border-right-width: 0;
}

.k-rtl div.k-dropdowngrid-popup .k-group-header, .k-rtl div.k-dropdowngrid-popup .k-outer-group-header, [dir=rtl] div.k-dropdowngrid-popup .k-group-header, [dir=rtl] div.k-dropdowngrid-popup .k-outer-group-header {
  text-align: right;
}

.k-rtl .k-grid-list > .k-item > .k-group-cell > span, [dir=rtl] .k-grid-list > .k-item > .k-group-cell > span {
  right: auto;
  left: 0;
}

.k-rtl .k-grid-list > .k-outer-group-header > strong, [dir=rtl] .k-grid-list > .k-outer-group-header > strong {
  left: auto;
  right: 0;
}

.k-dropdowngrid-popup {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-dropdowngrid-popup .k-grid-header, .k-dropdowngrid-popup .k-header {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-dropdowngrid-popup .k-footer {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-dropdowngrid-popup .k-group-header, .k-dropdowngrid-popup .k-outer-group-header {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-grid-list > .k-group-header, .k-grid-list > .k-outer-group-header {
  background: 0 0;
  box-shadow: none;
}

.k-grid-list > .k-item:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-grid-list > .k-outer-group-header:nth-child(2n) > strong {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-dropdowngrid-popup .k-cell {
  border-color: #dee2e6;
}

.k-dropdowngrid-popup .k-item.k-state-hover, .k-dropdowngrid-popup .k-item:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.k-dropdowngrid-popup .k-item.k-state-selected {
  border-color: #dee2e6;
  color: #212529;
  background-color: rgba(13, 110, 253, 0.25);
}

.k-dropdowngrid-popup .k-item.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-dropdowngrid-popup .k-group-cell span {
  background-color: #212529;
  color: #fff;
}

.k-grid-list > .k-item.k-last > .k-cell, .k-grid-list > .k-item.k-last > .k-group-cell, .k-grid-list > .k-item.k-last > .k-spacer-cell {
  border-bottom-color: #212529;
}

.k-dropdown-operator {
  width: -webkit-min-content;
  width: min-content;
  -ms-flex: none;
  flex: none;
  aspect-ratio: 1;
}

.k-dropdown-operator .k-input-button {
  border-width: 0;
}

.k-dropdown-operator .k-input-button .k-button-icon {
  width: auto;
  aspect-ratio: 1;
}

.k-dropdown-operator .k-input-inner {
  display: none;
}

.k-treeview {
  padding: 0;
  border-width: 0;
  background: 0 0;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  cursor: default;
  overflow: auto;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-treeview *, .k-treeview ::after, .k-treeview ::before {
  box-sizing: border-box;
}

.k-treeview-filter {
  padding: 0.5rem;
  display: block;
  position: relative;
  -ms-flex: none;
  flex: none;
}

.k-treeview-group {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-treeview-group.ng-animating {
  overflow: hidden;
}

.k-treeview-bot, .k-treeview-mid, .k-treeview-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.k-treeview-item {
  outline-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  border-width: 0;
  display: block;
}

.k-treeview-toggle {
  margin-left: -16px;
  -ms-flex: none;
  flex: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.k-treeview-loading {
  margin-right: 0.5rem;
}

.k-treeview .k-checkbox-wrap, .k-treeview .k-checkbox-wrapper {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  -ms-flex-item-align: center;
  align-self: center;
}

.k-treeview-leaf {
  border-radius: 0.25rem;
  padding: 0.25rem 0.75rem;
  border: 0 solid transparent;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  vertical-align: middle;
  position: relative;
}

.k-treeview-leaf .k-icon, .k-treeview-leaf .k-image, .k-treeview-leaf .k-sprite {
  margin-right: 0.5rem;
}

.k-treeview-leaf.k-focus {
  z-index: 1;
}

.k-treeview .k-treeview-load-more-button {
  cursor: pointer;
}

.k-treeview .k-treeview-load-more-button.k-focus, .k-treeview .k-treeview-load-more-button.k-hover, .k-treeview .k-treeview-load-more-button:focus, .k-treeview .k-treeview-load-more-button:hover {
  text-decoration: underline;
}

.k-rtl .k-treeview .k-treeview-item, .k-treeview[dir=rtl] .k-treeview-item {
  padding-left: 0;
  padding-right: 16px;
}

.k-rtl .k-treeview .k-treeview-toggle, .k-treeview[dir=rtl] .k-treeview-toggle {
  margin-left: 0;
  margin-right: -16px;
}

.k-rtl .k-treeview .k-treeview-loading, .k-treeview[dir=rtl] .k-treeview-loading {
  margin-right: 0;
  margin-left: 0.5rem;
}

.k-rtl .k-treeview .k-in .k-icon, .k-rtl .k-treeview .k-in .k-image, .k-rtl .k-treeview .k-in .k-sprite, .k-rtl .k-treeview .k-treeview-leaf .k-icon, .k-rtl .k-treeview .k-treeview-leaf .k-image, .k-rtl .k-treeview .k-treeview-leaf .k-sprite, .k-treeview[dir=rtl] .k-in .k-icon, .k-treeview[dir=rtl] .k-in .k-image, .k-treeview[dir=rtl] .k-in .k-sprite, .k-treeview[dir=rtl] .k-treeview-leaf .k-icon, .k-treeview[dir=rtl] .k-treeview-leaf .k-image, .k-treeview[dir=rtl] .k-treeview-leaf .k-sprite {
  margin-right: 0;
  margin-left: 0.5rem;
}

.k-treeview-sm {
  font-size: 1rem;
  line-height: 1.5;
}

.k-treeview-sm .k-treeview-leaf {
  padding: 0.125rem 0.75rem;
}

.k-treeview-md {
  font-size: 1rem;
  line-height: 1.5;
}

.k-treeview-md .k-treeview-leaf {
  padding: 0.25rem 0.75rem;
}

.k-treeview-lg {
  font-size: 1rem;
  line-height: 1.5;
}

.k-treeview-lg .k-treeview-leaf {
  padding: 0.375rem 0.75rem;
}

.k-treeview-leaf {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-treeview {
  color: #212529;
}

.k-treeview-leaf.k-hover, .k-treeview-leaf:hover {
  border-color: #e9ecef;
  color: #16181b;
  background-color: #e9ecef;
}

.k-treeview-leaf.k-focus, .k-treeview-leaf:focus {
  box-shadow: inset 0 0 0 2px rgba(33, 37, 41, 0.15);
}

.k-treeview-leaf.k-selected {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-treeview .k-treeview-load-more-button {
  color: #0d6efd;
  background-color: transparent;
}

.k-treeview .k-treeview-load-more-button.k-hover, .k-treeview .k-treeview-load-more-button:hover {
  color: #0a58ca;
  background-color: transparent;
}

.k-treeview .k-treeview-load-more-button.k-focus, .k-treeview .k-treeview-load-more-button:focus {
  color: #0a58ca;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(33, 37, 41, 0.15);
}

.k-popup-dropdowntree {
  padding: 0;
}

.k-popup-dropdowntree .k-check-all {
  padding: 0.5rem 0.5rem;
}

.k-popup-dropdowntree .k-treeview {
  padding: 0.5rem 0.5rem;
}

.k-rating {
  margin: 0;
  padding: 0;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  background: 0 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-rating *, .k-rating ::after, .k-rating ::before {
  box-sizing: border-box;
}

.k-rating.k-state-readonly {
  pointer-events: none;
}

.k-rating-container {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  margin: 0 0.5rem;
}

.k-rating-container .k-rating-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 0.5rem 0.5rem;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  margin: 0;
  outline: 0;
  overflow: hidden;
  transition: color 0.2s ease-out 0s;
}

.k-rating-container .k-rating-item * {
  pointer-events: none;
}

.k-rating-container .k-rating-item .k-icon {
  font-size: 24px;
}

.k-rating-container .k-rating-item .k-rating-precision-complement, .k-rating-container .k-rating-item .k-rating-precision-part {
  display: inherit;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  overflow: hidden;
}

.k-rating-container .k-rating-item .k-rating-precision-complement {
  direction: rtl;
}

.k-rating-container .k-rating-item svg {
  fill: currentColor;
}

.k-rating-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  line-height: 2;
  margin: 0.5rem 1rem;
}

.k-rtl .k-rating-precision-part, [dir=rtl] .k-rating-precision-part {
  left: auto;
  right: 0.5rem;
}

.k-rtl .k-rating-item .k-rating-precision-complement, [dir=rtl] .k-rating-item .k-rating-precision-complement {
  direction: ltr;
}

.k-rating {
  color: #212529;
}

.k-rating.k-state-focused .k-rating-item > .k-icon, .k-rating:focus .k-rating-item > .k-icon {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.k-rating.k-state-focused .k-rating-item.k-state-selected > .k-icon, .k-rating:focus .k-rating-item.k-state-selected > .k-icon {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.k-rating-item {
  color: #6c757d;
}

.k-rating-item.k-state-selected {
  color: #0d6efd;
}

.k-rating-item.k-state-selected.k-state-focused, .k-rating-item.k-state-selected:focus {
  color: #0d6efd;
}

.k-rating-item.k-state-hover, .k-rating-item:hover {
  color: #0d6efd;
  cursor: pointer;
}

.k-switch {
  box-sizing: border-box;
  outline: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-switch *, .k-switch ::after, .k-switch ::before {
  box-sizing: border-box;
}

.k-switch [type=checkbox] {
  display: none;
}

.k-switch[aria-readonly=true] {
  pointer-events: none;
}

.k-switch.k-readonly {
  pointer-events: none;
}

.k-switch-track {
  border-width: 1px;
  border-style: solid;
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  transition: background-color 0.2s ease-in-out;
}

.k-switch-thumb-wrap {
  width: 0;
  height: 0;
  overflow: visible;
  position: absolute;
  transition: left 0.2s ease-in-out;
  top: 50%;
}

.k-switch-thumb {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-switch-label-off, .k-switch-label-on {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

.k-switch-sm {
  width: 48px;
  height: 26px;
}

.k-switch-sm .k-switch-track {
  width: 48px;
  height: 26px;
}

.k-switch-sm .k-switch-thumb {
  width: 20px;
  height: 20px;
}

.k-switch-sm.k-switch-on .k-switch-thumb-wrap {
  left: calc(100% - 13px);
}

.k-switch-sm.k-switch-off .k-switch-thumb-wrap {
  left: 13px;
}

.k-rtl .k-switch-sm .k-switch-label-on, .k-switch-sm[dir=rtl] .k-switch-label-on, [dir=rtl] .k-switch-sm .k-switch-label-on {
  left: auto;
}

.k-rtl .k-switch-sm .k-switch-label-off, .k-switch-sm[dir=rtl] .k-switch-label-off, [dir=rtl] .k-switch-sm .k-switch-label-off {
  right: auto;
}

.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap, .k-switch-sm[dir=rtl].k-switch-on .k-switch-thumb-wrap, [dir=rtl] .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
  left: 13px;
}

.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap, .k-switch-sm[dir=rtl].k-switch-off .k-switch-thumb-wrap, [dir=rtl] .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
  left: calc(100% - 13px);
}

.k-switch-md {
  width: 56px;
  height: 30px;
}

.k-switch-md .k-switch-track {
  width: 56px;
  height: 30px;
}

.k-switch-md .k-switch-thumb {
  width: 24px;
  height: 24px;
}

.k-switch-md.k-switch-on .k-switch-thumb-wrap {
  left: calc(100% - 15px);
}

.k-switch-md.k-switch-off .k-switch-thumb-wrap {
  left: 15px;
}

.k-rtl .k-switch-md .k-switch-label-on, .k-switch-md[dir=rtl] .k-switch-label-on, [dir=rtl] .k-switch-md .k-switch-label-on {
  left: auto;
}

.k-rtl .k-switch-md .k-switch-label-off, .k-switch-md[dir=rtl] .k-switch-label-off, [dir=rtl] .k-switch-md .k-switch-label-off {
  right: auto;
}

.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap, .k-switch-md[dir=rtl].k-switch-on .k-switch-thumb-wrap, [dir=rtl] .k-switch-md.k-switch-on .k-switch-thumb-wrap {
  left: 15px;
}

.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap, .k-switch-md[dir=rtl].k-switch-off .k-switch-thumb-wrap, [dir=rtl] .k-switch-md.k-switch-off .k-switch-thumb-wrap {
  left: calc(100% - 15px);
}

.k-switch-lg {
  width: 64px;
  height: 34px;
}

.k-switch-lg .k-switch-track {
  width: 64px;
  height: 34px;
}

.k-switch-lg .k-switch-thumb {
  width: 28px;
  height: 28px;
}

.k-switch-lg.k-switch-on .k-switch-thumb-wrap {
  left: calc(100% - 17px);
}

.k-switch-lg.k-switch-off .k-switch-thumb-wrap {
  left: 17px;
}

.k-rtl .k-switch-lg .k-switch-label-on, .k-switch-lg[dir=rtl] .k-switch-label-on, [dir=rtl] .k-switch-lg .k-switch-label-on {
  left: auto;
}

.k-rtl .k-switch-lg .k-switch-label-off, .k-switch-lg[dir=rtl] .k-switch-label-off, [dir=rtl] .k-switch-lg .k-switch-label-off {
  right: auto;
}

.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap, .k-switch-lg[dir=rtl].k-switch-on .k-switch-thumb-wrap, [dir=rtl] .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
  left: 17px;
}

.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap, .k-switch-lg[dir=rtl].k-switch-off .k-switch-thumb-wrap, [dir=rtl] .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
  left: calc(100% - 17px);
}

.k-rtl .k-switch .k-switch-thumb, .k-switch[dir=rtl] .k-switch-thumb, [dir=rtl] .k-switch .k-switch-thumb {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.k-switch.k-disabled, .k-switch.k-state-disabled {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.k-switch-off .k-switch-track {
  border-color: #adb5bd;
  background-color: #fff;
}

.k-switch-off .k-switch-thumb {
  background-color: #adb5bd;
}

.k-switch-off.k-focus .k-switch-track, .k-switch-off:focus .k-switch-track {
  border-color: #86b7fe;
  outline: 0.25rem solid rgba(13, 110, 253, 0.25);
}

.k-switch-off.k-disabled .k-switch-track, .k-switch-off:disabled .k-switch-track {
  background-color: #e9ecef;
}

.k-switch-off .k-switch-label-on {
  color: transparent;
}

.k-switch-on .k-switch-track {
  border-color: #0d6efd;
  background-color: #0d6efd;
}

.k-switch-on .k-switch-thumb {
  background-color: #fff;
}

.k-switch-on.k-focus .k-switch-track, .k-switch-on:focus .k-switch-track {
  outline: 0.25rem solid rgba(13, 110, 253, 0.25);
}

.k-switch-on.k-disabled .k-switch-track, .k-switch-on:disabled .k-switch-track {
  background-color: #86b7fe;
}

.k-switch-on .k-switch-label-off {
  color: transparent;
}

.k-external-dropzone {
  height: 220px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-dropzone-inner {
  padding: 0.5rem 0.5rem;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.k-dropzone-inner .k-dropzone-icon, .k-dropzone-inner > .k-icon {
  margin-bottom: 1.5rem;
  font-size: 48px;
}

.k-dropzone-inner .k-dropzone-hint {
  margin-bottom: 0.5rem;
}

.k-dropzone-inner .k-dropzone-note {
  font-size: 0.75rem;
}

.k-dropzone-inner {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-dropzone-inner .k-dropzone-icon, .k-dropzone-inner > .k-icon {
  color: #afb1b2;
}

.k-dropzone-inner .k-dropzone-note {
  color: #afb1b2;
}

.k-external-dropzone-hover .k-dropzone-icon, .k-external-dropzone-hover .k-icon {
  color: #0d6efd;
}

.k-upload {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-upload *, .k-upload ::after, .k-upload ::before {
  box-sizing: border-box;
}

.k-upload .k-upload-button {
  min-width: 7em;
}

.k-upload .k-dropzone {
  padding: 0.5rem 0.5rem;
  border-width: 0;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-color: transparent;
}

.k-upload .k-dropzone .k-dropzone-hint {
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  -ms-flex: 1;
  flex: 1;
}

.k-upload .k-dropzone .k-upload-status {
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.k-upload .k-dropzone .k-upload-status > .k-icon {
  margin-right: 0.5rem;
}

.k-upload .k-dropzone .k-upload-status + .k-dropzone-hint {
  display: none;
}

.k-upload .k-dropzone-active .k-upload-status {
  display: none;
}

.k-upload .k-dropzone-active .k-upload-status + .k-dropzone-hint {
  display: block;
}

.k-upload .k-upload-files {
  max-height: 300px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  list-style: none;
}

.k-upload .k-upload-files .k-file-multiple, .k-upload .k-upload-files .k-file-single {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-upload .k-upload-files .k-file-single {
  -ms-flex-align: center;
  align-items: center;
}

.k-upload .k-upload-files .k-file-multiple {
  -ms-flex-align: start;
  align-items: flex-start;
}

.k-upload .k-upload-files .k-file {
  padding: 1rem 1rem calc(1rem + 2px);
  border-width: 0 0 1px;
  border-style: solid;
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.k-upload .k-upload-files .k-file:last-child {
  border-width: 0;
}

.k-upload .k-upload-files .k-filename {
  margin-left: 1rem;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.k-upload .k-upload-files .k-upload-status .k-icon {
  vertical-align: middle;
}

.k-upload .k-upload-files .k-upload-pct {
  margin: 0 0.5rem;
  font-weight: 400;
  vertical-align: middle;
}

.k-upload .k-upload-files ~ .k-clear-selected, .k-upload .k-upload-files ~ .k-upload-selected {
  margin-top: -0.5rem;
  border-width: 0;
}

.k-upload .k-upload-files ~ .k-upload-selected {
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: -1px;
}

.k-upload .k-upload-files .k-file-information, .k-upload .k-upload-files .k-file-name, .k-upload .k-upload-files .k-file-size, .k-upload .k-upload-files .k-file-validation-message {
  display: block;
}

.k-upload .k-upload-files .k-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.k-upload .k-upload-files .k-file-information, .k-upload .k-upload-files .k-file-size, .k-upload .k-upload-files .k-file-validation-message {
  font-size: 11px;
  line-height: 1;
}

.k-upload .k-upload-files .k-file-extension-wrapper, .k-upload .k-upload-files .k-file-invalid-extension-wrapper, .k-upload .k-upload-files .k-multiple-files-extension-wrapper, .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
  margin: 1px 0;
  width: 24px;
  height: 34px;
  border-width: 2px;
  border-style: solid;
  font-size: 0.57rem;
  text-transform: uppercase;
  position: absolute;
  top: 1rem;
}

.k-upload .k-upload-files .k-file-group-wrapper .k-file-group, .k-upload .k-upload-files .k-file-invalid-group-wrapper .k-file-group, .k-upload .k-upload-files .k-multiple-files-group-wrapper .k-file-group, .k-upload .k-upload-files .k-multiple-files-invalid-group-wrapper .k-file-group {
  font-size: 32px;
}

.k-upload .k-upload-files .k-file-group-wrapper .k-file-state, .k-upload .k-upload-files .k-file-invalid-group-wrapper .k-file-state, .k-upload .k-upload-files .k-multiple-files-group-wrapper .k-file-state, .k-upload .k-upload-files .k-multiple-files-invalid-group-wrapper .k-file-state {
  position: absolute;
}

.k-upload .k-upload-files .k-file-invalid-extension-wrapper, .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
  font-size: 1.2em;
}

.k-upload .k-upload-files .k-multiple-files-extension-wrapper, .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
  margin-top: 0.5rem;
}

.k-upload .k-upload-files .k-file-state {
  visibility: hidden;
}

.k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper, .k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
  margin-left: calc(24px + 1rem);
  min-height: 38px;
  display: block;
  overflow: hidden;
}

.k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper, .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper {
  margin-left: calc(24px + 1rem);
}

.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
  margin-bottom: -2px;
}

.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper .k-file-information, .k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper .k-file-size, .k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper .k-file-validation-message {
  font-size: 0.68775rem;
}

.k-upload .k-upload-files .k-file-extension-wrapper::before, .k-upload .k-upload-files .k-file-invalid-extension-wrapper::before, .k-upload .k-upload-files .k-multiple-files-extension-wrapper::after, .k-upload .k-upload-files .k-multiple-files-extension-wrapper::before, .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after, .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before {
  content: "";
  border-style: solid;
  display: inline-block;
  position: absolute;
}

.k-upload .k-upload-files .k-file-extension-wrapper::before, .k-upload .k-upload-files .k-file-invalid-extension-wrapper::before, .k-upload .k-upload-files .k-multiple-files-extension-wrapper::before, .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before {
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-width: 6px;
  margin-top: -1px;
  margin-right: -1px;
}

.k-upload .k-upload-files .k-multiple-files-extension-wrapper::after, .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after {
  top: -6px;
  left: -6px;
  width: 15px;
  height: 35px;
  border-width: 2px 0 0 2px;
}

.k-upload .k-upload-files .k-file-extension, .k-upload .k-upload-files .k-file-invalid-icon {
  position: absolute;
  bottom: 0;
  line-height: normal;
}

.k-upload .k-upload-files .k-file-invalid-icon {
  margin-left: 4px;
}

.k-upload .k-upload-files .k-file-extension {
  margin-left: 0.2em;
  margin-bottom: 0.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  left: 0;
}

.k-upload .k-upload-files .k-upload-action {
  border-width: 0;
  color: inherit;
  background: 0 0;
  box-shadow: none;
}

.k-upload .k-upload-files .k-file-name-size-wrapper {
  margin-left: 0;
  margin-right: 0;
  min-height: 32px;
  display: block;
  overflow: hidden;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.k-upload .k-file-multiple > .k-file-name-size-wrapper {
  margin-left: 1rem;
}

.k-upload .k-file-single > .k-file-name-size-wrapper, .k-upload .k-file > .k-file-name-size-wrapper, .k-upload .k-multiple-files-wrapper {
  margin-left: 1rem;
  margin-right: 0;
  min-height: 32px;
  display: block;
  overflow: hidden;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.k-upload .k-multiple-files-wrapper .k-file-name-size-wrapper {
  margin-bottom: 12px;
  display: block;
}

.k-upload .k-multiple-files-wrapper .k-file-information {
  margin-top: -4px;
}

.k-upload .k-progress {
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.k-upload .k-progressbar {
  height: 2px;
  position: absolute;
  bottom: 0.5rem;
  width: calc(100% - 2rem);
}

.k-upload .k-progressbar .k-progress {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.k-upload .k-file-invalid > .k-progress {
  width: 100%;
}

.k-upload .k-action-buttons, .k-upload .k-actions, .k-upload .k-columnmenu-actions, .k-upload .k-edit-buttons, .k-upload .k-form-buttons {
  border-top-width: 1px;
}

.k-rtl .k-upload .k-dropzone, .k-upload[dir=rtl] .k-dropzone {
  text-align: left;
}

.k-rtl .k-upload .k-dropzone .k-upload-status > .k-icon, .k-upload[dir=rtl] .k-dropzone .k-upload-status > .k-icon {
  margin-left: 0.75rem;
  margin-right: 0;
}

.k-rtl .k-upload .k-file-multiple > .k-file-name-size-wrapper, .k-rtl .k-upload .k-file-single > .k-file-name-size-wrapper, .k-rtl .k-upload .k-file > .k-file-name-size-wrapper, .k-rtl .k-upload .k-multiple-files-wrapper, .k-upload[dir=rtl] .k-file-multiple > .k-file-name-size-wrapper, .k-upload[dir=rtl] .k-file-single > .k-file-name-size-wrapper, .k-upload[dir=rtl] .k-file > .k-file-name-size-wrapper, .k-upload[dir=rtl] .k-multiple-files-wrapper {
  margin-right: 1rem;
}

.k-rtl .k-upload .k-button + .k-button, .k-upload[dir=rtl] .k-button + .k-button {
  border-right-width: 0;
}

.k-rtl .k-upload .k-progress, .k-upload[dir=rtl] .k-progress {
  left: auto;
  right: 0;
}

.k-upload-button {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.k-upload-button input {
  font: 170px monospace !important;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.k-upload-button input.k-state-disabled, .k-upload-button input[disabled] {
  visibility: hidden;
}

.k-upload {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-upload .k-dropzone {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-upload .k-dropzone.k-dropzone-hover, .k-upload .k-dropzone.k-dropzone-hovered {
  background-color: #f4f5f6;
}

.k-upload .k-dropzone .k-dropzone-hint {
  color: #6c757d;
}

.k-upload .k-file, .k-upload .k-upload-files {
  border-color: #dee2e6;
}

.k-upload .k-file.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-upload .k-file .k-upload-action.k-state-focused {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-upload .k-upload-status {
  color: #6c757d;
}

.k-upload .k-file-progress .k-file-name {
  color: #212529;
}

.k-upload .k-file-progress .k-progress {
  background-color: #0dcaf0;
}

.k-upload .k-file-success .k-progress {
  background-color: #198754;
}

.k-upload .k-file-error .k-file-validation-message, .k-upload .k-file-invalid .k-file-validation-message {
  color: #dc3545;
}

.k-upload .k-file-error .k-progress, .k-upload .k-file-invalid .k-progress {
  background-color: #dc3545;
}

.k-upload .k-file-extension-wrapper, .k-upload .k-file-group-wrapper, .k-upload .k-file-invalid-extension-wrapper, .k-upload .k-file-invalid-group-wrapper, .k-upload .k-multiple-files-extension-wrapper, .k-upload .k-multiple-files-group-wrapper, .k-upload .k-multiple-files-invalid-extension-wrapper, .k-upload .k-multiple-files-invalid-group-wrapper {
  color: #6c757d;
  border-color: #6c757d;
}

.k-upload .k-file-error .k-file-extension-wrapper, .k-upload .k-file-error .k-file-group-wrapper, .k-upload .k-file-invalid-extension-wrapper, .k-upload .k-file-invalid-group-wrapper, .k-upload .k-multiple-files-invalid-extension-wrapper, .k-upload .k-multiple-files-invalid-group-wrapper {
  border-color: #6c757d;
}

.k-upload .k-file-error .k-file-extension-wrapper::before, .k-upload .k-file-extension-wrapper::before, .k-upload .k-file-invalid-extension-wrapper::before, .k-upload .k-multiple-files-extension-wrapper::before, .k-upload .k-multiple-files-invalid-extension-wrapper::before {
  background-color: #fff;
  border-color: transparent transparent #6c757d #6c757d;
}

.k-upload .k-multiple-files-extension-wrapper::after, .k-upload .k-multiple-files-invalid-extension-wrapper::after {
  border-top-color: #6c757d;
  border-left-color: #6c757d;
}

.k-upload .k-file-information, .k-upload .k-file-size, .k-upload .k-file-validation-message {
  color: #6c757d;
}

.k-upload .k-multiple-files-wrapper .k-file-information {
  color: #212529;
}

.k-upload.k-state-invalid, .k-upload.ng-invalid.ng-dirty, .k-upload.ng-invalid.ng-touched {
  border-color: #dc3545;
}

.k-appbar {
  padding: 0.5rem 0.5rem;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-appbar *, .k-appbar ::after, .k-appbar ::before {
  box-sizing: border-box;
}

.k-appbar > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-appbar .k-appbar-section {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.k-appbar .k-appbar-spacer {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.k-appbar .k-appbar-spacer-sized {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.k-appbar .k-appbar-separator {
  margin: 0;
  width: 0;
  min-height: 1em;
  border-style: solid;
  border-width: 0 0 0 1px;
  display: inline-block;
}

.k-appbar .k-input, .k-appbar .k-picker {
  width: 10em;
}

.k-appbar .k-color-picker, .k-appbar .k-colorpicker {
  width: -webkit-min-content;
  width: min-content;
}

.k-appbar-static {
  position: static;
}

.k-appbar-sticky {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.k-appbar-fixed {
  width: 100%;
  position: fixed;
  z-index: 1;
}

.k-appbar-top {
  top: 0;
  bottom: auto;
}

.k-appbar-bottom {
  top: auto;
  bottom: 0;
}

.k-appbar-bottom.k-appbar-fixed {
  bottom: 0;
}

.k-appbar {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

.k-appbar-bottom {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.16);
}

.k-appbar-primary {
  color: #fff;
  background-color: #0d6efd;
}

.k-appbar-secondary {
  color: #fff;
  background-color: #6c757d;
}

.k-appbar-tertiary {
  color: #fff;
  background-color: #6f42c1;
}

.k-appbar-info {
  color: #fff;
  background-color: #0dcaf0;
}

.k-appbar-success {
  color: #fff;
  background-color: #198754;
}

.k-appbar-warning {
  color: #000;
  background-color: #ffc107;
}

.k-appbar-error {
  color: #fff;
  background-color: #dc3545;
}

.k-appbar-dark {
  color: #fff;
  background-color: #212529;
}

.k-appbar-light {
  color: #000;
  background-color: #f8f9fa;
}

.k-appbar-inverse {
  color: #fff;
  background-color: #212529;
}

.k-fab {
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  color: inherit;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  outline: 0;
}

.k-fab *, .k-fab ::after, .k-fab ::before {
  box-sizing: border-box;
}

.k-fab:focus {
  outline: 0;
}

.k-fab-icon {
  width: 24px;
  height: 24px;
}

.k-fab-icon:not(:only-child) {
  margin-right: 0.125rem;
  margin-left: -0.125rem;
}

.k-fab-sm {
  padding: 0.5rem 0.5rem;
}

.k-fab-md {
  padding: 1rem 1rem;
}

.k-fab-lg {
  padding: 1.5rem 1.5rem;
}

.k-fab-square {
  aspect-ratio: 1;
}

.k-fab-items {
  margin: 0;
  padding: 1rem 0;
  display: -ms-flexbox;
  display: flex;
}

.k-fab-items-bottom {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-fab-items-bottom .k-fab-item:last-child {
  margin-bottom: 0;
}

.k-fab-items-top {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.k-fab-items-top .k-fab-item:first-child {
  margin-bottom: 0;
}

.k-fab-item {
  list-style-type: none;
  margin-bottom: 0.5rem;
  outline: 0;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.k-fab-item.k-text-right {
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-fab-item.k-text-right .k-fab-item-text {
  margin-right: 0.5rem;
}

.k-fab-item.k-text-left {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.k-fab-item.k-text-left .k-fab-item-text {
  margin-left: 0.5rem;
}

.k-fab-item-text {
  padding: 0.25rem 0.25rem;
  border-width: 1px;
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 14px;
}

.k-fab-item-icon {
  width: 24px;
  height: 24px;
  padding: 0.5rem 0.5rem;
  border-width: 0;
  border-radius: 50%;
  box-sizing: content-box;
  outline: 0;
}

.k-fab[dir=rtl], .k-rtl .k-fab, [dir=rtl] .k-fab {
  direction: rtl;
}

.k-fab[dir=rtl] .k-fab-icon:not(:only-child), .k-rtl .k-fab .k-fab-icon:not(:only-child), [dir=rtl] .k-fab .k-fab-icon:not(:only-child) {
  margin-right: -0.5rem;
  margin-left: 0.5rem;
}

.k-rtl .k-fab-popup .k-fab-item.k-text-left, [dir=rtl] .k-fab-popup .k-fab-item.k-text-left {
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-rtl .k-fab-popup .k-fab-item.k-text-right, [dir=rtl] .k-fab-popup .k-fab-item.k-text-right {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.k-fab-solid-primary {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 1px solid #0d6efd;
  outline-offset: -1px;
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-fab-solid-secondary {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 1px solid #6c757d;
  outline-offset: -1px;
  border-color: #6c757d;
  color: #fff;
  background-color: #6c757d;
}

.k-fab-solid-tertiary {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 1px solid #6f42c1;
  outline-offset: -1px;
  border-color: #6f42c1;
  color: #fff;
  background-color: #6f42c1;
}

.k-fab-solid-info {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 1px solid #0dcaf0;
  outline-offset: -1px;
  border-color: #0dcaf0;
  color: #fff;
  background-color: #0dcaf0;
}

.k-fab-solid-success {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 1px solid #198754;
  outline-offset: -1px;
  border-color: #198754;
  color: #fff;
  background-color: #198754;
}

.k-fab-solid-warning {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 1px solid #ffc107;
  outline-offset: -1px;
  border-color: #ffc107;
  color: #000;
  background-color: #ffc107;
}

.k-fab-solid-error {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 1px solid #dc3545;
  outline-offset: -1px;
  border-color: #dc3545;
  color: #fff;
  background-color: #dc3545;
}

.k-fab-solid-dark {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 1px solid #212529;
  outline-offset: -1px;
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-fab-solid-light {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 1px solid #f8f9fa;
  outline-offset: -1px;
  border-color: #f8f9fa;
  color: #000;
  background-color: #f8f9fa;
}

.k-fab-solid-inverse {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 1px solid #212529;
  outline-offset: -1px;
  border-color: #212529;
  color: #fff;
  background-color: #212529;
}

.k-fab-solid-primary:hover, .k-hover.k-fab-solid-primary {
  border-color: #0257d5;
  color: #fff;
  background-color: #025ce2;
}

.k-fab-solid-secondary:hover, .k-hover.k-fab-solid-secondary {
  border-color: #545b62;
  color: #fff;
  background-color: #5a6268;
}

.k-fab-solid-tertiary:hover, .k-hover.k-fab-solid-tertiary {
  border-color: #59339d;
  color: #fff;
  background-color: #5e37a6;
}

.k-fab-solid-info:hover, .k-hover.k-fab-solid-info {
  border-color: #0aa1c0;
  color: #fff;
  background-color: #0babcc;
}

.k-fab-solid-success:hover, .k-hover.k-fab-solid-success {
  border-color: #115c39;
  color: #fff;
  background-color: #136740;
}

.k-fab-solid-warning:hover, .k-hover.k-fab-solid-warning {
  border-color: #d39e00;
  color: #fff;
  background-color: #e0a800;
}

.k-fab-solid-error:hover, .k-hover.k-fab-solid-error {
  border-color: #bd2130;
  color: #fff;
  background-color: #c82333;
}

.k-fab-solid-dark:hover, .k-hover.k-fab-solid-dark {
  border-color: #0a0c0d;
  color: #fff;
  background-color: #101214;
}

.k-fab-solid-light:hover, .k-hover.k-fab-solid-light {
  border-color: #dae0e5;
  color: #000;
  background-color: #e2e6ea;
}

.k-fab-solid-inverse:hover, .k-hover.k-fab-solid-inverse {
  border-color: #0a0c0d;
  color: #fff;
  background-color: #101214;
}

.k-fab-solid-primary.k-focus, .k-fab-solid-primary:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: rgba(13, 110, 253, 0.5);
}

.k-fab-solid-secondary.k-focus, .k-fab-solid-secondary:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: rgba(108, 117, 125, 0.5);
}

.k-fab-solid-tertiary.k-focus, .k-fab-solid-tertiary:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: rgba(111, 66, 193, 0.5);
}

.k-fab-solid-info.k-focus, .k-fab-solid-info:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: rgba(13, 202, 240, 0.5);
}

.k-fab-solid-success.k-focus, .k-fab-solid-success:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: rgba(25, 135, 84, 0.5);
}

.k-fab-solid-warning.k-focus, .k-fab-solid-warning:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: rgba(255, 193, 7, 0.5);
}

.k-fab-solid-error.k-focus, .k-fab-solid-error:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: rgba(220, 53, 69, 0.5);
}

.k-fab-solid-dark.k-focus, .k-fab-solid-dark:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: rgba(33, 37, 41, 0.5);
}

.k-fab-solid-light.k-focus, .k-fab-solid-light:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: rgba(248, 249, 250, 0.5);
}

.k-fab-solid-inverse.k-focus, .k-fab-solid-inverse:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: rgba(33, 37, 41, 0.5);
}

.k-active.k-fab-solid-primary, .k-fab-solid-primary:active, .k-selected.k-fab-solid-primary {
  border-color: #0252c9;
  color: #fff;
  background-color: #0257d5;
}

.k-active.k-fab-solid-secondary, .k-fab-solid-secondary:active, .k-selected.k-fab-solid-secondary {
  border-color: #4e555b;
  color: #fff;
  background-color: #545b62;
}

.k-active.k-fab-solid-tertiary, .k-fab-solid-tertiary:active, .k-selected.k-fab-solid-tertiary {
  border-color: #533093;
  color: #fff;
  background-color: #59339d;
}

.k-active.k-fab-solid-info, .k-fab-solid-info:active, .k-selected.k-fab-solid-info {
  border-color: #0a97b4;
  color: #fff;
  background-color: #0aa1c0;
}

.k-active.k-fab-solid-success, .k-fab-solid-success:active, .k-selected.k-fab-solid-success {
  border-color: #0f5133;
  color: #fff;
  background-color: #115c39;
}

.k-active.k-fab-solid-warning, .k-fab-solid-warning:active, .k-selected.k-fab-solid-warning {
  border-color: #c69500;
  color: #fff;
  background-color: #d39e00;
}

.k-active.k-fab-solid-error, .k-fab-solid-error:active, .k-selected.k-fab-solid-error {
  border-color: #b21f2d;
  color: #fff;
  background-color: #bd2130;
}

.k-active.k-fab-solid-dark, .k-fab-solid-dark:active, .k-selected.k-fab-solid-dark {
  border-color: #050506;
  color: #fff;
  background-color: #0a0c0d;
}

.k-active.k-fab-solid-light, .k-fab-solid-light:active, .k-selected.k-fab-solid-light {
  border-color: #d3d9df;
  color: #000;
  background-color: #dae0e5;
}

.k-active.k-fab-solid-inverse, .k-fab-solid-inverse:active, .k-selected.k-fab-solid-inverse {
  border-color: #050506;
  color: #fff;
  background-color: #0a0c0d;
}

.k-disabled.k-fab-solid-primary, .k-fab-solid-primary:disabled {
  box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
  background-color: #64a2fe;
  color: #fff;
  opacity: 1;
}

.k-disabled.k-fab-solid-secondary, .k-fab-solid-secondary:disabled {
  box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
  background-color: #a1a7ac;
  color: #fff;
  opacity: 1;
}

.k-disabled.k-fab-solid-tertiary, .k-fab-solid-tertiary:disabled {
  box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
  background-color: #a386d7;
  color: #fff;
  opacity: 1;
}

.k-disabled.k-fab-solid-info, .k-fab-solid-info:disabled {
  box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
  background-color: #64ddf5;
  color: #fff;
  opacity: 1;
}

.k-disabled.k-fab-solid-success, .k-fab-solid-success:disabled {
  box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
  background-color: #6cb292;
  color: #fff;
  opacity: 1;
}

.k-disabled.k-fab-solid-warning, .k-fab-solid-warning:disabled {
  box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
  background-color: #ffd760;
  color: #666;
  opacity: 1;
}

.k-disabled.k-fab-solid-error, .k-fab-solid-error:disabled {
  box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
  background-color: #e97e88;
  color: #fff;
  opacity: 1;
}

.k-disabled.k-fab-solid-dark, .k-fab-solid-dark:disabled {
  box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
  background-color: #717376;
  color: #fff;
  opacity: 1;
}

.k-disabled.k-fab-solid-light, .k-fab-solid-light:disabled {
  box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
  background-color: #fbfbfc;
  color: #666;
  opacity: 1;
}

.k-disabled.k-fab-solid-inverse, .k-fab-solid-inverse:disabled {
  box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
  background-color: #717376;
  color: #fff;
  opacity: 1;
}

.k-fab-item-text {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
}

.k-fab-item-icon {
  border-color: #e4e7eb;
  color: #212529;
  background-color: #e4e7eb;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 1px solid #e4e7eb;
  outline-offset: -1px;
}

.k-fab-item.k-hover .k-fab-item-icon, .k-fab-item:hover .k-fab-item-icon {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 1px solid #c7cdd5;
  outline-offset: -1px;
  border-color: #c7cdd5;
  color: #000;
  background-color: #ced3db;
}

.k-fab-item.k-focus .k-fab-item-icon, .k-fab-item.k-focus .k-fab-item-text, .k-fab-item:focus .k-fab-item-icon, .k-fab-item:focus .k-fab-item-text {
  outline-style: solid;
  outline-width: 3px;
  outline-color: rgba(228, 231, 235, 0.5);
}

.k-fab-item.k-active .k-fab-item-icon, .k-fab-item:active .k-fab-item-icon {
  outline: 1px solid #bfc6d0;
  outline-offset: -1px;
  border-color: #bfc6d0;
  color: #000;
  background-color: #c7cdd5;
}

.k-fab-item.k-disabled, .k-fab-item:disabled {
  opacity: 1;
}

.k-fab-item.k-disabled .k-fab-item-icon, .k-fab-item.k-disabled .k-fab-item-text, .k-fab-item:disabled .k-fab-item-icon, .k-fab-item:disabled .k-fab-item-text {
  box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
  background-color: #fff;
  color: #afb1b2;
}

.k-actionsheet-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

.k-actionsheet {
  width: 360px;
  max-width: 100%;
  max-height: 50vh;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 10002;
}

.k-actionsheet *, .k-actionsheet ::after, .k-actionsheet ::before {
  box-sizing: border-box;
}

.k-actionsheet-header {
  padding: 0.5rem 1rem;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
}

.k-actionsheet-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.k-actionsheet-item {
  padding: 0;
  box-sizing: border-box;
}

.k-actionsheet-action {
  margin: 0;
  padding: 0.5rem 1rem;
  min-height: 40px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.k-actionsheet-item-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.k-actionsheet-item-description {
  font-size: 0.875em;
  opacity: 0.75;
}

.k-actionsheet > .k-hr {
  margin: 0;
  border-color: inherit;
}

.k-actionsheet-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 0;
  border-top-width: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.k-actionsheet-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 0;
  border-bottom-width: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.k-actionsheet-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-width: 0;
  border-left-width: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-actionsheet-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 0;
  border-right-width: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-animation-container > .k-actionsheet {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k-actionsheet {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.k-actionsheet-action.k-state-hover, .k-actionsheet-action:hover {
  background-color: #e9ecef;
}

.k-actionsheet-action.k-state-focus, .k-actionsheet-action:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-window {
  border-radius: 0.25rem;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 10002;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-window.k-window-maximized {
  max-width: 100vw;
  max-height: 100vh;
  box-shadow: none;
}

.k-window-sm {
  width: 300px;
}

.k-window-md {
  width: 800px;
}

.k-window-lg {
  width: 1200px;
}

.k-window-titlebar {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 1rem 1rem;
  border-width: 0 0 1px;
  border-style: solid;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
}

.k-window-minimized .k-window-titlebar {
  border-width: 0;
}

.k-window-title {
  padding: 0.5em 0;
  margin: -0.5em 0;
  font-size: 1.25rem;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-window-title::before {
  content: "​";
}

.k-window-actions {
  margin: -5em 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
}

.k-window-action {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0.5;
}

.k-window-action:hover {
  opacity: 0.75;
}

.k-prompt-container, .k-window-content {
  padding: 1rem 1rem;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: 0 0;
  outline: 0;
  overflow: auto;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-window-content + .k-prompt-container {
  margin-top: -0.5rem;
}

.k-window-content:first-child {
  padding-top: 1rem;
}

.k-window-content:last-child {
  padding-bottom: 1rem;
}

.k-window-iframecontent {
  padding: 0;
  overflow: visible;
}

.k-window-iframecontent .k-content-frame {
  vertical-align: top;
  border: 0;
  width: 100%;
  height: 100%;
}

.k-window-buttongroup, .k-window-buttons {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 0.5rem 0.5rem;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.k-prompt-container > .k-textarea {
  width: 100%;
}

.k-window .k-resize-n {
  top: 0;
}

.k-window .k-resize-e {
  right: 0;
}

.k-window .k-resize-s {
  bottom: 0;
}

.k-window .k-resize-w {
  left: 0;
}

.k-window {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-window-titlebar {
  border-color: #dee2e6;
}

.k-dialog-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

.k-dialog-wrapper .k-dialog {
  position: relative;
}

.k-dialog {
  padding: 0;
  position: fixed;
  box-sizing: border-box;
}

.k-dialog.k-dialog-centered {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.k-dialog .k-multiselect {
  width: 100%;
}

.k-dialog-close {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.k-dialog-buttongroup {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 0.5rem 0.5rem;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
}

.k-ie .k-dialog-buttongroup .k-button ~ .k-button {
  margin-left: 0.5rem;
}

.k-rtl .k-ie .k-dialog-buttongroup .k-button ~ .k-button, [dir=rtl] .k-ie .k-dialog-buttongroup .k-button ~ .k-button {
  margin-left: 0;
  margin-right: 0.5rem;
}

.k-dialog-buttongroup {
  border-color: #dee2e6;
}

.k-drawer-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

kendo-drawer .k-drawer-wrapper, kendo-drawer.k-drawer {
  transition: none;
}

.k-drawer {
  height: 100%;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-drawer *, .k-drawer ::after, .k-drawer ::before {
  box-sizing: border-box;
}

.k-drawer-expanded .k-drawer.k-drawer-start, .k-drawer-left.k-drawer-expanded .k-drawer, .k-drawer-left.k-drawer-mini .k-drawer, .k-drawer-mini .k-drawer.k-drawer-start {
  border-right-width: 1px;
}

.k-drawer-expanded .k-drawer.k-drawer-end, .k-drawer-mini .k-drawer.k-drawer-end, .k-drawer-right.k-drawer-expanded .k-drawer, .k-drawer-right.k-drawer-mini .k-drawer {
  border-left-width: 1px;
}

.k-drawer-left .k-drawer, .k-drawer.k-drawer-start {
  top: 0;
  left: 0;
}

.k-drawer-right .k-drawer, .k-drawer.k-drawer-end {
  top: 0;
  right: 0;
}

.k-drawer-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-drawer-overlay .k-drawer {
  max-width: 80vw;
  position: fixed;
  z-index: 10002;
  border: 0;
}

.k-drawer-overlay > .k-overlay {
  display: none;
}

.k-drawer-overlay.k-drawer-expanded > .k-overlay {
  display: block;
}

.k-drawer-push {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-drawer-push .k-drawer {
  height: auto;
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.k-drawer-push .k-drawer.k-drawer-end, .k-drawer-push.k-drawer-right .k-drawer {
  -ms-flex-order: 1;
  order: 1;
}

.k-drawer-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  transition: all 0.3s ease-in-out;
}

.k-drawer-wrapper::-webkit-scrollbar {
  width: 7px;
}

.k-drawer-wrapper::-webkit-scrollbar-thumb {
  border-radius: 20px;
}

.k-drawer-items, .k-drawer-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.k-drawer-item {
  padding: 0.5rem 1rem;
  outline: 0;
  color: inherit;
  font-size: 16px;
  line-height: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  cursor: pointer;
}

.k-drawer-item > .k-drawer-link {
  margin: -0.5rem -1rem;
  padding: 0.5rem 1rem;
  color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.k-drawer-item .k-icon {
  margin: 0 1rem;
  height: auto;
  font-size: 16px;
  line-height: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-drawer-item .k-icon.k-i-none {
  margin: 0;
}

.k-drawer-item .k-item-text {
  padding: 0 1rem;
  display: inline-block;
  white-space: nowrap;
}

.k-drawer-separator {
  padding: 0;
  height: 1px;
}

.k-drawer-mini .k-drawer-wrapper {
  width: calc(2rem + 16px);
}

.k-rtl .k-drawer-expanded .k-drawer-start, .k-rtl .k-drawer-mini .k-drawer-start, .k-rtl.k-drawer-expanded .k-drawer-start, .k-rtl.k-drawer-mini .k-drawer-start, [dir=rtl] .k-drawer-expanded .k-drawer-start, [dir=rtl] .k-drawer-mini .k-drawer-start, [dir=rtl].k-drawer-expanded .k-drawer-start, [dir=rtl].k-drawer-mini .k-drawer-start {
  border-left-width: 1px;
  border-right-width: 0;
}

.k-rtl .k-drawer-mini .k-drawer-end, .k-rtl.k-drawer-expanded .k-drawer-end .k-drawer-expanded .k-drawer-end, .k-rtl.k-drawer-mini .k-drawer-end, [dir=rtl] .k-drawer-mini .k-drawer-end, [dir=rtl].k-drawer-expanded .k-drawer-end .k-drawer-expanded .k-drawer-end, [dir=rtl].k-drawer-mini .k-drawer-end {
  border-left-width: 0;
  border-right-width: 1px;
}

.k-rtl .k-drawer-overlay .k-drawer-start, .k-rtl.k-drawer-overlay .k-drawer-start, [dir=rtl] .k-drawer-overlay .k-drawer-start, [dir=rtl].k-drawer-overlay .k-drawer-start {
  left: auto;
  right: 0;
}

.k-rtl .k-drawer-overlay .k-drawer-end, .k-rtl.k-drawer-overlay .k-drawer-end, [dir=rtl] .k-drawer-overlay .k-drawer-end, [dir=rtl].k-drawer-overlay .k-drawer-end {
  left: 0;
  right: auto;
}

.k-rtl .k-drawer-left.k-drawer-push .k-drawer, [dir=rtl] .k-drawer-left.k-drawer-push .k-drawer {
  -ms-flex-order: 1;
  order: 1;
}

.k-rtl .k-drawer-right.k-drawer-push .k-drawer, [dir=rtl] .k-drawer-right.k-drawer-push .k-drawer {
  -ms-flex-order: 0;
  order: 0;
}

.k-drawer-container .k-drawer-items .k-item-text {
  padding: 0;
}

.k-drawer-container .k-drawer-items .k-icon {
  margin: 0;
}

.k-drawer-container .k-drawer-items .k-icon + .k-item-text {
  padding-left: 1rem;
}

.k-drawer-container[dir=rtl] .k-icon + .k-item-text, .k-rtl .k-drawer-container .k-drawer-items .k-icon + .k-item-text, [dir=rtl] .k-drawer-container .k-drawer-items .k-icon + .k-item-text {
  padding-left: 0;
  padding-right: 1rem;
}

.k-drawer {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-drawer-wrapper {
  scrollbar-color: rgba(156, 156, 156, 0.7) #dedede;
}

.k-drawer-wrapper::-webkit-scrollbar-track {
  background: #dedede;
}

.k-drawer-wrapper::-webkit-scrollbar-thumb {
  background: rgba(156, 156, 156, 0.7);
}

.k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
  background: #9c9c9c;
}

.k-drawer-item.k-state-hover, .k-drawer-item:hover {
  color: #16181b;
  background-color: #e9ecef;
}

.k-drawer-item.k-state-focused, .k-drawer-item:focus {
  background-color: #e9ecef;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.k-drawer-item.k-state-focused.k-state-hover, .k-drawer-item.k-state-focused:hover, .k-drawer-item:focus.k-state-hover, .k-drawer-item:focus:hover {
  color: #16181b;
  background-color: #e9ecef;
}

.k-drawer-item.k-state-selected {
  color: #fff;
  background-color: #0d6efd;
}

.k-drawer-item.k-state-selected.k-state-hover, .k-drawer-item.k-state-selected:hover {
  color: #fff;
  background-color: #0c65e9;
}

.k-drawer-separator {
  background-color: #dee2e6;
}

.k-notification-group {
  max-height: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap;
  position: fixed;
}

.k-notification-container {
  margin: 0.5rem 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
}

.k-notification-container-animating {
  overflow: hidden;
}

.k-notification {
  border-radius: 0.25rem;
  padding: 1rem 1rem;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.5;
  cursor: default;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-notification *, .k-notification ::after, .k-notification ::before {
  box-sizing: border-box;
}

.k-notification-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-notification-wrap > .k-icon {
  margin-top: 3px;
  margin-right: 0.5rem;
  -ms-flex: none;
  flex: none;
}

.k-notification-wrap > .k-i-close {
  margin-right: 0;
  margin-left: 0.5rem;
  -ms-flex: none;
  flex: none;
  cursor: pointer;
}

.k-notification-wrap > .k-notification-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-rtl .k-notification .k-notification-wrap > .k-icon, [dir=rtl] .k-notification .k-notification-wrap > .k-icon {
  margin-right: 0;
  margin-left: 0.5rem;
}

.k-rtl .k-notification .k-notification-wrap > .k-i-close, [dir=rtl] .k-notification .k-notification-wrap > .k-i-close {
  margin-left: 0;
  margin-right: 0.5rem;
}

.k-notification {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-notification-wrap > .k-i-close {
  color: inherit;
}

.k-notification-group .k-notification {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.k-notification-inverse {
  border-color: #d3d3d4;
  color: #111315;
  background-color: #c1c2c3;
}

.k-notification-light {
  border-color: #fefefe;
  color: #818182;
  background-color: #fdfdfe;
}

.k-notification-dark {
  border-color: #d3d3d4;
  color: #111315;
  background-color: #c1c2c3;
}

.k-notification-error {
  border-color: #f8d7da;
  color: #721c24;
  background-color: #f5c6cb;
}

.k-notification-warning {
  border-color: #fff3cd;
  color: #856404;
  background-color: #ffeeba;
}

.k-notification-success {
  border-color: #d1e7dd;
  color: #0d462c;
  background-color: #bfddcf;
}

.k-notification-info {
  border-color: #cff4fc;
  color: #07697d;
  background-color: #bbf0fb;
}

.k-notification-tertiary {
  border-color: #e2d9f3;
  color: #3a2264;
  background-color: #d7caee;
}

.k-notification-secondary {
  border-color: #e2e3e5;
  color: #383d41;
  background-color: #d6d8db;
}

.k-notification-primary {
  border-color: #cfe2ff;
  color: #073984;
  background-color: #bbd6fe;
}

kendo-card, kendo-card-actions, kendo-card-body, kendo-card-footer, kendo-card-header {
  display: block;
}

.k-card {
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-card *, .k-card ::after, .k-card ::before {
  box-sizing: border-box;
}

.k-card > .k-card-inner {
  border-radius: calc(0.25rem - 1px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  overflow: hidden;
}

.k-card-horizontal {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-card-vertical {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.k-card-header {
  padding: 1rem 1rem;
  border-width: 0 0 1px;
  border-style: solid;
  outline: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.k-card-header .k-card-subtitle, .k-card-header .k-card-title {
  margin-bottom: 0;
}

.k-card-header .k-card-subtitle + .k-card-subtitle, .k-card-header .k-card-title + .k-card-subtitle {
  margin-top: 0.75rem;
}

.k-card-footer {
  padding: 1rem 1rem;
  border-width: 1px 0 0;
  border-style: solid;
  outline: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-card-body {
  padding: 1rem 1rem;
  outline: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-card-body p {
  margin: 0 0 1rem;
}

.k-card-body > .k-last, .k-card-body > :last-child {
  margin-bottom: 0;
}

.k-card-body > .k-card-actions {
  padding: 0;
}

.k-card .k-avatar, .k-card-avatar {
  margin-right: 1rem;
  width: 45px;
  height: 45px;
  -ms-flex-preferred-size: 45px;
  flex-basis: 45px;
}

.k-card-image, .k-card-media {
  border: 0;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.k-card-image > img, .k-card-media > img {
  border: 0;
  max-width: 100%;
}

.k-card-horizontal .k-card-image, .k-card-horizontal .k-card-media {
  max-width: 100px;
  object-fit: cover;
}

.k-card-title {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}

.k-card-subtitle {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
}

.k-card-separator {
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.k-card-horizontal > .k-card-separator, .k-card-separator.k-separator-vertical {
  border-left-width: 1px;
}

.k-card-separator.k-separator-horizontal, .k-card-vertical > .k-card-separator {
  border-top-width: 1px;
}

.k-card > .k-hr {
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: inherit;
}

.k-card-actions {
  padding: 0.5rem 0.5rem;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  gap: 0.5rem;
}

.k-card-actions-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.k-card-actions-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.k-card-actions-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.k-card-actions-horizontal {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-card-actions-vertical {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.k-card-actions-stretched > * {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-card-action {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.k-card-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-list .k-card {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-deck .k-card {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-deck-scrollwrap {
  padding-bottom: 3px;
  width: 100%;
  box-sizing: content-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.k-card-deck-scrollwrap > .k-button {
  border-radius: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  z-index: 1;
}

.k-card-deck-scrollwrap > .k-button:first-child {
  left: -1px;
}

.k-card-deck-scrollwrap > .k-button:last-child {
  right: -1px;
}

.k-card-deck-scrollwrap > .k-card-deck {
  margin-bottom: -20px;
  padding-bottom: 20px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-group .k-card {
  border-radius: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-group .k-card + .k-card {
  -webkit-margin-start: 1px;
  margin-inline-start: 1px;
}

.k-card-group .k-card.k-first {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.k-card-group .k-card.k-last {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.k-card-group .k-card.k-only {
  border-radius: 0.25rem;
}

.k-card-with-callout {
  overflow: visible;
}

.k-card-callout {
  margin: 0;
  width: 1.3em;
  height: 1.3em;
  border-width: 1px 1px 0 0;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
}

.k-card-callout.k-callout-n {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.k-card-callout.k-callout-e {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
  -ms-transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
  transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
}

.k-card-callout.k-callout-s {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(135deg);
  -ms-transform: translate(-50%, 50%) rotate(135deg);
  transform: translate(-50%, 50%) rotate(135deg);
}

.k-card-callout.k-callout-w {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.k-card-flat {
  box-shadow: none;
}

.k-ie11 .k-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-card {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-card.k-state-focus, .k-card:focus {
  box-shadow: 0 0 0 3px rgba(222, 226, 230, 0.5);
}

.k-card-actions {
  border-color: #dee2e6;
}

.k-card-header {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-card-footer {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-card .k-separator, .k-card-separator {
  border-color: #dee2e6;
}

.k-card-subtitle {
  color: #6c757d;
}

.k-card-primary {
  background-color: #cfe2ff;
  color: #073984;
  border-color: #bbd6fe;
}

.k-card-primary .k-card-subtitle {
  color: inherit;
}

.k-card-secondary {
  background-color: #e2e3e5;
  color: #383d41;
  border-color: #d6d8db;
}

.k-card-secondary .k-card-subtitle {
  color: inherit;
}

.k-card-tertiary {
  background-color: #e2d9f3;
  color: #3a2264;
  border-color: #d7caee;
}

.k-card-tertiary .k-card-subtitle {
  color: inherit;
}

.k-card-info {
  background-color: #cff4fc;
  color: #07697d;
  border-color: #bbf0fb;
}

.k-card-info .k-card-subtitle {
  color: inherit;
}

.k-card-success {
  background-color: #d1e7dd;
  color: #0d462c;
  border-color: #bfddcf;
}

.k-card-success .k-card-subtitle {
  color: inherit;
}

.k-card-warning {
  background-color: #fff3cd;
  color: #856404;
  border-color: #ffeeba;
}

.k-card-warning .k-card-subtitle {
  color: inherit;
}

.k-card-error {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}

.k-card-error .k-card-subtitle {
  color: inherit;
}

.k-card-dark {
  background-color: #d3d3d4;
  color: #111315;
  border-color: #c1c2c3;
}

.k-card-dark .k-card-subtitle {
  color: inherit;
}

.k-card-light {
  background-color: #fefefe;
  color: #818182;
  border-color: #fdfdfe;
}

.k-card-light .k-card-subtitle {
  color: inherit;
}

.k-card-inverse {
  background-color: #d3d3d4;
  color: #111315;
  border-color: #c1c2c3;
}

.k-card-inverse .k-card-subtitle {
  color: inherit;
}

.k-card-wrap.k-state-focused > .k-card, .k-card-wrap.k-state-selected > .k-card {
  box-shadow: 0 0 0 3px rgba(222, 226, 230, 0.5);
}

.k-card-callout {
  border-color: #dee2e6;
  background-color: #fff;
}

.k-card.k-state-focus .k-card-callout.k-callout-n, .k-card:focus .k-card-callout.k-callout-n {
  box-shadow: 0 0 0 3px rgba(222, 226, 230, 0.5);
}

.k-card.k-state-focus .k-card-callout.k-callout-e, .k-card:focus .k-card-callout.k-callout-e {
  box-shadow: 0 0 0 3px rgba(222, 226, 230, 0.5);
}

.k-card.k-state-focus .k-card-callout.k-callout-s, .k-card:focus .k-card-callout.k-callout-s {
  box-shadow: 3px -3px 0 0 rgba(222, 226, 230, 0.5);
}

.k-card.k-state-focus .k-card-callout.k-callout-w, .k-card:focus .k-card-callout.k-callout-w {
  box-shadow: 0 0 0 3px rgba(222, 226, 230, 0.5);
}

.k-popover {
  border-radius: 0.3rem;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  z-index: 12000;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-popover *, .k-popover ::after, .k-popover ::before {
  box-sizing: border-box;
}

.k-popover-header {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding: 1rem 1rem;
  border-width: 0 0 1px;
  border-style: solid;
}

.k-popover-body {
  padding: 1rem 1rem;
}

.k-popover-actions {
  border-width: 1px 0 0;
}

.k-popover-callout {
  margin: 0;
  width: 1.3em;
  height: 1.3em;
  border-width: 1px 1px 0 0;
  border-style: solid;
  position: absolute;
}

.k-popover-callout.k-callout-n {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.k-popover-callout.k-callout-e {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
  -ms-transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
  transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
}

.k-popover-callout.k-callout-s {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(135deg);
  -ms-transform: translate(-50%, 50%) rotate(135deg);
  transform: translate(-50%, 50%) rotate(135deg);
}

.k-popover-callout.k-callout-w {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.k-popover {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-popover-header {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-popover-callout {
  border-color: #dee2e6;
  background-color: #fff;
}

.k-rpanel-left, .k-rpanel-right {
  position: fixed;
  display: block;
  overflow: auto;
  min-width: 320px;
  height: 100%;
  top: 0;
}

.k-rpanel-left + *, .k-rpanel-right + * {
  overflow: auto;
}

.k-rpanel-left.k-rpanel-expanded, .k-rpanel-right.k-rpanel-expanded {
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}

.k-rpanel-left {
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  left: 0;
}

.k-rpanel-right {
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  right: 0;
}

.k-rpanel-top {
  position: static;
  max-height: 0;
}

.k-rpanel-top.k-rpanel-expanded {
  max-height: 568px;
  overflow: visible !important;
}

.k-rpanel-toggle {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.k-bottom-nav {
  padding: 0 0;
  width: 100%;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: normal;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0.2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  white-space: nowrap;
  gap: 0;
  overflow: hidden;
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-bottom-nav *, .k-bottom-nav ::after, .k-bottom-nav ::before {
  box-sizing: border-box;
}

.k-bottom-nav-border {
  border-width: 1px 0 0 0;
}

.k-bottom-nav-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.k-bottom-nav-item {
  padding: 0 0.5rem;
  min-width: 72px;
  min-height: calc(40px + 1rem);
  border-width: 0;
  box-sizing: border-box;
  font: inherit;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 0.25rem;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  outline: 0;
}

.k-bottom-nav-item:focus {
  outline: 0;
}

.k-bottom-nav-item:hover {
  color: inherit;
  text-decoration: none;
}

.k-bottom-nav-item > .k-bottom-nav-link {
  margin: 0 -0.5rem;
  padding: 0 0.5rem;
  width: 100%;
  color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
}

.k-bottom-nav-item.k-state-disabled {
  background-color: initial;
}

.k-bottom-nav-item-icon {
  font-size: 1.5rem;
}

.k-bottom-nav-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.k-bottom-nav-item-flow-horizontal .k-bottom-nav-item {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-bottom-nav-item-flow-vertical .k-bottom-nav-item {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-bottom-nav.k-pos-fixed {
  bottom: 0;
  z-index: 1;
}

.k-bottom-nav-solid.k-bottom-nav-primary {
  color: #aaccfe;
  background-color: #0d6efd;
}

.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-focus, .k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-focused, .k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item:focus {
  background-color: rgba(170, 204, 254, 0.2);
}

.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-selected {
  color: #fff;
}

.k-bottom-nav-solid.k-bottom-nav-secondary {
  color: #cccfd2;
  background-color: #6c757d;
}

.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-focus, .k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-focused, .k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item:focus {
  background-color: rgba(204, 207, 210, 0.2);
}

.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-selected {
  color: #fff;
}

.k-bottom-nav-solid.k-bottom-nav-tertiary {
  color: #cdbde9;
  background-color: #6f42c1;
}

.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-focus, .k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-focused, .k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
  background-color: rgba(205, 189, 233, 0.2);
}

.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-selected {
  color: #fff;
}

.k-bottom-nav-solid.k-bottom-nav-info {
  color: #aaecfa;
  background-color: #0dcaf0;
}

.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-focus, .k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-focused, .k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item:focus {
  background-color: rgba(170, 236, 250, 0.2);
}

.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-selected {
  color: #fff;
}

.k-bottom-nav-solid.k-bottom-nav-success {
  color: #afd5c3;
  background-color: #198754;
}

.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-focus, .k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-focused, .k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item:focus {
  background-color: rgba(175, 213, 195, 0.2);
}

.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-selected {
  color: #fff;
}

.k-bottom-nav-solid.k-bottom-nav-warning {
  color: #594402;
  background-color: #ffc107;
}

.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-focus, .k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-focused, .k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item:focus {
  background-color: rgba(89, 68, 2, 0.2);
}

.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-selected {
  color: #000;
}

.k-bottom-nav-solid.k-bottom-nav-error {
  color: #f3b8be;
  background-color: #dc3545;
}

.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-focus, .k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-focused, .k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item:focus {
  background-color: rgba(243, 184, 190, 0.2);
}

.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-selected {
  color: #fff;
}

.k-bottom-nav-solid.k-bottom-nav-dark {
  color: #b1b3b4;
  background-color: #212529;
}

.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-focus, .k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-focused, .k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item:focus {
  background-color: rgba(177, 179, 180, 0.2);
}

.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-selected {
  color: #fff;
}

.k-bottom-nav-solid.k-bottom-nav-light {
  color: #575758;
  background-color: #f8f9fa;
}

.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-focus, .k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-focused, .k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item:focus {
  background-color: rgba(87, 87, 88, 0.2);
}

.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-selected {
  color: #000;
}

.k-bottom-nav-solid.k-bottom-nav-inverse {
  color: #b1b3b4;
  background-color: #212529;
}

.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-focus, .k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-focused, .k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item:focus {
  background-color: rgba(177, 179, 180, 0.2);
}

.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-selected {
  color: #fff;
}

.k-bottom-nav-flat {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-bottom-nav-flat .k-bottom-nav-item.k-state-focus, .k-bottom-nav-flat .k-bottom-nav-item.k-state-focused, .k-bottom-nav-flat .k-bottom-nav-item:focus {
  background-color: rgba(33, 37, 41, 0.05);
}

.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-state-selected {
  color: #0d6efd;
}

.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-state-selected {
  color: #52595f;
}

.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-selected {
  color: #6f42c1;
}

.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-state-selected {
  color: #0dcaf0;
}

.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-state-selected {
  color: #198754;
}

.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-state-selected {
  color: #ffc107;
}

.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-state-selected {
  color: #dc3545;
}

.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-state-selected {
  color: #212529;
}

.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-state-selected {
  color: #bcbdbe;
}

.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-state-selected {
  color: #212529;
}

.k-ie .k-bottom-nav-item {
  background-color: transparent;
}

.k-breadcrumb {
  padding: 0 0;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-breadcrumb *, .k-breadcrumb ::after, .k-breadcrumb ::before {
  box-sizing: border-box;
}

.k-breadcrumb-container, .k-breadcrumb-root-item-container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow: hidden;
}

.k-breadcrumb-container.k-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.k-breadcrumb-root-item-container {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-breadcrumb-item {
  vertical-align: middle;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.k-breadcrumb-root-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-breadcrumb-link, .k-breadcrumb-root-link {
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  cursor: pointer;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  overflow: hidden;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-breadcrumb-root-link {
  margin-right: 0.75rem;
}

.k-breadcrumb-icontext-link .k-icon, .k-breadcrumb-link > .k-image {
  margin-right: 0.5rem;
}

.k-breadcrumb-icon-link {
  padding: 0.75rem 0.75rem;
}

.k-breadcrumb-delimiter, .k-breadcrumb-delimiter-icon {
  color: inherit;
  font-size: 12px;
  opacity: 0.65;
}

.k-breadcrumb-input-container {
  width: 100%;
}

.k-breadcrumb-input-container .k-breadcrumb-input-container {
  border-color: transparent;
}

.k-breadcrumb[dir=rtl] .k-breadcrumb-root-link, .k-rtl .k-breadcrumb .k-breadcrumb-root-link {
  margin-right: 0;
  margin-left: 0.75rem;
}

.k-breadcrumb[dir=rtl] .k-breadcrumb-icontext-link .k-icon, .k-breadcrumb[dir=rtl] .k-breadcrumb-link > .k-image, .k-rtl .k-breadcrumb .k-breadcrumb-icontext-link .k-icon, .k-rtl .k-breadcrumb .k-breadcrumb-link > .k-image {
  margin-right: 0;
  margin-left: 0.5rem;
}

.k-breadcrumb-link, .k-breadcrumb-root-link {
  text-decoration: underline;
}

.k-breadcrumb {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-breadcrumb.k-state-focused, .k-breadcrumb:focus {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.06);
}

.k-breadcrumb-link {
  color: #0d6efd;
}

.k-breadcrumb-link.k-state-hover, .k-breadcrumb-link:hover {
  color: #0a58ca;
}

.k-breadcrumb-link.k-state-focused, .k-breadcrumb-link:focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.25);
}

.k-breadcrumb-root-link {
  color: #0d6efd;
}

.k-breadcrumb-root-link.k-state-hover, .k-breadcrumb-root-link:hover {
  color: #0a58ca;
}

.k-breadcrumb-root-link.k-state-focused, .k-breadcrumb-root-link:focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.25);
}

.k-breadcrumb-last-item .k-breadcrumb-link {
  color: #6c757d;
}

.k-breadcrumb-last-item .k-state-disabled {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.k-pager-wrap {
  padding: 0.5rem 0.5rem;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: default;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-pager-wrap *, .k-pager-wrap ::after, .k-pager-wrap ::before {
  box-sizing: border-box;
}

.k-pager-wrap .k-link {
  text-decoration: none;
  outline: 0;
  font: inherit;
  background-color: inherit;
}

.k-pager-wrap .k-link.k-state-focus, .k-pager-wrap .k-link:focus {
  z-index: 3;
}

.k-pager-wrap[dir=rtl] .k-i-arrow-60-left, .k-pager-wrap[dir=rtl] .k-i-arrow-60-right, .k-pager-wrap[dir=rtl] .k-i-arrow-e, .k-pager-wrap[dir=rtl] .k-i-arrow-end-left, .k-pager-wrap[dir=rtl] .k-i-arrow-end-right, .k-pager-wrap[dir=rtl] .k-i-arrow-w, .k-pager-wrap[dir=rtl] .k-i-seek-e, .k-pager-wrap[dir=rtl] .k-i-seek-w, .k-rtl .k-pager-wrap .k-i-arrow-60-left, .k-rtl .k-pager-wrap .k-i-arrow-60-right, .k-rtl .k-pager-wrap .k-i-arrow-e, .k-rtl .k-pager-wrap .k-i-arrow-end-left, .k-rtl .k-pager-wrap .k-i-arrow-end-right, .k-rtl .k-pager-wrap .k-i-arrow-w, .k-rtl .k-pager-wrap .k-i-seek-e, .k-rtl .k-pager-wrap .k-i-seek-w, [dir=rtl] .k-pager-wrap .k-i-arrow-60-left, [dir=rtl] .k-pager-wrap .k-i-arrow-60-right, [dir=rtl] .k-pager-wrap .k-i-arrow-e, [dir=rtl] .k-pager-wrap .k-i-arrow-end-left, [dir=rtl] .k-pager-wrap .k-i-arrow-end-right, [dir=rtl] .k-pager-wrap .k-i-arrow-w, [dir=rtl] .k-pager-wrap .k-i-seek-e, [dir=rtl] .k-pager-wrap .k-i-seek-w {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-pager-info, .k-pager-input, .k-pager-sizes {
  margin-left: 1rem;
  margin-right: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
  min-width: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  color: inherit;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.k-pager-nav:hover, .k-pager-numbers .k-link:hover, .k-pager-refresh:hover {
  z-index: 2;
}

.k-pager-numbers .k-state-disabled.k-link, .k-state-disabled.k-pager-nav, .k-state-disabled.k-pager-refresh {
  color: inherit;
}

.k-pager-nav {
  border-radius: 0.25rem;
  padding: 0.375rem 0.375rem;
  border-width: 1px;
  border-style: solid;
}

.k-pager-numbers-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.k-pager-numbers-wrap select.k-dropdown, .k-pager-numbers-wrap select.k-dropdown-list, .k-pager-numbers-wrap select.k-dropdownlist {
  cursor: pointer;
  display: none;
}

.k-pager-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-pager-numbers li {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.k-pager-numbers .k-link {
  border-radius: 0;
  padding: 0.375rem 0.375rem;
  border-width: 1px;
  border-style: solid;
}

.k-pager-numbers .k-state-selected {
  cursor: inherit;
  z-index: 2;
}

.k-pager-nav + .k-pager-nav, .k-pager-nav + .k-pager-numbers-wrap, .k-pager-numbers-wrap + .k-pager-nav, .k-pager-numbers > li + li {
  margin-left: -1px;
}

.k-rtl .k-pager-nav + .k-pager-nav, .k-rtl .k-pager-nav + .k-pager-numbers-wrap, .k-rtl .k-pager-numbers-wrap + .k-pager-nav, .k-rtl .k-pager-numbers > li + li, [dir=rtl] .k-pager-nav + .k-pager-nav, [dir=rtl] .k-pager-nav + .k-pager-numbers-wrap, [dir=rtl] .k-pager-numbers-wrap + .k-pager-nav, [dir=rtl] .k-pager-numbers > li + li {
  margin-left: 0;
  margin-right: -1px;
}

.k-pager-input .k-textbox {
  margin: 0 1ex;
  width: 5em;
}

.k-pager-sizes .k-dropdown, .k-pager-sizes .k-dropdown-list, .k-pager-sizes .k-dropdownlist, .k-pager-sizes > select {
  margin-right: 1ex;
  width: 5em;
}

.k-pager-sizes .k-input-inner, .k-pager-sizes .k-input-value-text {
  text-overflow: clip;
}

.k-rtl .k-pager-sizes .k-dropdown, .k-rtl .k-pager-sizes .k-dropdown-list, .k-rtl .k-pager-sizes .k-dropdownlist, .k-rtl .k-pager-sizes > select, [dir=rtl] .k-pager-sizes .k-dropdown, [dir=rtl] .k-pager-sizes .k-dropdown-list, [dir=rtl] .k-pager-sizes .k-dropdownlist, [dir=rtl] .k-pager-sizes > select {
  margin-left: 1ex;
  margin-right: 0;
}

.k-pager-info {
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -ms-flex-order: 9;
  order: 9;
}

.k-pager-refresh {
  margin-left: auto;
  -ms-flex-order: 10;
  order: 10;
}

.k-rtl .k-pager-refresh, [dir=rtl] .k-pager-refresh {
  margin-left: 0;
  margin-right: auto;
}

.k-pager-sm {
  overflow: visible;
}

.k-pager-sm .k-pager-numbers-wrap select.k-dropdown, .k-pager-sm .k-pager-numbers-wrap select.k-dropdown-list, .k-pager-sm .k-pager-numbers-wrap select.k-dropdownlist {
  width: 5em;
  display: -ms-flexbox;
  display: flex;
}

.k-pager-sm .k-pager-numbers-wrap {
  margin-left: 1rem;
  margin-right: 1rem;
  height: calc(1.5em + 0.75rem + 2px);
  border-color: inherit;
}

.k-pager-sm[dir=rtl] .k-pager-numbers-wrap, .k-rtl .k-pager-sm .k-pager-numbers-wrap, [dir=rtl] .k-pager-sm .k-pager-numbers-wrap {
  margin-left: 1rem;
  margin-right: 1rem;
}

.k-pager-md .k-pager-info, .k-pager-sm .k-pager-info, .k-pager-sm .k-pager-numbers, .k-pager-sm .k-pager-sizes {
  display: none;
}

.k-pager-nav {
  border-radius: 0;
}

.k-pager-first {
  border-radius: 0.25rem 0 0 0.25rem;
}

.k-pager-last {
  border-radius: 0 0.25rem 0.25rem 0;
}

.k-rtl .k-pager-first, [dir=rtl] .k-pager-first {
  border-radius: 0 0.25rem 0.25rem 0;
}

.k-rtl .k-pager-last, [dir=rtl] .k-pager-last {
  border-radius: 0.25rem 0 0 0.25rem;
}

.k-pager-refresh {
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
}

.k-pager-wrap {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-pager-wrap.k-focus, .k-pager-wrap.k-state-focus, .k-pager-wrap.k-state-focused, .k-pager-wrap:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-pager-nav.k-link, .k-pager-refresh {
  border-color: #dee2e6;
  color: #0d6efd;
  background-color: #fff;
}

.k-pager-nav.k-link:hover, .k-pager-refresh:hover, .k-state-hover.k-pager-nav.k-link, .k-state-hover.k-pager-refresh {
  border-color: #d6d9dc;
  color: #0a58ca;
  background-color: #e9ecef;
}

.k-state-selected.k-pager-nav.k-link, .k-state-selected.k-pager-refresh {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-pager-nav.k-link:focus, .k-pager-refresh:focus, .k-state-focus.k-pager-nav.k-link, .k-state-focus.k-pager-refresh {
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.k-pager-numbers .k-link {
  border-color: #dee2e6;
  color: #0d6efd;
  background-color: #fff;
}

.k-pager-numbers .k-link.k-state-hover, .k-pager-numbers .k-link:hover {
  border-color: #d6d9dc;
  color: #0d6efd;
  background-color: #e9ecef;
}

.k-pager-numbers .k-link.k-state-focus, .k-pager-numbers .k-link:focus {
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.k-pager-numbers .k-link.k-state-selected {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-pager-md .k-pager-numbers .k-current-page .k-link, .k-pager-sm .k-pager-numbers .k-current-page .k-link {
  border-color: #e4e7eb;
  color: #212529;
  background-color: #e4e7eb;
}

.k-pager-md .k-pager-numbers .k-current-page .k-link.k-state-hover, .k-pager-md .k-pager-numbers .k-current-page .k-link:hover, .k-pager-sm .k-pager-numbers .k-current-page .k-link.k-state-hover, .k-pager-sm .k-pager-numbers .k-current-page .k-link:hover {
  border-color: #c7cdd5;
  background-color: #ced3db;
}

.k-pager-md .k-pager-numbers.k-state-expanded, .k-pager-sm .k-pager-numbers.k-state-expanded {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.k-pager-md .k-pager-numbers.k-state-expanded .k-link.k-state-hover, .k-pager-md .k-pager-numbers.k-state-expanded .k-link:hover, .k-pager-sm .k-pager-numbers.k-state-expanded .k-link.k-state-hover, .k-pager-sm .k-pager-numbers.k-state-expanded .k-link:hover {
  color: #16181b;
  background-color: #e9ecef;
}

.k-pager-md .k-pager-numbers.k-state-expanded .k-link.k-state-selected, .k-pager-sm .k-pager-numbers.k-state-expanded .k-link.k-state-selected {
  color: #fff;
  background-color: #0d6efd;
}

.k-pager-md .k-pager-numbers .k-current-page .k-link, .k-pager-sm .k-pager-numbers .k-current-page .k-link {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-pager-md .k-pager-numbers .k-current-page .k-link.k-state-hover, .k-pager-md .k-pager-numbers .k-current-page .k-link:hover, .k-pager-sm .k-pager-numbers .k-current-page .k-link.k-state-hover, .k-pager-sm .k-pager-numbers .k-current-page .k-link:hover {
  border-color: #d6d9dc;
  color: #212529;
  background-color: #e9ecef;
}

.k-stepper {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  background: 0 0;
}

.k-stepper *, .k-stepper ::after, .k-stepper ::before {
  box-sizing: border-box;
}

.k-stepper .k-step-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.k-stepper .k-step-link {
  outline: 0;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.k-stepper .k-step-disabled {
  pointer-events: none;
}

.k-stepper .k-step-disabled .k-step-link {
  cursor: default;
}

.k-stepper .k-step-indicator {
  border-radius: 50%;
  margin: 3px;
  width: 28px;
  height: 28px;
  border-width: 1px;
  border-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: none;
  flex: none;
  position: relative;
  z-index: 1;
  overflow: visible;
  transition-property: color, background-color, border-color;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

.k-stepper .k-step-indicator::after {
  border-radius: 100%;
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  pointer-events: none;
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: 2;
}

.k-stepper .k-step-focus .k-step-indicator::after, .k-stepper .k-step-link:focus .k-step-indicator::after {
  display: block;
}

.k-stepper .k-step-label {
  max-width: clamp(100%, 10em, 100%);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.k-stepper .k-step-label:only-child {
  border-radius: 15px;
  padding: 5px 12px;
  border-width: 0;
}

.k-stepper .k-step-label .k-step-text {
  max-width: calc(10em - 16px - 0.5rem);
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.k-stepper .k-step-label .k-icon {
  margin-left: 0.5rem;
}

.k-stepper .k-step-current .k-step-label {
  font-weight: 700;
}

.k-stepper .k-step-label-optional {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 0.875rem;
}

.k-stepper .k-step-disabled .k-step-label-optional, .k-stepper.k-state-disabled .k-step-label-optional {
  color: inherit;
}

.k-stepper .k-progressbar {
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.k-stepper .k-progressbar-horizontal {
  grid-row: 1/-1;
}

.k-stepper .k-progressbar-vertical {
  position: absolute;
}

.k-step-list-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
  grid-row: 1;
}

.k-step-list-horizontal .k-step {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
}

.k-step-list-horizontal .k-step-link {
  margin: auto;
  max-width: 10em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-step-list-horizontal .k-step-label {
  text-align: center;
}

.k-step-list-horizontal .k-step-indicator + .k-step-label {
  margin-top: 5px;
}

.k-step-list-horizontal ~ .k-progressbar {
  width: 100%;
  height: 2px;
  top: 17px;
}

.k-step-list-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-step-list-vertical .k-step {
  min-height: 54px;
}

.k-step-list-vertical .k-step-label {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.k-step-list-vertical .k-step-indicator + .k-step-label {
  margin-left: 12px;
}

.k-step-list-vertical ~ .k-progressbar {
  width: 2px;
  height: 100%;
  min-height: 20px;
  left: 17px;
}

.k-step-list-vertical .k-step-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.k-step-list-vertical .k-step-current .k-step-content {
  height: auto;
  overflow: visible;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 30px;
  padding: 20px 10px;
}

.k-rtl .k-stepper, .k-stepper[dir=rtl] {
  direction: rtl;
}

.k-rtl .k-stepper .k-step-label .k-icon, .k-stepper[dir=rtl] .k-step-label .k-icon {
  margin-left: 0;
  margin-right: 0.5rem;
}

.k-rtl .k-stepper .k-step-list-vertical .k-step-indicator + .k-step-label, .k-stepper[dir=rtl] .k-step-list-vertical .k-step-indicator + .k-step-label {
  margin-left: 0;
  margin-right: 12px;
}

.k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar, .k-stepper[dir=rtl] .k-step-list-vertical ~ .k-progressbar {
  left: auto;
  right: 17px;
}

.k-stepper {
  color: #212529;
}

.k-stepper .k-step.k-step-hover .k-step-indicator, .k-stepper .k-step:hover .k-step-indicator {
  background-color: #ebebeb;
}

.k-stepper .k-step.k-step-disabled .k-step-indicator, .k-stepper .k-step:disabled .k-step-indicator {
  color: #8f8f8f;
}

.k-stepper .k-step-indicator {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-stepper .k-step-indicator::after {
  box-shadow: inset 0 0 0 2px #fff;
}

.k-stepper .k-step-label:only-child {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-stepper .k-step-done .k-step-indicator {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-stepper .k-step-done.k-step-hover .k-step-indicator, .k-stepper .k-step-done:hover .k-step-indicator {
  background-color: #0c65e9;
}

.k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
  border-color: #6ea8fe;
  color: #fff;
  background-color: #6ea8fe;
}

.k-stepper .k-step-current .k-step-indicator {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-stepper .k-step-current.k-step-hover .k-step-indicator, .k-stepper .k-step-current:hover .k-step-indicator {
  background-color: #0c65e9;
}

.k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
  border-color: #6ea8fe;
  color: #fff;
  background-color: #6ea8fe;
}

.k-stepper .k-step-success .k-step-label .k-icon {
  color: #198754;
}

.k-stepper .k-step-error .k-step-label {
  color: #dc3545;
}

.k-stepper .k-step-error .k-step-label {
  color: #dc3545;
}

.k-stepper .k-step-error.k-step-hover .k-step-label, .k-stepper .k-step-error:hover .k-step-label {
  color: #dc3545;
}

.k-stepper .k-step-disabled .k-step-label {
  color: #8f8f8f;
}

.k-stepper .k-step-focus .k-step-label:only-child, .k-stepper .k-step-link:focus .k-step-label:only-child {
  box-shadow: inset 0 0 0 2px #dee2e6;
}

.k-stepper .k-step-label-optional {
  color: #6c757d;
}

.k-tabstrip-wrapper {
  padding: 0 0;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-tabstrip {
  border-width: 0;
  border-color: transparent;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  color: inherit;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-tabstrip-wrapper > .k-tabstrip {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-tabstrip-items-wrapper {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  position: relative;
  z-index: 2;
}

.k-tabstrip-items {
  box-sizing: border-box;
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-tabstrip-items *, .k-tabstrip-items ::after, .k-tabstrip-items ::before {
  box-sizing: border-box;
}

.k-tabstrip-items .k-item {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-items: stretch;
  outline: 0;
}

.k-tabstrip-items .k-tab-on-top {
  z-index: 1;
}

.k-tabstrip-items .k-link {
  padding: 0.5rem 1rem;
  color: inherit;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.k-ie11 .k-tabstrip-items {
  white-space: nowrap;
}

.k-tabstrip-content, .k-tabstrip > .k-content {
  padding: 1rem 1rem;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  display: none;
  overflow: auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

.k-tabstrip-content.k-state-active, .k-tabstrip > .k-content.k-state-active {
  display: block;
}

.k-tabstrip-content.k-state-focused, .k-tabstrip-content:focus, .k-tabstrip > .k-content.k-state-focused, .k-tabstrip > .k-content:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-offset: -1px;
}

.k-tabstrip-items .k-loading {
  width: 20%;
  height: 0;
  border: 0;
  border-top: 1px solid transparent;
  border-color: inherit;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.2s linear;
  display: none;
}

.k-tabstrip-items .k-loading.k-complete {
  width: 100%;
  border-top-width: 0;
}

.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-tabstrip-items {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}

.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-button {
  width: auto;
  height: auto;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  aspect-ratio: auto;
}

.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-button .k-button-icon {
  min-width: auto;
  min-height: auto;
}

.k-tabstrip-scrollable > .k-tabstrip-items-wrapper.k-hstack > .k-button {
  padding: 0 0.25rem;
}

.k-tabstrip-scrollable > .k-tabstrip-items-wrapper.k-vstack > .k-button {
  padding: 0.25rem 0;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
  border-bottom-width: 1px;
  margin-bottom: -1px;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper > .k-tabstrip-items {
  width: 100%;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-bottom: -1px;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item + .k-item {
  margin-left: 0;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-state-active {
  border-bottom-color: transparent;
}

.k-tabstrip-top > .k-content, .k-tabstrip-top > .k-tabstrip-content {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-color: transparent !important;
}

.k-tabstrip-bottom > .k-tabstrip-items-wrapper {
  border-top-width: 1px;
  margin-top: -1px;
}

.k-tabstrip-bottom > .k-tabstrip-items-wrapper > .k-tabstrip-items {
  width: 100%;
}

.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  margin-top: -1px;
}

.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item + .k-item {
  margin-left: 0;
}

.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-state-active {
  border-top-color: transparent;
}

.k-tabstrip-bottom > .k-content, .k-tabstrip-bottom > .k-tabstrip-content {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-color: transparent !important;
}

.k-tabstrip-left {
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-tabstrip-left > .k-tabstrip-items-wrapper {
  border-right-width: 1px;
  margin-right: -1px;
}

.k-tabstrip-left > .k-tabstrip-items-wrapper > .k-tabstrip-items {
  height: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  margin-right: -1px;
}

.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item + .k-item {
  margin-top: 0;
}

.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-state-active {
  border-right-color: transparent;
}

.k-tabstrip-left > .k-content, .k-tabstrip-left > .k-tabstrip-content {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin: 0 !important;
  border-left-color: transparent !important;
}

.k-tabstrip-right {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.k-tabstrip-right > .k-tabstrip-items-wrapper {
  border-left-width: 1px;
  margin-left: -1px;
}

.k-tabstrip-right > .k-tabstrip-items-wrapper > .k-tabstrip-items {
  height: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-left: -1px;
}

.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item + .k-item {
  margin-top: 0;
}

.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-state-active {
  border-left-color: transparent;
}

.k-tabstrip-right > .k-content, .k-tabstrip-right > .k-tabstrip-content {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  margin: 0 !important;
  border-right-color: transparent !important;
}

.k-rtl .k-tabstrip.k-tabstrip-left > .k-tabstrip-items-wrapper, .k-rtl .k-tabstrip.k-tabstrip-right > .k-tabstrip-items-wrapper, .k-tabstrip[dir=rtl].k-tabstrip-left > .k-tabstrip-items-wrapper, .k-tabstrip[dir=rtl].k-tabstrip-right > .k-tabstrip-items-wrapper {
  -ms-flex-order: 1;
  order: 1;
}

.k-rtl .k-tabstrip.k-tabstrip-left > .k-content, .k-rtl .k-tabstrip.k-tabstrip-right > .k-content, .k-tabstrip[dir=rtl].k-tabstrip-left > .k-content, .k-tabstrip[dir=rtl].k-tabstrip-right > .k-content {
  -ms-flex-order: 0;
  order: 0;
}

.k-rtl .k-tabstrip.k-tabstrip-left > .k-tabstrip-content, .k-rtl .k-tabstrip.k-tabstrip-right > .k-tabstrip-content, .k-tabstrip[dir=rtl].k-tabstrip-left > .k-tabstrip-content, .k-tabstrip[dir=rtl].k-tabstrip-right > .k-tabstrip-content {
  -ms-flex-order: 0;
  order: 0;
}

.k-rtl .k-tabstrip .k-tabstrip-next, .k-rtl .k-tabstrip .k-tabstrip-prev, .k-tabstrip[dir=rtl] .k-tabstrip-next, .k-tabstrip[dir=rtl] .k-tabstrip-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-tabstrip-items-wrapper {
  border-color: #dee2e6;
  color: #212529;
}

.k-tabstrip-items-wrapper .k-item {
  color: #0d6efd;
}

.k-tabstrip-items-wrapper .k-item.k-state-hover, .k-tabstrip-items-wrapper .k-item:hover {
  border-color: #e9ecef;
  color: #0a58ca;
}

.k-tabstrip-items-wrapper .k-item.k-state-active, .k-tabstrip-items-wrapper .k-item.k-state-selected, .k-tabstrip-items-wrapper .k-item:active {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-tabstrip-items-wrapper .k-item.k-state-focused, .k-tabstrip-items-wrapper .k-item:focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.k-tabstrip-content, .k-tabstrip > .k-content {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-tabstrip-content.k-state-focused, .k-tabstrip-content:focus, .k-tabstrip > .k-content.k-state-focused, .k-tabstrip > .k-content:focus {
  outline-color: #212529;
}

.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active, .k-tabstrip-top > .k-tabstrip-items .k-item.k-state-hover {
  border-bottom-color: transparent;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-item.k-state-active, .k-tabstrip-bottom > .k-tabstrip-items .k-item.k-state-hover {
  border-top-color: transparent;
}

.k-tabstrip-left > .k-tabstrip-items .k-item.k-state-active, .k-tabstrip-left > .k-tabstrip-items .k-item.k-state-hover {
  border-right-color: transparent;
}

.k-tabstrip-right > .k-tabstrip-items .k-item.k-state-active, .k-tabstrip-right > .k-tabstrip-items .k-item.k-state-hover {
  border-left-color: transparent;
}

.k-wizard {
  padding: 1.25rem 1.25rem;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  color: inherit;
  background: 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

.k-wizard .k-wizard-steps {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.k-wizard .k-wizard-step {
  box-sizing: border-box;
  padding: calc(0.5rem + 2px);
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-wizard .k-wizard-step.k-state-focused, .k-wizard .k-wizard-step:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-offset: -1px;
}

.k-wizard .k-wizard-content {
  box-sizing: border-box;
  overflow-y: auto;
}

.k-wizard .k-wizard-buttons {
  margin-top: 2rem;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-wizard .k-wizard-buttons .k-button {
  margin-right: 10px;
}

.k-wizard .k-wizard-buttons .k-wizard-pager {
  vertical-align: middle;
}

.k-wizard .k-wizard-buttons-right .k-button:last-of-type {
  margin-right: 0;
}

.k-wizard .k-stepper .k-step-list-vertical .k-step {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.k-wizard .k-stepper .k-step-indicator {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-wizard-horizontal {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-wizard-horizontal .k-wizard-steps {
  margin-top: 2rem;
}

.k-wizard-horizontal .k-wizard-content, .k-wizard-horizontal .k-wizard-steps {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-wizard-vertical .k-wizard-steps {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.k-wizard-vertical .k-wizard-content {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.k-wizard-vertical .k-wizard-steps {
  margin-left: 2rem;
}

.k-wizard-left {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.k-wizard-left .k-wizard-steps {
  margin-right: 2rem;
  margin-left: 0;
}

.k-wizard-step.k-state-focused, .k-wizard-step:focus {
  outline-color: #656565;
}

.k-ie .k-wizard-step.k-state-focused, .k-ie .k-wizard-step:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
  outline: 0;
}

.k-expander {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-expander *, .k-expander ::after, .k-expander ::before {
  box-sizing: border-box;
}

.k-expander.k-rtl .k-expander-indicator, .k-expander[dir=rtl] .k-expander-indicator, .k-rtl .k-expander .k-expander-indicator {
  margin-left: 0;
  margin-right: 0.75rem;
}

.k-expander-header {
  padding: 1rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.k-expander-spacer {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-expander-title {
  text-transform: uppercase;
  font-weight: 500;
}

.k-expander-indicator {
  margin-left: 0.75rem;
}

.k-expander-content {
  padding: 1.5rem 1.5rem;
}

.k-expander + .k-expander.k-expanded, .k-expander.k-expanded + .k-expander {
  margin-top: 0.75rem;
}

.k-expander:not(.k-expanded) + .k-expander:not(.k-expanded) {
  border-top-width: 0;
}

.k-expander {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-expander.k-state-focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-expander-header {
  color: #212529;
  background-color: transparent;
  outline: 0;
}

.k-expander-header.k-state-hover, .k-expander-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-expander-header.k-state-focused {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-expander-title {
  color: #0d6efd;
}

.k-expander-sub-title {
  opacity: 0.5;
}

.k-panelbar {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-panelbar *, .k-panelbar ::after, .k-panelbar ::before {
  box-sizing: border-box;
}

.k-panelbar > .k-item, .k-panelbar > .k-panelbar-header {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: block;
}

.k-panelbar > .k-item > .k-link, .k-panelbar > .k-panelbar-header > .k-link {
  padding: 1rem 1.5rem;
  color: inherit;
  background: 0 0;
  text-decoration: none;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 0.5rem;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-panelbar > .k-item + .k-item, .k-panelbar > .k-panelbar-header + .k-panelbar-header {
  border-top-width: 1px;
}

.k-panelbar .k-group, .k-panelbar .k-panelbar-group {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background-color: transparent;
  list-style: none;
}

.k-panelbar .k-group > .k-item, .k-panelbar .k-panelbar-group > .k-panelbar-item {
  display: block;
}

.k-panelbar .k-group > .k-item > .k-link, .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link {
  padding: 0.75rem 1.5rem;
  color: inherit;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 0.5rem;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-panelbar .k-group > .k-item.k-level-1 .k-link, .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-1 .k-link {
  padding-left: 1.5rem;
}

.k-panelbar .k-group > .k-item.k-level-2 .k-link, .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-2 .k-link {
  padding-left: 3rem;
}

.k-panelbar .k-group > .k-item.k-level-3 .k-link, .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-3 .k-link {
  padding-left: 4.5rem;
}

.k-panelbar .k-group > .k-item.k-level-4 .k-link, .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-4 .k-link {
  padding-left: 6rem;
}

.k-panelbar .k-panelbar-content {
  display: flow-root;
}

.k-panelbar .k-panelbar-collapse, .k-panelbar .k-panelbar-expand, .k-panelbar .k-panelbar-toggle {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

.k-panelbar .k-group .k-panelbar-collapse, .k-panelbar .k-group .k-panelbar-expand, .k-panelbar .k-panelbar-group .k-panelbar-toggle {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.k-panelbar.k-rtl .k-group > .k-item.k-level-1 .k-link, .k-panelbar.k-rtl .k-panelbar-group > .k-panelbar-item.k-level-1 .k-link, .k-panelbar[dir=rtl] .k-group > .k-item.k-level-1 .k-link, .k-panelbar[dir=rtl] .k-panelbar-group > .k-panelbar-item.k-level-1 .k-link, .k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link, .k-rtl .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-1 .k-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.k-panelbar.k-rtl .k-group > .k-item.k-level-2 .k-link, .k-panelbar.k-rtl .k-panelbar-group > .k-panelbar-item.k-level-2 .k-link, .k-panelbar[dir=rtl] .k-group > .k-item.k-level-2 .k-link, .k-panelbar[dir=rtl] .k-panelbar-group > .k-panelbar-item.k-level-2 .k-link, .k-rtl .k-panelbar .k-group > .k-item.k-level-2 .k-link, .k-rtl .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-2 .k-link {
  padding-left: 1.5rem;
  padding-right: 3rem;
}

.k-panelbar.k-rtl .k-group > .k-item.k-level-3 .k-link, .k-panelbar.k-rtl .k-panelbar-group > .k-panelbar-item.k-level-3 .k-link, .k-panelbar[dir=rtl] .k-group > .k-item.k-level-3 .k-link, .k-panelbar[dir=rtl] .k-panelbar-group > .k-panelbar-item.k-level-3 .k-link, .k-rtl .k-panelbar .k-group > .k-item.k-level-3 .k-link, .k-rtl .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-3 .k-link {
  padding-left: 1.5rem;
  padding-right: 4.5rem;
}

.k-panelbar.k-rtl .k-group > .k-item.k-level-4 .k-link, .k-panelbar.k-rtl .k-panelbar-group > .k-panelbar-item.k-level-4 .k-link, .k-panelbar[dir=rtl] .k-group > .k-item.k-level-4 .k-link, .k-panelbar[dir=rtl] .k-panelbar-group > .k-panelbar-item.k-level-4 .k-link, .k-rtl .k-panelbar .k-group > .k-item.k-level-4 .k-link, .k-rtl .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-4 .k-link {
  padding-left: 1.5rem;
  padding-right: 6rem;
}

.k-ie .k-panelbar-collapse, .k-ie .k-panelbar-expand, .k-ie .k-panelbar-toggle {
  margin-left: auto;
}

.k-ie .k-group .k-panelbar-collapse, .k-ie .k-group .k-panelbar-expand, .k-ie .k-panelbar-group .k-panelbar-toggle {
  margin-right: 0;
}

.k-ie.k-rtl .k-panelbar-collapse, .k-ie.k-rtl .k-panelbar-expand, .k-ie.k-rtl .k-panelbar-toggle, .k-ie[dir=rtl] .k-panelbar-collapse, .k-ie[dir=rtl] .k-panelbar-expand, .k-ie[dir=rtl] .k-panelbar-toggle, .k-rtl .k-ie .k-panelbar-collapse, .k-rtl .k-ie .k-panelbar-expand, .k-rtl .k-ie .k-panelbar-toggle {
  margin-left: initial;
  margin-right: auto;
}

.k-ie.k-rtl .k-group .k-panelbar-collapse, .k-ie.k-rtl .k-group .k-panelbar-expand, .k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir=rtl] .k-group .k-panelbar-collapse, .k-ie[dir=rtl] .k-group .k-panelbar-expand, .k-ie[dir=rtl] .k-panelbar-group .k-panelbar-toggle, .k-rtl .k-ie .k-group .k-panelbar-collapse, .k-rtl .k-ie .k-group .k-panelbar-expand, .k-rtl .k-ie .k-panelbar-group .k-panelbar-toggle {
  margin-left: 0;
}

.k-panelbar {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-panelbar > .k-item > .k-link, .k-panelbar > .k-panelbar-header > .k-link {
  color: #0d6efd;
  background-color: #fff;
}

.k-panelbar > .k-item > .k-link .k-icon, .k-panelbar > .k-item > .k-link .k-panelbar-item-icon, .k-panelbar > .k-panelbar-header > .k-link .k-icon, .k-panelbar > .k-panelbar-header > .k-link .k-panelbar-item-icon {
  color: #212529;
}

.k-panelbar > .k-item > .k-link.k-state-hover, .k-panelbar > .k-item > .k-link:hover, .k-panelbar > .k-panelbar-header > .k-link.k-state-hover, .k-panelbar > .k-panelbar-header > .k-link:hover {
  background-color: #f5f5f5;
}

.k-panelbar > .k-item > .k-link.k-state-focus, .k-panelbar > .k-item > .k-link.k-state-focused, .k-panelbar > .k-item > .k-link:focus, .k-panelbar > .k-panelbar-header > .k-link.k-state-focus, .k-panelbar > .k-panelbar-header > .k-link.k-state-focused, .k-panelbar > .k-panelbar-header > .k-link:focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-panelbar > .k-item > .k-link.k-state-selected, .k-panelbar > .k-panelbar-header > .k-link.k-state-selected {
  color: #fff;
  background-color: #0d6efd;
}

.k-panelbar > .k-item > .k-link.k-state-selected .k-icon, .k-panelbar > .k-item > .k-link.k-state-selected .k-panelbar-item-icon, .k-panelbar > .k-panelbar-header > .k-link.k-state-selected .k-icon, .k-panelbar > .k-panelbar-header > .k-link.k-state-selected .k-panelbar-item-icon {
  color: inherit;
}

.k-panelbar > .k-item > .k-link.k-state-selected.k-state-hover, .k-panelbar > .k-item > .k-link.k-state-selected:hover, .k-panelbar > .k-panelbar-header > .k-link.k-state-selected.k-state-hover, .k-panelbar > .k-panelbar-header > .k-link.k-state-selected:hover {
  background-color: #0c65e9;
}

.k-panelbar .k-group > .k-item > .k-link.k-state-hover, .k-panelbar .k-group > .k-item > .k-link:hover, .k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-hover, .k-panelbar .k-group > .k-panelbar-item > .k-link:hover, .k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-hover, .k-panelbar .k-panelbar-group > .k-item > .k-link:hover, .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-hover, .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:hover {
  background-color: #ebebeb;
}

.k-panelbar .k-group > .k-item > .k-link.k-state-focus, .k-panelbar .k-group > .k-item > .k-link.k-state-focused, .k-panelbar .k-group > .k-item > .k-link:focus, .k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-focus, .k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-focused, .k-panelbar .k-group > .k-panelbar-item > .k-link:focus, .k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-focus, .k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-focused, .k-panelbar .k-panelbar-group > .k-item > .k-link:focus, .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-focus, .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-focused, .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-panelbar .k-group > .k-item > .k-link.k-state-selected, .k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected, .k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected, .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected {
  color: #fff;
  background-color: #0d6efd;
}

.k-panelbar .k-group > .k-item > .k-link.k-state-selected.k-state-hover, .k-panelbar .k-group > .k-item > .k-link.k-state-selected:hover, .k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected.k-state-hover, .k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected:hover, .k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected.k-state-hover, .k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected:hover, .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected.k-state-hover, .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected:hover {
  background-color: #0c65e9;
}

.k-splitter {
  height: 300px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-splitter .k-pane {
  overflow: hidden;
}

.k-splitter .k-scrollable {
  overflow: auto;
}

.k-splitter .k-splitter-resizing {
  overflow: hidden;
}

.k-pane > .k-splitter {
  border-width: 0;
  overflow: hidden;
}

.k-splitter .k-pane-loading {
  position: static;
  top: 50%;
  left: 50%;
}

.k-ghost-splitbar, .k-splitbar {
  border-style: solid;
  outline: 0;
  position: absolute;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.k-ghost-splitbar .k-icon, .k-splitbar .k-icon {
  font-size: 10px;
  display: block;
  cursor: pointer;
}

.k-splitbar-draggable-horizontal {
  cursor: col-resize;
}

.k-splitbar-draggable-vertical {
  cursor: row-resize;
}

.k-ghost-splitbar-horizontal, .k-splitbar-horizontal {
  width: 8px;
  border-width: 0;
  background-repeat: repeat-y;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
}

.k-ghost-splitbar-vertical, .k-splitbar-vertical {
  height: 8px;
  border-width: 0;
  background-repeat: repeat-x;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 0;
}

.k-splitbar-static-horizontal {
  width: 1px;
}

.k-splitbar-static-vertical {
  height: 1px;
}

.k-splitbar-draggable-horizontal .k-resize-handle {
  width: 2px;
  height: 20px;
  position: static;
  z-index: 1;
}

.k-splitbar .k-resize-handle {
  display: none;
  background-color: currentColor;
}

.k-splitbar-draggable-horizontal .k-resize-handle, .k-splitbar-draggable-vertical .k-resize-handle {
  display: block;
}

.k-splitbar-horizontal .k-i-arrow-60-left {
  margin-bottom: 7px;
}

.k-splitbar-horizontal .k-i-arrow-60-right {
  margin-top: 7px;
}

.k-splitbar-vertical .k-i-arrow-60-up {
  margin-right: 7px;
}

.k-splitbar-vertical .k-i-arrow-60-down {
  margin-left: 7px;
}

.k-splitbar-draggable-vertical .k-resize-handle {
  width: 20px;
  height: 2px;
  position: static;
  z-index: 1;
}

.k-pane > .k-splitter-overlay {
  opacity: 0;
  position: absolute;
}

.k-splitter-flex {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.k-splitter-flex .k-pane {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  height: 100%;
}

.k-splitter-flex .k-pane-static {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-splitter-flex .k-pane-flex {
  display: -ms-flexbox;
  display: flex;
}

.k-splitter-flex .k-splitbar {
  position: static;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-splitter-flex .k-pane-flex.k-state-hidden, .k-splitter-flex .k-pane-flex[hidden], .k-splitter-flex .k-pane.k-state-hidden, .k-splitter-flex .k-pane[hidden] {
  -ms-flex: 0 1 0% !important;
  flex: 0 1 0% !important;
  overflow: hidden !important;
  display: block !important;
}

.k-splitter-flex.k-splitter-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-splitter-flex.k-splitter-horizontal[dir=rtl] > .k-splitbar > .k-collapse-next, .k-splitter-flex.k-splitter-horizontal[dir=rtl] > .k-splitbar > .k-collapse-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-splitter-flex.k-splitter-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-splitter {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-splitbar {
  color: #212529;
  background-color: #f8f9fa;
}

.k-splitbar-horizontal-hover, .k-splitbar-vertical-hover, .k-splitbar.k-state-hover, .k-splitbar:hover {
  color: #212529;
  background-color: #eeeff0;
}

.k-splitbar.k-state-focus, .k-splitbar.k-state-focused, .k-splitbar:focus {
  color: #fff;
  background: #0d6efd;
}

.k-ghost-splitbar {
  background-color: #eeeff0;
}

.k-tilelayout {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  display: grid;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-tilelayout .k-card {
  box-shadow: none;
  border-width: 1px;
}

.k-tilelayout-item {
  position: relative;
  z-index: 0;
}

.k-layout-item-hint {
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  position: relative;
}

.k-layout-item-hint.k-layout-item-hint-resize {
  z-index: 3;
}

.k-tilelayout-item-header.k-card-header {
  z-index: 0;
}

.k-tilelayout-item-body {
  min-height: 0;
}

.k-tilelayout {
  background-color: #f8f9fa;
}

.k-tilelayout-item.k-state-focus, .k-tilelayout-item.k-state-focused, .k-tilelayout-item:focus {
  box-shadow: 0 0 0 3px rgba(222, 226, 230, 0.5);
}

.k-layout-item-hint {
  border-color: #dee2e6;
  background-color: rgba(255, 255, 255, 0.2);
}

.k-pane-wrapper {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-pane-wrapper .k-pane {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  font-family: sans-serif;
  overflow-x: hidden;
}

.k-pane-wrapper .k-view {
  top: 0;
  left: 0;
  position: relative;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-pane-wrapper .k-content {
  min-height: 1px;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
}

.k-pane-wrapper > div.k-pane {
  box-shadow: none;
  font-weight: 400;
}

.k-pane-wrapper .k-grid-column-menu .k-content, .k-pane-wrapper .k-grid-edit-form .k-content, .k-pane-wrapper .k-grid-filter-menu .k-content, .k-pane-wrapper .k-popup-edit-form .k-content {
  overflow-y: auto;
}

.k-pane-wrapper .k-grid-column-menu .k-content > .k-scroll-container, .k-pane-wrapper .k-grid-edit-form .k-content > .k-scroll-container, .k-pane-wrapper .k-grid-filter-menu .k-content > .k-scroll-container, .k-pane-wrapper .k-popup-edit-form .k-content > .k-scroll-container {
  position: absolute;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

.k-pane-wrapper .k-grid-edit-form .k-edit-form-container, .k-pane-wrapper .k-grid-edit-form .k-popup-edit-form {
  width: auto;
  min-width: auto;
}

.k-grid.k-grid-mobile {
  border-width: 0;
}

.k-grid-mobile .k-resize-handle-inner::before {
  content: "\e01e";
  position: absolute;
  font: 16px/1 WebComponentsIcons;
  top: calc(50% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.2em;
}

.k-grid-mobile .k-header a, .k-grid-mobile .k-header .anchor-like-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}

.k-pane-wrapper .k-scheduler-edit-form .k-recur-view {
  padding: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.k-pane-wrapper .k-scheduler-edit-form .k-recur-view > .k-listgroup-form-row {
  margin: 0;
}

.k-pane-wrapper .k-scheduler-edit-form .k-recur-items-wrap {
  width: 100%;
  margin: -1px 0;
}

.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap {
  white-space: nowrap;
}

.k-scheduler.k-scheduler-mobile {
  border-width: 0;
}

.k-scheduler-mobile th {
  font-weight: 400;
}

.k-scheduler-mobile .k-event:hover .k-resize-handle {
  visibility: hidden;
}

.k-scheduler-mobile .k-scheduler-toolbar {
  padding: 0.5rem 0.5rem;
}

.k-scheduler-mobile .k-scheduler-toolbar > * {
  margin: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar::before {
  display: none;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current {
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-y-date-format {
  font-size: 12px;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-views-wrapper .k-views-dropdown {
  display: inline-block;
}

.k-scheduler-mobile .k-scheduler-footer {
  padding: 0.5rem 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-scheduler-mobile .k-scheduler-footer > * {
  margin: 0;
}

.k-scheduler-mobile .k-scheduler-footer::before {
  display: none;
}

.k-scheduler-mobile .k-scheduler-monthview .k-hidden {
  height: 40px;
}

.k-scheduler-mobile .k-scheduler-monthview .k-scheduler-table td {
  height: 40px;
  vertical-align: top;
  text-align: center;
}

.k-scheduler-mobile .k-scheduler-monthview .k-events-container {
  position: absolute;
  text-align: center;
  height: 6px;
  line-height: 6px;
}

.k-scheduler-mobile .k-scheduler-monthview .k-event {
  position: static;
  padding: 4px;
  border-radius: 50%;
  display: inline-block;
  width: 4px;
  height: 4px;
  min-height: 0;
  margin: 1px;
}

.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header.k-mobile-horizontal-header .k-scheduler-times table tr:first-child {
  display: none;
}

.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header .k-scheduler-header .k-scheduler-date-group {
  display: none;
}

.k-scheduler-mobile .k-scheduler-header-wrap > div {
  overflow: visible;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-mobile-header {
  display: none;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table {
  table-layout: auto;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table .k-scheduler-groupcolumn {
  width: 1%;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table td {
  white-space: normal;
}

.k-scheduler-mobile .k-mobile-header .k-scheduler-table td, .k-scheduler-mobile .k-mobile-header .k-scheduler-table th {
  height: 1.5em;
}

.k-scheduler-mobile .k-time-period, .k-scheduler-mobile .k-time-text {
  display: block;
  line-height: 1;
}

.k-scheduler-mobile .k-time-period {
  font-size: 0.7em;
}

.k-scheduler-mobile .k-scheduler-table td, .k-scheduler-mobile .k-scheduler-table th {
  height: 2em;
  vertical-align: middle;
}

.k-scheduler-mobile .k-scheduler-datecolumn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-scheduler-mobile .k-task {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-scheduler-mobile .k-task .k-scheduler-mark {
  border-radius: 50%;
}

.k-scheduler-mobile .k-task .k-i-reload {
  font-size: 1em;
  margin-right: 0.5em;
}

.k-scheduler-mobile .k-task .k-scheduler-task-text {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell, .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn, .k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell, .k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn {
  vertical-align: top;
}

.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text, .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text, .k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell .k-scheduler-group-text, .k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
}

.k-scheduler-mobile .k-scrollbar-h tr + tr .k-scheduler-times {
  border-bottom-width: 0;
}

.k-pane-wrapper .k-appbar {
  padding: 0.25rem;
}

.k-pane-wrapper .k-filter-help-text, .k-pane-wrapper .k-list-title {
  padding: 0.5rem 1rem;
  display: block;
}

.k-pane-wrapper .k-listgroup-title {
  padding: 0.5rem 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.k-pane-wrapper .k-listgroup .k-listgroup-item {
  border-color: inherit;
}

.k-pane-wrapper .k-listgroup + .k-listgroup {
  margin-top: 1rem;
}

.k-pane-wrapper .k-column-menu {
  padding: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 0.5rem;
}

.k-pane-wrapper .k-column-menu .k-filter-item .k-filterable * {
  pointer-events: none;
}

.k-pane-wrapper .k-column-menu .k-list-title, .k-pane-wrapper .k-column-menu .k-listgroup-title {
  padding: 0;
}

.k-pane-wrapper .k-column-menu .k-listgroup {
  margin-inline: -0.5rem;
}

.k-pane-wrapper .k-filter-menu {
  padding: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 0.5rem;
}

.k-pane-wrapper .k-filter-menu .k-list-title {
  padding: 0;
}

.k-pane-wrapper .k-filter-menu .k-list-filter {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: inherit;
}

.k-pane-wrapper .k-filter-menu .k-filter-tools {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: inherit;
}

.k-pane-wrapper .k-filter-menu .k-listgroup {
  margin-inline: -0.5rem;
}

.k-pane-wrapper .k-popup-edit-form .k-recur-editor-wrap {
  display: -ms-flexbox;
  display: flex;
}

.k-pane-wrapper .k-popup-edit-form .k-mobiletimezoneeditor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-pane-wrapper .k-multicheck-wrap.k-listgroup {
  overflow-y: auto;
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm {
  -ms-flex-pack: center;
  justify-content: center;
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh {
  display: none;
}

.k-pane-wrapper[dir=rtl] .k-header-cancel .k-i-arrow-chevron-left, .k-pane-wrapper[dir=rtl] .k-listgroup-item .k-select .k-i-arrow-chevron-right, .k-rtl .k-pane-wrapper .k-header-cancel .k-i-arrow-chevron-left, .k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-i-arrow-chevron-right, [dir=rtl] .k-pane-wrapper .k-header-cancel .k-i-arrow-chevron-left, [dir=rtl] .k-pane-wrapper .k-listgroup-item .k-select .k-i-arrow-chevron-right {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-scheduler-toolbar > ul > li, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li {
  border: 0;
}

.k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, .k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-task .k-i-reload, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload {
  margin-left: 0.5em;
  margin-right: 0;
}

.k-pane-wrapper, .k-view {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-pane-wrapper .k-pane > .k-view > .k-content {
  background-position: 50% 50%;
  background-color: #fafafa;
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-column-active + th.k-header {
  border-left-color: #212529;
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-resize-handle-inner::before {
  background-color: #f8f9fa;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current {
  color: #0d6efd;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendadate, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times {
  color: inherit;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendaweekday, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-time-period {
  color: #6c757d;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-datecolumn, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-group-cell, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-all-day, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-wrap, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times {
  background-color: #fafafa;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools > li {
  display: inline-block;
  background-color: inherit;
}

.k-pane-wrapper .k-pane .k-grid-column-menu .k-item, .k-pane-wrapper .k-pane .k-grid-column-menu .k-link, .k-pane-wrapper .k-pane .k-grid-edit-form .k-item, .k-pane-wrapper .k-pane .k-grid-edit-form .k-link, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-item, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-link, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-item, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-link {
  color: #212529;
}

.k-pane-wrapper .k-pane .k-grid-column-menu .k-clear, .k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-delete, .k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-resetSeries, .k-pane-wrapper .k-pane .k-grid-column-menu .k-select-all, .k-pane-wrapper .k-pane .k-grid-edit-form .k-clear, .k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-delete, .k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-resetSeries, .k-pane-wrapper .k-pane .k-grid-edit-form .k-select-all, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-delete, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-resetSeries, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-select-all, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-clear, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-delete, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-resetSeries, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-select-all {
  color: #0d6efd;
}

.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected {
  color: #0d6efd;
  background: 0 0;
}

.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected .k-link {
  color: inherit;
}

.k-grid {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-grid.k-grid-display-block {
  display: block;
}

.k-grid .k-grid-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}

.k-grid .k-grid-aria-root {
  border-color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.k-grid table {
  margin: 0;
  width: 100%;
  max-width: none;
  border-width: 0;
  border-color: inherit;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  outline: 0;
}

.k-grid tbody, .k-grid tfoot, .k-grid thead {
  text-align: left;
  border-color: inherit;
}

.k-grid tr {
  border-color: inherit;
}

.k-grid td, .k-grid th {
  padding: 0.5rem 0.5rem;
  border-style: solid;
  border-color: inherit;
  outline: 0;
  font-weight: inherit;
  text-align: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-grid td:first-child, .k-grid th:first-child {
  border-left-width: 0;
}

.k-grid td:focus, .k-grid th:focus {
  outline: 0;
}

.k-grid td .k-placeholder-line, .k-grid th .k-placeholder-line {
  width: 80%;
}

.k-grid th {
  padding: 0.5rem 0.5rem;
  border-width: 0 0 1px 1px;
  white-space: nowrap;
}

.k-grid td {
  border-width: 0 0 0 1px;
  vertical-align: middle;
}

.k-grid a, .k-grid .anchor-like-button {
  color: inherit;
  text-decoration: none;
}

.k-grid a:hover, .k-grid .anchor-like-button:hover {
  text-decoration: none;
}

.k-grid .k-grid-header-wrap, .k-grid table {
  box-sizing: content-box;
}

.k-grid .k-group-col, .k-grid .k-hierarchy-col {
  padding: 0;
  width: 32px;
}

.k-grid .k-grouping-row p {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.k-grid .k-grouping-row td {
  overflow: visible;
}

.k-grid .k-grouping-row + tr td {
  border-top-width: 1px;
}

.k-grid .k-grouping-row .k-group-cell, .k-grid .k-grouping-row + tr .k-group-cell {
  border-top-width: 0;
  text-overflow: clip;
}

.k-grid .k-grouping-row .k-icon {
  margin-left: calc(8px - 0.5rem);
  margin-right: 8px;
  text-decoration: none;
}

.k-grid .k-group-footer td {
  border-style: solid;
  border-width: 1px 0;
}

.k-grid .k-group-footer .k-group-cell + td {
  border-left-width: 1px;
}

.k-grid .k-drag-cell, .k-grid .k-hierarchy-cell {
  text-align: center;
  padding: 0;
  overflow: visible;
}

.k-grid .k-drag-cell > .k-icon, .k-grid .k-hierarchy-cell > .k-icon {
  padding: 0.5rem 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  outline: 0;
}

.k-grid .k-hierarchy-cell + .k-grid-content-sticky {
  border-left-width: 1px;
}

.k-grid .k-detail-row .k-detail-cell {
  border-left-width: 0;
}

.k-grid[dir=rtl] tbody, .k-grid[dir=rtl] tfoot, .k-grid[dir=rtl] thead, .k-rtl .k-grid tbody, .k-rtl .k-grid tfoot, .k-rtl .k-grid thead {
  text-align: right;
}

.k-grid[dir=rtl] th, .k-rtl .k-grid th {
  white-space: nowrap;
}

.k-grid[dir=rtl] .k-grid-footer-wrap, .k-grid[dir=rtl] .k-grid-header-wrap, .k-rtl .k-grid .k-grid-footer-wrap, .k-rtl .k-grid .k-grid-header-wrap {
  border-width: 0 0 0 1px;
}

.k-grid[dir=rtl] .k-group-indicator .k-button-flat, .k-rtl .k-grid .k-group-indicator .k-button-flat {
  margin-left: -0.25rem;
  margin-right: 1rem;
}

.k-grid[dir=rtl] .k-group-indicator .k-link .k-icon, .k-rtl .k-grid .k-group-indicator .k-link .k-icon {
  margin-left: 0.5rem;
  margin-right: -0.25rem;
}

.k-grid[dir=rtl] .k-group-indicator, .k-rtl .k-grid .k-group-indicator {
  margin-right: 0;
  margin-left: 0.25rem;
}

.k-grid[dir=rtl] .k-group-indicator + .k-group-indicator, .k-rtl .k-grid .k-group-indicator + .k-group-indicator {
  margin-right: 0.25rem;
}

.k-grid[dir=rtl] .k-grid-content-locked, .k-grid[dir=rtl] .k-grid-footer-locked, .k-grid[dir=rtl] .k-grid-header-locked, .k-rtl .k-grid .k-grid-content-locked, .k-rtl .k-grid .k-grid-footer-locked, .k-rtl .k-grid .k-grid-header-locked {
  border-left-width: 1px;
  border-right-width: 0;
}

.k-grid[dir=rtl] .k-grid-content-sticky, .k-grid[dir=rtl] .k-grid-footer-sticky, .k-grid[dir=rtl] .k-grid-header-sticky, .k-rtl .k-grid .k-grid-content-sticky, .k-rtl .k-grid .k-grid-footer-sticky, .k-rtl .k-grid .k-grid-header-sticky {
  border-left-width: 1px;
}

.k-grid[dir=rtl] .k-grid-content-sticky:not([style*="display: none"]) + td, .k-grid[dir=rtl] .k-grid-content-sticky:not([style*="display: none"]) + th, .k-grid[dir=rtl] .k-grid-header-sticky:not([style*="display: none"]) + td, .k-grid[dir=rtl] .k-grid-header-sticky:not([style*="display: none"]) + th, .k-rtl .k-grid .k-grid-content-sticky:not([style*="display: none"]) + td, .k-rtl .k-grid .k-grid-content-sticky:not([style*="display: none"]) + th, .k-rtl .k-grid .k-grid-header-sticky:not([style*="display: none"]) + td, .k-rtl .k-grid .k-grid-header-sticky:not([style*="display: none"]) + th {
  border-left-width: 1px;
  border-right-width: 0;
}

.k-grid[dir=rtl] .k-grid-header-sticky.k-header:first-child, .k-rtl .k-grid .k-grid-header-sticky.k-header:first-child {
  border-left-width: 1px;
}

.k-grid[dir=rtl] .k-grid-row-sticky, .k-rtl .k-grid .k-grid-row-sticky {
  border-bottom-width: 1px;
  border-top-width: 1px;
}

.k-grid[dir=rtl] th, .k-rtl .k-grid th {
  border-width: 0 1px 1px 0;
}

.k-grid[dir=rtl] th:first-child, .k-rtl .k-grid th:first-child {
  border-right-width: 0;
}

.k-grid[dir=rtl] td, .k-rtl .k-grid td {
  border-width: 0 1px 0 0;
}

.k-grid[dir=rtl] td:first-child, .k-rtl .k-grid td:first-child {
  border-right-width: 0;
}

.k-grid[dir=rtl] td.k-hierarchy-cell, .k-rtl .k-grid td.k-hierarchy-cell {
  border-right-width: 0;
}

.k-grid[dir=rtl] .k-hierarchy-cell + td, .k-rtl .k-grid .k-hierarchy-cell + td {
  border-right-width: 0;
}

.k-grid[dir=rtl] .k-grid-header .k-header, .k-rtl .k-grid .k-grid-header .k-header {
  z-index: 1;
}

.k-grid[dir=rtl] .k-grid-header .k-header.k-first, .k-rtl .k-grid .k-grid-header .k-header.k-first {
  border-left-width: 0;
  border-right-width: 1px;
}

.k-grid[dir=rtl] .k-grid-header .k-filterable, .k-grid[dir=rtl] .k-grid-header .k-with-icon, .k-rtl .k-grid .k-grid-header .k-filterable, .k-rtl .k-grid .k-grid-header .k-with-icon {
  padding-left: calc(1.5em + 1.25rem + 2px);
  padding-right: 0.5rem;
}

.k-grid[dir=rtl] .k-grid-header .k-grid-filter, .k-grid[dir=rtl] .k-grid-header .k-header-column-menu, .k-rtl .k-grid .k-grid-header .k-grid-filter, .k-rtl .k-grid .k-grid-header .k-header-column-menu {
  right: auto;
  left: 0.5rem;
}

.k-grid[dir=rtl] .k-grid-header-sticky.k-header.k-first, .k-rtl .k-grid .k-grid-header-sticky.k-header.k-first {
  border-left-width: 1px;
}

.k-grid[dir=rtl] .k-grid-header-sticky.k-header.k-grid-no-left-border.k-first, .k-rtl .k-grid .k-grid-header-sticky.k-header.k-grid-no-left-border.k-first {
  border-left-width: 1px;
  border-right-width: 0;
}

.k-grid[dir=rtl] .k-dirty, .k-rtl .k-grid .k-dirty {
  border-color: currentColor currentColor transparent transparent;
  left: auto;
  right: 0;
}

.k-grid[dir=rtl] .k-grid-footer-wrap, .k-grid[dir=rtl] .k-grid-header-wrap, .k-rtl .k-grid .k-grid-footer-wrap, .k-rtl .k-grid .k-grid-header-wrap {
  margin-left: -1px;
  margin-right: 0;
}

.k-grid[dir=rtl] .k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable, .k-rtl .k-grid .k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable {
  margin-left: 0;
}

.k-grid[dir=rtl] .k-group-footer td, .k-rtl .k-grid .k-group-footer td {
  border-width: 1px 0;
}

.k-grid[dir=rtl] .k-group-footer .k-group-cell + td, .k-rtl .k-grid .k-group-footer .k-group-cell + td {
  border-right-width: 1px;
}

.k-grid[dir=rtl] .k-grouping-row .k-icon, .k-rtl .k-grid .k-grouping-row .k-icon {
  margin-left: 8px;
  margin-right: calc(8px - 0.5rem);
}

.k-grid[dir=rtl] .k-column-resizer, .k-rtl .k-grid .k-column-resizer {
  left: 0;
  right: auto;
}

.k-grid .k-dirty-cell {
  position: relative;
}

.k-grid .k-dirty-cell.k-edit-cell {
  position: static;
}

.k-grid .k-dirty-cell.k-grid-content-sticky {
  position: sticky;
}

.k-grid .k-dirty {
  border-width: 5px;
  border-color: currentColor transparent transparent currentColor;
  left: 0;
  right: auto;
}

.k-grid .k-grid-content-locked + .k-grid-content {
  box-sizing: content-box;
}

.k-grid .k-grid-content-expander {
  position: absolute;
  visibility: hidden;
  height: 1px;
  bottom: 1px;
}

.k-grid .k-grid-filter, .k-grid .k-header-column-menu, .k-grid .k-hierarchy-cell .k-icon {
  border-width: 0;
}

.k-grid .k-drag-col {
  padding: 0;
  width: 48px;
}

.k-grid .k-drag-cell {
  cursor: move;
}

.k-grid-toolbar {
  border-width: 0 0 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-grid-toolbar-bottom {
  border-width: 1px 0 0;
}

.k-grouping-header {
  padding: 0.5rem 0.5rem;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  white-space: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
}

.k-grouping-header::before {
  content: "";
  height: calc(1.5em + 0.75rem + 2px);
  display: inline-block;
  vertical-align: middle;
}

.k-grouping-header-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.k-grouping-header-flex::before {
  margin-left: -0.5rem;
}

.k-grouping-header-flex .k-group-indicator {
  margin: 0;
}

.k-grid .k-indicator-container {
  margin: -0.5rem 0;
  padding: 0.5rem 0;
}

.k-grid .k-indicator-container:last-child {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.k-group-indicator {
  border-radius: 0.25rem;
  margin: 0;
  padding: 0.375rem 0.75rem;
  border-width: 1px;
  border-style: solid;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  vertical-align: top;
  box-sizing: border-box;
}

.k-group-indicator .k-button-flat, .k-group-indicator .k-link {
  padding: 0;
  border-width: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-group-indicator .k-link .k-icon {
  margin-left: -0.25rem;
  margin-right: 0.5rem;
}

.k-group-indicator .k-button-flat {
  margin-left: 1rem;
  margin-right: -0.25rem;
  padding: 0;
  width: auto;
  height: auto;
  opacity: 0.5;
}

.k-group-indicator .k-button-flat::after, .k-group-indicator .k-button-flat::before {
  display: none;
}

.k-group-indicator .k-button-flat:hover {
  opacity: 1;
}

.k-group-indicator + .k-group-indicator {
  margin-left: 0.25rem;
}

.k-grouping-dropclue {
  width: 12px;
  height: calc(1.5em + 0.75rem + 2px);
  position: absolute;
  top: 3px;
  box-sizing: content-box;
}

.k-grouping-dropclue::after, .k-grouping-dropclue::before {
  display: inline-block;
  content: "";
  position: absolute;
}

.k-grouping-dropclue::before {
  border-width: 6px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  top: 0;
}

.k-grouping-dropclue::after {
  width: 2px;
  height: calc(100% - 6px);
  top: 6px;
  left: 5px;
}

.k-grid-footer-wrap, .k-grid-header-wrap {
  margin-right: -1px;
  width: 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
  position: relative;
  overflow: hidden;
}

.k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable {
  margin-right: 0;
}

.k-ie .k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable {
  display: inline-block;
}

.k-grid-footer, .k-grid-header {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-padding-end: var(--kendo-scrollbar-width, 17px);
  padding-inline-end: var(--kendo-scrollbar-width, 17px);
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-grid-footer table, .k-grid-header table {
  table-layout: fixed;
}

div.k-grid-footer, div.k-grid-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.k-grid-header {
  border-bottom-width: 1px;
}

.k-grid-header table {
  margin-bottom: -1px;
}

.k-grid-header.k-grid-draggable-header {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.k-grid-header .k-header {
  position: relative;
  vertical-align: bottom;
  cursor: default;
}

.k-grid-header .k-header:first-child {
  border-left-width: 0;
}

.k-grid-header .k-header.k-first {
  border-left-width: 1px;
}

.k-grid-header .k-header > .k-link {
  margin: -0.5rem -0.5rem;
  padding: 0.5rem 0.5rem;
  line-height: inherit;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: 0;
}

.k-ie .k-grid-header .k-header > .k-link {
  margin: 0;
  padding: 0;
}

.k-grid-header .k-filterable, .k-grid-header .k-with-icon {
  padding-right: calc(1.5em + 1.25rem + 2px);
}

.k-ie .k-grid-header .k-filterable, .k-ie .k-grid-header .k-with-icon {
  padding-right: calc(1.5em + 1.25rem + 2px);
}

.k-grid-header .k-header > .k-link:focus {
  text-decoration: none;
}

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
  padding: 0.375rem;
  width: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  box-sizing: border-box;
  outline: 0;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0.5rem;
  bottom: 0.125rem;
  z-index: 1;
}

.k-grid-header .k-grid-filter:hover, .k-grid-header .k-header-column-menu:hover {
  cursor: pointer;
}

.k-grid-header .k-header > .k-link > .k-icon.k-i-sort-asc-sm, .k-grid-header .k-header > .k-link > .k-icon.k-i-sort-desc-sm {
  vertical-align: text-top;
  margin-left: calc(1rem - 1px);
}

.k-grid-header .k-sort-order {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  font-size: 12px;
  margin-top: 2px;
  margin-left: -2px;
}

.k-column-resizer {
  width: 0.5em;
  height: 1000%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: col-resize;
}

.k-grid-footer {
  border-top-width: 1px;
}

.k-grid-footer td {
  height: 1.5em;
}

.k-grid-footer td, .k-group-footer td, .k-grouping-row td {
  font-weight: 700;
}

.k-grid-filter-popup {
  min-width: 200px;
}

.k-grid-column-menu-standalone a.k-grid-filter, .k-grid-column-menu-standalone .k-grid-filter.anchor-like-button {
  position: initial;
  display: inline-block;
  margin: -4px 0;
  padding: 4px 8px;
}

.k-filter-row {
  line-height: 1.5;
}

.k-filter-row td, .k-filter-row th {
  border-width: 0 0 1px 1px;
  white-space: nowrap;
  padding: 0.5rem 0.5rem;
}

.k-filter-row td:first-child {
  border-left-width: 0;
}

.k-filter-row .k-multiselect {
  height: auto;
}

.k-filtercell {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.k-filtercell .k-filtercell-wrapper, .k-filtercell > span {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-filtercell .k-filtercell-wrapper > .k-button, .k-filtercell > span > .k-button {
  -ms-flex: none;
  flex: none;
}

.k-filtercell .k-input, .k-filtercell .k-picker {
  width: auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-filtercell .k-color-picker, .k-filtercell .k-colorpicker, .k-filtercell .k-dropdown-operator {
  width: -webkit-min-content;
  width: min-content;
  -ms-flex: none;
  flex: none;
}

.k-grid-content, .k-grid-content-locked {
  border-color: inherit;
  outline: 0;
}

.k-grid-content table, .k-grid-content-locked table {
  table-layout: fixed;
}

.k-grid-content tr:last-child > td, .k-grid-content-locked tr:last-child > td {
  border-bottom-width: 0;
}

.k-grid-content {
  width: 100%;
  min-height: 0;
  overflow: auto;
  overflow-x: auto;
  overflow-y: scroll;
  position: relative;
  -ms-flex: 1;
  flex: 1;
}

.k-virtual-scrollable-wrap {
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.k-grid td > .k-checkbox, .k-grid td > .k-checkbox-wrap, .k-grid td > .k-radio, .k-grid td > .k-radio-wrap, .k-grid th > .k-checkbox, .k-grid th > .k-checkbox-wrap, .k-grid th > .k-radio, .k-grid th > .k-radio-wrap {
  vertical-align: top;
}

.k-grid .k-command-cell, .k-grid .k-edit-cell, .k-grid .k-grid-edit-row td {
  padding: 5px 0.5rem;
  text-overflow: clip;
}

.k-grid .k-edit-cell > .k-widget:not(.k-switch), .k-grid .k-edit-cell > input:not([type=checkbox]):not([type=radio]), .k-grid .k-edit-cell > select, .k-grid .k-grid-edit-row td > .k-widget:not(.k-switch), .k-grid .k-grid-edit-row td > input:not([type=checkbox]):not([type=radio]), .k-grid .k-grid-edit-row td > select {
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}

.k-grid .k-edit-cell > .k-checkbox, .k-grid .k-edit-cell > .k-checkbox-wrap, .k-grid .k-edit-cell > .k-radio, .k-grid .k-edit-cell > .k-radio-wrap, .k-grid .k-grid-edit-row td > .k-checkbox, .k-grid .k-grid-edit-row td > .k-checkbox-wrap, .k-grid .k-grid-edit-row td > .k-radio, .k-grid .k-grid-edit-row td > .k-radio-wrap {
  vertical-align: middle;
}

.k-grid .k-command-cell > .k-button {
  vertical-align: middle;
}

.k-grid .k-command-cell > .k-button + .k-button {
  margin-left: 0.5rem;
  -webkit-margin-end: unset;
  margin-inline-end: unset;
  -webkit-margin-start: 0.5rem;
  margin-inline-start: 0.5rem;
}

.k-grid-header .k-resize-handle, .k-grid > .k-resize-handle {
  height: 25px;
  cursor: col-resize;
  position: absolute;
  z-index: 2;
}

.k-grid-pager {
  border-width: 1px 0 0;
  border-color: inherit;
  font-size: inherit;
}

.k-grid-pager-top {
  border-width: 0 0 1px;
}

.k-pager-input .k-numerictextbox {
  margin: 0 0.5rem;
  width: 3em;
}

.k-grid-virtual .k-grid-content .k-grid-table-wrap {
  float: left;
  width: 100%;
}

.k-grid-virtual .k-grid-content .k-grid-table {
  position: relative;
  float: left;
  z-index: 1;
}

.k-grid-virtual .k-grid-content > .k-height-container {
  position: relative;
  float: left;
}

.k-grid-virtual .k-grid-content::after {
  content: "";
  display: block;
  clear: both;
}

.k-width-container {
  position: absolute;
  visibility: hidden;
}

.k-width-container div {
  height: 1px;
}

.k-grid-virtual.k-rtl .k-grid-content .k-grid-table, .k-grid-virtual[dir=rtl] .k-grid-content .k-grid-table {
  float: right;
}

.k-grid-add-row td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.k-grid-lockedcolumns {
  white-space: nowrap;
}

.k-grid-content, .k-grid-content-locked, .k-pager-wrap {
  white-space: normal;
}

.k-grid-content-locked, .k-grid-footer-locked, .k-grid-header-locked {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 0 1px 0 0;
  box-sizing: content-box;
}

.k-grid-content-locked + .k-grid-content.k-auto-scrollable, .k-grid-footer-locked + .k-grid-content.k-auto-scrollable, .k-grid-header-locked + .k-grid-content.k-auto-scrollable {
  display: inline-block;
}

.k-grid-content, .k-grid-footer-wrap, .k-grid-header-wrap {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: inline-block;
  vertical-align: top;
}

.k-grid-content.k-auto-scrollable, .k-grid-footer-wrap.k-auto-scrollable, .k-grid-header-wrap.k-auto-scrollable {
  display: block;
}

.k-grid-header-locked > table, .k-grid-header-wrap > table {
  margin-bottom: -1px;
}

.k-grid-content-sticky, .k-grid-footer-sticky, .k-grid-header .k-filter-row .k-grid-header-sticky, .k-grid-header .k-header.k-grid-header-sticky, .k-grid-row-sticky {
  position: sticky;
  z-index: 2;
}

.k-grid-content-sticky.k-edit-cell, .k-grid-footer-sticky.k-edit-cell, .k-grid-header .k-filter-row .k-grid-header-sticky.k-edit-cell, .k-grid-header .k-header.k-grid-header-sticky.k-edit-cell, .k-grid-row-sticky.k-edit-cell {
  overflow: visible;
  z-index: 3;
}

kendo-grid tr.k-grid-row-sticky {
  border: 0;
  position: static;
  z-index: auto;
}

kendo-grid .k-grid-row-sticky td {
  border-bottom-width: 1px;
  border-top-width: 1px;
  position: sticky;
  top: inherit;
  bottom: inherit;
}

kendo-grid .k-grid-row-sticky td {
  z-index: 2;
}

kendo-grid .k-grid-row-sticky td.k-grid-content-sticky, kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky {
  z-index: 3;
}

kendo-grid .k-grid-content-locked tr .k-grid-content-sticky:last-child, kendo-grid .k-grid-header-locked th.k-grid-header-sticky:last-child {
  border-right: 0;
}

kendo-grid .k-grid-header .k-grid-column-menu {
  z-index: 1;
}

.k-grid-content-sticky.k-grid-row-sticky {
  z-index: 3;
}

.k-grid .k-grid-content-sticky, .k-grid .k-grid-footer-sticky, .k-grid .k-grid-header-sticky {
  border-right-width: 1px;
}

.k-grid .k-grid-content-sticky:not([style*="display: none"]) + td, .k-grid .k-grid-content-sticky:not([style*="display: none"]) + th, .k-grid .k-grid-footer-sticky:not([style*="display: none"]) + td, .k-grid .k-grid-footer-sticky:not([style*="display: none"]) + th, .k-grid .k-grid-header-sticky:not([style*="display: none"]) + td, .k-grid .k-grid-header-sticky:not([style*="display: none"]) + th {
  border-left-width: 0;
}

.k-grid .k-grid-row-sticky {
  border-bottom-width: 1px;
  border-top-width: 1px;
}

.k-grid-header-sticky.k-header.k-grid-no-left-border.k-first {
  border-left-width: 0;
}

.k-grid.k-grid-no-scrollbar .k-grid-footer-wrap, .k-grid.k-grid-no-scrollbar .k-grid-header-wrap {
  margin: 0;
  border-width: 0;
}

.k-grid.k-grid-no-scrollbar .k-grid-footer, .k-grid.k-grid-no-scrollbar .k-grid-header {
  padding: 0;
}

.k-grid.k-grid-no-scrollbar .k-grid-content {
  overflow-y: auto;
}

.k-grid-norecords {
  text-align: center;
}

div.k-grid-norecords {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-grid-norecords-template {
  box-sizing: border-box;
  margin: 0 auto;
  width: 20em;
  height: 4em;
  border: 1px solid;
  line-height: 4em;
}

.k-header > .k-cell-inner {
  margin: -0.5rem calc(-1.5em - 0.25rem - 2px) -0.5rem -0.5rem;
}

.k-filterable > .k-cell-inner {
  margin: -0.5rem calc(-1.5em - 0.75rem - 2px) -0.5rem -0.5rem;
}

.k-filterable > .k-cell-inner .k-link {
  padding-right: 0;
}

.k-cell-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.k-cell-inner > .k-link {
  padding: 0.5rem 0.5rem;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.k-cell-inner > .k-link > .k-icon.k-i-sort-asc-sm, .k-cell-inner > .k-link > .k-icon.k-i-sort-desc-sm {
  margin-left: 0;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-cell-inner .k-sort-order {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: normal;
}

.k-cell-inner .k-grid-filter, .k-cell-inner .k-header-column-menu {
  position: static;
}

.k-cell-inner .k-grid-filter, .k-cell-inner .k-header-column-menu, .k-cell-inner .k-hierarchy-cell .k-icon {
  text-align: center;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-column-title {
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: hidden;
}

.k-loading-pdf-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.k-loading-pdf-mask > .k-i-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 64px;
}

.k-loading-pdf-mask .k-loading-pdf-progress {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-pdf-export .k-loading-pdf-mask {
  display: none;
}

.k-grid-pdf-export-element {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

.k-grid-pdf-export-element .k-filter-row {
  display: none;
}

.k-pdf-export-shadow .k-grid {
  float: left;
  width: auto !important;
}

.k-pdf-export-shadow .k-grid, .k-pdf-export-shadow .k-grid-content, .k-pdf-export-shadow .k-grid-content-locked {
  height: auto !important;
  overflow: visible;
}

.k-pdf-export-shadow .k-grid-header-locked + .k-grid-content, .k-pdf-export-shadow .k-grid-header-locked + .k-grid-footer-wrap, .k-pdf-export-shadow .k-grid-header-locked + .k-grid-header-wrap {
  width: auto !important;
}

.k-pdf-export-shadow .k-grid-header, .k-pdf-export-shadow .k-grid[data-role=grid] .k-grid-footer {
  padding: 0 !important;
}

.k-filter-menu-popup {
  width: 250px;
}

.k-filter-menu {
  box-sizing: border-box;
}

.k-filter-menu-container {
  padding: 0.5rem;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0.5rem;
}

.k-filter-menu-container .k-filter-and {
  width: -webkit-min-content;
  width: min-content;
  -ms-flex-item-align: start;
  align-self: start;
}

.k-filter-menu-container .k-action-buttons, .k-filter-menu-container .k-actions, .k-filter-menu-container .k-columnmenu-actions, .k-filter-menu-container .k-edit-buttons, .k-filter-menu-container .k-form-buttons {
  margin: 0;
  padding: 0;
}

.k-filter-menu-container kendo-grid-date-filter-menu, .k-filter-menu-container kendo-grid-filter-menu-input-wrapper, .k-filter-menu-container kendo-grid-string-filter-menu, .k-filter-menu-container kendo-numeric-filter-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0.5rem;
}

.k-ie .k-filter-menu-container > * {
  margin-top: 0.5rem;
}

.k-ie .k-filter-menu-container > :first-child {
  margin-top: 0;
}

.k-ie .k-filter-menu-container .k-filter-and, .k-ie .k-filter-menu-container kendo-grid-filter-menu-input-wrapper > * {
  margin-top: 0.5rem;
}

.k-ie .k-filter-menu-container kendo-grid-filter-menu-input-wrapper > :first-child {
  margin-top: 0;
}

.k-filter-menu.k-popup .k-filter-menu-container, .k-grid-filter-popup.k-popup .k-filter-menu-container {
  width: 250px;
}

.k-popup .k-multicheck-wrap {
  margin: 0;
  padding: 0;
  max-height: 300px;
  white-space: nowrap;
  overflow: auto;
  list-style: none;
}

.k-popup .k-multicheck-wrap .k-check-all-wrap, .k-popup .k-multicheck-wrap .k-item {
  padding: 0.25rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-filter-selected-items {
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.k-autofitting {
  width: auto !important;
  table-layout: auto !important;
}

.k-autofitting td, .k-autofitting th.k-header {
  white-space: nowrap !important;
}

.k-autofitting .k-detail-row {
  display: none !important;
}

.k-column-menu-popup, .k-grid-columnmenu-popup {
  width: 250px;
  box-sizing: border-box;
}

.k-popup > .k-column-menu-popup, .k-popup > .k-grid-columnmenu-popup {
  max-width: 100%;
}

.k-column-menu-popup .k-action-buttons, .k-column-menu-popup .k-actions, .k-column-menu-popup .k-columnmenu-actions, .k-column-menu-popup .k-edit-buttons, .k-column-menu-popup .k-form-buttons, .k-grid-columnmenu-popup .k-action-buttons, .k-grid-columnmenu-popup .k-actions, .k-grid-columnmenu-popup .k-columnmenu-actions, .k-grid-columnmenu-popup .k-edit-buttons, .k-grid-columnmenu-popup .k-form-buttons {
  margin: 0;
}

.k-column-menu {
  box-sizing: border-box;
}

.k-column-menu .k-menu:not(.k-context-menu) {
  font-weight: 400;
}

.k-column-menu .k-expander {
  border: 0;
  background: inherit;
}

.k-column-menu .k-expander .k-columnmenu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-column-list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.k-column-chooser-title, .k-column-list-item {
  padding: 0.25rem 1rem;
}

.k-column-list-item {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  position: relative;
}

.k-column-list-item .k-checkbox-label {
  margin: 0;
}

.k-columns-items-wrap {
  padding: 0.5rem 0;
}

.k-columnmenu-item {
  padding: 0.25rem 1rem;
  outline: 0;
  cursor: pointer;
}

.k-columnmenu-item > .k-icon {
  margin-right: 0.5rem;
}

.k-columnmenu-item-wrapper + .k-columnmenu-item-wrapper {
  border-top: 1px solid;
  border-top-color: #dee2e6;
}

.k-columnmenu-item-content {
  overflow: hidden;
}

.k-column-menu-group-header {
  padding: 0.25rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-column-menu-group-header-text {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-rtl .k-columnmenu-item > .k-icon, [dir=rtl] .k-columnmenu-item > .k-icon {
  margin-left: 0.5rem;
  margin-right: 0;
}

.k-rtl .k-header > .k-cell-inner, [dir=rtl] .k-header > .k-cell-inner {
  margin-right: -0.5rem;
  margin-left: calc(-1.5em - 0.25rem - 2px);
}

.k-rtl .k-header > .k-cell-inner .k-sort-order, [dir=rtl] .k-header > .k-cell-inner .k-sort-order {
  margin-right: -2px;
  margin-left: 0;
}

.k-rtl .k-filterable > .k-cell-inner, [dir=rtl] .k-filterable > .k-cell-inner {
  margin-right: -0.5rem;
  margin-left: calc(-1.5em - 0.75rem - 2px);
}

.k-rtl .k-filterable > .k-cell-inner .k-link, [dir=rtl] .k-filterable > .k-cell-inner .k-link {
  padding-right: 0.5rem;
  padding-left: 0;
}

.k-ie .k-grid-footer, .k-ie .k-grid-header {
  padding-right: 17px;
  padding-left: 0;
  display: block;
}

.k-ie .k-rtl .k-grid-footer, .k-ie .k-rtl .k-grid-header, .k-ie [dir=rtl] .k-grid-footer, .k-ie [dir=rtl] .k-grid-header {
  padding-right: 0;
  padding-left: 17px;
}

.k-grouping-header .k-group-indicator {
  border-radius: 0.25rem;
}

.k-grid {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-grid .k-grid-content, .k-grid .k-grid-content-locked, .k-grid .k-grid-header-locked, .k-grid td {
  border-color: #dee2e6;
}

.k-grid .k-alt {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-grid tbody tr:not(.k-detail-row).k-state-hover, .k-grid tbody tr:not(.k-detail-row):hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.k-grid td.k-state-selected, .k-grid th.k-state-selected, .k-grid tr.k-state-selected > td {
  color: #212529;
  background-color: rgba(13, 110, 253, 0.25);
}

.k-grid .k-detail-row > td:focus, .k-grid .k-grid-pager.k-state-focused, .k-grid .k-grid-pager:focus, .k-grid .k-group-footer > td:focus, .k-grid .k-grouping-row > td:focus, .k-grid .k-master-row > td:focus, .k-grid td.k-state-focused, .k-grid th.k-state-focused, .k-grid th:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-grid col.k-sorted, .k-grid th.k-sorted {
  background-color: rgba(0, 0, 0, 0.02);
}

.k-grid .k-grid-content-locked, .k-grid .k-grid-content-locked td, .k-grid .k-grid-header-locked, .k-grid .k-grid-header-locked .k-header {
  border-color: rgba(33, 37, 41, 0.5);
}

.k-grid .k-grid-header-locked .k-header {
  border-bottom-color: #dee2e6;
}

.k-grid .k-grid-content-locked .k-group-cell, .k-grid .k-grid-content-locked .k-group-footer td {
  border-color: #dee2e6;
}

.k-grid .k-grid-content-locked .k-grouping-row + tr td {
  border-top-color: #dee2e6;
}

.k-grid .k-grid-content-locked .k-state-selected td {
  background-color: #c3dbff;
}

.k-grid .k-grid-content-locked .k-state-selected.k-alt td {
  background-color: #bdd4f7;
}

.k-grid .k-grid-content-locked .k-state-selected.k-state-hover td, .k-grid .k-grid-content-locked .k-state-selected:hover td {
  background-color: #b8cff1;
}

.k-grid.k-rtl td.k-hierarchy-cell, .k-grid.k-rtl th.k-hierarchy-cell, .k-grid[dir=rtl] td.k-hierarchy-cell, .k-grid[dir=rtl] th.k-hierarchy-cell {
  border-left-color: transparent;
}

.k-grid-toolbar {
  border-color: inherit;
}

.k-grouping-header {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-grouping-header .k-group-indicator {
  border-color: #e4e7eb;
  color: #212529;
  background-color: #e4e7eb;
}

.k-grid-header {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
  color: #0d6efd;
}

.k-grid-header .k-grid-filter.k-state-border-down, .k-grid-header .k-grid-filter.k-state-focus, .k-grid-header .k-grid-filter:focus, .k-grid-header .k-header-column-menu.k-state-border-down, .k-grid-header .k-header-column-menu.k-state-focus, .k-grid-header .k-header-column-menu:focus, .k-grid-header .k-hierarchy-cell .k-icon.k-state-border-down, .k-grid-header .k-hierarchy-cell .k-icon.k-state-focus, .k-grid-header .k-hierarchy-cell .k-icon:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.k-grid-header .k-grid-filter.k-state-active, .k-grid-header .k-header-column-menu.k-state-active, .k-grid-header .k-hierarchy-cell .k-icon.k-state-active {
  color: #fff;
  background-color: #0d6efd;
}

.k-grid-header .k-grid-header-sticky, .k-grid-header .k-grid-header-sticky.k-sorted {
  color: #212529;
  background-color: #f8f9fa;
  border-right-color: rgba(33, 37, 41, 0.5);
  border-left-color: rgba(33, 37, 41, 0.5);
}

.k-grid-footer .k-grid-footer-sticky {
  background-color: #f8f9fa;
}

.k-master-row .k-grid-content-sticky {
  border-color: rgba(33, 37, 41, 0.5);
  color: #212529;
  background-color: #fff;
  border-top-color: #dee2e6;
}

.k-master-row .k-grid-row-sticky {
  border-top-color: rgba(33, 37, 41, 0.5);
  border-bottom-color: rgba(33, 37, 41, 0.5);
  background-color: #fff;
}

.k-master-row.k-alt .k-grid-content-sticky, .k-master-row.k-alt .k-grid-row-sticky {
  background-color: #f5f5f5;
}

.k-master-row td.k-grid-content-sticky.k-state-selected, .k-master-row.k-state-selected .k-grid-content-sticky, .k-master-row.k-state-selected .k-grid-row-sticky {
  background-color: #c3dbff;
}

.k-master-row.k-alt td.k-grid-content-sticky.k-state-selected, .k-master-row.k-state-selected.k-alt .k-grid-content-sticky, .k-master-row.k-state-selected.k-alt .k-grid-row-sticky {
  background-color: #bdd4f7;
}

.k-master-row.k-state-hover .k-grid-content-sticky, .k-master-row.k-state-hover .k-grid-row-sticky, .k-master-row:hover .k-grid-content-sticky, .k-master-row:hover .k-grid-row-sticky {
  background-color: #ebebeb;
}

.k-master-row.k-state-hover td.k-grid-content-sticky.k-state-selected, .k-master-row.k-state-selected.k-state-hover .k-grid-content-sticky, .k-master-row.k-state-selected.k-state-hover .k-grid-row-sticky, .k-master-row.k-state-selected:hover .k-grid-content-sticky, .k-master-row.k-state-selected:hover .k-grid-row-sticky, .k-master-row:hover td.k-grid-content-sticky.k-state-selected {
  background-color: #b8cff1;
}

kendo-grid .k-grid-content-sticky {
  border-top-color: #dee2e6;
  border-left-color: rgba(33, 37, 41, 0.5);
  border-right-color: rgba(33, 37, 41, 0.5);
  background-color: #fff;
}

kendo-grid .k-grid-content-sticky.k-state-hover, kendo-grid .k-grid-content-sticky:hover {
  background-color: #ebebeb;
}

kendo-grid .k-grid-row-sticky td {
  border-top-color: rgba(33, 37, 41, 0.5);
  border-bottom-color: rgba(33, 37, 41, 0.5);
  background-color: #fff;
}

kendo-grid .k-grid-row-sticky td.k-state-hover td, kendo-grid .k-grid-row-sticky td:hover td {
  background-color: #ebebeb;
}

kendo-grid .k-alt .k-grid-content-sticky, kendo-grid .k-grid-row-sticky.k-alt td {
  background-color: #f5f5f5;
}

kendo-grid .k-grid-row-sticky td.k-state-selected, kendo-grid .k-state-selected.k-grid-content-sticky, kendo-grid .k-state-selected.k-grid-row-sticky td, kendo-grid tr.k-state-selected .k-grid-content-sticky {
  background-color: #c3dbff;
}

kendo-grid .k-alt .k-state-selected.k-grid-content-sticky, kendo-grid .k-state-selected.k-alt.k-grid-row-sticky td, kendo-grid tr.k-state-selected.k-alt .k-grid-content-sticky {
  background-color: #bdd4f7;
}

kendo-grid .k-alt.k-state-hover .k-grid-content-sticky, kendo-grid .k-alt:hover .k-grid-content-sticky, kendo-grid .k-grid-row-sticky.k-alt.k-state-hover td, kendo-grid .k-grid-row-sticky.k-alt:hover td, kendo-grid .k-grid-row-sticky.k-state-hover td, kendo-grid .k-grid-row-sticky:hover td, kendo-grid tr.k-state-hover .k-grid-content-sticky, kendo-grid tr:hover .k-grid-content-sticky {
  background-color: #ebebeb;
}

kendo-grid .k-grid-row-sticky.k-state-hover td.k-state-selected, kendo-grid .k-grid-row-sticky:hover td.k-state-selected, kendo-grid .k-state-selected.k-alt.k-grid-row-sticky.k-state-hover td, kendo-grid .k-state-selected.k-alt.k-grid-row-sticky:hover td, kendo-grid .k-state-selected.k-grid-row-sticky.k-state-hover td, kendo-grid .k-state-selected.k-grid-row-sticky:hover td, kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected, kendo-grid tr.k-state-selected.k-alt.k-state-hover .k-grid-content-sticky, kendo-grid tr.k-state-selected.k-alt:hover .k-grid-content-sticky, kendo-grid tr.k-state-selected.k-state-hover .k-grid-content-sticky, kendo-grid tr.k-state-selected:hover .k-grid-content-sticky, kendo-grid tr:hover .k-grid-content-sticky.k-state-selected {
  background-color: #b8cff1;
}

.k-grouping-row .k-grid-content-sticky {
  background-color: #f8f9fa;
}

.k-grouping-row.k-state-hover .k-grid-content-sticky, .k-grouping-row:hover .k-grid-content-sticky {
  background-color: #ebebeb;
}

.k-group-footer .k-grid-footer-sticky, .k-group-footer td {
  background-color: #f8f9fa;
}

.k-group-footer.k-state-hover .k-grid-footer-sticky, .k-group-footer:hover .k-grid-footer-sticky {
  background-color: #f8f9fa;
}

.k-grid-footer {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-grid-footer .k-grid-footer-locked {
  border-color: inherit;
}

.k-grid-footer .k-grid-footer-sticky {
  border-color: rgba(33, 37, 41, 0.5);
  background-color: #f8f9fa;
}

.k-grid-pager {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-group-cell, .k-grouping-row {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-column-list-item:hover, .k-columnmenu-item:hover {
  color: #16181b;
  background-color: #e9ecef;
}

.k-columnmenu-item.k-state-focus, .k-columnmenu-item:focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-column-list-wrapper {
  border-color: inherit;
}

.k-columnmenu-item.k-state-selected {
  color: #fff;
  background-color: #0d6efd;
}

.k-column-menu .k-menu:not(.k-context-menu) {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-hover, .k-column-menu .k-menu:not(.k-context-menu) .k-item:hover {
  color: #16181b;
  background-color: #e9ecef;
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected {
  color: #fff;
  background-color: #0d6efd;
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-focused, .k-column-menu .k-menu:not(.k-context-menu) .k-item:focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-column-menu-group-header-text {
  border-color: #dee2e6;
  color: #212529;
}

.k-check-all-wrap {
  border-color: #dee2e6;
}

.k-grid-norecords-template {
  background-color: #fff;
  border-color: #dee2e6;
}

.k-listview {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-listview-bordered {
  border-width: 1px;
}

.k-listview-header {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

.k-listview-bordered > .k-listview-header {
  border-bottom-width: 1px;
}

.k-listview-content {
  margin: 0;
  padding: 0;
  outline: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  overflow: auto;
}

.k-listview-content::after {
  height: 0;
  clear: both;
  display: block;
}

.k-listview-content.k-d-flex-col::after, .k-listview-content.k-d-flex-row::after, .k-listview-content.k-d-flex::after, .k-listview-content.k-d-grid::after {
  display: none;
}

.k-listview-content-padding-rectangle {
  padding: 0.25rem 0.25rem;
}

.k-listview-content-padding-square {
  padding: 0.25rem;
}

.k-listview-item {
  padding: 0;
  border-width: 0;
  outline: 0;
  border-style: solid;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-listview-item-padding-rectangle {
  padding: 0.25rem 0.25rem;
}

.k-listview-item-padding-rectangle .k-listview-link {
  margin: -0.25rem -0.25rem;
  padding: 0.25rem 0.25rem;
}

.k-listview-item-padding-square {
  padding: 0.25rem;
}

.k-listview-item-padding-square .k-listview-link {
  margin: -0.25rem;
  padding: 0.25rem;
}

.k-listview-footer {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

.k-listview-bordered > .k-listview-footer {
  border-top-width: 1px;
}

.k-listview-pager {
  border-width: 0;
  border-color: inherit;
  font: inherit;
}

.k-listview-bordered > .k-listview-pager-top {
  border-bottom-width: 1px;
}

.k-listview-bordered > .k-listview-pager-bottom {
  border-top-width: 1px;
}

.k-listview-borders-all .k-listview-item {
  border-width: 1px;
}

.k-listview-borders-horizontal .k-listview-item {
  border-top-width: 1px;
}

.k-listview-borders-horizontal .k-listview-item:first-child {
  border-top-width: 0;
}

.k-listview-borders-vertical .k-listview-item {
  border-left-width: 1px;
}

.k-listview-borders-vertical .k-listview-item:first-child {
  border-left-width: 0;
}

.k-listview {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-listview-content > .k-state-focused {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-listview-content > .k-state-selected {
  background-color: rgba(13, 110, 253, 0.25);
}

.k-spreadsheet {
  width: 800px;
  height: 600px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: default;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-spreadsheet .k-vertical-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-spreadsheet .k-vertical-align-bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.k-spreadsheet .k-tabstrip-wrapper {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  position: relative;
}

.k-spreadsheet-quick-access-toolbar {
  padding: 0.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.k-spreadsheet-tabstrip {
  padding-top: 0.5rem;
  position: relative;
  z-index: 1;
}

.k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
  margin: 0;
}

.k-spreadsheet-tabstrip .k-loading {
  display: none;
}

.k-spreadsheet-tabstrip .k-content, .k-spreadsheet-tabstrip .k-tabstrip-content {
  border-radius: 0;
  padding: 0;
  border-width: 0;
  overflow: hidden;
}

.k-spreadsheet-toolbar {
  border-width: 0;
}

.k-spreadsheet-toolbar [data-tool=alignment], .k-spreadsheet-toolbar [data-tool=backgroundColor], .k-spreadsheet-toolbar [data-tool=borders], .k-spreadsheet-toolbar [data-tool=freeze], .k-spreadsheet-toolbar [data-tool=merge], .k-spreadsheet-toolbar [data-tool=textColor] {
  width: auto;
  min-width: 1.5em;
}

.k-spreadsheet-toolbar .k-color-picker, .k-spreadsheet-toolbar .k-colorpicker {
  width: -webkit-min-content;
  width: min-content;
}

.k-spreadsheet-action-bar {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-spreadsheet-name-editor {
  width: 10em;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
}

.k-spreadsheet-formula-bar {
  border-color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
}

.k-spreadsheet-formula-bar > .k-i-formula-fx {
  padding: 0 0.5rem;
  box-sizing: content-box;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-spreadsheet-formula-bar .k-group-header, .k-spreadsheet-formula-bar .k-list-scroller, .k-spreadsheet-formula-bar .k-tooltip {
  display: none;
}

.k-spreadsheet-formula-bar .k-spreadsheet-formula-input {
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
}

.k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula::before {
  content: "{";
  font-weight: 700;
}

.k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula::after {
  content: "}";
  font-weight: 700;
}

.k-spreadsheet-formula-input {
  outline: 0;
  white-space: pre;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
}

.k-spreadsheet-formula-input > .k-syntax-bool.k-syntax-at-point, .k-spreadsheet-formula-input > .k-syntax-func.k-syntax-at-point, .k-spreadsheet-formula-input > .k-syntax-num.k-syntax-at-point, .k-spreadsheet-formula-input > .k-syntax-ref.k-syntax-at-point, .k-spreadsheet-formula-input > .k-syntax-str.k-syntax-at-point {
  text-decoration: underline;
}

.k-spreadsheet-formula-input > .k-series-a, .k-spreadsheet-formula-input > .k-series-b, .k-spreadsheet-formula-input > .k-series-c, .k-spreadsheet-formula-input > .k-series-d {
  background-color: transparent;
}

.k-spreadsheet-formula-list {
  min-width: 100px;
}

.k-spreadsheet-formula-list .k-item {
  padding: 0.25rem 1rem;
}

.k-syntax-func, .k-syntax-startexp {
  font-weight: 700;
}

.k-spreadsheet-cell-editor {
  padding: 0 3px;
  line-height: 20px;
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 2000;
}

.k-spreadsheet-sheets-bar {
  padding: 0 0 0.25rem 0.25rem;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.k-spreadsheet-sheets-bar-add {
  -ms-flex-item-align: center;
  align-self: center;
}

.k-spreadsheet-sheets-bar-add:not(:hover) {
  border-color: transparent;
  color: inherit;
  background: 0 0;
}

.k-spreadsheet-sheets-items {
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.k-spreadsheet-sheets-items .k-tabstrip-items-wrapper {
  margin: 0;
  border-width: 0;
}

.k-spreadsheet-sheets-items .k-item .k-link {
  display: inline-block;
}

.k-spreadsheet-sheets-items .k-item .k-spreadsheet-sheets-remove {
  margin-right: 0.5rem;
  margin-left: -0.5rem;
  padding: 0;
  line-height: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.k-spreadsheet-view {
  height: auto !important;
  border-color: inherit;
  font-size: 12px;
  font-family: Arial, Verdana, Sans-serif;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.k-spreadsheet-view .k-state-disabled {
  pointer-events: auto;
}

.k-spreadsheet-fixed-container {
  width: 100%;
  height: 100%;
  border-color: inherit;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 2;
}

.k-spreadsheet-overflow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-color: inherit;
}

.k-spreadsheet-pane {
  padding: 0 1px 0 0;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: inherit;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
}

.k-spreadsheet-pane.k-top {
  border-top-width: 0;
}

.k-spreadsheet-pane.k-left {
  border-left-width: 0;
}

.k-spreadsheet-top-corner {
  border-width: 0 1px 1px 0;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}

.k-spreadsheet-top-corner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 6px solid transparent;
  border-right-color: inherit;
  border-bottom-color: inherit;
}

.k-spreadsheet-scroller {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  z-index: 1;
}

@media (hover: none), (pointer: coarse) {
  .k-spreadsheet-scroller {
    z-index: 3;
  }
}
.k-spreadsheet-haxis, .k-spreadsheet-vaxis {
  border: 0 solid;
  border-color: inherit;
  position: absolute;
}

.k-spreadsheet-haxis {
  border-width: 1px 0 0;
  left: 0;
}

.k-spreadsheet-vaxis {
  border-width: 0 0 0 1px;
  top: 0;
}

.k-spreadsheet-column-header, .k-spreadsheet-row-header {
  text-align: center;
  z-index: 100;
}

.k-spreadsheet-column-header > div, .k-spreadsheet-row-header > div {
  position: relative;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

.k-spreadsheet-column-header > div::after, .k-spreadsheet-row-header > div::after {
  content: "";
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.k-spreadsheet-row-header {
  position: relative;
}

.k-spreadsheet-column-header {
  position: absolute;
}

.k-spreadsheet-row-header > div {
  border-top-width: 1px;
}

.k-spreadsheet-row-header > div:first-child {
  border-top-width: 0;
}

.k-spreadsheet-row-header > .k-selection-full::after, .k-spreadsheet-row-header > .k-selection-partial::after {
  border-right-width: 2px;
  display: block;
}

.k-spreadsheet-column-header > div {
  border-left-width: 1px;
}

.k-spreadsheet-column-header > div:first-child {
  border-left-width: 0;
}

.k-spreadsheet-column-header > .k-selection-full::after, .k-spreadsheet-column-header > .k-selection-partial::after {
  border-bottom-width: 2px;
  display: block;
}

.k-spreadsheet-data {
  border-color: inherit;
  cursor: cell;
  position: relative;
}

.k-spreadsheet-cell {
  padding: 1px;
  box-sizing: border-box;
  position: absolute;
  line-height: normal;
  white-space: pre;
  overflow: hidden;
}

.k-spreadsheet-merged-cells-wrapers {
  position: relative;
}

.k-spreadsheet .k-selection-wrapper {
  position: relative;
  cursor: cell;
}

.k-spreadsheet .k-spreadsheet-selection {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
}

.k-spreadsheet .k-spreadsheet-selection-highlight {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
}

.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button {
  position: absolute;
  padding: 0;
  z-index: 60;
}

.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button.k-spreadsheet-last-column {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.k-spreadsheet-active-cell {
  outline-color: transparent !important;
  z-index: 10;
}

.k-spreadsheet .k-auto-fill-wrapper {
  position: relative;
}

.k-spreadsheet .k-auto-fill, .k-spreadsheet .k-auto-fill-br-hint, .k-spreadsheet .k-auto-fill-punch {
  box-sizing: border-box;
  position: absolute;
}

.k-spreadsheet .k-auto-fill {
  border-width: 1px;
  border-style: solid;
  cursor: crosshair;
}

.k-spreadsheet .k-single-selection::after {
  content: "";
  margin-bottom: -4px;
  margin-right: -4px;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  cursor: crosshair;
}

.k-spreadsheet .k-selection-full::after, .k-spreadsheet .k-selection-partial::after {
  display: none;
}

.k-spreadsheet .k-autofill-wrapper {
  position: relative;
  cursor: cell;
}

.k-spreadsheet-vborder {
  position: absolute;
  border-left-style: solid;
  border-left-width: 1px;
}

.k-spreadsheet-hborder {
  position: absolute;
  border-top-style: solid;
  border-top-width: 1px;
}

.k-spreadsheet-has-comment::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  border-width: 3px;
  border-style: solid;
}

.k-dirty {
  left: 0;
  right: auto;
}

.k-spreadsheet .k-filter-wrapper {
  position: relative;
  z-index: 50;
}

.k-spreadsheet .k-filter-range {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  box-sizing: border-box;
}

.k-spreadsheet-filter {
  border-radius: 0.25rem;
  line-height: 1;
  position: absolute;
  cursor: pointer;
}

.k-spreadsheet-filter .k-icon {
  vertical-align: middle;
}

.k-spreadsheet-filter-menu {
  width: 280px;
}

.k-spreadsheet-filter-menu .k-animation-container {
  position: relative;
}

.k-spreadsheet-filter-menu > .k-menu, .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical {
  border-width: 0;
}

.k-spreadsheet-filter-menu > .k-menu .k-item, .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-item {
  color: inherit;
}

.k-spreadsheet-filter-menu > .k-menu .k-link, .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
  padding-left: calc(16px + 1rem);
}

.k-spreadsheet-filter-menu > .k-menu .k-icon, .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
  margin-left: calc(-16px - 0.5rem);
  margin-right: 0.5rem;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  height: 200px;
  border-width: 1px;
  border-style: solid;
  overflow-y: scroll;
  overflow-x: auto;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper .k-treeview {
  padding: 0.5rem;
  overflow: visible;
}

.k-spreadsheet-filter-menu .k-details, .k-spreadsheet-filter-menu .k-expander {
  padding: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
}

.k-spreadsheet-filter-menu .k-expander {
  border: 0;
  background: inherit;
}

.k-spreadsheet-filter-menu .k-columnmenu-item, .k-spreadsheet-filter-menu .k-details-summary {
  padding: 0.25rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon, .k-spreadsheet-filter-menu .k-details-summary > .k-icon {
  margin-right: 0.5rem;
}

.k-spreadsheet-filter-menu .k-columnmenu-item-content, .k-spreadsheet-filter-menu .k-details-content {
  padding: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 0.5rem;
}

.k-spreadsheet-filter-menu .k-columnmenu-item-content .k-filter-and, .k-spreadsheet-filter-menu .k-details-content .k-filter-and {
  width: -webkit-min-content;
  width: min-content;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.k-spreadsheet-filter-menu .k-action-buttons, .k-spreadsheet-filter-menu .k-actions, .k-spreadsheet-filter-menu .k-columnmenu-actions, .k-spreadsheet-filter-menu .k-edit-buttons, .k-spreadsheet-filter-menu .k-form-buttons {
  margin: 0;
  padding: 0;
}

.k-spreadsheet-popup {
  padding: 0;
}

.k-spreadsheet-popup .k-separator {
  display: block;
}

.k-spreadsheet-popup .k-custom-color, .k-spreadsheet-popup .k-reset-color {
  border-radius: 0;
  width: 100%;
  border-width: 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
}

.k-spreadsheet-popup .k-reset-color {
  border-bottom-width: 1px;
}

.k-spreadsheet-popup .k-custom-color {
  border-top-width: 1px;
}

.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
  width: 12.5rem;
  height: 5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.k-spreadsheet-format-popup .k-item {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-spreadsheet-format-popup .k-spreadsheet-sample {
  -ms-flex-order: 1;
  order: 1;
}

.k-spreadsheet-sample {
  opacity: 0.7;
}

.k-spreadsheet-clipboard, .k-spreadsheet-clipboard-paste {
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.k-spreadsheet-window .k-edit-form-container {
  width: auto;
  min-width: 0;
}

.k-spreadsheet-format-cells .k-spreadsheet-preview {
  margin-top: 0.5rem;
  text-align: center;
}

.k-spreadsheet-format-cells .k-list-scroller {
  margin-top: 0.5rem;
  height: 210px;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

.k-export-config {
  clear: both;
  position: relative;
}

.k-export-config::after {
  content: "";
  clear: both;
  display: block;
}

.k-export-config .k-edit-field {
  margin-left: 5%;
  width: 45%;
  float: left;
}

.k-export-config .k-page-orientation {
  position: absolute;
  right: 0;
  top: 0.5rem;
}

.k-export-config .k-page-orientation .k-icon {
  font-size: 6em;
}

.k-spreadsheet-insert-comment textarea {
  height: auto;
}

.k-spreadsheet-insert-image-dialog {
  border-radius: 0.25rem;
  border-style: dashed;
  border-width: 2px;
}

.k-spreadsheet-insert-image-dialog label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100%;
  width: 355px;
  height: 230px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcwAAAGQCAYAAAAjl1AKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMGVmMzZmZi04YmI1LTRlN2YtOTcwMS04OTU5ZTg1N2ZhY2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDNDOTBDNUQ2OUJGMTFFOTkwMzY4RTI3NjZBQTdENkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDNDOTBDNUM2OUJGMTFFOTkwMzY4RTI3NjZBQTdENkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMmZmZjM0Mi05NjEyLTQwM2YtYWZhYS01MTE1ZjQ2NThmMWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDphYjlhMmUwMy1kNmIwLTY3NGMtODc4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);
  background-size: auto 70%;
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

.k-spreadsheet-insert-image-dialog label div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 30px;
  pointer-events: none;
}

.k-spreadsheet-insert-image-dialog label input {
  display: none;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image {
  background-size: auto 90%;
  background-position: 50% 50%;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div {
  margin: 0;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 1;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image div {
  opacity: 0;
}

.k-spreadsheet-drawing {
  position: absolute;
  box-sizing: border-box;
  z-index: 101;
}

.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
  outline-style: solid;
  outline-width: 2px;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: move;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.375rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.N {
  left: 50%;
  top: 0;
  cursor: ns-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.NE {
  left: 100%;
  top: 0;
  cursor: nesw-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.E {
  left: 100%;
  top: 50%;
  cursor: ew-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.SE {
  left: 100%;
  top: 100%;
  cursor: nwse-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.S {
  left: 50%;
  top: 100%;
  cursor: ns-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.SW {
  left: 0;
  top: 100%;
  cursor: nesw-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.W {
  left: 0;
  top: 50%;
  cursor: ew-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.NW {
  left: 0;
  top: 0;
  cursor: nwse-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered, .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover {
  border-radius: 0.25rem;
}

.k-rtl .k-spreadsheet .k-dirty, .k-spreadsheet[dir=rtl] .k-dirty {
  right: 0;
  left: auto;
}

.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after, .k-spreadsheet[dir=rtl] .k-spreadsheet-has-comment::after {
  left: 0;
  right: auto;
}

.k-spreadsheet-filter-menu > .k-menu, .k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) {
  background: 0 0;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.k-spreadsheet {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-spreadsheet-column-header, .k-spreadsheet-row-header, .k-spreadsheet-top-corner {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-syntax-ref {
  color: #f82;
}

.k-syntax-num {
  color: #09f;
}

.k-syntax-str {
  color: #38b714;
}

.k-syntax-error {
  color: red;
}

.k-syntax-bool {
  color: #a9169c;
}

.k-syntax-paren-match {
  background-color: #caf200;
}

.k-spreadsheet-cell-editor {
  color: #212529;
  background-color: #fff;
}

.k-spreadsheet-merged-cell {
  background-color: #fff;
}

.k-spreadsheet .k-selection-full, .k-spreadsheet .k-selection-partial {
  background-color: rgba(13, 110, 253, 0.25);
}

.k-spreadsheet-selection {
  border-color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.25);
  box-shadow: inset 0 0 0 1px #0d6efd;
}

.k-spreadsheet .k-single-selection::after {
  border-color: #fff;
  background-color: #0d6efd;
}

.k-spreadsheet-active-cell {
  box-shadow: inset 0 0 0 1px #0d6efd;
  background-color: #fff;
}

.k-spreadsheet-active-cell.k-right {
  box-shadow: inset 0 0 0 1px #0d6efd, inset -1px 0 0 1px #0d6efd;
}

.k-spreadsheet-active-cell.k-bottom {
  box-shadow: inset 0 0 0 1px #0d6efd, inset 0 -1px 0 1px #0d6efd;
}

.k-spreadsheet-active-cell.k-bottom.k-right {
  box-shadow: inset 0 0 0 1px #0d6efd, inset -1px -1px 0 1px #0d6efd;
}

.k-spreadsheet .k-auto-fill {
  border-color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.25);
  box-shadow: inset 0 0 0 1px #0d6efd;
}

.k-spreadsheet .k-auto-fill-punch {
  background-color: rgba(255, 255, 255, 0.5);
}

.k-spreadsheet .k-resize-handle, .k-spreadsheet .k-resize-hint-handle, .k-spreadsheet .k-resize-hint-marker {
  background-color: #0d6efd;
}

.k-spreadsheet-has-comment::after {
  border-color: #0d6efd #0d6efd transparent transparent;
}

.k-dirty {
  border-color: #dc3545 transparent transparent #dc3545;
}

.k-spreadsheet .k-filter-range {
  border-color: #0d6efd;
}

.k-spreadsheet-filter {
  border-color: #e4e7eb;
  color: #212529;
  background-color: #e4e7eb;
  box-shadow: inset 0 0 0 1px #e4e7eb;
}

.k-spreadsheet-filter.k-state-active {
  border-color: #bfc6d0;
  background-color: #c7cdd5;
}

.k-spreadsheet-filter:hover {
  border-color: #c7cdd5;
  background-color: #ced3db;
}

.k-spreadsheet-filter-menu > .k-menu .k-item.k-state-hover, .k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item.k-state-hover {
  color: #16181b;
  background-color: #e9ecef;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-spreadsheet-insert-image-dialog {
  border-color: #dee2e6;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div {
  color: #fff;
}

.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
  outline-color: #0d6efd;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
  border-color: #0d6efd;
  background-color: #0d6efd;
}

.k-spreadsheet-drawing-anchor-cell {
  background: rgba(13, 110, 253, 0.25);
}

.k-spreadsheet-popup .k-button.k-state-hover, .k-spreadsheet-popup .k-button:hover {
  color: #16181b;
  background-color: #e9ecef;
}

.k-spreadsheet-popup .k-button.k-state-active, .k-spreadsheet-popup .k-button.k-state-selected, .k-spreadsheet-popup .k-button:active {
  color: #fff;
  background-color: #0d6efd;
}

.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after, .k-spreadsheet[dir=rtl] .k-spreadsheet-has-comment::after, [dir=rtl] .k-spreadsheet .k-spreadsheet-has-comment::after {
  border-color: #0d6efd transparent transparent #0d6efd;
}

.k-rtl .k-spreadsheet .k-dirty, .k-spreadsheet[dir=rtl] .k-dirty, [dir=rtl] .k-spreadsheet .k-dirty {
  border-color: #dc3545 #dc3545 transparent transparent;
}

.k-pivotgrid {
  border-width: 1px;
  border-style: solid;
  box-sizing: content-box;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  display: grid;
  grid-template-columns: 300px auto;
  grid-template-rows: 75px auto;
  position: relative;
}

.k-pivotgrid table {
  margin: 0;
  width: 100%;
  max-width: none;
  border-width: 0;
  border-color: inherit;
  border-collapse: separate;
  border-spacing: 0;
  outline: 0;
  empty-cells: show;
}

.k-pivotgrid tbody, .k-pivotgrid td, .k-pivotgrid th, .k-pivotgrid thead, .k-pivotgrid tr {
  border-color: inherit;
}

.k-pivotgrid-table {
  table-layout: fixed;
}

.k-pivotgrid-table th {
  font-weight: 400;
  text-transform: initial;
}

.k-pivotgrid-table .k-pivotgrid-header-root {
  font-weight: 600;
  text-transform: uppercase;
}

.k-pivotgrid-empty-cell {
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.k-pivotgrid-column-headers {
  overflow: hidden;
}

.k-pivotgrid-column-headers .k-pivotgrid-table {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-padding-end: var(--kendo-scrollbar-width, 17px);
  padding-inline-end: var(--kendo-scrollbar-width, 17px);
}

.k-pivotgrid-column-headers .k-pivotgrid-cell {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
}

.k-pivotgrid-column-headers .k-pivotgrid-cell:first-child {
  border-left-width: 0;
}

.k-pivotgrid-column-headers .k-pivotgrid-cell.k-first {
  border-left-width: 1px;
}

.k-pivotgrid-row-headers {
  overflow: hidden;
}

.k-pivotgrid-row-headers .k-pivotgrid-table {
  padding-bottom: var(--kendo-scrollbar-width, 17px);
}

.k-pivotgrid-row-headers .k-pivotgrid-cell {
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  white-space: nowrap;
}

.k-pivotgrid-values {
  border-color: inherit;
  overflow: scroll;
}

.k-pivotgrid-values .k-pivotgrid-cell {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
}

.k-pivotgrid-values .k-pivotgrid-cell:first-child {
  border-left-width: 0;
}

.k-pivotgrid-cell {
  padding: 0.5rem 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
}

.k-pivotgrid-cell .k-icon {
  cursor: pointer;
  -webkit-padding-end: 8px;
  padding-inline-end: 8px;
}

.k-pivotgrid-total {
  font-weight: 600;
}

.k-column-menu .k-treeview {
  padding: 0 1.5rem;
  overflow: auto;
}

.k-pivotgrid-configurator {
  display: -ms-flexbox;
  display: flex;
}

.k-pivotgrid-configurator-panel {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}

.k-pivotgrid-configurator-button {
  padding: 0.25rem 0.25rem;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-d-flex-row .k-pivotgrid-configurator-button, .k-flex-row .k-pivotgrid-configurator-button, .k-flex-row-reverse .k-pivotgrid-configurator-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-d-flex-row .k-pivotgrid-configurator-button span, .k-flex-row .k-pivotgrid-configurator-button span, .k-flex-row-reverse .k-pivotgrid-configurator-button span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.k-d-flex-row .k-pivotgrid-configurator-button .k-icon, .k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-flex-row-reverse .k-pivotgrid-configurator-button .k-icon {
  vertical-align: baseline;
}

.k-flex-row-reverse .k-pivotgrid-configurator-button > span {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.k-d-flex-col .k-pivotgrid-configurator-button, .k-flex-col .k-pivotgrid-configurator-button, .k-flex-col-reverse .k-pivotgrid-configurator-button, .k-flex-column .k-pivotgrid-configurator-button, .k-flex-column-reverse .k-pivotgrid-configurator-button {
  text-align: center;
}

.k-pivotgrid-configurator-overlay {
  position: absolute;
  overflow: hidden;
  z-index: 2;
}

.k-d-flex-row .k-pivotgrid-configurator-overlay, .k-flex-row .k-pivotgrid-configurator-overlay {
  right: calc(1.5em + 0.5rem + 2px);
}

.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
  left: calc(1.5em + 0.5rem + 2px);
}

.k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
  bottom: calc(1.5em + 0.5rem + 2px);
}

.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
  top: calc(1.5em + 0.5rem + 2px);
}

.k-pivotgrid-configurator-header {
  padding: 0.75rem 1rem;
  font-size: 18px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.k-pivotgrid-configurator-header-text {
  word-break: normal;
  overflow-wrap: anywhere;
}

.k-pivotgrid-configurator-content {
  padding: 0.25rem 1rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}

.k-pivotgrid-configurator-content .k-form .k-label {
  font-size: 16px;
  font-weight: 500;
  -ms-flex-align: start;
  align-items: flex-start;
}

.k-pivotgrid-configurator-content .k-form .k-dropdown, .k-pivotgrid-configurator-content .k-form .k-dropdown-list, .k-pivotgrid-configurator-content .k-form .k-dropdownlist {
  max-width: 90px;
}

.k-pivotgrid-configurator-content .k-form .k-textbox {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.k-pivotgrid-configurator-content .k-column-fields, .k-pivotgrid-configurator-content .k-filter-fields, .k-pivotgrid-configurator-content .k-row-fields {
  margin-top: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.k-pivotgrid-configurator-content .k-value-fields {
  margin: 0.5rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.k-pivotgrid-configurator-content .k-select-all .k-checkbox {
  -webkit-margin-end: 0.25rem;
  margin-inline-end: 0.25rem;
}

.k-pivotgrid-configurator-content .k-fields-list-wrapper {
  max-height: 200px;
  border-width: 1px;
  border-style: solid;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.k-pivotgrid-configurator-content .k-settings-description {
  margin-top: 1rem;
  text-align: center;
}

.k-pivotgrid-configurator-content .k-treeview {
  padding: 0 1.5rem;
  overflow: auto;
}

.k-calculated-field {
  padding: 1rem 1rem;
  border-width: 1px;
  border-radius: 0.25rem;
  border-style: solid;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.k-calculated-field-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.k-calculated-field-header .k-textbox {
  min-width: 200px;
}

.k-calculated-field-header-text {
  margin-right: 5px;
  word-break: normal;
  overflow-wrap: anywhere;
}

.k-calculated-field-header-actions {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.k-calculated-field-content .k-textbox {
  width: 100%;
}

.k-calculated-field-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.k-calculated-field-actions .k-icon {
  margin-right: 0.5rem;
}

.k-calculated-field-actions .k-dropdown, .k-calculated-field-actions .k-dropdown-list, .k-calculated-field-actions .k-dropdownlist {
  max-width: 100px;
}

.k-filter-menu .k-calculated-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.k-pivotgrid-configurator-vertical {
  min-width: 320px;
}

.k-d-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-row-reverse .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
  border-right-width: 0;
  border-left-width: 0;
}

.k-pivotgrid-configurator-horizontal {
  width: 100%;
  height: 420px;
}

.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form-field-wrapper {
  padding-left: 1rem;
}

.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form-field-wrapper > :first-child {
  margin-top: 0;
}

.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form-field-wrapper:first-child {
  padding-left: 0;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form-field-wrapper:nth-child(2) {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form-field-wrapper:last-child {
  border-left-width: 1px;
  border-left-style: solid;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}

.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-column-fields, .k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-filter-fields, .k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-row-fields {
  max-height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
}

.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-value-fields {
  max-height: 250px;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow-x: hidden;
  overflow-y: auto;
}

.k-d-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-col-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-column .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-column-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
  border-top-width: 0;
  border-bottom-width: 0;
}

.k-pdf-export-shadow .k-pivotgrid {
  height: auto !important;
}

.k-pdf-export-shadow .k-pivotgrid-values {
  height: auto;
  overflow: visible;
}

.k-pdf-export-shadow .k-pivotgrid-column-headers .k-pivotgrid-table {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.k-pivot {
  border-width: 1px;
  border-style: solid;
  position: relative;
}

.k-pivot .k-grid td {
  white-space: nowrap;
}

.k-pivot .k-grid-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-pivot-toolbar {
  border-width: 0 0 1px;
  border-style: solid;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: none;
}

.k-pivot-toolbar > * {
  max-width: 100%;
}

.k-pivot-toolbar::before {
  display: none;
}

.k-pivot-layout {
  border-spacing: 0;
  table-layout: auto;
}

.k-pivot-layout .k-grid .k-alt, .k-pivot-layout .k-grid-footer {
  font-weight: 700;
}

.k-pivot td, .k-pivot-layout > tbody {
  vertical-align: top;
}

.k-pivot-layout > tbody > tr > td {
  padding: 0;
}

.k-pivot-rowheaders > .k-grid, .k-pivot-table > .k-grid {
  border-width: 0;
  color: inherit;
  background: 0 0;
}

.k-pivot-rowheaders > .k-grid td:first-child, .k-pivot-table .k-grid-header .k-header.k-first {
  border-left-width: 1px;
}

.k-pivot-rowheaders > .k-grid td.k-first {
  border-left-width: 0;
}

.k-pivot-rowheaders > .k-grid {
  overflow: hidden;
}

.k-pivot-table {
  border-left-width: 1px;
  border-left-style: solid;
}

.k-pivot-table .k-grid-header-wrap {
  margin-right: -1px;
}

.k-pivot-table .k-grid-header-wrap > table {
  height: 100%;
}

.k-pivot .k-grid-header .k-header {
  vertical-align: top;
}

.k-pivot .k-grid tr .k-grid-footer {
  border-bottom-width: 0;
}

.k-pivot .k-grid tr:last-child:not(.k-grid-footer) td:not(.k-grid-footer) {
  border-bottom-width: 1px;
}

.k-pivot-layout .k-grid td {
  border-bottom-width: 1px;
}

.k-pivot-layout .k-grid-footer > td {
  border-top-width: 0;
}

.k-pivot-filter-window .k-treeview {
  max-height: 600px;
}

.k-pivotgrid-wrapper {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
}

.k-pivotgrid-wrapper > .k-pivotgrid-configurator-panel {
  max-width: 320px;
  -ms-flex: none;
  flex: none;
}

.k-pivotgrid-wrapper > .k-pivot {
  -ms-flex: 1;
  flex: 1;
}

.k-pivotgrid-configurator-panel.kendo-jquery {
  box-sizing: border-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-pivotgrid-configurator {
  height: 100%;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-pivotgrid-configurator-content {
  padding: 1rem;
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 1rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-pivotgrid-targets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 1rem;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-pivotgrid-configurator-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 0.5rem;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-column-fields {
  margin: 0;
  padding: 0.25rem;
  max-height: 200px;
  border-width: 1px;
  border-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0.25rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-column-fields > * {
  margin: 0;
}

.k-ie .k-pivotgrid-configurator-panel.kendo-jquery .k-column-fields > * {
  margin: 2px;
}

.k-ie11 .k-pivot .k-grid {
  display: block;
}

.k-ie11 .k-pivotgrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-ie11 .k-pivotgrid > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
}

.k-ie11 .k-pivotgrid .k-pivotgrid-empty-cell, .k-ie11 .k-pivotgrid .k-pivotgrid-row-headers {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

.k-ie11 .k-pivotgrid .k-pivotgrid-column-headers, .k-ie11 .k-pivotgrid .k-pivotgrid-values {
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}

.k-ie11 .k-pivotgrid-column-headers {
  padding-right: 17px;
  padding-left: 0;
}

.k-ie11 .k-rtl .k-pivotgrid-column-headers, .k-ie11 [dir=rtl] .k-pivotgrid-column-headers {
  padding-right: 0;
  padding-left: 17px;
}

.k-pivotgrid {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-pivotgrid-column-headers, .k-pivotgrid-empty-cell, .k-pivotgrid-row-headers {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-pivotgrid-empty-cell {
  border-color: #babec1;
}

.k-pivotgrid-row-headers .k-pivotgrid-row .k-pivotgrid-cell:last-child {
  border-right-color: #babec1;
}

.k-pivotgrid-column-headers .k-pivotgrid-column-total:nth-last-of-type(2) .k-pivotgrid-cell:not(.k-pivotgrid-expanded), .k-pivotgrid-column-headers .k-pivotgrid-row:last-child {
  border-bottom-color: #babec1;
}

.k-pivotgrid-header-total, .k-pivotgrid-total {
  border-color: #dee2e6;
  color: #212529;
  background-color: #ebebeb;
}

.k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-state-hover, .k-pivotgrid-column-headers tbody > .k-pivotgrid-row:hover, .k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-state-hover, .k-pivotgrid-row-headers tbody > .k-pivotgrid-row:hover, .k-pivotgrid-values tbody > .k-pivotgrid-row.k-state-hover, .k-pivotgrid-values tbody > .k-pivotgrid-row:hover {
  background-color: #ededed;
}

.k-detail-row > .k-pivotgrid-cell:focus, .k-group-footer > .k-pivotgrid-cell:focus, .k-grouping-row > .k-pivotgrid-cell:focus, .k-master-row > .k-pivotgrid-cell:focus, .k-pivotgrid-cell.k-state-focus, .k-pivotgrid-cell:focus {
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-pivotgrid-cell.k-state-selected, .k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell {
  background-color: rgba(13, 110, 253, 0.25);
}

.k-pivotgrid-configurator-button, .k-pivotgrid-configurator-panel {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-pivotgrid-configurator-header {
  color: #212529;
}

.k-pivotgrid-configurator-content .k-fields-list-wrapper {
  border-color: #dee2e6;
}

.k-calculated-field {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-calculated-field-header {
  color: #212529;
}

.k-filter-menu .k-calculated-item {
  border-color: #dee2e6;
}

.k-pivotgrid-configurator-content .k-form-field-wrapper {
  border-color: #dee2e6;
}

.k-d-flex-row .k-pivotgrid-configurator-overlay, .k-flex-row .k-pivotgrid-configurator-overlay {
  box-shadow: -3px 0 6px rgba(0, 0, 0, 0.16);
}

.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.16);
}

.k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
}

.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.k-pivot {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-pivot-table {
  border-color: #dee2e6;
}

.k-pivot-rowheaders {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-pivot-toolbar {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-pivot-toolbar .k-empty {
  color: #6c757d;
}

.k-alt {
  background-color: #f8f9fa;
}

.k-pivot-rowheaders > .k-grid td:first-child, .k-pivot-table, .k-pivot-table .k-grid-header .k-header.k-first, .k-pivot-toolbar {
  border-color: #dee2e6;
}

.k-header.k-alt {
  background-color: #eeeff0;
}

.k-pivot-layout .k-grid-footer {
  color: #212529;
  background-color: #f8f9fa;
}

.k-i-kpi-trend-decrease, .k-i-kpi-trend-equal, .k-i-kpi-trend-increase {
  color: inherit;
}

.k-i-kpi-status-hold {
  color: #ffc107;
}

.k-i-kpi-status-deny {
  color: #dc3545;
}

.k-i-kpi-status-open {
  color: #198754;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-column-fields {
  border-color: #dee2e6;
}

.k-treelist.k-grid-display-block.k-grid-lockedcolumns {
  display: block;
}

.k-treelist .k-status {
  padding: 0.4em 0.6em;
  line-height: 1.6em;
}

.k-treelist .k-status .k-loading {
  vertical-align: baseline;
  margin-right: 5px;
  display: none;
}

.k-treelist tr.k-hidden {
  display: none;
}

.k-treelist .k-treelist-dragging, .k-treelist .k-treelist-dragging .k-state-hover {
  cursor: default;
}

.k-treelist .k-drop-hint {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.k-treelist tr.k-footer td, .k-treelist tr.k-footer-template td {
  border-width: 1px 0;
  border-style: solid;
  font-weight: 700;
}

.k-treelist tr.k-footer + tr.k-footer td {
  border-top-width: 0;
}

.k-treelist-scrollable .k-grid-header th, .k-treelist-scrollable .k-grid-header tr, .k-treelist-scrollable > table {
  background-color: inherit;
}

.k-treelist-scrollable .k-grid-toolbar {
  position: sticky;
  z-index: 3;
  top: 0;
  left: 0;
}

.k-treelist-scrollable .k-grid-header th {
  position: sticky;
  z-index: 1;
}

.k-treelist-scrollable .k-grid-header th.k-grid-header-sticky {
  z-index: 3;
}

.k-treelist-scrollable thead.k-grid-header {
  padding-right: 0;
}

.k-treelist-scrollable tr.k-group-footer + tr.k-group-footer td {
  border-top-width: 0;
}

.k-rtl .k-treelist-scrollable thead.k-grid-header, .k-treelist-scrollable[dir=rtl] thead.k-grid-header {
  padding-left: 0;
}

.k-drag-separator {
  display: inline-block;
  border-right: 1px solid;
  height: 1em;
  vertical-align: top;
  margin: 0 0.5em;
}

.k-treelist tr.k-footer td, .k-treelist tr.k-footer-template td {
  font-weight: 400;
}

.k-treelist-scrollable .k-group-footer td {
  font-weight: 400;
}

.k-treelist tr.k-footer, .k-treelist tr.k-footer-template {
  background-color: #f8f9fa;
}

.k-treelist tr.k-footer-template:hover, .k-treelist tr.k-footer:hover {
  background-color: #f8f9fa;
}

.k-treelist-scrollable .k-group-footer td, .k-treelist-scrollable .k-grouping-row td, .k-treelist-scrollable tbody .k-group-cell {
  background-color: #f8f9fa;
}

.k-filter {
  box-sizing: border-box;
  border-width: 0;
  display: inline-block;
  background-color: transparent;
}

.k-filter *, .k-filter ::after, .k-filter ::before {
  box-sizing: border-box;
}

.k-filter ul {
  padding: 0;
}

.k-filter ul li {
  list-style-type: none;
}

.k-filter .k-filter-container, .k-filter .k-filter-preview {
  margin-bottom: 2.1em;
}

.k-filter .k-filter-item, .k-filter .k-filter-lines {
  padding-left: 1rem;
}

.k-filter .k-filter-toolbar {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 0.5rem 0;
}

.k-filter .k-filter-toolbar::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1px;
  top: 50%;
  left: -1rem;
}

.k-filter .k-filter-toolbar .k-toolbar {
  border-style: solid;
}

.k-filter .k-filter-operator .k-dropdown, .k-filter .k-filter-operator .k-dropdown-list, .k-filter .k-filter-operator .k-dropdownlist {
  width: 15em;
}

.k-filter .k-filter-item {
  position: relative;
}

.k-filter .k-filter-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: -0.5rem;
  left: 0;
}

.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after, .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
  content: "";
  position: absolute;
  width: 1px;
  top: calc(-0.5rem - 1px);
  bottom: 50%;
  left: -1rem;
}

.k-filter .k-filter-group-main::before, .k-filter .k-filter-group-main > * > .k-filter-toolbar::after, .k-filter .k-filter-group-main > * > .k-filter-toolbar::before, .k-filter .k-filter-group-main > .k-filter-toolbar::after, .k-filter .k-filter-group-main > .k-filter-toolbar::before, .k-filter .k-filter-lines .k-filter-item:last-child::before {
  display: none;
}

.k-filter[dir=rtl] .k-filter-item, .k-filter[dir=rtl] .k-filter-lines, .k-rtl .k-filter .k-filter-item, .k-rtl .k-filter .k-filter-lines, [dir=rtl] .k-filter .k-filter-item, [dir=rtl] .k-filter .k-filter-lines {
  padding-left: 0;
  padding-right: 1rem;
}

.k-filter[dir=rtl] .k-filter-toolbar::before, .k-rtl .k-filter .k-filter-toolbar::before, [dir=rtl] .k-filter .k-filter-toolbar::before {
  left: auto;
  right: -1rem;
}

.k-filter[dir=rtl] .k-filter-item::before, .k-rtl .k-filter .k-filter-item::before, [dir=rtl] .k-filter .k-filter-item::before {
  left: auto;
  right: 0;
}

.k-filter[dir=rtl] .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after, .k-filter[dir=rtl] .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after, .k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after, .k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after, [dir=rtl] .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after, [dir=rtl] .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
  left: auto;
  right: -1rem;
}

.k-filter {
  color: #212529;
}

.k-filter .k-filter-preview-field {
  color: #0d6efd;
}

.k-filter .k-filter-preview-operator {
  color: #6c757d;
}

.k-filter .k-filter-item::before, .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after, .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after, .k-filter .k-filter-toolbar::before {
  background-color: #dee2e6;
}

.k-filemanager {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.k-filemanager-header {
  border-color: inherit;
}

.k-filemanager-toolbar {
  border-width: 0;
  border-bottom-width: 1px;
  border-color: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-filemanager-content-container {
  border-color: inherit;
  box-sizing: border-box;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

.k-filemanager-navigation {
  padding: 1rem 1rem;
  width: 20%;
  border-width: 0;
  border-right-width: 1px;
  border-style: solid;
  border-color: inherit;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: auto;
}

.k-filemanager-treeview {
  overflow: visible;
}

.k-filemanager-content {
  border-color: inherit;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

.k-filemanager-view {
  overflow: auto;
}

.k-filemanager-breadcrumb {
  border-width: 0;
  border-bottom-width: 1px;
  padding: 0.5rem 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-filemanager-listview {
  border-width: 0;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.k-filemanager-listview .k-listview-item {
  padding: 1rem 1rem;
  width: 120px;
  height: 120px;
  text-align: center;
}

.k-filemanager-listview .k-file-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
}

.k-filemanager-listview .k-file-icon {
  font-size: 48px;
}

.k-filemanager-listview .k-file-name {
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k-filemanager-listview .k-file-edit-input input {
  width: 100%;
}

.k-filemanager-grid {
  border-width: 0;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.k-filemanager-grid .k-file-preview {
  margin-right: 0.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
}

.k-filemanager-grid .k-file-name {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
}

.k-filemanager-preview {
  padding: 3rem 1rem 1rem;
  width: 20%;
  min-height: calc(7rem + 192px);
  border-width: 0;
  border-left-width: 1px;
  border-style: solid;
  border-color: inherit;
  box-sizing: border-box;
  text-align: center;
  overflow-y: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-filemanager-preview .k-file-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
}

.k-filemanager-preview .k-file-icon {
  font-size: 96px;
}

.k-filemanager-preview .k-file-name {
  margin-top: 1rem;
  display: block;
}

.k-filemanager-preview .k-single-file-selected {
  font-weight: 700;
}

.k-filemanager-preview .k-multiple-files-selected {
  font-weight: 700;
}

.k-filemanager-preview .k-file-meta {
  margin: 1rem 0 0;
  box-sizing: border-box;
  text-align: start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.k-filemanager-preview .k-file-meta-label {
  display: inline-block;
}

.k-filemanager-preview .k-file-meta-value {
  margin: 0;
}

.k-filemanager-preview .k-file-type {
  text-transform: capitalize;
}

.k-filemanager-preview .k-line-break {
  margin: 1rem 0 0;
  width: 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-filemanager .k-splitbar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border-width: 0 1px;
  border-style: solid;
  border-color: inherit;
}

.k-filemanager-upload-dialog .k-upload-files {
  max-height: 200px;
  overflow-y: auto;
}

.k-filemanager-drag-hint {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.k-filemanager-drag-hint .k-icon {
  margin-right: 0.5rem;
}

.k-filemanager {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-filemanager-breadcrumb {
  background-color: #f8f9fa;
}

.k-filemanager-listview .k-listview-item .k-file-icon {
  color: #686b6d;
}

.k-filemanager-listview .k-listview-item.k-state-selected .k-file-icon {
  border-color: transparent;
  color: inherit;
  background-color: transparent;
}

.k-filemanager-preview .k-file-icon {
  color: #686b6d;
}

.k-taskboard {
  box-sizing: border-box;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.k-taskboard *, .k-taskboard ::after, .k-taskboard ::before {
  box-sizing: border-box;
}

.k-taskboard-toolbar {
  padding: 1rem 1rem;
  border-width: 0;
  box-shadow: none;
  background: 0 0;
}

.k-taskboard-content {
  padding: 0 1rem 1rem;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-x: auto;
}

.k-taskboard-columns-container {
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  gap: 1rem;
  overflow-x: visible;
}

.k-taskboard-column {
  width: 320px;
  border-width: 1px;
  border-radius: 0.125rem;
  border-style: solid;
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.k-taskboard-column-header {
  padding: 0.75rem 0.75rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.k-taskboard-column-header-actions {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  gap: 0.5rem;
}

.k-taskboard-column-cards-container {
  margin-bottom: 0.75rem;
  padding: 0 0.75rem;
  outline: 0;
  overflow: auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-taskboard-column-cards {
  padding: 0.25rem 0;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem 0;
}

.k-taskboard-column-edit .k-taskboard-column-header, .k-taskboard-column-new .k-taskboard-column-header {
  font-weight: inherit;
}

.k-taskboard-column-edit .k-taskboard-column-header-text, .k-taskboard-column-new .k-taskboard-column-header-text {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.k-taskboard-pane {
  width: 320px;
  border-width: 1px;
  border-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

.k-taskboard-pane-header {
  padding: 0.75rem 1rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.k-taskboard-pane-header-text {
  word-break: normal;
  overflow-wrap: anywhere;
}

.k-taskboard-pane-header-actions {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.k-taskboard-pane-content {
  padding: 0 1rem;
  overflow: auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-taskboard-pane-actions {
  padding: 0.75rem 1rem;
}

.k-taskboard-pane-start {
  right: auto;
  left: 0;
}

.k-taskboard-card {
  border-radius: 0.25rem;
  border-width: 1px;
}

.k-taskboard-card.k-taskboard-card-category {
  border-left-width: 4px;
}

.k-taskboard-card .k-card-footer, .k-taskboard-card .k-card-header .k-card-body {
  padding: 1rem 1rem;
}

.k-taskboard-card .k-card-header {
  -ms-flex-align: center;
  align-items: center;
}

.k-taskboard-card .k-card-title {
  font-size: inherit;
  font-weight: inherit;
  word-break: normal;
  overflow-wrap: anywhere;
}

.k-taskboard-card .k-card-title.k-state-focus, .k-taskboard-card .k-card-title.k-state-hover, .k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title:hover {
  text-decoration: underline;
}

.k-taskboard-card .k-card-header-actions {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.k-taskboard-drag-placeholder {
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  position: relative;
}

.k-rtl .k-taskboard-card.k-taskboard-card-category, .k-taskboard-card.k-taskboard-card-category.k-rtl, .k-taskboard-card.k-taskboard-card-category[dir=rtl], [dir=rtl] .k-taskboard-card.k-taskboard-card-category {
  border-left-width: 1px;
  border-right-width: 4px;
}

.k-ie .k-taskboard-column:not(:last-child) {
  margin-right: 1rem;
}

.k-ie .k-rtl .k-taskboard-column:not(:last-child) {
  margin-right: 0;
  margin-left: 1rem;
}

.k-ie .k-taskboard-column-cards-container {
  margin-bottom: 2.25rem;
}

.k-ie .k-taskboard-column-cards > .k-taskboard-card:not(:last-child) {
  margin-bottom: 0.75rem;
}

.k-taskboard-column {
  border-color: transparent;
  background-color: #f8f9fa;
}

.k-taskboard-column.k-state-focus, .k-taskboard-column:focus {
  border-color: #b6b7b8;
}

.k-taskboard-column-header {
  color: #212529;
}

.k-taskboard-pane {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-taskboard-pane-header {
  color: #212529;
}

.k-taskboard-card {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-taskboard-card .k-card-title {
  color: #0d6efd;
}

.k-taskboard-card .k-card-title.k-state-focus, .k-taskboard-card .k-card-title:focus {
  color: #0b5cd5;
}

.k-taskboard-card .k-card-title.k-state-hover, .k-taskboard-card .k-card-title:hover {
  color: #3485fd;
}

.k-taskboard-card.k-state-focus, .k-taskboard-card:focus {
  border-color: #b6b9bd;
  box-shadow: 0 0 0 3px rgba(222, 226, 230, 0.5);
}

.k-taskboard-card.k-state-hover, .k-taskboard-card:hover {
  border-color: #c8cbcf;
}

.k-taskboard-card.k-state-selected {
  border-color: #b6d3fe;
  box-shadow: none;
}

.k-taskboard-card.k-state-disabled {
  outline: 0;
  cursor: default;
  opacity: 0.65;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-taskboard-drag-placeholder {
  border-color: #dee2e6;
  background-color: rgba(0, 0, 0, 0.1);
}

.k-editor {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

table.k-editor {
  width: 100%;
  display: table;
  vertical-align: top;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

table.k-editor tbody, table.k-editor td, table.k-editor tr {
  border-color: inherit;
}

kendo-editor .k-editor-content {
  z-index: 1;
}

kendo-editor.k-readonly {
  outline: 0;
  cursor: default;
  opacity: 0.65;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

kendo-editor.k-readonly .k-editor-content, kendo-editor.k-readonly > .k-content {
  pointer-events: auto;
}

kendo-editor.k-readonly .k-editor-content.k-state-focused {
  outline-width: 1px;
  outline-style: dashed;
}

.k-editor-inline {
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid transparent;
  word-wrap: break-word;
  overflow: auto;
  background: 0 0;
}

.k-window.k-editor-widget {
  padding: 0;
}

.k-editor-resizable {
  resize: both;
  overflow: auto;
}

.k-editor-resize-handles-wrapper {
  position: absolute;
  visibility: hidden;
}

.k-editor-resize-handle {
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
  visibility: visible;
  z-index: 100;
}

.k-editor-resize-handle.northwest {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: nw-resize;
}

.k-editor-resize-handle.north {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: n-resize;
}

.k-editor-resize-handle.northeast {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  cursor: ne-resize;
}

.k-editor-resize-handle.southwest {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  cursor: sw-resize;
}

.k-editor-resize-handle.south {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  cursor: s-resize;
}

.k-editor-resize-handle.southeast {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  cursor: se-resize;
}

.k-editor-resize-handle.west {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: w-resize;
}

.k-editor-resize-handle.east {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  cursor: e-resize;
}

.ProseMirror-selectednode {
  outline-width: 2px;
  outline-style: solid;
}

.ProseMirror-hideselection {
  caret-color: transparent;
}

.ProseMirror-hideselection ::-moz-selection, .ProseMirror-hideselection ::selection {
  background: 0 0;
}

.k-editor-toolbar, .k-editor > .k-toolbar {
  border-width: 0 0 1px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-editor-toolbar {
  border-width: 0 0 1px 0;
}

.k-editor-toolbar .k-tool {
  padding: 0.375rem;
  width: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
}

.k-editor-toolbar .k-tool-text {
  display: none;
}

.k-editor-toolbar .k-overflow-tools {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}

.k-editor-toolbar .k-overflow-tools .k-overflow-anchor {
  position: relative;
}

.k-editor-toolbar .k-editor-export .k-icon {
  margin-right: 0.25em;
}

.k-editor-toolbar .k-editor-export .k-export-tool-text, .k-editor-toolbar .k-editor-export .k-icon {
  vertical-align: middle;
}

.k-editor-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}

.k-editor-content > .k-iframe {
  width: 100%;
  height: 100%;
  border-width: 0;
  display: block;
}

.k-editor-content > .ProseMirror {
  padding: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  white-space: pre-wrap;
  overflow: auto;
}

.k-editor-content > .ProseMirror table {
  white-space: pre-wrap;
}

.k-editor-content > .ProseMirror .k-placeholder::before {
  content: attr(data-placeholder);
  height: 0;
  color: #6c757d;
  float: left;
  opacity: 1;
  cursor: text;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

td.k-editor-content {
  padding: 0.375rem;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline: 0;
}

.k-resizable td.k-editor-content {
  padding: 0.375rem 0.375rem 16px;
}

.k-edit-form-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  margin: -1rem -1rem;
  padding: 1rem 1rem;
}

.k-ct-popup {
  box-sizing: border-box;
  width: 190px;
  padding: 5px;
}

.k-ct-popup .k-button {
  width: 100%;
}

.k-ct-popup .k-ct-cell {
  margin: 1px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: inherit;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  opacity: 0.7;
  pointer-events: all;
}

.k-editor .k-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent;
  border-bottom-color: inherit;
  cursor: se-resize;
}

.k-editor .k-resize-handle .k-i-arrow-45-down-right {
  display: none;
}

.k-editor-find-replace .k-content {
  position: relative;
}

.k-editor-find-replace .k-edit-form-container {
  display: inline-block;
}

.k-editor-find-replace .k-edit-form-container .k-edit-label {
  text-align: left;
}

.k-editor-find-replace .k-action-buttons, .k-editor-find-replace .k-actions, .k-editor-find-replace .k-columnmenu-actions, .k-editor-find-replace .k-edit-buttons, .k-editor-find-replace .k-form-buttons {
  padding: 0;
}

.k-editor-find-replace .k-search-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0 40px;
}

.k-editor-find-replace .k-matches-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.k-editor-dialog {
  box-sizing: border-box;
}

.k-editor-dialog .k-edit-form-container {
  width: auto;
}

.k-editor-dialog .k-edit-label {
  width: 30%;
  padding: calc(0.5rem + 1px) 0;
}

.k-editor-dialog .k-edit-field {
  width: 66%;
}

.k-editor-dialog.k-viewhtml-dialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-textarea.k-editor-textarea {
  width: 100%;
  height: 100%;
  resize: none;
}

.k-filebrowser-dialog {
  display: -ms-flexbox;
  display: flex;
}

.k-filebrowser-dialog .k-edit-form-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-filebrowser-dialog .k-edit-label {
  width: 18%;
}

.k-filebrowser-dialog .k-edit-field {
  width: 75%;
}

.k-filebrowser {
  max-width: 100%;
}

.k-filebrowser .k-floatwrap {
  display: -ms-flexbox;
  display: flex;
}

.k-filebrowser .k-floatwrap::after {
  display: none;
}

.k-filebrowser .k-breadcrumbs {
  -ms-flex: 1;
  flex: 1;
}

.k-filebrowser .k-search-wrap {
  margin: 0 0 0 1rem;
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-filebrowser .k-search-wrap .k-input {
  -ms-flex: 1;
  flex: 1;
  width: 100px;
}

.k-filebrowser .k-search-wrap .k-icon {
  margin: 0;
  position: static;
}

.k-filebrowser .k-filebrowser-toolbar {
  margin: 1rem 0 0 0;
}

.k-filebrowser .k-upload {
  padding: 0;
  border-width: 0;
  background: 0 0;
}

.k-filebrowser .k-upload .k-upload-button {
  margin: 0;
}

.k-filebrowser .k-upload .k-upload-status {
  display: none;
}

.k-filebrowser .k-upload-files {
  display: none;
}

.k-filebrowser .k-tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 390px;
  max-height: 50vh;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  border-top-width: 0;
  overflow: auto;
}

.k-filebrowser .k-tile {
  width: 33%;
  height: 90px;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.25rem;
}

.k-filebrowser .k-tile .k-i-file, .k-filebrowser .k-tile .k-i-folder {
  font-size: 4em;
}

.k-filebrowser .k-tile input {
  width: 100px;
}

.k-filebrowser .k-tile strong {
  display: block;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-filebrowser .k-tile-empty {
  display: block;
  margin: auto;
}

.k-filebrowser .k-tile-empty.k-state-selected {
  color: inherit;
  border-width: 0;
  background-image: none;
  background-color: transparent;
}

.k-filebrowser .k-tile-empty strong {
  opacity: 0.5;
  font-size: 3em;
  font-weight: 400;
}

.k-filebrowser .k-thumb {
  float: left;
  margin-right: 0.5rem;
}

.k-filebrowser .k-breadcrumbs-wrap {
  position: absolute;
  left: 0.75rem;
  top: 0.375rem;
}

.k-filebrowser .k-breadcrumbs-wrap .k-icon {
  position: static;
  margin-top: 0;
}

.k-editor-table-wizard-dialog {
  display: -ms-flexbox;
  display: flex;
}

.k-editor-table-wizard-dialog .k-edit-form-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-editor-table-wizard-dialog .k-tabstrip-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}

.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-tabstrip.k-root-tabs {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
}

.k-editor-table-wizard-dialog .k-numerictextbox {
  width: 10em;
}

.k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown-list, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdownlist {
  width: 5em;
}

.k-editor-table-wizard-dialog .k-numerictextbox + .k-color-picker, .k-editor-table-wizard-dialog .k-numerictextbox + .k-colorpicker, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown-list, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdownlist {
  margin-left: 0.5rem;
}

.k-editor-table-wizard-dialog .k-color-picker, .k-editor-table-wizard-dialog .k-colorpicker {
  vertical-align: middle;
}

.k-editor-table-wizard-dialog .k-edit-field > .k-checkbox {
  position: relative;
}

.k-editor-inline .k-table {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 1em;
}

.k-editor-inline .k-table, .k-editor-inline .k-table td {
  outline: 0;
  border-width: 1px;
  border-style: dotted;
}

.k-editor-inline .k-table td {
  min-width: 1px;
  padding: 0.25rem 0.5rem;
}

.k-editor-inline .k-element-resize-handle-wrapper {
  position: absolute;
  width: 5px;
  height: 5px;
  border-width: 1px;
  border-style: solid;
  z-index: 100;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle {
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-east {
  cursor: e-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-north {
  cursor: n-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northeast {
  cursor: ne-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northwest {
  cursor: nw-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-south {
  cursor: s-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southeast {
  cursor: se-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southwest {
  cursor: sw-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-west {
  cursor: w-resize;
}

.k-editor-inline .k-column-resize-handle-wrapper {
  position: absolute;
  height: 10px;
  width: 10px;
  cursor: col-resize;
  z-index: 2;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle {
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  display: none;
  opacity: 0.8;
}

.k-editor-inline .k-row-resize-handle-wrapper {
  position: absolute;
  z-index: 2;
  cursor: row-resize;
  width: 10px;
  height: 10px;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle {
  display: table;
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  opacity: 0.8;
}

.k-editor {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

kendo-editor.k-readonly .k-editor-content.k-state-focused {
  outline-color: #212529;
}

.k-editor-inline .k-table, .k-editor-inline .k-table td {
  border-color: #ccc;
}

.k-editor-inline .k-element-resize-handle-wrapper {
  background-color: #fff;
  border-color: #000;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
  background-color: #00b0ff;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
  background-color: #00b0ff;
}

.k-editor-inline.k-state-active, .k-editor-inline:hover {
  border-color: #dee2e6;
}

.k-editor-resize-handle {
  background-color: #fff;
  border-color: #000;
}

.ProseMirror-selectednode {
  outline-color: #8cf;
}

.k-ct-popup .k-state-selected {
  border-color: #0c65e9;
  color: #fff;
  background-color: #0d6efd;
}

.k-editor-content .k-text-selected, .k-editor-content::selection {
  color: #fff;
  background-color: #0d6efd;
}

.k-editor-content .k-text-highlighted {
  background-color: #cfe2ff;
}

.k-imageeditor {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-imageeditor *, .k-imageeditor ::after, .k-imageeditor ::before {
  box-sizing: border-box;
}

.k-imageeditor-toolbar {
  border-width: 0;
  border-bottom-width: 1px;
}

.k-imageeditor-content {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-imageeditor-canvas-container {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow: auto;
}

.k-imageeditor-canvas {
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.k-imageeditor-action-pane {
  padding: 2rem 1rem;
  width: 241px;
  border-width: 0;
  border-left-width: 1px;
  border-style: solid;
  border-color: inherit;
  box-sizing: border-box;
  -ms-flex: none;
  flex: none;
  overflow-y: auto;
}

.k-imageeditor-action-pane .k-input-inner, .k-imageeditor-action-pane .k-input-value-text {
  text-overflow: clip;
}

.k-imageeditor-crop-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.k-imageeditor-crop {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: dashed;
  box-sizing: border-box;
  position: absolute;
}

.k-imageeditor-crop .k-resize-handle {
  margin: 1px 1px;
  border-style: solid;
  border-width: 0 2px 2px 0;
}

.k-imageeditor-crop .k-resize-ne, .k-imageeditor-crop .k-resize-nw, .k-imageeditor-crop .k-resize-se, .k-imageeditor-crop .k-resize-sw {
  width: 15px;
  height: 15px;
}

.k-imageeditor-crop .k-resize-n, .k-imageeditor-crop .k-resize-s {
  left: calc(50% - 7.5px);
  width: 15px;
  height: 0;
}

.k-imageeditor-crop .k-resize-e, .k-imageeditor-crop .k-resize-w {
  top: calc(50% - 7.5px);
  width: 0;
  height: 15px;
}

.k-imageeditor-crop .k-resize-ne {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.k-imageeditor-crop .k-resize-nw {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.k-imageeditor-crop .k-resize-sw {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.k-imageeditor-crop .k-resize-n {
  top: 0;
}

.k-imageeditor-crop .k-resize-s {
  bottom: 0;
}

.k-imageeditor-crop .k-resize-w {
  left: 0;
}

.k-imageeditor-crop .k-resize-e {
  right: 0;
}

.k-ie .k-imageeditor-canvas {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.k-imageeditor {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-imageeditor-content {
  background-color: #c6c6c6;
}

.k-imageeditor-canvas {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), #fff;
  background-repeat: repeat, repeat;
  background-position: 0 0, 5px 5px;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  background-origin: padding-box, padding-box;
  background-size: 10px 10px, 10px 10px;
  box-shadow: none;
  text-shadow: none;
  transition: none;
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
  transform: scaleX(1) scaleY(1) scaleZ(1);
}

.k-imageeditor-action-pane {
  background-color: #fff;
}

.k-imageeditor-crop {
  border-color: #fff;
}

.k-imageeditor-crop-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.k-gantt {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-gantt td {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

.k-gantt .k-grid-header tr {
  height: calc(1.5em + 1rem + 1px);
}

.k-gantt .k-grid-header .k-header {
  position: static;
}

.k-gantt .k-treelist .k-grid-header .k-header {
  position: relative;
}

.k-gantt .k-grid-content tr {
  height: calc(1.5em + 1rem);
}

.k-gantt.k-gantt-planned .k-grid-content tr {
  height: calc(2.55em + 1rem);
}

.k-gantt .k-gantt-layout {
  white-space: normal;
  vertical-align: top;
  display: inline-block;
}

.k-gantt .k-splitbar {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.k-gantt .k-treelist-scrollable {
  width: 100%;
  border-width: 0;
  overflow: auto;
}

.k-gantt .k-treelist-scrollable .k-grid-header .k-header {
  position: sticky;
}

.k-gantt .k-treelist-scrollable .k-grid-content-sticky, .k-gantt .k-treelist-scrollable .k-grid-header th {
  z-index: 4;
}

.k-gantt .k-treelist-scrollable .k-grid-header th.k-grid-header-sticky {
  z-index: 5;
}

.k-gantt .k-treelist-scrollable .k-grid-header tr:first-child th:last-child, .k-gantt .k-treelist-scrollable tbody td:last-child {
  padding: 0;
}

.k-gantt .k-treelist-scrollable .k-grid-header th:last-child .k-header {
  padding: 0.5rem 0.5rem;
  border-width: 0 0 1px 1px;
  white-space: nowrap;
}

.k-gantt .k-treelist-scrollable tr.k-state-selected > td:last-child {
  background: 0 0;
}

.k-gantt .k-treelist-scrollable .k-task {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  white-space: nowrap;
  z-index: 3;
}

.k-gantt .k-treelist-scrollable .k-task:hover .k-task-end, .k-gantt .k-treelist-scrollable .k-task:hover .k-task-start {
  display: block;
}

.k-gantt .k-treelist-scrollable .k-task:hover .k-task-draghandle {
  visibility: visible;
}

.k-gantt .k-treelist-scrollable .k-task-content {
  padding: 0.25rem 0.5rem;
  display: block;
  line-height: normal;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-gantt .k-treelist-scrollable .k-task-actions {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-gantt .k-treelist-scrollable .k-task-milestone {
  border: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: 0 0;
}

.k-gantt .k-treelist-scrollable .k-task-milestone .k-task-milestone-content {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.k-gantt .k-treelist-scrollable .k-task-summary {
  height: 15px;
  -webkit-clip-path: polygon(-20px 0, calc(100% + 20px) 0, calc(100% + 20px) 100%, 100% 100%, calc(100% - 8px) calc(100% - 5px), 8px calc(100% - 5px), 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, calc(100% + 20px) 0, calc(100% + 20px) 100%, 100% 100%, calc(100% - 8px) calc(100% - 5px), 8px calc(100% - 5px), 0 100%, -20px 100%);
}

.k-gantt .k-treelist-scrollable .k-task-summary-complete {
  width: 100%;
  height: 15px;
}

.k-gantt .k-treelist-scrollable .k-task-start {
  -webkit-transform: translateX(-140%) translateY(-50%);
  -ms-transform: translateX(-140%) translateY(-50%);
  transform: translateX(-140%) translateY(-50%);
}

.k-gantt .k-treelist-scrollable .k-task-end {
  -webkit-transform: translateX(140%) translateY(-50%);
  -ms-transform: translateX(140%) translateY(-50%);
  transform: translateX(140%) translateY(-50%);
}

.k-gantt .k-treelist-scrollable .k-master-row:hover .k-task-dot {
  display: block;
}

.k-gantt .k-treelist-scrollable .k-gantt-columns {
  background: 0 0;
  pointer-events: none;
  table-layout: fixed;
}

.k-gantt .k-gantt-dependencies-svg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}

.k-gantt .k-gantt-dependencies-svg polyline {
  stroke-width: 2px;
}

.k-gantt-header {
  border-width: 0 0 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 6;
}

.k-gantt-footer {
  border-width: 1px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-gantt-toggle {
  display: none;
}

.k-gantt-views-wrapper {
  margin-left: auto;
}

.k-gantt-views-wrapper .k-views-dropdown {
  width: auto;
  font-size: inherit;
  display: none;
  cursor: pointer;
}

@media (max-width: 480px) {
  .k-gantt-toolbar .k-gantt-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .k-gantt-toolbar .k-gantt-create, .k-gantt-toolbar .k-gantt-pdf {
    padding: 0.375rem;
    width: calc(1.5em + 0.75rem + 2px);
    height: calc(1.5em + 0.75rem + 2px);
  }
  .k-gantt-toolbar .k-gantt-create .k-button-text, .k-gantt-toolbar .k-gantt-pdf .k-button-text {
    display: none;
  }
}
@media (max-width: 1024px) {
  .k-gantt-views-wrapper .k-gantt-views {
    display: none;
  }
  .k-gantt-views-wrapper .k-views-dropdown {
    display: -ms-flexbox;
    display: flex;
  }
}
.k-gantt-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.k-gantt-treelist .k-treelist {
  height: 100%;
  border-width: 0;
}

.k-gantt-treelist .k-grid-footer, .k-gantt-treelist .k-grid-header {
  padding: 0 !important;
}

.k-gantt-treelist .k-grid-header tr {
  height: calc(3em + 2rem + 2px);
  vertical-align: bottom;
}

.k-gantt-treelist .k-grid-content {
  overflow: hidden;
  overflow-x: scroll;
}

.k-gantt-treelist .k-grid-content td {
  vertical-align: middle;
}

.k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
  height: calc(1.5em + 1rem + 1px);
}

.k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
  overflow: scroll;
}

.k-gantt-timeline .k-timeline {
  height: 100%;
  border-width: 0;
  display: -ms-flexbox;
  display: flex;
}

.k-gantt-timeline .k-grid-content {
  overflow-x: scroll;
}

.k-gantt-timeline .k-header {
  padding: 0.5rem 0.5rem;
  border-width: 0 0 1px 1px;
  white-space: nowrap;
}

.k-gantt-tables {
  position: relative;
  border-color: inherit;
}

.k-gantt-columns, .k-gantt-rows {
  border-color: inherit;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.k-gantt-dependencies {
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}

.k-gantt-dependencies .k-arrow-e, .k-gantt-dependencies .k-arrow-w {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  top: -4px;
}

.k-gantt-dependencies .k-arrow-e {
  border-left-color: currentColor;
  right: -6px;
}

.k-gantt-dependencies .k-arrow-w {
  border-right-color: currentColor;
  left: -6px;
}

.k-gantt-line {
  background-color: currentColor;
  border-color: currentColor;
  position: absolute;
}

.k-gantt-line.k-state-selected {
  z-index: 3;
}

.k-gantt-line-h {
  height: 2px;
}

.k-gantt-line-v {
  width: 2px;
}

.k-gantt-dependency-hint {
  z-index: 4;
}

.k-gantt-tasks {
  position: relative;
}

.k-gantt-tasks td {
  padding: 0;
  border-width: 0;
  position: relative;
  vertical-align: middle;
}

.k-gantt-tasks td::after {
  content: "​";
}

.k-task-wrap {
  margin: 0 -21px;
  padding: 5px 21px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.k-task-wrap.k-drag-hint {
  position: absolute;
}

.k-task {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-task-dot {
  width: 16px;
  height: 16px;
  line-height: 1;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-task-wrap.k-origin .k-task-dot, .k-task-wrap:hover .k-task-dot {
  display: block;
}

.k-task-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 0;
  border-style: solid;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-task-dot.k-state-hover::before, .k-task-dot:hover::before {
  border-width: 1px;
}

.k-task-start {
  left: 0;
}

.k-task-end {
  right: 0;
}

.k-task-draghandle {
  margin-left: 16px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-width: 0;
  border-bottom-color: inherit;
  position: absolute;
  bottom: 0;
  cursor: e-resize;
  visibility: hidden;
}

.k-task-wrap:hover .k-task-draghandle {
  visibility: visible;
}

.k-milestone-wrap {
  margin: 0 -2em;
}

.k-task-milestone {
  width: 1em;
  height: 1em;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.k-task-summary {
  height: 10px;
  display: inline-block;
  vertical-align: top;
}

.k-task-summary, .k-task-summary-complete {
  background-color: currentColor;
}

.k-task-summary-complete::after, .k-task-summary-complete::before, .k-task-summary::after, .k-task-summary::before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  position: absolute;
  top: 0;
  display: none;
}

.k-task-summary-complete::before, .k-task-summary::before {
  border-left-color: currentColor;
  left: 0;
}

.k-task-summary-complete::after, .k-task-summary::after {
  border-right-color: currentColor;
  right: 0;
}

.k-task-summary-complete {
  height: 10px;
  position: relative;
  z-index: 2;
}

.k-task-summary-progress {
  height: 15px;
  overflow: hidden;
}

.k-task-single {
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  cursor: default;
}

.k-task-single .k-resize-handle {
  opacity: 0.5;
  z-index: 2;
  visibility: hidden;
}

.k-task-single .k-resize-handle::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
}

.k-task-single .k-resize-w {
  left: 0;
}

.k-task-single .k-resize-w::before {
  left: 2px;
  border-left-width: 1px;
}

.k-task-single .k-resize-e {
  right: 0;
}

.k-task-single .k-resize-e::before {
  right: 2px;
  border-left-width: 1px;
}

.k-task-single:hover .k-resize-handle, .k-task-single:hover .k-task-actions {
  visibility: visible;
}

.k-task-complete {
  border-radius: 0.25rem;
  width: 20%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
}

.k-task-content {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.k-task-template {
  padding: 0.25rem 0.5rem;
  line-height: normal;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-task-actions {
  padding: 0.25rem;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  z-index: 1;
}

.k-task-actions > .k-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.k-resources-wrap {
  position: absolute;
  display: inline-block;
  z-index: 2;
  margin-left: 20px;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k-resources-wrap .k-resource {
  margin: 0 5px;
}

.k-task-details {
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

.k-task-details strong {
  font-size: 1.25rem;
  font-weight: 400;
  display: block;
}

.k-task-details .k-task-pct {
  font-size: 32px;
}

.k-task-details ul {
  line-height: normal;
}

.k-gantt-planned .k-gantt-dependencies, .k-gantt-planned .k-resources-wrap, .k-gantt-planned .k-task-dot {
  margin-top: 0.6em;
}

.k-gantt-planned .k-task-wrap {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.k-gantt-planned .k-task-inner-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.k-gantt-planned .k-task-wrap.k-drag-hint {
  top: 0.35em;
}

.k-gantt-planned .k-summary-wrap.k-drag-hint {
  top: 1em;
}

.k-gantt-planned .k-milestone-wrap.k-drag-hint {
  top: 0.85em;
}

.k-task-planned {
  margin: 0 0 0.35em;
  line-height: 0.75em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-task-planned .k-task-moment {
  border-width: 2px;
  border-radius: 5px;
  border-style: solid;
  height: 6px;
  width: 6px;
}

.k-task-planned .k-task-duration {
  height: 2px;
}

.k-task-planned .k-task-moment.k-moment-left {
  margin-left: -4px;
}

.k-task-planned:hover .k-task-duration {
  height: 3px;
}

.k-milestone-wrap .k-task-moment {
  margin-left: 6px;
}

.k-planned-tooltip .k-task-content {
  display: block;
}

.k-task-offset-wrap .k-task-content .k-resize-e {
  display: none;
}

.k-task-offset {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -ms-flexbox;
  display: flex;
}

.k-task-offset .k-resize-handle {
  right: 0;
  z-index: 2;
  visibility: hidden;
  margin-right: 1.2em;
}

.k-task-offset .k-resize-handle::before {
  border-left-width: 1px;
  position: absolute;
  top: 45%;
  bottom: 0.5em;
  margin-right: 2px;
}

.k-task-offset:hover .k-resize-handle, .k-task-offset:hover .k-task-actions, .k-task-single:hover + .k-task-offset .k-resize-handle, .k-task-single:hover + .k-task-offset .k-task-actions {
  visibility: visible;
}

.k-gantt-tooltip-validation {
  max-width: 200px;
  display: block;
}

.k-gantt-tooltip-validation::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.k-gantt-tooltip-validation-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-gantt-tooltip-validation-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-gantt-tooltip-validation-value {
  font-weight: 700;
}

.k-pdf-export-shadow .k-gantt {
  float: left;
}

.k-pdf-export-shadow .k-gantt, .k-pdf-export-shadow .k-gantt-dependencies, .k-pdf-export-shadow .k-gantt-timeline {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}

.k-pdf-export-shadow .k-gantt-treelist .k-treelist {
  display: block;
}

.k-pdf-export-shadow .k-gantt-layout.k-splitbar {
  display: none;
}

.k-gantt-edit-form .k-gantt-delete {
  float: left;
}

.k-rtl .k-gantt-columns, .k-rtl .k-gantt-rows, [dir=rtl] .k-gantt-columns, [dir=rtl] .k-gantt-rows {
  left: auto;
  right: 0;
}

.k-rtl .k-task-wrap:not(.k-milestone-wrap), [dir=rtl] .k-task-wrap:not(.k-milestone-wrap) {
  margin: 0 -26px;
}

.k-rtl .k-gantt-timeline .k-gantt-tasks tbody, [dir=rtl] .k-gantt-timeline .k-gantt-tasks tbody {
  text-align: left;
}

.k-rtl .k-gantt-timeline .k-header, [dir=rtl] .k-gantt-timeline .k-header {
  border-width: 0 1px 1px 0;
}

.k-rtl .k-gantt-timeline .k-header:first-child, [dir=rtl] .k-gantt-timeline .k-header:first-child {
  border-right-width: 0;
}

.k-rtl .k-gantt-timeline .k-task-start, [dir=rtl] .k-gantt-timeline .k-task-start {
  left: auto;
  right: 0;
}

.k-rtl .k-gantt-timeline .k-task-end, [dir=rtl] .k-gantt-timeline .k-task-end {
  right: auto;
  left: 0;
}

.k-rtl .k-task-content, [dir=rtl] .k-task-content {
  text-align: right;
}

.k-rtl .k-task-complete, [dir=rtl] .k-task-complete {
  left: auto;
  right: 0;
}

.k-rtl .k-task-draghandle, [dir=rtl] .k-task-draghandle {
  margin-left: 0;
  margin-right: 16px;
}

.k-rtl .k-gantt-dependencies, [dir=rtl] .k-gantt-dependencies {
  left: auto;
  right: 0;
}

.k-rtl .k-gantt-delete, [dir=rtl] .k-gantt-delete {
  float: right;
}

.k-rtl .k-task-offset-wrap .k-task-content .k-resize-e, [dir=rtl] .k-task-offset-wrap .k-task-content .k-resize-e {
  display: block;
}

.k-rtl .k-task-offset-wrap .k-task-content .k-resize-w, [dir=rtl] .k-task-offset-wrap .k-task-content .k-resize-w {
  display: none;
}

.k-rtl .k-milestone-wrap, [dir=rtl] .k-milestone-wrap {
  margin-left: -2.3em;
}

.k-rtl .k-milestone-wrap .k-task-moment, [dir=rtl] .k-milestone-wrap .k-task-moment {
  margin-right: 0.2em;
}

.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start, [dir=rtl] .k-gantt-timeline .k-milestone-wrap .k-task-start {
  right: -0.1em;
}

.k-rtl .k-gantt-tooltip-validation::before, [dir=rtl] .k-gantt-tooltip-validation::before {
  left: auto;
  right: 0;
}

.k-gantt {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-gantt .k-treelist-scrollable .k-task-milestone .k-task-milestone-content {
  border-color: #babec1;
  background-color: #dee2e6;
}

.k-gantt .k-treelist-scrollable .k-task-milestone.k-state-selected .k-task-milestone-content {
  border-color: #0c65e9;
  background-color: #0d6efd;
}

.k-gantt .k-gantt-dependencies-svg polyline {
  fill: none;
  stroke: #909294;
}

.k-gantt .k-gantt-dependencies-svg polyline.k-state-selected {
  stroke: #0d6efd;
}

.k-gantt-footer {
  box-shadow: none;
}

.k-gantt-treelist .k-grid-content, .k-gantt-treelist .k-treelist {
  background-color: transparent;
}

.k-gantt .k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.025);
}

.k-task-dot::before {
  background-color: #212529;
}

.k-task-dot.k-state-hover::before, .k-task-dot:hover::before {
  border-color: #212529;
  background-color: #fff;
}

.k-task-milestone {
  border-color: #babec1;
  background-color: #dee2e6;
}

.k-task-milestone.k-task-delayed {
  background-image: repeating-linear-gradient(90deg, #fff, #fff 2px, #dc3545 2px, #dc3545 4px);
}

.k-task-milestone.k-task-advanced {
  background-color: #198754;
}

.k-task-milestone.k-state-selected {
  background-image: none;
  border-color: #0c65e9;
  background-color: #0d6efd;
}

.k-task-summary {
  color: #909294;
}

.k-task-summary.k-task-delayed {
  color: #ea868f;
}

.k-task-summary.k-task-advanced {
  color: #75b798;
}

.k-task-summary-complete {
  color: #212529;
}

.k-task-delayed .k-task-summary-complete {
  color: #dc3545;
}

.k-task-advanced .k-task-summary-complete {
  color: #198754;
}

.k-task-summary.k-state-selected {
  color: #86b7fe;
}

.k-task-summary.k-state-selected .k-task-summary-complete {
  color: #0d6efd;
}

.k-task-single {
  border-color: #ced4da;
  color: #000;
  background-color: #dee2e6;
}

.k-task-single.k-task-delayed {
  background-color: #ea868f;
}

.k-task-single.k-task-advanced {
  background-color: #75b798;
}

.k-task-single .k-task-complete {
  background-color: #ced4da;
}

.k-task-delayed .k-task-complete {
  background-color: #dc3545;
}

.k-task-advanced .k-task-complete {
  background-color: #198754;
}

.k-task-single.k-state-selected {
  border-color: #0d6efd;
  color: #fff;
  background-color: #86b7fe;
}

.k-task-single.k-state-selected .k-task-complete {
  background-color: #0d6efd;
}

.k-gantt-line {
  color: #909294;
}

.k-gantt-line.k-state-selected {
  color: #0d6efd;
}

.k-task-planned .k-task-moment {
  border-color: #0d6efd;
  background-color: transparent;
}

.k-task-planned .k-task-duration {
  background-color: #0d6efd;
}

.k-task-planned:hover .k-task-moment {
  background-color: #0d6efd;
}

.k-task-offset {
  background-image: repeating-linear-gradient(135deg, #fff, #fff 2px, #dc3545 2px, #dc3545 4px);
}

.k-task-offset .k-resize-e::before {
  border-color: #000;
}

.k-task-offset .k-task-actions {
  color: #000;
}

.k-task-offset:hover {
  background-image: repeating-linear-gradient(135deg, #fff, #fff 2px, #ea868f 2px, #ea868f 4px);
}

.k-pdf-export .k-task-offset {
  background-color: #dc3545;
}

.k-offset-tooltip-delayed {
  background-color: #dc3545;
}

.k-planned-tooltip {
  background-color: #0d6efd;
}

.k-gantt-tooltip-validation::before {
  background-color: #656565;
}

.k-gantt-tooltip-valid::before {
  background-color: #198754;
}

.k-gantt-tooltip-invalid::before {
  background-color: #dc3545;
}

.k-scheduler {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-scheduler div, .k-scheduler table, .k-scheduler tbody, .k-scheduler td, .k-scheduler tfoot, .k-scheduler th, .k-scheduler thead, .k-scheduler tr, .k-scheduler > * {
  border-color: inherit;
}

kendo-scheduler.k-scheduler {
  overflow: hidden;
}

kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
  display: none;
}

.k-scheduler-table {
  width: 100%;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.k-scheduler-table td, .k-scheduler-table th {
  padding: 0.75rem 0.75rem;
  height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  border-style: solid;
  border-width: 0 0 1px 1px;
  vertical-align: top;
  box-sizing: content-box;
}

.k-scheduler-table td:first-child, .k-scheduler-table th:first-child {
  border-left-width: 0;
}

.k-scheduler-table .k-middle-row td {
  border-bottom-style: dotted;
}

.k-scheduler-table .k-link {
  cursor: pointer;
}

.k-scheduler-layout-flex {
  overflow: auto;
}

.k-scheduler-layout-flex .k-scheduler-head {
  position: sticky;
  top: 0;
  z-index: 3;
}

.k-scheduler-layout-flex .k-scheduler-body {
  position: relative;
}

.k-scheduler-layout-flex .k-scheduler-body, .k-scheduler-layout-flex .k-scheduler-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 100%;
  flex: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.k-scheduler-layout-flex .k-scheduler-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  min-width: 0;
}

.k-scheduler-layout-flex .k-scheduler-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  min-width: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.k-scheduler-layout-flex .k-scheduler-group .k-group-cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: auto;
}

.k-scheduler-layout-flex .k-scheduler-group .k-group-content {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  border-width: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.k-scheduler-layout-flex .k-scheduler-group.k-group-horizontal .k-group-cell {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-width: 0;
  padding: 0;
}

.k-scheduler-layout-flex.k-scheduler-timeline-view .k-scheduler-body .k-scheduler-cell {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.k-scheduler-layout-flex .k-more-events {
  bottom: 2px;
  left: 0;
  width: 100%;
}

.k-scheduler-layout-flex .k-scheduler-cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0.75rem 0.75rem;
  min-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  border-style: solid;
  border-width: 0 1px 1px 0;
  vertical-align: top;
  box-sizing: content-box;
}

.k-scheduler-layout-flex .k-scheduler-cell.k-slot-cell {
  position: relative;
}

.k-scheduler-layout-flex .k-scheduler-cell.k-heading-cell {
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

.k-scheduler-layout-flex .k-scheduler-cell.k-side-cell {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: visible;
}

.k-scheduler-layout-flex .k-scheduler-cell.k-major-cell {
  border-bottom-width: 0;
}

.k-scheduler-layout-flex .k-middle-row .k-scheduler-cell {
  border-bottom-style: dotted;
}

.k-scheduler-layout-flex .k-resource-cell {
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible;
}

.k-scheduler-layout-flex .k-resource-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  border-width: 0;
}

.k-scheduler-layout-flex .k-sticky-cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  position: sticky;
  left: 0;
  z-index: 3;
}

.k-scheduler-toolbar {
  border-width: 0;
  border-bottom-width: 1px;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.k-scheduler-toolbar .k-widget {
  font-size: inherit;
}

.k-scheduler-toolbar .k-nav-current {
  color: inherit;
  outline: 0;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.k-scheduler-toolbar .k-nav-current .k-lg-date-format, .k-scheduler-toolbar .k-nav-current .k-sm-date-format {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-scheduler-toolbar .k-nav-current .k-sm-date-format {
  display: none;
}

.k-scheduler-toolbar .k-scheduler-search {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media (max-width: 1400px) {
  .k-scheduler-toolbar .k-nav-current .k-lg-date-format {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .k-scheduler-toolbar .k-nav-current .k-lg-date-format {
    display: none;
  }
  .k-scheduler-toolbar .k-nav-current .k-sm-date-format {
    display: inline-block;
  }
}
.k-scheduler-views-wrapper .k-views-dropdown {
  width: auto;
  font: inherit;
  display: none;
}

@media (max-width: 1024px) {
  .k-scheduler-views-wrapper .k-scheduler-views {
    display: none;
  }
  .k-scheduler-views-wrapper .k-views-dropdown {
    display: inline-block;
  }
}
.k-scheduler-footer {
  box-shadow: none;
  border-width: 0;
  border-top-width: 1px;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.k-scheduler-layout {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

.k-scheduler-layout > tbody > tr > td {
  padding: 0;
  vertical-align: top;
}

.k-scheduler-layout .k-scheduler-pane + .k-scheduler-pane .k-scheduler-times tr th, .k-scheduler-layout tr + tr .k-scheduler-times tr th {
  border-bottom-color: transparent;
}

.k-scheduler-layout .k-scheduler-pane + .k-scheduler-pane .k-scheduler-times tr .k-scheduler-times-all-day, .k-scheduler-layout .k-scheduler-pane + .k-scheduler-pane .k-scheduler-times tr .k-slot-cell, .k-scheduler-layout .k-scheduler-pane + .k-scheduler-pane .k-scheduler-times tr:last-child th, .k-scheduler-layout tr + tr .k-scheduler-times tr .k-scheduler-times-all-day, .k-scheduler-layout tr + tr .k-scheduler-times tr .k-slot-cell, .k-scheduler-layout tr + tr .k-scheduler-times tr:last-child th {
  border-bottom-color: inherit;
}

.k-scheduler-layout.k-scheduler-flex-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-dayview .k-scheduler-pane:first-child .k-scheduler-table, .k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-weekview .k-scheduler-pane:first-child .k-scheduler-table {
  table-layout: fixed;
}

.k-scheduler-header, .k-scheduler-view-header {
  -webkit-padding-end: var(--kendo-scrollbar-width, 17px);
  padding-inline-end: var(--kendo-scrollbar-width, 17px);
}

.k-scheduler-header th {
  text-align: center;
}

.k-scheduler-header, .k-scheduler-header-wrap, .k-scheduler-header-wrap > div {
  border-color: inherit;
  overflow: hidden;
}

.k-scheduler-header-wrap {
  border-width: 0;
  border-style: solid;
  position: relative;
}

.k-scheduler-times {
  border-color: inherit;
  position: relative;
  overflow: hidden;
}

.k-scheduler-times .k-scheduler-table {
  table-layout: auto;
}

.k-scheduler-times th {
  border-width: 0 1px 1px 0;
  text-align: right;
}

.k-scheduler-times .k-scheduler-times-all-day, .k-scheduler-times .k-slot-cell {
  border-bottom-color: inherit;
}

.k-scheduler-times .k-slot-cell.k-last-resource {
  border-right: 0;
}

.k-scheduler-times .k-slot-cell.k-empty-slot {
  padding-left: 0;
  padding-right: 0;
}

.k-scheduler-datecolumn {
  width: 12em;
}

.k-scheduler-timecolumn {
  width: 11em;
  white-space: nowrap;
}

.k-scheduler-content {
  border-color: inherit;
  position: relative;
  overflow: auto;
}

.k-event, kendo-scheduler .k-event {
  min-height: 25px;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-radius: 0.25rem;
  text-align: left;
  outline: 0;
  cursor: default;
  position: absolute;
  overflow: hidden;
  padding-right: 1rem;
}

.k-event > div, kendo-scheduler .k-event > div {
  position: relative;
  z-index: 2;
}

.k-event .k-event-template, kendo-scheduler .k-event .k-event-template {
  line-height: calc(25px - 0.5rem);
  padding: 0.5rem 1rem;
}

.k-event .k-event-time, kendo-scheduler .k-event .k-event-time {
  padding-bottom: 0;
  font-size: 0.875em;
  white-space: nowrap;
  display: none;
}

.k-event .k-event-actions, kendo-scheduler .k-event .k-event-actions {
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  z-index: 2;
}

.k-event .k-event-actions .k-event-delete, kendo-scheduler .k-event .k-event-actions .k-event-delete {
  opacity: 0.5;
  visibility: hidden;
}

.k-event .k-event-actions.k-state-hover .k-event-delete, .k-event .k-event-actions:hover .k-event-delete, kendo-scheduler .k-event .k-event-actions.k-state-hover .k-event-delete, kendo-scheduler .k-event .k-event-actions:hover .k-event-delete {
  opacity: 1;
}

.k-event .k-event-actions .k-icon, kendo-scheduler .k-event .k-event-actions .k-icon {
  line-height: normal;
  font-size: inherit;
}

.k-event .k-event-actions a, .k-event .k-event-actions .anchor-like-button, kendo-scheduler .k-event .k-event-actions a {
  color: inherit;
}

.k-event .k-event-actions:first-child, kendo-scheduler .k-event .k-event-actions:first-child {
  margin: 0.25rem 0.4ex 0 0.5rem;
  top: 0;
  right: 0;
  float: left;
  position: relative;
  opacity: 1;
  visibility: visible;
  line-height: normal;
}

.k-event .k-resize-handle, kendo-scheduler .k-event .k-resize-handle {
  z-index: 4;
  opacity: 0.5;
  visibility: hidden;
}

.k-event .k-resize-handle::before, kendo-scheduler .k-event .k-resize-handle::before {
  border-color: currentColor;
}

.k-event .k-resize-n, kendo-scheduler .k-event .k-resize-n {
  height: 0.5em;
  top: 0;
}

.k-event .k-resize-s, kendo-scheduler .k-event .k-resize-s {
  height: 0.5em;
  bottom: 0;
}

.k-event .k-resize-n::before, .k-event .k-resize-s::before, kendo-scheduler .k-event .k-resize-n::before, kendo-scheduler .k-event .k-resize-s::before {
  width: 2rem;
  border-bottom-width: 1px;
}

.k-event .k-resize-w, kendo-scheduler .k-event .k-resize-w {
  width: 0.5em;
  left: 0;
}

.k-event .k-resize-e, kendo-scheduler .k-event .k-resize-e {
  width: 0.5em;
  right: 0;
}

.k-event .k-resize-e::before, .k-event .k-resize-w::before, kendo-scheduler .k-event .k-resize-e::before, kendo-scheduler .k-event .k-resize-w::before {
  height: 2rem;
  border-left-width: 1px;
}

.k-event.k-state-hover .k-event-actions .k-event-delete, .k-event.k-state-hover .k-resize-handle, .k-event:hover .k-event-actions .k-event-delete, .k-event:hover .k-resize-handle, kendo-scheduler .k-event.k-state-hover .k-event-actions .k-event-delete, kendo-scheduler .k-event.k-state-hover .k-resize-handle, kendo-scheduler .k-event:hover .k-event-actions .k-event-delete, kendo-scheduler .k-event:hover .k-resize-handle {
  visibility: visible;
}

.k-event.k-event-drag-hint .k-event-time, kendo-scheduler .k-event.k-event-drag-hint .k-event-time {
  display: block;
}

.k-event .k-event-bottom-actions, .k-event .k-event-top-actions, kendo-scheduler .k-event .k-event-bottom-actions, kendo-scheduler .k-event .k-event-top-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.k-event .k-event-bottom-actions, kendo-scheduler .k-event .k-event-bottom-actions {
  top: auto;
  bottom: 0;
}

.k-scheduler-mark {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.k-more-events {
  padding: 0;
  height: 13px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  position: absolute;
  -ms-flex-pack: center;
  justify-content: center;
}

.k-more-events > .k-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-current-time {
  position: absolute;
}

.k-current-time.k-current-time-arrow-down, .k-current-time.k-current-time-arrow-left, .k-current-time.k-current-time-arrow-right {
  width: 0;
  height: 0;
  background: 0 0;
  border: 4px solid transparent;
}

.k-event-drag-hint {
  opacity: 0.5;
  z-index: 3;
}

.k-event-drag-hint .k-event-actions, .k-event-drag-hint .k-event-bottom-actions, .k-event-drag-hint .k-event-top-actions, .k-event-drag-hint .k-resize-handle {
  display: none;
}

.k-event-drag-hint .k-event-time {
  display: block;
}

.k-scheduler-marquee {
  border-width: 0;
  border-style: solid;
}

.k-scheduler-marquee .k-label-bottom, .k-scheduler-marquee .k-label-top {
  font-size: 0.75em;
  position: absolute;
}

.k-scheduler-marquee .k-label-top {
  left: 0.5rem;
  top: 0.25rem;
}

.k-scheduler-marquee .k-label-bottom {
  right: 0.5rem;
  bottom: 0.25rem;
}

.k-scheduler-marquee.k-first::before, .k-scheduler-marquee.k-last::after {
  content: "";
  border-width: 3px;
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
}

.k-scheduler-marquee.k-first::before {
  top: 0;
  left: 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.k-scheduler-marquee.k-last::after {
  bottom: 0;
  right: 0;
  border-left-color: transparent;
  border-top-color: transparent;
}

.k-pdf-export-shadow .k-scheduler, .k-scheduler-pdf-export .k-scheduler-content, .k-scheduler-pdf-export .k-scheduler-times {
  height: auto !important;
  overflow: visible !important;
}

.k-scheduler-pdf-export {
  overflow: hidden;
}

.k-scheduler-pdf-export .k-scheduler-header {
  padding: 0 !important;
}

.k-scheduler-pdf-export .k-scheduler-header-wrap {
  border-width: 0 !important;
}

.k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table, .k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table {
  width: 100% !important;
}

.k-recurrence-editor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

kendo-scheduler .k-recurrence-editor {
  display: block;
}

.k-scheduler-monthview .k-scheduler-table {
  height: 100%;
}

.k-scheduler-monthview .k-scheduler-table td {
  height: 80px;
  text-align: right;
}

.k-scheduler-monthview .k-scheduler-body .k-scheduler-cell {
  min-height: 80px;
}

.k-scheduler-monthview .k-hidden {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right-width: 0 !important;
}

.k-scheduler-monthview .k-scheduler-content .k-scheduler-table-auto, .k-scheduler-monthview .k-scheduler-table-auto, .k-scheduler-monthview .k-scheduler-table-auto td {
  height: auto;
}

.k-scheduler-monthview .k-scheduler-content {
  overflow-y: scroll;
}

.k-scheduler-monthview.k-scheduler-flex-layout .k-scheduler-content {
  overflow-y: auto;
}

.k-scheduler-agendaview .k-scheduler-mark {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.k-scheduler-agendaview .k-scheduler-table td:first-child, .k-scheduler-agendaview .k-scheduler-table th:first-child {
  border-left-width: 1px;
}

.k-scheduler-agendaview .k-scheduler-table td.k-first {
  border-left-width: 0;
}

.k-scheduler-agendaview .k-task > .k-event-delete {
  color: inherit;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  opacity: 0.5;
  visibility: hidden;
}

.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete, .k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover .k-event-delete, .k-scheduler-agendaview .k-scheduler-content tr:hover .k-event-delete, .k-scheduler-agendaview .k-state-hover .k-task > .k-event-delete {
  visibility: visible;
}

.k-scheduler-agendaday {
  margin: 0 0.2em 0 0;
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  float: left;
}

.k-scheduler-agendaweek {
  display: block;
  margin: 0.4em 0 0;
  line-height: 1;
  font-style: normal;
}

.k-scheduler-agendadate {
  font-size: 0.75em;
}

.k-scheduler-timelineview .k-slot-cell {
  overflow: hidden;
}

.k-scheduler-timelineview .k-scheduler-content {
  overflow: auto;
}

.k-scheduler-pane {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-scheduler-pane .k-scheduler-times {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-scheduler-pane .k-scheduler-times .k-scheduler-table {
  height: 100%;
}

.k-scheduler-pane .k-scheduler-content, .k-scheduler-pane .k-scheduler-header {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-scheduler-yearview .k-scheduler-body {
  padding: 1rem 1rem;
  -ms-flex-pack: center;
  justify-content: center;
}

.k-scheduler-yearview .k-calendar {
  width: 100%;
  border-width: 0;
}

.k-scheduler-yearview .k-calendar .k-calendar-view {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}

.k-scheduler-yearview .k-calendar .k-content {
  -ms-flex: 0;
  flex: 0;
}

.k-scheduler-yearview .k-calendar .k-link {
  position: relative;
}

.k-scheduler-yearview .k-calendar td.k-state-selected {
  background-color: inherit;
}

.k-scheduler-yearview .k-day-indicator {
  margin-top: calc(38px - 1rem);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 1.5px);
}

.k-scheduler-tooltip {
  padding: 0.75rem 0.75rem;
  border-width: 0;
  color: inherit;
}

.k-scheduler-tooltip .k-tooltip-title {
  margin-bottom: 0.75rem;
}

.k-scheduler-tooltip .k-tooltip-title .k-month {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.k-scheduler-tooltip .k-tooltip-title .k-day {
  font-size: 1.75rem;
}

.k-scheduler-tooltip .k-tooltip-events-container {
  overflow: auto;
}

.k-scheduler-tooltip .k-tooltip-events {
  max-height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.k-scheduler-tooltip .k-tooltip-event {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  gap: 0.5rem;
}

.k-scheduler-tooltip .k-tooltip-event .k-event-time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: inherit;
}

.k-scheduler-tooltip .k-no-data, .k-scheduler-tooltip .k-nodata {
  height: auto;
  min-height: auto;
  color: inherit;
}

.k-scheduler-edit-dialog .k-dialog {
  max-height: 100vh;
}

.k-scheduler-edit-form .k-edit-form-container {
  width: 100%;
}

.k-scheduler-edit-form .k-edit-label {
  width: 17%;
}

.k-scheduler-edit-form .k-edit-field {
  width: 77%;
}

.k-scheduler-edit-form .k-edit-field > ul > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.k-scheduler-edit-form .k-recurrence-editor .k-checkbox-list .k-checkbox-wrap, .k-scheduler-edit-form .k-recurrence-editor .k-radio-list .k-radio-wrap {
  -ms-flex-item-align: center;
  align-self: center;
}

.k-scheduler-edit-form .k-recur-count, .k-scheduler-edit-form .k-recur-interval, .k-scheduler-edit-form .k-recur-monthday {
  width: 5em;
}

.k-scheduler-edit-form .k-recur-month, .k-scheduler-edit-form .k-recur-until, .k-scheduler-edit-form .k-recur-weekday, .k-scheduler-edit-form .k-recur-weekday-offset {
  width: 10em;
}

.k-scheduler-edit-form .k-scheduler-datetime-picker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 0.5rem;
}

.k-rtl .k-scheduler-header th, .k-rtl .k-scheduler-table td {
  border-width: 0 1px 1px 0;
}

.k-rtl .k-scheduler-table td:first-child, .k-rtl .k-scheduler-table th:first-child {
  border-right-width: 0;
}

.k-rtl .k-scheduler-times th {
  border-width: 0 0 1px 1px;
}

.k-rtl .k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
  border-right-width: 0;
  border-left-width: 1px;
}

.k-rtl .k-event {
  text-align: right;
  padding-right: 0;
  padding-left: 1rem;
}

.k-rtl .k-event .k-resize-w {
  left: auto;
  right: 0;
}

.k-rtl .k-event .k-resize-e {
  right: auto;
  left: 0;
}

.k-rtl .k-event .k-event-actions {
  right: auto;
  left: 2px;
}

.k-rtl .k-event .k-event-actions:first-child {
  margin: 0.25rem 0.5rem 0 0.4ex;
  float: right;
}

.k-rtl .k-scheduler-agendaview .k-task > .k-event-delete {
  left: 2px;
  right: auto;
}

.k-rtl .k-scheduler-agendaview .k-task .k-scheduler-mark {
  margin-left: 0.5em;
  margin-right: 0;
}

.k-rtl .k-scheduler-marquee .k-label-top {
  left: auto;
  right: 4px;
}

.k-rtl .k-scheduler-marquee .k-label-bottom {
  left: 4px;
  right: auto;
}

.k-rtl .k-scheduler-edit-form .k-scheduler-delete {
  float: right;
}

.k-rtl .k-scheduler .k-current-time-arrow-right, .k-rtl .k-scheduler .k-i-arrow-60-left, .k-rtl .k-scheduler .k-i-arrow-60-right, .k-rtl.k-scheduler .k-current-time-arrow-right, .k-rtl.k-scheduler .k-i-arrow-60-left, .k-rtl.k-scheduler .k-i-arrow-60-right {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-rtl .k-scheduler .k-scheduler-header-wrap, .k-rtl.k-scheduler .k-scheduler-header-wrap {
  border-right-width: 0;
}

.k-rtl .k-scheduler .k-scheduler-agendaday, .k-rtl.k-scheduler .k-scheduler-agendaday {
  float: right;
  margin: 0 0 0 0.2em;
}

.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table td:first-child, .k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table th:first-child, .k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table td:first-child, .k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table th:first-child {
  border-left-width: 0;
}

.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr + tr td:first-child, .k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr + tr th:first-child, .k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table tr + tr td:first-child, .k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table tr + tr th:first-child {
  border-right-width: 1px;
}

.k-ie .k-scheduler-tooltip .k-tooltip-event:not(:last-child), .k-safari .k-scheduler-tooltip .k-tooltip-event:not(:last-child) {
  margin-bottom: 0.5rem;
}

.k-ie .k-scheduler-yearview .k-calendar-view .k-month, .k-safari .k-scheduler-yearview .k-calendar-view .k-month {
  margin: 0 0.5rem;
}

.k-event::before, kendo-scheduler .k-event::before {
  display: none;
  left: 0;
}

.k-rtl .k-event::before, .k-rtl kendo-scheduler .k-event::before {
  right: 0;
}

.k-event .k-event-template, kendo-scheduler .k-event .k-event-template {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.k-event .k-event-actions, kendo-scheduler .k-event .k-event-actions {
  right: 0.5rem;
  font-size: 0.875rem;
}

.k-scheduler {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-current-time {
  background: red;
}

.k-current-time.k-current-time-arrow-left {
  border-right-color: red;
}

.k-current-time.k-current-time-arrow-right {
  border-left-color: red;
}

.k-current-time.k-current-time-arrow-down {
  border-top-color: red;
}

.k-scheduler-toolbar {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-scheduler-footer {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-scheduler-header {
  background-color: #f8f9fa;
}

.k-scheduler-header-wrap {
  background-color: #fff;
}

.k-scheduler .k-nonwork-hour, .k-scheduler-nonwork {
  background-color: #f5f5f5;
}

.k-scheduler .k-other-month, .k-scheduler-other-month {
  background-color: #f5f5f5;
}

.k-scheduler-layout .k-scheduler-cell.k-state-selected, .k-scheduler-layout td.k-state-selected {
  background-color: rgba(13, 110, 253, 0.25);
}

.k-scheduler-layout-flex .k-scheduler-head, .k-scheduler-layout-flex .k-sticky-cell {
  background-color: #fff;
}

.k-event {
  color: #fff;
  background-color: #3485fd;
}

.k-event.k-state-selected {
  color: #fff;
  background-color: #0d6efd;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.k-event-inverse {
  color: #000;
}

.k-scheduler-marquee::after, .k-scheduler-marquee::before {
  border-color: #0d6efd;
}

.k-scheduler-edit-dialog .k-dialog-buttongroup {
  border-color: #dee2e6;
}

.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row.k-state-hover, .k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover, .k-scheduler-agendaview .k-scheduler-content tr.k-state-hover, .k-scheduler-agendaview .k-scheduler-content tr:hover {
  border-color: #d6d9dc;
  color: #16181b;
  background-color: #e9ecef;
}

.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn, .k-scheduler-agendaview .k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn, .k-scheduler-agendaview .k-scheduler-content tr:hover .k-scheduler-datecolumn, .k-scheduler-agendaview .k-scheduler-content tr:hover .k-scheduler-groupcolumn {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected {
  background-color: rgba(13, 110, 253, 0.25);
}

.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn, .k-scheduler-agendaview .k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn {
  background-color: #fff;
}

.k-scheduler-yearview .k-day-indicator {
  background-color: #0d6efd;
}

.k-scheduler-yearview .k-state-selected .k-day-indicator {
  background-color: #fff;
}

.k-tooltip.k-scheduler-tooltip {
  color: #212529;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.k-tooltip.k-scheduler-tooltip .k-callout {
  color: #fff;
}

.k-chat {
  margin: auto;
  max-width: 500px;
  height: 600px;
  max-height: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-chat .k-message-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.k-chat .k-message-list-content {
  padding: 16px 16px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.k-chat .k-message-list-content > * + * {
  margin-top: 16px;
}

.k-chat .k-message-group {
  max-width: 80%;
  background: 0 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.k-chat .k-message-group:not(.k-alt) {
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.k-chat .k-message-group:not(.k-alt) .k-message-time {
  margin-left: 8px;
  left: 100%;
}

.k-chat .k-message-group:not(.k-alt) .k-message-status {
  left: 0;
}

.k-chat .k-message-group:not(.k-alt) .k-first .k-bubble, .k-chat .k-message-group:not(.k-alt) .k-only .k-bubble {
  border-bottom-left-radius: 2px;
}

.k-chat .k-message-group:not(.k-alt) .k-last .k-bubble, .k-chat .k-message-group:not(.k-alt) .k-middle .k-bubble {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.k-chat .k-message-group.k-alt {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.k-chat .k-message-group.k-alt .k-message-time {
  margin-right: 8px;
  right: 100%;
}

.k-chat .k-message-group.k-alt .k-message-status {
  right: 0;
}

.k-chat .k-message-group.k-alt .k-first .k-bubble, .k-chat .k-message-group.k-alt .k-only .k-bubble {
  border-bottom-right-radius: 2px;
}

.k-chat .k-message-group.k-alt .k-last .k-bubble, .k-chat .k-message-group.k-alt .k-middle .k-bubble {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.k-chat .k-message {
  max-width: 100%;
  margin: 2px 0 0;
  position: relative;
  transition: margin 0.2s ease-in-out;
  outline: 0;
}

.k-chat .k-message-status, .k-chat .k-message-time {
  font-size: smaller;
  line-height: normal;
  white-space: nowrap;
  pointer-events: none;
  position: absolute;
}

.k-chat .k-message-time {
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
}

.k-chat .k-message-status {
  margin-top: 2px;
  height: 0;
  overflow: hidden;
  top: 100%;
  transition: height 0.2s ease-in-out;
}

.k-chat .k-bubble {
  border-radius: 12px;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.25;
  word-wrap: break-word;
}

.k-chat .k-bubble a, .k-chat .k-bubble .anchor-like-button {
  color: inherit;
  text-decoration: underline;
}

.k-chat .k-message.k-state-selected {
  margin-bottom: 16px;
  border: 0;
  color: inherit;
  background: 0 0;
}

.k-chat .k-message.k-state-selected .k-message-time {
  opacity: 1;
}

.k-chat .k-message.k-state-selected .k-message-status {
  height: 1.2em;
}

.k-chat .k-message-error, .k-chat .k-message-sending {
  margin-bottom: 16px;
}

.k-chat .k-message-error .k-message-status, .k-chat .k-message-sending .k-message-status {
  height: 1.2em;
}

.k-chat .k-avatar {
  border-radius: 100%;
  margin: 0;
  width: 32px;
  height: 32px;
  position: absolute;
}

.k-message-group:not(.k-alt) > .k-avatar {
  left: 0;
  bottom: 0;
}

.k-message-group.k-alt > .k-avatar {
  right: 0;
  bottom: 0;
}

.k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
  padding-left: 40px;
}

.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
  padding-right: 40px;
}

.k-author {
  margin: 0;
  font-size: smaller;
  line-height: normal;
}

.k-chat .k-author {
  margin: 0;
}

.k-chat .k-timestamp {
  font-size: smaller;
  text-transform: uppercase;
  text-align: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.k-quick-replies {
  display: block;
  max-width: 100%;
}

.k-quick-reply {
  border-radius: 100px;
  margin-right: 8px;
  margin-bottom: 4px;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.25;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  outline: 0;
}

.k-scrollable-quick-replies {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
}

.k-scrollable-quick-replies::-webkit-scrollbar {
  display: none;
}

.k-scrollable-quick-replies .k-quick-reply {
  margin: 0;
}

.k-scrollable-quick-replies .k-quick-reply + .k-quick-reply {
  margin-left: 8px;
}

.k-message-box {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit !important;
  border-radius: 0 !important;
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.k-message-box.k-state-focus, .k-message-box:focus, .k-message-box:focus-within {
  outline: 0;
  box-shadow: none;
}

.k-message-box .k-button {
  border-width: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-message-box .k-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: inline-block;
}

.k-message-box .k-button[dir=rtl], .k-rtl .k-message-box .k-button {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-chat .k-card-list {
  margin: 2px 0 0;
}

.k-chat .k-card-deck {
  max-width: calc(100% + 32px);
  box-sizing: border-box;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 16px 16px;
  overflow: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.k-chat .k-card-deck .k-card, .k-chat .k-card-deck .k-card-wrap {
  width: 200px;
}

.k-chat .k-card-deck-scrollwrap {
  margin-right: -16px;
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 16px;
}

.k-chat .k-card-deck-scrollwrap > .k-card-deck {
  margin-bottom: -20px;
  padding-bottom: 20px;
}

.k-chat .k-card-deck .k-card-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 5px;
}

.k-chat .k-card-deck .k-card-wrap .k-card {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-chat .k-card-deck .k-card-wrap.k-state-selected {
  background: 0 0;
}

.k-typing-indicator {
  padding: 0;
  border-radius: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.k-typing-indicator span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  background-color: currentColor;
  opacity: 0.4;
}

.k-typing-indicator span:nth-of-type(1) {
  -webkit-animation: 1s k-animation-blink infinite 0.3333s;
  animation: 1s k-animation-blink infinite 0.3333s;
}

.k-typing-indicator span:nth-of-type(2) {
  -webkit-animation: 1s k-animation-blink infinite 0.6666s;
  animation: 1s k-animation-blink infinite 0.6666s;
}

.k-typing-indicator span:nth-of-type(3) {
  -webkit-animation: 1s k-animation-blink infinite 0.9999s;
  animation: 1s k-animation-blink infinite 0.9999s;
}

.k-typing-indicator span + span {
  margin-left: 5px;
}

@-webkit-keyframes k-animation-blink {
  50% {
    opacity: 1;
  }
}
@keyframes k-animation-blink {
  50% {
    opacity: 1;
  }
}
.k-chat .k-toolbar-box, .k-chat-toolbar {
  padding: 0.5rem 0.5rem;
  width: 100%;
  border-width: 1px 0 0;
  box-sizing: border-box;
  -ms-flex: none;
  flex: none;
  overflow: hidden;
  position: relative;
}

.k-chat .k-toolbar-box::before, .k-chat-toolbar::before {
  display: none;
}

.k-chat .k-toolbar-box .k-button-list, .k-chat-toolbar .k-button-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow: hidden;
  scroll-behavior: smooth;
}

.k-chat .k-toolbar-box .k-button, .k-chat-toolbar .k-button {
  -ms-flex: none;
  flex: none;
}

.k-chat .k-toolbar-box .k-scroll-button, .k-chat-toolbar .k-scroll-button {
  padding: 0 0.25rem;
  height: 100%;
  aspect-ratio: auto;
  position: absolute;
  z-index: 2;
  top: 0;
}

.k-chat .k-toolbar-box .k-scroll-button .k-button-icon, .k-chat-toolbar .k-scroll-button .k-button-icon {
  min-width: auto;
  min-height: auto;
}

.k-chat .k-toolbar-box .k-scroll-button-left, .k-chat-toolbar .k-scroll-button-left {
  left: 0;
}

.k-chat .k-toolbar-box .k-scroll-button-right, .k-chat-toolbar .k-scroll-button-right {
  right: 0;
}

.k-rtl .k-message-group:not(.k-alt), [dir=rtl] .k-message-group:not(.k-alt) {
  text-align: right;
}

.k-rtl .k-message-group:not(.k-alt) .k-message-time, [dir=rtl] .k-message-group:not(.k-alt) .k-message-time {
  margin-left: 0;
  margin-right: 8px;
  left: auto;
  right: 100%;
}

.k-rtl .k-message-group:not(.k-alt) .k-message-status, [dir=rtl] .k-message-group:not(.k-alt) .k-message-status {
  left: auto;
  right: 0;
}

.k-rtl .k-message-group.k-alt, [dir=rtl] .k-message-group.k-alt {
  text-align: left;
}

.k-rtl .k-message-group.k-alt .k-message-time, [dir=rtl] .k-message-group.k-alt .k-message-time {
  margin-right: 0;
  margin-left: 8px;
  right: auto;
  left: 100%;
}

.k-rtl .k-message-group.k-alt .k-message-status, [dir=rtl] .k-message-group.k-alt .k-message-status {
  right: auto;
  left: 0;
}

.k-rtl .k-message-group:not(.k-alt) > .k-avatar, [dir=rtl] .k-message-group:not(.k-alt) > .k-avatar {
  left: auto;
  right: 0;
}

.k-rtl .k-message-group.k-alt > .k-avatar, [dir=rtl] .k-message-group.k-alt > .k-avatar {
  right: auto;
  left: 0;
}

.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar), [dir=rtl] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
  padding-left: 0;
  padding-right: 40px;
}

.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar), [dir=rtl] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
  padding-right: 0;
  padding-left: 40px;
}

.k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap, [dir=rtl] .k-chat .k-card-deck .k-card-wrap + .k-card-wrap {
  margin-left: 0;
  margin-right: 1rem;
}

.k-rtl .k-quick-reply, [dir=rtl] .k-quick-reply {
  margin-right: 0;
  margin-left: 8px;
}

.k-chat {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fafafa;
}

.k-chat .k-timestamp {
  color: #6c757d;
}

.k-chat .k-author {
  font-weight: 700;
}

.k-chat .k-bubble {
  border-color: #e4e7eb;
  color: #212529;
  background-color: #e4e7eb;
  box-shadow: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -ms-flex-order: -1;
  order: -1;
}

.k-chat .k-bubble a, .k-chat .k-bubble .anchor-like-button {
  color: #0d6efd;
}

.k-chat .k-bubble a:hover, .k-chat .k-bubble .anchor-like-button:hover {
  color: #0a58ca;
}

.k-chat .k-bubble:hover {
  box-shadow: none;
}

.k-chat .k-state-selected .k-bubble {
  box-shadow: none;
}

.k-chat .k-alt .k-bubble {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
  box-shadow: none;
}

.k-chat .k-alt .k-bubble:hover {
  box-shadow: none;
}

.k-chat .k-alt .k-state-selected .k-bubble {
  box-shadow: none;
}

.k-chat .k-quick-reply {
  border-color: #0d6efd;
  color: #0d6efd;
  background-color: transparent;
}

.k-chat .k-quick-reply:hover {
  border-color: #0d6efd;
  color: #fff;
  background-color: #0d6efd;
}

.k-chat .k-toolbar-box, .k-chat-toolbar {
  border-color: inherit;
  color: #212529;
  background-color: #f8f9fa;
}

.k-mediaplayer {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-mediaplayer *, .k-mediaplayer ::after, .k-mediaplayer ::before {
  box-sizing: border-box;
}

.k-mediaplayer > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: top;
}

.k-mediaplayer-titlebar {
  padding: 0.5rem 0.5rem;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

.k-mediaplayer-toolbar-wrap {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-mediaplayer-toolbar {
  border-width: 0;
  width: 100% !important;
  box-shadow: none;
}

.k-mediaplayer-toolbar .k-dropdown, .k-mediaplayer-toolbar .k-dropdown-list, .k-mediaplayer-toolbar .k-dropdownlist {
  width: auto;
}

.k-mediaplayer-time-wrap {
  -ms-flex: 1;
  flex: 1;
}

.k-mediaplayer-volume-wrap {
  padding: 0 7px;
  -ms-flex-align: center;
  align-items: center;
}

.k-mediaplayer-volume {
  width: 100px;
}

.k-slider.k-mediaplayer-seekbar {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-mediaplayer-seekbar .k-slider-track {
  width: 100% !important;
  border-radius: 0;
}

.k-mediaplayer-seekbar .k-slider-selection {
  border-radius: 0;
}

.k-mediaplayer-fullscreen {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.k-mediaplayer {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-mediaplayer-titlebar {
  color: #fff;
  background-image: linear-gradient(rgba(33, 37, 41, 0.7), rgba(33, 37, 41, 0));
  text-shadow: 0 0 2px rgba(33, 37, 41, 0.5);
}

.k-timeline {
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-timeline *, .k-timeline ::after, .k-timeline ::before, .k-timeline::after, .k-timeline::before {
  box-sizing: border-box;
}

.k-timeline ul {
  margin: 0;
  padding: 0;
}

.k-timeline ul li {
  list-style-type: none;
}

.k-timeline .k-timeline-flag {
  display: inline-block;
  text-align: center;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  line-height: 1.5;
  min-width: 80px;
  max-width: 160px;
  position: relative;
  z-index: 1;
}

.k-timeline .k-timeline-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.k-timeline.k-timeline-dates-hidden .k-timeline-date {
  display: none;
}

.k-timeline .k-event-collapse {
  display: none;
}

.k-timeline.k-timeline-collapsible .k-card-header {
  cursor: pointer;
}

.k-timeline.k-timeline-collapsible .k-event-collapse {
  display: -ms-flexbox;
  display: flex;
}

.k-timeline-card .k-card {
  position: relative;
  overflow: visible;
}

.k-timeline-card .k-card .k-card-header {
  overflow: visible;
  border-bottom: 0;
}

.k-timeline-card .k-card .k-card-header + .k-card-body {
  padding-top: 0;
}

.k-timeline-card .k-card .k-card-body {
  overflow-y: auto;
  scrollbar-width: thin;
}

.k-timeline-card .k-card .k-card-body::-webkit-scrollbar {
  width: 5px;
}

.k-timeline-card .k-card .k-card-body::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}

.k-timeline-card .k-timeline-card-callout.k-callout-e, .k-timeline-card .k-timeline-card-callout.k-callout-w {
  top: 36px;
}

.k-timeline-horizontal, .k-timeline-vertical {
  padding: 0 40px;
  margin: 40px 0;
  width: 100%;
  position: relative;
  border: 0;
}

.k-timeline-horizontal .k-timeline-track-wrap::after, .k-timeline-vertical::after {
  content: "";
  position: absolute;
  top: 0;
  border-width: 1px;
  border-style: solid;
}

.k-timeline-vertical {
  padding-left: 127px;
}

.k-timeline-vertical.k-timeline-dates-hidden {
  padding-left: 77px;
}

.k-timeline-vertical::after {
  height: 100%;
  width: 6px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0.375rem;
}

.k-timeline-vertical .k-timeline-flag-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-timeline-vertical .k-timeline-flag-wrap:first-child {
  padding-top: 40px;
}

.k-timeline-vertical .k-timeline-flag {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.k-timeline-vertical .k-timeline-date-wrap {
  position: absolute;
  padding-right: 1rem;
  margin-top: 36px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  text-align: right;
}

.k-timeline-vertical .k-timeline-event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
}

.k-timeline-vertical .k-timeline-card {
  padding-left: 1rem;
}

.k-timeline-vertical .k-timeline-card .k-card {
  margin-left: 1rem;
  min-height: 70px;
  width: 400px;
  max-width: 100%;
}

.k-timeline-vertical .k-timeline-card .k-card .k-card-header {
  border-radius: 0.25rem;
}

.k-timeline-vertical .k-timeline-card .k-card .k-card-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-timeline-vertical .k-timeline-card .k-card .k-card-title .k-event-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.k-timeline-vertical .k-timeline-card .k-event-collapse {
  margin: -0.5rem 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.k-timeline-vertical .k-timeline-card.k-collapsed .k-card-actions, .k-timeline-vertical .k-timeline-card.k-collapsed .k-card-body {
  display: none;
}

.k-timeline-vertical .k-timeline-card.k-collapsed .k-event-collapse {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.k-timeline-vertical .k-timeline-circle {
  margin-top: 36px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-right: -8px;
}

.k-timeline-vertical.k-timeline-alternating {
  padding-left: 40px;
}

.k-timeline-vertical.k-timeline-alternating::after {
  left: 50%;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-flag-wrap {
  -ms-flex-pack: center;
  justify-content: center;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-flag {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-date-wrap {
  text-align: left;
  padding-right: 0;
  padding-left: 1rem;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-card {
  padding-left: 0;
  padding-right: 1rem;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-card .k-card {
  margin-right: 1rem;
  margin-left: auto;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-card, .k-timeline-vertical.k-timeline-alternating .k-timeline-date-wrap {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  min-width: 0;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-date-wrap {
  position: static;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-circle {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 0;
}

.k-timeline-horizontal .k-timeline-track-item {
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-timeline-horizontal .k-timeline-track-item:hover {
  cursor: pointer;
}

.k-timeline-horizontal .k-timeline-track-item.k-timeline-flag-wrap:hover {
  cursor: default;
}

.k-timeline-horizontal .k-timeline-date-wrap {
  margin-top: auto;
  margin-bottom: 10px;
}

.k-timeline-horizontal .k-timeline-card {
  height: 100%;
}

.k-timeline-horizontal .k-card {
  max-height: 100%;
}

.k-timeline-horizontal .k-timeline-events-list {
  overflow-x: hidden;
  padding-top: 1rem;
}

.k-timeline-horizontal .k-timeline-events-list .k-timeline-scrollable-wrap {
  position: relative;
  height: 600px;
}

.k-timeline-horizontal .k-timeline-events-list .k-timeline-scrollable-wrap .k-timeline-event {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.k-timeline-horizontal .k-timeline-track-wrap {
  position: relative;
  padding: 19px 0;
}

.k-timeline-horizontal .k-timeline-track-wrap::after {
  top: auto;
  bottom: 22px;
  left: 36px;
  right: 36px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 6px;
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track {
  overflow: hidden;
  margin: 0 38px;
  position: relative;
  z-index: 2;
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track .k-timeline-scrollable-wrap {
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
  margin-bottom: 22px;
  position: relative;
  min-width: 80px;
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  -ms-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
}

.k-timeline-horizontal .k-timeline-scrollable-wrap {
  padding-bottom: 3px;
  display: -ms-flexbox;
  display: flex;
  outline: 0;
}

.k-timeline-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  bottom: 11px;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.k-timeline-arrow-left {
  left: 0;
}

.k-timeline-arrow-right {
  right: 0;
}

.k-timeline-mobile {
  padding: 0 1rem;
  margin: 1rem 0;
}

.k-timeline-mobile .k-timeline-flag {
  max-width: calc(80px + 2rem);
}

.k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
  display: none;
}

.k-timeline-mobile.k-timeline-vertical {
  padding-left: calc(1rem + 87px);
}

.k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
  padding-left: calc(1rem + 37px);
}

.k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
  padding-left: 1rem;
}

.k-timeline-mobile.k-timeline-vertical .k-timeline-card {
  width: 100%;
}

.k-timeline-mobile.k-timeline-vertical .k-timeline-card .k-card {
  width: auto;
}

.k-timeline-card .k-card-header {
  padding-top: 1rem;
}

.k-timeline .k-timeline-flag {
  color: #fff;
  background-color: #0d6efd;
}

.k-timeline .k-timeline-circle {
  background-color: #0d6efd;
}

.k-timeline .k-timeline-card .k-card-header {
  background-color: #fff;
  color: #212529;
}

.k-timeline .k-timeline-card .k-card-body {
  scrollbar-color: #dee2e6 #fff;
}

.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-track {
  background: #fff;
}

.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb {
  background: #dee2e6;
}

.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb:hover {
  background: #d6d9dc;
}

.k-timeline .k-timeline-date {
  color: #212529;
}

.k-timeline .k-timeline-arrow.k-state-disabled {
  opacity: 1;
  color: #6f7174;
  background-color: #edeff2;
  border-color: #edeff2;
}

.k-timeline-horizontal .k-timeline-track-wrap::after, .k-timeline-vertical::after {
  background-color: #e4e7eb;
  border-color: #e4e7eb;
}

.k-timeline-horizontal .k-timeline-flag::after {
  background-color: #0d6efd;
}

.k-timeline-track-item.k-state-focus .k-timeline-circle {
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.5);
}

.k-pdf-viewer {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-pdf-viewer .k-toolbar {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: inherit;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 2;
}

.k-pdf-viewer .k-toolbar .k-pager-wrap {
  padding: 0;
  border-width: 0;
  color: inherit;
  background: 0 0;
  overflow: visible;
}

.k-pdf-viewer .k-list-scroller {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  outline: 0;
}

.k-pdf-viewer .k-list-scroller .k-enable-text-select {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: text;
}

.k-pdf-viewer .k-list-scroller .k-enable-panning {
  cursor: grab;
}

.k-pdf-viewer .k-list-scroller .k-enable-panning span::selection {
  background-color: transparent;
}

.k-pdf-viewer .k-page {
  position: relative;
  margin: 30px auto;
}

.k-pdf-viewer .k-page canvas {
  direction: ltr;
}

.k-pdf-viewer .k-page .k-text-layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  overflow: hidden;
}

.k-pdf-viewer .k-page .k-text-layer > span {
  position: absolute;
  line-height: 1.2;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  color: transparent;
}

.k-pdf-viewer .k-page .k-text-layer mark, .k-pdf-viewer .k-page .k-text-layer .mark {
  color: transparent;
}

.k-pdf-viewer-search-dialog {
  padding: 0.5rem;
}

.k-pdf-viewer-search-dialog .k-search-container {
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.k-pdf-viewer-search-dialog .k-search-container .k-search-dialog-draghandle {
  cursor: move;
  margin-left: 0;
}

.k-pdf-viewer-search-dialog .k-search-container .k-textbox {
  width: 10em;
  -ms-flex: none;
  flex: none;
}

.k-pdf-viewer-search-dialog .k-search-container .k-textbox .k-button {
  border-width: 0;
}

.k-pdf-viewer-search-dialog .k-search-container .k-search-matches {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-ie .k-pdf-viewer-search-dialog .k-search-container > * + * {
  margin-left: 0.5rem;
}

.k-pdf-viewer {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-pdf-viewer .k-canvas {
  background-color: #fafafa;
}

.k-pdf-viewer .k-page {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
  box-shadow: 0 0 15px #dee2e6;
}

.k-pdf-viewer .k-search-highlight {
  background-color: #212529;
}

.km-scroll-container, .km-scrollview {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-collapse: separate;
}

.km-scroll-wrapper {
  position: relative;
}

.km-scroll-header {
  position: absolute;
  z-index: 1001;
  width: 100%;
  top: 0;
  left: 0;
}

.km-scroller-pull {
  width: 100%;
  display: block;
  position: absolute;
  line-height: 3em;
  font-size: 1.4em;
  text-align: center;
  -webkit-transform: translate3d(0, -3em, 0);
  transform: translate3d(0, -3em, 0);
}

.km-scroller-pull .km-template {
  display: inline-block;
  min-width: 200px;
  text-align: left;
}

.km-load-more .km-icon, .km-widget .km-scroller-pull .km-icon {
  display: inline-block;
  height: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
  width: 2rem;
  font-size: 2rem;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.km-widget .km-scroller-release .km-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.km-widget .km-scroller-refresh .km-icon {
  transition: none;
}

.km-touch-scrollbar {
  position: absolute;
  visibility: hidden;
  z-index: 200000;
  height: 0.4em;
  width: 0.4em;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.3s linear;
}

.k-diagram .km-touch-scrollbar, .k-map .km-touch-scrollbar {
  display: none;
}

.km-vertical-scrollbar {
  height: 100%;
  right: 2px;
  top: 0;
}

.km-horizontal-scrollbar {
  width: 100%;
  left: 0;
  bottom: 2px;
}

.km-touch-scrollbar {
  background-color: #333;
}

.k-scrollview, kendo-scrollview.k-scrollview, kendo-scrollview.k-scrollview-wrap {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-scrollview .k-scrollview-wrap, .k-scrollview-wrap .k-scrollview {
  list-style-type: none;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  white-space: nowrap;
}

.k-scrollview .k-scrollview-wrap img, .k-scrollview-wrap .k-scrollview img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-scrollview .k-scrollview-wrap > li, .k-scrollview-wrap .k-scrollview > li {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.k-scrollview .k-scrollview-wrap > [data-role=page], .k-scrollview-wrap .k-scrollview > [data-role=page] {
  vertical-align: top;
  display: inline-block;
  min-height: 1px;
}

.k-scrollview-wrap.k-scrollview-animate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: calc(var(--kendo-scrollview-views, 1) * 100%);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-transform: translateX(calc(-100% / var(--kendo-scrollview-views, 1) * (var(--kendo-scrollview-current, 1) - 1)));
  -ms-transform: translateX(calc(-100% / var(--kendo-scrollview-views, 1) * (var(--kendo-scrollview-current, 1) - 1)));
  transform: translateX(calc(-100% / var(--kendo-scrollview-views, 1) * (var(--kendo-scrollview-current, 1) - 1)));
}

.k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
  width: calc(100% / var(--kendo-scrollview-views, 1));
  -ms-flex: 0 0 calc(100% / var(--kendo-scrollview-views, 1));
  flex: 0 0 calc(100% / var(--kendo-scrollview-views, 1));
}

.k-rtl .k-scrollview-wrap.k-scrollview-animate, [dir=rtl] .k-scrollview-wrap.k-scrollview-animate {
  -webkit-transform: translateX(calc(100% / var(--kendo-scrollview-views, 1) * (var(--kendo-scrollview-current, 1) - 1)));
  -ms-transform: translateX(calc(100% / var(--kendo-scrollview-views, 1) * (var(--kendo-scrollview-current, 1) - 1)));
  transform: translateX(calc(100% / var(--kendo-scrollview-views, 1) * (var(--kendo-scrollview-current, 1) - 1)));
}

.k-scrollview-nav-wrap, kendo-scrollview.k-scrollview kendo-scrollview-pager, kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  text-align: center;
}

kendo-scrollview.k-scrollview kendo-scrollview-pager, kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager {
  pointer-events: none;
}

kendo-scrollview.k-scrollview .k-scrollview-nav, kendo-scrollview.k-scrollview-wrap .k-scrollview-nav {
  pointer-events: initial;
}

.k-scrollview-nav, .k-scrollview-pageable {
  margin: 0;
  padding: 20px;
  max-width: 100%;
  box-sizing: border-box;
  line-height: 0;
  text-align: center;
  white-space: nowrap;
  list-style: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  pointer-events: initial;
}

.k-scrollview-nav:focus, .k-scrollview-pageable:focus {
  outline: 0;
}

.k-scrollview-nav > .k-link, .k-scrollview-pageable > .k-button {
  margin: 0 10px;
  padding: 0;
  width: 10px;
  height: 10px;
  border-width: 0;
  border-style: solid;
  border-radius: 50%;
  box-sizing: content-box;
  display: inline-block;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  pointer-events: all;
  vertical-align: top;
}

.k-scrollview-nav > .k-link::before, .k-scrollview-pageable > .k-button::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: initial;
  border-radius: 0;
}

.k-scrollview-next, .k-scrollview-prev {
  display: table;
  position: absolute;
  padding: 0;
  height: 60%;
  top: 20%;
  text-decoration: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.k-scrollview-next .k-icon, .k-scrollview-prev .k-icon {
  display: table-cell;
  overflow: visible;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 4.5em;
  font-weight: 400;
}

.k-scrollview-prev {
  left: 0;
}

.k-scrollview-next {
  right: 0;
}

.k-scrollview-animation {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@supports (-webkit-user-select: none) {
  div.k-scrollview ul.k-scrollview-wrap li > *, kendo-scrollview.k-scrollview ul.k-scrollview-wrap li > *, kendo-scrollview.k-scrollview-wrap ul.k-scrollview li > * {
    pointer-events: auto;
  }
}
@supports not (-webkit-user-select: none) {
  div.k-scrollview ul.k-scrollview-wrap li > *, kendo-scrollview.k-scrollview ul.k-scrollview-wrap li > *, kendo-scrollview.k-scrollview-wrap ul.k-scrollview li > * {
    pointer-events: none;
  }
}
.k-scrollview, kendo-scrollview.k-scrollview-wrap {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-scrollview.k-scrollview-dark .k-scrollview-nav-wrap, .k-scrollview.k-scrollview-dark kendo-scrollview-pager, kendo-scrollview.k-scrollview-wrap.k-scrollview-dark .k-scrollview-nav-wrap, kendo-scrollview.k-scrollview-wrap.k-scrollview-dark kendo-scrollview-pager {
  background-color: rgba(0, 0, 0, 0.4);
}

.k-scrollview.k-scrollview-dark .k-scrollview-next, .k-scrollview.k-scrollview-dark .k-scrollview-prev, kendo-scrollview.k-scrollview-wrap.k-scrollview-dark .k-scrollview-next, kendo-scrollview.k-scrollview-wrap.k-scrollview-dark .k-scrollview-prev {
  color: rgba(0, 0, 0, 0.4);
}

.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap, .k-scrollview.k-scrollview-light kendo-scrollview-pager, kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap, kendo-scrollview.k-scrollview-wrap.k-scrollview-light kendo-scrollview-pager {
  background-color: rgba(255, 255, 255, 0.4);
}

.k-scrollview-wrap:focus, .k-scrollview:focus {
  outline: 0;
}

.k-scrollview-next, .k-scrollview-prev {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: 0.7;
  outline-width: 0;
}

.k-scrollview-next.k-state-focus, .k-scrollview-next:focus, .k-scrollview-prev.k-state-focus, .k-scrollview-prev:focus {
  color: #fff;
  opacity: 1;
}

.k-scrollview-next.k-state-focus .k-icon::before, .k-scrollview-next:focus .k-icon::before, .k-scrollview-prev.k-state-focus .k-icon::before, .k-scrollview-prev:focus .k-icon::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-scrollview-next.k-state-hover, .k-scrollview-next:hover, .k-scrollview-prev.k-state-hover, .k-scrollview-prev:hover {
  color: #fff;
  opacity: 1;
}

.k-scrollview-nav > .k-link, .k-scrollview-pageable > .k-button {
  background-color: #e4e7eb;
  border-color: #e4e7eb;
}

.k-scrollview-nav > .k-link.k-primary, .k-scrollview-pageable > .k-button.k-primary {
  background: #0d6efd;
  border: #0d6efd;
}

.k-scrollview-nav > .k-link.k-state-focused, .k-scrollview-nav > .k-link:focus, .k-scrollview-pageable > .k-button.k-state-focused, .k-scrollview-pageable > .k-button:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-scrollview-nav > .k-link.k-state-hover, .k-scrollview-nav > .k-link:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-scrollview-pageable > .k-button {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-barcode {
  display: inline-block;
}

.k-barcode > div {
  height: 150px;
}

.k-var--chart-font {
  font-size: 1rem;
}

.k-var--chart-title-font {
  font-size: 1.143em;
}

.k-var--chart-pane-title-font {
  font-size: 0.857em;
  font-weight: 400;
}

.k-var--chart-label-font {
  font-size: 0.857em;
}

.k-chart, .k-sparkline, .k-stockchart {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-chart, .k-stockchart {
  display: block;
  height: 400px;
}

.k-chart-surface {
  height: 100%;
}

.k-chart .k-popup {
  border-width: 0;
}

.k-chart-tooltip-wrapper .k-animation-container-shown, .k-chart-tooltip-wrapper.k-animation-container-shown {
  transition: left ease-in 80ms, top ease-in 80ms;
}

.k-chart-tooltip-wrapper, .k-sparkline-tooltip-wrapper {
  z-index: 12000;
}

.k-chart-tooltip-wrapper > .k-popup, .k-sparkline-tooltip-wrapper > .k-popup {
  padding: 0;
  border-width: 0;
  background: 0 0;
}

.k-chart-tooltip table {
  border-spacing: 0;
  border-collapse: collapse;
}

.k-chart-tooltip {
  border-radius: 0.25rem;
  font-size: 0.929rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

.k-chart-tooltip th {
  width: auto;
  text-align: center;
  padding: 1px;
}

.k-chart-tooltip td {
  width: auto;
  text-align: left;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  vertical-align: middle;
}

.k-chart-crosshair-tooltip, .k-chart-shared-tooltip {
  border-width: 1px;
  border-style: solid;
}

.k-chart-shared-tooltip .k-chart-shared-tooltip-marker {
  display: block;
  width: 15px;
  height: 3px;
  vertical-align: middle;
}

.k-selector {
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.k-selection {
  position: absolute;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-bottom: 0;
}

.k-selection-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.k-handle {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border-width: 1px;
  border-style: solid;
  z-index: 1;
  position: absolute;
  box-sizing: content-box;
}

.k-handle div {
  width: 100%;
  height: 100%;
}

.k-left-handle {
  left: -11px;
}

.k-right-handle {
  right: -11px;
}

.k-left-handle div {
  margin: -22px 0 0 -14.66666667px;
  padding: 44px 29.33333333px 0 0;
}

.k-right-handle div {
  margin: -22px 0 0 -14.66666667px;
  padding: 44px 0 0 29.33333333px;
}

.k-left-handle.k-handle-active div {
  margin-left: -44px;
  padding-left: 58.66666667px;
}

.k-right-handle.k-handle-active div {
  margin-left: -44px;
  padding-right: 58.66666667px;
}

.k-mask {
  position: absolute;
  height: 100%;
}

.k-navigator-hint div {
  position: absolute;
}

.k-navigator-hint .k-scroll {
  border-radius: 0.25rem;
  position: absolute;
  height: 4px;
}

.k-navigator-hint .k-tooltip {
  margin-top: 20px;
  min-width: 160px;
  opacity: 1;
  text-align: center;
}

.k-sparkline, .k-sparkline span {
  display: inline-block;
  vertical-align: top;
}

.k-sparkline span {
  height: 100%;
  width: 100%;
}

.k-chart-dragging {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.k-chart-donut-center {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  border: 4px solid transparent;
  box-sizing: border-box;
}

.k-pdf-export .k-chart .k-animation-container, .k-pdf-export .k-sparkline .k-animation-container, .k-pdf-export .k-stockchart .k-animation-container {
  display: none;
}

.k-diagram {
  height: 600px;
}

.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.k-canvas-container {
  width: 100%;
  height: 100%;
}

.k-diagram img {
  box-sizing: content-box;
}

.k-treemap {
  height: 400px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-treemap .k-treemap-tile {
  margin: -1px 0 0 -1px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid;
  border-color: inherit;
  color: inherit;
  background-color: inherit;
  overflow: hidden;
  position: absolute;
}

.k-treemap > .k-treemap-tile {
  position: relative;
}

.k-treemap .k-treemap-title {
  padding: 0.25rem 0.5rem;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  font-size: 1rem;
  background-position: 0 0;
  background-repeat: repeat-x;
}

.k-treemap .k-treemap-title-vertical {
  padding: 0.5rem 0.25rem;
  width: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  bottom: 0;
}

.k-treemap .k-treemap-title-vertical > div {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  right: 1em;
}

.k-treemap .k-treemap-wrap {
  border-color: inherit;
  color: inherit;
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.k-treemap .k-treemap-title + .k-treemap-wrap {
  top: calc(2rem + 1px);
}

.k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
  left: calc(2rem + 1px);
}

.k-treemap .k-leaf {
  padding: 0.5rem;
}

.k-gauge {
  text-align: left;
  position: relative;
}

.k-arcgauge, .k-circulargauge {
  display: inline-block;
}

.k-arcgauge-label, .k-circulargauge-label {
  position: absolute;
  text-align: center;
  padding: 0;
  margin: 0;
}

.k-qrcode {
  display: inline-block;
}

.k-qrcode > div {
  height: 150px;
}

.k-var--accent {
  background-color: #0d6efd;
}

.k-var--accent-contrast {
  background-color: #fff;
}

.k-var--primary {
  background-color: #0d6efd;
}

.k-var--primary-contrast {
  background-color: #fff;
}

.k-var--base {
  background-color: #f8f9fa;
}

.k-var--background {
  background-color: #fff;
}

.k-var--border-radius {
  margin-top: 0.25rem;
}

.k-var--normal-background {
  background-color: #f8f9fa;
}

.k-var--normal-text-color {
  background-color: #212529;
}

.k-var--hover-background {
  background-color: #e9ecef;
}

.k-var--hover-text-color {
  background-color: #16181b;
}

.k-var--selected-background {
  background-color: #0d6efd;
}

.k-var--selected-text-color {
  background-color: #fff;
}

.k-var--success {
  background-color: #198754;
}

.k-var--info {
  background-color: #0dcaf0;
}

.k-var--warning {
  background-color: #ffc107;
}

.k-var--error {
  background-color: #dc3545;
}

.k-var--series-a {
  background-color: #0d6efd;
}

.k-var--series-b {
  background-color: #6f42c1;
}

.k-var--series-c {
  background-color: #20c997;
}

.k-var--series-d {
  background-color: #198754;
}

.k-var--series-e {
  background-color: #ffc107;
}

.k-var--series-f {
  background-color: #dc3545;
}

.k-var--series-1 {
  background-color: #0d6efd;
}

.k-var--series-2 {
  background-color: #6f42c1;
}

.k-var--series-3 {
  background-color: #20c997;
}

.k-var--series-4 {
  background-color: #198754;
}

.k-var--series-5 {
  background-color: #ffc107;
}

.k-var--series-6 {
  background-color: #dc3545;
}

.k-var--series-7 {
  background-color: #4a92fe;
}

.k-var--series-8 {
  background-color: #9371d1;
}

.k-var--series-9 {
  background-color: #58d7b1;
}

.k-var--series-10 {
  background-color: #53a57f;
}

.k-var--series-11 {
  background-color: #ffd145;
}

.k-var--series-12 {
  background-color: #e56874;
}

.k-var--series-13 {
  background-color: #0a53be;
}

.k-var--series-14 {
  background-color: #533291;
}

.k-var--series-15 {
  background-color: #189771;
}

.k-var--series-16 {
  background-color: #13653f;
}

.k-var--series-17 {
  background-color: #bf9105;
}

.k-var--series-18 {
  background-color: #a52834;
}

.k-var--series-19 {
  background-color: #86b7fe;
}

.k-var--series-20 {
  background-color: #b7a1e0;
}

.k-var--series-21 {
  background-color: #90e4cb;
}

.k-var--series-22 {
  background-color: #8cc3aa;
}

.k-var--series-23 {
  background-color: #ffe083;
}

.k-var--series-24 {
  background-color: #ee9aa2;
}

.k-var--series-25 {
  background-color: #07377f;
}

.k-var--series-26 {
  background-color: #382161;
}

.k-var--series-27 {
  background-color: #10654c;
}

.k-var--series-28 {
  background-color: #0d442a;
}

.k-var--series-29 {
  background-color: #806104;
}

.k-var--series-30 {
  background-color: #6e1b23;
}

.k-var--gauge-pointer {
  background-color: #0d6efd;
}

.k-var--gauge-track {
  background-color: #ebebeb;
}

.k-var--chart-inactive {
  background-color: rgba(33, 37, 41, 0.5);
}

.k-var--chart-major-lines {
  background-color: rgba(0, 0, 0, 0.08);
}

.k-var--chart-minor-lines {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-var--chart-area-opacity {
  opacity: 0.6;
}

.k-var--chart-area-inactive-opacity {
  opacity: 0.1;
}

.k-var--chart-line-inactive-opacity {
  opacity: 0.3;
}

.k-var--chart-notes-background {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-notes-border {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-notes-lines {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-crosshair-background {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-error-bars-background {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-chart, .k-sparkline, .k-stockchart {
  border-color: #dee2e6;
  color: #212529;
  background-color: transparent;
}

.k-chart .k-popup, .k-sparkline .k-popup, .k-stockchart .k-popup {
  background: 0 0;
}

.k-chart-tooltip {
  color: #fff;
}

.k-chart-tooltip-inverse {
  color: #000;
}

.k-chart-crosshair-tooltip, .k-chart-shared-tooltip {
  color: #212529;
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0.08);
}

.k-selection {
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.15);
}

.k-selection-bg {
  background-color: transparent;
}

.k-handle {
  cursor: e-resize;
  border-color: #e4e7eb;
  color: #212529;
  background-color: #e4e7eb;
}

.k-handle:hover {
  border-color: #c7cdd5;
  background-color: #ced3db;
}

.k-handle div {
  background-color: transparent;
}

.k-mask {
  background-color: #fff;
  opacity: 0.8;
}

.k-treemap {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-treemap .k-treemap-title {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-treemap .k-leaf {
  color: #fff;
}

.k-treemap .k-leaf.k-inverse {
  color: #212529;
}

.k-treemap .k-leaf.k-state-hover {
  box-shadow: inset 0 0 0 3px #dee2e6;
}

.k-map {
  height: 600px;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  font-size: 1rem;
  line-height: 1.5;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.k-map *, .k-map ::after, .k-map ::before {
  box-sizing: border-box;
}

.k-map .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
}

.k-map .km-scroll-container {
  height: 100%;
}

.k-map .k-touch-scrollbar {
  display: none;
}

.k-map .k-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.k-map .k-marker {
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  font-size: 32px;
  cursor: pointer;
  position: absolute;
  overflow: visible;
}

.k-map .k-attribution {
  padding: 0.25rem 0.5rem;
  border-width: 0;
  font-size: 0.75rem;
  z-index: 1000;
}

.k-map-controls {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-navigator {
  margin: 1rem;
  width: 52px;
  height: 52px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}

.k-pdf-export .k-navigator {
  display: none;
}

.k-navigator .k-button {
  padding: 0;
  width: auto;
  height: auto;
  line-height: 1;
  box-shadow: none;
  position: absolute;
}

.k-navigator .k-button .k-icon {
  min-width: 0;
  min-height: 0;
}

.k-navigator .k-navigator-n, .k-navigator .k-navigator-up {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2px;
  left: 50%;
}

.k-navigator .k-navigator-e, .k-navigator .k-navigator-right {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  top: 50%;
}

.k-navigator .k-navigator-down, .k-navigator .k-navigator-s {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2px;
  left: 50%;
}

.k-navigator .k-navigator-left, .k-navigator .k-navigator-w {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
  top: 50%;
}

.k-zoom-control {
  margin: 1rem;
  border: 0;
  background: 0 0;
  display: -ms-flexbox;
  display: flex;
}

.k-pdf-export .k-zoom-control {
  display: none;
}

.k-map {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-map .k-navigator {
  border-color: #e4e7eb;
  color: #212529;
  background-color: #e4e7eb;
}

.k-map .k-marker {
  color: #0d6efd;
}

.k-map .k-attribution {
  background-color: rgba(255, 255, 255, 0.8);
}

.k-orgchart {
  width: 100%;
  padding: 1.5rem 1.5rem;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  overflow: auto;
}

.k-orgchart *, .k-orgchart ::after, .k-orgchart ::before {
  box-sizing: border-box;
}

.k-orgchart-container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.k-orgchart-group {
  gap: 1.5rem;
}

.k-orgchart-group.k-vstack > .k-orgchart-node-container {
  gap: 0;
}

.k-orgchart-node-container {
  gap: 1.5rem;
}

.k-orgchart-node-group-container {
  border-radius: 0.25rem;
  padding: 1.5rem 1.5rem;
  border-width: 1px;
  border-style: solid;
  outline: 0;
}

.k-orgchart-node-group-title {
  margin: 0 0 0.375rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

.k-orgchart-node-group-subtitle {
  margin: 0 0 1.5rem;
  font-size: 1rem;
}

.k-orgchart-card {
  width: 300px;
  border-width: 1px;
}

.k-orgchart-card .k-card-title {
  margin: 0 0 0;
}

.k-orgchart-card .k-card-subtitle {
  margin: 0 0 0;
}

.k-orgchart-card .k-card-body {
  border-width: 2px 0 0;
  border-style: solid;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.k-orgchart-card .k-card-body .k-card-title-wrap {
  margin: 0 0.75rem 0 0;
  min-width: 0;
  min-height: 45px;
}

.k-orgchart-line {
  background-color: currentColor;
}

.k-orgchart-line-h {
  height: 1px;
}

.k-orgchart-line-v {
  margin: 0 auto;
  width: 1px;
  height: 25px;
}

.k-orgchart-button {
  z-index: 1;
}

.k-orgchart {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
}

.k-orgchart-card .k-card-body {
  border-color: transparent;
}

.k-orgchart-card.k-state-focus, .k-orgchart-card:focus {
  box-shadow: 0 0 0 3px rgba(222, 226, 230, 0.5);
}

.k-orgchart-node-group-container {
  border-color: #e4e5e6;
  color: #212529;
  background-color: #f8f9fa;
}

.k-orgchart-node-group-container.k-state-focus, .k-orgchart-node-group-container.k-state-focused, .k-orgchart-node-group-container:focus {
  box-shadow: 0 0 0 3px rgba(222, 226, 230, 0.5);
}

.k-orgchart-node-group-subtitle {
  color: #6c757d;
}

.k-orgchart-line-h, .k-orgchart-line-v {
  color: #e4e5e6;
}


/*!
 * FilePond 4.30.4
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}

.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
}

.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.01);
}

.filepond--drip-blob {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
}

.filepond--drip-blob, .filepond--drop-label {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, opacity;
}

.filepond--drop-label {
  right: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em;
}

.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}

.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}

.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
}

.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}

.filepond--file-action-button.filepond--file-action-button:after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: "";
}

.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.25s ease-in;
}

.filepond--file-action-button:focus, .filepond--file-action-button:hover {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.9);
}

.filepond--file-action-button[disabled] {
  color: hsla(0, 0%, 100%, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}

.filepond--file-action-button[hidden] {
  display: none;
}

.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: 0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
  margin-left: -0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
  margin-bottom: -0.1875em;
}

.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 0.25em;
  pointer-events: all;
  position: absolute;
}

.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}

.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0;
}

.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filepond--file-info * {
  margin: 0;
}

.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}

.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}

.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}

.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}

.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em;
  color: #fff;
  border-radius: 0.5em;
}

.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}

.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}

.filepond--file .filepond--file-action-button, .filepond--file .filepond--processing-complete-indicator, .filepond--file .filepond--progress-indicator {
  position: absolute;
}

.filepond--file [data-align*=left] {
  left: 0.5625em;
}

.filepond--file [data-align*=right] {
  right: 0.5625em;
}

.filepond--file [data-align*=center] {
  left: calc(50% - 0.8125em);
}

.filepond--file [data-align*=bottom] {
  bottom: 1.125em;
}

.filepond--file [data-align=center] {
  top: calc(50% - 0.8125em);
}

.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em;
}

.filepond--file .filepond--progress-indicator[data-align*=right] {
  margin-right: 0.1875em;
}

.filepond--file .filepond--progress-indicator[data-align*=left] {
  margin-left: 0.1875em;
}

[data-filepond-item-state*=error] .filepond--file-info, [data-filepond-item-state*=invalid] .filepond--file-info, [data-filepond-item-state=cancelled] .filepond--file-info {
  margin-right: 2.25em;
}

[data-filepond-item-state~=processing] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-error] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
  -webkit-animation: fall 0.5s linear 0.125s both;
  animation: fall 0.5s linear 0.125s both;
}

[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] .filepond--file-info-sub, [data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: 0.5;
}

[data-filepond-item-state*=error] .filepond--file-wrapper, [data-filepond-item-state*=error] .filepond--panel, [data-filepond-item-state*=invalid] .filepond--file-wrapper, [data-filepond-item-state*=invalid] .filepond--panel {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both;
}

[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%, 60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}
@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.filepond--hopper[data-hopper-state=drag-over] > * {
  pointer-events: none;
}

.filepond--hopper[data-hopper-state=drag-over]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.filepond--progress-indicator {
  z-index: 103;
}

.filepond--file-action-button {
  z-index: 102;
}

.filepond--file-status {
  z-index: 101;
}

.filepond--file-info {
  z-index: 100;
}

.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
}

.filepond--item > .filepond--panel {
  z-index: -1;
}

.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}

.filepond--item > .filepond--file-wrapper, .filepond--item > .filepond--panel {
  transition: opacity 0.15s ease-out;
}

.filepond--item[data-drag-state] {
  cursor: -webkit-grab;
  cursor: grab;
}

.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow 0.125s ease-in-out;
  box-shadow: 0 0 0 transparent;
}

.filepond--item[data-drag-state=drag] {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.filepond--item[data-drag-state=drag] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}

.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
  z-index: 2;
}

.filepond--item-panel {
  background-color: #64605e;
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763;
}

[data-filepond-item-state*=error] .filepond--item-panel, [data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: #c44e47;
}

.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s;
}

.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}

.filepond--list-scroller[data-state=overflow] .filepond--list {
  bottom: 0;
  right: 0;
}

.filepond--list-scroller[data-state=overflow] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
  mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
}

.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}

.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
}

.filepond--list {
  left: 0.75em;
  right: 0.75em;
}

.filepond--root[data-style-panel-layout~=integrated] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 0;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel, .filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
  display: none;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller, .filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list, .filepond--root[data-style-panel-layout~=integrated] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--item, .filepond--root[data-style-panel-layout~=integrated] .filepond--item {
  margin: 0;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
  height: 100%;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  z-index: 7;
}

.filepond--root[data-style-panel-layout~=circle] {
  border-radius: 99999rem;
  overflow: hidden;
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
  border-radius: inherit;
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-info, .filepond--root[data-style-panel-layout~=circle] .filepond--file-status {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .filepond--root[data-style-panel-layout~=circle] {
      will-change: transform;
    }
  }
}
.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #f1f0ef;
}

.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}

.filepond-panel:not([data-scalable=false]) {
  height: auto !important;
}

.filepond--panel[data-scalable=false] > div {
  display: none;
}

.filepond--panel[data-scalable=true] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}

.filepond--panel-bottom, .filepond--panel-center, .filepond--panel-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.filepond--panel-bottom, .filepond--panel-top {
  height: 0.5em;
}

.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}

.filepond--panel-top:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}

.filepond--panel-bottom, .filepond--panel-center {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
}

.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}

.filepond--panel-bottom:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}

.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}

.filepond--panel-center:not([style]) {
  visibility: hidden;
}

.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}

.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

.filepond--list-scroller {
  z-index: 6;
}

.filepond--drop-label {
  z-index: 5;
}

.filepond--drip {
  z-index: 3;
}

.filepond--root > .filepond--panel {
  z-index: 2;
}

.filepond--browser {
  z-index: 1;
}

.filepond--root {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: normal;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}

.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}

.filepond--root :not(text) {
  font-size: inherit;
}

.filepond--root[data-disabled] {
  pointer-events: none;
}

.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all;
}

.filepond--root[data-disabled] .filepond--list {
  pointer-events: none;
}

.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}

.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}

.filepond--root .filepond--credits {
  position: absolute;
  right: 0;
  opacity: 0.175;
  line-height: 0.85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px;
}

.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message .anchor-like-button,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover, .toast-message .anchor-like-button:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
@media (max-width: 992px) {
  .region-header-inner .header-region-right {
    width: 35%;
  }
}

#verticalMenu {
  background: #393939;
  z-index: 10000;
  color: #fff;
  width: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
#verticalMenu ul {
  list-style-type: none;
}
#verticalMenu ul li {
  text-align: left !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "AvenirLT-Black", "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
#verticalMenu ul li a, #verticalMenu ul li .anchor-like-button {
  color: white !important;
}
#verticalMenu.show {
  opacity: 1;
  width: 65%;
  transform: translateX(0);
}
@media (min-width: 768px) {
  #verticalMenu.show {
    width: 40%;
  }
}

.list-menu-button {
  font-size: 1.5rem !important;
  height: 60px;
}
@media (max-width: 992px) {
  .list-menu-button {
    display: flex !important;
  }
}
.list-menu-button a, .list-menu-button .anchor-like-button {
  cursor: pointer;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0.5rem !important;
}

main {
  flex: 1;
}

footer {
  margin-top: 0rem !important;
}

.container {
  padding-top: 20px;
  margin: initial;
  margin-right: auto;
  margin-left: auto;
}

a.disabled, .disabled.anchor-like-button {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

input[disabled], textarea[disabled], select[disabled] {
  outline: 0;
  cursor: default;
  opacity: 0.65;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

input {
  color: #495057;
}

.field_with_errors {
  display: contents;
}
.field_with_errors > input:not([disabled]), .field_with_errors > textarea:not([disabled]), .field_with_errors > select:not([disabled]), .field_with_errors > span:not([disabled]), .field_with_errors > div:not([disabled]), .field_with_errors > table:not([disabled]) {
  border: 1px solid #ffc107 !important;
}

.k-progressbar {
  background: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.k-progressbar .k-state-selected {
  background-color: #002E56;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.loader .k-loader-canvas {
  width: 23.5rem !important;
  height: 23.5rem !important;
}
.loader .k-loader-segment {
  width: 8rem;
  height: 8rem;
  background-color: #002E56;
}
.loader .k-loader-segment:nth-child(2) {
  background-color: #fff;
}
.loader .k-loader-segment:nth-child(4) {
  background-color: #fff;
}

#scores-grid .k-input-inner {
  width: 70px;
}
#scores-grid .k-grid-edit-command {
  width: 100%;
  height: 100%;
}

.k-table-row {
  cursor: pointer;
}

label.required:after {
  content: " *";
}

#profile-icon {
  position: relative;
  top: -2px;
}

#app_version {
  z-index: 1;
}
#app_version > a, #app_version > .anchor-like-button {
  font-size: 0.9rem;
}

.text-bg-warning, .k-badge-solid.k-badge-warning, .text-bg-info, .text-bg-muted {
  color: #fff !important;
}

.anchor-like-button {
  border: none;
  background-color: transparent;
  padding: 0 !important;
  cursor: pointer;
}

.fix-kendo-cancel {
  background-color: transparent;
}
.fix-kendo-cancel:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

#esc-popup {
  z-index: 1055;
  width: fit-content !important;
  height: fit-content !important;
}

#esc-popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
}

.fade-out {
  transition: opacity 0.75s, visibility 0.75s;
  opacity: 0.75;
  visibility: visible;
}

.fade-out.hide {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 500px) {
  #requests-grid > div.k-grid-content > table > tbody > tr > td {
    text-wrap: nowrap;
  }
}

#release_notes .k-widget {
  width: fit-content;
  height: fit-content;
  max-height: 80vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#release_notes .k-window {
  border: 0 !important;
}
#release_notes .nav-tabs .nav-item .nav-link {
  width: 85px;
}
[data-controller=read-more] .fade-out {
  max-height: 50px; /* Default value */
  position: relative;
  overflow: hidden;
}
[data-controller=read-more] .fade-out.fade-out:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), whitesmoke);
}
[data-controller=read-more] .fade-out.fade-out-80 {
  max-height: 80px;
}
[data-controller=read-more] .fade-out.fade-out-80.fade-out-80:after {
  height: 40px;
}
[data-controller=read-more] .fade-out.fade-out-100 {
  max-height: 100px;
}
[data-controller=read-more] .fade-out.fade-out-100.fade-out-100:after {
  height: 50px;
}
[data-controller=read-more] .fade-out.fade-out-170 {
  max-height: 170px;
}
[data-controller=read-more] .fade-out.fade-out-170.fade-out-170:after {
  height: 85px;
}
[data-controller=read-more] .fade-out.fade-out-200 {
  max-height: 200px;
}
[data-controller=read-more] .fade-out.fade-out-200.fade-out-200:after {
  height: 100px;
}
[data-controller=read-more] .fade-out.fade-out-300 {
  max-height: 300px;
}
[data-controller=read-more] .fade-out.fade-out-300.fade-out-300:after {
  height: 150px;
}
[data-controller=read-more] .read-more, [data-controller=read-more] .read-less {
  z-index: 1;
  position: relative;
  font-weight: normal;
}

.header-notification:nth-child(n+2) {
  border-top: 1px solid white;
}

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

header .dropdown-menu {
  border-radius: 0;
  padding: 0.25rem;
}

#simulation-user, #development-operations {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
}
#simulation-user#simulation-user, #development-operations#simulation-user {
  border: 10px solid rgba(127, 255, 240, 0.4);
  box-sizing: border-box;
}
#simulation-user #simulation-user-details, #simulation-user #development-operations-details, #development-operations #simulation-user-details, #development-operations #development-operations-details {
  position: absolute;
  right: 0;
  padding: 10px;
  pointer-events: auto;
  color: rgba(0, 0, 0, 0.55);
  transition: transform 1s;
}
#simulation-user #simulation-user-details#simulation-user-details, #simulation-user #development-operations-details#simulation-user-details, #development-operations #simulation-user-details#simulation-user-details, #development-operations #development-operations-details#simulation-user-details {
  bottom: 220px;
  background-color: rgba(127, 255, 240, 0.4);
}
#simulation-user #simulation-user-details#development-operations-details, #simulation-user #development-operations-details#development-operations-details, #development-operations #simulation-user-details#development-operations-details, #development-operations #development-operations-details#development-operations-details {
  bottom: 450px;
  background-color: rgba(211, 211, 211, 0.4);
}
#simulation-user #simulation-user-details:hover, #simulation-user #development-operations-details:hover, #development-operations #simulation-user-details:hover, #development-operations #development-operations-details:hover {
  transform: translateX(0px) !important;
}
#simulation-user #simulation-user-details button, #simulation-user #development-operations-details button, #development-operations #simulation-user-details button, #development-operations #development-operations-details button {
  pointer-events: auto;
}

input.disabled, a.disabled, .disabled.anchor-like-button {
  outline: 0;
  cursor: default;
  opacity: 0.65;
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

textarea#motivation {
  height: auto;
  max-height: 80vh;
}

.bg-muted {
  background-color: var(--bs-secondary-color) !important;
}

.request-finished-links a:not(:last-of-type), .request-finished-links .anchor-like-button:not(:last-of-type), .offer-finished-links a:not(:last-of-type), .offer-finished-links .anchor-like-button:not(:last-of-type) {
  margin-right: 3rem !important;
}

.k-popup {
  width: auto !important;
}

.k-animation-container {
  width: auto !important;
}

span.k-list-item-text {
  text-wrap: nowrap;
}

#switch-locale-dialog input#dont-show-again {
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}

.two-factor-authentication-code-digit {
  height: 38px;
  width: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: solid 1px #e1e1e1;
  border-radius: 4px;
  text-align: center;
}

.card-header {
  background-color: white;
  border: none;
}

.framework-agreement {
  padding: 1rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid black;
  margin-bottom: 1rem;
}
.framework-agreement:first-of-type {
  border-top: 1px solid black;
}

.framework-agreement-registration, .organization-framework-agreements {
  padding: 1rem;
}
.framework-agreement-registration.error .filepond--root, .organization-framework-agreements.error .filepond--root {
  border: 1px solid var(--bs-warning) !important;
}

.remove-framework-agreement {
  top: 10px;
  right: 10px;
  font-size: 50px;
}
.remove-framework-agreement button {
  border: none;
  background-color: transparent;
  padding: 0 !important;
  cursor: pointer;
}

.selected-seller-organization {
  padding-top: 10px !important;
  padding-right: 17px !important;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  margin-bottom: 5px !important;
}
.selected-seller-organization svg {
  width: 15px;
}

div.header-region-right hr {
  margin: 0.3rem !important;
}

#request-score-criteria-list *:not(input, textarea), #request-score-criteria-list *.weight-field {
  background-color: transparent !important;
}

#request-score-criteria-list .remove-technical-criteria {
  width: 20px;
  height: 20px;
}
#request-score-criteria-list .remove-technical-criteria svg {
  width: 100%;
  height: 100%;
}
#request-score-criteria-list td {
  height: 1px;
}

#description-document-to-be-approved {
  background-color: lightgray;
}

.to-be-approved-document > .to-be-approved-document-content {
  max-width: 1000px;
}

.k-calendar-td.k-weekend {
  background-color: #f8f9fa;
}
.k-calendar-td.k-state-disabled:not(.k-weekend) {
  background-color: #ffc107;
}

#quick-simulate {
  z-index: 100;
}
#quick-simulate #quick-simulate-tooltip {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
#quick-simulate #quick-simulate-tooltip button {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (min-width: 576px) {
  .w-sm-65 {
    width: 65% !important;
  }
}

.bg-seller {
  background-color: #002E56 !important;
}

.bg-buyer {
  background-color: #002E56 !important;
}

.bg-admin {
  background-color: #ffc107 !important;
}
