@charset "UTF-8";
:root {
  --brand-primary-color: #16399b;
  --brand-secondary-color: #6185e9;
  --brand-text-color: #333333;
  --brand-background-color: #ffffff;
  --brand-link-color: #217dbb;
  --brand-link-hover-color: #8bc4ea;
  --brand-primary-color-rgb: 22 57 155;
  --brand-link-color-rgb: 59 130 246;
  --settify-primary-color: #34a853;
  --settify-secondary-color: #34a853;
  --settify-text-color: #333333;
  --settify-background-color: #ffffff;
  --settify-link-color: #288140;
  --settify-link-hover-color: #6fd38a;
}

html.legacy {
  /*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /* Titles */
  /* Paragraph & Typographic */
  /* Links */
  /* Boxy styling */
  /* =Video
  ----------------------------------------------- */
  /*
   *
   * Hover effects
   *
   */
  /* Grow Shadow */
  /* Float Shadow */
  /* move the element up by 5px */
  /* Grow */
  /* Fade */
}
html.legacy :root,
html.legacy [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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --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: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --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(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
html.legacy [data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --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(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
html.legacy *,
html.legacy *::before,
html.legacy *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  html.legacy :root {
    scroll-behavior: smooth;
  }
}
html.legacy 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);
}
html.legacy hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
html.legacy h6, html.legacy .h6, html.legacy h5, html.legacy .h5, html.legacy h4, html.legacy .h4, html.legacy h3, html.legacy .h3, html.legacy h2, html.legacy .h2, html.legacy h1, html.legacy .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
html.legacy h1, html.legacy .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  html.legacy h1, html.legacy .h1 {
    font-size: 2.5rem;
  }
}
html.legacy h2, html.legacy .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  html.legacy h2, html.legacy .h2 {
    font-size: 2rem;
  }
}
html.legacy h3, html.legacy .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  html.legacy h3, html.legacy .h3 {
    font-size: 1.75rem;
  }
}
html.legacy h4, html.legacy .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  html.legacy h4, html.legacy .h4 {
    font-size: 1.5rem;
  }
}
html.legacy h5, html.legacy .h5 {
  font-size: 1.25rem;
}
html.legacy h6, html.legacy .h6 {
  font-size: 1rem;
}
html.legacy p {
  margin-top: 0;
  margin-bottom: 1rem;
}
html.legacy abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
html.legacy address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
html.legacy ol,
html.legacy ul {
  padding-left: 2rem;
}
html.legacy ol,
html.legacy ul,
html.legacy dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
html.legacy ol ol,
html.legacy ul ul,
html.legacy ol ul,
html.legacy ul ol {
  margin-bottom: 0;
}
html.legacy dt {
  font-weight: 700;
}
html.legacy dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
html.legacy blockquote {
  margin: 0 0 1rem;
}
html.legacy b,
html.legacy strong {
  font-weight: bolder;
}
html.legacy small, html.legacy .small {
  font-size: 0.875em;
}
html.legacy mark, html.legacy .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
html.legacy sub,
html.legacy sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
html.legacy sub {
  bottom: -0.25em;
}
html.legacy sup {
  top: -0.5em;
}
html.legacy a, html.legacy .toggle-box label {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
html.legacy a:hover, html.legacy .toggle-box label:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
html.legacy a:not([href]):not([class]), html.legacy .toggle-box label:not([href]):not([class]), html.legacy a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
html.legacy pre,
html.legacy code,
html.legacy kbd,
html.legacy samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
html.legacy pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
html.legacy pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
html.legacy code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > html.legacy code, html.legacy .toggle-box label > html.legacy code {
  color: inherit;
}
html.legacy 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;
}
html.legacy kbd kbd {
  padding: 0;
  font-size: 1em;
}
html.legacy figure {
  margin: 0 0 1rem;
}
html.legacy img,
html.legacy svg {
  vertical-align: middle;
}
html.legacy table {
  caption-side: bottom;
  border-collapse: collapse;
}
html.legacy caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
html.legacy th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
html.legacy thead,
html.legacy tbody,
html.legacy tfoot,
html.legacy tr,
html.legacy td,
html.legacy th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
html.legacy label {
  display: inline-block;
}
html.legacy button {
  border-radius: 0;
}
html.legacy button:focus:not(:focus-visible) {
  outline: 0;
}
html.legacy input,
html.legacy button,
html.legacy select,
html.legacy optgroup,
html.legacy textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html.legacy button,
html.legacy select {
  text-transform: none;
}
html.legacy [role=button] {
  cursor: pointer;
}
html.legacy select {
  word-wrap: normal;
}
html.legacy select:disabled {
  opacity: 1;
}
html.legacy [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
html.legacy button,
html.legacy [type=button],
html.legacy [type=reset],
html.legacy [type=submit] {
  -webkit-appearance: button;
}
html.legacy button:not(:disabled),
html.legacy [type=button]:not(:disabled),
html.legacy [type=reset]:not(:disabled),
html.legacy [type=submit]:not(:disabled) {
  cursor: pointer;
}
html.legacy ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
html.legacy textarea {
  resize: vertical;
}
html.legacy fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
html.legacy 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) {
  html.legacy legend {
    font-size: 1.5rem;
  }
}
html.legacy legend + * {
  clear: left;
}
html.legacy ::-webkit-datetime-edit-fields-wrapper,
html.legacy ::-webkit-datetime-edit-text,
html.legacy ::-webkit-datetime-edit-minute,
html.legacy ::-webkit-datetime-edit-hour-field,
html.legacy ::-webkit-datetime-edit-day-field,
html.legacy ::-webkit-datetime-edit-month-field,
html.legacy ::-webkit-datetime-edit-year-field {
  padding: 0;
}
html.legacy ::-webkit-inner-spin-button {
  height: auto;
}
html.legacy [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
html.legacy ::-webkit-search-decoration {
  -webkit-appearance: none;
}
html.legacy ::-webkit-color-swatch-wrapper {
  padding: 0;
}
html.legacy ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
html.legacy output {
  display: inline-block;
}
html.legacy iframe {
  border: 0;
}
html.legacy summary {
  display: list-item;
  cursor: pointer;
}
html.legacy progress {
  vertical-align: baseline;
}
html.legacy [hidden] {
  display: none !important;
}
html.legacy .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
html.legacy .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html.legacy .display-1 {
    font-size: 5rem;
  }
}
html.legacy .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html.legacy .display-2 {
    font-size: 4.5rem;
  }
}
html.legacy .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html.legacy .display-3 {
    font-size: 4rem;
  }
}
html.legacy .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html.legacy .display-4 {
    font-size: 3.5rem;
  }
}
html.legacy .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html.legacy .display-5 {
    font-size: 3rem;
  }
}
html.legacy .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html.legacy .display-6 {
    font-size: 2.5rem;
  }
}
html.legacy .list-unstyled {
  padding-left: 0;
  list-style: none;
}
html.legacy .list-inline {
  padding-left: 0;
  list-style: none;
}
html.legacy .list-inline-item {
  display: inline-block;
}
html.legacy .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
html.legacy .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
html.legacy .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
html.legacy .blockquote > :last-child {
  margin-bottom: 0;
}
html.legacy .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
html.legacy .blockquote-footer::before {
  content: "— ";
}
html.legacy .img-fluid {
  max-width: 100%;
  height: auto;
}
html.legacy .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;
}
html.legacy .figure {
  display: inline-block;
}
html.legacy .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
html.legacy .figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
html.legacy .container,
html.legacy .container-fluid,
html.legacy .container-xxl,
html.legacy .container-xl,
html.legacy .container-lg,
html.legacy .container-md,
html.legacy .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) {
  html.legacy .container-sm, html.legacy .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  html.legacy .container-md, html.legacy .container-sm, html.legacy .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  html.legacy .container-lg, html.legacy .container-md, html.legacy .container-sm, html.legacy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  html.legacy .container-xl, html.legacy .container-lg, html.legacy .container-md, html.legacy .container-sm, html.legacy .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  html.legacy .container-xxl, html.legacy .container-xl, html.legacy .container-lg, html.legacy .container-md, html.legacy .container-sm, html.legacy .container {
    max-width: 1320px;
  }
}
html.legacy :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;
}
html.legacy .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));
}
html.legacy .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);
}
html.legacy .col {
  flex: 1 0 0%;
}
html.legacy .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
html.legacy .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
html.legacy .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
html.legacy .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
html.legacy .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
html.legacy .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
html.legacy .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
html.legacy .col-auto {
  flex: 0 0 auto;
  width: auto;
}
html.legacy .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
html.legacy .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
html.legacy .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
html.legacy .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
html.legacy .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
html.legacy .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
html.legacy .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
html.legacy .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
html.legacy .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
html.legacy .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
html.legacy .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
html.legacy .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
html.legacy .offset-1 {
  margin-left: 8.33333333%;
}
html.legacy .offset-2 {
  margin-left: 16.66666667%;
}
html.legacy .offset-3 {
  margin-left: 25%;
}
html.legacy .offset-4 {
  margin-left: 33.33333333%;
}
html.legacy .offset-5 {
  margin-left: 41.66666667%;
}
html.legacy .offset-6 {
  margin-left: 50%;
}
html.legacy .offset-7 {
  margin-left: 58.33333333%;
}
html.legacy .offset-8 {
  margin-left: 66.66666667%;
}
html.legacy .offset-9 {
  margin-left: 75%;
}
html.legacy .offset-10 {
  margin-left: 83.33333333%;
}
html.legacy .offset-11 {
  margin-left: 91.66666667%;
}
html.legacy .g-0,
html.legacy .gx-0 {
  --bs-gutter-x: 0;
}
html.legacy .g-0,
html.legacy .gy-0 {
  --bs-gutter-y: 0;
}
html.legacy .g-1,
html.legacy .gx-1 {
  --bs-gutter-x: 0.25rem;
}
html.legacy .g-1,
html.legacy .gy-1 {
  --bs-gutter-y: 0.25rem;
}
html.legacy .g-2,
html.legacy .gx-2 {
  --bs-gutter-x: 0.5rem;
}
html.legacy .g-2,
html.legacy .gy-2 {
  --bs-gutter-y: 0.5rem;
}
html.legacy .g-3,
html.legacy .gx-3 {
  --bs-gutter-x: 1rem;
}
html.legacy .g-3,
html.legacy .gy-3 {
  --bs-gutter-y: 1rem;
}
html.legacy .g-4,
html.legacy .gx-4 {
  --bs-gutter-x: 1.5rem;
}
html.legacy .g-4,
html.legacy .gy-4 {
  --bs-gutter-y: 1.5rem;
}
html.legacy .g-5,
html.legacy .gx-5 {
  --bs-gutter-x: 3rem;
}
html.legacy .g-5,
html.legacy .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  html.legacy .col-sm {
    flex: 1 0 0%;
  }
  html.legacy .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html.legacy .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html.legacy .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html.legacy .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html.legacy .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html.legacy .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html.legacy .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html.legacy .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html.legacy .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html.legacy .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html.legacy .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html.legacy .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html.legacy .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html.legacy .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html.legacy .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html.legacy .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html.legacy .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html.legacy .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html.legacy .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html.legacy .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  html.legacy .offset-sm-0 {
    margin-left: 0;
  }
  html.legacy .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  html.legacy .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  html.legacy .offset-sm-3 {
    margin-left: 25%;
  }
  html.legacy .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  html.legacy .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  html.legacy .offset-sm-6 {
    margin-left: 50%;
  }
  html.legacy .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  html.legacy .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  html.legacy .offset-sm-9 {
    margin-left: 75%;
  }
  html.legacy .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  html.legacy .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  html.legacy .g-sm-0,
  html.legacy .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  html.legacy .g-sm-0,
  html.legacy .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  html.legacy .g-sm-1,
  html.legacy .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  html.legacy .g-sm-1,
  html.legacy .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  html.legacy .g-sm-2,
  html.legacy .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  html.legacy .g-sm-2,
  html.legacy .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  html.legacy .g-sm-3,
  html.legacy .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  html.legacy .g-sm-3,
  html.legacy .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  html.legacy .g-sm-4,
  html.legacy .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  html.legacy .g-sm-4,
  html.legacy .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  html.legacy .g-sm-5,
  html.legacy .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  html.legacy .g-sm-5,
  html.legacy .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  html.legacy .col-md {
    flex: 1 0 0%;
  }
  html.legacy .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html.legacy .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html.legacy .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html.legacy .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html.legacy .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html.legacy .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html.legacy .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html.legacy .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html.legacy .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html.legacy .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html.legacy .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html.legacy .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html.legacy .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html.legacy .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html.legacy .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html.legacy .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html.legacy .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html.legacy .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html.legacy .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html.legacy .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  html.legacy .offset-md-0 {
    margin-left: 0;
  }
  html.legacy .offset-md-1 {
    margin-left: 8.33333333%;
  }
  html.legacy .offset-md-2 {
    margin-left: 16.66666667%;
  }
  html.legacy .offset-md-3 {
    margin-left: 25%;
  }
  html.legacy .offset-md-4 {
    margin-left: 33.33333333%;
  }
  html.legacy .offset-md-5 {
    margin-left: 41.66666667%;
  }
  html.legacy .offset-md-6 {
    margin-left: 50%;
  }
  html.legacy .offset-md-7 {
    margin-left: 58.33333333%;
  }
  html.legacy .offset-md-8 {
    margin-left: 66.66666667%;
  }
  html.legacy .offset-md-9 {
    margin-left: 75%;
  }
  html.legacy .offset-md-10 {
    margin-left: 83.33333333%;
  }
  html.legacy .offset-md-11 {
    margin-left: 91.66666667%;
  }
  html.legacy .g-md-0,
  html.legacy .gx-md-0 {
    --bs-gutter-x: 0;
  }
  html.legacy .g-md-0,
  html.legacy .gy-md-0 {
    --bs-gutter-y: 0;
  }
  html.legacy .g-md-1,
  html.legacy .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  html.legacy .g-md-1,
  html.legacy .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  html.legacy .g-md-2,
  html.legacy .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  html.legacy .g-md-2,
  html.legacy .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  html.legacy .g-md-3,
  html.legacy .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  html.legacy .g-md-3,
  html.legacy .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  html.legacy .g-md-4,
  html.legacy .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  html.legacy .g-md-4,
  html.legacy .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  html.legacy .g-md-5,
  html.legacy .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  html.legacy .g-md-5,
  html.legacy .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  html.legacy .col-lg {
    flex: 1 0 0%;
  }
  html.legacy .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html.legacy .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html.legacy .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html.legacy .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html.legacy .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html.legacy .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html.legacy .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html.legacy .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html.legacy .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html.legacy .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html.legacy .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html.legacy .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html.legacy .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html.legacy .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html.legacy .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html.legacy .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html.legacy .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html.legacy .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html.legacy .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html.legacy .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  html.legacy .offset-lg-0 {
    margin-left: 0;
  }
  html.legacy .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  html.legacy .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  html.legacy .offset-lg-3 {
    margin-left: 25%;
  }
  html.legacy .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  html.legacy .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  html.legacy .offset-lg-6 {
    margin-left: 50%;
  }
  html.legacy .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  html.legacy .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  html.legacy .offset-lg-9 {
    margin-left: 75%;
  }
  html.legacy .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  html.legacy .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  html.legacy .g-lg-0,
  html.legacy .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  html.legacy .g-lg-0,
  html.legacy .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  html.legacy .g-lg-1,
  html.legacy .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  html.legacy .g-lg-1,
  html.legacy .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  html.legacy .g-lg-2,
  html.legacy .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  html.legacy .g-lg-2,
  html.legacy .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  html.legacy .g-lg-3,
  html.legacy .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  html.legacy .g-lg-3,
  html.legacy .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  html.legacy .g-lg-4,
  html.legacy .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  html.legacy .g-lg-4,
  html.legacy .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  html.legacy .g-lg-5,
  html.legacy .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  html.legacy .g-lg-5,
  html.legacy .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  html.legacy .col-xl {
    flex: 1 0 0%;
  }
  html.legacy .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html.legacy .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html.legacy .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html.legacy .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html.legacy .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html.legacy .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html.legacy .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html.legacy .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html.legacy .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html.legacy .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html.legacy .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html.legacy .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html.legacy .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html.legacy .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html.legacy .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html.legacy .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html.legacy .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html.legacy .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html.legacy .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html.legacy .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  html.legacy .offset-xl-0 {
    margin-left: 0;
  }
  html.legacy .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  html.legacy .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  html.legacy .offset-xl-3 {
    margin-left: 25%;
  }
  html.legacy .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  html.legacy .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  html.legacy .offset-xl-6 {
    margin-left: 50%;
  }
  html.legacy .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  html.legacy .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  html.legacy .offset-xl-9 {
    margin-left: 75%;
  }
  html.legacy .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  html.legacy .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  html.legacy .g-xl-0,
  html.legacy .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  html.legacy .g-xl-0,
  html.legacy .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  html.legacy .g-xl-1,
  html.legacy .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  html.legacy .g-xl-1,
  html.legacy .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  html.legacy .g-xl-2,
  html.legacy .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  html.legacy .g-xl-2,
  html.legacy .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  html.legacy .g-xl-3,
  html.legacy .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  html.legacy .g-xl-3,
  html.legacy .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  html.legacy .g-xl-4,
  html.legacy .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  html.legacy .g-xl-4,
  html.legacy .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  html.legacy .g-xl-5,
  html.legacy .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  html.legacy .g-xl-5,
  html.legacy .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  html.legacy .col-xxl {
    flex: 1 0 0%;
  }
  html.legacy .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html.legacy .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html.legacy .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html.legacy .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html.legacy .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html.legacy .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html.legacy .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html.legacy .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html.legacy .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html.legacy .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html.legacy .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html.legacy .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html.legacy .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html.legacy .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html.legacy .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html.legacy .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html.legacy .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html.legacy .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html.legacy .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html.legacy .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  html.legacy .offset-xxl-0 {
    margin-left: 0;
  }
  html.legacy .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  html.legacy .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  html.legacy .offset-xxl-3 {
    margin-left: 25%;
  }
  html.legacy .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  html.legacy .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  html.legacy .offset-xxl-6 {
    margin-left: 50%;
  }
  html.legacy .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  html.legacy .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  html.legacy .offset-xxl-9 {
    margin-left: 75%;
  }
  html.legacy .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  html.legacy .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  html.legacy .g-xxl-0,
  html.legacy .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  html.legacy .g-xxl-0,
  html.legacy .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  html.legacy .g-xxl-1,
  html.legacy .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  html.legacy .g-xxl-1,
  html.legacy .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  html.legacy .g-xxl-2,
  html.legacy .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  html.legacy .g-xxl-2,
  html.legacy .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  html.legacy .g-xxl-3,
  html.legacy .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  html.legacy .g-xxl-3,
  html.legacy .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  html.legacy .g-xxl-4,
  html.legacy .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  html.legacy .g-xxl-4,
  html.legacy .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  html.legacy .g-xxl-5,
  html.legacy .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  html.legacy .g-xxl-5,
  html.legacy .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
html.legacy .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-emphasis-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-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
html.legacy .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)));
}
html.legacy .table > tbody {
  vertical-align: inherit;
}
html.legacy .table > thead {
  vertical-align: bottom;
}
html.legacy .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
html.legacy .caption-top {
  caption-side: top;
}
html.legacy .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
html.legacy .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
html.legacy .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
html.legacy .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
html.legacy .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
html.legacy .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
html.legacy .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
html.legacy .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
html.legacy .table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
html.legacy .table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
html.legacy .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
html.legacy .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
html.legacy .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
html.legacy .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
html.legacy .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  html.legacy .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  html.legacy .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  html.legacy .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  html.legacy .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  html.legacy .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
html.legacy .form-label {
  margin-bottom: 0.5rem;
}
html.legacy .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;
}
html.legacy .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;
}
html.legacy .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;
}
html.legacy .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
html.legacy .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);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  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;
}
@media (prefers-reduced-motion: reduce) {
  html.legacy .form-control {
    transition: none;
  }
}
html.legacy .form-control[type=file] {
  overflow: hidden;
}
html.legacy .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
html.legacy .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html.legacy .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
html.legacy .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
html.legacy .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
html.legacy .form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
html.legacy .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) {
  html.legacy .form-control::file-selector-button {
    transition: none;
  }
}
html.legacy .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
html.legacy .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;
}
html.legacy .form-control-plaintext:focus {
  outline: 0;
}
html.legacy .form-control-plaintext.form-control-sm, html.legacy .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
html.legacy .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);
}
html.legacy .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
html.legacy .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);
}
html.legacy .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
html.legacy textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
html.legacy textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
html.legacy textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
html.legacy .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
html.legacy .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
html.legacy .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
html.legacy .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
html.legacy .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
html.legacy .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
html.legacy .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);
  appearance: none;
  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;
}
@media (prefers-reduced-motion: reduce) {
  html.legacy .form-select {
    transition: none;
  }
}
html.legacy .form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html.legacy .form-select[multiple], html.legacy .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
html.legacy .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
html.legacy .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy [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='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
html.legacy .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
html.legacy .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
html.legacy .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
html.legacy .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
html.legacy .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  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);
  print-color-adjust: exact;
}
html.legacy .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
html.legacy .form-check-input[type=radio] {
  border-radius: 50%;
}
html.legacy .form-check-input:active {
  filter: brightness(90%);
}
html.legacy .form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html.legacy .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
html.legacy .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");
}
html.legacy .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");
}
html.legacy .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --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");
}
html.legacy .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
html.legacy .form-check-input[disabled] ~ .form-check-label, html.legacy .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
html.legacy .form-switch {
  padding-left: 2.5em;
}
html.legacy .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) {
  html.legacy .form-switch .form-check-input {
    transition: none;
  }
}
html.legacy .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='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
html.legacy .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");
}
html.legacy .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
html.legacy .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
html.legacy .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
html.legacy .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
html.legacy .btn-check[disabled] + .btn, html.legacy .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
html.legacy [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");
}
html.legacy .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
html.legacy .form-range:focus {
  outline: 0;
}
html.legacy .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html.legacy .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html.legacy .form-range::-moz-focus-outer {
  border: 0;
}
html.legacy .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  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;
}
@media (prefers-reduced-motion: reduce) {
  html.legacy .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
html.legacy .form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
html.legacy .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
html.legacy .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  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;
}
@media (prefers-reduced-motion: reduce) {
  html.legacy .form-range::-moz-range-thumb {
    transition: none;
  }
}
html.legacy .form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
html.legacy .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
html.legacy .form-range:disabled {
  pointer-events: none;
}
html.legacy .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
html.legacy .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
html.legacy .form-floating {
  position: relative;
}
html.legacy .form-floating > .form-control,
html.legacy .form-floating > .form-control-plaintext,
html.legacy .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;
}
html.legacy .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) {
  html.legacy .form-floating > label {
    transition: none;
  }
}
html.legacy .form-floating > .form-control,
html.legacy .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
html.legacy .form-floating > .form-control::placeholder,
html.legacy .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
html.legacy .form-floating > .form-control:focus, html.legacy .form-floating > .form-control:not(:placeholder-shown),
html.legacy .form-floating > .form-control-plaintext:focus,
html.legacy .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
html.legacy .form-floating > .form-control:-webkit-autofill,
html.legacy .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
html.legacy .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
html.legacy .form-floating > .form-control:focus ~ label,
html.legacy .form-floating > .form-control:not(:placeholder-shown) ~ label,
html.legacy .form-floating > .form-control-plaintext ~ label,
html.legacy .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
html.legacy .form-floating > .form-control:focus ~ label::after,
html.legacy .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
html.legacy .form-floating > .form-control-plaintext ~ label::after,
html.legacy .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);
}
html.legacy .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);
}
html.legacy .form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
html.legacy .form-floating > :disabled ~ label,
html.legacy .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
html.legacy .form-floating > :disabled ~ label::after,
html.legacy .form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
html.legacy .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
html.legacy .input-group > .form-control,
html.legacy .input-group > .form-select,
html.legacy .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
html.legacy .input-group > .form-control:focus,
html.legacy .input-group > .form-select:focus,
html.legacy .input-group > .form-floating:focus-within {
  z-index: 5;
}
html.legacy .input-group .btn {
  position: relative;
  z-index: 2;
}
html.legacy .input-group .btn:focus {
  z-index: 5;
}
html.legacy .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);
}
html.legacy .input-group-lg > .form-control,
html.legacy .input-group-lg > .form-select,
html.legacy .input-group-lg > .input-group-text,
html.legacy .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
html.legacy .input-group-sm > .form-control,
html.legacy .input-group-sm > .form-select,
html.legacy .input-group-sm > .input-group-text,
html.legacy .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
html.legacy .input-group-lg > .form-select,
html.legacy .input-group-sm > .form-select {
  padding-right: 3rem;
}
html.legacy .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
html.legacy .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
html.legacy .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
html.legacy .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html.legacy .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
html.legacy .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
html.legacy .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
html.legacy .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html.legacy .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;
}
html.legacy .input-group > .form-floating:not(:first-child) > .form-control,
html.legacy .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html.legacy .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
html.legacy .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 html.legacy:valid ~ .valid-feedback,
.was-validated html.legacy:valid ~ .valid-tooltip, html.legacy.is-valid ~ .valid-feedback,
html.legacy.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated html.legacy .form-control:valid, html.legacy .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 html.legacy .form-control:valid:focus, html.legacy .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 html.legacy textarea.form-control:valid, html.legacy 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 html.legacy .form-select:valid, html.legacy .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated html.legacy .form-select:valid:not([multiple]):not([size]), .was-validated html.legacy .form-select:valid:not([multiple])[size="1"], html.legacy .form-select.is-valid:not([multiple]):not([size]), html.legacy .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 html.legacy .form-select:valid:focus, html.legacy .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 html.legacy .form-control-color:valid, html.legacy .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated html.legacy .form-check-input:valid, html.legacy .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated html.legacy .form-check-input:valid:checked, html.legacy .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated html.legacy .form-check-input:valid:focus, html.legacy .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated html.legacy .form-check-input:valid ~ .form-check-label, html.legacy .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
html.legacy .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated html.legacy .input-group > .form-control:not(:focus):valid, html.legacy .input-group > .form-control:not(:focus).is-valid,
.was-validated html.legacy .input-group > .form-select:not(:focus):valid,
html.legacy .input-group > .form-select:not(:focus).is-valid,
.was-validated html.legacy .input-group > .form-floating:not(:focus-within):valid,
html.legacy .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
html.legacy .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
html.legacy .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 html.legacy:invalid ~ .invalid-feedback,
.was-validated html.legacy:invalid ~ .invalid-tooltip, html.legacy.is-invalid ~ .invalid-feedback,
html.legacy.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated html.legacy .form-control:invalid, html.legacy .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 html.legacy .form-control:invalid:focus, html.legacy .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 html.legacy textarea.form-control:invalid, html.legacy 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 html.legacy .form-select:invalid, html.legacy .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated html.legacy .form-select:invalid:not([multiple]):not([size]), .was-validated html.legacy .form-select:invalid:not([multiple])[size="1"], html.legacy .form-select.is-invalid:not([multiple]):not([size]), html.legacy .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 html.legacy .form-select:invalid:focus, html.legacy .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 html.legacy .form-control-color:invalid, html.legacy .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated html.legacy .form-check-input:invalid, html.legacy .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated html.legacy .form-check-input:invalid:checked, html.legacy .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated html.legacy .form-check-input:invalid:focus, html.legacy .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated html.legacy .form-check-input:invalid ~ .form-check-label, html.legacy .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
html.legacy .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated html.legacy .input-group > .form-control:not(:focus):invalid, html.legacy .input-group > .form-control:not(:focus).is-invalid,
.was-validated html.legacy .input-group > .form-select:not(:focus):invalid,
html.legacy .input-group > .form-select:not(:focus).is-invalid,
.was-validated html.legacy .input-group > .form-floating:not(:focus-within):invalid,
html.legacy .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
html.legacy .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) {
  html.legacy .btn {
    transition: none;
  }
}
html.legacy .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 + html.legacy .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
html.legacy .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 + html.legacy .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + html.legacy .btn, :not(.btn-check) + html.legacy .btn:active, html.legacy .btn:first-child:active, html.legacy .btn.active, html.legacy .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 + html.legacy .btn:focus-visible, :not(.btn-check) + html.legacy .btn:active:focus-visible, html.legacy .btn:first-child:active:focus-visible, html.legacy .btn.active:focus-visible, html.legacy .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + html.legacy .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
html.legacy .btn:disabled, html.legacy .btn.disabled, fieldset:disabled html.legacy .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);
}
html.legacy .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
html.legacy .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
html.legacy .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --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;
}
html.legacy .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --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;
}
html.legacy .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --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;
}
html.legacy .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --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;
}
html.legacy .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --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;
}
html.legacy .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --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;
}
html.legacy .btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
html.legacy .btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
html.legacy .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;
}
html.legacy .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;
}
html.legacy .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;
}
html.legacy .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;
}
html.legacy .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;
}
html.legacy .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;
}
html.legacy .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: 49, 132, 253;
  text-decoration: underline;
}
html.legacy .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
html.legacy .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
html.legacy .btn-lg, html.legacy .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);
}
html.legacy .btn-sm, html.legacy .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);
}
html.legacy .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  html.legacy .fade {
    transition: none;
  }
}
html.legacy .fade:not(.show) {
  opacity: 0;
}
html.legacy .collapse:not(.show) {
  display: none;
}
html.legacy .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  html.legacy .collapsing {
    transition: none;
  }
}
html.legacy .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  html.legacy .collapsing.collapse-horizontal {
    transition: none;
  }
}
html.legacy .dropup,
html.legacy .dropend,
html.legacy .dropdown,
html.legacy .dropstart,
html.legacy .dropup-center,
html.legacy .dropdown-center {
  position: relative;
}
html.legacy .dropdown-toggle {
  white-space: nowrap;
}
html.legacy .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;
}
html.legacy .dropdown-toggle:empty::after {
  margin-left: 0;
}
html.legacy .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: var(--bs-box-shadow);
  --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: #0d6efd;
  --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);
}
html.legacy .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
html.legacy .dropdown-menu-start {
  --bs-position: start;
}
html.legacy .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
html.legacy .dropdown-menu-end {
  --bs-position: end;
}
html.legacy .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  html.legacy .dropdown-menu-sm-start {
    --bs-position: start;
  }
  html.legacy .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html.legacy .dropdown-menu-sm-end {
    --bs-position: end;
  }
  html.legacy .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  html.legacy .dropdown-menu-md-start {
    --bs-position: start;
  }
  html.legacy .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html.legacy .dropdown-menu-md-end {
    --bs-position: end;
  }
  html.legacy .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  html.legacy .dropdown-menu-lg-start {
    --bs-position: start;
  }
  html.legacy .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html.legacy .dropdown-menu-lg-end {
    --bs-position: end;
  }
  html.legacy .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  html.legacy .dropdown-menu-xl-start {
    --bs-position: start;
  }
  html.legacy .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html.legacy .dropdown-menu-xl-end {
    --bs-position: end;
  }
  html.legacy .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  html.legacy .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  html.legacy .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html.legacy .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  html.legacy .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
html.legacy .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
html.legacy .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;
}
html.legacy .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
html.legacy .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
html.legacy .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;
}
html.legacy .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
html.legacy .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
html.legacy .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
html.legacy .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
html.legacy .dropstart .dropdown-toggle::after {
  display: none;
}
html.legacy .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;
}
html.legacy .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
html.legacy .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
html.legacy .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;
}
html.legacy .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);
}
html.legacy .dropdown-item:hover, html.legacy .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
html.legacy .dropdown-item.active, html.legacy .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
html.legacy .dropdown-item.disabled, html.legacy .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
html.legacy .dropdown-menu.show {
  display: block;
}
html.legacy .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;
}
html.legacy .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
html.legacy .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: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
html.legacy .btn-group,
html.legacy .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
html.legacy .btn-group > .btn,
html.legacy .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
html.legacy .btn-group > .btn-check:checked + .btn,
html.legacy .btn-group > .btn-check:focus + .btn,
html.legacy .btn-group > .btn:hover,
html.legacy .btn-group > .btn:focus,
html.legacy .btn-group > .btn:active,
html.legacy .btn-group > .btn.active,
html.legacy .btn-group-vertical > .btn-check:checked + .btn,
html.legacy .btn-group-vertical > .btn-check:focus + .btn,
html.legacy .btn-group-vertical > .btn:hover,
html.legacy .btn-group-vertical > .btn:focus,
html.legacy .btn-group-vertical > .btn:active,
html.legacy .btn-group-vertical > .btn.active {
  z-index: 1;
}
html.legacy .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
html.legacy .btn-toolbar .input-group {
  width: auto;
}
html.legacy .btn-group {
  border-radius: var(--bs-border-radius);
}
html.legacy .btn-group > :not(.btn-check:first-child) + .btn,
html.legacy .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
html.legacy .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
html.legacy .btn-group > .btn.dropdown-toggle-split:first-child,
html.legacy .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html.legacy .btn-group > .btn:nth-child(n+3),
html.legacy .btn-group > :not(.btn-check) + .btn,
html.legacy .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html.legacy .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
html.legacy .dropdown-toggle-split::after, .dropup html.legacy .dropdown-toggle-split::after, .dropend html.legacy .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart html.legacy .dropdown-toggle-split::before {
  margin-right: 0;
}
html.legacy .btn-sm + .dropdown-toggle-split, html.legacy .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
html.legacy .btn-lg + .dropdown-toggle-split, html.legacy .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
html.legacy .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
html.legacy .btn-group-vertical > .btn,
html.legacy .btn-group-vertical > .btn-group {
  width: 100%;
}
html.legacy .btn-group-vertical > .btn:not(:first-child),
html.legacy .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
html.legacy .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
html.legacy .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html.legacy .btn-group-vertical > .btn ~ .btn,
html.legacy .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html.legacy .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;
}
html.legacy .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) {
  html.legacy .nav-link {
    transition: none;
  }
}
html.legacy .nav-link:hover, html.legacy .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
html.legacy .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html.legacy .nav-link.disabled, html.legacy .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .nav-tabs .nav-link:hover, html.legacy .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
html.legacy .nav-tabs .nav-link.active,
html.legacy .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);
}
html.legacy .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html.legacy .nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
html.legacy .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
html.legacy .nav-pills .nav-link.active,
html.legacy .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
html.legacy .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);
}
html.legacy .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
html.legacy .nav-underline .nav-link:hover, html.legacy .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
html.legacy .nav-underline .nav-link.active,
html.legacy .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
html.legacy .nav-fill > .nav-link,
html.legacy .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
html.legacy .nav-justified > .nav-link,
html.legacy .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
html.legacy .nav-fill .nav-item .nav-link,
html.legacy .nav-justified .nav-item .nav-link {
  width: 100%;
}
html.legacy .tab-content > .tab-pane {
  display: none;
}
html.legacy .tab-content > .active {
  display: block;
}
html.legacy .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);
}
html.legacy .navbar > .container,
html.legacy .navbar > .container-fluid,
html.legacy .navbar > .container-sm,
html.legacy .navbar > .container-md,
html.legacy .navbar > .container-lg,
html.legacy .navbar > .container-xl,
html.legacy .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
html.legacy .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;
}
html.legacy .navbar-brand:hover, html.legacy .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
html.legacy .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;
}
html.legacy .navbar-nav .nav-link.active, html.legacy .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
html.legacy .navbar-nav .dropdown-menu {
  position: static;
}
html.legacy .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
html.legacy .navbar-text a, html.legacy .navbar-text .toggle-box label, html.legacy .toggle-box .navbar-text label,
html.legacy .navbar-text a:hover,
html.legacy .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
html.legacy .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
html.legacy .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) {
  html.legacy .navbar-toggler {
    transition: none;
  }
}
html.legacy .navbar-toggler:hover {
  text-decoration: none;
}
html.legacy .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
html.legacy .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%;
}
html.legacy .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  html.legacy .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html.legacy .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  html.legacy .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html.legacy .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);
  }
  html.legacy .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  html.legacy .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html.legacy .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  html.legacy .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;
  }
  html.legacy .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  html.legacy .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  html.legacy .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html.legacy .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  html.legacy .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html.legacy .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);
  }
  html.legacy .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  html.legacy .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html.legacy .navbar-expand-md .navbar-toggler {
    display: none;
  }
  html.legacy .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;
  }
  html.legacy .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  html.legacy .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  html.legacy .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html.legacy .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  html.legacy .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html.legacy .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);
  }
  html.legacy .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  html.legacy .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html.legacy .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  html.legacy .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;
  }
  html.legacy .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  html.legacy .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  html.legacy .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html.legacy .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  html.legacy .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html.legacy .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);
  }
  html.legacy .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  html.legacy .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html.legacy .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  html.legacy .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;
  }
  html.legacy .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  html.legacy .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  html.legacy .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html.legacy .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  html.legacy .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html.legacy .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);
  }
  html.legacy .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  html.legacy .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html.legacy .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  html.legacy .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;
  }
  html.legacy .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  html.legacy .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
html.legacy .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
html.legacy .navbar-expand .navbar-nav {
  flex-direction: row;
}
html.legacy .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
html.legacy .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
html.legacy .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
html.legacy .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
html.legacy .navbar-expand .navbar-toggler {
  display: none;
}
html.legacy .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;
}
html.legacy .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
html.legacy .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
html.legacy .navbar-dark,
html.legacy .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");
}
html.legacy [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");
}
html.legacy .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);
}
html.legacy .card > hr {
  margin-right: 0;
  margin-left: 0;
}
html.legacy .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .card > .card-header + .list-group,
html.legacy .card > .list-group + .card-footer {
  border-top: 0;
}
html.legacy .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
html.legacy .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
html.legacy .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
html.legacy .card-text:last-child {
  margin-bottom: 0;
}
html.legacy .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
html.legacy .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);
}
html.legacy .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
html.legacy .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);
}
html.legacy .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
html.legacy .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;
}
html.legacy .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
html.legacy .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));
}
html.legacy .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);
}
html.legacy .card-img,
html.legacy .card-img-top,
html.legacy .card-img-bottom {
  width: 100%;
}
html.legacy .card-img,
html.legacy .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
html.legacy .card-img,
html.legacy .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
html.legacy .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  html.legacy .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  html.legacy .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  html.legacy .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  html.legacy .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  html.legacy .card-group > .card:not(:last-child) .card-img-top,
  html.legacy .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  html.legacy .card-group > .card:not(:last-child) .card-img-bottom,
  html.legacy .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  html.legacy .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  html.legacy .card-group > .card:not(:first-child) .card-img-top,
  html.legacy .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  html.legacy .card-group > .card:not(:first-child) .card-img-bottom,
  html.legacy .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
html.legacy .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='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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);
}
html.legacy .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) {
  html.legacy .accordion-button {
    transition: none;
  }
}
html.legacy .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);
}
html.legacy .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
html.legacy .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) {
  html.legacy .accordion-button::after {
    transition: none;
  }
}
html.legacy .accordion-button:hover {
  z-index: 2;
}
html.legacy .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
html.legacy .accordion-header {
  margin-bottom: 0;
}
html.legacy .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);
}
html.legacy .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
html.legacy .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
html.legacy .accordion-item:not(:first-of-type) {
  border-top: 0;
}
html.legacy .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
html.legacy .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
html.legacy .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);
}
html.legacy .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
html.legacy .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
html.legacy .accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
html.legacy .accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
html.legacy .accordion-flush > .accordion-item > .accordion-header .accordion-button, html.legacy .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
html.legacy .accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
html.legacy [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='rgb%28109.8, 168, 253.8%29'%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='rgb%28109.8, 168, 253.8%29'%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");
}
html.legacy .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);
}
html.legacy .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
html.legacy .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, "/") */;
}
html.legacy .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
html.legacy .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(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --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;
}
html.legacy .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) {
  html.legacy .page-link {
    transition: none;
  }
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .page-link.active, .active > html.legacy .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);
}
html.legacy .page-link.disabled, .disabled > html.legacy .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);
}
html.legacy .page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
html.legacy .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
html.legacy .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .badge:empty {
  display: none;
}
html.legacy .btn .badge {
  position: relative;
  top: -1px;
}
html.legacy .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);
}
html.legacy .alert-heading {
  color: inherit;
}
html.legacy .alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
html.legacy .alert-dismissible {
  padding-right: 3rem;
}
html.legacy .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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;
  }
}
html.legacy .progress,
html.legacy .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: #0d6efd;
  --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);
}
html.legacy .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) {
  html.legacy .progress-bar {
    transition: none;
  }
}
html.legacy .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);
}
html.legacy .progress-stacked > .progress {
  overflow: visible;
}
html.legacy .progress-stacked > .progress > .progress-bar {
  width: 100%;
}
html.legacy .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  html.legacy .progress-bar-animated {
    animation: none;
  }
}
html.legacy .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: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
html.legacy .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
html.legacy .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
html.legacy .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
html.legacy .list-group-item-action:hover, html.legacy .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);
}
html.legacy .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
html.legacy .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);
}
html.legacy .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
html.legacy .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
html.legacy .list-group-item.disabled, html.legacy .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
html.legacy .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);
}
html.legacy .list-group-item + .list-group-item {
  border-top-width: 0;
}
html.legacy .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);
}
html.legacy .list-group-horizontal {
  flex-direction: row;
}
html.legacy .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;
}
html.legacy .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;
}
html.legacy .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
html.legacy .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
html.legacy .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) {
  html.legacy .list-group-horizontal-sm {
    flex-direction: row;
  }
  html.legacy .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;
  }
  html.legacy .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;
  }
  html.legacy .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  html.legacy .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  html.legacy .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) {
  html.legacy .list-group-horizontal-md {
    flex-direction: row;
  }
  html.legacy .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;
  }
  html.legacy .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;
  }
  html.legacy .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  html.legacy .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  html.legacy .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) {
  html.legacy .list-group-horizontal-lg {
    flex-direction: row;
  }
  html.legacy .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;
  }
  html.legacy .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;
  }
  html.legacy .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  html.legacy .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  html.legacy .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) {
  html.legacy .list-group-horizontal-xl {
    flex-direction: row;
  }
  html.legacy .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;
  }
  html.legacy .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;
  }
  html.legacy .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  html.legacy .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  html.legacy .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) {
  html.legacy .list-group-horizontal-xxl {
    flex-direction: row;
  }
  html.legacy .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;
  }
  html.legacy .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;
  }
  html.legacy .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  html.legacy .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  html.legacy .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);
  }
}
html.legacy .list-group-flush {
  border-radius: 0;
}
html.legacy .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
html.legacy .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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);
}
html.legacy .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(13, 110, 253, 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);
}
html.legacy .btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
html.legacy .btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
html.legacy .btn-close:disabled, html.legacy .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
html.legacy .btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
html.legacy [data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
html.legacy .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);
}
html.legacy .toast.showing {
  opacity: 0;
}
html.legacy .toast:not(.show) {
  display: none;
}
html.legacy .toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
html.legacy .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
html.legacy .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));
}
html.legacy .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
html.legacy .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
html.legacy .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: var(--bs-box-shadow-sm);
  --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;
}
html.legacy .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade html.legacy .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade html.legacy .modal-dialog {
    transition: none;
  }
}
.modal.show html.legacy .modal-dialog {
  transform: none;
}
.modal.modal-static html.legacy .modal-dialog {
  transform: scale(1.02);
}
html.legacy .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
html.legacy .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
html.legacy .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
html.legacy .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
html.legacy .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;
}
html.legacy .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);
}
html.legacy .modal-backdrop.fade {
  opacity: 0;
}
html.legacy .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
html.legacy .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  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);
}
html.legacy .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;
}
html.legacy .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
html.legacy .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
html.legacy .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);
}
html.legacy .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  html.legacy .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  html.legacy .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  html.legacy .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  html.legacy .modal-lg,
  html.legacy .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  html.legacy .modal-xl {
    --bs-modal-width: 1140px;
  }
}
html.legacy .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
html.legacy .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
html.legacy .modal-fullscreen .modal-header,
html.legacy .modal-fullscreen .modal-footer {
  border-radius: 0;
}
html.legacy .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  html.legacy .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  html.legacy .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  html.legacy .modal-fullscreen-sm-down .modal-header,
  html.legacy .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  html.legacy .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  html.legacy .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  html.legacy .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  html.legacy .modal-fullscreen-md-down .modal-header,
  html.legacy .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  html.legacy .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  html.legacy .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  html.legacy .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  html.legacy .modal-fullscreen-lg-down .modal-header,
  html.legacy .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  html.legacy .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  html.legacy .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  html.legacy .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  html.legacy .modal-fullscreen-xl-down .modal-header,
  html.legacy .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  html.legacy .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  html.legacy .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  html.legacy .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  html.legacy .modal-fullscreen-xxl-down .modal-header,
  html.legacy .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  html.legacy .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
html.legacy .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;
}
html.legacy .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
html.legacy .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
html.legacy .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
html.legacy .bs-tooltip-top .tooltip-arrow, html.legacy .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
html.legacy .bs-tooltip-top .tooltip-arrow::before, html.legacy .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);
}
html.legacy .bs-tooltip-end .tooltip-arrow, html.legacy .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);
}
html.legacy .bs-tooltip-end .tooltip-arrow::before, html.legacy .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);
}
html.legacy .bs-tooltip-bottom .tooltip-arrow, html.legacy .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
html.legacy .bs-tooltip-bottom .tooltip-arrow::before, html.legacy .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);
}
html.legacy .bs-tooltip-start .tooltip-arrow, html.legacy .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);
}
html.legacy .bs-tooltip-start .tooltip-arrow::before, html.legacy .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);
}
html.legacy .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);
}
html.legacy .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: var(--bs-box-shadow);
  --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);
}
html.legacy .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
html.legacy .popover .popover-arrow::before, html.legacy .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
html.legacy .bs-popover-top > .popover-arrow, html.legacy .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
html.legacy .bs-popover-top > .popover-arrow::before, html.legacy .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, html.legacy .bs-popover-top > .popover-arrow::after, html.legacy .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;
}
html.legacy .bs-popover-top > .popover-arrow::before, html.legacy .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
html.legacy .bs-popover-top > .popover-arrow::after, html.legacy .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
html.legacy .bs-popover-end > .popover-arrow, html.legacy .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);
}
html.legacy .bs-popover-end > .popover-arrow::before, html.legacy .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, html.legacy .bs-popover-end > .popover-arrow::after, html.legacy .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;
}
html.legacy .bs-popover-end > .popover-arrow::before, html.legacy .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
html.legacy .bs-popover-end > .popover-arrow::after, html.legacy .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
html.legacy .bs-popover-bottom > .popover-arrow, html.legacy .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
html.legacy .bs-popover-bottom > .popover-arrow::before, html.legacy .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, html.legacy .bs-popover-bottom > .popover-arrow::after, html.legacy .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);
}
html.legacy .bs-popover-bottom > .popover-arrow::before, html.legacy .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
html.legacy .bs-popover-bottom > .popover-arrow::after, html.legacy .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
html.legacy .bs-popover-bottom .popover-header::before, html.legacy .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);
}
html.legacy .bs-popover-start > .popover-arrow, html.legacy .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);
}
html.legacy .bs-popover-start > .popover-arrow::before, html.legacy .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, html.legacy .bs-popover-start > .popover-arrow::after, html.legacy .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);
}
html.legacy .bs-popover-start > .popover-arrow::before, html.legacy .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
html.legacy .bs-popover-start > .popover-arrow::after, html.legacy .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
html.legacy .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);
}
html.legacy .popover-header:empty {
  display: none;
}
html.legacy .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
html.legacy .carousel {
  position: relative;
}
html.legacy .carousel.pointer-event {
  touch-action: pan-y;
}
html.legacy .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
html.legacy .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
html.legacy .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) {
  html.legacy .carousel-item {
    transition: none;
  }
}
html.legacy .carousel-item.active,
html.legacy .carousel-item-next,
html.legacy .carousel-item-prev {
  display: block;
}
html.legacy .carousel-item-next:not(.carousel-item-start),
html.legacy .active.carousel-item-end {
  transform: translateX(100%);
}
html.legacy .carousel-item-prev:not(.carousel-item-end),
html.legacy .active.carousel-item-start {
  transform: translateX(-100%);
}
html.legacy .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
html.legacy .carousel-fade .carousel-item.active,
html.legacy .carousel-fade .carousel-item-next.carousel-item-start,
html.legacy .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
html.legacy .carousel-fade .active.carousel-item-start,
html.legacy .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  html.legacy .carousel-fade .active.carousel-item-start,
  html.legacy .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
html.legacy .carousel-control-prev,
html.legacy .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) {
  html.legacy .carousel-control-prev,
  html.legacy .carousel-control-next {
    transition: none;
  }
}
html.legacy .carousel-control-prev:hover, html.legacy .carousel-control-prev:focus,
html.legacy .carousel-control-next:hover,
html.legacy .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
html.legacy .carousel-control-prev {
  left: 0;
}
html.legacy .carousel-control-next {
  right: 0;
}
html.legacy .carousel-control-prev-icon,
html.legacy .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
html.legacy .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") /*rtl: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")*/;
}
html.legacy .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") /*rtl: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")*/;
}
html.legacy .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%;
}
html.legacy .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) {
  html.legacy .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
html.legacy .carousel-indicators .active {
  opacity: 1;
}
html.legacy .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
html.legacy .carousel-dark .carousel-control-prev-icon,
html.legacy .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
html.legacy .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
html.legacy .carousel-dark .carousel-caption {
  color: #000;
}
html.legacy [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
html.legacy [data-bs-theme=dark] .carousel .carousel-control-next-icon, html.legacy [data-bs-theme=dark].carousel .carousel-control-prev-icon,
html.legacy [data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
html.legacy [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], html.legacy [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
html.legacy [data-bs-theme=dark] .carousel .carousel-caption, html.legacy [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
html.legacy .spinner-grow,
html.legacy .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 */;
  }
}
html.legacy .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;
}
html.legacy .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;
  }
}
html.legacy .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;
}
html.legacy .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  html.legacy .spinner-border,
  html.legacy .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
html.legacy .offcanvas, html.legacy .offcanvas-xxl, html.legacy .offcanvas-xl, html.legacy .offcanvas-lg, html.legacy .offcanvas-md, html.legacy .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: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  html.legacy .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) {
  html.legacy .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .offcanvas-sm.showing, html.legacy .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  html.legacy .offcanvas-sm.showing, html.legacy .offcanvas-sm.hiding, html.legacy .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  html.legacy .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  html.legacy .offcanvas-sm .offcanvas-header {
    display: none;
  }
  html.legacy .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  html.legacy .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) {
  html.legacy .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .offcanvas-md.showing, html.legacy .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  html.legacy .offcanvas-md.showing, html.legacy .offcanvas-md.hiding, html.legacy .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  html.legacy .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  html.legacy .offcanvas-md .offcanvas-header {
    display: none;
  }
  html.legacy .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  html.legacy .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) {
  html.legacy .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .offcanvas-lg.showing, html.legacy .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  html.legacy .offcanvas-lg.showing, html.legacy .offcanvas-lg.hiding, html.legacy .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  html.legacy .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  html.legacy .offcanvas-lg .offcanvas-header {
    display: none;
  }
  html.legacy .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  html.legacy .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) {
  html.legacy .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .offcanvas-xl.showing, html.legacy .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  html.legacy .offcanvas-xl.showing, html.legacy .offcanvas-xl.hiding, html.legacy .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  html.legacy .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  html.legacy .offcanvas-xl .offcanvas-header {
    display: none;
  }
  html.legacy .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  html.legacy .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) {
  html.legacy .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .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%);
  }
  html.legacy .offcanvas-xxl.showing, html.legacy .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  html.legacy .offcanvas-xxl.showing, html.legacy .offcanvas-xxl.hiding, html.legacy .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  html.legacy .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  html.legacy .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  html.legacy .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
html.legacy .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) {
  html.legacy .offcanvas {
    transition: none;
  }
}
html.legacy .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%);
}
html.legacy .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%);
}
html.legacy .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%);
}
html.legacy .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%);
}
html.legacy .offcanvas.showing, html.legacy .offcanvas.show:not(.hiding) {
  transform: none;
}
html.legacy .offcanvas.showing, html.legacy .offcanvas.hiding, html.legacy .offcanvas.show {
  visibility: visible;
}
html.legacy .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
html.legacy .offcanvas-backdrop.fade {
  opacity: 0;
}
html.legacy .offcanvas-backdrop.show {
  opacity: 0.5;
}
html.legacy .offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
html.legacy .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
html.legacy .offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
html.legacy .offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
html.legacy .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
html.legacy .placeholder.btn::before {
  display: inline-block;
  content: "";
}
html.legacy .placeholder-xs {
  min-height: 0.6em;
}
html.legacy .placeholder-sm {
  min-height: 0.8em;
}
html.legacy .placeholder-lg {
  min-height: 1.2em;
}
html.legacy .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
html.legacy .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%;
  }
}
html.legacy .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
html.legacy .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
html.legacy .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
html.legacy .text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
html.legacy .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
html.legacy .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
html.legacy .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
html.legacy .text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
html.legacy .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
html.legacy .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;
}
html.legacy .link-primary:hover, html.legacy .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
html.legacy .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;
}
html.legacy .link-secondary:hover, html.legacy .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
html.legacy .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;
}
html.legacy .link-success:hover, html.legacy .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;
}
html.legacy .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;
}
html.legacy .link-info:hover, html.legacy .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;
}
html.legacy .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;
}
html.legacy .link-warning:hover, html.legacy .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;
}
html.legacy .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;
}
html.legacy .link-danger:hover, html.legacy .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;
}
html.legacy .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;
}
html.legacy .link-light:hover, html.legacy .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;
}
html.legacy .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;
}
html.legacy .link-dark:hover, html.legacy .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;
}
html.legacy .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;
}
html.legacy .link-body-emphasis:hover, html.legacy .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;
}
html.legacy .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);
}
html.legacy .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;
}
html.legacy .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  html.legacy .icon-link > .bi {
    transition: none;
  }
}
html.legacy .icon-link-hover:hover > .bi, html.legacy .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
html.legacy .ratio {
  position: relative;
  width: 100%;
}
html.legacy .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
html.legacy .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html.legacy .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
html.legacy .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
html.legacy .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
html.legacy .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
html.legacy .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
html.legacy .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
html.legacy .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
html.legacy .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  html.legacy .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  html.legacy .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  html.legacy .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  html.legacy .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  html.legacy .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  html.legacy .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  html.legacy .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  html.legacy .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  html.legacy .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  html.legacy .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
html.legacy .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
html.legacy .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
html.legacy .visually-hidden,
html.legacy .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;
}
html.legacy .visually-hidden:not(caption),
html.legacy .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
html.legacy .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
html.legacy .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html.legacy .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
html.legacy .align-baseline {
  vertical-align: baseline !important;
}
html.legacy .align-top {
  vertical-align: top !important;
}
html.legacy .align-middle {
  vertical-align: middle !important;
}
html.legacy .align-bottom {
  vertical-align: bottom !important;
}
html.legacy .align-text-bottom {
  vertical-align: text-bottom !important;
}
html.legacy .align-text-top {
  vertical-align: text-top !important;
}
html.legacy .float-start {
  float: left !important;
}
html.legacy .float-end {
  float: right !important;
}
html.legacy .float-none {
  float: none !important;
}
html.legacy .object-fit-contain {
  object-fit: contain !important;
}
html.legacy .object-fit-cover {
  object-fit: cover !important;
}
html.legacy .object-fit-fill {
  object-fit: fill !important;
}
html.legacy .object-fit-scale {
  object-fit: scale-down !important;
}
html.legacy .object-fit-none {
  object-fit: none !important;
}
html.legacy .opacity-0 {
  opacity: 0 !important;
}
html.legacy .opacity-25 {
  opacity: 0.25 !important;
}
html.legacy .opacity-50 {
  opacity: 0.5 !important;
}
html.legacy .opacity-75 {
  opacity: 0.75 !important;
}
html.legacy .opacity-100 {
  opacity: 1 !important;
}
html.legacy .overflow-auto {
  overflow: auto !important;
}
html.legacy .overflow-hidden {
  overflow: hidden !important;
}
html.legacy .overflow-visible {
  overflow: visible !important;
}
html.legacy .overflow-scroll {
  overflow: scroll !important;
}
html.legacy .overflow-x-auto {
  overflow-x: auto !important;
}
html.legacy .overflow-x-hidden {
  overflow-x: hidden !important;
}
html.legacy .overflow-x-visible {
  overflow-x: visible !important;
}
html.legacy .overflow-x-scroll {
  overflow-x: scroll !important;
}
html.legacy .overflow-y-auto {
  overflow-y: auto !important;
}
html.legacy .overflow-y-hidden {
  overflow-y: hidden !important;
}
html.legacy .overflow-y-visible {
  overflow-y: visible !important;
}
html.legacy .overflow-y-scroll {
  overflow-y: scroll !important;
}
html.legacy .d-inline {
  display: inline !important;
}
html.legacy .d-inline-block {
  display: inline-block !important;
}
html.legacy .d-block {
  display: block !important;
}
html.legacy .d-grid {
  display: grid !important;
}
html.legacy .d-inline-grid {
  display: inline-grid !important;
}
html.legacy .d-table {
  display: table !important;
}
html.legacy .d-table-row {
  display: table-row !important;
}
html.legacy .d-table-cell {
  display: table-cell !important;
}
html.legacy .d-flex {
  display: flex !important;
}
html.legacy .d-inline-flex {
  display: inline-flex !important;
}
html.legacy .d-none {
  display: none !important;
}
html.legacy .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
html.legacy .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
html.legacy .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
html.legacy .shadow-none {
  box-shadow: none !important;
}
html.legacy .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
html.legacy .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
html.legacy .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
html.legacy .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
html.legacy .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
html.legacy .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
html.legacy .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
html.legacy .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
html.legacy .position-static {
  position: static !important;
}
html.legacy .position-relative {
  position: relative !important;
}
html.legacy .position-absolute {
  position: absolute !important;
}
html.legacy .position-fixed {
  position: fixed !important;
}
html.legacy .position-sticky {
  position: sticky !important;
}
html.legacy .top-0 {
  top: 0 !important;
}
html.legacy .top-50 {
  top: 50% !important;
}
html.legacy .top-100 {
  top: 100% !important;
}
html.legacy .bottom-0 {
  bottom: 0 !important;
}
html.legacy .bottom-50 {
  bottom: 50% !important;
}
html.legacy .bottom-100 {
  bottom: 100% !important;
}
html.legacy .start-0 {
  left: 0 !important;
}
html.legacy .start-50 {
  left: 50% !important;
}
html.legacy .start-100 {
  left: 100% !important;
}
html.legacy .end-0 {
  right: 0 !important;
}
html.legacy .end-50 {
  right: 50% !important;
}
html.legacy .end-100 {
  right: 100% !important;
}
html.legacy .translate-middle {
  transform: translate(-50%, -50%) !important;
}
html.legacy .translate-middle-x {
  transform: translateX(-50%) !important;
}
html.legacy .translate-middle-y {
  transform: translateY(-50%) !important;
}
html.legacy .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
html.legacy .border-0 {
  border: 0 !important;
}
html.legacy .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
html.legacy .border-top-0 {
  border-top: 0 !important;
}
html.legacy .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
html.legacy .border-end-0 {
  border-right: 0 !important;
}
html.legacy .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
html.legacy .border-bottom-0 {
  border-bottom: 0 !important;
}
html.legacy .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
html.legacy .border-start-0 {
  border-left: 0 !important;
}
html.legacy .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
html.legacy .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
html.legacy .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
html.legacy .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
html.legacy .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
html.legacy .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
html.legacy .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
html.legacy .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
html.legacy .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
html.legacy .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
html.legacy .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
html.legacy .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
html.legacy .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
html.legacy .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
html.legacy .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
html.legacy .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
html.legacy .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
html.legacy .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
html.legacy .border-1 {
  border-width: 1px !important;
}
html.legacy .border-2 {
  border-width: 2px !important;
}
html.legacy .border-3 {
  border-width: 3px !important;
}
html.legacy .border-4 {
  border-width: 4px !important;
}
html.legacy .border-5 {
  border-width: 5px !important;
}
html.legacy .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
html.legacy .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
html.legacy .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
html.legacy .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
html.legacy .border-opacity-100 {
  --bs-border-opacity: 1;
}
html.legacy .w-25 {
  width: 25% !important;
}
html.legacy .w-50 {
  width: 50% !important;
}
html.legacy .w-75 {
  width: 75% !important;
}
html.legacy .w-100 {
  width: 100% !important;
}
html.legacy .w-auto {
  width: auto !important;
}
html.legacy .mw-100 {
  max-width: 100% !important;
}
html.legacy .vw-100 {
  width: 100vw !important;
}
html.legacy .min-vw-100 {
  min-width: 100vw !important;
}
html.legacy .h-25 {
  height: 25% !important;
}
html.legacy .h-50 {
  height: 50% !important;
}
html.legacy .h-75 {
  height: 75% !important;
}
html.legacy .h-100 {
  height: 100% !important;
}
html.legacy .h-auto {
  height: auto !important;
}
html.legacy .mh-100 {
  max-height: 100% !important;
}
html.legacy .vh-100 {
  height: 100vh !important;
}
html.legacy .min-vh-100 {
  min-height: 100vh !important;
}
html.legacy .flex-fill {
  flex: 1 1 auto !important;
}
html.legacy .flex-row {
  flex-direction: row !important;
}
html.legacy .flex-column {
  flex-direction: column !important;
}
html.legacy .flex-row-reverse {
  flex-direction: row-reverse !important;
}
html.legacy .flex-column-reverse {
  flex-direction: column-reverse !important;
}
html.legacy .flex-grow-0 {
  flex-grow: 0 !important;
}
html.legacy .flex-grow-1 {
  flex-grow: 1 !important;
}
html.legacy .flex-shrink-0 {
  flex-shrink: 0 !important;
}
html.legacy .flex-shrink-1 {
  flex-shrink: 1 !important;
}
html.legacy .flex-wrap {
  flex-wrap: wrap !important;
}
html.legacy .flex-nowrap {
  flex-wrap: nowrap !important;
}
html.legacy .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
html.legacy .justify-content-start {
  justify-content: flex-start !important;
}
html.legacy .justify-content-end {
  justify-content: flex-end !important;
}
html.legacy .justify-content-center {
  justify-content: center !important;
}
html.legacy .justify-content-between {
  justify-content: space-between !important;
}
html.legacy .justify-content-around {
  justify-content: space-around !important;
}
html.legacy .justify-content-evenly {
  justify-content: space-evenly !important;
}
html.legacy .align-items-start {
  align-items: flex-start !important;
}
html.legacy .align-items-end {
  align-items: flex-end !important;
}
html.legacy .align-items-center {
  align-items: center !important;
}
html.legacy .align-items-baseline {
  align-items: baseline !important;
}
html.legacy .align-items-stretch {
  align-items: stretch !important;
}
html.legacy .align-content-start {
  align-content: flex-start !important;
}
html.legacy .align-content-end {
  align-content: flex-end !important;
}
html.legacy .align-content-center {
  align-content: center !important;
}
html.legacy .align-content-between {
  align-content: space-between !important;
}
html.legacy .align-content-around {
  align-content: space-around !important;
}
html.legacy .align-content-stretch {
  align-content: stretch !important;
}
html.legacy .align-self-auto {
  align-self: auto !important;
}
html.legacy .align-self-start {
  align-self: flex-start !important;
}
html.legacy .align-self-end {
  align-self: flex-end !important;
}
html.legacy .align-self-center {
  align-self: center !important;
}
html.legacy .align-self-baseline {
  align-self: baseline !important;
}
html.legacy .align-self-stretch {
  align-self: stretch !important;
}
html.legacy .order-first {
  order: -1 !important;
}
html.legacy .order-0 {
  order: 0 !important;
}
html.legacy .order-1 {
  order: 1 !important;
}
html.legacy .order-2 {
  order: 2 !important;
}
html.legacy .order-3 {
  order: 3 !important;
}
html.legacy .order-4 {
  order: 4 !important;
}
html.legacy .order-5 {
  order: 5 !important;
}
html.legacy .order-last {
  order: 6 !important;
}
html.legacy .m-0 {
  margin: 0 !important;
}
html.legacy .m-1 {
  margin: 0.25rem !important;
}
html.legacy .m-2 {
  margin: 0.5rem !important;
}
html.legacy .m-3 {
  margin: 1rem !important;
}
html.legacy .m-4 {
  margin: 1.5rem !important;
}
html.legacy .m-5 {
  margin: 3rem !important;
}
html.legacy .m-auto {
  margin: auto !important;
}
html.legacy .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html.legacy .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
html.legacy .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
html.legacy .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
html.legacy .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
html.legacy .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
html.legacy .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
html.legacy .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
html.legacy .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
html.legacy .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
html.legacy .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
html.legacy .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
html.legacy .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
html.legacy .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
html.legacy .mt-0 {
  margin-top: 0 !important;
}
html.legacy .mt-1 {
  margin-top: 0.25rem !important;
}
html.legacy .mt-2 {
  margin-top: 0.5rem !important;
}
html.legacy .mt-3 {
  margin-top: 1rem !important;
}
html.legacy .mt-4 {
  margin-top: 1.5rem !important;
}
html.legacy .mt-5 {
  margin-top: 3rem !important;
}
html.legacy .mt-auto {
  margin-top: auto !important;
}
html.legacy .me-0 {
  margin-right: 0 !important;
}
html.legacy .me-1 {
  margin-right: 0.25rem !important;
}
html.legacy .me-2 {
  margin-right: 0.5rem !important;
}
html.legacy .me-3 {
  margin-right: 1rem !important;
}
html.legacy .me-4 {
  margin-right: 1.5rem !important;
}
html.legacy .me-5 {
  margin-right: 3rem !important;
}
html.legacy .me-auto {
  margin-right: auto !important;
}
html.legacy .mb-0 {
  margin-bottom: 0 !important;
}
html.legacy .mb-1 {
  margin-bottom: 0.25rem !important;
}
html.legacy .mb-2 {
  margin-bottom: 0.5rem !important;
}
html.legacy .mb-3 {
  margin-bottom: 1rem !important;
}
html.legacy .mb-4 {
  margin-bottom: 1.5rem !important;
}
html.legacy .mb-5 {
  margin-bottom: 3rem !important;
}
html.legacy .mb-auto {
  margin-bottom: auto !important;
}
html.legacy .ms-0 {
  margin-left: 0 !important;
}
html.legacy .ms-1 {
  margin-left: 0.25rem !important;
}
html.legacy .ms-2 {
  margin-left: 0.5rem !important;
}
html.legacy .ms-3 {
  margin-left: 1rem !important;
}
html.legacy .ms-4 {
  margin-left: 1.5rem !important;
}
html.legacy .ms-5 {
  margin-left: 3rem !important;
}
html.legacy .ms-auto {
  margin-left: auto !important;
}
html.legacy .p-0 {
  padding: 0 !important;
}
html.legacy .p-1 {
  padding: 0.25rem !important;
}
html.legacy .p-2 {
  padding: 0.5rem !important;
}
html.legacy .p-3 {
  padding: 1rem !important;
}
html.legacy .p-4 {
  padding: 1.5rem !important;
}
html.legacy .p-5 {
  padding: 3rem !important;
}
html.legacy .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
html.legacy .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
html.legacy .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
html.legacy .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
html.legacy .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
html.legacy .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
html.legacy .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html.legacy .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
html.legacy .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
html.legacy .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
html.legacy .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
html.legacy .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
html.legacy .pt-0 {
  padding-top: 0 !important;
}
html.legacy .pt-1 {
  padding-top: 0.25rem !important;
}
html.legacy .pt-2 {
  padding-top: 0.5rem !important;
}
html.legacy .pt-3 {
  padding-top: 1rem !important;
}
html.legacy .pt-4 {
  padding-top: 1.5rem !important;
}
html.legacy .pt-5 {
  padding-top: 3rem !important;
}
html.legacy .pe-0 {
  padding-right: 0 !important;
}
html.legacy .pe-1 {
  padding-right: 0.25rem !important;
}
html.legacy .pe-2 {
  padding-right: 0.5rem !important;
}
html.legacy .pe-3 {
  padding-right: 1rem !important;
}
html.legacy .pe-4 {
  padding-right: 1.5rem !important;
}
html.legacy .pe-5 {
  padding-right: 3rem !important;
}
html.legacy .pb-0 {
  padding-bottom: 0 !important;
}
html.legacy .pb-1 {
  padding-bottom: 0.25rem !important;
}
html.legacy .pb-2 {
  padding-bottom: 0.5rem !important;
}
html.legacy .pb-3 {
  padding-bottom: 1rem !important;
}
html.legacy .pb-4 {
  padding-bottom: 1.5rem !important;
}
html.legacy .pb-5 {
  padding-bottom: 3rem !important;
}
html.legacy .ps-0 {
  padding-left: 0 !important;
}
html.legacy .ps-1 {
  padding-left: 0.25rem !important;
}
html.legacy .ps-2 {
  padding-left: 0.5rem !important;
}
html.legacy .ps-3 {
  padding-left: 1rem !important;
}
html.legacy .ps-4 {
  padding-left: 1.5rem !important;
}
html.legacy .ps-5 {
  padding-left: 3rem !important;
}
html.legacy .gap-0 {
  gap: 0 !important;
}
html.legacy .gap-1 {
  gap: 0.25rem !important;
}
html.legacy .gap-2 {
  gap: 0.5rem !important;
}
html.legacy .gap-3 {
  gap: 1rem !important;
}
html.legacy .gap-4 {
  gap: 1.5rem !important;
}
html.legacy .gap-5 {
  gap: 3rem !important;
}
html.legacy .row-gap-0 {
  row-gap: 0 !important;
}
html.legacy .row-gap-1 {
  row-gap: 0.25rem !important;
}
html.legacy .row-gap-2 {
  row-gap: 0.5rem !important;
}
html.legacy .row-gap-3 {
  row-gap: 1rem !important;
}
html.legacy .row-gap-4 {
  row-gap: 1.5rem !important;
}
html.legacy .row-gap-5 {
  row-gap: 3rem !important;
}
html.legacy .column-gap-0 {
  column-gap: 0 !important;
}
html.legacy .column-gap-1 {
  column-gap: 0.25rem !important;
}
html.legacy .column-gap-2 {
  column-gap: 0.5rem !important;
}
html.legacy .column-gap-3 {
  column-gap: 1rem !important;
}
html.legacy .column-gap-4 {
  column-gap: 1.5rem !important;
}
html.legacy .column-gap-5 {
  column-gap: 3rem !important;
}
html.legacy .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
html.legacy .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
html.legacy .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
html.legacy .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
html.legacy .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
html.legacy .fs-5 {
  font-size: 1.25rem !important;
}
html.legacy .fs-6 {
  font-size: 1rem !important;
}
html.legacy .fst-italic {
  font-style: italic !important;
}
html.legacy .fst-normal {
  font-style: normal !important;
}
html.legacy .fw-lighter {
  font-weight: lighter !important;
}
html.legacy .fw-light {
  font-weight: 300 !important;
}
html.legacy .fw-normal {
  font-weight: 400 !important;
}
html.legacy .fw-medium {
  font-weight: 500 !important;
}
html.legacy .fw-semibold {
  font-weight: 600 !important;
}
html.legacy .fw-bold {
  font-weight: 700 !important;
}
html.legacy .fw-bolder {
  font-weight: bolder !important;
}
html.legacy .lh-1 {
  line-height: 1 !important;
}
html.legacy .lh-sm {
  line-height: 1.25 !important;
}
html.legacy .lh-base {
  line-height: 1.5 !important;
}
html.legacy .lh-lg {
  line-height: 2 !important;
}
html.legacy .text-start {
  text-align: left !important;
}
html.legacy .text-end {
  text-align: right !important;
}
html.legacy .text-center {
  text-align: center !important;
}
html.legacy .text-decoration-none {
  text-decoration: none !important;
}
html.legacy .text-decoration-underline {
  text-decoration: underline !important;
}
html.legacy .text-decoration-line-through {
  text-decoration: line-through !important;
}
html.legacy .text-lowercase {
  text-transform: lowercase !important;
}
html.legacy .text-uppercase {
  text-transform: uppercase !important;
}
html.legacy .text-capitalize {
  text-transform: capitalize !important;
}
html.legacy .text-wrap {
  white-space: normal !important;
}
html.legacy .text-nowrap {
  white-space: nowrap !important;
}
html.legacy .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
html.legacy .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
html.legacy .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
html.legacy .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
html.legacy .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
html.legacy .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
html.legacy .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
html.legacy .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
html.legacy .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
html.legacy .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
html.legacy .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
html.legacy .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
html.legacy .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
html.legacy .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
html.legacy .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
html.legacy .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
html.legacy .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
html.legacy .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
html.legacy .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
html.legacy .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
html.legacy .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
html.legacy .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
html.legacy .text-opacity-100 {
  --bs-text-opacity: 1;
}
html.legacy .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
html.legacy .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
html.legacy .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
html.legacy .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
html.legacy .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
html.legacy .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
html.legacy .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
html.legacy .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
html.legacy .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
html.legacy .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
html.legacy .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
html.legacy .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
html.legacy .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
html.legacy .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
html.legacy .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
html.legacy .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
html.legacy .link-opacity-100 {
  --bs-link-opacity: 1;
}
html.legacy .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
html.legacy .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
html.legacy .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
html.legacy .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
html.legacy .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
html.legacy .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
html.legacy .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
html.legacy .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
html.legacy .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
html.legacy .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
html.legacy .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
html.legacy .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
html.legacy .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
html.legacy .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
html.legacy .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
html.legacy .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
html.legacy .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
html.legacy .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
html.legacy .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
html.legacy .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
html.legacy .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
html.legacy .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
html.legacy .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
html.legacy .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
html.legacy .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
html.legacy .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
html.legacy .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
html.legacy .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
html.legacy .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
html.legacy .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
html.legacy .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
html.legacy .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
html.legacy .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
html.legacy .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
html.legacy .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
html.legacy .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
html.legacy .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
html.legacy .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
html.legacy .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
html.legacy .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
html.legacy .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
html.legacy .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
html.legacy .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
html.legacy .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
html.legacy .user-select-all {
  user-select: all !important;
}
html.legacy .user-select-auto {
  user-select: auto !important;
}
html.legacy .user-select-none {
  user-select: none !important;
}
html.legacy .pe-none {
  pointer-events: none !important;
}
html.legacy .pe-auto {
  pointer-events: auto !important;
}
html.legacy .rounded {
  border-radius: var(--bs-border-radius) !important;
}
html.legacy .rounded-0 {
  border-radius: 0 !important;
}
html.legacy .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
html.legacy .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
html.legacy .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
html.legacy .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
html.legacy .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
html.legacy .rounded-circle {
  border-radius: 50% !important;
}
html.legacy .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
html.legacy .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
html.legacy .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
html.legacy .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
html.legacy .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
html.legacy .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
html.legacy .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
html.legacy .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
html.legacy .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
html.legacy .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
html.legacy .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
html.legacy .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html.legacy .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
html.legacy .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
html.legacy .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
html.legacy .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
html.legacy .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
html.legacy .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
html.legacy .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
html.legacy .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
html.legacy .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
html.legacy .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
html.legacy .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
html.legacy .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
html.legacy .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
html.legacy .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
html.legacy .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
html.legacy .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
html.legacy .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
html.legacy .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
html.legacy .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
html.legacy .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
html.legacy .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
html.legacy .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
html.legacy .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
html.legacy .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
html.legacy .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
html.legacy .visible {
  visibility: visible !important;
}
html.legacy .invisible {
  visibility: hidden !important;
}
html.legacy .z-n1 {
  z-index: -1 !important;
}
html.legacy .z-0 {
  z-index: 0 !important;
}
html.legacy .z-1 {
  z-index: 1 !important;
}
html.legacy .z-2 {
  z-index: 2 !important;
}
html.legacy .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  html.legacy .float-sm-start {
    float: left !important;
  }
  html.legacy .float-sm-end {
    float: right !important;
  }
  html.legacy .float-sm-none {
    float: none !important;
  }
  html.legacy .object-fit-sm-contain {
    object-fit: contain !important;
  }
  html.legacy .object-fit-sm-cover {
    object-fit: cover !important;
  }
  html.legacy .object-fit-sm-fill {
    object-fit: fill !important;
  }
  html.legacy .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  html.legacy .object-fit-sm-none {
    object-fit: none !important;
  }
  html.legacy .d-sm-inline {
    display: inline !important;
  }
  html.legacy .d-sm-inline-block {
    display: inline-block !important;
  }
  html.legacy .d-sm-block {
    display: block !important;
  }
  html.legacy .d-sm-grid {
    display: grid !important;
  }
  html.legacy .d-sm-inline-grid {
    display: inline-grid !important;
  }
  html.legacy .d-sm-table {
    display: table !important;
  }
  html.legacy .d-sm-table-row {
    display: table-row !important;
  }
  html.legacy .d-sm-table-cell {
    display: table-cell !important;
  }
  html.legacy .d-sm-flex {
    display: flex !important;
  }
  html.legacy .d-sm-inline-flex {
    display: inline-flex !important;
  }
  html.legacy .d-sm-none {
    display: none !important;
  }
  html.legacy .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  html.legacy .flex-sm-row {
    flex-direction: row !important;
  }
  html.legacy .flex-sm-column {
    flex-direction: column !important;
  }
  html.legacy .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  html.legacy .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  html.legacy .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  html.legacy .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  html.legacy .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  html.legacy .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  html.legacy .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  html.legacy .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  html.legacy .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html.legacy .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  html.legacy .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  html.legacy .justify-content-sm-center {
    justify-content: center !important;
  }
  html.legacy .justify-content-sm-between {
    justify-content: space-between !important;
  }
  html.legacy .justify-content-sm-around {
    justify-content: space-around !important;
  }
  html.legacy .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  html.legacy .align-items-sm-start {
    align-items: flex-start !important;
  }
  html.legacy .align-items-sm-end {
    align-items: flex-end !important;
  }
  html.legacy .align-items-sm-center {
    align-items: center !important;
  }
  html.legacy .align-items-sm-baseline {
    align-items: baseline !important;
  }
  html.legacy .align-items-sm-stretch {
    align-items: stretch !important;
  }
  html.legacy .align-content-sm-start {
    align-content: flex-start !important;
  }
  html.legacy .align-content-sm-end {
    align-content: flex-end !important;
  }
  html.legacy .align-content-sm-center {
    align-content: center !important;
  }
  html.legacy .align-content-sm-between {
    align-content: space-between !important;
  }
  html.legacy .align-content-sm-around {
    align-content: space-around !important;
  }
  html.legacy .align-content-sm-stretch {
    align-content: stretch !important;
  }
  html.legacy .align-self-sm-auto {
    align-self: auto !important;
  }
  html.legacy .align-self-sm-start {
    align-self: flex-start !important;
  }
  html.legacy .align-self-sm-end {
    align-self: flex-end !important;
  }
  html.legacy .align-self-sm-center {
    align-self: center !important;
  }
  html.legacy .align-self-sm-baseline {
    align-self: baseline !important;
  }
  html.legacy .align-self-sm-stretch {
    align-self: stretch !important;
  }
  html.legacy .order-sm-first {
    order: -1 !important;
  }
  html.legacy .order-sm-0 {
    order: 0 !important;
  }
  html.legacy .order-sm-1 {
    order: 1 !important;
  }
  html.legacy .order-sm-2 {
    order: 2 !important;
  }
  html.legacy .order-sm-3 {
    order: 3 !important;
  }
  html.legacy .order-sm-4 {
    order: 4 !important;
  }
  html.legacy .order-sm-5 {
    order: 5 !important;
  }
  html.legacy .order-sm-last {
    order: 6 !important;
  }
  html.legacy .m-sm-0 {
    margin: 0 !important;
  }
  html.legacy .m-sm-1 {
    margin: 0.25rem !important;
  }
  html.legacy .m-sm-2 {
    margin: 0.5rem !important;
  }
  html.legacy .m-sm-3 {
    margin: 1rem !important;
  }
  html.legacy .m-sm-4 {
    margin: 1.5rem !important;
  }
  html.legacy .m-sm-5 {
    margin: 3rem !important;
  }
  html.legacy .m-sm-auto {
    margin: auto !important;
  }
  html.legacy .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html.legacy .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html.legacy .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html.legacy .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html.legacy .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html.legacy .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html.legacy .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html.legacy .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html.legacy .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html.legacy .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html.legacy .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html.legacy .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html.legacy .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html.legacy .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html.legacy .mt-sm-0 {
    margin-top: 0 !important;
  }
  html.legacy .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  html.legacy .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  html.legacy .mt-sm-3 {
    margin-top: 1rem !important;
  }
  html.legacy .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  html.legacy .mt-sm-5 {
    margin-top: 3rem !important;
  }
  html.legacy .mt-sm-auto {
    margin-top: auto !important;
  }
  html.legacy .me-sm-0 {
    margin-right: 0 !important;
  }
  html.legacy .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  html.legacy .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  html.legacy .me-sm-3 {
    margin-right: 1rem !important;
  }
  html.legacy .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  html.legacy .me-sm-5 {
    margin-right: 3rem !important;
  }
  html.legacy .me-sm-auto {
    margin-right: auto !important;
  }
  html.legacy .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  html.legacy .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  html.legacy .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  html.legacy .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  html.legacy .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  html.legacy .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  html.legacy .mb-sm-auto {
    margin-bottom: auto !important;
  }
  html.legacy .ms-sm-0 {
    margin-left: 0 !important;
  }
  html.legacy .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  html.legacy .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  html.legacy .ms-sm-3 {
    margin-left: 1rem !important;
  }
  html.legacy .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  html.legacy .ms-sm-5 {
    margin-left: 3rem !important;
  }
  html.legacy .ms-sm-auto {
    margin-left: auto !important;
  }
  html.legacy .p-sm-0 {
    padding: 0 !important;
  }
  html.legacy .p-sm-1 {
    padding: 0.25rem !important;
  }
  html.legacy .p-sm-2 {
    padding: 0.5rem !important;
  }
  html.legacy .p-sm-3 {
    padding: 1rem !important;
  }
  html.legacy .p-sm-4 {
    padding: 1.5rem !important;
  }
  html.legacy .p-sm-5 {
    padding: 3rem !important;
  }
  html.legacy .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html.legacy .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html.legacy .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html.legacy .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html.legacy .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html.legacy .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html.legacy .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html.legacy .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html.legacy .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html.legacy .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html.legacy .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html.legacy .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html.legacy .pt-sm-0 {
    padding-top: 0 !important;
  }
  html.legacy .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  html.legacy .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  html.legacy .pt-sm-3 {
    padding-top: 1rem !important;
  }
  html.legacy .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  html.legacy .pt-sm-5 {
    padding-top: 3rem !important;
  }
  html.legacy .pe-sm-0 {
    padding-right: 0 !important;
  }
  html.legacy .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  html.legacy .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  html.legacy .pe-sm-3 {
    padding-right: 1rem !important;
  }
  html.legacy .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  html.legacy .pe-sm-5 {
    padding-right: 3rem !important;
  }
  html.legacy .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  html.legacy .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  html.legacy .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  html.legacy .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  html.legacy .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  html.legacy .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  html.legacy .ps-sm-0 {
    padding-left: 0 !important;
  }
  html.legacy .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  html.legacy .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  html.legacy .ps-sm-3 {
    padding-left: 1rem !important;
  }
  html.legacy .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  html.legacy .ps-sm-5 {
    padding-left: 3rem !important;
  }
  html.legacy .gap-sm-0 {
    gap: 0 !important;
  }
  html.legacy .gap-sm-1 {
    gap: 0.25rem !important;
  }
  html.legacy .gap-sm-2 {
    gap: 0.5rem !important;
  }
  html.legacy .gap-sm-3 {
    gap: 1rem !important;
  }
  html.legacy .gap-sm-4 {
    gap: 1.5rem !important;
  }
  html.legacy .gap-sm-5 {
    gap: 3rem !important;
  }
  html.legacy .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  html.legacy .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  html.legacy .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  html.legacy .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  html.legacy .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  html.legacy .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  html.legacy .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  html.legacy .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  html.legacy .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  html.legacy .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  html.legacy .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  html.legacy .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  html.legacy .text-sm-start {
    text-align: left !important;
  }
  html.legacy .text-sm-end {
    text-align: right !important;
  }
  html.legacy .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  html.legacy .float-md-start {
    float: left !important;
  }
  html.legacy .float-md-end {
    float: right !important;
  }
  html.legacy .float-md-none {
    float: none !important;
  }
  html.legacy .object-fit-md-contain {
    object-fit: contain !important;
  }
  html.legacy .object-fit-md-cover {
    object-fit: cover !important;
  }
  html.legacy .object-fit-md-fill {
    object-fit: fill !important;
  }
  html.legacy .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  html.legacy .object-fit-md-none {
    object-fit: none !important;
  }
  html.legacy .d-md-inline {
    display: inline !important;
  }
  html.legacy .d-md-inline-block {
    display: inline-block !important;
  }
  html.legacy .d-md-block {
    display: block !important;
  }
  html.legacy .d-md-grid {
    display: grid !important;
  }
  html.legacy .d-md-inline-grid {
    display: inline-grid !important;
  }
  html.legacy .d-md-table {
    display: table !important;
  }
  html.legacy .d-md-table-row {
    display: table-row !important;
  }
  html.legacy .d-md-table-cell {
    display: table-cell !important;
  }
  html.legacy .d-md-flex {
    display: flex !important;
  }
  html.legacy .d-md-inline-flex {
    display: inline-flex !important;
  }
  html.legacy .d-md-none {
    display: none !important;
  }
  html.legacy .flex-md-fill {
    flex: 1 1 auto !important;
  }
  html.legacy .flex-md-row {
    flex-direction: row !important;
  }
  html.legacy .flex-md-column {
    flex-direction: column !important;
  }
  html.legacy .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  html.legacy .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  html.legacy .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  html.legacy .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  html.legacy .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  html.legacy .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  html.legacy .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  html.legacy .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  html.legacy .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html.legacy .justify-content-md-start {
    justify-content: flex-start !important;
  }
  html.legacy .justify-content-md-end {
    justify-content: flex-end !important;
  }
  html.legacy .justify-content-md-center {
    justify-content: center !important;
  }
  html.legacy .justify-content-md-between {
    justify-content: space-between !important;
  }
  html.legacy .justify-content-md-around {
    justify-content: space-around !important;
  }
  html.legacy .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  html.legacy .align-items-md-start {
    align-items: flex-start !important;
  }
  html.legacy .align-items-md-end {
    align-items: flex-end !important;
  }
  html.legacy .align-items-md-center {
    align-items: center !important;
  }
  html.legacy .align-items-md-baseline {
    align-items: baseline !important;
  }
  html.legacy .align-items-md-stretch {
    align-items: stretch !important;
  }
  html.legacy .align-content-md-start {
    align-content: flex-start !important;
  }
  html.legacy .align-content-md-end {
    align-content: flex-end !important;
  }
  html.legacy .align-content-md-center {
    align-content: center !important;
  }
  html.legacy .align-content-md-between {
    align-content: space-between !important;
  }
  html.legacy .align-content-md-around {
    align-content: space-around !important;
  }
  html.legacy .align-content-md-stretch {
    align-content: stretch !important;
  }
  html.legacy .align-self-md-auto {
    align-self: auto !important;
  }
  html.legacy .align-self-md-start {
    align-self: flex-start !important;
  }
  html.legacy .align-self-md-end {
    align-self: flex-end !important;
  }
  html.legacy .align-self-md-center {
    align-self: center !important;
  }
  html.legacy .align-self-md-baseline {
    align-self: baseline !important;
  }
  html.legacy .align-self-md-stretch {
    align-self: stretch !important;
  }
  html.legacy .order-md-first {
    order: -1 !important;
  }
  html.legacy .order-md-0 {
    order: 0 !important;
  }
  html.legacy .order-md-1 {
    order: 1 !important;
  }
  html.legacy .order-md-2 {
    order: 2 !important;
  }
  html.legacy .order-md-3 {
    order: 3 !important;
  }
  html.legacy .order-md-4 {
    order: 4 !important;
  }
  html.legacy .order-md-5 {
    order: 5 !important;
  }
  html.legacy .order-md-last {
    order: 6 !important;
  }
  html.legacy .m-md-0 {
    margin: 0 !important;
  }
  html.legacy .m-md-1 {
    margin: 0.25rem !important;
  }
  html.legacy .m-md-2 {
    margin: 0.5rem !important;
  }
  html.legacy .m-md-3 {
    margin: 1rem !important;
  }
  html.legacy .m-md-4 {
    margin: 1.5rem !important;
  }
  html.legacy .m-md-5 {
    margin: 3rem !important;
  }
  html.legacy .m-md-auto {
    margin: auto !important;
  }
  html.legacy .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html.legacy .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html.legacy .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html.legacy .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html.legacy .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html.legacy .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html.legacy .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html.legacy .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html.legacy .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html.legacy .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html.legacy .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html.legacy .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html.legacy .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html.legacy .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html.legacy .mt-md-0 {
    margin-top: 0 !important;
  }
  html.legacy .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  html.legacy .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  html.legacy .mt-md-3 {
    margin-top: 1rem !important;
  }
  html.legacy .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  html.legacy .mt-md-5 {
    margin-top: 3rem !important;
  }
  html.legacy .mt-md-auto {
    margin-top: auto !important;
  }
  html.legacy .me-md-0 {
    margin-right: 0 !important;
  }
  html.legacy .me-md-1 {
    margin-right: 0.25rem !important;
  }
  html.legacy .me-md-2 {
    margin-right: 0.5rem !important;
  }
  html.legacy .me-md-3 {
    margin-right: 1rem !important;
  }
  html.legacy .me-md-4 {
    margin-right: 1.5rem !important;
  }
  html.legacy .me-md-5 {
    margin-right: 3rem !important;
  }
  html.legacy .me-md-auto {
    margin-right: auto !important;
  }
  html.legacy .mb-md-0 {
    margin-bottom: 0 !important;
  }
  html.legacy .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  html.legacy .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  html.legacy .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  html.legacy .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  html.legacy .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  html.legacy .mb-md-auto {
    margin-bottom: auto !important;
  }
  html.legacy .ms-md-0 {
    margin-left: 0 !important;
  }
  html.legacy .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  html.legacy .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  html.legacy .ms-md-3 {
    margin-left: 1rem !important;
  }
  html.legacy .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  html.legacy .ms-md-5 {
    margin-left: 3rem !important;
  }
  html.legacy .ms-md-auto {
    margin-left: auto !important;
  }
  html.legacy .p-md-0 {
    padding: 0 !important;
  }
  html.legacy .p-md-1 {
    padding: 0.25rem !important;
  }
  html.legacy .p-md-2 {
    padding: 0.5rem !important;
  }
  html.legacy .p-md-3 {
    padding: 1rem !important;
  }
  html.legacy .p-md-4 {
    padding: 1.5rem !important;
  }
  html.legacy .p-md-5 {
    padding: 3rem !important;
  }
  html.legacy .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html.legacy .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html.legacy .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html.legacy .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html.legacy .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html.legacy .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html.legacy .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html.legacy .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html.legacy .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html.legacy .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html.legacy .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html.legacy .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html.legacy .pt-md-0 {
    padding-top: 0 !important;
  }
  html.legacy .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  html.legacy .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  html.legacy .pt-md-3 {
    padding-top: 1rem !important;
  }
  html.legacy .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  html.legacy .pt-md-5 {
    padding-top: 3rem !important;
  }
  html.legacy .pe-md-0 {
    padding-right: 0 !important;
  }
  html.legacy .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  html.legacy .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  html.legacy .pe-md-3 {
    padding-right: 1rem !important;
  }
  html.legacy .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  html.legacy .pe-md-5 {
    padding-right: 3rem !important;
  }
  html.legacy .pb-md-0 {
    padding-bottom: 0 !important;
  }
  html.legacy .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  html.legacy .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  html.legacy .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  html.legacy .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  html.legacy .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  html.legacy .ps-md-0 {
    padding-left: 0 !important;
  }
  html.legacy .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  html.legacy .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  html.legacy .ps-md-3 {
    padding-left: 1rem !important;
  }
  html.legacy .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  html.legacy .ps-md-5 {
    padding-left: 3rem !important;
  }
  html.legacy .gap-md-0 {
    gap: 0 !important;
  }
  html.legacy .gap-md-1 {
    gap: 0.25rem !important;
  }
  html.legacy .gap-md-2 {
    gap: 0.5rem !important;
  }
  html.legacy .gap-md-3 {
    gap: 1rem !important;
  }
  html.legacy .gap-md-4 {
    gap: 1.5rem !important;
  }
  html.legacy .gap-md-5 {
    gap: 3rem !important;
  }
  html.legacy .row-gap-md-0 {
    row-gap: 0 !important;
  }
  html.legacy .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  html.legacy .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  html.legacy .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  html.legacy .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  html.legacy .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  html.legacy .column-gap-md-0 {
    column-gap: 0 !important;
  }
  html.legacy .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  html.legacy .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  html.legacy .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  html.legacy .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  html.legacy .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  html.legacy .text-md-start {
    text-align: left !important;
  }
  html.legacy .text-md-end {
    text-align: right !important;
  }
  html.legacy .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  html.legacy .float-lg-start {
    float: left !important;
  }
  html.legacy .float-lg-end {
    float: right !important;
  }
  html.legacy .float-lg-none {
    float: none !important;
  }
  html.legacy .object-fit-lg-contain {
    object-fit: contain !important;
  }
  html.legacy .object-fit-lg-cover {
    object-fit: cover !important;
  }
  html.legacy .object-fit-lg-fill {
    object-fit: fill !important;
  }
  html.legacy .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  html.legacy .object-fit-lg-none {
    object-fit: none !important;
  }
  html.legacy .d-lg-inline {
    display: inline !important;
  }
  html.legacy .d-lg-inline-block {
    display: inline-block !important;
  }
  html.legacy .d-lg-block {
    display: block !important;
  }
  html.legacy .d-lg-grid {
    display: grid !important;
  }
  html.legacy .d-lg-inline-grid {
    display: inline-grid !important;
  }
  html.legacy .d-lg-table {
    display: table !important;
  }
  html.legacy .d-lg-table-row {
    display: table-row !important;
  }
  html.legacy .d-lg-table-cell {
    display: table-cell !important;
  }
  html.legacy .d-lg-flex {
    display: flex !important;
  }
  html.legacy .d-lg-inline-flex {
    display: inline-flex !important;
  }
  html.legacy .d-lg-none {
    display: none !important;
  }
  html.legacy .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  html.legacy .flex-lg-row {
    flex-direction: row !important;
  }
  html.legacy .flex-lg-column {
    flex-direction: column !important;
  }
  html.legacy .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  html.legacy .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  html.legacy .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  html.legacy .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  html.legacy .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  html.legacy .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  html.legacy .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  html.legacy .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  html.legacy .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html.legacy .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  html.legacy .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  html.legacy .justify-content-lg-center {
    justify-content: center !important;
  }
  html.legacy .justify-content-lg-between {
    justify-content: space-between !important;
  }
  html.legacy .justify-content-lg-around {
    justify-content: space-around !important;
  }
  html.legacy .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  html.legacy .align-items-lg-start {
    align-items: flex-start !important;
  }
  html.legacy .align-items-lg-end {
    align-items: flex-end !important;
  }
  html.legacy .align-items-lg-center {
    align-items: center !important;
  }
  html.legacy .align-items-lg-baseline {
    align-items: baseline !important;
  }
  html.legacy .align-items-lg-stretch {
    align-items: stretch !important;
  }
  html.legacy .align-content-lg-start {
    align-content: flex-start !important;
  }
  html.legacy .align-content-lg-end {
    align-content: flex-end !important;
  }
  html.legacy .align-content-lg-center {
    align-content: center !important;
  }
  html.legacy .align-content-lg-between {
    align-content: space-between !important;
  }
  html.legacy .align-content-lg-around {
    align-content: space-around !important;
  }
  html.legacy .align-content-lg-stretch {
    align-content: stretch !important;
  }
  html.legacy .align-self-lg-auto {
    align-self: auto !important;
  }
  html.legacy .align-self-lg-start {
    align-self: flex-start !important;
  }
  html.legacy .align-self-lg-end {
    align-self: flex-end !important;
  }
  html.legacy .align-self-lg-center {
    align-self: center !important;
  }
  html.legacy .align-self-lg-baseline {
    align-self: baseline !important;
  }
  html.legacy .align-self-lg-stretch {
    align-self: stretch !important;
  }
  html.legacy .order-lg-first {
    order: -1 !important;
  }
  html.legacy .order-lg-0 {
    order: 0 !important;
  }
  html.legacy .order-lg-1 {
    order: 1 !important;
  }
  html.legacy .order-lg-2 {
    order: 2 !important;
  }
  html.legacy .order-lg-3 {
    order: 3 !important;
  }
  html.legacy .order-lg-4 {
    order: 4 !important;
  }
  html.legacy .order-lg-5 {
    order: 5 !important;
  }
  html.legacy .order-lg-last {
    order: 6 !important;
  }
  html.legacy .m-lg-0 {
    margin: 0 !important;
  }
  html.legacy .m-lg-1 {
    margin: 0.25rem !important;
  }
  html.legacy .m-lg-2 {
    margin: 0.5rem !important;
  }
  html.legacy .m-lg-3 {
    margin: 1rem !important;
  }
  html.legacy .m-lg-4 {
    margin: 1.5rem !important;
  }
  html.legacy .m-lg-5 {
    margin: 3rem !important;
  }
  html.legacy .m-lg-auto {
    margin: auto !important;
  }
  html.legacy .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html.legacy .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html.legacy .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html.legacy .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html.legacy .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html.legacy .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html.legacy .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html.legacy .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html.legacy .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html.legacy .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html.legacy .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html.legacy .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html.legacy .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html.legacy .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html.legacy .mt-lg-0 {
    margin-top: 0 !important;
  }
  html.legacy .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  html.legacy .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  html.legacy .mt-lg-3 {
    margin-top: 1rem !important;
  }
  html.legacy .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  html.legacy .mt-lg-5 {
    margin-top: 3rem !important;
  }
  html.legacy .mt-lg-auto {
    margin-top: auto !important;
  }
  html.legacy .me-lg-0 {
    margin-right: 0 !important;
  }
  html.legacy .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  html.legacy .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  html.legacy .me-lg-3 {
    margin-right: 1rem !important;
  }
  html.legacy .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  html.legacy .me-lg-5 {
    margin-right: 3rem !important;
  }
  html.legacy .me-lg-auto {
    margin-right: auto !important;
  }
  html.legacy .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  html.legacy .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  html.legacy .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  html.legacy .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  html.legacy .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  html.legacy .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  html.legacy .mb-lg-auto {
    margin-bottom: auto !important;
  }
  html.legacy .ms-lg-0 {
    margin-left: 0 !important;
  }
  html.legacy .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  html.legacy .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  html.legacy .ms-lg-3 {
    margin-left: 1rem !important;
  }
  html.legacy .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  html.legacy .ms-lg-5 {
    margin-left: 3rem !important;
  }
  html.legacy .ms-lg-auto {
    margin-left: auto !important;
  }
  html.legacy .p-lg-0 {
    padding: 0 !important;
  }
  html.legacy .p-lg-1 {
    padding: 0.25rem !important;
  }
  html.legacy .p-lg-2 {
    padding: 0.5rem !important;
  }
  html.legacy .p-lg-3 {
    padding: 1rem !important;
  }
  html.legacy .p-lg-4 {
    padding: 1.5rem !important;
  }
  html.legacy .p-lg-5 {
    padding: 3rem !important;
  }
  html.legacy .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html.legacy .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html.legacy .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html.legacy .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html.legacy .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html.legacy .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html.legacy .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html.legacy .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html.legacy .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html.legacy .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html.legacy .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html.legacy .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html.legacy .pt-lg-0 {
    padding-top: 0 !important;
  }
  html.legacy .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  html.legacy .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  html.legacy .pt-lg-3 {
    padding-top: 1rem !important;
  }
  html.legacy .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  html.legacy .pt-lg-5 {
    padding-top: 3rem !important;
  }
  html.legacy .pe-lg-0 {
    padding-right: 0 !important;
  }
  html.legacy .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  html.legacy .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  html.legacy .pe-lg-3 {
    padding-right: 1rem !important;
  }
  html.legacy .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  html.legacy .pe-lg-5 {
    padding-right: 3rem !important;
  }
  html.legacy .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  html.legacy .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  html.legacy .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  html.legacy .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  html.legacy .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  html.legacy .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  html.legacy .ps-lg-0 {
    padding-left: 0 !important;
  }
  html.legacy .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  html.legacy .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  html.legacy .ps-lg-3 {
    padding-left: 1rem !important;
  }
  html.legacy .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  html.legacy .ps-lg-5 {
    padding-left: 3rem !important;
  }
  html.legacy .gap-lg-0 {
    gap: 0 !important;
  }
  html.legacy .gap-lg-1 {
    gap: 0.25rem !important;
  }
  html.legacy .gap-lg-2 {
    gap: 0.5rem !important;
  }
  html.legacy .gap-lg-3 {
    gap: 1rem !important;
  }
  html.legacy .gap-lg-4 {
    gap: 1.5rem !important;
  }
  html.legacy .gap-lg-5 {
    gap: 3rem !important;
  }
  html.legacy .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  html.legacy .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  html.legacy .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  html.legacy .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  html.legacy .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  html.legacy .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  html.legacy .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  html.legacy .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  html.legacy .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  html.legacy .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  html.legacy .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  html.legacy .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  html.legacy .text-lg-start {
    text-align: left !important;
  }
  html.legacy .text-lg-end {
    text-align: right !important;
  }
  html.legacy .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html.legacy .float-xl-start {
    float: left !important;
  }
  html.legacy .float-xl-end {
    float: right !important;
  }
  html.legacy .float-xl-none {
    float: none !important;
  }
  html.legacy .object-fit-xl-contain {
    object-fit: contain !important;
  }
  html.legacy .object-fit-xl-cover {
    object-fit: cover !important;
  }
  html.legacy .object-fit-xl-fill {
    object-fit: fill !important;
  }
  html.legacy .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  html.legacy .object-fit-xl-none {
    object-fit: none !important;
  }
  html.legacy .d-xl-inline {
    display: inline !important;
  }
  html.legacy .d-xl-inline-block {
    display: inline-block !important;
  }
  html.legacy .d-xl-block {
    display: block !important;
  }
  html.legacy .d-xl-grid {
    display: grid !important;
  }
  html.legacy .d-xl-inline-grid {
    display: inline-grid !important;
  }
  html.legacy .d-xl-table {
    display: table !important;
  }
  html.legacy .d-xl-table-row {
    display: table-row !important;
  }
  html.legacy .d-xl-table-cell {
    display: table-cell !important;
  }
  html.legacy .d-xl-flex {
    display: flex !important;
  }
  html.legacy .d-xl-inline-flex {
    display: inline-flex !important;
  }
  html.legacy .d-xl-none {
    display: none !important;
  }
  html.legacy .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  html.legacy .flex-xl-row {
    flex-direction: row !important;
  }
  html.legacy .flex-xl-column {
    flex-direction: column !important;
  }
  html.legacy .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html.legacy .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html.legacy .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  html.legacy .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  html.legacy .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html.legacy .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html.legacy .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  html.legacy .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  html.legacy .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html.legacy .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  html.legacy .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  html.legacy .justify-content-xl-center {
    justify-content: center !important;
  }
  html.legacy .justify-content-xl-between {
    justify-content: space-between !important;
  }
  html.legacy .justify-content-xl-around {
    justify-content: space-around !important;
  }
  html.legacy .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  html.legacy .align-items-xl-start {
    align-items: flex-start !important;
  }
  html.legacy .align-items-xl-end {
    align-items: flex-end !important;
  }
  html.legacy .align-items-xl-center {
    align-items: center !important;
  }
  html.legacy .align-items-xl-baseline {
    align-items: baseline !important;
  }
  html.legacy .align-items-xl-stretch {
    align-items: stretch !important;
  }
  html.legacy .align-content-xl-start {
    align-content: flex-start !important;
  }
  html.legacy .align-content-xl-end {
    align-content: flex-end !important;
  }
  html.legacy .align-content-xl-center {
    align-content: center !important;
  }
  html.legacy .align-content-xl-between {
    align-content: space-between !important;
  }
  html.legacy .align-content-xl-around {
    align-content: space-around !important;
  }
  html.legacy .align-content-xl-stretch {
    align-content: stretch !important;
  }
  html.legacy .align-self-xl-auto {
    align-self: auto !important;
  }
  html.legacy .align-self-xl-start {
    align-self: flex-start !important;
  }
  html.legacy .align-self-xl-end {
    align-self: flex-end !important;
  }
  html.legacy .align-self-xl-center {
    align-self: center !important;
  }
  html.legacy .align-self-xl-baseline {
    align-self: baseline !important;
  }
  html.legacy .align-self-xl-stretch {
    align-self: stretch !important;
  }
  html.legacy .order-xl-first {
    order: -1 !important;
  }
  html.legacy .order-xl-0 {
    order: 0 !important;
  }
  html.legacy .order-xl-1 {
    order: 1 !important;
  }
  html.legacy .order-xl-2 {
    order: 2 !important;
  }
  html.legacy .order-xl-3 {
    order: 3 !important;
  }
  html.legacy .order-xl-4 {
    order: 4 !important;
  }
  html.legacy .order-xl-5 {
    order: 5 !important;
  }
  html.legacy .order-xl-last {
    order: 6 !important;
  }
  html.legacy .m-xl-0 {
    margin: 0 !important;
  }
  html.legacy .m-xl-1 {
    margin: 0.25rem !important;
  }
  html.legacy .m-xl-2 {
    margin: 0.5rem !important;
  }
  html.legacy .m-xl-3 {
    margin: 1rem !important;
  }
  html.legacy .m-xl-4 {
    margin: 1.5rem !important;
  }
  html.legacy .m-xl-5 {
    margin: 3rem !important;
  }
  html.legacy .m-xl-auto {
    margin: auto !important;
  }
  html.legacy .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html.legacy .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html.legacy .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html.legacy .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html.legacy .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html.legacy .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html.legacy .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html.legacy .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html.legacy .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html.legacy .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html.legacy .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html.legacy .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html.legacy .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html.legacy .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html.legacy .mt-xl-0 {
    margin-top: 0 !important;
  }
  html.legacy .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  html.legacy .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  html.legacy .mt-xl-3 {
    margin-top: 1rem !important;
  }
  html.legacy .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  html.legacy .mt-xl-5 {
    margin-top: 3rem !important;
  }
  html.legacy .mt-xl-auto {
    margin-top: auto !important;
  }
  html.legacy .me-xl-0 {
    margin-right: 0 !important;
  }
  html.legacy .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  html.legacy .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  html.legacy .me-xl-3 {
    margin-right: 1rem !important;
  }
  html.legacy .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  html.legacy .me-xl-5 {
    margin-right: 3rem !important;
  }
  html.legacy .me-xl-auto {
    margin-right: auto !important;
  }
  html.legacy .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  html.legacy .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  html.legacy .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  html.legacy .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  html.legacy .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  html.legacy .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  html.legacy .mb-xl-auto {
    margin-bottom: auto !important;
  }
  html.legacy .ms-xl-0 {
    margin-left: 0 !important;
  }
  html.legacy .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  html.legacy .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  html.legacy .ms-xl-3 {
    margin-left: 1rem !important;
  }
  html.legacy .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  html.legacy .ms-xl-5 {
    margin-left: 3rem !important;
  }
  html.legacy .ms-xl-auto {
    margin-left: auto !important;
  }
  html.legacy .p-xl-0 {
    padding: 0 !important;
  }
  html.legacy .p-xl-1 {
    padding: 0.25rem !important;
  }
  html.legacy .p-xl-2 {
    padding: 0.5rem !important;
  }
  html.legacy .p-xl-3 {
    padding: 1rem !important;
  }
  html.legacy .p-xl-4 {
    padding: 1.5rem !important;
  }
  html.legacy .p-xl-5 {
    padding: 3rem !important;
  }
  html.legacy .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html.legacy .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html.legacy .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html.legacy .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html.legacy .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html.legacy .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html.legacy .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html.legacy .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html.legacy .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html.legacy .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html.legacy .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html.legacy .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html.legacy .pt-xl-0 {
    padding-top: 0 !important;
  }
  html.legacy .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  html.legacy .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  html.legacy .pt-xl-3 {
    padding-top: 1rem !important;
  }
  html.legacy .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  html.legacy .pt-xl-5 {
    padding-top: 3rem !important;
  }
  html.legacy .pe-xl-0 {
    padding-right: 0 !important;
  }
  html.legacy .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  html.legacy .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  html.legacy .pe-xl-3 {
    padding-right: 1rem !important;
  }
  html.legacy .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  html.legacy .pe-xl-5 {
    padding-right: 3rem !important;
  }
  html.legacy .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  html.legacy .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  html.legacy .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  html.legacy .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  html.legacy .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  html.legacy .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  html.legacy .ps-xl-0 {
    padding-left: 0 !important;
  }
  html.legacy .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  html.legacy .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  html.legacy .ps-xl-3 {
    padding-left: 1rem !important;
  }
  html.legacy .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  html.legacy .ps-xl-5 {
    padding-left: 3rem !important;
  }
  html.legacy .gap-xl-0 {
    gap: 0 !important;
  }
  html.legacy .gap-xl-1 {
    gap: 0.25rem !important;
  }
  html.legacy .gap-xl-2 {
    gap: 0.5rem !important;
  }
  html.legacy .gap-xl-3 {
    gap: 1rem !important;
  }
  html.legacy .gap-xl-4 {
    gap: 1.5rem !important;
  }
  html.legacy .gap-xl-5 {
    gap: 3rem !important;
  }
  html.legacy .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  html.legacy .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  html.legacy .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  html.legacy .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  html.legacy .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  html.legacy .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  html.legacy .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  html.legacy .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  html.legacy .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  html.legacy .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  html.legacy .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  html.legacy .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  html.legacy .text-xl-start {
    text-align: left !important;
  }
  html.legacy .text-xl-end {
    text-align: right !important;
  }
  html.legacy .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  html.legacy .float-xxl-start {
    float: left !important;
  }
  html.legacy .float-xxl-end {
    float: right !important;
  }
  html.legacy .float-xxl-none {
    float: none !important;
  }
  html.legacy .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  html.legacy .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  html.legacy .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  html.legacy .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  html.legacy .object-fit-xxl-none {
    object-fit: none !important;
  }
  html.legacy .d-xxl-inline {
    display: inline !important;
  }
  html.legacy .d-xxl-inline-block {
    display: inline-block !important;
  }
  html.legacy .d-xxl-block {
    display: block !important;
  }
  html.legacy .d-xxl-grid {
    display: grid !important;
  }
  html.legacy .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  html.legacy .d-xxl-table {
    display: table !important;
  }
  html.legacy .d-xxl-table-row {
    display: table-row !important;
  }
  html.legacy .d-xxl-table-cell {
    display: table-cell !important;
  }
  html.legacy .d-xxl-flex {
    display: flex !important;
  }
  html.legacy .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  html.legacy .d-xxl-none {
    display: none !important;
  }
  html.legacy .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  html.legacy .flex-xxl-row {
    flex-direction: row !important;
  }
  html.legacy .flex-xxl-column {
    flex-direction: column !important;
  }
  html.legacy .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html.legacy .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html.legacy .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  html.legacy .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  html.legacy .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html.legacy .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html.legacy .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  html.legacy .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  html.legacy .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html.legacy .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  html.legacy .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  html.legacy .justify-content-xxl-center {
    justify-content: center !important;
  }
  html.legacy .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  html.legacy .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  html.legacy .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  html.legacy .align-items-xxl-start {
    align-items: flex-start !important;
  }
  html.legacy .align-items-xxl-end {
    align-items: flex-end !important;
  }
  html.legacy .align-items-xxl-center {
    align-items: center !important;
  }
  html.legacy .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  html.legacy .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  html.legacy .align-content-xxl-start {
    align-content: flex-start !important;
  }
  html.legacy .align-content-xxl-end {
    align-content: flex-end !important;
  }
  html.legacy .align-content-xxl-center {
    align-content: center !important;
  }
  html.legacy .align-content-xxl-between {
    align-content: space-between !important;
  }
  html.legacy .align-content-xxl-around {
    align-content: space-around !important;
  }
  html.legacy .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  html.legacy .align-self-xxl-auto {
    align-self: auto !important;
  }
  html.legacy .align-self-xxl-start {
    align-self: flex-start !important;
  }
  html.legacy .align-self-xxl-end {
    align-self: flex-end !important;
  }
  html.legacy .align-self-xxl-center {
    align-self: center !important;
  }
  html.legacy .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  html.legacy .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  html.legacy .order-xxl-first {
    order: -1 !important;
  }
  html.legacy .order-xxl-0 {
    order: 0 !important;
  }
  html.legacy .order-xxl-1 {
    order: 1 !important;
  }
  html.legacy .order-xxl-2 {
    order: 2 !important;
  }
  html.legacy .order-xxl-3 {
    order: 3 !important;
  }
  html.legacy .order-xxl-4 {
    order: 4 !important;
  }
  html.legacy .order-xxl-5 {
    order: 5 !important;
  }
  html.legacy .order-xxl-last {
    order: 6 !important;
  }
  html.legacy .m-xxl-0 {
    margin: 0 !important;
  }
  html.legacy .m-xxl-1 {
    margin: 0.25rem !important;
  }
  html.legacy .m-xxl-2 {
    margin: 0.5rem !important;
  }
  html.legacy .m-xxl-3 {
    margin: 1rem !important;
  }
  html.legacy .m-xxl-4 {
    margin: 1.5rem !important;
  }
  html.legacy .m-xxl-5 {
    margin: 3rem !important;
  }
  html.legacy .m-xxl-auto {
    margin: auto !important;
  }
  html.legacy .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html.legacy .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html.legacy .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html.legacy .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html.legacy .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html.legacy .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html.legacy .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html.legacy .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html.legacy .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html.legacy .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html.legacy .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html.legacy .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html.legacy .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html.legacy .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html.legacy .mt-xxl-0 {
    margin-top: 0 !important;
  }
  html.legacy .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  html.legacy .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  html.legacy .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  html.legacy .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  html.legacy .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  html.legacy .mt-xxl-auto {
    margin-top: auto !important;
  }
  html.legacy .me-xxl-0 {
    margin-right: 0 !important;
  }
  html.legacy .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  html.legacy .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  html.legacy .me-xxl-3 {
    margin-right: 1rem !important;
  }
  html.legacy .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  html.legacy .me-xxl-5 {
    margin-right: 3rem !important;
  }
  html.legacy .me-xxl-auto {
    margin-right: auto !important;
  }
  html.legacy .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  html.legacy .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  html.legacy .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  html.legacy .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  html.legacy .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  html.legacy .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  html.legacy .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  html.legacy .ms-xxl-0 {
    margin-left: 0 !important;
  }
  html.legacy .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  html.legacy .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  html.legacy .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  html.legacy .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  html.legacy .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  html.legacy .ms-xxl-auto {
    margin-left: auto !important;
  }
  html.legacy .p-xxl-0 {
    padding: 0 !important;
  }
  html.legacy .p-xxl-1 {
    padding: 0.25rem !important;
  }
  html.legacy .p-xxl-2 {
    padding: 0.5rem !important;
  }
  html.legacy .p-xxl-3 {
    padding: 1rem !important;
  }
  html.legacy .p-xxl-4 {
    padding: 1.5rem !important;
  }
  html.legacy .p-xxl-5 {
    padding: 3rem !important;
  }
  html.legacy .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html.legacy .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html.legacy .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html.legacy .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html.legacy .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html.legacy .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html.legacy .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html.legacy .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html.legacy .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html.legacy .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html.legacy .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html.legacy .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html.legacy .pt-xxl-0 {
    padding-top: 0 !important;
  }
  html.legacy .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  html.legacy .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  html.legacy .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  html.legacy .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  html.legacy .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  html.legacy .pe-xxl-0 {
    padding-right: 0 !important;
  }
  html.legacy .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  html.legacy .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  html.legacy .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  html.legacy .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  html.legacy .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  html.legacy .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  html.legacy .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  html.legacy .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  html.legacy .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  html.legacy .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  html.legacy .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  html.legacy .ps-xxl-0 {
    padding-left: 0 !important;
  }
  html.legacy .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  html.legacy .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  html.legacy .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  html.legacy .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  html.legacy .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  html.legacy .gap-xxl-0 {
    gap: 0 !important;
  }
  html.legacy .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  html.legacy .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  html.legacy .gap-xxl-3 {
    gap: 1rem !important;
  }
  html.legacy .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  html.legacy .gap-xxl-5 {
    gap: 3rem !important;
  }
  html.legacy .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  html.legacy .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  html.legacy .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  html.legacy .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  html.legacy .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  html.legacy .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  html.legacy .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  html.legacy .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  html.legacy .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  html.legacy .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  html.legacy .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  html.legacy .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  html.legacy .text-xxl-start {
    text-align: left !important;
  }
  html.legacy .text-xxl-end {
    text-align: right !important;
  }
  html.legacy .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html.legacy .fs-1 {
    font-size: 2.5rem !important;
  }
  html.legacy .fs-2 {
    font-size: 2rem !important;
  }
  html.legacy .fs-3 {
    font-size: 1.75rem !important;
  }
  html.legacy .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  html.legacy .d-print-inline {
    display: inline !important;
  }
  html.legacy .d-print-inline-block {
    display: inline-block !important;
  }
  html.legacy .d-print-block {
    display: block !important;
  }
  html.legacy .d-print-grid {
    display: grid !important;
  }
  html.legacy .d-print-inline-grid {
    display: inline-grid !important;
  }
  html.legacy .d-print-table {
    display: table !important;
  }
  html.legacy .d-print-table-row {
    display: table-row !important;
  }
  html.legacy .d-print-table-cell {
    display: table-cell !important;
  }
  html.legacy .d-print-flex {
    display: flex !important;
  }
  html.legacy .d-print-inline-flex {
    display: inline-flex !important;
  }
  html.legacy .d-print-none {
    display: none !important;
  }
}
html.legacy body {
  background-color: white;
  font-family: var(--brand-body-font-family, Lato, sans-serif);
  font-weight: var(--brand-body-font-weight, 300);
  font-size: 20px;
  color: var(--brand-text-color, #333);
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
html.legacy h1, html.legacy .h1,
html.legacy h2,
html.legacy .h2,
html.legacy h3,
html.legacy .h3,
html.legacy h4,
html.legacy .h4,
html.legacy h5,
html.legacy .h5,
html.legacy h6,
html.legacy .h6 {
  font-family: var(--brand-heading-font-family, Lato, sans-serif);
  font-weight: var(--brand-heading-font-weight, 300);
  color: var(--brand-text-color, #333);
}
html.legacy h1, html.legacy .h1 {
  font-size: 30px;
}
@media (min-width: 500px) {
  html.legacy h1, html.legacy .h1 {
    font-size: 40px;
  }
}
html.legacy h3, html.legacy .h3 {
  font-weight: 400;
}
html.legacy h4, html.legacy .h4 {
  font-weight: 400;
  font-size: 20px;
}
html.legacy h5, html.legacy .h5 {
  font-weight: 400;
  font-size: 20px;
}
html.legacy p {
  margin-bottom: 25px;
  font-size: 20px;
}
html.legacy .centered {
  text-align: center;
}
html.legacy input[type=number]::-webkit-outer-spin-button,
html.legacy input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html.legacy input[type=number] {
  -moz-appearance: textfield;
}
html.legacy a, html.legacy .toggle-box label, html.legacy .highlight-link {
  color: var(--brand-link-color, rgb(39.9454545455, 129.0545454545, 63.7590909091));
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
  text-decoration: none !important;
}
html.legacy a:focus, html.legacy .toggle-box label:focus,
html.legacy a:hover,
html.legacy .toggle-box label:hover,
html.legacy .highlight-link:focus,
html.legacy .highlight-link:hover {
  color: var(--brand-link-hover-color, rgb(111.4363636364, 210.5636363636, 137.9272727273));
  text-decoration: none;
  outline: 0;
}
html.legacy a:after, html.legacy .toggle-box label:after,
html.legacy a:before,
html.legacy .toggle-box label:before,
html.legacy .highlight-link:after,
html.legacy .highlight-link:before {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}
html.legacy hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--brand-text-color, #333);
  margin: 1em 0;
  padding: 0;
}
html.legacy ul {
  text-align: left;
  padding-left: 20px;
}
html.legacy li {
  margin-bottom: 10px;
}
html.legacy .settify-green {
  color: var(--brand-primary-color, #34a853);
}
html.legacy .clickable:hover {
  cursor: pointer;
}
html.legacy .fal {
  margin: 8px;
  color: var(--brand-primary-color, #34a853);
  min-width: 16px;
  text-align: center;
}
html.legacy .fal.tight {
  margin: 2px;
  min-width: 0px;
}
html.legacy .fal.large {
  font-size: 2em;
}
html.legacy .subdued-fal {
  color: rgb(131.5, 189.5, 147);
}
html.legacy hr {
  border-color: #CCC;
}
html.legacy .settify-fullscreen {
  min-height: 100vh;
  position: relative;
  padding-bottom: 205px;
}
@media (max-width: 899px) {
  html.legacy .settify-fullscreen {
    padding-bottom: 220px;
  }
}
@media (max-width: 650px) {
  html.legacy .settify-fullscreen {
    padding-bottom: 300px;
  }
}
@media (max-width: 480px) {
  html.legacy .settify-fullscreen {
    padding-bottom: 350px;
  }
}
@media (max-width: 370px) {
  html.legacy .settify-fullscreen {
    padding-bottom: 400px;
  }
}
html.legacy .headerimage {
  background-image: var(--brand-banner-image, url("images/sky-bg-8e40357fabd99c79d781b084f654a5c2.jpg"));
  background-repeat: no-repeat;
  background-color: var(--brand-primary-color, #34a853);
  background-position: center center;
  min-height: 200px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
@media (min-width: 881px) {
  html.legacy .firm-header-logo {
    max-height: 150px !important;
  }
}
html.legacy .largeheaderimage {
  min-height: 300px;
}
html.legacy .adminheaderimage {
  background-image: url("images/landing/adminheader-5c44af1753ee8efa705f04d3915112b6.jpg");
  background-position: right center;
}
html.legacy .firm-header-logo {
  max-height: 100px;
  margin-bottom: 10px;
  padding-top: 10px;
  max-width: 80%;
}
html.legacy .container {
  margin: 0;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
html.legacy .line-below {
  padding: 0;
  margin: 0;
  width: 50%;
  border-style: none;
}
html.legacy .line-below > div {
  height: 100%;
}
html.legacy .curve-left,
html.legacy .curve-left-grey,
html.legacy .curve-right,
html.legacy .curve-right-grey {
  background-repeat: no-repeat;
  background-size: 40px;
}
html.legacy .curve-right,
html.legacy .curve-right-grey {
  background-position: left bottom;
}
html.legacy .curve-left,
html.legacy .curve-left-grey {
  background-position: right bottom;
}
html.legacy .curve-left {
  background-image: url("images/curve-left-b04c093e681e147d050c52667061b6b3.png");
}
html.legacy .curve-right {
  background-image: url("images/curve-right-5bdb32c3f6904ca043275c26ec04e252.png");
}
html.legacy .curve-left-grey {
  background-image: url("images/curve-left-grey-74b40240837c0d120166d424edad400f.png");
}
html.legacy .curve-right-grey {
  background-image: url("images/curve-right-grey-1f5788d470108772a6648ef1f7534b5c.png");
}
html.legacy .box-header {
  position: relative;
  top: 1px;
  padding: 0;
  margin-bottom: 0;
  border-style: none;
  padding: 35px 40px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: white;
  text-align: center;
}
@media (min-width: 560px) {
  html.legacy .box-header {
    white-space: nowrap;
  }
  html.legacy .box-header img {
    max-width: 450px;
    max-height: 120px !important;
  }
}
@media (max-width: 559px) {
  html.legacy .box-header {
    font-size: 30px;
  }
  html.legacy .box-header img {
    max-width: 180px;
  }
}
html.legacy .box-header-container {
  margin: 0;
  padding: 0;
}
html.legacy .page-title {
  width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
@media (min-width: 400px) {
  html.legacy .page-title {
    width: 350px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 500px) {
  html.legacy .page-title-wide {
    width: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
html.legacy .odd-row {
  background-color: white;
}
html.legacy .even-row {
  background-color: white;
}
html.legacy .no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
html.legacy video {
  max-width: 80%;
  height: auto;
}
html.legacy .video-section {
  padding: 30px 5%;
  margin: 0;
  width: 100%;
}
html.legacy .video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
}
html.legacy .video-container embed,
html.legacy .video-container iframe,
html.legacy .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  html.legacy .video-section {
    padding-left: 13%;
    padding-right: 13%;
    background-image: url("images/ipad.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
@media (min-width: 750px) {
  html.legacy .video-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 900px) {
  html.legacy .video-section {
    padding-top: 43px;
    padding-bottom: 43px;
  }
}
@media (min-width: 1000px) {
  html.legacy .video-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1350px) {
  html.legacy .video-section {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
html.legacy .hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
html.legacy .hvr-float-shadow:active:before, html.legacy .document-required-block .small-button:active:before,
html.legacy .hvr-float-shadow:focus:before,
html.legacy .document-required-block .small-button:focus:before,
html.legacy .hvr-float-shadow:hover:before,
html.legacy .document-required-block .small-button:hover:before {
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
html.legacy .hvr-grow, html.legacy .document-required-block .small-button {
  -webkit-transition-property: transform, opacity, background-color;
  transition-property: transform, opacity, background-color;
}
html.legacy .hvr-fade {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, transform, opacity;
  transition-property: color, background-color, transform, opacity;
  background-color: var(--brand-primary-color, #34a853);
  color: white;
}
html.legacy .unfloat-button, html.legacy .document-required-block .small-button,
html.legacy .previous-button,
html.legacy .next-button {
  background-color: white;
  padding: 10px;
  border-radius: 4px;
  color: var(--brand-primary-color, #34a853);
  border: solid var(--brand-primary-color, #34a853) 1px;
  outline-style: none;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}
html.legacy .unfloat-button .fal, html.legacy .document-required-block .small-button .fal,
html.legacy .previous-button .fal,
html.legacy .next-button .fal {
  transition: color 0.3s ease;
}
html.legacy .unfloat-button.negative, html.legacy .document-required-block .negative.small-button,
html.legacy .previous-button.negative,
html.legacy .next-button.negative {
  background-image: linear-gradient(45deg, red 0%, rgb(255, 127.5, 127.5) 30%, white 80%);
  color: red;
  border: solid red 1px;
}
html.legacy .next-button:hover,
html.legacy .unfloat-button:hover,
html.legacy .document-required-block .small-button:hover,
html.legacy .next-button:focus,
html.legacy .unfloat-button:focus,
html.legacy .document-required-block .small-button:focus {
  color: white;
  background-color: var(--brand-primary-color, #34a853);
}
html.legacy .next-button:hover .fal,
html.legacy .unfloat-button:hover .fal,
html.legacy .document-required-block .small-button:hover .fal,
html.legacy .next-button:focus .fal,
html.legacy .unfloat-button:focus .fal,
html.legacy .document-required-block .small-button:focus .fal {
  color: white;
}
html.legacy .previous-button:hover, html.legacy .previous-button:focus,
html.legacy .drab-button:hover,
html.legacy .drab-button:focus {
  background-color: var(--brand-primary-color, #34a853);
  color: white;
}
html.legacy .dangerous-button {
  border-color: red;
  color: red;
}
html.legacy .dangerous-button:hover, html.legacy .dangerous-button:focus {
  color: white;
  background-color: red;
}
html.legacy .positive-button {
  border-color: #34a853;
  color: #34a853;
}
html.legacy .positive-button:hover, html.legacy .positive-button:focus {
  color: white;
  background-color: #34a853;
}
html.legacy .plain-button {
  background: none;
  border: none;
  outline-style: none;
}
html.legacy .unfloat-button, html.legacy .document-required-block .small-button {
  clear: both;
  margin-bottom: 20px;
}
html.legacy .disabled-button {
  cursor: not-allowed;
  opacity: 0.5;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 0) 0), rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
html.legacy .disabled-button:hover, html.legacy .disabled-button:focus {
  color: var(--brand-primary-color, #34a853);
  background: grey;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), rgba(200, 200, 200, 0.4);
}
html.legacy .non-preferred-button {
  border-color: grey;
  color: grey;
  opacity: 0.7;
}
html.legacy .non-preferred-button:hover, html.legacy .non-preferred-button:focus {
  border-color: var(--brand-primary-color, #34a853);
  opacity: 1;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100%;
  }
}
html.legacy .preview-button-wrapper {
  line-height: 50px;
}
html.legacy .preview-button-wrapper .preview-button {
  background-color: white;
  padding: 10px;
  border-radius: 4px;
  color: var(--brand-primary-color, #34a853);
  border: solid var(--brand-primary-color, #34a853) 1px;
  outline-style: none;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  line-height: 1.35;
}
html.legacy .preview-button-wrapper .preview-button:hover {
  background-color: var(--brand-primary-color, #34a853);
  color: white;
}
html.legacy .children-table {
  width: 100%;
}
html.legacy .children-table td {
  vertical-align: top;
}
html.legacy .children-table td img {
  max-width: 32px;
  max-height: 32px;
}
html.legacy .children-table th,
html.legacy .children-table tr:not(:last-of-type) {
  padding-bottom: 10px;
}
html.legacy .children-table td:not(:last-of-type) {
  padding-right: 10px;
}
html.legacy .children-table td:nth-of-type(2) {
  width: 80px;
}
html.legacy .children-table td:nth-of-type(3) {
  width: 32px;
  vertical-align: top;
}
@media (max-width: 500px) {
  html.legacy .children-table {
    font-size: 0.8em;
  }
  html.legacy .children-table input {
    font-size: 0.8em;
    padding-left: 1px;
    padding-right: 1px;
  }
  html.legacy .children-table small, html.legacy .children-table .small {
    font-size: 12px;
  }
  html.legacy .children-table img {
    margin-top: 15px;
    width: 16px;
  }
  html.legacy .children-table td:nth-of-type(1) {
    width: 20px;
    padding: 0px;
  }
  html.legacy .children-table .children-table-age {
    width: 50px;
  }
  html.legacy .children-table .children-table-remove {
    width: 15px;
  }
  html.legacy .children-table .children-table-remove i {
    font-size: 12px;
    margin: 0px;
    margin-top: 15px;
  }
}
html.legacy .induction-boxout {
  background: white;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 0px;
}
html.legacy .induction-footer {
  margin-top: 10px;
  padding-top: 10px;
  clear: both;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  text-align: right;
}
html.legacy .induction-footer:hover {
  opacity: 1;
}
html.legacy .induction-footer label,
html.legacy .induction-footer p {
  font-size: 14px;
  margin-bottom: 0px;
}
html.legacy .induction-footer i {
  color: rgb(111.4363636364, 210.5636363636, 137.9272727273);
}
html.legacy .induction-footer .warning {
  color: #ff6666;
}
html.legacy .induction-navigation {
  clear: both;
  padding-top: 20px;
}
html.legacy .induction-navigation p {
  display: flex;
  justify-content: space-between;
}
html.legacy .icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
}
html.legacy .icon-container .icon {
  background: white;
  width: 78px;
  display: block;
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
  margin-top: 2px;
}
html.legacy .icon-container .icon img {
  border-radius: 2px;
  height: 100%;
  width: 100%;
  background-color: var(--brand-primary-color, #34a853);
  transform: translateZ(0) scale(1) perspective(1000px);
  backface-visibility: hidden;
  background-clip: padding-box;
}
html.legacy .icon-container .progress-bar-foreground,
html.legacy .icon-container .progress-bar-background,
html.legacy .icon-container .progress-bar-swish {
  position: absolute;
  top: 0;
  left: -3px;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke-dasharray: 144;
}
html.legacy .icon-container .progress-bar-background {
  stroke: lightgrey;
  stroke-dashoffset: 0;
}
html.legacy .icon-container .progress-bar-foreground {
  stroke: var(--brand-primary-color, #34a853);
  stroke-dashoffset: 144;
  transition: all 0.4s ease;
}
html.legacy .icon-container .progress-bar-swish {
  opacity: 0;
  transition: all 0.3s linear;
  fill: url(#complete-swish);
}
html.legacy .icon-container .progress-bar-swish .complete-gradient-primary {
  stop-color: var(--brand-primary-color, #34a853);
}
html.legacy .icon-container .progress-bar-swish .complete-gradient-secondary {
  stop-color: rgb(111.4363636364, 210.5636363636, 137.9272727273);
}
html.legacy .icon-container #progress-tick {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 12px);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke: white;
  transform: scale(0);
}
html.legacy .icon-container .progress-bar-completed {
  -webkit-animation: rubberBand 0.8s;
  -moz-animation: rubberBand 0.8s;
  -o-animation: rubberBand 0.8s;
  animation: rubberBand 0.8s;
  animation-delay: 0.5s;
}
html.legacy .icon-container .progress-bar-completed.progress-bar-swish {
  opacity: 1;
}
html.legacy .icon-container .progress-bar-completed#progress-tick {
  transform: scale(1);
  transition: all 0.3s ease 0.6s;
}
html.legacy _:-ms-fullscreen .icon, html.legacy :root .icon-container .icon {
  opacity: 0.7;
}
html.legacy .icon-disabled,
html.legacy .icon-completed,
html.legacy .icon-enabled {
  display: inline-block;
}
html.legacy .icon-disabled,
html.legacy .icon-disabled a,
html.legacy .icon-disabled .toggle-box label,
html.legacy .toggle-box .icon-disabled label,
html.legacy .icon-disabled a:visited {
  color: #AAA;
  cursor: not-allowed;
}
html.legacy .icon-disabled img,
html.legacy .icon-disabled a img,
html.legacy .icon-disabled a:visited img {
  filter: invert(100%) brightness(0.5);
}
html.legacy _:-ms-fullscreen img, html.legacy :root .icon-disabled img {
  opacity: 0.5;
}
html.legacy .icon-completed a, html.legacy .icon-completed .toggle-box label, html.legacy .toggle-box .icon-completed label,
html.legacy .icon-completed a:visited,
html.legacy .icon-completed .pseudolink,
html.legacy .icon-completed image {
  color: #ceb20f;
  opacity: 0.7;
  transition: none;
}
html.legacy .icon-completed a img, html.legacy .icon-completed .toggle-box label img, html.legacy .toggle-box .icon-completed label img,
html.legacy .icon-completed a:visited img,
html.legacy .icon-completed .pseudolink img,
html.legacy .icon-completed image img {
  filter: invert(100%) brightness(0.5) sepia(1);
}
html.legacy .icon-completed a:visited:hover,
html.legacy .icon-completed a:hover,
html.legacy .icon-completed .toggle-box label:hover,
html.legacy .toggle-box .icon-completed label:hover,
html.legacy .icon-completed b:hover,
html.legacy .icon-completed img:hover,
html.legacy .icon-completed .pseudolink:hover {
  opacity: 1 !important;
  transition: none;
}
html.legacy .icon-enabled img {
  background-image: var(--brand-primary-color, #34a853);
  background-color: var(--brand-primary-color, #34a853);
  margin-top: 0;
}
html.legacy img#induction-header-image {
  background-image: var(--brand-primary-color, #34a853);
  background-color: var(--brand-primary-color, #34a853);
  background: none;
}
html.legacy .childcareLabel {
  width: 40%;
}
html.legacy .childcareColumn {
  width: 17%;
  font-weight: var(--brand-body-font-weight, 300) !important;
  text-align: center;
}
html.legacy .childcareColumnNarrow {
  width: 9%;
}
html.legacy .childcareTable tr {
  border-bottom: solid 1px lightgrey;
}
html.legacy .childcareTable {
  width: 100%;
}
html.legacy .asset-option {
  width: 100%;
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
}
html.legacy .asset-option-selected {
  background: #34a853;
  color: white;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
html.legacy .induction-miniheader {
  text-align: center;
  display: block;
  font-size: 26px;
}
html.legacy .sharesColumn {
  width: 30%;
  padding-right: 10px;
  vertical-align: middle;
  padding-bottom: 10px;
}
html.legacy .sharesColumnFinal {
  width: 10%;
}
html.legacy .sharesColumn input {
  display: inline;
}
html.legacy .sharesTable .form-group {
  margin-bottom: 0px;
}
html.legacy .sharesTable {
  width: 100%;
}
html.legacy .summary-key {
  min-width: 130px;
  display: inline-block;
  float: left;
  clear: left;
}
html.legacy .summary-table td {
  vertical-align: top;
  padding-bottom: 10px;
  min-width: 130px;
}
html.legacy .summary-title-cell,
html.legacy .summary-content-cell,
html.legacy .summary-edit-cell {
  vertical-align: top;
  padding-bottom: 10px;
}
html.legacy .summary-table td:first-child,
html.legacy .summary-title-cell {
  width: 200px;
}
html.legacy .cost-agreement {
  font-size: 15px !important;
}
html.legacy .cost-agreement ol {
  font-weight: 700;
  background: #34a853;
  padding-left: 40px;
  color: white;
  border-radius: 4px;
  margin-bottom: 6px;
}
html.legacy .cost-agreement p {
  font-size: 15px !important;
  padding-left: 40px;
}
html.legacy .cost-agreement .sub ol {
  font-weight: var(--brand-body-font-weight, 300);
  background: transparent;
  color: var(--brand-text-color, #333);
  list-style-type: lower-alpha;
}
html.legacy .cost-agreement .sub p {
  padding-left: 40px;
}
html.legacy .cost-agreement .subsub {
  margin-left: 25px;
}
html.legacy .cost-agreement .subsub ul {
  padding-left: 40px;
}
html.legacy .cost-agreement .subsub ol {
  font-weight: var(--brand-body-font-weight, 300);
  background: transparent;
  color: var(--brand-text-color, #333);
  list-style-type: lower-roman;
}
html.legacy .confidence-first {
  text-align: left;
}
html.legacy .confidence-second {
  width: 66%;
  margin-right: auto;
  margin-left: 1%;
  text-align: center;
}
html.legacy .confidence-third {
  width: 66%;
  margin-left: auto;
  margin-right: 1%;
  text-align: center;
}
html.legacy .confidence-fourth {
  text-align: right;
}
html.legacy .progress-indicator {
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
html.legacy .progress-indicator label span.settify-checkbox-svg {
  width: 22px;
  height: 22px;
  transition: border-color 0.3s ease;
}
html.legacy .progress-indicator label span.settify-checkbox-svg svg {
  top: 4px;
  left: 3px;
}
html.legacy .progress-indicator.present-indicator label span, html.legacy .progress-indicator.present-indicator label:hover span {
  border: 2px solid var(--brand-primary-color, #34a853) !important;
}
@keyframes tickAnimation {
  from {
    stroke-dashoffset: 16px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes tickAnimation {
  from {
    stroke-dashoffset: 16px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes tickAnimation {
  from {
    stroke-dashoffset: 16px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes tickAnimation {
  from {
    stroke-dashoffset: 16px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes tickAnimation {
  from {
    stroke-dashoffset: 16px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
html.legacy .powered-by-image {
  margin-bottom: 3px;
  width: 40px;
}
html.legacy .powered-by-text {
  opacity: 0.5;
  transition: opacity 0.25s;
}
html.legacy .powered-by-text a, html.legacy .powered-by-text .toggle-box label, html.legacy .toggle-box .powered-by-text label, html.legacy .powered-by-text a:hover {
  color: var(--brand-text-color, #333);
}
html.legacy .powered-by-text:hover {
  opacity: 1;
}
html.legacy .firm-header-logo {
  max-height: 100px;
  margin-bottom: 10px;
  max-width: 80%;
}
html.legacy .firm-letterhead-logo {
  margin-bottom: 10px;
  max-height: 100px;
  max-width: 250px;
}
html.legacy .settify-logo {
  vertical-align: middle;
  height: 32px;
}
html.legacy .button-fine-print {
  text-align: right;
  clear: both;
  max-width: 200px;
  margin-left: auto;
}
html.legacy .settify-boxout {
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 15px;
}
html.legacy .settify-boxout img {
  height: 32px;
  opacity: 0.25;
  float: right;
}
html.legacy .settify-boxout h2:first-of-type, html.legacy .settify-boxout .h2:first-of-type {
  margin-top: 0;
}
html.legacy .settify-callout {
  font-size: 0.75em;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  flex-direction: row;
}
html.legacy .settify-callout.pdf-exclude {
  align-items: center;
  gap: 1rem;
  font-size: 15px;
}
html.legacy .settify-callout.pdf-exclude a, html.legacy .settify-callout.pdf-exclude .toggle-box label, html.legacy .toggle-box .settify-callout.pdf-exclude label {
  margin: 0;
  font-size: 14px;
}
html.legacy .fontweight-400 {
  font-weight: 400;
}
html.legacy .font-18 {
  font-size: 18px;
}
html.legacy .font-16 {
  font-size: 16px;
}
html.legacy .gap-1 {
  gap: 1rem;
}
html.legacy .margin-0 {
  margin: 0;
}
html.legacy .margintop-0\.5 {
  margin-top: 0.5em;
}
html.legacy .margintop-1 {
  margin-top: 1em;
}
html.legacy .margintop-8 {
  margin-top: 8px;
}
html.legacy .margintop-15 {
  margin-top: 15px;
}
html.legacy .marginright-8 {
  margin-right: 8px;
}
html.legacy .marginbottom-0 {
  margin-bottom: 0;
}
html.legacy .marginbottom-0\.8 {
  margin-bottom: 0.8em;
}
html.legacy .marginbottom-5 {
  margin-bottom: 5px;
}
html.legacy .marginbottom-10 {
  margin-bottom: 10px;
}
html.legacy .marginleft-m18 {
  margin-left: -18px;
}
html.legacy .marginleft-0 {
  margin-left: 0;
}
html.legacy .marginleft-2 {
  margin-left: 2rem;
}
html.legacy .padding-20 {
  padding: 20px;
}
html.legacy .paddingbottom-0\.5 {
  padding-bottom: 0.5em;
}
html.legacy .g-icon-spinner {
  margin: 0px auto;
  width: 64px;
  height: 64px;
  position: relative;
  top: 62px;
  left: -2px;
  z-index: 10;
  pointer-events: none;
  margin-top: -64px;
  background-image: url(/assets/images/metallic-c02e39b920182bdfa4fb17a38e79f0be.png);
  background-size: cover;
  opacity: 0.5;
  animation: animationFrames ease-in-out 5s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}
@keyframes animationFrames {
  0% {
    transform: translate(-60px, 0px);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    transform: translate(60px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(60px, 0px);
    opacity: 0;
  }
}
@keyframes rubberBand {
  from {
    transform: scale(1, 1, 1);
  }
  30% {
    transform: scale3d(1.15, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.15, 1);
  }
  50% {
    transform: scale3d(1.1, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes rubberBand {
  from {
    transform: scale(1, 1, 1);
  }
  30% {
    transform: scale3d(1.15, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.15, 1);
  }
  50% {
    transform: scale3d(1.1, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rubberBand {
  from {
    transform: scale(1, 1, 1);
  }
  30% {
    transform: scale3d(1.15, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.15, 1);
  }
  50% {
    transform: scale3d(1.1, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes rubberBand {
  from {
    transform: scale(1, 1, 1);
  }
  30% {
    transform: scale3d(1.15, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.15, 1);
  }
  50% {
    transform: scale3d(1.1, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-ms-keyframes rubberBand {
  from {
    transform: scale(1, 1, 1);
  }
  30% {
    transform: scale3d(1.15, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.15, 1);
  }
  50% {
    transform: scale3d(1.1, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
html.legacy .subtle-rotation {
  padding: 1px;
}
@keyframes rotation-keyframes {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@-moz-keyframes rotation-keyframes {
  0% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(5deg);
  }
}
@-webkit-keyframes rotation-keyframes {
  0% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
  }
}
@-o-keyframes rotation-keyframes {
  0% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(5deg);
  }
}
@-ms-keyframes rotation-keyframes {
  0% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(5deg);
  }
}
html.legacy .pathway-capture-message {
  border-radius: 10px;
  padding: 15px;
  margin: 30px 10px;
  -webkit-box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.75);
}
html.legacy .feedback-box {
  border-radius: 10px;
  border: 2px solid var(--brand-primary-color, #34a853);
  padding: 15px;
  margin-bottom: 10px;
}
html.legacy .feedback-box.negative-box {
  border-color: red;
}
html.legacy .feedback-box .feedback-info-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row-reverse;
}
html.legacy .feedback-dropdown {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  z-index: 1000;
  width: 100%;
  min-height: 50px;
  margin-bottom: 10px;
  position: fixed;
}
html.legacy .feedback-dropdown.display-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}
html.legacy .feedback-dropdown .feedback-wrapper {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0.5em;
}
html.legacy .feedback-dropdown .feedback-wrapper .next-button {
  margin-bottom: 0px;
}
html.legacy .feedback-dropdown .settify-textarea-container {
  padding-top: 0px;
}
html.legacy .feedback-dropdown .settify-textarea {
  height: 3.5em;
}
html.legacy .feedback-dropdown .settify-textarea textarea:hover, html.legacy .feedback-dropdown .settify-textarea textarea:focus {
  background: white !important;
}
html.legacy .feedback-dropdown div a, html.legacy .feedback-dropdown div .toggle-box label, html.legacy .toggle-box .feedback-dropdown div label {
  margin: 5px;
  padding: 2px;
  color: white;
  background-color: #222;
}
html.legacy .feedback-dropdown div a .fal, html.legacy .feedback-dropdown div .toggle-box label .fal, html.legacy .toggle-box .feedback-dropdown div label .fal {
  color: white;
}
html.legacy .feedback-dropdown div a span, html.legacy .feedback-dropdown div .toggle-box label span, html.legacy .toggle-box .feedback-dropdown div label span {
  margin-right: 8px;
}
html.legacy .feedback-dropdown div a:hover, html.legacy .feedback-dropdown div .toggle-box label:hover, html.legacy .toggle-box .feedback-dropdown div label:hover {
  background-color: #555;
}
html.legacy .show-overflow {
  position: fixed;
  z-index: 10000;
  width: 100%;
}
html.legacy .show-overflow .liquid-container, html.legacy .show-overflow .liquid-child {
  overflow: visible;
}
html.legacy .force-no-overflow {
  overflow: hidden !important;
}
html.legacy .force-no-overflow div {
  overflow: hidden !important;
}
html.legacy .gendered-name-input {
  width: 100%;
}
html.legacy .gendered-name-input td:nth-child(2) {
  text-align: center;
}
html.legacy .gendered-name-input img {
  max-width: 32px;
  max-height: 32px;
}
html.legacy .personalised-message {
  border: 1px dashed grey;
  padding: 5px;
  margin-top: 5px;
}
html.legacy .message-error {
  color: red;
}
html.legacy .units-per {
  display: flex;
}
html.legacy .units-per span {
  flex: 1;
  display: flex;
  align-items: baseline;
  margin-right: 1em;
}
html.legacy .letterCircle {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 2px solid #666 !important;
  text-align: center;
  font-size: 20px;
}
html.legacy .letterCircle.smallCircle {
  width: 20px;
  height: 20px;
  font-size: 12px;
}
html.legacy .alternate-rows tr:nth-child(even) {
  background: #F3F3F3;
}
html.legacy .lawyer-bio-text {
  white-space: pre-line;
}
html.legacy .lead-list-information p {
  font-size: 16px;
}
html.legacy .lead-list-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
html.legacy .lead-list-header.disabled {
  opacity: 0.5;
}
html.legacy .lead-list-header .fal {
  transition: all 0.2s ease;
}
html.legacy .lead-list-table {
  width: 100%;
  font-weight: 400;
}
html.legacy .lead-list-table caption {
  color: inherit;
  caption-side: top;
}
html.legacy .lead-list-table tr {
  color: inherit;
  vertical-align: middle;
  outline: 0px;
}
html.legacy .lead-list-table tr th, html.legacy .lead-list-table tr td {
  text-align: left;
  display: table-cell;
  font-size: 16px;
  line-height: 1.5rem;
  vertical-align: inherit;
  border-bottom: 1px solid rgb(224, 224, 224);
  padding: 16px;
}
html.legacy .lead-list-table tr th a, html.legacy .lead-list-table tr th .toggle-box label, html.legacy .toggle-box .lead-list-table tr th label, html.legacy .lead-list-table tr th span, html.legacy .lead-list-table tr td a, html.legacy .lead-list-table tr td .toggle-box label, html.legacy .toggle-box .lead-list-table tr td label, html.legacy .lead-list-table tr td span {
  line-height: 1.5;
}
html.legacy .lead-list-table tr th.lead-name, html.legacy .lead-list-table tr td.lead-name {
  width: 35%;
}
html.legacy .lead-list-table tr th.lead-name a, html.legacy .lead-list-table tr th.lead-name .toggle-box label, html.legacy .toggle-box .lead-list-table tr th.lead-name label, html.legacy .lead-list-table tr td.lead-name a, html.legacy .lead-list-table tr td.lead-name .toggle-box label, html.legacy .toggle-box .lead-list-table tr td.lead-name label {
  font-weight: 400;
  display: block;
}
html.legacy .lead-list-table tr th.lead-info, html.legacy .lead-list-table tr td.lead-info {
  font-weight: 300;
  font-size: 14px;
  width: 35%;
}
html.legacy .lead-list-table tr th.lead-info span, html.legacy .lead-list-table tr td.lead-info span {
  opacity: 0.8;
  font-size: 12px;
}
html.legacy .lead-list-table tr th.lead-status, html.legacy .lead-list-table tr td.lead-status {
  text-align: right;
  width: 30%;
  border-right: 2px solid transparent;
}
html.legacy .lead-list-table tr th.lead-status.lead-pending, html.legacy .lead-list-table tr td.lead-status.lead-pending {
  border-right-color: var(--brand-primary-color, #34a853);
}
html.legacy .invoice p, html.legacy .invoice td, html.legacy .invoice th {
  font-size: 0.8em;
}
html.legacy .invoice table {
  width: 100%;
}
html.legacy .invoice table td {
  vertical-align: top;
}
html.legacy .invoice .itemisedlist th {
  text-align: left;
}
html.legacy .nonbillablelead, html.legacy .testaccountlead {
  text-decoration: line-through;
}
html.legacy .testaccountlead {
  color: red;
}
html.legacy .subdued {
  color: grey;
}
html.legacy .phone-meeting-settings {
  margin-left: 0.25em;
  border-left: 5px solid lightgrey;
  padding-left: 1.5em;
}
html.legacy table.invitation-email-history {
  font-size: 0.8em;
}
html.legacy table.invitation-email-history td:first-child {
  padding-right: 10px;
  font-weight: bold;
}
html.legacy table.invitation-email-history td.no-bold {
  font-weight: var(--settify-body-font-weight, 300);
  padding-bottom: 1em;
}
html.legacy table.invitation-email-history td.no-bold a, html.legacy table.invitation-email-history td.no-bold .toggle-box label, html.legacy .toggle-box table.invitation-email-history td.no-bold label {
  font-weight: bold;
}
html.legacy table.invitation-email-history i.fal {
  margin: 2px;
  margin-right: 5px;
  font-size: 0.8em;
}
html.legacy div.invitation-email-history-wrapper {
  padding: 0.5em;
  border-radius: 10px;
  border: 1px solid var(--brand-primary-color, #34a853);
  margin-bottom: 1em;
}
html.legacy div.invitation-email-history-wrapper p {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.1em;
}
html.legacy .billing-totals {
  font-weight: bold;
  border-top: 1px solid grey;
}
html.legacy .admin-overlay {
  display: inline-block;
  background: white;
  color: var(--brand-text-color, #333);
  padding: 5px 5px;
  height: 50px;
  width: 170px;
  border-bottom-left-radius: 10px;
  position: fixed;
  top: 0px;
  right: -120px;
  z-index: 100;
  transition: right 0.3s;
}
html.legacy .admin-overlay img {
  max-width: 70px;
  max-height: 40px;
}
html.legacy .admin-overlay:hover {
  right: 0px;
}
html.legacy .admin-warning {
  background: red;
  top: 20px;
  right: 20px;
  -webkit-animation: admin-bounce 2s infinite ease-in-out;
  animation: admin-bounce 2s infinite ease-in-out;
}
@-webkit-keyframes admin-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
  }
}
@keyframes admin-bounce {
  0%, 100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
  }
}
html.legacy .admin-progress-icon {
  width: 35px;
  margin-right: 10px;
}
html.legacy .accent-text {
  color: var(--brand-primary-color, #34a853);
  font-weight: bold;
}
html.legacy .half-width-column {
  display: table-cell;
  width: 49%;
}
html.legacy .admin-lead-table {
  width: 100%;
}
html.legacy .admin-lead-table tr {
  vertical-align: middle;
}
html.legacy .admin-lead-table th:nth-of-type(3), html.legacy .admin-lead-table td:nth-of-type(3) {
  width: 150px;
  text-align: center;
}
html.legacy .admin-lead-table th:nth-of-type(4), html.legacy .admin-lead-table td:nth-of-type(4) {
  text-align: center;
}
html.legacy .admin-lead-table tr {
  width: 100%;
  border-top: dotted white 2px;
}
html.legacy .admin-lead-table tr:nth-of-type(1) {
  border-top: none;
}
html.legacy .admin-lead-table tr.no-border {
  border-top: none;
}
html.legacy .admin-lead-table .made-mistake-button {
  display: block;
  font-size: 14px;
}
html.legacy .lead-prev-link,
html.legacy .lead-next-link {
  font-size: 0.8em;
  margin-bottom: 1em;
}
html.legacy .lead-prev-link {
  float: left;
}
html.legacy .lead-next-link {
  float: right;
}
html.legacy .disabled-conflict {
  opacity: 0.3;
}
html.legacy .invited-clients-table tr {
  vertical-align: middle;
}
html.legacy .invited-clients-table tr td {
  padding: 5px 0;
}
html.legacy .invited-clients-table tr td span {
  padding: 8px 10px;
}
html.legacy .config-menu img {
  max-width: 64px;
  margin-right: 1em;
  display: inline-block;
  margin: 0;
  margin-right: 1em;
  background-image: var(--brand-primary-color, #34a853);
  background-color: var(--brand-primary-color, #34a853);
}
html.legacy .config-menu p {
  font-weight: bold;
}
html.legacy .config-menu p.coming-soon {
  opacity: 0.7;
}
html.legacy .edit-office-block img {
  max-height: 24px;
  vertical-align: baseline;
  display: inline-block;
  margin: 0px;
  background-image: var(--brand-primary-color, #34a853);
  background-color: var(--brand-primary-color, #34a853);
}
html.legacy .accounts .summary-icon-image {
  margin-top: 0px;
}
html.legacy .team-list {
  font-size: 0.9em;
  width: 100%;
}
html.legacy .team-list tr td {
  padding: 4px;
}
html.legacy .team-list tr td:first-child {
  width: 70px;
}
html.legacy .team-list tr td:last-child {
  width: 120px;
}
html.legacy .team-list tr td:last-child small, html.legacy .team-list tr td:last-child .small {
  display: block;
}
html.legacy .team-list tr img {
  max-width: 64px;
  max-height: 64px;
  margin-right: 0.5em;
  border-radius: 5px;
  margin-left: 2px;
}
html.legacy .team-list tr:nth-child(2n+1) {
  background: #F8F8F8;
}
html.legacy .team-list tr span.name {
  font-weight: bold;
}
html.legacy .team-list tr.archived {
  opacity: 0.5;
}
html.legacy .team-list .config-stack-icon {
  color: #555555;
}
html.legacy .team-list .config-stack-icon.no-margin {
  margin: 0px;
}
html.legacy .team-list .config-stack-icon.no-left-margin {
  margin-left: 0px;
}
html.legacy .team-list .config-stack-icon.shift-left::before {
  position: relative;
  right: 0.1em;
}
html.legacy .team-list .config-stack-icon.shift-right::before {
  position: relative;
  font-size: 0.7em;
  left: 0.7em;
  top: 0.2em;
}
html.legacy .team-list .config-stack-wrapper {
  width: 1.5em;
}
html.legacy .team-list .readonly-textarea {
  display: inline-block;
  margin-top: 0px !important;
}
html.legacy .admin-index-bubble, html.legacy .conversion-bubble, html.legacy .completed-induction-bubble, html.legacy .unseen-changes-bubble, html.legacy .new-client-bubble {
  border-radius: 5px;
  padding: 1px 4px;
  position: relative;
  bottom: 1px;
  font-size: 0.7em;
  margin-left: 8px;
  display: inline-block;
  line-height: 1.2em;
}
html.legacy .new-client-bubble {
  background: #34a853;
  color: white;
}
html.legacy .unseen-changes-bubble {
  background: palegoldenrod;
  color: #333;
}
html.legacy .completed-induction-bubble {
  background: #34a853;
  color: white;
}
html.legacy .lead-billing p {
  margin-bottom: 5px;
}
html.legacy .lead-billing button {
  font-size: 12px;
  opacity: 0.8;
}
html.legacy .lead-billing .lead-billing-spinner {
  min-width: unset;
  margin: 0;
  font-size: 11px;
}
html.legacy .conversion-bubble {
  background: lightblue;
  color: darkblue;
}
html.legacy .conversion-bubble .fal {
  font-size: 0.8em;
  color: white;
  margin-left: 1px;
  margin-right: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}
html.legacy .conversion-bubble.clickable:hover {
  color: white;
}
html.legacy .admin-name-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
html.legacy .admin-sort, html.legacy .admin-sort-button, html.legacy .admin-sort-intro {
  font-size: 0.8em;
  color: #AAA;
  opacity: 0.7;
}
html.legacy .admin-sort-intro {
  margin-left: 10px;
}
html.legacy .admin-sort-button {
  padding: 2px;
  margin-left: 5px;
  transition: opacity 0.25s;
  display: inline-block;
}
html.legacy .admin-sort-button.search-button {
  margin-left: 15px;
}
html.legacy .admin-sort-button:hover {
  opacity: 1;
}
html.legacy .admin-sort-button a, html.legacy .admin-sort-button .toggle-box label, html.legacy .toggle-box .admin-sort-button label {
  color: #AAA;
}
html.legacy .admin-sort-button .fal {
  margin: 0px;
  padding: 0px;
  color: #AAA;
  opacity: 0.7;
  font-size: 0.8em;
}
html.legacy .admin-sort-button-active a, html.legacy .admin-sort-button-active .toggle-box label, html.legacy .toggle-box .admin-sort-button-active label {
  color: var(--brand-primary-color, #34a853);
  opacity: 1;
}
html.legacy .admin-sort-button-active .fal {
  opacity: 1;
  color: var(--brand-primary-color, #34a853);
}
html.legacy .dashboard-chart {
  height: 400px;
  width: 100%;
  margin-bottom: 1em;
}
html.legacy .dashboard-legend {
  margin-bottom: 2em;
}
html.legacy .chart-label {
  display: block;
}
html.legacy .admin-search-container {
  width: 50%;
  margin-bottom: 1rem;
}
@media (max-width: 450px) {
  html.legacy .admin-search-container {
    width: 75%;
  }
}
html.legacy .preview-email {
  border: 1px dashed grey;
  padding: 10px;
}
html.legacy .preview-email .templateContainer {
  width: 100% !important;
}
html.legacy .fadein {
  animation-name: fade-in;
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html.legacy .validationbutton {
  background: none;
  border-radius: 4px;
  border: solid 1px var(--brand-primary-color, #34a853);
  display: inline-block;
  margin-bottom: 1em;
}
html.legacy .validationbutton p {
  margin: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
html.legacy .validationbutton, html.legacy .validationbutton p, html.legacy .validationbutton a, html.legacy .validationbutton .toggle-box label, html.legacy .toggle-box .validationbutton label, html.legacy a.validationbutton, html.legacy .toggle-box label.validationbutton {
  text-decoration: none;
  color: var(--brand-primary-color, #34a853);
  font-size: 1.2em;
}
html.legacy #optionalExtra {
  clear: both;
}
html.legacy .optionalExtraButton {
  font-style: italic;
  margin-right: 1em;
}
html.legacy .optionalExtraButton:last-of-type {
  margin-bottom: 1em;
}
html.legacy .optionalExtraButton.underlined {
  border-bottom: 1px dotted lightgrey;
  width: 100%;
  display: block;
  opacity: 0.6;
  text-align: left;
}
html.legacy .hidden {
  display: none;
}
html.legacy .viewLawFirmClientNotice {
  text-align: center;
}
html.legacy .viewLawFirmClientNotice img {
  max-width: 100%;
  max-height: 200px;
}
html.legacy .inviteEmailLawyerBio {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding-top: 10px;
  margin-bottom: 1em;
}
html.legacy .inviteEmailLawyerBio img {
  border-radius: 8px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 200px;
  float: right;
}
html.legacy .inviteEmailLawyerBio table p:last-of-type {
  margin-bottom: 0;
}
html.legacy .inviteEmailLawyerBio .purple {
  color: var(--brand-primary-color, #34a853);
}
html.legacy .inviteEmailLawyerBio.second-lawyer-bio {
  border-top: 0px;
}
html.legacy #preview-email-css-wrapper {
  font-size: 16px;
  line-height: 18px;
}
html.legacy #preview-email-css-wrapper p {
  font-size: 16px;
  line-height: 18px;
}
html.legacy #preview-email-css-wrapper .validationbutton {
  background-color: var(--brand-primary-color, #34a853);
  border-radius: 8px;
}
html.legacy #preview-email-css-wrapper .validationbutton p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0.625rem 1rem;
}
html.legacy #preview-email-css-wrapper .heading {
  text-align: center;
  color: var(--brand-primary-color, #34a853);
  font-size: 30px;
  line-height: 34px;
}
html.legacy #preview-email-css-wrapper img {
  max-width: 100%;
}
html.legacy .show-in-download-only {
  display: none;
}
html.legacy .childrensummarytable img {
  max-width: 16px;
  max-height: 16px;
}
html.legacy .csv-wrapper {
  text-align: right;
  color: var(--brand-link-color, rgb(39.9454545455, 129.0545454545, 63.7590909091));
  font-size: 0.7em;
}
html.legacy .csv-wrapper img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
html.legacy .firm-notes {
  margin-bottom: 0.5em;
  display: inline-block;
  white-space: pre-wrap;
}
html.legacy .editing-notes p {
  font-size: 0.8em;
}
html.legacy .editing-notes .conversion-bubble {
  font-size: 0.875em;
}
html.legacy .editing-notes .unselected {
  opacity: 0.6;
}
html.legacy .editing-notes .unselected:hover {
  opacity: 1;
}
html.legacy .editing-notes .disabled {
  background: grey;
  cursor: not-allowed;
}
html.legacy .editing-notes .disabled:hover {
  opacity: 0.6;
}
html.legacy .editing-notes .selected {
  opacity: 1;
}
html.legacy .editing-notes .selected:hover {
  opacity: 1;
}
html.legacy .firm-stripeID .firm-invoice-details {
  justify-content: space-between;
  margin-top: 8px;
}
html.legacy .firm-stripeID .firm-invoice-details p {
  font-size: 0.875em;
}
html.legacy .stripe-details {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
html.legacy .stripe-details button {
  margin: 0;
  width: max-content;
}
@media print {
  html.legacy a[href]:after, html.legacy .toggle-box label[href]:after {
    content: none;
  }
  html.legacy *, html.legacy *:before, html.legacy *:after {
    color: inherit !important;
  }
  html.legacy .backhome {
    display: none;
  }
  html.legacy .settify-contentcolumn h1, html.legacy .settify-contentcolumn .h1 {
    font-size: 26px;
  }
  html.legacy .settify-contentcolumn h3, html.legacy .settify-contentcolumn .h3 {
    font-size: 18px;
  }
  html.legacy .settify-contentcolumn p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  html.legacy a, html.legacy .toggle-box label {
    color: #217dbb !important;
  }
  html.legacy .lead-list-header .fal, html.legacy .lead-list-table .fal {
    color: #16399b !important;
  }
  html.legacy .lead-list-table tr {
    page-break-inside: avoid;
  }
  html.legacy .lead-list-table tr td {
    font-size: 1em;
    padding-bottom: 2px;
    padding-top: 2px;
  }
  html.legacy .lead-list-table tr td.lead-pending {
    border-right-color: transparent !important;
  }
  html.legacy .lead-list-table tr td.lead-pending .settify-select {
    display: none !important;
  }
  html.legacy .lead-list-table tr td.lead-pending:after {
    content: "Incomplete";
  }
  html.legacy .review-button {
    display: none;
  }
  html.legacy .footer-left,
  html.legacy .footer-right .logo-credential {
    display: none !important;
  }
  html.legacy .do-not-print {
    display: none;
  }
}
html.legacy div.practice-area-icon {
  display: inline-block;
  border-radius: 50%;
  border: solid 1px;
  line-height: 1em;
  font-size: 12px;
  padding: 5px 0px;
  top: -3px;
  position: relative;
  margin-right: 4px;
  height: 24px;
  width: 24px;
  text-align: center;
}
html.legacy div.practice-area-icon.Family {
  border-color: #0074a3;
  color: #0074a3;
}
html.legacy div.practice-area-icon.Wills {
  border-color: #eea811;
  color: #eea811;
}
html.legacy div.practice-area-icon.Forms {
  border-color: #cc0099;
  color: #cc0099;
}
html.legacy div.practice-area-icon.Probate {
  border-color: #5b6b00;
  color: #5b6b00;
}
html.legacy div.practice-area-icon.Estates {
  border-color: #dd453a;
  color: #dd453a;
}
html.legacy div.practice-area-warning {
  color: rgb(255, 255, 255);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), rgb(170, 204, 0);
  background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), rgb(170, 204, 0);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), rgb(170, 204, 0);
  background-position: auto auto;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  padding: 3px;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px;
}
html.legacy div.practice-area-warning.Family {
  background-color: #0074a3;
}
html.legacy div.practice-area-warning.Wills {
  background-color: #eea811;
}
html.legacy div.practice-area-warning.Forms {
  background-color: #cc0099;
}
html.legacy div.practice-area-warning.Probate {
  background-color: #5b6b00;
}
html.legacy div.practice-area-warning.Estates {
  background-color: #dd453a;
}
html.legacy p.practice-area-subwarning {
  border: 2px solid red;
  border-top: 0px;
  padding: 3px;
}
html.legacy p.practice-area-subwarning.Family {
  border-color: #0074a3;
}
html.legacy p.practice-area-subwarning.Wills {
  border-color: rgb(242.25, 189.75, 76.5);
}
html.legacy p.practice-area-subwarning.Forms {
  border-color: #cc0099;
}
html.legacy p.practice-area-subwarning.Probate {
  border-color: #5b6b00;
}
html.legacy p.practice-area-subwarning.Estates {
  border-color: #dd453a;
}
html.legacy .pms-settings-inputs .settify-checkbox {
  margin-top: 5px;
}
html.legacy div.firm-details.larger-font table.settings {
  font-size: 1em;
}
html.legacy div.firm-details .pms-settings-inputs input, html.legacy div.firm-details .pms-settings-inputs select, html.legacy div.firm-details .pms-settings-inputs textarea, html.legacy div.firm-details .pms-settings-inputs .settify-checkbox, html.legacy div.firm-details .pms-settings-inputs .radio, html.legacy div.firm-details .pms-settings-inputs .settify-select {
  background: rgb(255, 255, 191.25);
}
html.legacy div.firm-details table.settings {
  font-size: 0.8em;
  width: 100%;
}
html.legacy div.firm-details table.settings i.help-toggle, html.legacy div.firm-details table.settings span.help-toggle {
  margin: 0px;
}
html.legacy div.firm-details table.settings p, html.legacy div.firm-details table.settings input, html.legacy div.firm-details table.settings select, html.legacy div.firm-details table.settings textarea, html.legacy div.firm-details table.settings .settify-select {
  font-size: 0.8em;
}
html.legacy div.firm-details table.settings input, html.legacy div.firm-details table.settings select, html.legacy div.firm-details table.settings textarea, html.legacy div.firm-details table.settings .settify-checkbox, html.legacy div.firm-details table.settings .radio, html.legacy div.firm-details table.settings .settify-select, html.legacy div.firm-details table.settings .datepicker__placeholder {
  border: none !important;
  font-weight: bold;
  border-radius: 0px !important;
}
html.legacy div.firm-details table.settings input:not(.block), html.legacy div.firm-details table.settings select:not(.block), html.legacy div.firm-details table.settings textarea:not(.block), html.legacy div.firm-details table.settings .settify-checkbox:not(.block), html.legacy div.firm-details table.settings .radio:not(.block), html.legacy div.firm-details table.settings .settify-select:not(.block), html.legacy div.firm-details table.settings .datepicker__placeholder:not(.block) {
  background: rgb(255, 255, 191.25);
}
html.legacy div.firm-details table.settings .settify-checkbox, html.legacy div.firm-details table.settings span.padding, html.legacy div.firm-details table.settings .radio {
  padding-left: 12px;
}
html.legacy div.firm-details table.settings .radio {
  margin: 0;
}
html.legacy div.firm-details table.settings tr td {
  width: 50%;
  vertical-align: top;
  border-top: solid 1px #ddd;
}
html.legacy div.firm-details table.settings table:not(.sub-table) {
  width: 100%;
}
html.legacy div.firm-details table.settings table:not(.sub-table) tr td {
  border-top: none;
  vertical-align: middle;
}
html.legacy div.firm-details table.settings table:not(.sub-table) tr td:nth-child(1) {
  width: 3%;
  text-align: center;
}
html.legacy div.firm-details table.settings .archive-delete-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
html.legacy div.firm-details span.address {
  white-space: pre-line;
}
html.legacy div.firm-details div.person-photo-small {
  float: right;
  margin-right: 1em;
  width: 10em;
}
html.legacy div.firm-details div.person-photo-small img {
  max-width: 96px;
  max-height: 96px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html.legacy div.firm-details div.person-photo-small span {
  background: var(--brand-primary-color, #34a853);
  color: white;
  position: relative;
  font-size: 0.8em;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  padding: 0px 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
html.legacy div.firm-details div.colleague-mapping {
  margin-bottom: 0.75em;
}
html.legacy div.firm-details div.colleague-mapping .fal {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  margin-right: 6px;
}
html.legacy div.firm-details div.colleague-mapping label {
  margin: 0px;
}
html.legacy div.firm-details div.photo-upload .fileselect {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
html.legacy div.firm-details div.photo-upload .fileselect + label {
  display: inline-block;
  border-color: var(--brand-primary-color, #34a853);
  border-style: dashed;
  border-width: 3px;
  border-radius: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  transition: color 0.25s;
  width: 100%;
  text-align: center;
  transition: background-color, 0.3s;
}
html.legacy div.firm-details div.photo-upload .fileselect + label i {
  color: var(--brand-primary-color, #34a853);
}
html.legacy div.firm-details div.photo-upload .fileselect:focus + label,
html.legacy div.firm-details div.photo-upload .fileselect + label:hover,
html.legacy div.firm-details div.photo-upload .fileselect + label.dragging {
  cursor: pointer; /* "hand" cursor */
  background-color: color-mix(in srgb, var(--brand-primary-color, #34a853) 5%, var(--brand-background-color, white));
}
html.legacy div.firm-details div.header-section {
  float: left;
}
html.legacy div.firm-details div.header-section h2, html.legacy div.firm-details div.header-section .h2, html.legacy div.firm-details div.header-section p {
  margin: 0px;
}
html.legacy div.firm-details div.header-section p {
  font-size: 0.8em;
}
html.legacy div.firm-details .free-list-remove {
  margin-top: 0.5em;
  font-size: 0.8em;
  display: inline-block;
}
html.legacy div.firm-details .free-list-remove i.fal {
  margin-bottom: 0;
}
html.legacy div.firm-details .config-header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
html.legacy div.firm-details .pms-data-logo {
  max-width: 350px;
}
html.legacy .whats-new-notification {
  position: relative;
  background-color: #ff5959;
  top: -8px;
  right: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
}
html.legacy .whats-new-modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
html.legacy .whats-new-sidebar {
  position: absolute;
  height: 100%;
  width: 30%;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 10000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
html.legacy .whats-new-sidebar .whats-new-header {
  border-bottom: 1px solid lightgray;
}
html.legacy .whats-new-sidebar .whats-new-header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: linear-gradient(45deg, #43d56a, #257a3b);
  color: #fff;
}
html.legacy .whats-new-sidebar .whats-new-header-title .whats-new-close-btn {
  border: none;
  background-color: transparent;
}
html.legacy .whats-new-sidebar .whats-new-body {
  overflow-y: auto;
  height: 95%;
}
html.legacy .whats-new-sidebar .whats-new-container {
  border: 1px solid lightgray;
  border-top: none;
  padding: 0px 20px 0 20px;
}
html.legacy .whats-new-sidebar .whats-new-container .whats-new-post {
  border-bottom: 1px solid lightgray;
  padding: 20px;
}
html.legacy .whats-new-sidebar .whats-new-container .whats-new-post-title {
  padding-bottom: 15px;
}
html.legacy .whats-new-sidebar .whats-new-container .whats-new-post-text {
  font-size: 0.8em;
  padding-bottom: 10px;
}
html.legacy .whats-new-post-title h4, html.legacy .whats-new-post-title .h4 {
  margin-bottom: 3px;
}
html.legacy .whats-new-post-title p {
  font-size: 0.8em;
  margin-bottom: 0;
}
html.legacy div.admin-panel-overlay {
  background: white;
  border: 2px solid pink;
  padding: 10px;
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 5001;
}
html.legacy div.admin-panel-overlay .admin-panel-toggle {
  text-align: right;
  margin-bottom: 0px;
}
html.legacy div.user-info-block {
  margin-bottom: 1em;
}
html.legacy div.user-info-block .username {
  font-weight: bold;
  display: block;
}
html.legacy div.user-info-block .disabled-account {
  text-decoration: line-through;
}
html.legacy div.user-info-block .details, html.legacy div.user-info-block .actions {
  font-size: 0.7em;
  display: block;
}
html.legacy div.user-info-block .user-info-history-table {
  font-size: 0.7em;
  width: 100%;
}
html.legacy div.user-info-block .user-info-history-table tr td {
  vertical-align: top;
  border-top: solid 1px #CCC;
}
html.legacy table.usage-history {
  width: 100%;
  font-size: 0.8em;
}
html.legacy table.usage-history th {
  font-weight: bold;
  background: #eee;
}
html.legacy table.usage-history th, html.legacy table.usage-history td {
  padding: 1px;
  border: 1px solid #eee;
  text-align: right;
}
html.legacy table.usage-history th:first-of-type, html.legacy table.usage-history td:first-of-type {
  text-align: left;
}
html.legacy table.usage-history tr:nth-of-type(2n+1) {
  background: #fafafa;
}
html.legacy table.chronology-table {
  width: 100%;
  margin-bottom: 2em;
}
html.legacy table.chronology-table tr:first-of-type td {
  font-weight: bold;
  background: lightgrey;
}
html.legacy table.chronology-table td {
  border: 1px solid lightgrey;
  padding: 2px;
  font-size: 0.8em;
}
html.legacy .gender-icon {
  width: 16px;
  height: 16px;
  margin-top: -4px;
  top: -1px;
  position: relative;
}
html.legacy .monospace-editor {
  font-family: "Monaco", monospace;
}
html.legacy .compare-selection {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
html.legacy .compare-selection .compare-selection-dropdown {
  width: 35%;
}
html.legacy .compare-selection > span {
  margin-top: 16px;
}
html.legacy #settify-comparison-content {
  padding: 0 6px;
}
html.legacy #settify-comparison-content ins {
  background-color: #e1e1f8 !important;
  color: #4a6fb8 !important;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: double;
}
html.legacy #settify-comparison-content ins:before {
  background-color: #4a6fb8;
  width: 2px;
  height: 1em;
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0px;
}
html.legacy #settify-comparison-content del {
  background-color: #fbe7e7 !important;
  color: red !important;
  text-decoration: line-through;
}
html.legacy #settify-comparison-content del:before {
  background-color: red;
  width: 2px;
  height: 1em;
  content: " ";
  display: inline-block;
  position: absolute;
  left: 4px;
}
html.legacy #settify-comparison-content h1, html.legacy #settify-comparison-content .h1, html.legacy #settify-comparison-content h2, html.legacy #settify-comparison-content .h2 {
  text-align: center;
}
html.legacy #settify-comparison-content h2, html.legacy #settify-comparison-content .h2 {
  font-weight: 700;
}
html.legacy #settify-comparison-content td {
  border-bottom: 1px solid #d3d3d3;
}
html.legacy .compare-download-wrapper .download-resource-button {
  font-size: 16px;
}
html.legacy table.inductions-added {
  border-collapse: separate;
  border-spacing: 0 15px;
  width: 100%;
}
html.legacy table.inductions-added tr {
  display: flex;
}
html.legacy table.inductions-added td {
  background: #FAFAFA;
  font-size: 16px;
  vertical-align: top;
  padding: 2px;
  padding-bottom: 5px;
  flex: 1;
}
html.legacy table.inductions-added td:last-of-type {
  flex: 2;
}
html.legacy table.inductions-added i {
  transition: color 0.2s ease;
  font-size: 16px;
  margin-right: 2px;
  margin-left: 2px;
}
html.legacy table.inductions-added input {
  font-size: 16px;
}
html.legacy .induction-to-add {
  background: var(--brand-primary-color, #34a853);
  color: white;
  border-radius: 4px;
  font-size: 16px;
  margin: 4px;
  padding: 0px 4px;
  display: inline-flex;
  height: 1.8em;
  column-gap: 0.375rem;
  align-items: center;
  border: solid #34a853 1px;
}
html.legacy .induction-to-add i {
  color: white;
  margin: 2px;
}
html.legacy .induction-disabled {
  background: grey;
}
html.legacy .region-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(45deg, #34a853 0%, rgb(72.4909090909, 198.5090909091, 106.1681818182) 55%, rgb(111.4363636364, 210.5636363636, 137.9272727273) 100%);
  border-bottom-left-radius: 10px;
  color: white;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  transition: right 0.5s ease;
}
html.legacy .region-overlay i {
  color: white;
}
html.legacy .region-overlay .globe {
  font-size: 32px;
  margin-left: 0px;
}
html.legacy .region-overlay .region-active {
  display: flex;
  text-align: center;
  font-weight: 600;
}
html.legacy .region-overlay small, html.legacy .region-overlay .small {
  text-align: center;
}
html.legacy .region-overlay .regions a, html.legacy .region-overlay .regions .toggle-box label, html.legacy .toggle-box .region-overlay .regions label {
  display: block;
  color: white;
  margin-left: 5px;
}
html.legacy .region-overlay .regions a.disabled, html.legacy .region-overlay .regions .toggle-box label.disabled, html.legacy .toggle-box .region-overlay .regions label.disabled {
  display: none;
}
html.legacy .region-overlay .regions a:hover, html.legacy .region-overlay .regions .toggle-box label:hover, html.legacy .toggle-box .region-overlay .regions label:hover {
  font-weight: bold;
}
html.legacy .region-overlay .regions a::after, html.legacy .region-overlay .regions .toggle-box label::after, html.legacy .toggle-box .region-overlay .regions label::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
html.legacy .region-overlay .regions .subregion {
  padding-left: 8px;
}
html.legacy table.unfreeze-info-table td:nth-child(2), html.legacy table.unfreeze-info-table th:nth-child(2) {
  background-color: yellow;
}
html.legacy .preview-box {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  font-size: 13px;
  line-break: anywhere;
  padding: 20px 50px;
  line-height: 1.35;
  margin-bottom: 20px;
}
html.legacy .link-generated-code {
  line-height: 1;
  padding: 0;
}
html.legacy .invoice-list {
  list-style-type: none;
}
html.legacy .invoice-list li {
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
html.legacy .invoice-list li.expanded {
  background-color: #FAFAFA;
}
html.legacy .invoice-details {
  font-size: 0.8em;
}
html.legacy .invoice-details.expanded {
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
html.legacy .invoice-details table {
  margin-bottom: 10px;
}
html.legacy .invoice-details table tr td:first-child {
  min-width: 19em;
  font-weight: bold;
}
html.legacy .invoice-details .undo-link {
  font-size: 18px;
  padding: 5px;
  line-height: 1.45;
}
html.legacy .center-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html.legacy .pdf-only {
  display: none;
}
html.legacy .qr-code {
  height: 100px;
  width: 100px;
}
html.legacy .pms-img {
  height: 18px;
  margin-left: 4px;
}
html.legacy .pms-img.disabled {
  opacity: 0.5;
}
html.legacy .small-spinner {
  display: inline-block;
  vertical-align: middle;
}
html.legacy .small-spinner .spinner {
  width: 20px;
  height: 20px;
}
html.legacy .small-spinner .spinner span {
  width: 20px;
  height: 20px;
}
html.legacy .center-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html.legacy .pdf-only {
  display: none;
}
html.legacy .qr-code {
  height: 100px;
  width: 100px;
}
html.legacy .banner {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  padding-bottom: 1.25rem;
  justify-content: center;
  z-index: 600;
}
html.legacy .banner-wrapper {
  display: flex;
  padding: 0.5rem 1rem;
  column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  background-color: var(--settify-primary-color);
  border-radius: 0.75rem;
  pointer-events: auto;
  font-weight: 500;
  color: white;
}
html.legacy .banner-wrapper .banner-title {
  font-size: 1rem;
  margin-bottom: 0;
}
html.legacy .banner-wrapper .banner-description {
  font-size: 0.8rem;
  margin-bottom: 0;
}
html.legacy .banner-wrapper button {
  font-size: 1rem;
  margin: 0;
  border-bottom: 1px solid transparent;
}
html.legacy .banner-wrapper button:hover {
  border-color: white;
}
html.legacy .settings-block-label {
  color: var(--brand-text-color, #333);
  display: block;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 6px;
  top: 16px;
  pointer-events: none;
  transform: scale(1) translateY(0);
  transition: all 0.2s ease;
}
html.legacy .header-image-preview {
  margin-bottom: 20px;
}
html.legacy .highlight-text {
  background: #cfcfcf;
  padding: 5px;
  border-radius: 5px;
}
html.legacy .input-suffix {
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% - 6px);
  border: solid 1px #CCC;
  border-bottom-color: transparent;
  border-bottom-width: 1px;
  border-top-right-radius: 4px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html.legacy .line-items-table {
  width: 100%;
  font-size: 0.8em;
  font-size: 0.7em;
  margin-bottom: 20px;
}
html.legacy .line-items-table th {
  font-weight: bold;
  background: #eee;
}
html.legacy .line-items-table th, html.legacy .line-items-table td {
  padding: 1px;
  border: 1px solid #eee;
  text-align: right;
}
html.legacy .line-items-table th:first-of-type, html.legacy .line-items-table td:first-of-type {
  text-align: left;
}
html.legacy .line-items-table tr:nth-of-type(2n+1) {
  background: #fafafa;
}
html.legacy .line-items-table th, html.legacy .line-items-table td {
  text-align: center;
  padding: 1px 3px;
}
html.legacy .line-items-table th:first-of-type, html.legacy .line-items-table td:first-of-type {
  width: 5em;
  text-align: center;
}
html.legacy .line-items-table tr td:last-of-type {
  width: 4em;
}
html.legacy .sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
html.legacy .invitation-editable-segment {
  color: #34a853;
  display: inline;
}
html.legacy .invitation-editable-segment:focus-visible {
  border: none;
  display: inline;
  outline-color: #34a853;
  outline-offset: 2px;
}
html.legacy .customisations-content-wrapper {
  margin-top: 20px;
}
html.legacy .tiptap-wrapper {
  border: 1px solid #89888d;
  border-radius: 8px;
  margin-top: 20px;
}
html.legacy .tiptap-wrapper .tiptap-toolbar {
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #dcdcde;
}
html.legacy .tiptap-wrapper .tiptap-toolbar img {
  width: 16px;
  height: 16px;
  filter: invert(48%) sepia(2%) saturate(3024%) hue-rotate(204deg) brightness(91%) contrast(80%);
}
html.legacy .tiptap-wrapper .tiptap-toolbar select {
  border-bottom-width: 0px !important;
  padding-right: 1em;
  padding-top: 0;
  background-size: auto;
}
html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-more-actions, html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-links {
  display: inline-block;
  position: relative;
}
html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-more-actions .dropdown-content, html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-links .dropdown-content {
  position: absolute;
  top: calc(100% + 0.25rem);
  padding: 0;
  margin: 0;
  border: 1px solid #dcdcde;
  border-radius: 5px;
  background: white;
  z-index: 1;
  color: #333;
  font-size: 0.777em;
  width: 24rem;
  max-height: 16rem;
  overflow-y: scroll;
}
html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-more-actions .dropdown-content .dropdown-content-item, html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-links .dropdown-content .dropdown-content-item {
  width: 100%;
  padding: 4px;
}
html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-more-actions .dropdown-content .dropdown-content-item input, html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-links .dropdown-content .dropdown-content-item input {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 0;
}
html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-more-actions .dropdown-content .dropdown-content-item .small-button, html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-links .dropdown-content .dropdown-content-item .small-button {
  padding: 4px;
  margin: 6px;
  font-size: 0.8rem;
  line-height: 1;
}
html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-more-actions .dropdown-content .flex-end, html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-links .dropdown-content .flex-end {
  display: flex;
  justify-content: flex-end;
}
html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-more-actions .dropdown-content li, html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-links .dropdown-content li {
  margin: 0;
}
html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-more-actions .dropdown-content li button, html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-links .dropdown-content li button {
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
}
html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-more-actions .dropdown-content li button span, html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-links .dropdown-content li button span {
  color: #b0b0b0;
}
html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-more-actions .dropdown-content li button i, html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-links .dropdown-content li button i {
  font-size: 0.875em;
}
html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-more-actions .dropdown-content li:hover, html.legacy .tiptap-wrapper .tiptap-toolbar #dropdown-tiptap-links .dropdown-content li:hover {
  background: rgba(204, 204, 204, 0.15);
}
html.legacy .tiptap-wrapper .tiptap-element {
  padding: 10px;
}
html.legacy .tiptap-wrapper .tiptap-element .tiptap {
  display: grid;
  gap: 1.125rem;
}
html.legacy .tiptap-wrapper .tiptap-element .ProseMirror-focused {
  outline: none;
}
html.legacy .tiptap-wrapper .tiptap-element .tiptap-noneditable-node {
  opacity: 0.5;
}
html.legacy .tiptap-wrapper .tiptap-element .draggable-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}
html.legacy .tiptap-wrapper .tiptap-element .draggable-item:hover:before {
  content: url("/assets/images/icons/editor-icons/drag-handle.svg");
  width: 10px;
  height: 10px;
  position: absolute;
  cursor: grab;
  left: 0;
  margin: auto;
}
html.legacy .tiptap-wrapper .tiptap-element .draggable-item .validationbutton {
  margin-bottom: 0;
}
html.legacy .tiptap-wrapper .tiptap-element ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0px;
  margin-bottom: 0;
}
html.legacy .tiptap-wrapper .tiptap-element ul li.draggable-item {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}
html.legacy .tiptap-wrapper .tiptap-element ul p.draggable-item {
  margin: 0;
  padding: 0;
  display: inline;
}
html.legacy .tiptap-wrapper .tiptap-element ul p.draggable-item:hover:before {
  display: none;
}
html.legacy .firm-logo {
  width: auto;
  max-height: 120px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  max-width: 100%;
}
html.legacy .firm-logo-max-height {
  max-height: 32px;
}
html.legacy .whitespace-pre-line {
  white-space: pre-line;
}
html.legacy .billingstatus {
  font-size: 11px;
  opacity: 0.8;
}
html.legacy .text-18 {
  font-size: 18px;
}
html.legacy .cursordefault {
  cursor: default;
}
html.legacy .opacity-0\.3 {
  opacity: 0.3;
}
html.legacy .opacity-0\.5 {
  opacity: 0.5;
}
html.legacy .opacity-0\.7 {
  opacity: 0.7;
}
html.legacy .opacity-0\.85 {
  opacity: 0.85;
}
html.legacy .new-ui-link {
  float: left;
  line-height: 24px;
}
html.legacy .attachments {
  width: 100%;
  margin-bottom: 20px;
}
html.legacy .attachments th {
  font-weight: 300;
  border-bottom: 1px solid #ebe6e7;
  padding: 0px 5px 10px 0px;
}
html.legacy .attachments td {
  border-bottom: 1px solid #f6f3f4;
  padding: 10px 5px 10px 0px;
}
html.legacy .attachments td i {
  font-size: 20px;
}
html.legacy .attachments td a.attachment-action, html.legacy .attachments td .toggle-box label.attachment-action, html.legacy .toggle-box .attachments td label.attachment-action {
  padding: 0px 5px;
}
html.legacy .attachments td a.attachment-action .negative:hover, html.legacy .attachments td .toggle-box label.attachment-action .negative:hover, html.legacy .toggle-box .attachments td label.attachment-action .negative:hover {
  opacity: 0.6;
}
html.legacy .attachments td:last-child {
  text-align: right;
}
html.legacy .attachment-uploader input:focus {
  outline: 1px solid #89888d;
  outline-offset: -1px;
  border-radius: 6px;
}
html.legacy .attachment-uploader input[type=file]::file-selector-button {
  font-size: 18px;
  margin-right: 20px;
  border: none;
  background: #89888d;
  padding: 5px 10px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
html.legacy .attachment-uploader input[type=file]::file-selector-button:hover {
  background: #6f6e72;
}
html.legacy .editor-actions-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
}
html.legacy .editor-actions-wrapper .editor-actions-controls {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 15px;
  align-items: center;
}
html.legacy .editor-actions-wrapper .editor-actions-controls .reset-confirmation-buttons {
  display: flex;
  gap: 15px;
}
html.legacy .standout-text {
  font-size: 1.5em;
  color: var(--brand-primary-color, #34a853);
  line-height: 1.4em;
  background: white;
  padding: 10px;
  border-radius: 10px;
}
html.legacy .quasi-column {
  padding: 10px;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
html.legacy .quasi-column h4, html.legacy .quasi-column .h4 {
  margin-top: 16px;
}
html.legacy .personphoto {
  border-radius: 10px;
}
html.legacy .personphoto.medium {
  max-width: 200px;
  max-height: 200px;
}
html.legacy td.lawyer-select-photo {
  width: 100px;
  padding-left: 10px;
  text-align: right;
  vertical-align: top;
}
html.legacy td.lawyer-select-photo p {
  margin: 0px;
}
html.legacy td.lawyer-select-photo .personphoto {
  max-width: 100%;
  max-height: 70px;
}
html.legacy small, html.legacy .small {
  font-size: 15px;
  line-height: 20px;
}
html.legacy .footer-fine-print {
  font-size: 13px;
  line-height: 17px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
html.legacy .footer-left a, html.legacy .footer-left .toggle-box label, html.legacy .toggle-box .footer-left label {
  color: grey;
}
html.legacy .footer-left .fal {
  margin-left: 0px;
  color: grey;
  transition: color 0.25s;
}
html.legacy .footer-left a:hover, html.legacy .footer-left .toggle-box label:hover, html.legacy .toggle-box .footer-left label:hover {
  color: var(--brand-primary-color, #34a853);
}
html.legacy .footer-left a:hover .fal, html.legacy .footer-left .toggle-box label:hover .fal, html.legacy .toggle-box .footer-left label:hover .fal {
  color: var(--brand-primary-color, #34a853);
}
html.legacy .footer-content-block {
  display: inline-block;
}
html.legacy .footer-link {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
html.legacy .footer-logos {
  display: inline-block;
}
html.legacy .footer-row {
  margin-left: 1em;
  margin-right: 1em;
  border-top: 1px solid lightgrey;
  padding-top: 1em;
}
html.legacy .footer-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 1rem;
  z-index: -1;
}
@media (max-width: 799px) {
  html.legacy .footer-link {
    white-space: nowrap;
    display: inline-block;
  }
  html.legacy .footer-row {
    margin-left: 0;
    margin-right: 0;
  }
}
html.legacy .full-width {
  width: auto !important;
}
html.legacy .settify-contentcolumn {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
html.legacy .settify-contentcolumn.translucent {
  background: rgba(255, 255, 255, 0.95);
  padding-bottom: 25px;
}
html.legacy .settify-contentcolumn.background-yellow {
  background-color: yellow;
}
html.legacy .settify-contentcolumn.underline {
  padding-bottom: 1em;
  border-bottom: 1px grey dashed;
}
html.legacy .wide-contentcolumn {
  max-width: 900px;
}
html.legacy .round {
  border-radius: 50%;
}
html.legacy .small-indent {
  margin-left: 18px;
  margin-top: 4px;
  margin-bottom: 8px;
}
html.legacy .negative {
  color: red;
}
html.legacy .positive {
  color: #34a853;
}
html.legacy .info {
  background-color: #f2e025;
  padding: 0 5px;
}
html.legacy .large-icon {
  font-size: 3em;
  margin: 0px;
  position: relative;
  top: 15px;
}
html.legacy .preferred-office {
  margin-top: 5px;
}
html.legacy .bold-numbers {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
html.legacy .bold-numbers li {
  counter-increment: step-counter;
}
html.legacy .bold-numbers li::before {
  content: counter(step-counter);
  margin-right: 16px;
  font-weight: bold;
  width: 20px;
  display: inline-block;
}
html.legacy .bold-numbers p {
  display: inline-block;
  margin-left: 40px;
}
html.legacy .bold-numbers p:first-child {
  margin-left: 0px;
}
html.legacy .inline {
  display: inline;
}
html.legacy .inline div {
  display: inline;
}
html.legacy .tick-list li {
  display: block;
}
html.legacy .tick-list li:before {
  /*Using a Bootstrap fal as the bullet point*/
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  float: left;
  margin-left: -17px;
  color: var(--brand-primary-color, #34a853);
  margin-right: 20px;
}
html.legacy .tick-list.inline ul {
  text-align: center;
  padding-left: 0px;
}
html.legacy .tick-list.inline li {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
html.legacy .fine-print p {
  font-size: 0.8em;
  margin-bottom: 0.8em;
}
html.legacy .fine-print li {
  font-size: 0.8em;
}
html.legacy div.personphoto {
  max-width: 48%;
}
html.legacy .personphoto img, html.legacy .contact-the-ceo img {
  max-height: 200px;
}
@media (max-width: 600px) {
  html.legacy div.personphoto {
    max-width: none;
  }
}
html.legacy div.contact-the-ceo {
  display: block;
  text-align: center;
  width: 100%;
}
html.legacy .landing-photobackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
html.legacy .landing-photobackground:nth-child(1) {
  background-image: url("/assets/images/abstract-cylinder-dull.jpg");
}
html.legacy .landing-photobackground:nth-child(2) {
  background-image: url("/assets/images/abstract-building.jpg");
  background-attachment: fixed;
}
html.legacy .landing-photobackground:nth-child(3) {
  background-image: url("/assets/images/modern-art.jpg");
}
html.legacy .landing-photobackground:nth-child(4) {
  background-image: url("/assets/images/architecture.jpg");
  background-attachment: fixed;
}
html.legacy .questionnaire .fal {
  margin: 0px;
  padding: 0 2px;
  font-size: 20px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
html.legacy .questionnaire .fa-thumbs-down {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
html.legacy .questionnaire.question-content .fal {
  opacity: 0.5;
  color: #888;
  cursor: pointer;
  -webkit-transition: opacity, color 0.25s;
  -moz-transition: opacity, color 0.25s;
  -ms-transition: opacity, color 0.25s;
  -o-transition: opacity, color 0.25s;
  transition: opacity, color 0.25s;
}
html.legacy .questionnaire.question-content .fal.selected {
  opacity: 1;
  color: var(--brand-primary-color, #34a853);
}
html.legacy .questionnaire.question-content .fal.hovered {
  opacity: 0.8;
  color: var(--brand-primary-color, #34a853);
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
html.legacy .questionnaire.question-content td {
  padding: 5px 5px;
}
html.legacy .questionnaire.question-content td:last-child {
  min-width: 180px;
}
@media (max-width: 568px) {
  html.legacy .question-content td {
    display: block;
  }
  html.legacy .question-content td:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
  html.legacy .question-content td:last-child {
    width: 100%;
  }
  html.legacy .question-content .fal {
    font-size: 24px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 569px) {
  html.legacy .question.question-content td:first-child {
    width: 65%;
  }
  html.legacy .question.question-content td:last-child {
    text-align: center;
  }
}
@media (max-width: 600px) {
  html.legacy .large-screens-only {
    display: none;
  }
}
@media (min-width: 601px) {
  html.legacy .small-screens-only {
    display: none;
  }
}
html.legacy .flex-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
html.legacy .flex-top .periodic-payment-value {
  width: 38%;
  display: inline-block;
}
html.legacy .flex-top .periodic-payment-per {
  width: 21%;
  text-align: center;
  display: inline-block;
  margin-top: 16px;
}
html.legacy .flex-top .periodic-payment-timeperiod {
  width: 38%;
  display: inline-block;
}
html.legacy .flex-evenly {
  display: flex;
  justify-content: space-evenly;
}
html.legacy .downtime-overlay-container {
  z-index: 5002;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
html.legacy .downtime-overlay-container .downtime-overlay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--brand-primary-color, #34a853);
  color: white;
  padding: 10px;
}
html.legacy .downtime-overlay-container .downtime-overlay p {
  margin-bottom: 0px;
}
html.legacy .downtime-overlay-container .downtime-overlay .downtime-button {
  padding: 8px;
  background: transparent;
  border-radius: 4px;
  color: white;
  border: solid white 1px;
  outline-style: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-left: 10px;
}
html.legacy .downtime-overlay-container .downtime-overlay .downtime-button:hover {
  color: #34a853;
  background: white;
}
@media (max-width: 600px) {
  html.legacy .downtime-overlay-container .downtime-overlay {
    flex-direction: column;
  }
  html.legacy .downtime-overlay-container .downtime-overlay .downtime-button {
    margin-top: 10px;
    margin-left: 0px;
  }
}
html.legacy .iconInsideInput {
  position: absolute;
  padding: 10px;
  right: 10px;
}
html.legacy input::-ms-clear, html.legacy input::-ms-reveal {
  display: none;
}
html.legacy .disabled-page-wrapper img {
  margin: 0 auto;
  display: block;
}
html.legacy .disabled-page-wrapper h1, html.legacy .disabled-page-wrapper .h1 {
  color: #34a853;
}
html.legacy .container-fluid.flex, html.legacy .flex.container-sm, html.legacy .flex.container-md, html.legacy .flex.container-lg, html.legacy .flex.container-xl, html.legacy .flex.container-xxl {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html.legacy .environment-indicator {
  background-color: #34a853;
  line-height: 12px;
  padding: 5px;
  font-size: 12px;
  position: fixed;
  color: #333333;
  z-index: 9999;
  left: 0;
  top: 0;
}
html.legacy .date-question label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
html.legacy .billing-change-column {
  text-align: right;
  translate: 0px -25px;
}
html.legacy .billing-change-column p {
  max-width: 60%;
  margin-left: auto;
}
html.legacy .edit-client-pencil i {
  opacity: 0.7;
}
html.legacy .settify-form-wrapper .recepient {
  width: calc(100% - 50px);
  display: inline-block;
}
html.legacy .radio, html.legacy .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
html.legacy .radio .cancel-button, html.legacy .checkbox .cancel-button {
  opacity: 0.7;
}
html.legacy .radio .cancel-button:hover, html.legacy .checkbox .cancel-button:hover {
  opacity: 1;
}
html.legacy .form-control {
  height: 42px;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  padding: 6px 6px;
}
html.legacy .settify-input {
  position: relative;
  display: block;
}
html.legacy .settify-input:hover .form-control {
  background: rgba(204, 204, 204, 0.15);
}
html.legacy .settify-input .form-control {
  border: none;
  margin: 0;
  padding-top: 10px;
  outline: none;
  border-bottom: solid 1px #CCC;
  border-radius: 0;
  margin-top: 6px;
  color: var(--brand-text-color, #333);
  transition: background-color 0.5s ease;
}
html.legacy .settify-input .form-control::placeholder {
  transition: opacity 0.3s ease;
}
html.legacy .settify-input .form-control:focus::placeholder {
  opacity: 0;
}
html.legacy .settify-input .settify-input-label {
  font-size: 18px;
  font-weight: inherit;
  position: absolute;
  left: 4px;
  top: 20px;
  transition: 0.2s cubic-bezier(0, 0, 0.3, 1);
  pointer-events: none;
  color: var(--brand-text-color, #333);
  opacity: 0.6;
  user-select: none;
  max-width: calc(100% - 4px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  margin-left: 2px;
}
html.legacy .settify-input .settify-input-label .placeholder {
  opacity: 0.8;
  color: #777;
  margin-left: 1em;
  background-color: transparent;
}
html.legacy .settify-input .settify-input-label .fade {
  opacity: 0;
  transition: opacity 1.5s ease 1s;
}
@media (max-width: 600px) {
  html.legacy .settify-input .settify-input-label {
    font-size: 16px;
  }
}
html.legacy .settify-input .settify-input-line {
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--brand-primary-color, #34a853);
  opacity: 0;
  transition: width 0s 0.5s, opacity 0.3s ease;
}
html.legacy .settify-input input.ember-view:focus ~ .settify-input-line {
  transition: width 0.5s ease, opacity 0s;
  opacity: 1;
  width: 100%;
}
html.legacy .settify-input input.ember-view:focus ~ .settify-input-label,
html.legacy .settify-input .settify-input-label.valid {
  font-size: 12px;
  color: var(--brand-primary-color, #34a853);
  top: 0;
  left: 0;
  opacity: 1;
}
html.legacy .settify-input .fade {
  opacity: 0;
  transition: opacity 1.5s ease 1s;
}
html.legacy .date-input {
  flex: 1;
  padding: 0 5px;
}
html.legacy .date-input select {
  position: relative;
  top: -1px;
}
html.legacy .ember-radio-button {
  font-weight: var(--brand-body-font-weight, 300) !important;
  display: inline;
  margin-left: 5px;
}
html.legacy .icon-delete {
  color: red;
}
html.legacy .radio label, html.legacy .checkbox label, html.legacy .settify-checkbox label {
  font-weight: var(--brand-body-font-weight, 300) !important;
}
html.legacy .radio label {
  padding-left: 0px;
}
html.legacy .radio label .radio-svg {
  display: inline-flex;
  vertical-align: baseline;
  fill: none;
  height: 17px;
  width: 17px;
}
html.legacy .radio label .radio-svg circle {
  stroke-width: 2;
  stroke: #C8CCD4;
}
html.legacy .radio label .radio-svg path {
  transition: all 0.3s ease;
  stroke: var(--brand-primary-color, #34a853);
}
html.legacy .radio label .radio-svg path.inner {
  stroke-width: 6;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
}
html.legacy .radio label .radio-svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}
html.legacy .radio label input {
  opacity: 0;
}
html.legacy .radio label input:focus + svg path.outer {
  stroke-dashoffset: 0;
}
html.legacy .radio label:hover path.outer {
  stroke-dashoffset: 0;
}
html.legacy .radio label.checked path.inner {
  opacity: 1;
  transform: scale(1);
}
html.legacy .radio label.checked path.outer {
  stroke-dashoffset: 0;
}
html.legacy .settify-checkbox input {
  position: absolute;
  opacity: 0;
}
html.legacy .settify-checkbox input:focus + label .settify-checkbox-svg {
  border-color: var(--brand-primary-color, #34a853);
}
html.legacy .settify-checkbox label {
  margin: 5px 0 0;
  cursor: pointer;
  width: 100%;
}
html.legacy .settify-checkbox label .settify-checkbox-svg {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 2px solid #CCC;
  transition: all 0.2s ease;
  margin-right: 4px;
  transform: translate3d(0, 0, 0);
}
html.legacy .settify-checkbox label .settify-checkbox-svg svg {
  position: absolute;
  top: 2px;
  left: 1px;
  width: 12px;
  height: 10px;
  fill: none;
  stroke: var(--brand-primary-color, #34a853);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 17px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
html.legacy .settify-checkbox label .settify-checkbox-svg svg.refresh {
  fill: var(--brand-primary-color, #34a853);
  top: 2.5px;
  left: 2.8px;
  width: 13px;
  height: 13px;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-name: spin;
}
html.legacy .settify-checkbox label.toggle-box .settify-checkbox-svg {
  display: none;
}
html.legacy .settify-checkbox label:hover .settify-checkbox-svg {
  border-color: var(--brand-primary-color, #34a853);
}
html.legacy .settify-checkbox label.disabled {
  cursor: auto;
}
html.legacy .settify-checkbox label.disabled:hover .settify-checkbox-svg {
  border-color: #CCC;
}
html.legacy .settify-checkbox input:checked + label .settify-checkbox-svg, html.legacy .settify-checkbox input:checked + label.disabled:hover .settify-checkbox-svg {
  border-color: var(--brand-primary-color, #34a853);
}
html.legacy .settify-checkbox input:checked + label .settify-checkbox-svg svg, html.legacy .settify-checkbox input:checked + label.disabled:hover .settify-checkbox-svg svg {
  stroke-dashoffset: 0px;
}
html.legacy .settify-checkbox-opacity input:checked + label.disabled .settify-checkbox-svg, html.legacy .settify-checkbox-opacity input:checked + label.disabled:hover .settify-checkbox-svg {
  opacity: 0.5;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes bounceTick {
  from {
    transform: scale(1, 1, 1);
  }
  30% {
    transform: scale3d(0.9, 1.6, 1);
  }
  40% {
    transform: scale3d(1.05, 0.8, 1);
  }
  50% {
    transform: scale3d(0.95, 1.4, 1);
  }
  65% {
    transform: scale3d(1.05, 0.9, 1);
  }
  75% {
    transform: scale3d(0.98, 1.15, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
html.legacy .settify-tab {
  box-shadow: 0 10px 30px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.5em 1.5em -0.9em rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0.5em 1.5em -0.9em rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin: 0 0.5em;
}
html.legacy .settify-tab .settify-tab-top, html.legacy .settify-tab .settify-tab-bottom {
  display: none;
}
html.legacy .settify-tab .settify-tab-top :focus, html.legacy .settify-tab .settify-tab-bottom :focus {
  outline: none;
}
@media (min-width: 600px) {
  html.legacy .settify-tab .settify-tab-top, html.legacy .settify-tab .settify-tab-bottom {
    display: flex;
    flex-wrap: wrap;
    background: rgba(204, 204, 204, 0.1);
  }
  html.legacy .settify-tab .settify-tab-top .settify-tab-item, html.legacy .settify-tab .settify-tab-top .settify-tab-add, html.legacy .settify-tab .settify-tab-bottom .settify-tab-item, html.legacy .settify-tab .settify-tab-bottom .settify-tab-add {
    flex-grow: 1;
    background: rgba(204, 204, 204, 0.1);
    padding: 1rem 1rem;
    font: inherit;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  html.legacy .settify-tab .settify-tab-top .settify-tab-item:hover, html.legacy .settify-tab .settify-tab-top .settify-tab-add:hover, html.legacy .settify-tab .settify-tab-bottom .settify-tab-item:hover, html.legacy .settify-tab .settify-tab-bottom .settify-tab-add:hover {
    background: var(--brand-primary-color, #34a853);
    color: white;
  }
  html.legacy .settify-tab .settify-tab-top .settify-tab-item:hover i, html.legacy .settify-tab .settify-tab-top .settify-tab-add:hover i, html.legacy .settify-tab .settify-tab-bottom .settify-tab-item:hover i, html.legacy .settify-tab .settify-tab-bottom .settify-tab-add:hover i {
    color: white;
  }
  html.legacy .settify-tab .settify-tab-top .settify-tab-item.settify-tab-selected, html.legacy .settify-tab .settify-tab-top .settify-tab-add.settify-tab-selected, html.legacy .settify-tab .settify-tab-bottom .settify-tab-item.settify-tab-selected, html.legacy .settify-tab .settify-tab-bottom .settify-tab-add.settify-tab-selected {
    background: white;
  }
  html.legacy .settify-tab .settify-tab-top .settify-tab-item.settify-tab-selected:hover, html.legacy .settify-tab .settify-tab-top .settify-tab-add.settify-tab-selected:hover, html.legacy .settify-tab .settify-tab-bottom .settify-tab-item.settify-tab-selected:hover, html.legacy .settify-tab .settify-tab-bottom .settify-tab-add.settify-tab-selected:hover {
    color: var(--brand-text-color, #333);
  }
}
html.legacy .settify-tab .settify-tab-content {
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 600px) {
  html.legacy .settify-tab .settify-tab-content.settify-tab-transition {
    opacity: 0;
    transition: opacity 0s;
  }
}
html.legacy .settify-tab .settify-tab-content .tab-content-container {
  border-bottom: 1px solid #eaeaea;
}
html.legacy .settify-tab .settify-tab-content .tab-content-container .tab-content-label {
  margin: 0;
  padding: 1.25rem;
  cursor: pointer;
  transition: padding 0.2s ease;
  position: relative;
  width: 100%;
  text-align: left;
}
html.legacy .settify-tab .settify-tab-content .tab-content-container .tab-content-label:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  text-align: center;
  height: 16px;
  width: 16px;
  top: 0px;
  right: 1.25rem;
  bottom: 0;
  color: var(--brand-primary-color, #34a853);
  margin: auto;
  opacity: 1;
  transition: opacity 0.1s ease;
}
html.legacy .settify-tab .settify-tab-content .tab-content-container .tab-content-label:hover {
  background: rgba(204, 204, 204, 0.1);
}
html.legacy .settify-tab .settify-tab-content .tab-content-container .tab-content-item {
  padding: 0 1.25em;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: padding 0.2s ease, opacity 0.15s ease;
}
html.legacy .settify-tab .settify-tab-content .tab-content-container .tab-content-item .settify-tab-remove {
  margin-bottom: 0;
}
html.legacy .settify-tab .settify-tab-content .tab-content-container .tab-content-item .settify-tab-remove .fal {
  margin-left: 0;
}
@media (min-width: 600px) {
  html.legacy .settify-tab .settify-tab-content .tab-content-container {
    padding: 2.4rem;
    display: none;
    border: none;
  }
  html.legacy .settify-tab .settify-tab-content .tab-content-container .tab-content-label, html.legacy .settify-tab .settify-tab-content .tab-content-container .tab-content-item {
    padding: 0;
    transition: inherit;
  }
  html.legacy .settify-tab .settify-tab-content .tab-content-container .tab-content-label {
    display: none;
  }
}
html.legacy .settify-tab .settify-tab-content .tab-content-container .tab-content-add {
  margin: 0;
  padding: 1.25rem;
}
html.legacy .settify-tab .settify-tab-content .tab-content-container .tab-content-add:hover {
  background: rgba(204, 204, 204, 0.1);
}
@media (min-width: 600px) {
  html.legacy .settify-tab .settify-tab-content .tab-content-container .tab-content-add {
    display: none;
  }
}
html.legacy .settify-tab .settify-tab-content .settify-tab-selected.tab-content-container .tab-content-label {
  background: var(--brand-primary-color, #34a853);
  color: white;
}
html.legacy .settify-tab .settify-tab-content .settify-tab-selected.tab-content-container .tab-content-label:after {
  opacity: 0;
}
html.legacy .settify-tab .settify-tab-content .settify-tab-selected.tab-content-container .tab-content-item {
  padding: 1.25em;
  height: auto;
  opacity: 1;
  overflow: visible;
}
@media (min-width: 600px) {
  html.legacy .settify-tab .settify-tab-content .settify-tab-selected.tab-content-container {
    display: block;
  }
  html.legacy .settify-tab .settify-tab-content .settify-tab-selected.tab-content-container .tab-content-item {
    padding: 0;
  }
}
html.legacy .settify-tab-pane {
  background: #F2F2F2;
  padding: 5px;
  overflow: hidden;
  position: relative;
  display: block;
}
html.legacy .settify-tab-pane .another-recipient-label {
  margin-bottom: 10px;
}
html.legacy .settify-tab-pane .lawyer-select-wrapper, html.legacy .settify-tab-pane p.lawyer-select-wrapper {
  margin-bottom: 0px;
}
html.legacy p.lawyer-select-wrapper {
  margin-bottom: 0px;
}
html.legacy .settify-tab-icon {
  margin: 0px;
}
html.legacy .input-twothirds {
  display: inline-block;
  width: 64%;
}
html.legacy .input-onethird {
  display: inline-block;
  width: 32%;
}
html.legacy .inline-form-group .form-control {
  background-color: transparent;
}
html.legacy .inline-form-group button {
  margin: 5px 0 0 0;
  padding: 7px;
}
html.legacy .inline-form-group small, html.legacy .inline-form-group .small {
  font-size: 14px;
}
@media (max-width: 480px) {
  html.legacy .inline-form-group button {
    float: none;
  }
}
html.legacy input.ember-view,
html.legacy select {
  border: none;
  box-shadow: none !important;
  border-color: #CCC !important;
  border-bottom: 2px solid;
  border-radius: 2px;
  padding-bottom: 0px !important;
}
html.legacy select {
  border: none !important;
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #CCC !important;
}
html.legacy .settify-textarea-container {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 4px;
  margin-bottom: 2px;
  padding-top: 20px;
}
html.legacy .settify-textarea-container .settify-textarea {
  position: relative;
  padding-right: 1px;
}
html.legacy .settify-textarea-container .settify-textarea textarea {
  width: 100%;
  height: 100%;
  outline: none;
  border: solid 1px #CCC;
  border-radius: 4px !important;
  margin-bottom: -2px;
  transition: background-color 0.6s;
  resize: vertical;
  color: var(--brand-text-color, #333);
}
html.legacy .settify-textarea-container .settify-textarea textarea:focus, html.legacy .settify-textarea-container .settify-textarea textarea:hover {
  background: rgba(204, 204, 204, 0.15);
}
html.legacy .settify-textarea-container .settify-textarea::before, html.legacy .settify-textarea-container .settify-textarea::after {
  content: "";
  position: absolute;
  border: 2px solid transparent;
  border-radius: 4px;
  width: 0;
  height: 0;
  pointer-events: none;
  transition: border-color 0.2s, width 0s 0.2s, height 0s 0.2s;
}
html.legacy .settify-textarea-container .settify-textarea::before {
  top: 0;
  left: 0;
}
html.legacy .settify-textarea-container .settify-textarea::after {
  bottom: 0;
  right: 0;
}
html.legacy .settify-textarea-container .settify-textarea:focus-within::before, html.legacy .settify-textarea-container .settify-textarea:focus-within::after {
  width: 100%;
  height: 100%;
}
html.legacy .settify-textarea-container .settify-textarea:focus-within::before {
  border-top-color: var(--brand-primary-color, #34a853);
  border-right-color: var(--brand-primary-color, #34a853);
  transition: width 0.2s ease-out, height 0.2s ease-out 0.2s, border-right-color 0.2s 0.2s;
}
html.legacy .settify-textarea-container .settify-textarea:focus-within::after {
  border-bottom-color: var(--brand-primary-color, #34a853);
  border-left-color: var(--brand-primary-color, #34a853);
  transition: border-bottom-color 0.1s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s, border-left-color 0.1s 0.6s;
}
html.legacy .settify-textarea-container .settify-input-label {
  font-size: 18px;
  font-weight: inherit;
  position: absolute;
  left: 4px;
  top: 20px;
  transition: 0.2s cubic-bezier(0, 0, 0.3, 1);
  pointer-events: none;
  color: var(--brand-text-color, #333);
  opacity: 0.6;
  user-select: none;
  max-width: calc(100% - 4px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  margin-left: 2px;
  top: 4px;
}
html.legacy .settify-textarea-container .settify-input-label .placeholder {
  opacity: 0.8;
  color: #777;
  margin-left: 1em;
  background-color: transparent;
}
html.legacy .settify-textarea-container .settify-input-label .fade {
  opacity: 0;
  transition: opacity 1.5s ease 1s;
}
@media (max-width: 600px) {
  html.legacy .settify-textarea-container .settify-input-label {
    font-size: 16px;
  }
}
html.legacy .settify-textarea-container textarea:focus ~ .settify-input-label,
html.legacy .settify-textarea-container .settify-input-label.valid {
  font-size: 12px;
  color: var(--brand-primary-color, #34a853);
  top: -20px;
  left: 0px;
  opacity: 1;
  white-space: nowrap;
}
html.legacy .settify-textarea-container .fade {
  opacity: 0;
  transition: opacity 1.5s ease 1s;
}
html.legacy textarea:focus,
html.legacy input.ember-view:focus,
html.legacy select:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
@-moz-document url-prefix() {
  html.legacy .settify-textarea textarea {
    margin-bottom: 0px !important;
  }
}
html.legacy select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 75%;
  background-repeat: no-repeat;
  background-image: url("/assets/images/select-arrow-47f121bde1acb2fc4ee41eea465f7ba8.png");
  padding-right: 1.5em;
}
html.legacy input.toggle-box {
  display: none !important;
}
html.legacy .toggle-box label {
  padding: 0px;
}
html.legacy .toggle-box {
  display: inline-block;
}
html.legacy .toggle-box input[type=checkbox]:checked + label {
  font-style: normal;
}
html.legacy .document-download-select {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
html.legacy .document-download-select .toggle-box-select {
  transition: background-color, color, 0.2s;
  background-color: white;
  border-radius: 4px;
  margin: 0 10px 10px;
}
html.legacy .document-download-select .toggle-box-select:hover {
  background-color: rgb(234.7, 246.3, 237.8);
}
html.legacy .document-download-select .toggle-box-select input {
  display: none !important;
}
html.legacy .document-download-select .toggle-box-select label {
  padding: 5px 8px;
  margin: 0;
}
html.legacy .document-download-select .toggle-box-select label .settify-checkbox-svg {
  vertical-align: middle;
}
html.legacy .document-download-select .toggle-box-select .fal {
  transition: color 0.2s;
  color: rgb(133.2, 202.8, 151.8);
}
html.legacy .document-download-select .toggle-box-select input[type=checkbox]:checked + label .fal {
  color: var(--brand-primary-color, #34a853);
}
html.legacy .thin-date, html.legacy .thin-income {
  display: inline-block;
  width: auto;
  max-width: 80px;
  margin: 0px;
}
html.legacy .thin-income {
  max-width: 150px;
}
html.legacy .validationBox {
  font-size: 40px;
  text-align: center;
}
html.legacy .required-field-marker::after,
html.legacy .required-field-provided::after {
  opacity: 0.75;
  position: relative;
  line-height: 0;
}
html.legacy .required-field-marker::after {
  content: "*";
  color: red;
  font-size: 16px;
  top: 0em;
}
html.legacy .required-field-provided::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  font-size: 12px;
  top: -0.2em;
  color: var(--brand-primary-color, #34a853);
  opacity: 0.5;
}
html.legacy .error-panel {
  border-radius: 4px;
  background: #ffcccc;
  padding: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
html.legacy input[type=range] {
  -webkit-appearance: none;
  border: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  padding: 0;
  margin: 10px 0;
  height: 6px;
  background-color: #CCC;
  background-image: linear-gradient(var(--brand-primary-color, #34a853), var(--brand-primary-color, #34a853));
  background-repeat: no-repeat;
  border-radius: 4px;
}
html.legacy input[type=range]:focus {
  background-color: #CCC;
}
html.legacy input[type=range]::-webkit-slider-runnable-track {
  box-shadow: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}
html.legacy input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 2px solid var(--brand-primary-color, #34a853);
  background-clip: content-box;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 10px white;
  transition: all 0.2s ease;
}
html.legacy input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 0 2px white;
  background: var(--brand-primary-color, #34a853);
}
html.legacy input[type=range]::-webkit-slider-thumb:hover {
  cursor: pointer;
}
html.legacy input[type=range]:focus {
  outline: none;
}
html.legacy input[type=range]::-moz-range-track {
  box-shadow: none;
  border: none;
  background: transparent;
}
html.legacy input[type=range]::-moz-range-thumb {
  border: 2px solid var(--brand-primary-color, #34a853);
  background-clip: content-box;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: white;
  box-shadow: inset 0 0 0 10px white;
  transition: all 0.1s ease-in;
}
html.legacy input[type=range]::-moz-range-thumb:active {
  box-shadow: inset 0 0 0 4px white;
  background: var(--brand-primary-color, #34a853);
}
html.legacy input[type=range]::-moz-range-thumb:hover {
  cursor: pointer;
}
html.legacy input[type=range]:-moz-focusring, html.legacy input[type=range]::-moz-focus-outer {
  outline: none;
  border: none;
}
html.legacy input[type=range]::-ms-track {
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 0;
  color: transparent;
}
html.legacy input[type=range]::-ms-fill-lower {
  background: rgb(189.3272727273, 234.6727272727, 201.4454545455);
}
html.legacy input[type=range]::-ms-fill-upper {
  background: #ddd;
}
html.legacy input[type=range]::-ms-tooltip {
  display: none;
}
html.legacy input[type=range]::-ms-thumb {
  border: none;
  width: 25px;
  background: var(--brand-primary-color, #34a853);
}
html.legacy input[type=range]::-ms-thumb:hover {
  cursor: pointer;
}
html.legacy input[type=range]:focus::-ms-fill-lower {
  background: rgb(189.3272727273, 234.6727272727, 201.4454545455);
}
html.legacy input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
html.legacy .slider-wrapper {
  display: flex;
  align-items: center;
}
html.legacy .slider-text {
  padding: 1.5rem;
  text-align: center;
}
html.legacy .ui-timepicker {
  font-family: var(--brand-body-font-family, Lato, sans-serif);
  font-size: 16px;
  font-weight: var(--brand-body-font-weight, 300);
}
html.legacy table.grid-input {
  width: 100%;
}
html.legacy table.grid-input tr {
  display: flex;
  border-top: none !important;
}
html.legacy table.grid-input:not(.border-none) td, html.legacy table.grid-input:not(.border-none) th {
  border-bottom: 1px solid #e0e0e0;
}
html.legacy table.grid-input td, html.legacy table.grid-input th {
  padding: 4px;
  flex: var(--grid-size, 6);
  display: grid;
}
html.legacy table.grid-input td.thin, html.legacy table.grid-input th.thin {
  --grid-size: 4;
}
html.legacy table.grid-input td.very-thin, html.legacy table.grid-input th.very-thin {
  --grid-size: 2;
}
html.legacy table.grid-input td.delete-column, html.legacy table.grid-input th.delete-column {
  --grid-size: 1;
  text-align: center;
}
html.legacy table.grid-input td.delete-column i, html.legacy table.grid-input th.delete-column i {
  margin-top: 16px;
}
html.legacy table.grid-input .input-switcher, html.legacy table.grid-input .settify-textarea-container {
  margin: 0px;
}
html.legacy table.grid-input:not(.border-none) .settify-input input, html.legacy table.grid-input:not(.border-none) .settify-textarea textarea, html.legacy table.grid-input:not(.border-none) .settify-select .select-container {
  border: none;
}
html.legacy table.grid-input .settify-input {
  transition: border-color 0.5s ease-in-out;
  border-bottom: 1px solid #e0e0e0;
}
html.legacy table.grid-input .settify-input input {
  border: none;
}
html.legacy table.grid-input .settify-input:focus-within {
  border-color: transparent;
}
html.legacy table.grid-input :where(tr:has(.gendered-name-input)) > *:has([data-test-gender-query]) + * .settify-input, html.legacy table.grid-input :where(tr:has(.gendered-name-input)) > *:has([data-test-gender-query]) + * + * .settify-input {
  transition: margin 0.2s;
  margin-bottom: 26px;
}
html.legacy table.grid-input .gendered-name-input td:nth-of-type(2) {
  flex: 0 1 40px;
  border: 0;
}
html.legacy table.grid-input .gendered-name-input .required-field-marker {
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
}
html.legacy table.grid-input .gendered-name-input + div [data-test-gender-query] {
  margin-inline-start: 6px;
}
html.legacy .free-list-block {
  border: 1px solid rgb(229.5, 229.5, 229.5);
  padding: 0.5em;
  margin-bottom: 1em;
  border-radius: 4px;
}
html.legacy .select-or-create-block.multiple-write-and-read {
  margin-top: -1em;
}
html.legacy .select-or-create-block.multiple-read {
  margin-top: 0;
}
html.legacy .select-or-create-options.multiple {
  margin-bottom: 1em;
}
html.legacy .select-or-create-options.multiple .free-list-add {
  margin-left: 0px;
  padding-left: 0px;
}
html.legacy .select-or-create-options.multiple .free-list-add i {
  padding-left: 0px;
  margin-left: 0px;
}
html.legacy .select-or-create-options .free-list-placeholder {
  width: calc(100% - 50px);
  display: inline-block;
}
html.legacy .select-or-create-options .ember-radio-button {
  margin-left: 0px;
}
html.legacy .select-or-create-options .horizontal-line {
  display: inline-block;
  background: white;
  height: 20px;
  width: 15px;
  vertical-align: top;
  margin-top: 1px;
}
html.legacy .select-or-create-options .horizontal-line:before {
  border-left: 1px solid rgb(190, 190, 190);
  border-bottom: 1px solid rgb(190, 190, 190);
  content: "`";
  width: 12px;
  height: 15px;
  display: inline-block;
  color: white;
}
html.legacy .select-or-create-options .horizontal-line.no-line {
  opacity: 0;
}
html.legacy .select-or-create-options .indent-1 {
  margin-left: 8px;
}
html.legacy .select-or-create-options .indent-2 {
  margin-left: 30px;
}
html.legacy .select-or-create-options .indent-3 {
  margin-left: 54px;
}
html.legacy .select-or-create-options .indent-4 {
  margin-left: 78px;
}
html.legacy .select-or-create-options .indent-5 {
  margin-left: 102px;
}
html.legacy .settify-select {
  width: 100%;
  border-radius: 2px;
  color: var(--brand-text-color, #333);
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: lighter;
}
html.legacy .settify-select:focus {
  border: none;
  outline: none;
}
html.legacy .settify-select .select-container {
  height: 42px;
  margin-top: 6px;
  width: 100%;
  position: relative;
  border-bottom: solid 1px #CCC;
  color: var(--brand-text-color, #333);
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  outline: 0;
  transition: background-color 0.5s ease;
}
html.legacy .settify-select .select-container:hover {
  background: rgba(204, 204, 204, 0.15);
}
html.legacy .settify-select .select-container:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  text-align: center;
  height: 16px;
  width: 16px;
  top: 16px;
  right: 10px;
  color: var(--brand-primary-color, #34a853);
  opacity: 1;
  transition: all 0.2s ease;
}
html.legacy .settify-select .select-container .select-label, html.legacy .settify-select .select-container .selected {
  color: var(--brand-text-color, #333);
  display: block;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 6px;
  top: 16px;
  pointer-events: none;
  transform: scale(1) translateY(0);
  transition: all 0.2s ease;
}
html.legacy .settify-select .select-container .select-label {
  opacity: 0.6;
}
html.legacy .settify-select .select-container .select-label.minimise {
  opacity: 1;
}
html.legacy .settify-select .select-container .minimise {
  font-size: 12px;
  left: 0px;
  top: -6px;
  color: var(--brand-primary-color, #34a853);
}
html.legacy .settify-select .select-container .minimise.fade {
  opacity: 0;
  transition: opacity 1.5s ease;
}
html.legacy .settify-select .select-container .minimise + .selected {
  opacity: 1;
  transform: translateY(0px);
}
html.legacy .settify-select .select-container .minimise + .fade-selected {
  opacity: 0;
  transform: translateY(24px);
}
html.legacy .settify-select .select-container .selected {
  transform: translateY(24px);
  transition: all ease 0.3s;
  will-change: transform;
  max-width: calc(100% - 16px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html.legacy .settify-select .select-container .settify-input-line {
  background-color: var(--brand-primary-color, #34a853);
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transform-origin: 0 0;
  transition: width 0s 0.5s, opacity 0.3s ease;
}
html.legacy .settify-select ul {
  width: 100%;
  background: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  display: block;
  max-height: 320px;
  overflow: scroll;
  overflow-x: hidden;
  height: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0 1px;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
}
html.legacy .settify-select ul li {
  color: var(--brand-text-color, #333);
  padding: 6px 4px;
  margin: 0;
  outline: none;
  cursor: pointer;
}
html.legacy .settify-select ul li:hover, html.legacy .settify-select ul li:focus, html.legacy .settify-select ul li.hover {
  background: rgba(204, 204, 204, 0.15);
}
html.legacy .settify-select ul li.hover:hover {
  background: rgba(204, 204, 204, 0.25);
}
html.legacy .settify-select.focused {
  color: var(--brand-primary-color, #34a853);
}
html.legacy .settify-select.focused .select-container {
  border-color: var(--brand-primary-color, #34a853);
}
html.legacy .settify-select.focused .select-container .settify-input-line {
  transition: width 0.5s ease, opacity 0s;
  opacity: 1;
  width: 100%;
}
html.legacy .settify-select.focused .select-container:after {
  transform: rotate(180deg);
}
html.legacy .settify-select.focused ul {
  opacity: 1;
  pointer-events: all;
}
html.legacy .color-picker-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
html.legacy .color-picker-box .color-picker {
  max-width: 300px;
  position: relative;
  margin-left: 5px;
  border-bottom: 1px solid #CCC;
}
html.legacy .color-picker-box .color-picker .color-select {
  position: absolute;
  right: 5px;
  top: 0px;
  border-radius: 100%;
  height: 23px;
  width: 23px;
  border: none;
  outline: none;
  padding: 0;
}
html.legacy .color-picker-box .color-picker .color-select::-webkit-color-swatch-wrapper {
  padding: 0;
}
html.legacy .color-picker-box .color-picker .color-select::-webkit-color-swatch {
  border-radius: 30%;
}
html.legacy .common-support-reqests-box {
  border-radius: 4px;
  border: 1px solid var(--brand-primary-color, #34a853);
  margin-bottom: 16px;
}
html.legacy .common-support-reqests-box p {
  margin-bottom: 5px;
  padding: 10px;
}
html.legacy .font-picker-box {
  display: flex;
  align-items: baseline;
}
html.legacy .font-picker-box .font-select {
  margin-left: 3px;
}
html.legacy .centertext {
  text-align: center;
}
html.legacy .rightalign {
  text-align: right;
}
html.legacy .leftalign {
  text-align: left;
}
html.legacy .full-width-inline-block settify-email-input {
  width: calc(100% - 50px);
  display: inline-block;
}
html.legacy .settify-lawyer-select {
  width: calc(100% - 50px);
  display: inline-block;
  position: relative;
  z-index: 1;
}
html.legacy .position-relative {
  position: relative;
}
html.legacy .align-top {
  vertical-align: top;
}
html.legacy .align-middle {
  vertical-align: middle;
}
html.legacy .floatnone {
  float: none;
}
html.legacy .floatleft {
  float: left;
}
html.legacy .floatright {
  float: right;
}
html.legacy .clearboth {
  clear: both;
}
html.legacy .display-block {
  display: block;
}
html.legacy .display-inline {
  display: inline;
}
html.legacy .display-inline-flex {
  display: inline-flex;
}
html.legacy .display-flex {
  display: flex;
}
html.legacy .flex-wrap {
  flex-wrap: wrap;
}
html.legacy .align-items-center {
  align-items: center;
}
html.legacy .align-items-start {
  align-items: flex-start;
}
html.legacy .zindex-1 {
  z-index: 1;
}
html.legacy .width-40 {
  width: 40%;
}
html.legacy .width-100 {
  width: 100%;
}
html.legacy .summary-edit-cell {
  width: 20px;
  min-width: 0px !important;
}
html.legacy .summary-icon {
  font-size: 13px;
  color: #888;
  margin: 0px;
  margin-left: 10px;
}
html.legacy .summary-editing {
  padding: 10px;
  border-radius: 10px;
  background: #F9F9F9;
}
html.legacy .summary-appendix-content p, html.legacy .summary-appendix-content label, html.legacy .summary-appendix-content input, html.legacy .summary-appendix-content b, html.legacy .summary-appendix-content div {
  font-size: 16px;
  margin-bottom: 2px;
  line-height: 22px;
  box-shadow: none;
}
html.legacy .summary-appendix-content div {
  height: auto !important;
}
html.legacy .summary-appendix-content .confidence-display {
  height: 10px !important;
}
html.legacy .summary-appendix-content .readonly-textarea {
  margin-top: 0px !important;
}
html.legacy .summary-appendix-content h4, html.legacy .summary-appendix-content .h4, html.legacy .summary-appendix-content h5, html.legacy .summary-appendix-content .h5 {
  font-size: 18px;
}
html.legacy .summary-appendix-content h4 div, html.legacy .summary-appendix-content .h4 div, html.legacy .summary-appendix-content h5 div, html.legacy .summary-appendix-content .h5 div {
  font-size: 18px;
}
html.legacy .summary-strip b, html.legacy .summary-strip strong {
  font-weight: var(--brand-body-font-weight, 300);
}
html.legacy .summary-strip .contribution-option {
  font-weight: bold !important;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 10px;
  pointer-events: none;
}
html.legacy .summary-strip .ember-radio-button {
  display: none;
  pointer-events: none;
}
html.legacy .summary-strip .checked {
  display: block !important;
  padding-left: 8px;
}
html.legacy .summary-strip .ember-radio-button input {
  display: none;
}
html.legacy .summary-strip .settify-checkbox input {
  display: none;
}
html.legacy .summary-strip input, html.legacy .summary-strip textarea, html.legacy .summary-strip .form-control {
  border: none;
  box-shadow: none;
  height: auto;
  pointer-events: none;
}
html.legacy .summary-strip input[type=checkbox]:not(:checked), html.legacy .summary-strip input[type=checkbox]:not(:checked) + label {
  display: none;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
html.legacy .summary-strip input[type=checkbox]:checked + label {
  font-size: 20px;
}
html.legacy .summary-strip textarea.form-control {
  border: 1px solid;
  border-color: lightgrey;
}
html.legacy .summary-strip .readonly-textarea {
  margin-left: 14px;
  margin-top: 10px;
}
html.legacy .summary-strip .settify-tab-pane {
  background: transparent;
}
html.legacy .summary-strip .induction-miniheader {
  text-align: left;
  font-size: 1.2em;
  font-weight: 400;
}
html.legacy .summary-strip .commentary, html.legacy .summary-strip .feedback-paragraph {
  display: none;
}
html.legacy .summary-strip select {
  -webkit-appearance: none;
  font-size: 20px;
  color: var(--brand-text-color, #333);
  border-color: transparent !important;
}
html.legacy .summary-strip input {
  font-size: 20px;
  color: var(--brand-text-color, #333);
}
html.legacy .summary-strip select::-ms-expand {
  display: none;
}
html.legacy .summary-strip select:not([multiple]) {
  background-image: none;
}
html.legacy .summary-strip .icon-delete {
  display: none;
}
html.legacy .summary-strip .important input {
  display: block;
  margin: 0px;
  right: 0;
  margin-top: 4px;
}
html.legacy .summary-strip .important .radio {
  display: inline-block;
  margin: 0px;
}
html.legacy .summary-strip .important .ember-radio-button {
  margin: 0px;
  padding: 0px;
  right: 0px;
}
html.legacy .summary-potentially-contracted {
  overflow: hidden;
  position: relative;
  display: block;
}
html.legacy .summary-contracted {
  max-height: 100px;
}
html.legacy .summary-contracted:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 3;
  background: -webkit-linear-gradient(RGBA(255, 255, 255, 0), RGBA(255, 255, 255, 1));
  background: -o-linear-gradient(RGBA(255, 255, 255, 0), RGBA(255, 255, 255, 1));
  background: -moz-linear-gradient(RGBA(255, 255, 255, 0), RGBA(255, 255, 255, 1));
  background: linear-gradient(RGBA(255, 255, 255, 0), RGBA(255, 255, 255, 1));
}
html.legacy .contracted-clickarea {
  width: 100%;
  height: 100%;
  z-index: 10;
  content: " ";
  background: transparent;
  position: absolute;
}
html.legacy .summary-table {
  width: 100%;
}
html.legacy .summary-table th, html.legacy .summary-table td {
  padding: 5px;
}
html.legacy .table-fixed {
  table-layout: fixed;
}
html.legacy .width-100 {
  width: 100%;
}
html.legacy .small-break {
  margin-bottom: 6px;
}
html.legacy .asset-table {
  font-size: 0.8em;
}
html.legacy .asset-table td {
  min-width: none;
  width: auto;
}
html.legacy .asset-table .asset-total {
  background: #EEE;
}
html.legacy .contribution-table {
  width: 100%;
  font-size: 0.8em;
}
html.legacy .contribution-table th, html.legacy .contribution-table td {
  padding: 5px;
}
html.legacy .contribution-table .contribution-total {
  background: #EEE;
}
html.legacy .confidence-display {
  display: block;
  height: 1em;
  margin-top: 4px;
  background: red;
  width: 5%;
}
html.legacy .full {
  width: 100%;
  background: #34a853;
}
html.legacy .half {
  width: 66%;
  background: palegoldenrod;
}
html.legacy .quarter {
  width: 33%;
  background: orange;
}
html.legacy .summary-add-row-link {
  opacity: 0.6;
}
html.legacy .summary-downloading-status {
  display: block;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
  background: #34a853;
  color: white;
}
html.legacy .summary-quicklinks {
  padding-left: 0px;
}
html.legacy .summary-quicklinks li {
  display: inline-block;
}
html.legacy .summary-quicklinks li::after {
  content: " | ";
}
html.legacy .summary-quicklinks li:last-of-type:after {
  content: "";
}
html.legacy .summary-header {
  text-align: center;
}
html.legacy div[data-question-type=image] .image-wrapper {
  text-align: center;
}
html.legacy .summary-icon-image {
  height: 50px;
  -webkit-mask-size: 50px 50px;
  mask-size: 50px 50px;
  margin-top: 2em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html.legacy .readonly-textarea {
  display: inline;
}
html.legacy .readonly-textarea span:first-of-type {
  white-space: pre-line;
}
html.legacy .questionWrapper {
  display: flex;
  flex-wrap: wrap;
}
html.legacy .process-container {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
html.legacy .process-link {
  width: 10px;
  margin-left: 30px;
  opacity: 0.5;
  margin-bottom: 20px;
}
html.legacy .flipped {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  margin-left: 10px;
}
html.legacy .process-block {
  display: table;
  overflow: auto;
  text-align: left;
  margin-bottom: 25px;
}
html.legacy .process-block img {
  max-width: 50px;
  display: table-cell;
  vertical-align: top;
  margin-right: 30px;
}
html.legacy .process-block p {
  display: table-cell;
  vertical-align: middle;
}
html.legacy .process-block i {
  margin: 0px;
  margin-right: 10px;
  font-size: 0.8em;
}
html.legacy .process-block p.buffered {
  padding: 45px 0;
}
html.legacy table.casestudy td {
  vertical-align: top;
  padding: 4px;
  min-width: 80px;
}
html.legacy table.casestudy th {
  vertical-align: bottom;
  padding: 4px;
}
html.legacy table.casestudy p {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
html.legacy table.casestudy img {
  max-width: 50px;
  margin-bottom: 1em;
}
html.legacy table.casestudy th:nth-child(3), html.legacy table.casestudy th:nth-child(4), html.legacy table.casestudy td:nth-child(3), html.legacy table.casestudy td:nth-child(4) {
  border-left: 1px solid lightgrey;
  text-align: right;
}
html.legacy table.casestudy tr:last-child {
  border-top: 1px solid lightgrey;
  text-align: right;
}
html.legacy .index-focusarea {
  background: #EEE;
  color: #333;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 1em;
  text-align: center;
}
html.legacy .logo-credential {
  text-align: left;
  display: inline-block;
  padding: 0px 5px;
  font-size: 0.6em;
  margin: 20px 0px;
}
html.legacy .logo-credential img {
  max-height: 40px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.75;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.5s, filter 0.25s;
}
html.legacy .logo-credential img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}
html.legacy .testimonial {
  margin-bottom: 4px;
  padding: 0px 50px;
}
html.legacy .testimonial-giver {
  font-style: italic;
  opacity: 0.6;
  padding: 0px 50px;
  margin-bottom: 50px;
}
html.legacy .testimonial-talkies {
  font-size: 4em;
  text-align: left;
  margin-bottom: 0;
  line-height: 0px;
  font-family: serif;
  font-style: italic;
  margin-top: 20px;
  position: relative;
  top: 30px;
  color: var(--brand-primary-color, #34a853);
}
html.legacy .testimonial-endtalkie {
  text-align: right;
  top: -15px;
  position: relative;
}
html.legacy .actionrequired {
  border-radius: 4px;
  padding: 10px;
  background: #ff6666;
  margin-bottom: 1em;
  transition: 0.4s;
}
html.legacy .actionrequired p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
  color: white;
}
html.legacy .actionrequired a, html.legacy .actionrequired .toggle-box label, html.legacy .toggle-box .actionrequired label {
  color: white;
}
html.legacy .actionrequired .fal {
  transition: color 0.4s;
}
html.legacy .actionrequired:hover {
  background: red;
  transition: 0.4s;
}
html.legacy .actionrequired:hover .fal {
  color: white;
}
html.legacy .landing-page-testimonials {
  border: 4px solid #ddd;
  border-radius: 4px;
  padding: 10px;
}
html.legacy .landing-page-testimonials .testimonial {
  display: block;
  clear: both;
  padding: 0px;
  margin-bottom: 20px;
  text-align: center;
}
html.legacy .landing-page-testimonials .testimonial img {
  max-width: 120px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
html.legacy .landing-page-testimonials .testimonial .quote {
  text-align: center;
  display: block;
}
html.legacy .landing-page-testimonials .testimonial .attribution {
  display: inline-block;
  font-size: 0.9em;
  padding: 15px;
  opacity: 0.8;
  border-bottom: 1px solid #eee;
}
html.legacy .landing-page-testimonials .testimonial .attribution.last {
  border-bottom: 0px;
}
html.legacy .emergency-boxout {
  border: solid 5px var(--brand-primary-color, #34a853);
  padding: 10px;
  margin-bottom: 16px;
}
html.legacy .emergency-boxout h3, html.legacy .emergency-boxout .h3 {
  text-align: center;
}
html.legacy .emergency-boxout p {
  white-space: pre-line;
  text-align: left;
}
html.legacy .test-site-box {
  border-radius: 10px;
  border: 1px solid red;
  margin-bottom: 10px;
}
html.legacy .test-site-box p {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
}
html.legacy .test-site-box i {
  color: red;
}
html.legacy .loading-container {
  text-align: center;
}
html.legacy .spinner {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
html.legacy .spinner span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid;
  border-color: var(--brand-primary-color, #34a853) transparent transparent transparent;
  border-radius: 50%;
  animation: sk-rotate 1.1s ease infinite;
  -webkit-animation: sk-rotate 1.1s ease infinite;
}
html.legacy .spinner span:nth-child(1) {
  animation-delay: -0.25s;
}
html.legacy .spinner span:nth-child(2) {
  animation-delay: -0.18s;
}
html.legacy .spinner span:nth-child(3) {
  animation-delay: -0.1s;
}
html.legacy .dot1, html.legacy .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--brand-primary-color, #34a853);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
html.legacy .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
html.legacy .fade-in-out-repeat {
  animation: fadeInOutFrames ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: fadeInOutFrames ease-in-out 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: fadeInOutFrames ease-in-out 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: fadeInOutFrames ease-in-out 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: fadeInOutFrames ease-in-out 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
@keyframes fadeInOutFrames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInOutFrames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOutFrames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOutFrames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeInOutFrames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html.legacy .loading-pane {
  text-align: center;
  padding: 20%;
}
html.legacy .loggedin-icon {
  text-align: center;
}
html.legacy .loggedin-icon img {
  height: 50px;
  margin-bottom: 10px;
}
html.legacy .logged-out-message {
  background: var(--brand-primary-color, #34a853);
  color: white;
  padding: 10px;
  opacity: 0.7;
}
html.legacy .logged-out-message p {
  margin-bottom: 0px;
}
html.legacy #qrcode img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid black;
  padding: 5px;
}
html.legacy .textgrey {
  color: grey;
}
html.legacy .document-required-block {
  border-radius: 10px;
  background: white;
  padding: 5px;
  margin-bottom: 10px;
}
html.legacy .document-required-block .document-required-header, html.legacy .document-required-block .document-required-header a, html.legacy .document-required-block .document-required-header .toggle-box label, html.legacy .toggle-box .document-required-block .document-required-header label {
  margin: 4px 0px;
  color: var(--brand-text-color, #333);
}
html.legacy .document-required-block .fileselect {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
html.legacy .document-required-block i {
  color: rgb(89.25, 89.25, 89.25);
}
html.legacy .document-required-block .complete {
  color: var(--brand-primary-color, #34a853);
}
html.legacy .document-required-block .problem {
  color: red;
}
html.legacy .document-required-block .fileselect + label {
  display: inline-block;
  border-color: var(--brand-primary-color, #34a853);
  border-style: dashed;
  border-width: 3px;
  border-radius: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  transition: color 0.25s;
}
html.legacy .document-required-block .fileselect + label i {
  color: var(--brand-primary-color, #34a853);
}
html.legacy .document-required-block .fileselect:focus + label,
html.legacy .document-required-block .fileselect + label:hover {
  color: var(--brand-primary-color, #34a853);
  cursor: pointer; /* "hand" cursor */
}
html.legacy .document-required-block .small-button {
  margin-top: 20px;
  font-size: 16px;
  padding: 4px;
  float: none;
}
html.legacy .edit-asset-link {
  margin-bottom: 8px;
}
html.legacy .template-email {
  background: white;
  border-radius: 10px;
  padding: 5px;
}
html.legacy .demo-canvas {
  position: absolute;
  top: 0;
}
html.legacy #large-header table {
  position: absolute;
  bottom: 0;
}
html.legacy .offline-ui {
  border-radius: 10px !important;
  font-family: var(--brand-body-font-family, Lato, sans-serif) !important;
  font-weight: var(--brand-body-font-weight, 300) !important;
  border: none !important;
}
html.legacy .offline-ui-up {
  background: var(--brand-primary-color, #34a853) !important;
  color: white !important;
  font-weight: bold !important;
}
html.legacy .offline-ui-down {
  background: #ec8787 !important;
  color: #551313 !important;
}
html.legacy .offline-ui-connecting.offline-ui-waiting {
  background: #f8ecad !important;
  color: #7c6d1f !important;
}
html.legacy .offline-ui-connecting.offline-ui-waiting:after {
  border-top-color: #7c6d1f !important;
  border-left-color: #7c6d1f !important;
}
html.legacy .record-polling-container {
  display: inline-block;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 5001;
  text-align: right;
  max-width: 500px;
}
html.legacy .record-polling-container .fal {
  color: white;
  margin: 0px;
}
html.legacy .record-polling-container .record-polling-offset-glyph {
  left: -0.5em;
  top: 1px;
  position: relative;
  opacity: 0.5;
}
html.legacy .record-polling-container .record-polling-message {
  font-size: 0.7em;
  background: #34a853;
  color: white;
  border-radius: 5px;
  padding: 0px 4px;
  margin: 3px;
  display: inline-block;
}
html.legacy .record-polling-container .record-polling-error,
html.legacy .record-polling-container .record-polling-prompt {
  background: #ff6666;
  color: #660000;
  font-size: 1em;
  padding: 10px;
  border-radius: 10px;
}
html.legacy .record-polling-container .record-polling-prompt {
  transition: background-color 0.25s, color 0.25s;
}
html.legacy .record-polling-container .record-polling-prompt:hover {
  background: red;
  color: white;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html.legacy .record-polling-container .fadein {
  animation: fadein 0.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  10%, 75% {
    opacity: 1;
  }
  95%, 100% {
    opacity: 0;
  }
}
html.legacy .record-polling-container .fadeinout {
  animation: fadeinout 10s;
  animation-fill-mode: forwards;
}
@keyframes rollup {
  0%, 95% {
    max-height: 1.5em;
  }
  100% {
    max-height: 0;
  }
}
html.legacy .record-polling-container .record-polling-rollup-container {
  overflow-y: hidden;
  animation: rollup 10s;
  animation-fill-mode: forwards;
}
html.legacy .condensed-summary.custom-firm-summary .edit-form .chapter-animation-container h2, html.legacy .condensed-summary.custom-firm-summary .edit-form .chapter-animation-container .h2, html.legacy #settify-comparison-content.custom-firm-summary .edit-form .chapter-animation-container h2, html.legacy #settify-comparison-content.custom-firm-summary .edit-form .chapter-animation-container .h2 {
  margin: 0px;
}
html.legacy .condensed-summary.custom-firm-summary .sub-heading h2, html.legacy .condensed-summary.custom-firm-summary .sub-heading .h2, html.legacy #settify-comparison-content.custom-firm-summary .sub-heading h2, html.legacy #settify-comparison-content.custom-firm-summary .sub-heading .h2 {
  margin: 0px;
  text-align: left;
}
html.legacy .condensed-summary .force-highlight, html.legacy #settify-comparison-content .force-highlight {
  background-color: yellow;
}
html.legacy .condensed-summary .liquid-container, html.legacy .condensed-summary .liquid-child, html.legacy #settify-comparison-content .liquid-container, html.legacy #settify-comparison-content .liquid-child {
  display: inline;
}
html.legacy .condensed-summary .should-display-container, html.legacy #settify-comparison-content .should-display-container {
  display: block;
  margin-bottom: 0.5em;
}
html.legacy .condensed-summary .should-display-hidden, html.legacy #settify-comparison-content .should-display-hidden {
  display: none;
}
html.legacy .condensed-summary .toggle-box, html.legacy #settify-comparison-content .toggle-box {
  display: none;
}
html.legacy .condensed-summary .editor-buttons, html.legacy #settify-comparison-content .editor-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
html.legacy .condensed-summary .input-switcher, html.legacy #settify-comparison-content .input-switcher {
  margin-bottom: 0.5em;
}
html.legacy .condensed-summary html, html.legacy .condensed-summary body, html.legacy .condensed-summary p, html.legacy .condensed-summary table, html.legacy .condensed-summary tr, html.legacy .condensed-summary td, html.legacy .condensed-summary th, html.legacy .condensed-summary div, html.legacy .condensed-summary b, html.legacy .condensed-summary li, html.legacy .condensed-summary .summary-appendix-content, html.legacy .condensed-summary .summary-appendix-content div, html.legacy .condensed-summary .summary-appendix-content.div, html.legacy .condensed-summary label, html.legacy .condensed-summary input, html.legacy #settify-comparison-content html, html.legacy #settify-comparison-content body, html.legacy #settify-comparison-content p, html.legacy #settify-comparison-content table, html.legacy #settify-comparison-content tr, html.legacy #settify-comparison-content td, html.legacy #settify-comparison-content th, html.legacy #settify-comparison-content div, html.legacy #settify-comparison-content b, html.legacy #settify-comparison-content li, html.legacy #settify-comparison-content .summary-appendix-content, html.legacy #settify-comparison-content .summary-appendix-content div, html.legacy #settify-comparison-content .summary-appendix-content.div, html.legacy #settify-comparison-content label, html.legacy #settify-comparison-content input {
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 16px;
}
html.legacy .condensed-summary h1, html.legacy .condensed-summary .h1, html.legacy #settify-comparison-content h1, html.legacy #settify-comparison-content .h1 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  background: var(--brand-primary-color, #34a853);
  color: white;
  border-radius: 4px;
  padding: 1px;
  page-break-after: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
html.legacy .condensed-summary h3, html.legacy .condensed-summary .h3, html.legacy .condensed-summary h4, html.legacy .condensed-summary .h4, html.legacy .condensed-summary h5, html.legacy .condensed-summary .h5, html.legacy .condensed-summary h2.div, html.legacy .condensed-summary .div.h2, html.legacy .condensed-summary h3.div, html.legacy .condensed-summary h4.div, html.legacy .condensed-summary h5.div, html.legacy #settify-comparison-content h3, html.legacy #settify-comparison-content .h3, html.legacy #settify-comparison-content h4, html.legacy #settify-comparison-content .h4, html.legacy #settify-comparison-content h5, html.legacy #settify-comparison-content .h5, html.legacy #settify-comparison-content h2.div, html.legacy #settify-comparison-content .div.h2, html.legacy #settify-comparison-content h3.div, html.legacy #settify-comparison-content h4.div, html.legacy #settify-comparison-content h5.div {
  font-size: 16px;
  font-weight: var(--brand-body-font-weight, 300);
}
html.legacy .condensed-summary h2, html.legacy .condensed-summary .h2, html.legacy #settify-comparison-content h2, html.legacy #settify-comparison-content .h2 {
  font-size: 18px;
  font-weight: bold;
  page-break-after: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 3px;
  margin-bottom: 1em;
  text-align: center;
}
html.legacy .condensed-summary h3.summary-mode, html.legacy .condensed-summary .summary-mode.h3, html.legacy #settify-comparison-content h3.summary-mode, html.legacy #settify-comparison-content .summary-mode.h3 {
  text-align: center;
  font-weight: bold;
}
html.legacy .condensed-summary h3.banner-title, html.legacy .condensed-summary .banner-title.h3, html.legacy #settify-comparison-content h3.banner-title, html.legacy #settify-comparison-content .banner-title.h3 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  background: var(--brand-primary-color, #34a853);
  color: white;
  border-radius: 4px;
  padding: 1px;
  page-break-after: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 5px;
  font-weight: 600 !important;
}
html.legacy .condensed-summary.settify-for-everything html, html.legacy .condensed-summary.settify-for-everything body, html.legacy .condensed-summary.settify-for-everything p, html.legacy .condensed-summary.settify-for-everything table, html.legacy .condensed-summary.settify-for-everything tr, html.legacy .condensed-summary.settify-for-everything td, html.legacy .condensed-summary.settify-for-everything th, html.legacy .condensed-summary.settify-for-everything div, html.legacy .condensed-summary.settify-for-everything b, html.legacy .condensed-summary.settify-for-everything li, html.legacy .condensed-summary.settify-for-everything .summary-appendix-content, html.legacy .condensed-summary.settify-for-everything .summary-appendix-content div, html.legacy .condensed-summary.settify-for-everything .summary-appendix-content.div, html.legacy .condensed-summary.settify-for-everything label, html.legacy .condensed-summary.settify-for-everything input, html.legacy #settify-comparison-content.settify-for-everything html, html.legacy #settify-comparison-content.settify-for-everything body, html.legacy #settify-comparison-content.settify-for-everything p, html.legacy #settify-comparison-content.settify-for-everything table, html.legacy #settify-comparison-content.settify-for-everything tr, html.legacy #settify-comparison-content.settify-for-everything td, html.legacy #settify-comparison-content.settify-for-everything th, html.legacy #settify-comparison-content.settify-for-everything div, html.legacy #settify-comparison-content.settify-for-everything b, html.legacy #settify-comparison-content.settify-for-everything li, html.legacy #settify-comparison-content.settify-for-everything .summary-appendix-content, html.legacy #settify-comparison-content.settify-for-everything .summary-appendix-content div, html.legacy #settify-comparison-content.settify-for-everything .summary-appendix-content.div, html.legacy #settify-comparison-content.settify-for-everything label, html.legacy #settify-comparison-content.settify-for-everything input {
  font-size: 16px;
  margin-bottom: 2px;
  line-height: 18px;
}
html.legacy .condensed-summary.settify-for-everything h3, html.legacy .condensed-summary.settify-for-everything .h3, html.legacy .condensed-summary.settify-for-everything h4, html.legacy .condensed-summary.settify-for-everything .h4, html.legacy .condensed-summary.settify-for-everything h5, html.legacy .condensed-summary.settify-for-everything .h5, html.legacy .condensed-summary.settify-for-everything h2.div, html.legacy .condensed-summary.settify-for-everything .div.h2, html.legacy .condensed-summary.settify-for-everything h3.div, html.legacy .condensed-summary.settify-for-everything h4.div, html.legacy .condensed-summary.settify-for-everything h5.div, html.legacy #settify-comparison-content.settify-for-everything h3, html.legacy #settify-comparison-content.settify-for-everything .h3, html.legacy #settify-comparison-content.settify-for-everything h4, html.legacy #settify-comparison-content.settify-for-everything .h4, html.legacy #settify-comparison-content.settify-for-everything h5, html.legacy #settify-comparison-content.settify-for-everything .h5, html.legacy #settify-comparison-content.settify-for-everything h2.div, html.legacy #settify-comparison-content.settify-for-everything .div.h2, html.legacy #settify-comparison-content.settify-for-everything h3.div, html.legacy #settify-comparison-content.settify-for-everything h4.div, html.legacy #settify-comparison-content.settify-for-everything h5.div {
  font-size: 18px;
  font-weight: var(--brand-body-font-weight, 300);
}
html.legacy .condensed-summary small, html.legacy .condensed-summary .small, html.legacy #settify-comparison-content small, html.legacy #settify-comparison-content .small {
  font-size: 12px;
}
html.legacy .condensed-summary a, html.legacy .condensed-summary .toggle-box label, html.legacy .toggle-box .condensed-summary label, html.legacy .condensed-summary a:hover, html.legacy .condensed-summary a:visited, html.legacy .condensed-summary a:active, html.legacy #settify-comparison-content a, html.legacy #settify-comparison-content .toggle-box label, html.legacy .toggle-box #settify-comparison-content label, html.legacy #settify-comparison-content a:hover, html.legacy #settify-comparison-content a:visited, html.legacy #settify-comparison-content a:active {
  text-decoration: none;
}
html.legacy .condensed-summary .allow-links a, html.legacy .condensed-summary .allow-links .toggle-box label, html.legacy .toggle-box .condensed-summary .allow-links label, html.legacy .condensed-summary .allow-links a:visited, html.legacy .condensed-summary .allow-links a:active, html.legacy #settify-comparison-content .allow-links a, html.legacy #settify-comparison-content .allow-links .toggle-box label, html.legacy .toggle-box #settify-comparison-content .allow-links label, html.legacy #settify-comparison-content .allow-links a:visited, html.legacy #settify-comparison-content .allow-links a:active {
  color: rgb(39.9454545455, 129.0545454545, 63.7590909091);
}
html.legacy .condensed-summary .allow-links a:hover, html.legacy .condensed-summary .allow-links .toggle-box label:hover, html.legacy .toggle-box .condensed-summary .allow-links label:hover, html.legacy #settify-comparison-content .allow-links a:hover, html.legacy #settify-comparison-content .allow-links .toggle-box label:hover, html.legacy .toggle-box #settify-comparison-content .allow-links label:hover {
  color: rgb(111.4363636364, 210.5636363636, 137.9272727273);
}
html.legacy .condensed-summary .settify-contentcolumn, html.legacy #settify-comparison-content .settify-contentcolumn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  max-width: none;
  width: 100%;
}
html.legacy .condensed-summary .summary-download-header, html.legacy #settify-comparison-content .summary-download-header {
  text-align: right;
  margin-bottom: 20px;
}
html.legacy .condensed-summary .free-list-block, html.legacy #settify-comparison-content .free-list-block {
  border: none;
  padding: 0;
  display: list-item;
  margin-left: 1.3em;
  margin-bottom: 1em;
}
html.legacy .condensed-summary img.gendered-icon-summary, html.legacy #settify-comparison-content img.gendered-icon-summary {
  display: inline-block;
  width: 16px;
  top: -3px;
  position: relative;
}
html.legacy .condensed-summary img.gendered-icon-summary.gendered-icon-female, html.legacy #settify-comparison-content img.gendered-icon-summary.gendered-icon-female {
  top: 0px;
}
@media print {
  html.legacy .condensed-summary .keeptogether, html.legacy #settify-comparison-content .keeptogether {
    display: inline-block;
  }
  html.legacy .condensed-summary .keeptogether:after, html.legacy #settify-comparison-content .keeptogether:after {
    display: block;
    height: 0px;
    visibility: hidden;
  }
  html.legacy .condensed-summary h1, html.legacy .condensed-summary .h1, html.legacy #settify-comparison-content h1, html.legacy #settify-comparison-content .h1 {
    background: var(--brand-primary-color, #34a853) !important;
    color: white !important;
  }
}
html.legacy .condensed-summary table, html.legacy #settify-comparison-content table {
  width: 100%;
}
html.legacy .condensed-summary table td, html.legacy #settify-comparison-content table td {
  vertical-align: top;
  padding: 1px;
}
html.legacy .condensed-summary table.header-left tr td:nth-child(1), html.legacy #settify-comparison-content table.header-left tr td:nth-child(1) {
  font-weight: bold;
}
html.legacy .condensed-summary table.header-top tr:nth-child(1) td, html.legacy #settify-comparison-content table.header-top tr:nth-child(1) td {
  font-weight: bold;
}
html.legacy .condensed-summary table.subtle-delineation tr td, html.legacy #settify-comparison-content table.subtle-delineation tr td {
  border-bottom: 1px solid lightgray;
}
html.legacy .condensed-summary table.subtle-delineation tr:last-child td, html.legacy #settify-comparison-content table.subtle-delineation tr:last-child td {
  border-bottom: none;
}
html.legacy .condensed-summary table.auto-column-width tr td, html.legacy #settify-comparison-content table.auto-column-width tr td {
  width: auto;
}
html.legacy .condensed-summary table.two-equal-columns tr td, html.legacy #settify-comparison-content table.two-equal-columns tr td {
  width: 50%;
}
html.legacy .condensed-summary table.two-unequal-columns tr td:nth-child(1), html.legacy #settify-comparison-content table.two-unequal-columns tr td:nth-child(1) {
  width: 30%;
}
html.legacy .condensed-summary table.two-unequal-columns tr td:nth-child(2), html.legacy #settify-comparison-content table.two-unequal-columns tr td:nth-child(2) {
  width: 70%;
}
html.legacy .condensed-summary table.three-columns tr td:nth-child(1), html.legacy #settify-comparison-content table.three-columns tr td:nth-child(1) {
  width: 20%;
}
html.legacy .condensed-summary table.three-columns tr td:nth-child(2), html.legacy .condensed-summary table.three-columns tr td:nth-child(3), html.legacy #settify-comparison-content table.three-columns tr td:nth-child(2), html.legacy #settify-comparison-content table.three-columns tr td:nth-child(3) {
  width: 40%;
}
html.legacy .condensed-summary table.three-equal-columns td, html.legacy #settify-comparison-content table.three-equal-columns td {
  width: 33%;
}
html.legacy .condensed-summary table.three-equal-columns td:nth-child(1), html.legacy #settify-comparison-content table.three-equal-columns td:nth-child(1) {
  width: 34%;
}
html.legacy .condensed-summary table.four-equal-columns td, html.legacy #settify-comparison-content table.four-equal-columns td {
  width: 25%;
}
html.legacy .condensed-summary table.five-equal-columns td, html.legacy #settify-comparison-content table.five-equal-columns td {
  width: 20%;
}
html.legacy .condensed-summary table.six-equal-columns td, html.legacy #settify-comparison-content table.six-equal-columns td {
  width: 16%;
}
html.legacy .condensed-summary table.seven-equal-columns td, html.legacy #settify-comparison-content table.seven-equal-columns td {
  width: 14%;
}
html.legacy .condensed-summary table.subheading, html.legacy #settify-comparison-content table.subheading {
  margin-top: 24px;
  margin-bottom: 12px;
  width: 100%;
  page-break-inside: avoid;
  page-break-after: avoid;
  break-after: avoid;
  -webkit-region-break-after: avoid;
}
html.legacy .condensed-summary table.subheading td:nth-child(1), html.legacy #settify-comparison-content table.subheading td:nth-child(1) {
  text-align: right;
  width: 45%;
  vertical-align: middle;
}
html.legacy .condensed-summary table.subheading td:nth-child(1) img, html.legacy #settify-comparison-content table.subheading td:nth-child(1) img {
  margin: 0px;
  display: inline-block;
  height: 40px;
}
html.legacy .condensed-summary table.subheading td:nth-child(2), html.legacy #settify-comparison-content table.subheading td:nth-child(2) {
  width: 55%;
  font-size: 16px;
  padding-left: 1em;
  font-weight: bold;
  vertical-align: middle;
}
html.legacy .condensed-summary tr.total-row td, html.legacy #settify-comparison-content tr.total-row td {
  font-weight: bold;
  background: #EEEEEE;
}
html.legacy .condensed-summary table.assets-liabilities tr td, html.legacy #settify-comparison-content table.assets-liabilities tr td {
  width: 20%;
}
html.legacy .condensed-summary table.assets-liabilities tr td:nth-child(1), html.legacy #settify-comparison-content table.assets-liabilities tr td:nth-child(1) {
  width: 40%;
}
html.legacy .condensed-summary table.assets-liabilities tr td:nth-child(3), html.legacy #settify-comparison-content table.assets-liabilities tr td:nth-child(3) {
  text-align: right;
  padding-right: 6px;
}
html.legacy .condensed-summary table.assets-liabilities tr.total-row td:nth-child(2), html.legacy #settify-comparison-content table.assets-liabilities tr.total-row td:nth-child(2) {
  text-align: right;
  padding-right: 6px;
}
html.legacy .condensed-summary table.initial-contributions td, html.legacy #settify-comparison-content table.initial-contributions td {
  text-align: right;
}
html.legacy .condensed-summary table.initial-contributions tr:nth-child(1) td, html.legacy #settify-comparison-content table.initial-contributions tr:nth-child(1) td {
  text-align: left;
}
html.legacy .condensed-summary table.initial-contributions tr td:nth-child(1), html.legacy #settify-comparison-content table.initial-contributions tr td:nth-child(1) {
  text-align: left;
}
html.legacy .condensed-summary table.initial-contributions tr td:nth-child(2), html.legacy #settify-comparison-content table.initial-contributions tr td:nth-child(2) {
  padding-right: 6px;
}
html.legacy .condensed-summary table.initial-contributions table tr td, html.legacy #settify-comparison-content table.initial-contributions table tr td {
  font-weight: var(--brand-body-font-weight, 300) !important;
  padding-right: 0px !important;
}
html.legacy .condensed-summary table.initial-contributions table tr td:nth-child(2), html.legacy #settify-comparison-content table.initial-contributions table tr td:nth-child(2) {
  text-align: right;
}
html.legacy .condensed-summary table.external-contributions tr:last-child td, html.legacy #settify-comparison-content table.external-contributions tr:last-child td {
  text-align: right;
}
html.legacy .condensed-summary table.external-contributions tr td, html.legacy #settify-comparison-content table.external-contributions tr td {
  padding-right: 6px;
  border-right: 1px solid lightgray;
  padding-left: 6px;
}
html.legacy .condensed-summary table.external-contributions tr td:last-child, html.legacy #settify-comparison-content table.external-contributions tr td:last-child {
  padding-right: 0px;
  border-right: none;
}
html.legacy .condensed-summary table.external-contributions tr td:first-child, html.legacy #settify-comparison-content table.external-contributions tr td:first-child {
  padding-left: 0px;
}
html.legacy .condensed-summary table.external-contributions table tr td, html.legacy #settify-comparison-content table.external-contributions table tr td {
  border-right: none;
}
html.legacy .condensed-summary table.external-contributions table tr td:nth-child(1), html.legacy #settify-comparison-content table.external-contributions table tr td:nth-child(1) {
  text-align: left;
  padding-right: 0px;
  width: 60%;
}
html.legacy .condensed-summary table.external-contributions table tr td:nth-child(2), html.legacy #settify-comparison-content table.external-contributions table tr td:nth-child(2) {
  text-align: right;
  width: 40%;
}
html.legacy .condensed-summary .pdf-include, html.legacy #settify-comparison-content .pdf-include {
  display: none;
}
html.legacy .condensed-summary table.no-headers tr td, html.legacy #settify-comparison-content table.no-headers tr td {
  font-weight: var(--brand-body-font-weight, 300) !important;
}
html.legacy .condensed-summary .gendered-icon-summary, html.legacy #settify-comparison-content .gendered-icon-summary {
  display: inline;
}
html.legacy .condensed-summary .gendered-icon-summary img, html.legacy #settify-comparison-content .gendered-icon-summary img {
  width: 16px;
  top: -3px;
  position: relative;
}
html.legacy .condensed-summary table.chapter-contents tr, html.legacy #settify-comparison-content table.chapter-contents tr {
  border-top: 1px dashed #ccc;
}
html.legacy .condensed-summary table.chapter-contents tr td, html.legacy #settify-comparison-content table.chapter-contents tr td {
  padding-top: 8px;
}
html.legacy .condensed-summary table.chapter-contents tr:first-of-type, html.legacy #settify-comparison-content table.chapter-contents tr:first-of-type {
  border: none;
}
html.legacy .condensed-summary table.chapter-contents tr:first-of-type td, html.legacy #settify-comparison-content table.chapter-contents tr:first-of-type td {
  padding-top: 0px;
}
html.legacy .condensed-summary table.chapter-contents td, html.legacy #settify-comparison-content table.chapter-contents td {
  vertical-align: top;
}
html.legacy .condensed-summary table.chapter-contents td:first-of-type, html.legacy #settify-comparison-content table.chapter-contents td:first-of-type {
  width: 30%;
}
html.legacy .condensed-summary table.chapter-contents td:nth-of-type(3), html.legacy #settify-comparison-content table.chapter-contents td:nth-of-type(3) {
  text-align: right;
}
html.legacy .condensed-summary table.chapter-contents h1, html.legacy .condensed-summary table.chapter-contents .h1, html.legacy .condensed-summary table.chapter-contents h2, html.legacy .condensed-summary table.chapter-contents .h2, html.legacy .condensed-summary table.chapter-contents h3, html.legacy .condensed-summary table.chapter-contents .h3, html.legacy #settify-comparison-content table.chapter-contents h1, html.legacy #settify-comparison-content table.chapter-contents .h1, html.legacy #settify-comparison-content table.chapter-contents h2, html.legacy #settify-comparison-content table.chapter-contents .h2, html.legacy #settify-comparison-content table.chapter-contents h3, html.legacy #settify-comparison-content table.chapter-contents .h3 {
  margin-top: 0px;
}
html.legacy .condensed-summary .family-tree .leaf, html.legacy #settify-comparison-content .family-tree .leaf {
  background-image: none;
}
html.legacy .condensed-summary .family-tree .leaf .highlight-leaf, html.legacy #settify-comparison-content .family-tree .leaf .highlight-leaf {
  font-weight: 500;
}
html.legacy .condensed-summary .family-tree .leaf .fade-leaf, html.legacy #settify-comparison-content .family-tree .leaf .fade-leaf {
  opacity: 0.4;
}
html.legacy .no-information-provided {
  color: grey;
}
html.legacy .client-facing-summary .no-information-provided {
  background: rgb(243, 234, 106);
  color: black;
}
html.legacy .condensed-appendices {
  border: 10px solid lightgrey;
  padding: 10px;
  margin-top: 1em;
  border-radius: 4px;
}
html.legacy .condensed-appendices h2, html.legacy .condensed-appendices .h2 {
  font-size: 18px;
  font-weight: bold;
}
html.legacy .condensed-appendices .summary-icon-image {
  margin-top: 0.5em;
}
html.legacy .condensed-appendices .summary-appendix-content div, html.legacy .condensed-appendices .summary-appendix-content p, html.legacy .condensed-appendices .summary-appendix-content b, html.legacy .condensed-appendices .summary-appendix-content h5, html.legacy .condensed-appendices .summary-appendix-content .h5, html.legacy .condensed-appendices .summary-appendix-content h6, html.legacy .condensed-appendices .summary-appendix-content .h6, html.legacy .condensed-appendices .summary-appendix-content input, html.legacy .condensed-appendices .summary-appendix-content textarea, html.legacy .condensed-appendices .summary-appendix-content label {
  font-size: 14px;
}
html.legacy .condensed-appendices .summary-appendix-content div {
  margin-bottom: 0px;
}
html.legacy .condensed-appendices .summary-appendix-content h3, html.legacy .condensed-appendices .summary-appendix-content .h3, html.legacy .condensed-appendices .summary-appendix-content h4, html.legacy .condensed-appendices .summary-appendix-content .h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}
html.legacy .condensed-appendices .summary-appendix-content h3.summary-section-header, html.legacy .condensed-appendices .summary-appendix-content .summary-section-header.h3 {
  display: block !important;
  text-align: center;
  font-size: 18px;
}
html.legacy .condensed-appendices .summary-appendix-content .fal, html.legacy .condensed-appendices .summary-appendix-content .sr-only {
  display: none;
}
html.legacy .condensed-appendices .summary-appendix-content .radio {
  display: inline;
}
html.legacy .condensed-appendices .summary-appendix-content div.induction-navigation {
  padding: 0px;
  margin: 0px;
}
html.legacy .condensed-appendices .summary-appendix-content input[type=checkbox]:checked + label {
  font-size: 16px;
}
html.legacy .condensed-appendices .summary-appendix-content .tab-content-container {
  border: none;
  display: none;
}
html.legacy .condensed-appendices .summary-appendix-content .tab-content-container.settify-tab-selected {
  display: block;
}
html.legacy .condensed-appendices .summary-appendix-content .tab-content-container .tab-content-label, html.legacy .condensed-appendices .summary-appendix-content .tab-content-container .tab-content-add {
  display: none;
}
html.legacy .summary-icon-image {
  background-image: var(--brand-primary-color, #34a853);
  background-color: var(--brand-primary-color, #34a853);
}
html.legacy .summary-icon-image.large {
  width: 96px;
  height: 96px;
  -webkit-mask-size: 96px 96px;
  mask-size: 96px 96px;
}
html.legacy .summary-icon-image.inline {
  display: inline-block;
  margin-top: 0;
  margin-right: 0.3em;
}
html.legacy .summary-icon-image.sliding-scale {
  display: inline-block;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  width: 43px;
  height: 43px;
  -webkit-mask-size: 43px 43px;
  mask-size: 43px 43px;
}
html.legacy _:-ms-fullscreen, html.legacy :root .summary-icon-image {
  opacity: 0.7;
}
html.legacy .download-resource-button.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
html.legacy .download-piracy {
  margin-top: 8px;
}
html.legacy .download-piracy .piracy-name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html.legacy .download-piracy .piracy-name div {
  flex: 1;
}
html.legacy .download-piracy .piracy-name div:first-child {
  margin-right: 16px;
}
@media (max-width: 500px) {
  html.legacy .download-piracy .piracy-name {
    flex-direction: column;
  }
  html.legacy .download-piracy .piracy-name div:first-child {
    margin-right: 0px;
  }
}
html.legacy .sampleInvitationContainer {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 1em;
}
html.legacy .sampleInvitationEmail {
  zoom: 0.8;
  line-height: 1.2em;
  margin: 5px;
  border-radius: 5px;
  border: 1px dashed #aaa;
  padding: 5px;
}
html.legacy .photocircle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  max-width: 50vmin;
  max-height: 50vmin;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
html.legacy .rollout h1, html.legacy .rollout .h1 {
  font-size: 1.5em;
}
html.legacy .rollout a.disabled, html.legacy .rollout .toggle-box label.disabled, html.legacy .toggle-box .rollout label.disabled,
html.legacy .rollout a.disabled:hover,
html.legacy .rollout a.disabled:active,
html.legacy .rollout a.disabled:visited {
  color: grey;
  cursor: not-allowed;
}
html.legacy .rollout .rollout-group {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 25px;
}
html.legacy .rollout .rollout-group img.group-icon {
  width: 48px;
  height: 48px;
  background: var(--brand-primary-color, #34a853);
  border: none;
  position: relative;
  top: -32px;
  float: right;
}
html.legacy .rollout .rollout-group h2, html.legacy .rollout .rollout-group .h2 {
  display: inline-block;
  margin: 5px 5px 7px 0px;
  vertical-align: middle;
  font-size: 1.1em;
  font-weight: bold;
}
html.legacy .rollout .rollout-group h3, html.legacy .rollout .rollout-group .h3 {
  font-size: 1em;
}
html.legacy .rollout .rollout-group p {
  font-size: 0.9em;
}
html.legacy .rollout div.status {
  background: #34a853;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: middle;
}
html.legacy .rollout div.status .fal {
  margin: 0px;
  color: white;
}
html.legacy .rollout div.overdue {
  background: red;
}
html.legacy .rollout div.settify {
  background: #34a853;
}
html.legacy .rollout div.action-required {
  background: #FF8800;
}
html.legacy .rollout .admin-display-boxout {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 10px;
}
html.legacy .rollout .nik-nook-commentary {
  margin-top: 7px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
html.legacy .rollout .nik-nook-commentary img {
  max-width: 24px;
}
html.legacy .rollout .nik-nook-commentary .speech-bubble {
  position: relative;
  background: #EEE;
  border-radius: 0.4em;
  padding: 3px;
  margin-left: 10px;
  font-size: 0.9em;
  display: inline-block;
  max-width: 90%;
  vertical-align: middle;
}
html.legacy .rollout .nik-nook-commentary .speech-bubble:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #EEE;
  border-left: 0;
  border-top: 0;
  margin-top: -5px;
  margin-left: -10px;
}
html.legacy .rollout .mockup-changes {
  white-space: pre-line;
  border-left: 5px solid #ddd;
  padding-left: 5px;
}
html.legacy .small-fal {
  margin: 0px;
  font-size: 0.7em;
}
html.legacy .settify-for-everything {
  padding-top: 2em;
}
html.legacy .settify-for-everything.no-padding-top {
  padding-top: 0;
}
html.legacy .settify-for-everything .feedback-paragraph {
  display: inline-block;
  margin-bottom: -1em;
}
html.legacy .settify-for-everything .lawyer-feedback-paragraph {
  white-space: pre-line;
}
html.legacy .settify-for-everything .lawyer-feedback-paragraph {
  font-style: italic;
}
html.legacy .settify-for-everything .settify-input-paragraph {
  white-space: pre-line;
}
html.legacy .settify-for-everything .help-text-condensed-wrapper {
  display: inline-block;
  white-space: normal;
}
html.legacy .settify-for-everything .help-text-expanded-wrapper {
  display: block;
  white-space: normal;
}
html.legacy .settify-for-everything .navigation-panel {
  margin-top: 1em;
}
html.legacy .settify-for-everything .navigation-panel .prev {
  float: left;
  padding-bottom: 1em;
}
html.legacy .settify-for-everything .navigation-panel .next {
  float: right;
  padding-bottom: 1em;
}
html.legacy .settify-for-everything .navigation-panel .disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
html.legacy .settify-for-everything .helpText {
  display: inline-block;
  margin-bottom: 0.5em;
  white-space: pre-line;
}
html.legacy .settify-for-everything .toggle-box i {
  transition: opacity 0.2s ease, color 0.2s ease;
  opacity: 1;
  color: grey;
}
html.legacy .settify-for-everything .toggle-box:hover {
  cursor: default;
}
html.legacy .settify-for-everything .toggle-box:hover i {
  color: var(--brand-primary-color, #34a853);
}
html.legacy .settify-for-everything .toggle-box.selected i {
  opacity: 0;
}
html.legacy .settify-for-everything .toggle-box.selected i {
  opacity: 0;
}
html.legacy .settify-for-everything .input-switcher {
  display: block;
  margin-bottom: 1em;
}
html.legacy .settify-for-everything .bold {
  font-weight: bold;
}
html.legacy .settify-for-everything .italics {
  font-style: italic;
}
html.legacy .settify-for-everything .bullet {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.3em;
}
html.legacy .settify-for-everything .remove-margin {
  margin-bottom: 0em;
}
html.legacy .settify-for-everything .filled-bg {
  background: #EEEEEE;
}
html.legacy .settify-for-everything table:first-of-type {
  margin-bottom: 10px;
}
html.legacy .settify-for-everything tr.padding-below td {
  padding-bottom: 10px;
}
html.legacy .settify-for-everything .no-border {
  border-bottom: 0px;
}
html.legacy .settify-for-everything .chapter-icon, html.legacy .settify-for-everything .page-icon, html.legacy .settify-for-everything .induction-icon {
  width: 64px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}
html.legacy .settify-for-everything .debug {
  font-size: 12px;
  font-family: "Monaco", sans-serif;
  background-color: pink;
  color: red;
  display: none;
}
html.legacy .settify-for-everything .induction-roadmap {
  margin-top: 1em;
}
html.legacy .settify-for-everything .induction-roadmap img.induction-icon {
  width: 24px;
  height: 24px;
  display: inline;
  position: relative;
  top: 0px;
  margin: 0px;
  margin-right: 1em;
}
html.legacy .settify-for-everything .induction-roadmap .induction-title {
  font-size: 1.1em;
  font-weight: bold;
}
html.legacy .settify-for-everything .induction-roadmap .induction-title a, html.legacy .settify-for-everything .induction-roadmap .induction-title .toggle-box label, html.legacy .toggle-box .settify-for-everything .induction-roadmap .induction-title label {
  color: #333;
}
html.legacy .settify-for-everything .induction-roadmap .induction-title a:hover, html.legacy .settify-for-everything .induction-roadmap .induction-title .toggle-box label:hover, html.legacy .toggle-box .settify-for-everything .induction-roadmap .induction-title label:hover {
  color: var(--brand-link-hover-color, rgb(111.4363636364, 210.5636363636, 137.9272727273));
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters {
  margin-left: 3px;
  margin-top: 6px;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.solid-progress-bar {
  opacity: 0.5;
  transition: opacity 0.2s;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.solid-progress-bar i {
  color: grey;
  background: grey;
  padding: 8px;
  margin: 0px;
  border-bottom: 1px solid lightgray;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.solid-progress-bar.next i, html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.solid-progress-bar.completed i {
  background: var(--brand-primary-color, #34a853);
  color: white;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.solid-progress-bar.next {
  opacity: 1;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.solid-progress-bar.next i {
  background: var(--brand-primary-color, #34a853);
  color: white;
  padding: 8px;
  margin: 0px;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.solid-progress-bar.completed {
  opacity: 0.8;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.solid-progress-bar:first-of-type i {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.solid-progress-bar:last-of-type i {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar {
  margin-left: 12px;
  -ms-display: flex;
  display: -ms-flexbox;
  display: flex;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar a, html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar .toggle-box label, html.legacy .toggle-box .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar label {
  color: #333;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar a:hover, html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar .toggle-box label:hover, html.legacy .toggle-box .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar label:hover {
  color: var(--brand-link-hover-color, rgb(111.4363636364, 210.5636363636, 137.9272727273));
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar .icon-column {
  flex: 1;
  max-width: 50px;
  overflow: hidden;
  vertical-align: top;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar .content-column {
  flex: 4;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar .content-column .summary-icon-image.inline {
  margin-top: -10px;
  background: grey;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar.completed .content-column .summary-icon-image.inline, html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar.next .content-column .summary-icon-image.inline {
  background-image: var(--brand-primary-color, #34a853);
  background-color: var(--brand-primary-color, #34a853);
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar i.progress-icon {
  color: white;
  background: white;
  padding: 4px;
  padding-top: 6px;
  margin: 0px;
  border: lightgray solid 1px;
  border-radius: 50%;
  font-size: 0.5em;
  z-index: 5;
  margin-right: 22px;
  width: 24px;
  height: 24px;
  text-align: center;
  position: relative;
  top: -3px;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar i.progress-icon:after {
  background: lightgray;
  width: 1px;
  height: 140px;
  display: block;
  content: " ";
  position: absolute;
  top: 23px;
  left: 10px;
  z-index: 1;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar.next i.progress-icon, html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar.completed i.progress-icon {
  border-color: var(--brand-primary-color, #34a853);
  background: var(--brand-primary-color, #34a853);
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar.next i.progress-icon {
  color: var(--brand-primary-color, #34a853);
  background: white;
  padding-left: 5px;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar.next a, html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar.next .toggle-box label, html.legacy .toggle-box .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar.next label {
  font-weight: bold;
  color: var(--brand-link-color, rgb(39.9454545455, 129.0545454545, 63.7590909091));
}
@keyframes next-chapter-icon-highlight {
  0% {
    color: rgba(52, 168, 83, 0);
  }
  50% {
    color: #34a853;
  }
  100% {
    color: rgba(52, 168, 83, 0);
  }
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar.completed i.progress-icon:after {
  background-color: var(--brand-primary-color, #34a853);
  width: 4px;
  left: 9px;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .chapter.slim-progress-bar:nth-last-of-type(1) i.progress-icon:after {
  display: none;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .remove-induction-block {
  margin-left: 17px;
  margin-top: -20px;
}
html.legacy .settify-for-everything .induction-roadmap .induction-chapters .remove-induction-block i {
  margin-left: 0px;
}
html.legacy .settify-for-everything .triage-option {
  cursor: pointer;
  border-radius: 4px;
  background: white;
  box-shadow: 0 0.5em 1.5em -0.9em rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  padding: 1em;
  padding-top: 0;
  margin: 1em;
  max-width: 320px;
  vertical-align: top;
  opacity: 0;
  animation: triage-appear 1s ease 0s 1 normal forwards;
  position: relative;
  transition: all 0.3s ease-in-out;
}
html.legacy .settify-for-everything .triage-option .smallerText {
  font-size: 18px;
}
@media (max-width: 758px) {
  html.legacy .settify-for-everything .triage-option {
    max-width: 250px;
    margin-left: 10px;
    margin-right: 10px;
  }
  html.legacy .settify-for-everything .triage-option b {
    font-size: 18px !important;
  }
  html.legacy .settify-for-everything .triage-option b.smallerText {
    font-size: 15px;
  }
  html.legacy .settify-for-everything .triage-option p {
    font-size: 0.8em;
  }
}
@media (max-width: 578px) {
  html.legacy .settify-for-everything .triage-option {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}
html.legacy .settify-for-everything .triage-option.delay0 {
  animation-delay: 0ms;
}
html.legacy .settify-for-everything .triage-option.delay1 {
  animation-delay: 150ms;
}
html.legacy .settify-for-everything .triage-option.delay2 {
  animation-delay: 300ms;
}
html.legacy .settify-for-everything .triage-option.delay3 {
  animation-delay: 450ms;
}
html.legacy .settify-for-everything .triage-option.delay4 {
  animation-delay: 600ms;
}
html.legacy .settify-for-everything .triage-option.delay5 {
  animation-delay: 750ms;
}
html.legacy .settify-for-everything .triage-option.delay6 {
  animation-delay: 900ms;
}
html.legacy .settify-for-everything .triage-option.delay7 {
  animation-delay: 1050ms;
}
html.legacy .settify-for-everything .triage-option.delay8 {
  animation-delay: 1200ms;
}
html.legacy .settify-for-everything .triage-option:hover {
  background-color: color-mix(in srgb, var(--brand-primary-color, #34a853) 8%, white);
  opacity: 0.8;
}
html.legacy .settify-for-everything .triage-option p {
  margin: 0;
}
html.legacy .settify-for-everything .triage-option .select-area {
  position: absolute;
  right: 0;
  bottom: 0;
}
html.legacy .settify-for-everything .triage-option .select-area .settify-checkbox-svg {
  border-color: white;
}
html.legacy .settify-for-everything .triage-option .select-area .settify-checkbox-svg svg {
  stroke: white;
}
html.legacy .settify-for-everything .triage-option .select-area .settify-checkbox input:checked + label .settify-checkbox-svg, html.legacy .settify-for-everything .triage-option .select-area .settify-checkbox input:checked + label.disabled:hover .settify-checkbox-svg {
  border-color: white;
}
html.legacy .settify-for-everything .triage-option .select-area .settify-checkbox label.disabled:hover .settify-checkbox-svg {
  border-color: white;
}
html.legacy .settify-for-everything .triage-option .select-area .fal {
  transition: color 0.3s ease-in-out;
}
html.legacy .settify-for-everything .triage-option.selected {
  background-color: var(--brand-primary-color, #34a853);
}
html.legacy .settify-for-everything .triage-option.selected p, html.legacy .settify-for-everything .triage-option.selected b {
  color: white;
}
html.legacy .settify-for-everything .triage-option.selected .select-area .fal {
  color: white;
}
html.legacy .settify-for-everything .documents-required-feedback {
  margin-left: 20px;
  font-size: 0.8em;
  margin-top: 1px;
  margin-bottom: 4px;
}
html.legacy .settify-for-everything .documents-required-feedback.no-margin {
  margin-left: 0;
}
html.legacy .settify-for-everything .documents-required-feedback .document-drag-zone {
  margin-top: 0.5em;
  background: #FAFAFA;
  border-radius: 4px;
  padding: 3px 5px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  border: 2px dashed #FAFAFA;
}
html.legacy .settify-for-everything .documents-required-feedback .document-drag-zone:hover, html.legacy .settify-for-everything .documents-required-feedback .document-drag-zone.dragging {
  background: color-mix(in srgb, var(--brand-primary-color, #34a853) 10%, white);
  border-color: color-mix(in srgb, var(--brand-primary-color, #34a853) 20%, white);
}
html.legacy .settify-for-everything .documents-required-feedback .documents-provided td {
  font-size: 0.8em;
}
html.legacy .settify-for-everything .documents-required-feedback .documents-provided td:first-child {
  text-align: left;
  vertical-align: top;
  position: relative;
  bottom: 5px;
}
html.legacy .settify-for-everything .documents-required-feedback .documents-provided td .fa-trash-alt {
  transition: color 0.2s ease;
}
html.legacy .settify-for-everything .documents-required-feedback .documents-provided td .fa-trash-alt:hover {
  color: red;
}
html.legacy .settify-for-everything .documents-required-feedback .documents-provided td .expiry-message {
  font-size: 1em;
}
html.legacy .settify-for-everything .documents-required-feedback .documents-provided td .expiry-message.client-facing {
  font-size: 16px !important;
}
html.legacy .settify-for-everything .documents-required-feedback .documents-provided td .expiry-message.bold {
  font-weight: bold;
}
html.legacy .settify-for-everything .documents-required-feedback .documents-provided td i.bold {
  font-weight: 500;
}
html.legacy .settify-for-everything .documents-provided img {
  max-height: 20px;
  vertical-align: baseline;
  transition: opacity 0.2s ease;
}
html.legacy .settify-for-everything .documents-provided a:hover img, html.legacy .settify-for-everything .documents-provided .toggle-box label:hover img, html.legacy .toggle-box .settify-for-everything .documents-provided label:hover img {
  opacity: 0.75;
}
html.legacy .settify-for-everything .required-fields-red-highlight {
  border-bottom: red 2px solid;
  color: red;
}
html.legacy div.settify-for-everything.getting-started {
  text-align: center;
}
html.legacy div.settify-for-everything.getting-started h3, html.legacy div.settify-for-everything.getting-started .h3 {
  margin-top: 0px;
}
html.legacy ul.required-documents-list {
  list-style-position: outside;
  display: block;
  padding: 0;
}
html.legacy ul.required-documents-list div.liquid-child, html.legacy ul.required-documents-list div.liquid-container {
  overflow: visible;
}
html.legacy ul.required-documents-list p {
  padding: 0 !important;
}
html.legacy .font-0\.8 {
  font-size: 0.8em;
}
@keyframes triage-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html.legacy .condensed-summary .input-switcher, html.legacy #settify-comparison-content .input-switcher {
  margin-bottom: 0px;
}
html.legacy .condensed-summary .input-switcher .summary-inline, html.legacy #settify-comparison-content .input-switcher .summary-inline {
  display: inline;
}
html.legacy .condensed-summary .input-switcher .toggle-box, html.legacy #settify-comparison-content .input-switcher .toggle-box {
  display: none;
}
html.legacy .condensed-summary img.gendered-icon-summary, html.legacy #settify-comparison-content img.gendered-icon-summary {
  display: inline;
  width: 16px;
  top: -3px;
  position: relative;
}
html.legacy .condensed-summary img.gendered-icon-summary.gendered-icon-female, html.legacy #settify-comparison-content img.gendered-icon-summary.gendered-icon-female {
  top: 0px;
}
html.legacy .condensed-summary td.chapter-title h3, html.legacy .condensed-summary td.chapter-title .h3, html.legacy #settify-comparison-content td.chapter-title h3, html.legacy #settify-comparison-content td.chapter-title .h3 {
  white-space: normal;
  text-overflow: unset;
  overflow: visible;
}
html.legacy .condensed-summary td.chapter-items p, html.legacy #settify-comparison-content td.chapter-items p {
  white-space: pre-line;
}
html.legacy .condensed-summary table.summary-question-container, html.legacy #settify-comparison-content table.summary-question-container {
  width: 100%;
}
html.legacy .condensed-summary table.summary-question-container > tbody tr, html.legacy #settify-comparison-content table.summary-question-container > tbody tr {
  border: none;
  width: 100%;
}
html.legacy .condensed-summary table.summary-question-container > tbody > td:first-child, html.legacy #settify-comparison-content table.summary-question-container > tbody > td:first-child {
  width: calc(100% - 42px);
  max-width: calc(100% - 42px);
  min-width: calc(100% - 42px);
}
html.legacy .condensed-summary table.summary-question-container > tbody > td:nth-child(2), html.legacy #settify-comparison-content table.summary-question-container > tbody > td:nth-child(2) {
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  text-align: right;
}
html.legacy .condensed-summary .documents-required-feedback, html.legacy #settify-comparison-content .documents-required-feedback {
  font-size: 1em;
}
html.legacy .condensed-summary .documents-required-feedback .documents-provided table td, html.legacy #settify-comparison-content .documents-required-feedback .documents-provided table td {
  font-size: 1em;
}
html.legacy .condensed-summary .documents-required-feedback .documents-provided table td:first-child, html.legacy #settify-comparison-content .documents-required-feedback .documents-provided table td:first-child {
  max-width: 24px;
  min-width: 24px;
  width: 24px;
}
html.legacy .condensed-summary .documents-required-feedback .documents-provided table td:first-child .fal, html.legacy #settify-comparison-content .documents-required-feedback .documents-provided table td:first-child .fal {
  margin-left: 0px;
}
html.legacy .condensed-summary .documents-required-feedback .documents-provided table td:nth-child(2), html.legacy #settify-comparison-content .documents-required-feedback .documents-provided table td:nth-child(2) {
  max-width: 100%;
  width: 100%;
  text-align: left;
  vertical-align: middle;
}
html.legacy .condensed-summary .divider, html.legacy #settify-comparison-content .divider {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
html.legacy .admin-facing-summary .documents-required-feedback .documents-provided table td:first-child {
  display: none;
}
html.legacy .admin-facing-summary .documents-required-feedback .document-drag-zone {
  display: none;
}
html.legacy .blueprint-output h3, html.legacy .blueprint-output .h3 {
  font-weight: bold;
}
html.legacy .blueprint-output ol {
  padding-left: 20px;
}
html.legacy .blueprint-output ol ol {
  padding-left: 60px;
  list-style-type: lower-alpha;
}
html.legacy .blueprint-output .input-switcher {
  margin-bottom: 10px;
}
html.legacy .blueprint-output .input-switcher i {
  color: #666;
}
html.legacy .blueprint-output .conditional {
  color: #666;
  background: #F0F0F0;
}
html.legacy .blueprint-output .conditional i {
  color: #666;
}
html.legacy .blueprint-output .helptext {
  color: rgb(40, 70, 40);
  background: rgb(230, 245, 230);
  white-space: pre-line;
}
html.legacy .blueprint-output ins {
  background-color: #e1e1f8 !important;
  color: #4a6fb8 !important;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: double;
}
html.legacy .blueprint-output ins:before {
  background-color: #4a6fb8;
  width: 2px;
  height: 1em;
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0px;
}
html.legacy .blueprint-output del {
  background-color: #fbe7e7 !important;
  color: red !important;
  text-decoration: line-through;
}
html.legacy .blueprint-output del:before {
  background-color: red;
  width: 2px;
  height: 1em;
  content: " ";
  display: inline-block;
  position: absolute;
  left: 4px;
}
html.legacy table.settify-summary {
  width: 100%;
}
html.legacy table.settify-summary tr {
  border-bottom: 1px solid lightgray;
}
html.legacy table.settify-summary th:last-child, html.legacy table.settify-summary td:last-child {
  text-align: right;
}
html.legacy .edit-form {
  width: 80vw;
  max-width: none;
}
@media (max-width: 900px) {
  html.legacy .edit-form {
    width: 95vw;
  }
}
html.legacy .edit-form .fal {
  transition: color 0.2s ease, transform 0.2s ease;
}
html.legacy .edit-form .insert-bar {
  margin-top: 0.5em;
  border-top: 4px solid #F0F0F0;
  height: 4px;
  transition: height 0.2s ease 0s, border-color 0.2s ease 0s;
  overflow: hidden;
  font-size: 0.6em;
  border-radius: 2px;
}
html.legacy .edit-form .insert-bar:hover {
  height: 28px;
  transition: height 0.2s ease 0.5s, border-color 0.2s ease 0s;
  border-color: var(--brand-primary-color, #34a853);
}
html.legacy .edit-form .insert-bar.vertical {
  display: inline;
  border-top: 0px;
  min-height: 60px;
}
html.legacy .edit-form .insert-bar.vertical.left {
  border-left: 4px solid #F0F0F0;
}
html.legacy .edit-form .insert-bar.vertical.right {
  height: 100%;
  border-right: 4px solid #F0F0F0;
}
html.legacy .edit-form .insert-bar.vertical:hover {
  height: 120px;
  transition: height 0.2s ease 0.5s, border-color 0.2s ease 0s;
  border-color: var(--brand-primary-color, #34a853);
}
html.legacy .edit-form .insert-bar.vertical:hover span {
  display: inherit;
}
html.legacy .edit-form .insert-bar.vertical span {
  display: none;
}
html.legacy .edit-form .insert-bar span {
  color: white;
  background-color: var(--brand-primary-color, #34a853);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: inline-block;
  padding: 0px 4px;
}
html.legacy .edit-form .insert-bar span .fal {
  color: white;
}
html.legacy .edit-form .greyed-out-text {
  font-size: 14px;
  color: #636363;
}
html.legacy .edit-form .edge {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 5px;
  z-index: 1;
  left: 14px;
  background: #F0F0F0;
  cursor: pointer;
}
html.legacy .edit-form .edge:before, html.legacy .edit-form .edge:after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0px;
}
html.legacy .edit-form .edge:before {
  left: -2px;
  width: 2px;
}
html.legacy .edit-form .edge:after {
  right: -5px;
  width: 5px;
}
html.legacy .edit-form .edge:hover {
  background: var(--brand-primary-color, #34a853);
}
html.legacy .edit-form .content {
  margin-left: 30px;
}
html.legacy .edit-form h1, html.legacy .edit-form .h1, html.legacy .edit-form h2, html.legacy .edit-form .h2, html.legacy .edit-form h3, html.legacy .edit-form .h3, html.legacy .edit-form h4, html.legacy .edit-form .h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html.legacy .edit-form h1 span.ellipsis-text, html.legacy .edit-form .h1 span.ellipsis-text, html.legacy .edit-form h2 span.ellipsis-text, html.legacy .edit-form .h2 span.ellipsis-text, html.legacy .edit-form h3 span.ellipsis-text, html.legacy .edit-form .h3 span.ellipsis-text, html.legacy .edit-form h4 span.ellipsis-text, html.legacy .edit-form .h4 span.ellipsis-text {
  display: inline-block;
  max-width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
html.legacy .edit-form .fa-code-branch {
  color: grey;
}
html.legacy .edit-form a.disabled, html.legacy .edit-form .toggle-box label.disabled, html.legacy .toggle-box .edit-form label.disabled, html.legacy .edit-form a.disabled .fal, html.legacy .edit-form .toggle-box label.disabled .fal, html.legacy .toggle-box .edit-form label.disabled .fal {
  color: grey;
}
html.legacy .edit-form .no-display {
  display: none;
}
html.legacy .edit-form .disabled-element {
  text-decoration: line-through;
}
html.legacy .edit-form .disabled-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-style: italic;
  font-size: 0.75em;
}
html.legacy .edit-form .disabled-placeholder:after {
  content: " (disabled)";
}
html.legacy .edit-form .json-editor textarea {
  font-family: "Monaco", monospace;
  font-size: 0.9em;
}
html.legacy .edit-form .condensed-summary {
  padding-top: 0;
}
html.legacy .edit-form .condensed-summary .settify-input-label {
  line-height: 22px;
}
html.legacy .edit-form .condensed-summary .edit-form-icons {
  display: flex;
  align-items: baseline;
}
html.legacy .edit-form .condensed-summary .edit-form-icons .ember-view {
  flex: 1;
}
html.legacy .edit-form i.unselected {
  color: #AAA;
}
html.legacy .edit-form i.unselected:hover {
  color: var(--brand-primary-color, #34a853);
}
html.legacy .edit-form .chapter-animation-container h2, html.legacy .edit-form .chapter-animation-container .h2 {
  margin-bottom: 10px;
  text-align: unset;
}
html.legacy .edit-form .question-styles-container {
  border: 4px solid #F0F0F0;
  background-color: #fcfcfc;
  padding: 5px;
}
html.legacy .edit-form .questionStylesTable {
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
html.legacy .edit-form .settify-tab.summary-table-editor {
  box-shadow: none;
  width: 100%;
  margin: 16px auto 6px;
  font-size: 14px;
}
html.legacy .edit-form .settify-tab.summary-table-editor .settify-tab-top {
  background: none;
  display: block;
}
html.legacy .edit-form .settify-tab.summary-table-editor .settify-tab-top .settify-tab-item {
  color: var(--brand-primary-color, #34a853);
  background: white;
  border: solid 1px transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0.4rem;
  font-weight: bold;
}
html.legacy .edit-form .settify-tab.summary-table-editor .settify-tab-top .settify-tab-item:hover .fal {
  color: var(--brand-primary-color, #34a853);
}
html.legacy .edit-form .settify-tab.summary-table-editor .settify-tab-top .settify-tab-item i {
  margin: 4px;
}
html.legacy .edit-form .settify-tab.summary-table-editor .settify-tab-top .settify-tab-selected {
  background: var(--brand-primary-color, #34a853);
  bottom: -2px;
  margin-top: -1px;
  z-index: 55;
  color: white;
}
html.legacy .edit-form .settify-tab.summary-table-editor .settify-tab-top .settify-tab-selected .fal {
  color: white;
}
html.legacy .edit-form .settify-tab.summary-table-editor .settify-tab-top .settify-tab-selected:hover .fal {
  color: white;
}
html.legacy .edit-form .settify-tab.summary-table-editor .settify-tab-content .tab-content-container {
  border-bottom: none;
  padding: 1rem;
}
html.legacy .edit-form .settify-tab.summary-table-editor .settify-tab-content .tab-content-container.settify-tab-selected {
  padding-top: 2rem;
  border: solid 1px var(--brand-primary-color, #34a853);
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
html.legacy .save-widget {
  display: inline-block;
  position: fixed;
  top: 20px;
  left: calc(100% - 250px - 20px);
  overflow: initial;
  z-index: 5001;
  text-align: center;
  width: 250px;
  max-height: calc(100% - 300px);
  background: white;
  border: 1px solid var(--brand-primary-color, #34a853);
  border-radius: 4px;
  padding-right: 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
  z-index: 100;
  margin-top: 50px;
}
html.legacy .save-widget .fal {
  transition: background-color 0.2s ease, color 0.2s ease;
}
html.legacy .save-widget.clickable:hover {
  background-color: var(--brand-primary-color, #34a853);
  color: white;
}
html.legacy .save-widget.clickable:hover .fal {
  color: white;
}
@media (max-width: 1300px) {
  html.legacy .save-widget {
    right: 20px;
  }
}
html.legacy .variables-widget {
  display: inline-block;
  position: fixed;
  top: 20px;
  left: calc(100% - 250px - 20px);
  overflow: initial;
  z-index: 5001;
  text-align: center;
  width: 250px;
  max-height: calc(100% - 300px);
  background: white;
  border: 1px solid var(--brand-primary-color, #34a853);
  border-radius: 4px;
  padding-right: 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
  overflow-y: scroll;
}
html.legacy .variables-widget .fal {
  transition: background-color 0.2s ease, color 0.2s ease;
}
html.legacy .variables-widget.clickable:hover {
  background-color: var(--brand-primary-color, #34a853);
  color: white;
}
html.legacy .variables-widget.clickable:hover .fal {
  color: white;
}
@media (max-width: 1300px) {
  html.legacy .variables-widget {
    right: 20px;
  }
}
html.legacy .variables-widget .chapter {
  white-space: nowrap;
}
html.legacy .variables-widget .page {
  margin-left: 15px !important;
  margin-top: 4px;
  white-space: nowrap;
}
html.legacy .variables-widget .question {
  margin-left: 30px !important;
  margin-top: 4px;
  white-space: nowrap;
}
html.legacy .variables-widget .option {
  margin-left: 45px !important;
  margin-top: 4px;
  white-space: nowrap;
}
html.legacy .variables-widget .sub-option {
  margin-left: 60px !important;
  margin-top: 4px;
  white-space: nowrap;
}
html.legacy .variables-widget .fa-xxs {
  font-size: 0.4em;
  top: -2px;
  position: relative;
}
html.legacy .variables-widget .treeToggle {
  margin: 0px;
}
html.legacy .variables-widget .copyID {
  margin: 0px 0px 0px 5px;
}
html.legacy .variables-widget .clickable {
  display: inline;
}
html.legacy .variables-widget .lineUpClass {
  max-width: 180px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.legacy .variables-widget .lineUpClass .liquid-container {
  display: inline !important;
}
html.legacy .variables-widget .lineUpClass .liquid-container div {
  display: inline !important;
}
html.legacy .save-widget {
  display: inline-block;
  position: fixed;
  top: 20px;
  left: calc(100% - 250px - 20px);
  overflow: initial;
  z-index: 5001;
  text-align: center;
  width: 250px;
  max-height: calc(100% - 300px);
  background: white;
  border: 1px solid var(--brand-primary-color, #34a853);
  border-radius: 4px;
  padding-right: 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
html.legacy .save-widget .fal {
  transition: background-color 0.2s ease, color 0.2s ease;
}
html.legacy .save-widget.clickable:hover {
  background-color: var(--brand-primary-color, #34a853);
  color: white;
}
html.legacy .save-widget.clickable:hover .fal {
  color: white;
}
@media (max-width: 1300px) {
  html.legacy .save-widget {
    right: 20px;
  }
}
html.legacy .filter-widget {
  display: inline-block;
  position: fixed;
  top: 20px;
  right: calc(100% - 250px - 20px);
  overflow: initial;
  z-index: 5001;
  text-align: center;
  width: 250px;
  max-height: calc(100% - 300px);
  background: white;
  border: 1px solid var(--brand-primary-color, #34a853);
  border-radius: 4px;
  padding-right: 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
  overflow-y: scroll;
}
html.legacy .filter-widget .fal {
  transition: background-color 0.2s ease, color 0.2s ease;
}
html.legacy .filter-widget.clickable:hover {
  background-color: var(--brand-primary-color, #34a853);
  color: white;
}
html.legacy .filter-widget.clickable:hover .fal {
  color: white;
}
@media (max-width: 1300px) {
  html.legacy .filter-widget {
    left: 20px;
  }
}
html.legacy .filter-widget .filter {
  padding: 1px;
  text-align: left;
  margin-left: 10px;
}
html.legacy .filter-widget .totalFilter {
  margin-top: 10px;
  text-align: center;
  margin-left: 10px;
}
html.legacy .changes-widget {
  display: inline-block;
  position: fixed;
  top: 20px;
  right: calc(100% - 250px - 20px);
  overflow: initial;
  z-index: 5001;
  text-align: center;
  width: 250px;
  max-height: calc(100% - 300px);
  background: white;
  border: 1px solid var(--brand-primary-color, #34a853);
  border-radius: 4px;
  padding-right: 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
  overflow-y: scroll;
  top: 70px;
  z-index: 10;
}
html.legacy .changes-widget .fal {
  transition: background-color 0.2s ease, color 0.2s ease;
}
html.legacy .changes-widget.clickable:hover {
  background-color: var(--brand-primary-color, #34a853);
  color: white;
}
html.legacy .changes-widget.clickable:hover .fal {
  color: white;
}
@media (max-width: 1300px) {
  html.legacy .changes-widget {
    left: 20px;
  }
}
html.legacy .checkbox-content {
  margin-left: 25px;
  margin-bottom: 15px;
}
html.legacy .pill-label {
  position: relative;
  color: var(--brand-primary-color, #34a853);
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  padding: 1px 6px;
  margin: 0px 4px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: solid 1px var(--brand-primary-color, #34a853);
  border-radius: 50rem;
  line-height: 1;
}
html.legacy .pill-label[data-text]:before {
  content: attr(data-text);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  font-size: 12px;
  font-weight: 400;
  width: max-content;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  border-radius: 4px;
  padding: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 8px;
}
html.legacy .pill-label[data-text]:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: -2px;
  border: 5px solid rgba(0, 0, 0, 0.8);
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
}
html.legacy .pill-label[data-text]:hover:before, html.legacy .pill-label[data-text]:hover:after {
  opacity: 1;
  visibility: visible;
}
html.legacy .help-text-icon:hover {
  cursor: pointer;
}
html.legacy .help-text-icon p {
  display: inline;
  margin: 0px;
  position: relative;
  top: -3px;
}
html.legacy .help-text-icon i {
  left: -13px;
  top: -11px;
  font-size: 20px;
  background: white;
}
html.legacy .help-text-icon i:hover {
  opacity: 1;
  z-index: 10;
}
html.legacy .help-text-container {
  overflow: hidden;
  padding: 14px 0 0 0;
  display: block;
  white-space: normal;
}
html.legacy .help-text-container p, html.legacy .help-text-container span {
  text-align: center;
  margin: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
html.legacy .help-text-container .helpText {
  border: 1px solid var(--brand-primary-color, #34a853);
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}
html.legacy .help-text-container .help-text-icon .fal {
  opacity: 1;
  transition: opacity 0.3s ease;
}
html.legacy .help-text-container .help-text-close-icon {
  display: inline;
  position: absolute;
  right: 10px;
  top: 80px;
  z-index: 10;
  top: -2px;
}
html.legacy .help-text-container .help-text-close-icon .fal {
  color: red;
  background: white;
}
html.legacy table.custom-summary-safety-check {
  text-align: left;
  width: 100%;
}
html.legacy table.custom-summary-safety-check td {
  padding: 4px;
}
html.legacy table.custom-summary-safety-check td:nth-child(2) {
  width: 145px;
}
html.legacy table.custom-summary-safety-check td:nth-child(3) {
  width: 175px;
}
html.legacy table.custom-summary-safety-check tr:nth-child(2n+1) td {
  background-color: #FAFAFA;
}
html.legacy .selected .help-text-icon .personphoto {
  opacity: 0;
}
html.legacy .selected .help-text-icon .fal {
  opacity: 0;
}
html.legacy .settify-fullscreen {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
html.legacy .footer-container {
  z-index: 500;
  padding-top: 0px;
}
html.legacy .required-field {
  display: none;
}
html.legacy .review-content .required-field {
  display: inline-block;
  background-color: #FFC7CE;
  color: #9C0006;
  font-weight: bold;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
html.legacy .review-content .required-field i {
  color: #9C0006;
}
html.legacy .indent-1 {
  margin-left: 1.3em;
}
html.legacy .indent-1.bullet {
  margin-left: 2.6em;
}
html.legacy .indent-2 {
  margin-left: 2.6em;
}
html.legacy .indent-2.bullet {
  margin-left: 3.9em;
}
html.legacy .indent-3 {
  margin-left: 3.9em;
}
html.legacy .indent-3.bullet {
  margin-left: 5.2em;
}
html.legacy .indent-4 {
  margin-left: 5.2em;
}
html.legacy .indent-4.bullet {
  margin-left: 6.5em;
}
html.legacy .input-divider.whitespace {
  visibility: hidden;
}
html.legacy .input-divider.border {
  min-height: 1em;
}
html.legacy .multi-radio-column-header {
  font-weight: var(--brand-body-font-weight, 300);
  text-align: center;
}
html.legacy .multi-radio-table tr {
  border-bottom: solid 1px lightgrey;
}
html.legacy .multi-radio-table {
  width: 100%;
}
html.legacy .multi-radio-button {
  text-align: center;
}
html.legacy .display-inline-block {
  display: inline-block;
}
html.legacy .display-none {
  display: none;
}
html.legacy .totalFilter span:first-of-type {
  display: block;
  margin-bottom: 10px;
}
html.legacy .icon-small {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
html.legacy .icon-small .multi-radio-table i {
  font-size: 0.9em;
}
html.legacy .icon-small .multi-radio-table td:last-of-type {
  width: 5%;
}
html.legacy .bg-light {
  background: rgb(230, 230, 230);
}
html.legacy .chapter-animation-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 600px) {
  html.legacy .chapter-animation-container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  html.legacy .chapter-animation-container .chapter-animation {
    padding: 0;
  }
  html.legacy .chapter-animation-container .chapter-animation .bounce-container img {
    margin: 0 5px;
  }
}
html.legacy .chapter-animation-container .settify-animation-line {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0;
  background: var(--brand-primary-color, #34a853);
  transform: scaleX(0);
  transform-origin: 0 0;
}
html.legacy .chapter-animation-container .settify-animation-line.animation-playing {
  transform: scaleX(1);
}
html.legacy div.chapter-animation {
  text-align: center;
  overflow: hidden;
  height: 100px;
  margin-bottom: 5px;
  white-space: nowrap;
  padding-right: 10px;
}
html.legacy div.chapter-animation table {
  width: 100%;
  animation-play-state: inherit;
}
html.legacy div.chapter-animation table td:last-of-type {
  text-align: right;
}
html.legacy div.chapter-animation table tr {
  animation-play-state: inherit;
}
html.legacy div.chapter-animation table td {
  animation-play-state: inherit;
}
html.legacy div.chapter-animation.no-line::after {
  height: 0px !important;
}
html.legacy div.chapter-animation .bounce-container {
  position: relative;
  top: 8px;
  display: inline-block;
  animation-play-state: inherit;
  max-width: 200px;
}
@media (max-width: 758px) {
  html.legacy div.chapter-animation .bounce-container {
    max-width: 150px;
  }
}
@media (max-width: 578px) {
  html.legacy div.chapter-animation .bounce-container {
    max-width: none;
  }
}
html.legacy div.chapter-animation .bounce-container .text {
  background: transparent;
}
html.legacy div.chapter-animation .bounce-container img {
  width: 65px;
  height: 65px;
  background-color: var(--brand-primary-color, #34a853);
  margin-right: 10px;
  vertical-align: baseline;
}
html.legacy div.chapter-animation .bounce-container img, html.legacy div.chapter-animation .bounce-container div {
  position: relative;
  top: 100px;
  opacity: 0;
  transform: translateZ(0) scale(1) perspective(1000px);
  background-color: var(--brand-primary-color, #34a853);
  margin-right: 10px;
  animation-name: chapter-bounce;
  animation-timing-function: cubic-bezier(0.74, 0.04, 0.35, 0.92);
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-play-state: inherit;
  backface-visibility: hidden;
  background-clip: padding-box;
}
html.legacy div.chapter-animation .bounce-container div {
  top: 80px;
}
html.legacy div.chapter-animation .bounce-container h3, html.legacy div.chapter-animation .bounce-container .h3 {
  white-space: pre-line;
  margin: 0px;
  font-size: 22px;
}
@media (max-width: 600px) {
  html.legacy div.chapter-animation .bounce-container:nth-of-type(4), html.legacy div.chapter-animation .bounce-container:nth-of-type(5), html.legacy div.chapter-animation .bounce-container:nth-of-type(6), html.legacy div.chapter-animation .bounce-container:nth-of-type(7), html.legacy div.chapter-animation .bounce-container:nth-of-type(8), html.legacy div.chapter-animation .bounce-container:nth-of-type(9) {
    display: none;
  }
}
html.legacy div.chapter-animation .bounce-container.delay0 img {
  animation-delay: 0ms;
}
html.legacy div.chapter-animation .bounce-container.delay1 img {
  animation-delay: 100ms;
}
html.legacy div.chapter-animation .bounce-container.delay2 img {
  animation-delay: 200ms;
}
html.legacy div.chapter-animation .bounce-container.delay3 img {
  animation-delay: 300ms;
}
html.legacy div.chapter-animation .bounce-container.delay4 img {
  animation-delay: 400ms;
}
html.legacy div.chapter-animation .bounce-container.delay5 img {
  animation-delay: 500ms;
}
html.legacy div.chapter-animation .bounce-container.delay6 img {
  animation-delay: 600ms;
}
html.legacy div.chapter-animation .bounce-container.delay7 img {
  animation-delay: 700ms;
}
html.legacy div.chapter-animation .bounce-container.delay8 img {
  animation-delay: 800ms;
}
@keyframes chapter-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
    opacity: 0;
  }
  9% {
    transform: scale(1, 1) translateY(0);
    opacity: 0;
  }
  10% {
    transform: scale(1.05, 0.95) translateY(0);
    opacity: 1;
  }
  25% {
    transform: scale(0.95, 1.05) translateY(-75px);
    opacity: 1;
  }
  35% {
    transform: scale(0.975, 1.025) translateY(-64px);
    opacity: 1;
  }
  39% {
    transform: scale(1.025, 0.975) translateY(-64px);
    opacity: 1;
  }
  45% {
    transform: scale(1, 1) translateY(-64px);
    opacity: 1;
  }
  50% {
    transform: scale(1.0125, 0.9875) translateY(-64px);
    opacity: 1;
  }
  55% {
    transform: scale(1, 1) translateY(-64px);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translateY(-64px);
    opacity: 1;
  }
}
html.legacy div.chapter-animation .line-colour img {
  background-image: var(--brand-primary-color, #34a853);
  background-color: var(--brand-primary-color, #34a853);
  -webkit-mask-size: 65px 65px;
  mask-size: 65px 65px;
  transition: background 0.3s ease-in-out;
}
html.legacy .animation-paused {
  animation-play-state: paused;
}
html.legacy .animation-playing {
  animation-play-state: running;
}
html.legacy .selected div.chapter-animation .line-colour img {
  background: var(--brand-background-color, white);
}
html.legacy .selected .settify-animation-line {
  background: var(--brand-background-color, white);
}
html.legacy _:-ms-fullscreen .bounce-container, html.legacy :root div.chapter-animation .bounce-container {
  opacity: 0.7;
}
html.legacy _:-ms-fullscreen .bounce-container img, html.legacy :root div.chapter-animation .bounce-container img {
  background: none;
}
html.legacy div.fileuploadcontainer {
  min-width: 100vw;
  min-height: calc(100vh - 180px - 200px);
  background: white;
  font-weight: var(--brand-body-font-weight, 300);
}
html.legacy div.fileuploadcontainer.capHeight {
  max-height: 100vh;
}
html.legacy div.fileuploadcontainer .file-drag-colour-region {
  background-color: rgb(224.8, 236.4, 227.9);
  transition: opacity 0.3s;
  z-index: 5000;
  opacity: 0;
  min-width: 100vw;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
}
html.legacy div.fileuploadcontainer .file-drag-colour-region.dragging {
  opacity: 0.3;
}
html.legacy div.fileuploadcontainer div.fileuploadcontent {
  margin: auto;
  text-align: center;
  padding-top: 2em;
}
html.legacy div.fileuploadcontainer div.fileuploadcontent img.firm-header-logo {
  max-height: 60px;
  margin-top: 1em;
}
html.legacy div.fileuploadcontainer div.fileuploadcontent h1, html.legacy div.fileuploadcontainer div.fileuploadcontent .h1 {
  padding: 15px;
}
html.legacy div.fileuploadcontainer div.fileuploadcontent h2, html.legacy div.fileuploadcontainer div.fileuploadcontent .h2 {
  padding: 15px;
  text-align: center;
}
html.legacy div.fileuploadcontainer div.fileuploadcontent p {
  text-align: left;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
html.legacy div.fileuploadcontainer div.upload-queue {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
}
html.legacy div.fileuploadcontainer div.upload-queue p {
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.1em;
}
html.legacy div.fileuploadcontainer div.upload-queue span.send-button {
  background: rgba(255, 255, 255, 0.5);
  color: var(--brand-primary-color, #34a853);
  padding: 0px 10px 5px 0px;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid var(--brand-primary-color, #34a853);
  transition: background-color 0.3s, color 0.3s;
}
html.legacy div.fileuploadcontainer div.upload-queue span.send-button .fal {
  transition: color 0.3s;
}
html.legacy div.fileuploadcontainer div.upload-queue span.send-button:hover {
  scale: 120%;
  background: var(--brand-primary-color, #34a853);
  color: white;
  cursor: pointer;
}
html.legacy div.fileuploadcontainer div.upload-queue span.send-button:hover .fal {
  color: white;
}
html.legacy div.fileuploadcontainer div.upload-queue table {
  width: 100%;
  font-size: 0.8em;
}
html.legacy div.fileuploadcontainer div.upload-queue table .negative {
  color: rgb(255, 191.25, 191.25);
  transition: color 0.3s;
}
html.legacy div.fileuploadcontainer div.upload-queue table .negative:hover {
  color: red;
}
html.legacy div.fileuploadcontainer div.upload-queue table td {
  padding: 2px;
  vertical-align: top;
  text-align: left;
}
html.legacy div.fileuploadcontainer div.upload-queue table td:first-child {
  width: 25px;
}
html.legacy div.fileuploadcontainer div.upload-queue table td:nth-child(2) {
  width: 25px;
}
html.legacy div.fileuploadcontainer div.upload-queue table img {
  max-width: 20px;
  max-height: 20px;
}
html.legacy div.fileuploadcontainer div.upload-queue span.filename {
  display: block;
  font-size: 0.8em;
}
html.legacy .file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
html.legacy label.file-upload-label {
  margin-bottom: 0px !important;
}
@keyframes help-modal-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html.legacy div.fileuploadhelp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-weight: bold;
  color: #CCCCCC;
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 2px;
  z-index: 2;
}
html.legacy div.fileuploadhelp:hover {
  cursor: pointer;
}
html.legacy div.file-upload-help-modal {
  min-width: 100vw;
  min-height: 100vh;
  z-index: 1000;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.98);
  padding: 1em;
  animation: help-modal-fade 0.3s ease-in-out;
}
html.legacy div.file-upload-help-modal div.file-upload-help-content {
  margin: auto;
}
@media (max-width: 600px) {
  html.legacy div.file-upload-help-content p {
    font-size: 0.75em;
    line-height: 1.2em;
  }
  html.legacy div.file-upload-help-content h1, html.legacy div.file-upload-help-content .h1 {
    font-size: 16px;
  }
}
html.legacy div.admin-file-download img {
  max-width: 20px;
  max-height: 20px;
  vertical-align: top;
}
html.legacy div.admin-file-download table {
  vertical-align: top;
  margin-top: 0.5em;
}
html.legacy div.admin-file-download table td {
  padding: 2px;
}
@media (min-width: 800px) {
  html.legacy .narrowScreenOnly {
    display: none;
  }
}
@media (max-width: 799px) {
  html.legacy .wideScreenOnly {
    display: none;
  }
}
html.legacy img.file-icon {
  width: 20px;
  height: 20px;
}
html.legacy .wills-original-boxout {
  border: 1px solid var(--brand-primary-color, #34a853);
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 1em;
}
html.legacy .wills-original-boxout img {
  margin-top: 0px;
}
html.legacy .wills-original-boxout p:last-of-type {
  margin-bottom: 0px;
}
html.legacy .family-tree-indent {
  position: relative;
  left: 0.5em;
}
html.legacy .family-tree {
  font-size: 0.8em;
}
html.legacy .family-tree ul, html.legacy .family-tree ul.tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
html.legacy .family-tree ul {
  margin-left: 7px;
}
html.legacy .family-tree ul.tree ul {
  margin-left: 25px;
}
html.legacy .family-tree ul.tree li {
  margin: 0;
  padding: 0;
  padding-left: 7px;
  line-height: 20px;
  border-left: 1px solid rgb(190, 190, 190);
  overflow: hidden;
}
html.legacy .family-tree ul.tree li:last-child {
  border-left: none;
}
html.legacy .family-tree ul.tree li:before {
  position: relative;
  top: -0.2em;
  height: 1em;
  width: 12px;
  color: white;
  border-bottom: 1px solid rgb(190, 190, 190);
  content: "";
  display: inline-block;
  left: -7px;
}
html.legacy .family-tree ul.tree li:last-child:before {
  border-left: 1px solid rgb(190, 190, 190);
}
html.legacy .family-tree .leaf-name {
  display: inline-block;
  width: 50%;
}
html.legacy .family-tree .leaf-name img {
  max-width: 20px;
}
html.legacy .family-tree table.leaf {
  width: 90%;
  display: inline-block;
}
html.legacy .family-tree .leaf-details {
  display: inline-block;
  width: 40%;
  text-align: right;
  border-bottom: 1px solid rgb(190, 190, 190);
  opacity: 0.5;
}
html.legacy .family-tree .leaf-joining-line {
  border-bottom: 1px solid rgb(190, 190, 190);
  display: inline;
}
html.legacy .family-tree .spouse {
  margin-left: 15px;
}
html.legacy .family-tree .blood-relative {
  font-weight: bold;
}
html.legacy .family-tree div.editing-person {
  margin-left: 20px;
}
html.legacy .family-tree .branch {
  margin-left: 8px;
}
html.legacy .family-tree .branch.hideLines {
  margin-left: 0px;
}
html.legacy .family-tree .fork {
  border-left: 1px solid rgb(190, 190, 190);
}
html.legacy .family-tree .fork .branch {
  margin-left: 30px;
}
html.legacy .family-tree .fork:last-child {
  border-left: 0px none;
}
html.legacy .family-tree .fork:last-child > .leaf > .horizontal-line:before {
  border-left: 1px solid rgb(190, 190, 190);
  content: "`" !important;
  width: 1px !important;
  height: -webkit-calc(0.75em + 1px) !important;
  height: calc(0.75em + 1px) !important;
  display: inline-block !important;
  margin-bottom: -webkit-calc(-0.75em - 1px) !important;
  margin-bottom: calc(-0.75em - 1px) !important;
  position: relative !important;
  color: white !important;
  top: -1px !important;
  margin-right: -3px !important;
}
@media print {
  html.legacy .family-tree .fork:last-child .horizontal-line:before {
    height: 12px !important;
    top: -4px !important;
  }
}
html.legacy .family-tree .fork:last-child .horizontal-line.noborder:before {
  border-left: 0px !important;
}
html.legacy .family-tree .fork.fork-line {
  border-left: 1px solid rgb(190, 190, 190);
}
html.legacy .family-tree .fork.fork-line > .leaf > .horizontal-line:before {
  border-left: none;
}
html.legacy .family-tree .leaf {
  display: table;
  width: 100%;
  margin-bottom: 0;
  background-image: none !important;
  background-repeat: repeat-x;
  background-position: 0px 18px;
  background-size: 6px;
}
html.legacy .family-tree .leaf img {
  max-width: 16px;
  vertical-align: middle;
}
html.legacy .family-tree .leaf .fal {
  margin: 0px;
  display: inline-block !important;
}
html.legacy .family-tree .leaf p {
  margin-bottom: 0px;
}
html.legacy .family-tree .hide-detail {
  background-image: none !important;
}
html.legacy .family-tree .cell {
  display: table-cell;
}
html.legacy .family-tree .disable-editing {
  opacity: 0.6;
}
html.legacy .family-tree .right {
  text-align: right;
}
html.legacy .family-tree .right div {
  padding-left: 0.5em;
  color: #999999;
}
html.legacy .family-tree .cell div {
  display: inline-block;
  background: white;
  border: none;
}
html.legacy .family-tree .horizontal-line {
  display: table-cell;
  background: white;
  width: 20px;
  height: 1em;
  color: rgb(190, 190, 190) !important;
  font-size: 15px !important;
  vertical-align: middle;
  font-weight: var(--brand-body-font-weight, 300) !important;
}
html.legacy .family-tree .branch.hide-lines > div > .leaf > .horizontal-line {
  display: none;
}
html.legacy div.family-tree {
  margin-bottom: 1em;
}
html.legacy .family-tree-label {
  margin-bottom: 0.4em;
}
html.legacy .family-tree-beneficiary {
  display: inline;
  font-size: 1em;
}
html.legacy .about-block-container {
  display: flex;
  flex-wrap: wrap;
}
html.legacy .about-block-container .about-block {
  width: 49%;
  padding: 1em;
}
html.legacy .about-block-container .about-block img {
  margin-top: 0;
  width: 50px;
  height: 50px;
}
@media (max-width: 578px) {
  html.legacy .about-block-container {
    flex-direction: column;
  }
  html.legacy .about-block-container .about-block {
    width: 100%;
  }
}
html.legacy .highlight-required-fields div.can-highlight:not(.not_highlighted),
html.legacy .highlight-required-fields table.settings div.can-highlight:not(.not_highlighted) {
  border-bottom: red 2px solid !important;
  padding-top: 1px;
}
html.legacy .highlight-required-fields p.can-highlight:not(.not_highlighted) {
  border: red 2px solid !important;
}
html.legacy .highlight-required-fields input.can-highlight:not(.not_highlighted), html.legacy .highlight-required-fields .can-highlight input:not(.not_highlighted),
html.legacy .highlight-required-fields table.settings input.can-highlight:not(.not_highlighted),
html.legacy .highlight-required-fields select.can-highlight:not(.not_highlighted), html.legacy .highlight-required-fields .can-highlight select:not(.not_highlighted),
html.legacy .highlight-required-fields table.settings select.can-highlight:not(.not_highlighted),
html.legacy .highlight-required-fields textarea.can-highlight:not(.not_highlighted), html.legacy .highlight-required-fields .can-highlight textarea:not(.not_highlighted),
html.legacy .highlight-required-fields table.settings textarea.can-highlight:not(.not_highlighted) {
  border-bottom: red 2px solid !important;
}
html.legacy .highlight-required-fields .date-highlight .settify-input input:not(.not_highlighted), html.legacy .highlight-required-fields .date-highlight .settify-select .select-container:not(.not_highlighted) {
  border-bottom: red 2px solid !important;
}
html.legacy table.highlight-required-fields.can-highlight:not(.not_highlighted),
html.legacy div.highlight-required-fields.can-highlight:not(.not_highlighted),
html.legacy tr.highlight-required-fields.can-highlight td:not(.not_highlighted) {
  border: red 2px solid !important;
}
html.legacy tr.highlight-required-fields {
  border-left: red 2px solid !important;
  border-left-width: 3px !important;
  border-right: red 2px solid !important;
  border-right-width: 4px !important;
}
html.legacy tr.highlight-required-fields td {
  border-top: red 2px solid !important;
  border-bottom: red 2px solid !important;
}
html.legacy .required:not(.not_highlighted) {
  border: red 2px solid !important;
  padding: 0.2em;
}
html.legacy .datepicker__wrapper {
  --placeholder-color: #777;
  position: relative;
}
html.legacy .datepicker__wrapper:hover, html.legacy .datepicker__wrapper:active, html.legacy .datepicker__wrapper:focus-within {
  --placeholder-color: #8b8b8b;
}
html.legacy .datepicker__input[type=date] {
  border-width: 1px;
}
html.legacy .datepicker__input[type=date]:focus-visible ~ .datepicker__label {
  border-color: var(--brand-primary-color, #34a853);
  outline: 1px solid var(--brand-primary-color, #34a853);
  outline-offset: -1px;
}
html.legacy .datepicker__input,
html.legacy .datepicker__label {
  font: inherit;
  margin: 0;
  width: max(280px, 100%);
  line-height: 1.5;
  padding-inline: clamp(1px, 1px + 1vw, 1rem);
  outline: none;
}
html.legacy .datepicker__label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
html.legacy .datepicker__label:hover {
  --background: rgba(204, 204, 204, 0.15);
  cursor: pointer;
}
html.legacy .datepicker__label:before {
  content: "";
  inset: 0;
  position: absolute;
  background: var(--background, initial);
}
html.legacy .datepicker__label[data-placeholder=false] {
  --placeholder-color: #333;
}
html.legacy .datepicker__label .datepicker__placeholder {
  font-size: 18px;
  display: flex;
  align-items: flex-end;
  color: var(--placeholder-color);
  background-color: var(--placeholder-background, white);
  height: calc(100% - 2px);
  width: 80%;
}
html.legacy img {
  display: inline-block;
}
html.legacy .mock-website {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
  padding-bottom: 30px;
}
html.legacy .mock-website-custom {
  background: white;
  border-top: 2px dashed lightgrey;
  border-bottom: 2px dashed lightgrey;
}
html.legacy .mockfirm-border {
  border: 2px dashed lightgrey;
  padding: 20px;
  width: calc(100% + 40px);
  margin-left: -20px;
}

html.modern {
  /* This hides the picker (arrow) indicator for inputs that have a list="" attribute. Tailwind currently does not have ways to edit this */
  height: 100%;
}
html.modern #preview-email-css-wrapper p {
  margin-bottom: 25px;
}
html.modern #preview-email-css-wrapper a, html.modern #preview-email-css-wrapper html.legacy .toggle-box label, html.legacy .toggle-box html.modern #preview-email-css-wrapper label {
  color: var(--brand-link-color);
}
html.modern #preview-email-css-wrapper #optionalExtra textarea {
  width: 100%;
  border: solid 1px #CCC;
  border-radius: 4px !important;
  color: var(--brand-text-color, #333);
  box-shadow: none;
}
html.modern #preview-email-css-wrapper .inviteEmailLawyerBio {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
html.modern #preview-email-css-wrapper .inviteEmailLawyerBio table {
  width: 100%;
  border-collapse: collapse;
}
html.modern #preview-email-css-wrapper .inviteEmailLawyerBio img {
  max-width: 100%;
  border-radius: 8px;
  width: auto;
  height: auto;
  max-height: 200px;
  float: right;
}
html.modern #preview-email-css-wrapper .inviteEmailLawyerBio .purple {
  color: var(--brand-primary-color);
}
html.modern #preview-email-css-wrapper .inviteEmailLawyerBio .lawyer-bio-table {
  border-collapse: collapse;
}
html.modern #preview-email-css-wrapper .inviteEmailLawyerBio .lawyer-bio-heading {
  width: 60%;
  padding-right: 5px;
}
html.modern #preview-email-css-wrapper .optionalExtraButton:last-of-type {
  margin-bottom: 1rem;
}
html.modern #preview-email-css-wrapper .validationbutton {
  background-color: var(--brand-primary-color);
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 1rem;
  cursor: pointer;
}
html.modern #preview-email-css-wrapper .validationbutton p {
  margin: 0;
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
html.modern #preview-email-css-wrapper .fal {
  margin: 0.5rem;
  color: #6b7280;
}
html.modern .required-field-marker:after {
  content: "*";
  color: red;
}
html.modern [list]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
html.modern body {
  height: 100%;
}