@charset "UTF-8";
:root {
     scroll-behavior: smooth;
  --realHeight: 100vh;
  --primaryColor: $primary;
  --secondaryColor: $secondary;
  --fui-font: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  --fui-font-size: 16px;
  --fui-color: #374151;
  --fui-primary-color: #516fea;
  --fui-primary-color-hover: #2349e5;
  --fui-error: #f56565;
  --fui-success: #00ae2a;
  --fui-gray-100: #f3f4f6;
  --fui-gray-200: #e5e7eb;
  --fui-gray-300: #d1d5db;
  --fui-gray-400: #9ca3af;
  --fui-gray-500: #6b7280;
  --fui-gray-600: #4b5563;
  --fui-gray-700: #374151;
  --fui-gray-800: #1f2937;
  --fui-gray-900: #111827;
  --fui-border: 0 solid #d1d5db;
  --fui-border-radius: 0.25rem;
  --fui-border-color: #d1d5db;
  --fui-focus-border-color: #a4cafe;
  --fui-focus-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  --fui-field-gutter: 1rem;
  --fui-field-min-width-2col: 15rem;
  --fui-field-min-width-3col: 12rem;
  --fui-field-min-width-4col: 10rem;
  --fui-field-min-width-5col: 8rem;
  --fui-loading-min-height: 1rem;
  --fui-loading-height: 1rem;
  --fui-loading-width: 1rem;
  --fui-loading-margin-top: -0.5rem;
  --fui-loading-margin-left: -0.5rem;
  --fui-loading-border-width: 2px;
  --fui-loading-animation: loading 0.5s infinite linear;
  --fui-loading-left: 50%;
  --fui-loading-top: calc(50% - 1px);
  --fui-loading-z-index: 1;
  --fui-alert-padding: 1rem;
  --fui-alert-line-height: 1.25rem;
  --fui-alert-font-size: 0.875rem;
  --fui-alert-font-weight: 500;
  --fui-alert-margin-bottom: 1rem;
  --fui-alert-error-bg-color: #fdf2f2;
  --fui-alert-error-color: #771d1d;
  --fui-alert-success-bg-color: #f3faf7;
  --fui-alert-success-color: #03543f;
  --fui-btn-font-size: 0.875rem;
  --fui-btn-line-height: 1.5;
  --fui-btn-display: inline-block;
  --fui-btn-text-align: center;
  --fui-btn-white-space: nowrap;
  --fui-btn-vertical-align: middle;
  --fui-btn-border-style: none;
  --fui-btn-text-decoration: none;
  --fui-btn-padding: 0.5rem 1rem;
  --fui-btn-border: 1px solid transparent;
  --fui-btn-font-weight: 500;
  --fui-btn-transition-property: background-color, border-color, color, fill,
    stroke, opacity, box-shadow, transform;
  --fui-btn-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --fui-btn-transition-duration: 0.15s;
  --fui-btn-opacity-disabled: 0.65;
  --fui-btn-container-padding: 1rem 0 0 0;
  --fui-btn-container-margin: 0 -0.5rem 0 -0.5rem;
  --fui-btn-margin: 0 0.5rem 0 0.5rem;
  --fui-link-transition-property: background-color, border-color, color, fill,
    stroke, opacity, box-shadow, transform;
  --fui-link-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --fui-link-transition-duration: 0.15s;
  --fui-link-text-decoration: underline;
  --fui-submit-btn-color: #fff;
  --fui-submit-btn-color-hover: #fff;
  --fui-submit-btn-spinner-color: #fff;
  --fui-title-margin: 0 0 1rem;
  --fui-title-font-size: 1.4rem;
  --fui-title-font-weight: 700;
  --fui-page-title-margin: 0 0 1rem;
  --fui-page-title-font-size: 1.125rem;
  --fui-page-title-font-weight: 600;
  --fui-tabs-margin-bottom: 1rem;
  --fui-tabs-font-size: 0.875rem;
  --fui-tab-padding: 0.5rem 1rem;
  --fui-tab-margin-bottom: -1px;
  --fui-tab-border: 1px solid transparent;
  --fui-tab-active-font-weight: 500;
  --fui-tab-active-bg-color: #fff;
  --fui-tab-active-border-bottom-color: transparent;
  --fui-progress-height: 1.2rem;
  --fui-progress-font-size: 0.8rem;
  --fui-progress-font-weight: 500;
  --fui-progress-color: #fff;
  --fui-progress-bar-transition: width 0.3s ease;
  --fui-error-font-size: 0.875rem;
  --fui-error-margin-top: 0.5rem;
  --fui-label-font-size: 0.875rem;
  --fui-label-line-height: 1.25;
  --fui-label-font-weight: 500;
  --fui-label-margin: 0.5rem;
  --fui-label-error-color: #771d1d;
  --fui-label-error-border-color: #f8b4b4;
  --fui-instructions-font-size: 0.875rem;
  --fui-instructions-line-height: 1.25;
  --fui-instructions-margin: 0.5rem;
  --fui-check-font-size: 0.875rem;
  --fui-check-line-height: 1.5;
  --fui-check-margin-bottom: 0.25rem;
  --fui-check-margin-right: 1rem;
  --fui-check-bg-color: #f0f1f4;
  --fui-check-label-padding-left: 1.8rem;
  --fui-check-label-line-height: 1.5rem;
  --fui-check-label-top: 5px;
  --fui-check-label-width: 1rem;
  --fui-check-label-height: 1rem;
  --fui-check-label-bg-color: #fff;
  --fui-check-label-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --fui-check-check-border-radius: 2px;
  --fui-check-check-bg-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  --fui-check-check-bg-size: 8px auto;
  --fui-check-radio-border-radius: 50%;
  --fui-check-radio-bg-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  --fui-check-radio-bg-size: 8px auto;
  --fui-group-padding: 1rem;
  --fui-input-font-size: 0.875rem;
  --fui-input-line-height: 1.5;
  --fui-input-width: 100%;
  --fui-input-padding: 0.5rem 0.75rem;
  --fui-input-background-color: #fff;
  --fui-input-transition-property: background-color, border-color, color, fill,
    stroke, opacity, box-shadow, transform;
  --fui-input-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --fui-input-transition-duration: 0.15s;
  --fui-input-error-color: #771d1d;
  --fui-input-error-border-color: #f8b4b4;
  --fui-input-error-box-shadow-focus: 0 0 0 3px hsla(0, 83%, 84%, 0.45);
  --fui-repeater-row-padding: 1rem;
  --fui-repeater-row-margin-bottom: 1rem;
  --fui-repeater-add-btn-padding-left: 2rem;
  --fui-repeater-add-btn-top: 0.75rem;
  --fui-repeater-add-btn-left: 0.75rem;
  --fui-repeater-add-btn-width: 14px;
  --fui-repeater-add-btn-height: 14px;
  --fui-repeater-add-btn-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'/%3E%3C/svg%3E");
  --fui-repeater-remove-btn-top: 0;
  --fui-repeater-remove-btn-right: -14px;
  --fui-repeater-remove-btn-transform: translateY(-50%);
  --fui-repeater-remove-btn-border-radius: 50%;
  --fui-repeater-remove-btn-height: 0;
  --fui-repeater-remove-btn-width: 0;
  --fui-repeater-remove-btn-padding: 13px;
  --fui-repeater-remove-btn-text-indent: -9999px;
  --fui-repeater-remove-btn-icon-top: 50%;
  --fui-repeater-remove-btn-icon-left: 50%;
  --fui-repeater-remove-btn-icon-width: 9px;
  --fui-repeater-remove-btn-icon-height: 14px;
  --fui-repeater-remove-btn-icon-transform: translate(-50%, -50%);
  --fui-repeater-remove-btn-icon-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");
  --fui-select-option-padding: 0.1rem 0.4rem;
  --fui-select-padding-right: 2rem;
  --fui-select-bg-position: right 0.25rem center;
  --fui-select-bg-size: 1.5em 1.5em;
  --fui-select-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m7 7 3-3 3 3m0 6-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --fui-table-width: 100%;
  --fui-table-margin-bottom: 1rem;
  --fui-table-border-collapse: collapse;
  --fui-table-row-padding: 0.2rem;
  --fui-table-th-text-align: inherit;
  --fui-table-th-font-size: 0.75rem;
  --fui-table-th-font-weight: 600;
  --fui-table-add-btn-padding-left: 2rem;
  --fui-table-add-btn-top: 0.75rem;
  --fui-table-add-btn-left: 0.75rem;
  --fui-table-add-btn-width: 14px;
  --fui-table-add-btn-height: 14px;
  --fui-table-add-btn-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'/%3E%3C/svg%3E");
  --fui-table-remove-btn-border-radius: 50%;
  --fui-table-remove-btn-padding: 13px;
  --fui-table-remove-btn-text-indent: -9999px;
  --fui-table-remove-btn-top: 50%;
  --fui-table-remove-btn-left: 50%;
  --fui-table-remove-btn-width: 9px;
  --fui-table-remove-btn-height: 14px;
  --fui-table-remove-btn-transform: translate(-50%, -50%);
  --fui-table-remove-btn-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");
  --fui-signature-width: 100%;
  --fui-signature-height: 8rem;
  --fui-signature-bg: #f9fafb;
  --fui-signature-remove-btn-top: 0;
  --fui-signature-remove-btn-right: -14px;
  --fui-signature-remove-btn-transform: translateY(-50%);
  --fui-signature-remove-btn-border-radius: 50%;
  --fui-signature-remove-btn-height: 0;
  --fui-signature-remove-btn-width: 0;
  --fui-signature-remove-btn-padding: 13px;
  --fui-signature-remove-btn-text-indent: -9999px;
  --fui-signature-remove-btn-icon-top: 50%;
  --fui-signature-remove-btn-icon-left: 50%;
  --fui-signature-remove-btn-icon-width: 9px;
  --fui-signature-remove-btn-icon-height: 14px;
  --fui-signature-remove-btn-icon-transform: translate(-50%, -50%);
  --fui-signature-remove-btn-icon-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='far' data-icon='times' class='svg-inline--fa fa-times fa-w-10' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");
  --fui-summary-padding: 1rem;
}
.fui-form {
  margin: 0;
}
.fui-form[data-fui-disabled] {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.fui-hidden {
  display: none;
}
.fui-sr-only,
[data-fui-sr-only] {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.fui-field[data-conditionally-hidden] {
  display: none;
}
.fui-label-left-input .fui-field-container,
.fui-label-right-input .fui-field-container {
  align-items: baseline;
  display: flex;
}
.fui-label-left-input .fui-input-wrapper,
.fui-label-right-input .fui-input-wrapper {
  flex: 1;
}
.fui-label-below-input
  > .fui-field-container
  > .fui-input-wrapper
  > .fui-fieldset
  > .fui-legend {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.fui-layout-horizontal .fui-layout-wrap {
  display: flex;
  flex-wrap: wrap;
}
.fui-row {
  --field-min-width: var(--fui-field-min-width-2col);
  display: grid;
  gap: 1rem;
  gap: var(--fui-field-gutter);
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(var(--field-min-width), 1fr));
}
.fui-row[data-fui-field-count="3"] {
  --field-min-width: var(--fui-field-min-width-3col);
}
.fui-row[data-fui-field-count="4"] {
  --field-min-width: var(--fui-field-min-width-4col);
}
.fui-row[data-fui-field-count="5"],
.fui-row[data-fui-field-count="6"],
.fui-row[data-fui-field-count="7"],
.fui-row[data-fui-field-count="8"] {
  --field-min-width: var(--fui-field-min-width-5col);
}
[data-fui-page-hidden] {
  display: none;
}
.fui-btn-container,
.fui-btn-wrapper {
  display: flex;
  justify-content: flex-start;
}
.fui-btn-container.fui-btn-right,
.fui-btn-wrapper.fui-btn-right {
  justify-content: flex-end;
}
.fui-btn-container.fui-btn-center,
.fui-btn-container.fui-btn-center-save-left,
.fui-btn-container.fui-btn-center-save-right,
.fui-btn-wrapper.fui-btn-center,
.fui-btn-wrapper.fui-btn-center-save-left,
.fui-btn-wrapper.fui-btn-center-save-right {
  justify-content: center;
}
.fui-btn-container.fui-btn-left-right,
.fui-btn-container.fui-btn-save-left,
.fui-btn-container.fui-btn-save-right,
.fui-btn-wrapper.fui-btn-left-right,
.fui-btn-wrapper.fui-btn-save-left,
.fui-btn-wrapper.fui-btn-save-right {
  justify-content: space-between;
}
.fui-btn-container.fui-btn-right-save-left,
.fui-btn-wrapper.fui-btn-right-save-left {
  justify-content: flex-start;
}
.fui-btn-container.fui-btn-center-save-left,
.fui-btn-container.fui-btn-right-save-left,
.fui-btn-container.fui-btn-save-left,
.fui-btn-wrapper.fui-btn-center-save-left,
.fui-btn-wrapper.fui-btn-right-save-left,
.fui-btn-wrapper.fui-btn-save-left {
  flex-direction: row-reverse;
}
.fui-btn-container .fui-btn[data-conditionally-hidden],
.fui-btn-wrapper .fui-btn[data-conditionally-hidden] {
  display: none;
}
.fui-save,
.fui-submit {
  order: 10;
}
.fui-btn * {
  pointer-events: none;
}
.fui-i {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #374151;
  color: var(--fui-color, var(--fui-gray-700));
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-family: var(--fui-font);
  font-size: 16px;
  font-size: var(--fui-font-size);
  margin: 0;
  padding: 0;
}
.fui-i *,
.fui-i :after,
.fui-i :before {
  border: 0 solid #d1d5db;
  border: var(--fui-border);
  box-sizing: border-box;
}
.fui-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f3f4f6;
  background-color: var(--fui-btn-bg-color, var(--fui-gray-100));
  border: 1px solid transparent;
  border: var(--fui-btn-border);
  border-radius: 0.25rem;
  border-radius: var(--fui-btn-border-radius, var(--fui-border-radius));
  display: inline-block;
  display: var(--fui-btn-display);
  font-family: inherit;
  font-size: 0.875rem;
  font-size: var(--fui-btn-font-size);
  font-weight: 500;
  font-weight: var(--fui-btn-font-weight);
  line-height: 1.5;
  line-height: var(--fui-btn-line-height);
  margin: 0;
  padding: 0.5rem 1rem;
  padding: var(--fui-btn-padding);
  text-align: center;
  text-align: var(--fui-btn-text-align);
  text-decoration: none;
  -webkit-text-decoration: var(--fui-btn-text-decoration);
  text-decoration: var(--fui-btn-text-decoration);
  transition-duration: 0.15s;
  transition-duration: var(--fui-btn-transition-duration);
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
  transition-property: var(--fui-btn-transition-property);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: var(--fui-btn-transition-timing-function);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  vertical-align: var(--fui-btn-vertical-align);
  white-space: nowrap;
  white-space: var(--fui-btn-white-space);
}
.fui-btn:active,
.fui-btn:focus,
.fui-btn:hover {
  background-color: #e5e7eb;
  background-color: var(--fui-btn-bg-color-hover, var(--fui-gray-200));
  outline: 0;
  text-decoration: none;
}
.fui-btn.disabled,
.fui-btn:disabled {
  opacity: 0.65;
  opacity: var(--fui-btn-opacity-disabled);
  pointer-events: none;
}
.fui-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.fui-btn-link {
  background-color: transparent;
  color: #516fea;
  color: var(--fui-submit-btn-bg-color, var(--fui-primary-color));
}
.fui-btn-link:active,
.fui-btn-link:focus,
.fui-btn-link:hover {
  background-color: transparent;
  text-decoration: underline;
}
.fui-link {
  color: #516fea;
  color: var(--fui-link-color, var(--fui-primary-color));
  text-decoration: underline;
  -webkit-text-decoration: var(--fui-link-text-decoration);
  text-decoration: var(--fui-link-text-decoration);
  transition-duration: 0.15s;
  transition-duration: var(--fui-link-transition-duration);
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
  transition-property: var(--fui-link-transition-property);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: var(--fui-link-transition-timing-function);
}
.fui-link:active,
.fui-link:focus,
.fui-link:hover {
  color: #2349e5;
  color: var(--fui-link-color-hover, var(--fui-primary-color-hover));
}
.fui-loading {
  color: transparent !important;
  min-height: 1rem;
  min-height: var(--fui-loading-min-height);
  pointer-events: none;
  position: relative;
}
.fui-loading:after {
  -webkit-animation: loading 0.5s linear infinite;
  animation: loading 0.5s linear infinite;
  -webkit-animation: var(--fui-loading-animation);
  animation: var(--fui-loading-animation);
  border-color: #516fea;
  border-bottom: var(--fui-loading-border-width) solid
    var(--fui-loading-border-color, var(--fui-primary-color));
  border-left: var(--fui-loading-border-width) solid
    var(--fui-loading-border-color, var(--fui-primary-color));
  border-radius: 9999px;
  border-right: 2px solid transparent;
  border-top: solid transparent;
  border-width: 2px;
  border-top-width: var(--fui-loading-border-width);
  content: "";
  display: block;
  height: 1rem;
  height: var(--fui-loading-height);
  left: 50%;
  left: var(--fui-loading-left);
  margin-left: -0.5rem;
  margin-left: var(--fui-loading-margin-left);
  margin-top: -0.5rem;
  margin-top: var(--fui-loading-margin-top);
  position: absolute;
  top: calc(50% - 1px);
  top: var(--fui-loading-top);
  width: 1rem;
  width: var(--fui-loading-width);
  z-index: 1;
  z-index: var(--fui-loading-z-index);
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.fui-alert {
  border-radius: 0.25rem;
  border-radius: var(--fui-alert-border-radius, var(--fui-border-radius));
  font-size: 0.875rem;
  font-size: var(--fui-alert-font-size);
  font-weight: 500;
  font-weight: var(--fui-alert-font-weight);
  line-height: 1.25rem;
  line-height: var(--fui-alert-line-height);
  margin-bottom: 1rem;
  margin-bottom: var(--fui-alert-margin-bottom);
  padding: 1rem;
  padding: var(--fui-alert-padding);
}
.fui-alert-error {
  background-color: #fdf2f2;
  background-color: var(--fui-alert-error-bg-color);
  color: #771d1d;
  color: var(--fui-alert-error-color);
}
.fui-alert-success {
  background-color: #f3faf7;
  background-color: var(--fui-alert-success-bg-color);
  color: #03543f;
  color: var(--fui-alert-success-color);
}
.fui-alert-error.fui-alert-bottom-form {
  margin-bottom: 0;
  margin-top: 1rem;
}
.fui-btn-wrapper {
  margin: 0 -0.5rem;
  margin: var(--fui-btn-container-margin);
  padding: 1rem 0 0;
  padding: var(--fui-btn-container-padding);
}
.fui-btn-wrapper .fui-btn {
  margin: 0 0.5rem;
  margin: var(--fui-btn-margin);
}
.fui-submit {
  background-color: #516fea;
  background-color: var(--fui-submit-btn-bg-color, var(--fui-primary-color));
  border-color: #516fea;
  border-color: var(--fui-submit-btn-border-color, var(--fui-primary-color));
  color: #fff;
  color: var(--fui-submit-btn-color);
}
.fui-submit.fui-loading:after {
  border-bottom-color: #fff;
  border-bottom-color: var(--fui-submit-btn-spinner-color);
  border-left-color: #fff;
  border-left-color: var(--fui-submit-btn-spinner-color);
}
.fui-submit:active,
.fui-submit:focus,
.fui-submit:hover {
  background-color: #2349e5;
  background-color: var(
    --fui-submit-btn-bg-color-hover,
    var(--fui-primary-color-hover)
  );
  border-color: #2349e5;
  border-color: var(
    --fui-submit-btn-border-color-hover,
    var(--fui-primary-color-hover)
  );
  color: #fff;
  color: var(--fui-submit-btn-color-hover);
}
.fui-submit:active,
.fui-submit:focus {
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  box-shadow: var(--fui-submit-btn-box-shadow-focus, var(--fui-focus-shadow));
}
.fui-row:not(.fui-row-empty):not(:last-child) {
  margin-bottom: 1rem;
  margin-bottom: var(--fui-field-gutter);
}
.fui-title {
  font-size: 1.4rem;
  font-size: var(--fui-title-font-size);
  font-weight: 700;
  font-weight: var(--fui-title-font-weight);
  margin: 0 0 1rem;
  margin: var(--fui-title-margin);
  padding: 0;
}
.fui-page-title {
  font-size: 1.125rem;
  font-size: var(--fui-page-title-font-size);
  font-weight: 600;
  font-weight: var(--fui-page-title-font-weight);
  margin: 0 0 1rem;
  margin: var(--fui-page-title-margin);
  padding: 0;
}
.fui-tabs {
  border-bottom: 1px solid #d1d5db;
  border-bottom: var(
    --fui-tabs-border-bottom,
    1px solid var(--fui-border-color)
  );
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-size: var(--fui-tabs-font-size);
  margin-bottom: 1rem;
  margin-bottom: var(--fui-tabs-margin-bottom);
}
.fui-tab {
  border: 1px solid transparent;
  border: var(--fui-tab-border);
  color: #6b7280;
  color: var(--fui-tab-color, var(--fui-gray-500));
  margin-bottom: -1px;
  margin-bottom: var(--fui-tab-margin-bottom);
  padding: 0.5rem 1rem;
  padding: var(--fui-tab-padding);
}
.fui-tab a {
  color: inherit;
  text-decoration: none;
}
.fui-tab[data-conditionally-hidden] {
  display: none;
}
.fui-tab-active {
  background-color: #fff;
  background-color: var(--fui-tab-active-bg-color);
  border-color: #d1d5db #d1d5db transparent;
  border-color: var(--fui-tab-active-border-color, var(--fui-border-color))
    var(--fui-tab-active-border-color, var(--fui-border-color))
    var(--fui-tab-active-border-bottom-color);
  border-radius: 0.25rem 0.25rem 0 0;
  border-radius: var(
    --fui-tab-active-border-radius,
    var(--fui-border-radius) var(--fui-border-radius) 0 0
  );
  color: #374151;
  color: var(--fui-tab-active-color, var(--fui-gray-700));
  font-weight: 500;
  font-weight: var(--fui-tab-active-font-weight);
}
.fui-tab-error {
  color: #f56565;
  color: var(--fui-tab-error-color, var(--fui-error));
}
.fui-progress {
  background-color: #e5e7eb;
  background-color: var(--fui-progress-bg-color, var(--fui-gray-200));
  border-radius: 0.25rem;
  border-radius: var(--fui-progress-border-radius, var(--fui-border-radius));
  color: #fff;
  color: var(--fui-progress-color);
  display: flex;
  font-size: 0.8rem;
  font-size: var(--fui-progress-font-size);
  font-weight: 500;
  font-weight: var(--fui-progress-font-weight);
  height: 1.2rem;
  height: var(--fui-progress-height);
  overflow: hidden;
}
.fui-progress-start .fui-progress {
  margin-bottom: 1rem;
}
.fui-progress-end .fui-progress {
  margin-top: 1rem;
}
.fui-progress-bar {
  background-color: #516fea;
  background-color: var(--fui-progress-bar-bg-color, var(--fui-primary-color));
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width 0.3s ease;
  transition: var(--fui-progress-bar-transition);
}
.fui-label-left-input .fui-input-wrapper {
  margin-left: 1rem;
  margin-left: var(--fui-field-gutter);
}
.fui-label-right-input .fui-input-wrapper {
  margin-right: 1rem;
  margin-right: var(--fui-field-gutter);
}
.fui-label,
.fui-legend {
  color: #374151;
  color: var(--fui-label-color, var(--fui-gray-700));
  display: block;
  font-size: 0.875rem;
  font-size: var(--fui-label-font-size);
  font-weight: 500;
  font-weight: var(--fui-label-font-weight);
  line-height: 1.25;
  line-height: var(--fui-label-line-height);
  padding: 0;
}
.fui-label-above-input .fui-label,
.fui-label-above-input .fui-legend,
.fui-subfield-label-above-input .fui-label,
.fui-subfield-label-above-input .fui-legend {
  margin-bottom: 0.5rem;
  margin-bottom: var(--fui-label-margin);
}
.fui-label-below-input .fui-label,
.fui-label-below-input .fui-legend,
.fui-subfield-label-below-input .fui-label,
.fui-subfield-label-below-input .fui-legend {
  margin-top: 0.5rem;
  margin-top: var(--fui-label-margin);
}
.fui-error .fui-label,
.fui-error .fui-legend {
  border-color: #f8b4b4;
  border-color: var(--fui-label-error-border-color);
  color: #771d1d;
  color: var(--fui-label-error-color);
}
.fui-required {
  color: #f56565;
  color: var(--fui-required-color, var(--fui-error));
}
.fui-file-summary,
.fui-instructions,
.fui-limit-text,
.fui-optional {
  color: #9ca3af;
  color: var(--fui-instructions-color, var(--fui-gray-400));
}
.fui-file-summary,
.fui-instructions,
.fui-limit-text {
  display: block;
  font-size: 0.875rem;
  font-size: var(--fui-instructions-font-size);
  line-height: 1.25;
  line-height: var(--fui-instructions-line-height);
}
.fui-file-summary p,
.fui-file-summary ul,
.fui-instructions p,
.fui-instructions ul,
.fui-limit-text p,
.fui-limit-text ul {
  margin: 0;
}
.fui-instructions-above-input .fui-instructions {
  margin-bottom: 0.5rem;
  margin-bottom: var(--fui-instructions-margin);
}
.fui-instructions-below-input .fui-instructions,
.fui-limit-text {
  margin-top: 0.5rem;
  margin-top: var(--fui-instructions-margin);
}
.fui-limit-text .fui-limit-number.fui-limit-number-error {
  color: #f56565;
  color: var(--fui-required-color, var(--fui-error));
}
.fui-file-summary > p {
  margin-bottom: 0.5rem;
  margin-bottom: var(--fui-instructions-margin);
  margin-top: 0.5rem;
  margin-top: var(--fui-instructions-margin);
}
.fui-file-summary ul {
  padding-left: 1.75rem;
}
.fui-file-summary li {
  list-style: disc;
}
.fui-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.formie-recaptcha-placeholder > div > * {
  margin-top: 1rem;
}
.formie-friendly-captcha-placeholder {
  padding-bottom: 12px;
  position: relative;
}
.fui-errors {
  margin: 0;
  padding: 0;
}
.fui-error-message {
  color: #f56565;
  color: var(--fui-error-color, var(--fui-error));
}
.fui-error-message,
.fui-success-message {
  display: block;
  font-size: 0.875rem;
  font-size: var(--fui-error-font-size);
  margin-top: 0.5rem;
  margin-top: var(--fui-error-margin-top);
}
.fui-success-message {
  color: #00ae2a;
  color: var(--fui-success-color, var(--fui-success));
}
.fui-address-location-link {
  float: right;
}
.fui-checkbox,
.fui-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 0.875rem;
  font-size: var(--fui-check-font-size);
  line-height: 1.5;
  line-height: var(--fui-check-line-height);
  margin: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fui-checkbox:not(:last-child),
.fui-radio:not(:last-child) {
  margin-bottom: 0.25rem;
  margin-bottom: var(--fui-check-margin-bottom);
}
.fui-layout-horizontal .fui-layout-wrap > .fui-checkbox,
.fui-layout-horizontal .fui-layout-wrap > .fui-radio {
  margin-right: 1rem;
  margin-right: var(--fui-check-margin-right);
}
.fui-checkbox input,
.fui-radio input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.fui-checkbox input:focus + label:before,
.fui-radio input:focus + label:before {
  border-color: #a4cafe;
  border-color: var(
    --fui-check-border-color-focus,
    var(--fui-focus-border-color)
  );
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  box-shadow: var(--fui-check-box-shadow-focus, var(--fui-focus-shadow));
}
.fui-checkbox input:checked + label:before,
.fui-radio input:checked + label:before {
  background-color: #516fea;
  background-color: var(--fui-check-bg-color-checked, var(--fui-primary-color));
  border-color: #516fea;
  border-color: var(--fui-check-border-color-checked, var(--fui-primary-color));
}
.fui-checkbox input:active + label:before,
.fui-radio input:active + label:before {
  background-color: #f0f1f4;
  background-color: var(--fui-check-bg-color);
}
.fui-checkbox label,
.fui-radio label {
  display: inline-block;
  line-height: 1.5rem;
  line-height: var(--fui-check-label-line-height);
  padding-left: 1.8rem;
  padding-left: var(--fui-check-label-padding-left);
  position: relative;
}
.fui-checkbox label,
.fui-checkbox label:before,
.fui-radio label,
.fui-radio label:before {
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--fui-check-label-transition);
}
.fui-checkbox label:before,
.fui-radio label:before {
  background-color: #fff;
  background-color: var(--fui-check-label-bg-color);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  border: 1px solid #d1d5db;
  border: var(--fui-check-label-border, 1px solid var(--fui-border-color));
  content: "";
  cursor: pointer;
  display: block;
  height: 1rem;
  height: var(--fui-check-label-height);
  left: 0;
  position: absolute;
  top: 5px;
  top: var(--fui-check-label-top);
  width: 1rem;
  width: var(--fui-check-label-width);
}
.fui-checkbox label:before {
  border-radius: 2px;
  border-radius: var(--fui-check-check-border-radius);
}
.fui-checkbox input:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-image: var(--fui-check-check-bg-image);
  background-size: 8px auto;
  background-size: var(--fui-check-check-bg-size);
}
.fui-radio label:before {
  border-radius: 50%;
  border-radius: var(--fui-check-radio-border-radius);
}
.fui-radio input:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-image: var(--fui-check-radio-bg-image);
  background-size: 8px auto;
  background-size: var(--fui-check-radio-bg-size);
}
.fui-input,
.fui-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-color: var(--fui-input-background-color);
  border: 1px solid #d1d5db;
  border: var(--fui-input-border, 1px solid var(--fui-border-color));
  border-radius: 0.25rem;
  border-radius: var(--fui-input-border-radius, var(--fui-border-radius));
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  font-size: var(--fui-input-font-size);
  line-height: 1.5;
  line-height: var(--fui-input-line-height);
  margin: 0;
  padding: 0.5rem 0.75rem;
  padding: var(--fui-input-padding);
  transition-duration: 0.15s;
  transition-duration: var(--fui-input-transition-duration);
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
  transition-property: var(--fui-input-transition-property);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: var(--fui-input-transition-timing-function);
  width: 100%;
  width: var(--fui-input-width);
}
.fui-input.fui-focus,
.fui-input:focus,
.fui-select.fui-focus,
.fui-select:focus {
  border-color: #a4cafe;
  border-color: var(
    --fui-input-border-color-focus,
    var(--fui-focus-border-color)
  );
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  box-shadow: var(--fui-input-box-shadow-focus, var(--fui-focus-shadow));
  outline: 0;
}
.fui-input.fui-error,
.fui-select.fui-error {
  border-color: #f8b4b4;
  border-color: var(--fui-input-error-border-color);
  color: #771d1d;
  color: var(--fui-input-error-color);
}
.fui-input.fui-error.fui-focus,
.fui-input.fui-error:focus,
.fui-select.fui-error.fui-focus,
.fui-select.fui-error:focus {
  box-shadow: 0 0 0 3px hsla(0, 83%, 84%, 0.45);
  box-shadow: var(--fui-input-error-box-shadow-focus);
}
.fui-input::-moz-placeholder,
.fui-select::-moz-placeholder {
  color: #9ca3af;
  color: var(--fui-input-placeholder-color, var(--fui-gray-400));
}
.fui-input:-ms-input-placeholder,
.fui-select:-ms-input-placeholder {
  color: #9ca3af;
  color: var(--fui-input-placeholder-color, var(--fui-gray-400));
}
.fui-input::placeholder,
.fui-select::placeholder {
  color: #9ca3af;
  color: var(--fui-input-placeholder-color, var(--fui-gray-400));
}
.fui-input[type="file"],
.fui-select[type="file"] {
  height: auto;
}
.fui-input[type="color"],
.fui-select[type="color"] {
  height: 39px;
  padding: 0.1rem;
}
@media (max-width: 639px) {
  .fui-input,
  .fui-select {
    font-size: 16px;
  }
}
.fui-field input::-webkit-datetime-edit {
  display: block;
  margin-bottom: -2px;
  padding: 0;
}
.fui-field input::-webkit-date-and-time-value {
  height: 1.5em;
}
.fui-name-prefix {
  flex: 0 0 auto;
}
.fui-repeater-row {
  border: 1px solid #d1d5db;
  border: var(--fui-repeater-row-border, 1px solid var(--fui-border-color));
  border-radius: 0.25rem;
  border-radius: var(
    --fui-repeater-row-border-radius,
    var(--fui-border-radius)
  );
  margin-bottom: 1rem;
  margin-bottom: var(--fui-repeater-row-margin-bottom);
  padding: 1rem;
  padding: var(--fui-repeater-row-padding);
  position: relative;
}
.fui-repeater-add-btn {
  padding-left: 2rem;
  padding-left: var(--fui-repeater-add-btn-padding-left);
  position: relative;
}
.fui-repeater-add-btn:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'/%3E%3C/svg%3E");
  background-image: var(--fui-repeater-add-btn-bg-image);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  height: var(--fui-repeater-add-btn-height);
  left: 0.75rem;
  left: var(--fui-repeater-add-btn-left);
  position: absolute;
  top: 0.75rem;
  top: var(--fui-repeater-add-btn-top);
  width: 14px;
  width: var(--fui-repeater-add-btn-width);
}
.fui-repeater-remove-btn {
  border: 1px solid #d1d5db;
  border: var(
    --fui-repeater-remove-btn-border,
    1px solid var(--fui-border-color)
  );
  border-radius: 50%;
  border-radius: var(--fui-repeater-remove-btn-border-radius);
  height: 0;
  height: var(--fui-repeater-remove-btn-height);
  padding: 13px;
  padding: var(--fui-repeater-remove-btn-padding);
  position: absolute;
  right: -14px;
  right: var(--fui-repeater-remove-btn-right);
  text-indent: -9999px;
  text-indent: var(--fui-repeater-remove-btn-text-indent);
  top: 0;
  top: var(--fui-repeater-remove-btn-top);
  transform: translateY(-50%);
  transform: var(--fui-repeater-remove-btn-transform);
  width: 0;
  width: var(--fui-repeater-remove-btn-width);
}
.fui-repeater-remove-btn:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");
  background-image: var(--fui-repeater-remove-btn-icon-bg-image);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  height: var(--fui-repeater-remove-btn-icon-height);
  left: 50%;
  left: var(--fui-repeater-remove-btn-icon-left);
  position: absolute;
  top: 50%;
  top: var(--fui-repeater-remove-btn-icon-top);
  transform: translate(-50%, -50%);
  transform: var(--fui-repeater-remove-btn-icon-transform);
  width: 9px;
  width: var(--fui-repeater-remove-btn-icon-width);
}
.fui-hr {
  border: 0;
  width: 100%;
}
.fui-select[multiple],
.fui-select[size] {
  height: auto;
}
.fui-select[multiple] option,
.fui-select[size] option {
  padding: 0.1rem 0.4rem;
  padding: var(--fui-select-option-padding);
}
.fui-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m7 7 3-3 3 3m0 6-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-image: var(--fui-select-bg-image);
  background-position: right 0.25rem center;
  background-position: var(--fui-select-bg-position);
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  background-size: var(--fui-select-bg-size);
  padding-right: 2rem;
  padding-right: var(--fui-select-padding-right);
}
.fui-select::-ms-expand {
  display: none;
}
.fui-table {
  border-collapse: collapse;
  border-collapse: var(--fui-table-border-collapse);
  margin-bottom: 1rem;
  margin-bottom: var(--fui-table-margin-bottom);
  width: 100%;
  width: var(--fui-table-width);
}
.fui-table th {
  color: #6b7280;
  color: var(--fui-table-th-color, var(--fui-gray-500));
  font-size: 0.75rem;
  font-size: var(--fui-table-th-font-size);
  font-weight: 600;
  font-weight: var(--fui-table-th-font-weight);
  text-align: inherit;
  text-align: var(--fui-table-th-text-align);
}
.fui-table td,
.fui-table th {
  padding: 0.2rem;
  padding: var(--fui-table-row-padding);
}
.fui-table td:first-child,
.fui-table th:first-child {
  padding-left: 0;
}
.fui-table td:last-child,
.fui-table th:last-child {
  padding-right: 0;
}
.fui-table [data-col-remove] {
  width: 1px;
}
.fui-table-add-btn {
  padding-left: 2rem;
  padding-left: var(--fui-table-add-btn-padding-left);
  position: relative;
}
.fui-table-add-btn:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'/%3E%3C/svg%3E");
  background-image: var(--fui-table-add-btn-bg-image);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  height: var(--fui-table-add-btn-height);
  left: 0.75rem;
  left: var(--fui-table-add-btn-left);
  position: absolute;
  top: 0.75rem;
  top: var(--fui-table-add-btn-top);
  width: 14px;
  width: var(--fui-table-add-btn-width);
}
.fui-table-remove-btn {
  border: 1px solid #d1d5db;
  border: var(--fui-table-remove-btn-border, 1px solid var(--fui-border-color));
  border-radius: 50%;
  border-radius: var(--fui-table-remove-btn-border-radius);
  height: 0;
  padding: 13px;
  padding: var(--fui-table-remove-btn-padding);
  position: relative;
  text-indent: -9999px;
  text-indent: var(--fui-table-remove-btn-text-indent);
  width: 0;
}
.fui-table-remove-btn:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");
  background-image: var(--fui-table-remove-btn-bg-image);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  height: var(--fui-table-remove-btn-height);
  left: 50%;
  left: var(--fui-table-remove-btn-left);
  position: absolute;
  top: 50%;
  top: var(--fui-table-remove-btn-top);
  transform: translate(-50%, -50%);
  transform: var(--fui-table-remove-btn-transform);
  width: 9px;
  width: var(--fui-table-remove-btn-width);
}
.fui-group {
  border: 1px solid #d1d5db;
  border: var(--fui-group-border, 1px solid var(--fui-border-color));
  border-radius: 0.25rem;
  border-radius: var(--fui-group-border-radius, var(--fui-border-radius));
  padding: 1rem;
  padding: var(--fui-group-padding);
}
.fui-rich-text {
  position: relative;
}
.fui-rich-text-toolbar {
  align-items: center;
  border-bottom: 1px solid rgba(49, 49, 93, 0.15);
  border-radius: 3px 3px 0 0;
  box-shadow: 0 2px 3px 0 rgba(49, 49, 93, 0.075);
  display: flex;
  flex-wrap: wrap;
  left: 0;
  padding: 4px 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.fui-rich-text-content {
  min-height: 10rem;
  padding-top: 50px;
}
.fui-rich-text-content p {
  margin: 0 0 1rem;
}
.fui-rich-text-button {
  align-items: center;
  background: transparent;
  border-radius: 3px;
  color: #1c2e36;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  margin: 0 2px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  width: 32px;
}
.fui-rich-text-button.fui-rich-text-selected,
.fui-rich-text-button:hover {
  background-color: #edf3fa;
}
.fui-rich-text-content ol,
.fui-rich-text-content ul {
  list-style-type: revert;
  margin: revert;
  padding: revert;
}
.fui-rich-text-content .h1,
.fui-rich-text-content .h2,
.fui-rich-text-content .h3,
.fui-rich-text-content .h4,
.fui-rich-text-content .h5,
.fui-rich-text-content .h6,
.fui-rich-text-content h1,
.fui-rich-text-content h2,
.fui-rich-text-content h3,
.fui-rich-text-content h4,
.fui-rich-text-content h5,
.fui-rich-text-content h6 {
  font-size: revert;
  font-weight: revert;
}
.fui-rich-text-content .h1,
.fui-rich-text-content .h2,
.fui-rich-text-content .h3,
.fui-rich-text-content .h4,
.fui-rich-text-content .h5,
.fui-rich-text-content .h6,
.fui-rich-text-content blockquote,
.fui-rich-text-content dd,
.fui-rich-text-content dl,
.fui-rich-text-content figure,
.fui-rich-text-content h1,
.fui-rich-text-content h2,
.fui-rich-text-content h3,
.fui-rich-text-content h4,
.fui-rich-text-content h5,
.fui-rich-text-content h6,
.fui-rich-text-content hr,
.fui-rich-text-content pre {
  margin: revert;
}
.fui-rich-text-content a {
  color: revert;
  -webkit-text-decoration: revert;
  text-decoration: revert;
}
.fui-rich-text-content hr {
  border-style: inset;
  border-width: 1px;
  height: revert;
  overflow: revert;
}
.fui-rich-text-content blockquote {
  border-left: 0.25em solid #dfe2e5;
  color: #6a737d;
  margin: 0 0 1rem;
  padding: 0 1em;
}
.fui-rich-text-content pre {
  background: #f4f5f7;
  border-radius: 4px;
  padding: 1rem;
}
.fui-rich-text-content[data-placeholder]:empty:before {
  content: attr(data-placeholder);
}
.fui-summary-blocks {
  border: 1px solid #d1d5db;
  border: var(--fui-summary-border, 1px solid var(--fui-border-color));
  border-radius: 0.25rem;
  border-radius: var(--fui-summary-border-radius, var(--fui-border-radius));
  padding: 1rem;
  padding: var(--fui-summary-padding);
  position: relative;
}
.fui-summary-block {
  margin-bottom: 1rem;
}
.fui-summary-block:last-child {
  margin-bottom: 0;
}
.fui-type-signature .fui-input-wrapper {
  position: relative;
}
.fui-type-signature .fui-input-wrapper canvas {
  background: #f9fafb;
  background: var(--fui-signature-bg);
  border: 1px solid #d1d5db;
  border: var(--fui-signature-border, 1px solid var(--fui-border-color));
  border-radius: 0.25rem;
  border-radius: var(--fui-signature-border-radius, var(--fui-border-radius));
  height: 8rem;
  height: var(--fui-signature-height);
  width: 100%;
  width: var(--fui-signature-width);
}
.fui-type-signature .fui-input-wrapper .fui-signature-clear-btn {
  border: 1px solid #d1d5db;
  border: var(
    --fui-signature-remove-btn-border,
    1px solid var(--fui-border-color)
  );
  border-radius: 50%;
  border-radius: var(--fui-signature-remove-btn-border-radius);
  height: 0;
  height: var(--fui-signature-remove-btn-height);
  padding: 13px;
  padding: var(--fui-signature-remove-btn-padding);
  position: absolute;
  right: -14px;
  right: var(--fui-signature-remove-btn-right);
  text-indent: -9999px;
  text-indent: var(--fui-signature-remove-btn-text-indent);
  top: 0;
  top: var(--fui-signature-remove-btn-top);
  transform: translateY(-50%);
  transform: var(--fui-signature-remove-btn-transform);
  width: 0;
  width: var(--fui-signature-remove-btn-width);
}
.fui-type-signature .fui-input-wrapper .fui-signature-clear-btn:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='far' data-icon='times' class='svg-inline--fa fa-times fa-w-10' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");
  background-image: var(--fui-signature-remove-btn-icon-bg-image);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  height: var(--fui-signature-remove-btn-icon-height);
  left: 50%;
  left: var(--fui-signature-remove-btn-icon-left);
  position: absolute;
  top: 50%;
  top: var(--fui-signature-remove-btn-icon-top);
  transform: translate(-50%, -50%);
  transform: var(--fui-signature-remove-btn-icon-transform);
  width: 9px;
  width: var(--fui-signature-remove-btn-icon-width);
}
.fui-modal {
  align-items: center;
  bottom: 0;
  display: flex;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.1s linear, visibility 0.1s linear 0s;
  visibility: hidden;
  will-change: opacity;
  z-index: 10000;
}
.fui-modal.is-open {
  opacity: 1;
  transition: opacity 0.1s linear, visibility 0s linear;
  visibility: visible;
}
.fui-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
}
.fui-modal-content {
  background: #fff;
  border-radius: 4px;
  height: 90%;
  margin: auto;
  max-height: 40rem;
  max-width: 50rem;
  padding: 1rem;
  position: relative;
  width: 90%;
  z-index: 1;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #1f1f1f;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f6f6f6;
  --bs-gray-200: #f2f2f2;
  --bs-gray-300: #cacaca;
  --bs-gray-400: #bbb;
  --bs-gray-500: #555;
  --bs-gray-600: #1f1f1f;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #192346;
  --bs-secondary: #917d51;
  --bs-success: #917d51;
  --bs-info: #17a1e6;
  --bs-warning: #df8a13;
  --bs-danger: #dc3545;
  --bs-light: hsla(0, 0%, 100%, 0.6);
  --bs-dark: #cacaca;
  --bs-primary-rgb: 25, 35, 70;
  --bs-secondary-rgb: 145, 125, 81;
  --bs-success-rgb: 145, 125, 81;
  --bs-info-rgb: 23, 161, 230;
  --bs-warning-rgb: 223, 138, 19;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 202, 202, 202;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: Neue Haas, Helvetica Neue, Helvetica, Arial, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: normal;
  --bs-body-line-height: 1.5;
  --bs-body-color: #fff;
  --bs-body-bg: #fff;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  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);
  margin: 0;
  text-align: var(--bs-body-text-align);
}
hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: primary;
  text-decoration: underline;
}
a:hover {
  color: #151e3b;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  direction: ltr;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
code {
  word-wrap: break-word;
  color: #d63384;
  font-size: 0.875em;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.875em;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 1em;
  font-weight: 600;
  padding: 0;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
caption {
  color: #1f1f1f;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  cursor: pointer;
  display: list-item;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  color: #1f1f1f;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: -1rem;
}
.blockquote-footer:before {
  content: "— ";
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.figure-caption {
  color: #1f1f1f;
  font-size: 0.875em;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 1rem);
  padding-right: var(--bs-gutter-x, 1rem);
  width: 100%;
}
@media (min-width: 577px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 600px;
  }
}
@media (min-width: 993px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 820px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1090px;
  }
}
@media (min-width: 1540px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1380px;
  }
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 4rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 4rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 5rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 5rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 6rem;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 6rem;
}
@media (min-width: 577px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 6rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 993px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1540px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 6rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #fff;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #fff;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #fff;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  border-color: #cacaca;
  color: #fff;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}
.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: 0.5rem;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #d1d3da;
  --bs-table-striped-bg: #c7c8cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcbec4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1c3ca;
  --bs-table-hover-color: #000;
  border-color: #bcbec4;
  color: #000;
}
.table-secondary,
.table-success {
  --bs-table-bg: #e9e5dc;
  --bs-table-striped-bg: #dddad1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d2cec6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d8d4cc;
  --bs-table-hover-color: #000;
  border-color: #d2cec6;
  color: #000;
}
.table-info {
  --bs-table-bg: #d1ecfa;
  --bs-table-striped-bg: #c7e0ee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd4e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1dae7;
  --bs-table-hover-color: #000;
  border-color: #bcd4e1;
  color: #000;
}
.table-warning {
  --bs-table-bg: #f9e8d0;
  --bs-table-striped-bg: #eddcc6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e0d1bb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e6d7c0;
  --bs-table-hover-color: #000;
  border-color: #e0d1bb;
  color: #000;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  border-color: #dfc2c4;
  color: #000;
}
.table-light {
  --bs-table-bg: hsla(0, 0%, 100%, 0.6);
  --bs-table-striped-bg: hsla(0, 0%, 89%, 0.62);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: hsla(0, 0%, 80%, 0.64);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: hsla(0, 0%, 84%, 0.63);
  --bs-table-hover-color: #000;
  border-color: hsla(0, 0%, 80%, 0.64);
  color: #000;
}
.table-dark {
  --bs-table-bg: #cacaca;
  --bs-table-striped-bg: silver;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b6b6b6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bbb;
  --bs-table-hover-color: #000;
  border-color: #b6b6b6;
  color: #000;
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
@media (max-width: 576.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 768.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 992.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1539.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
  font-size: 1.25rem;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
  font-size: 0.875rem;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-text {
  color: #1f1f1f;
  font-size: 0.875em;
  margin-top: 0.25rem;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 0.25rem;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  background-color: #fff;
  border-color: #8c91a3;
  box-shadow: 0 0 0 0.25rem rgba(25, 35, 70, 0.25);
  color: #fff;
  outline: 0;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #1f1f1f;
  opacity: 1;
}
.form-control::placeholder {
  color: #1f1f1f;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f2f2f2;
  opacity: 1;
}
.form-control::file-selector-button {
  -webkit-margin-end: 0.75rem;
  background-color: #f2f2f2;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #fff;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e6e6e6;
}
.form-control::-webkit-file-upload-button {
  -webkit-margin-end: 0.75rem;
  background-color: #f2f2f2;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #fff;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e6e6e6;
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #fff;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  -webkit-margin-end: 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  height: auto;
  padding: 0.375rem;
  width: 3rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
  height: 1.5em;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
  height: 1.5em;
}
.form-select {
  -moz-padding-start: calc(0.75rem - 3px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%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");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #bbb;
  border-radius: 0.25rem;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #8c91a3;
  box-shadow: 0 0 0 0.25rem rgba(25, 35, 70, 0.25);
  outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: 0.75rem;
}
.form-select:disabled {
  background-color: #f2f2f2;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
.form-select-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.form-select-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.5rem;
  padding-left: 1.5em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  -webkit-print-color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color-adjust: exact;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  width: 1em;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #8c91a3;
  box-shadow: 0 0 0 0.25rem rgba(25, 35, 70, 0.25);
  outline: 0;
}
.form-check-input:checked {
  background-color: #192346;
  border-color: #192346;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #192346;
  background-image: url("data:image/svg+xml;charset=utf-8,%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");
  border-color: #192346;
}
.form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position 0.15s ease-in-out;
  width: 2em;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%238c91a3'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  filter: none;
  opacity: 0.65;
  pointer-events: none;
}
.form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.5rem;
  padding: 0;
  width: 100%;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(25, 35, 70, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(25, 35, 70, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #192346;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #babdc8;
}
.form-range::-webkit-slider-runnable-track {
  background-color: #cacaca;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #192346;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #babdc8;
}
.form-range::-moz-range-track {
  background-color: #cacaca;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #555;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #555;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  border: 1px solid transparent;
  height: 100%;
  left: 0;
  padding: 1rem 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-select {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  align-items: center;
  background-color: #f2f2f2;
  border: 1px solid #bbb;
  border-radius: 0.25rem;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.valid-feedback {
  color: #917d51;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(145, 125, 81, 0.9);
  border-radius: 0.25rem;
  color: #000;
  display: none;
  font-size: 0.875rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23917d51' 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-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #917d51;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #917d51;
  box-shadow: 0 0 0 0.25rem rgba(145, 125, 81, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #917d51;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%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"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23917d51' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 4.125rem;
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #917d51;
  box-shadow: 0 0 0 0.25rem rgba(145, 125, 81, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #917d51;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #917d51;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(145, 125, 81, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #917d51;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%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"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 4.125rem;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #fff;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 35, 70, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  opacity: 0.65;
  pointer-events: none;
}
.btn-primary {
  background-color: #192346;
  border-color: #192346;
  color: #fff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #151e3c;
  border-color: #141c38;
  color: #fff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 68, 98, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: #141c38;
  border-color: #131a35;
  color: #fff;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 68, 98, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #192346;
  border-color: #192346;
  color: #fff;
}
.btn-secondary {
  background-color: #917d51;
  border-color: #917d51;
  color: #000;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #a2916b;
  border-color: #9c8a62;
  color: #000;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(123, 106, 69, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #a79774;
  border-color: #9c8a62;
  color: #000;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(123, 106, 69, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-success {
  background-color: #917d51;
  border-color: #917d51;
  color: #000;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
  background-color: #a2916b;
  border-color: #9c8a62;
  color: #000;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(123, 106, 69, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  background-color: #a79774;
  border-color: #9c8a62;
  color: #000;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(123, 106, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #917d51;
  border-color: #917d51;
  color: #000;
}
.btn-info {
  background-color: #17a1e6;
  border-color: #17a1e6;
  color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
  background-color: #3aafea;
  border-color: #2eaae9;
  color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 137, 196, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: #45b4eb;
  border-color: #2eaae9;
  color: #000;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 137, 196, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a1e6;
  border-color: #17a1e6;
  color: #000;
}
.btn-warning {
  background-color: #df8a13;
  border-color: #df8a13;
  color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #e49c36;
  border-color: #e2962b;
  color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 117, 16, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e5a142;
  border-color: #e2962b;
  color: #000;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 117, 16, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #df8a13;
  border-color: #df8a13;
  color: #000;
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #bb2d3b;
  border-color: #b02a37;
  color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  background-color: #b02a37;
  border-color: #a52834;
  color: #fff;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-light {
  background-color: hsla(0, 0%, 100%, 0.6);
  border-color: hsla(0, 0%, 100%, 0.6);
  color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
  background-color: hsla(0, 0%, 100%, 0.66);
  border-color: hsla(0, 0%, 100%, 0.64);
  color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 71%, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  background-color: hsla(0, 0%, 100%, 0.68);
  border-color: hsla(0, 0%, 100%, 0.64);
  color: #000;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 71%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: hsla(0, 0%, 100%, 0.6);
  border-color: hsla(0, 0%, 100%, 0.6);
  color: #000;
}
.btn-dark {
  background-color: #cacaca;
  border-color: #cacaca;
  color: #000;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #d2d2d2;
  border-color: #cfcfcf;
  color: #000;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 67%, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
  color: #000;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 67%, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #cacaca;
  border-color: #cacaca;
  color: #000;
}
.btn-outline-primary {
  border-color: #192346;
  color: #192346;
}
.btn-outline-primary:hover {
  background-color: #192346;
  border-color: #192346;
  color: #fff;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 35, 70, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background-color: #192346;
  border-color: #192346;
  color: #fff;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 35, 70, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #192346;
}
.btn-outline-secondary {
  border-color: #917d51;
  color: #917d51;
}
.btn-outline-secondary:hover {
  background-color: #917d51;
  border-color: #917d51;
  color: #000;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(145, 125, 81, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  background-color: #917d51;
  border-color: #917d51;
  color: #000;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(145, 125, 81, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #917d51;
}
.btn-outline-success {
  border-color: #917d51;
  color: #917d51;
}
.btn-outline-success:hover {
  background-color: #917d51;
  border-color: #917d51;
  color: #000;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(145, 125, 81, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  background-color: #917d51;
  border-color: #917d51;
  color: #000;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(145, 125, 81, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #917d51;
}
.btn-outline-info {
  border-color: #17a1e6;
  color: #17a1e6;
}
.btn-outline-info:hover {
  background-color: #17a1e6;
  border-color: #17a1e6;
  color: #000;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 161, 230, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  background-color: #17a1e6;
  border-color: #17a1e6;
  color: #000;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 161, 230, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #17a1e6;
}
.btn-outline-warning {
  border-color: #df8a13;
  color: #df8a13;
}
.btn-outline-warning:hover {
  background-color: #df8a13;
  border-color: #df8a13;
  color: #000;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(223, 138, 19, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  background-color: #df8a13;
  border-color: #df8a13;
  color: #000;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(223, 138, 19, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #df8a13;
}
.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}
.btn-outline-light {
  border-color: hsla(0, 0%, 100%, 0.6);
  color: hsla(0, 0%, 100%, 0.6);
}
.btn-outline-light:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
  border-color: hsla(0, 0%, 100%, 0.6);
  color: #000;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  background-color: hsla(0, 0%, 100%, 0.6);
  border-color: hsla(0, 0%, 100%, 0.6);
  color: #000;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.6);
}
.btn-outline-dark {
  border-color: #cacaca;
  color: #cacaca;
}
.btn-outline-dark:hover {
  background-color: #cacaca;
  border-color: #cacaca;
  color: #000;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 79%, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  background-color: #cacaca;
  border-color: #cacaca;
  color: #000;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 79%, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #cacaca;
}
.btn-link {
  color: primary;
  font-weight: 400;
  text-decoration: underline;
}
.btn-link:hover {
  color: #151e3b;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #1f1f1f;
}
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  height: auto;
  transition: width 0.35s ease;
  width: 0;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
  top: 100%;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}
@media (min-width: 577px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 993px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1540px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}
.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}
.dropend .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-toggle:after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}
.dropstart .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1rem;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f2f2f2;
  color: #1e2125;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #192346;
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #555;
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  color: #1f1f1f;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.dropdown-item-text {
  color: #212529;
  display: block;
  padding: 0.25rem 1rem;
}
.dropdown-menu-dark {
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
  color: #cacaca;
}
.dropdown-menu-dark .dropdown-item {
  color: #cacaca;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  background-color: #192346;
  color: #fff;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #555;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #cacaca;
}
.dropdown-menu-dark .dropdown-header {
  color: #555;
}
.btn-group,
.btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  flex: 1 1 auto;
  position: relative;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  color: primary;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #151e3b;
}
.nav-link.disabled {
  color: #1f1f1f;
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  border-bottom: 1px solid #cacaca;
}
.nav-tabs .nav-link {
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-bottom: -1px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #f2f2f2 #f2f2f2 #cacaca;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #1f1f1f;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #cacaca #cacaca #fff;
  color: #495057;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #192346;
  color: #fff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
}
.navbar-brand {
  font-size: 1.25rem;
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem;
  outline: 0;
  text-decoration: none;
}
.navbar-toggler-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 577px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler,
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000;
  }
  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler,
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000;
  }
  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 993px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler,
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000;
  }
  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler,
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000;
  }
  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 1540px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler,
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000;
  }
  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  bottom: 0;
  flex-grow: 1;
  position: inherit;
  transform: none;
  transition: none;
  visibility: visible !important;
  z-index: 1000;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  border-bottom: 0;
  border-top: 0;
  height: auto;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  overflow-y: visible;
  padding: 0;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group {
  border-bottom: inherit;
  border-top: inherit;
}
.card > .list-group:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.5rem 1rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.5rem;
}
.card-header-pills,
.card-header-tabs {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.card-img-overlay {
  border-radius: calc(0.25rem - 1px);
  bottom: 0;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 1rem;
}
@media (min-width: 577px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: left;
  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;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  background-color: #e8e9ed;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  color: #17203f;
}
.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2317203f'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 1.25rem;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
  width: 1.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  border-color: #8c91a3;
  box-shadow: 0 0 0 0.25rem rgba(25, 35, 70, 0.25);
  outline: 0;
  z-index: 3;
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #1f1f1f;
  content: var(--bs-breadcrumb-divider, "../../index.html");
  float: left;
  padding-right: 0.5rem;
}
.breadcrumb-item.active {
  color: #1f1f1f;
}
.pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: #fff;
  border: 1px solid #cacaca;
  color: primary;
  display: block;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  border-color: #cacaca;
  z-index: 2;
}
.page-link:focus,
.page-link:hover {
  background-color: #f2f2f2;
  color: #151e3b;
}
.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 35, 70, 0.25);
  outline: 0;
  z-index: 3;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  background-color: #192346;
  border-color: #192346;
  color: #fff;
  z-index: 3;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #cacaca;
  color: #1f1f1f;
  pointer-events: none;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.badge {
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  padding: 0.35em 0.65em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 600;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  padding: 1.25rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.alert-primary {
  background-color: #d1d3da;
  border-color: #babdc8;
  color: #0f152a;
}
.alert-primary .alert-link {
  color: #0c1122;
}
.alert-secondary {
  background-color: #e9e5dc;
  border-color: #ded8cb;
  color: #574b31;
}
.alert-secondary .alert-link {
  color: #463c27;
}
.alert-success {
  background-color: #e9e5dc;
  border-color: #ded8cb;
  color: #574b31;
}
.alert-success .alert-link {
  color: #463c27;
}
.alert-info {
  background-color: #d1ecfa;
  border-color: #b9e3f8;
  color: #0e618a;
}
.alert-info .alert-link {
  color: #0b4e6e;
}
.alert-warning {
  background-color: #f9e8d0;
  border-color: #f5dcb8;
  color: #86530b;
}
.alert-warning .alert-link {
  color: #6b4209;
}
.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  background-color: hsla(0, 0%, 100%, 0.92);
  border-color: hsla(0, 0%, 100%, 0.88);
  color: rgba(57, 57, 57, 0.84);
}
.alert-light .alert-link {
  color: rgba(42, 42, 42, 0.872);
}
.alert-dark {
  background-color: #f4f4f4;
  border-color: #efefef;
  color: #515151;
}
.alert-dark .alert-link {
  color: #414141;
}
.list-group {
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}
.list-group-numbered > li:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f6f6f6;
  color: #495057;
  text-decoration: none;
  z-index: 1;
}
.list-group-item-action:active {
  background-color: #f2f2f2;
  color: #fff;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #212529;
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
  text-decoration: none;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #1f1f1f;
  pointer-events: none;
}
.list-group-item.active {
  background-color: #192346;
  border-color: #192346;
  color: #fff;
  z-index: 2;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
  border-top-width: 1px;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}
@media (min-width: 577px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 769px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 993px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 1540px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  background-color: #d1d3da;
  color: #0f152a;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #bcbec4;
  color: #0f152a;
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #0f152a;
  border-color: #0f152a;
  color: #fff;
}
.list-group-item-secondary {
  background-color: #e9e5dc;
  color: #574b31;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #d2cec6;
  color: #574b31;
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #574b31;
  border-color: #574b31;
  color: #fff;
}
.list-group-item-success {
  background-color: #e9e5dc;
  color: #574b31;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #d2cec6;
  color: #574b31;
}
.list-group-item-success.list-group-item-action.active {
  background-color: #574b31;
  border-color: #574b31;
  color: #fff;
}
.list-group-item-info {
  background-color: #d1ecfa;
  color: #0e618a;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #bcd4e1;
  color: #0e618a;
}
.list-group-item-info.list-group-item-action.active {
  background-color: #0e618a;
  border-color: #0e618a;
  color: #fff;
}
.list-group-item-warning {
  background-color: #f9e8d0;
  color: #86530b;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #e0d1bb;
  color: #86530b;
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #86530b;
  border-color: #86530b;
  color: #fff;
}
.list-group-item-danger {
  background-color: #f8d7da;
  color: #842029;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #dfc2c4;
  color: #842029;
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #842029;
  border-color: #842029;
  color: #fff;
}
.list-group-item-light {
  background-color: hsla(0, 0%, 100%, 0.92);
  color: rgba(57, 57, 57, 0.84);
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: hsla(0, 0%, 89%, 0.928);
  color: rgba(57, 57, 57, 0.84);
}
.list-group-item-light.list-group-item-action.active {
  background-color: rgba(57, 57, 57, 0.84);
  border-color: rgba(57, 57, 57, 0.84);
  color: #fff;
}
.list-group-item-dark {
  background-color: #f4f4f4;
  color: #515151;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #dcdcdc;
  color: #515151;
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #515151;
  border-color: #515151;
  color: #fff;
}
.btn-close {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%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")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  box-sizing: content-box;
  color: #000;
  height: 1em;
  opacity: 0.5;
  padding: 0.25em;
  width: 1em;
}
.btn-close:hover {
  color: #000;
  opacity: 0.75;
  text-decoration: none;
}
.btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 35, 70, 0.25);
  opacity: 1;
  outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  max-width: 100%;
  pointer-events: auto;
  width: 350px;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  max-width: 100%;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.toast-container > :not(:last-child) {
  margin-bottom: 1rem;
}
.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  color: #1f1f1f;
  display: flex;
  padding: 0.5rem 0.75rem;
}
.toast-header .btn-close {
  margin-left: 0.75rem;
  margin-right: -0.375rem;
}
.toast-body {
  word-wrap: break-word;
  padding: 0.75rem;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1055;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1050;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  align-items: center;
  border-bottom: 1px solid #cacaca;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 1rem;
}
.modal-header .btn-close {
  margin: -0.5rem -0.5rem -0.5rem auto;
  padding: 0.5rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.modal-footer {
  align-items: center;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-top: 1px solid #cacaca;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.75rem;
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 577px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 993px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw;
}
.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 576.98px) {
  .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 768.98px) {
  .modal-fullscreen-md-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 992.98px) {
  .modal-fullscreen-lg-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1539.98px) {
  .modal-fullscreen-xxl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.popover {
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: block;
  font-family: Neue Haas, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
}
.popover .popover-arrow {
  display: block;
  height: 0.5rem;
  position: absolute;
  width: 1rem;
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0;
  bottom: 0;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
  border-top-color: #fff;
  border-width: 0.5rem 0.5rem 0;
  bottom: 1px;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  height: 1rem;
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 1px;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem;
  top: 0;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem;
  top: 1px;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f0f0f0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -0.5rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  height: 1rem;
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
  border-left-color: #fff;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 1px;
}
.popover-header {
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  color: #fff;
  padding: 1rem;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: -0.125em;
  width: 2rem;
}
.spinner-border-sm {
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  vertical-align: -0.125em;
  width: 2rem;
}
.spinner-grow-sm {
  height: 1rem;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  background-clip: padding-box;
  background-color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  transition: transform 0.3s ease-in-out;
  z-index: 1045;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.offcanvas-header .btn-close {
  margin-bottom: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  padding: 0.5rem;
}
.offcanvas-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1rem;
}
.offcanvas-start {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 400px;
}
.offcanvas-end {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 400px;
}
.offcanvas-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  top: 0;
  transform: translateY(-100%);
}
.offcanvas-bottom,
.offcanvas-top {
  height: 30vh;
  left: 0;
  max-height: 100%;
  right: 0;
}
.offcanvas-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.placeholder {
  background-color: currentColor;
  cursor: wait;
  display: inline-block;
  min-height: 1em;
  opacity: 0.5;
  vertical-align: middle;
}
.placeholder.btn:before {
  content: "";
  display: inline-block;
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
  -webkit-mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
}
@-webkit-keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.link-primary {
  color: #192346;
}
.link-primary:focus,
.link-primary:hover {
  color: #141c38;
}
.link-secondary {
  color: #917d51;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #a79774;
}
.link-success {
  color: #917d51;
}
.link-success:focus,
.link-success:hover {
  color: #a79774;
}
.link-info {
  color: #17a1e6;
}
.link-info:focus,
.link-info:hover {
  color: #45b4eb;
}
.link-warning {
  color: #df8a13;
}
.link-warning:focus,
.link-warning:hover {
  color: #e5a142;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: hsla(0, 0%, 100%, 0.6);
}
.link-light:focus,
.link-light:hover {
  color: hsla(0, 0%, 100%, 0.68);
}
.link-dark {
  color: #cacaca;
}
.link-dark:focus,
.link-dark:hover {
  color: #d5d5d5;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 577px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 769px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 993px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1540px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  align-items: center;
  flex-direction: row;
}
.hstack,
.vstack {
  align-self: stretch;
  display: flex;
}
.vstack {
  flex: 1 1 auto;
  flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  align-self: stretch;
  background-color: currentColor;
  display: inline-block;
  min-height: 1em;
  opacity: 0.25;
  width: 1px;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #cacaca !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #cacaca !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #cacaca !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #cacaca !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #cacaca !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #192346 !important;
}
.border-secondary,
.border-success {
  border-color: #917d51 !important;
}
.border-info {
  border-color: #17a1e6 !important;
}
.border-warning {
  border-color: #df8a13 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: hsla(0, 0%, 100%, 0.6) !important;
}
.border-dark {
  border-color: #cacaca !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.gap-6 {
  gap: 4rem !important;
}
.gap-7 {
  gap: 5rem !important;
}
.gap-8 {
  gap: 6rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-6 {
  margin: 4rem !important;
}
.m-7 {
  margin: 5rem !important;
}
.m-8 {
  margin: 6rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-7 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-8 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.my-6 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}
.my-7 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}
.my-8 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-6 {
  margin-top: 4rem !important;
}
.mt-7 {
  margin-top: 5rem !important;
}
.mt-8 {
  margin-top: 6rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-6 {
  margin-right: 4rem !important;
}
.me-7 {
  margin-right: 5rem !important;
}
.me-8 {
  margin-right: 6rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-6 {
  margin-bottom: 4rem !important;
}
.mb-7 {
  margin-bottom: 5rem !important;
}
.mb-8 {
  margin-bottom: 6rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-6 {
  margin-left: 4rem !important;
}
.ms-7 {
  margin-left: 5rem !important;
}
.ms-8 {
  margin-left: 6rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  /*padding: 1rem !important;*/
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.p-6 {
  padding: 4rem !important;
}
.p-7 {
  padding: 5rem !important;
}
.p-8 {
  padding: 6rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-8 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.py-6 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}
.py-7 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}
.py-8 {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pt-6 {
  padding-top: 4rem !important;
}
.pt-7 {
  padding-top: 5rem !important;
}
.pt-8 {
  padding-top: 6rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pe-6 {
  padding-right: 4rem !important;
}
.pe-7 {
  padding-right: 5rem !important;
}
.pe-8 {
  padding-right: 6rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pb-6 {
  padding-bottom: 4rem !important;
}
.pb-7 {
  padding-bottom: 5rem !important;
}
.pb-8 {
  padding-bottom: 6rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.ps-6 {
  padding-left: 4rem !important;
}
.ps-7 {
  padding-left: 5rem !important;
}
.ps-8 {
  padding-left: 6rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 400 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #1f1f1f !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
    background: linear-gradient(to bottom, #e5a892, #e7b333, #63bbaf);
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)  
  ) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 577px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 4rem !important;
  }
  .gap-sm-7 {
    gap: 5rem !important;
  }
  .gap-sm-8 {
    gap: 6rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-sm-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-sm-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mt-sm-8 {
    margin-top: 6rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4rem !important;
  }
  .me-sm-7 {
    margin-right: 5rem !important;
  }
  .me-sm-8 {
    margin-right: 6rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4rem !important;
  }
  .ms-sm-7 {
    margin-left: 5rem !important;
  }
  .ms-sm-8 {
    margin-left: 6rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .p-sm-8 {
    padding: 6rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-sm-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-sm-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-sm-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pt-sm-8 {
    padding-top: 6rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4rem !important;
  }
  .pe-sm-7 {
    padding-right: 5rem !important;
  }
  .pe-sm-8 {
    padding-right: 6rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4rem !important;
  }
  .ps-sm-7 {
    padding-left: 5rem !important;
  }
  .ps-sm-8 {
    padding-left: 6rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 4rem !important;
  }
  .gap-md-7 {
    gap: 5rem !important;
  }
  .gap-md-8 {
    gap: 6rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-md-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-md-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mt-md-8 {
    margin-top: 6rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4rem !important;
  }
  .me-md-7 {
    margin-right: 5rem !important;
  }
  .me-md-8 {
    margin-right: 6rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4rem !important;
  }
  .ms-md-7 {
    margin-left: 5rem !important;
  }
  .ms-md-8 {
    margin-left: 6rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-md-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-md-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-md-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pt-md-8 {
    padding-top: 6rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4rem !important;
  }
  .pe-md-7 {
    padding-right: 5rem !important;
  }
  .pe-md-8 {
    padding-right: 6rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4rem !important;
  }
  .ps-md-7 {
    padding-left: 5rem !important;
  }
  .ps-md-8 {
    padding-left: 6rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 993px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 4rem !important;
  }
  .gap-lg-7 {
    gap: 5rem !important;
  }
  .gap-lg-8 {
    gap: 6rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-lg-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-lg-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mt-lg-8 {
    margin-top: 6rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4rem !important;
  }
  .me-lg-7 {
    margin-right: 5rem !important;
  }
  .me-lg-8 {
    margin-right: 6rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4rem !important;
  }
  .ms-lg-7 {
    margin-left: 5rem !important;
  }
  .ms-lg-8 {
    margin-left: 6rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-lg-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-lg-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-lg-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4rem !important;
  }
  .pe-lg-7 {
    padding-right: 5rem !important;
  }
  .pe-lg-8 {
    padding-right: 6rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4rem !important;
  }
  .ps-lg-7 {
    padding-left: 5rem !important;
  }
  .ps-lg-8 {
    padding-left: 6rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 4rem !important;
  }
  .gap-xl-7 {
    gap: 5rem !important;
  }
  .gap-xl-8 {
    gap: 6rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xl-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-xl-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xl-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mt-xl-8 {
    margin-top: 6rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 4rem !important;
  }
  .me-xl-7 {
    margin-right: 5rem !important;
  }
  .me-xl-8 {
    margin-right: 6rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 4rem !important;
  }
  .ms-xl-7 {
    margin-left: 5rem !important;
  }
  .ms-xl-8 {
    margin-left: 6rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xl-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xl-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-xl-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-xl-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pt-xl-8 {
    padding-top: 6rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 4rem !important;
  }
  .pe-xl-7 {
    padding-right: 5rem !important;
  }
  .pe-xl-8 {
    padding-right: 6rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 4rem !important;
  }
  .ps-xl-7 {
    padding-left: 5rem !important;
  }
  .ps-xl-8 {
    padding-left: 6rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1540px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 4rem !important;
  }
  .gap-xxl-7 {
    gap: 5rem !important;
  }
  .gap-xxl-8 {
    gap: 6rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .m-xxl-7 {
    margin: 5rem !important;
  }
  .m-xxl-8 {
    margin: 6rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xxl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xxl-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxl-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-xxl-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xxl-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4rem !important;
  }
  .mt-xxl-7 {
    margin-top: 5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 6rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 4rem !important;
  }
  .me-xxl-7 {
    margin-right: 5rem !important;
  }
  .me-xxl-8 {
    margin-right: 6rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4rem !important;
  }
  .ms-xxl-7 {
    margin-left: 5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 6rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .p-xxl-7 {
    padding: 5rem !important;
  }
  .p-xxl-8 {
    padding: 6rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xxl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xxl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xxl-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xxl-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-xxl-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-xxl-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4rem !important;
  }
  .pt-xxl-7 {
    padding-top: 5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 6rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4rem !important;
  }
  .pe-xxl-7 {
    padding-right: 5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 6rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 6rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4rem !important;
  }
  .ps-xxl-7 {
    padding-left: 5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 6rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.seitenbild {
  -webkit-animation: scaleIn 1s;
  animation: scaleIn 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-clip-path: inset(100% 50% 0 50% round 20px round 0);
  clip-path: inset(100% 50% 0 50% round 20px round 0);
}
@-webkit-keyframes scaleIn {
  to {
    -webkit-clip-path: inset(0 0 0 0 round 0);
    clip-path: inset(0 0 0 0 round 0);
  }
  0% {
    -webkit-clip-path: inset(100% 50% 0 50% round 0);
    clip-path: inset(100% 50% 0 50% round 0);
  }
}
@keyframes scaleIn {
  to {
    -webkit-clip-path: inset(0 0 0 0 round 0);
    clip-path: inset(0 0 0 0 round 0);
  }
  0% {
    -webkit-clip-path: inset(100% 50% 0 50% round 0);
    clip-path: inset(100% 50% 0 50% round 0);
  }
}
body:not(.preview) .animation-planned {
  opacity: 0;
  transform: translateX(-1.5rem);
}
body:not(.preview) .animation-load {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease, transform 0.3s ease;
}
body:not(.preview) .animation-scroll {
  -webkit-animation: animate-scroll 0.5s ease-in-out;
  animation: animate-scroll 0.5s ease-in-out;
}
body:not(.preview) .animation-fadein {
  -webkit-animation: animate-fadein 0.5s ease-in-out;
  animation: animate-fadein 0.5s ease-in-out;
}
body:not(.preview) .animation-scroll.left-in {
  -webkit-animation: animate-left-in 0.5s ease-in-out;
  animation: animate-left-in 0.5s ease-in-out;
}
body:not(.preview) .animation-scroll.right-in {
  -webkit-animation: animate-right-in 0.5s ease-in-out;
  animation: animate-right-in 0.5s ease-in-out;
}
.fade-in-left,
.fade-in-right,
.fade-in-up {
  opacity: 0;
  transition: opacity 1s ease, transform 0.3s ease;
}
.fade-in-left.entered,
.fade-in-right.entered,
.fade-in-up.entered {
  opacity: 1;
}
.fade-in-up {
  transform: translateY(1.5rem);
}
.fade-in-up.entered {
  transform: translateY(0);
}
.fade-in-left {
  transform: translateX(1.5rem);
}
.fade-in-left.entered {
  transform: translateX(0);
}
.fade-in-right {
  transform: translateX(-1.5rem);
}
.fade-in-right.entered {
  transform: translateX(0);
}
@-webkit-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes highlight {
  0% {
    background-color: #25315c;
  }
  to {
    background-color: rgba(37, 49, 92, 0);
  }
}
@keyframes highlight {
  0% {
    background-color: #25315c;
  }
  to {
    background-color: rgba(37, 49, 92, 0);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.08, 1.08, 1.08);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.08, 1.08, 1.08);
  }
  to {
    transform: scaleX(1);
  }
}
.u-pulse {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes animate-scroll {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animate-scroll {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes animate-left-in {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes animate-left-in {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes animate-right-in {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes animate-right-in {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes animate-load {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animate-load {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animate-fadein {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  60% {
    opacity: 1;
    transform: translateX(2%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  60% {
    opacity: 1;
    transform: translateX(2%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes push-in-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  60% {
    opacity: 1;
    transform: translateX(-6%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes push-in-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  60% {
    opacity: 1;
    transform: translateX(-6%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(32%);
  }
  to {
    opacity: 0;
    transform: translateX(30%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(32%);
  }
  to {
    opacity: 0;
    transform: translateX(30%);
  }
}
@-webkit-keyframes badgeScroll {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(70px);
  }
}
@keyframes badgeScroll {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(70px);
  }
}
@-webkit-keyframes badgeHide {
  to {
    opacity: 0;
  }
}
@keyframes badgeHide {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  40%,
  60%,
  to {
    transform: translateY(0);
  }
  90% {
    transform: translateY(30px);
  }
}
@keyframes bounce {
  0%,
  40%,
  60%,
  to {
    transform: translateY(0);
  }
  90% {
    transform: translateY(30px);
  }
}
@font-face {
  font-display: swap;
  font-family: Neue Haas;
  font-style: normal;
  font-weight: 400;
  src: local("Neue Haas"), local("NeueHaas-Roman"),
    url(../fonts/NeueHaas-Roman.woff2) format("woff2"),
    url(../fonts/NeueHaas-Roman.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Neue Haas;
  font-style: normal;
  font-weight: 500;
  src: local("Neue Haas"), local("NeueHaas-Medium"),
    url(../fonts/NeueHaas-Medium.woff2) format("woff2"),
    url(../fonts/NeueHaas-Medium.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Neue Haas;
  font-style: normal;
  font-weight: 700;
  src: local("Neue Haas"), local("NeueHaas-Bold"),
    url(../fonts/NeueHaas-Bold.woff2) format("woff2"),
    url(../fonts/NeueHaas-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: SangBleu Empire;
  font-style: normal;
  font-weight: 500;
  src: local("SangBleu Empire"), local("NeueHaas-Roman"),
    url(../fonts/SangBleuEmpire-Medium-WebS.woff2) format("woff2"),
    url(../fonts/SangBleuEmpire-Medium-WebS.woff) format("woff");
}
.btn,
.formular .fui-btn {
  align-content: center;
  align-items: center;
  -webkit-appearance: none;
  background-color: #917d51;
  border: 0;
  border-radius: 20em;
  color: #fff;
  display: inline-flex;
  font-family: Neue Haas, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 1.25rem 2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus,
.btn:hover,
.formular .fui-btn:focus,
.formular .fui-btn:hover {
  background-color: #fff;
}
.btn:focus a,
.btn:hover a,
.formular .fui-btn:focus a,
.formular .fui-btn:hover a {
  color: #000;
}
.btn a,
.formular .fui-btn a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-secondary,
.formular .fui-btn-secondary {
  background-color: #917d51;
}
.btn-secondary a,
.formular .fui-btn-secondary a {
  color: #fff;
}
.btn-secondary:focus,
.btn-secondary:hover,
.formular .fui-btn-secondary:focus,
.formular .fui-btn-secondary:hover {
  background-color: #fff;
}
.btn-secondary:focus a,
.btn-secondary:hover a,
.formular .fui-btn-secondary:focus a,
.formular .fui-btn-secondary:hover a {
  color: #000;
}
.btn.fui-submit,
.formular .fui-btn.fui-submit {
  background-color: #917d51;
  color: #fff;
}
.btn.fui-submit:focus,
.btn.fui-submit:hover,
.formular .fui-btn.fui-submit:focus,
.formular .fui-btn.fui-submit:hover {
  background-color: #fff;
  color: #917d51;
}
a {
  -webkit-tap-highlight-color: transparent;
  border-color: #917d51;
  color: #917d51;
  cursor: inherit;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a:focus,
a:hover {
  box-shadow: none;
  color: #fff;
  outline: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: Neue Haas;
}
.h1,
h1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 5.6rem;
  }
}
.h2,
h2 {
  font-family: SangBleu Empire;
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2.5rem;
  }
}
.h3,
h3 {
  font-family: Neue Haas;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 2.4rem;
    margin-bottom: 1.875rem;
  }
}
.h4,
h4 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.375rem;
  }
}
.h5,
h5 {
  font-size: 1.125rem;
}
.h6,
h6 {
  color: #000;
  font-weight: 600;
   font-size:20px;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
html body.js-cursor {
  cursor: none;
}
section {
  padding: 3.5rem 0;
}
@media (min-width: 1200px) {
  section {
    padding: 4.5rem 0;
  }
}
@media (min-width: 1540px) {
  section {
    padding: 5.75rem 0;
  }
}
section.main {
  padding: 0;
}
section .content-padding {
  padding: 2rem 0;
}
@media (min-width: 1200px) {
  section .content-padding {
    padding: 4rem 0;
  }
}
section > .content-padding {
  padding-top: 0;
}
section .content-padding.block-ueberschrift,
section .contentPadding:last-of-type {
  padding-bottom: 0;
}
.fade-leave {
  opacity: 1;
}
.fade-leave-active {
  transition: opacity 0.3s linear;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.fade-enter-active {
  transition: opacity 0.3s linear;
}
.fade-enter-to {
  opacity: 1;
}
.cursor {
  left: 0;
  line-height: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 3000;
}
.cursor__ball {
  opacity: 0.7;
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.cursor__ball circle {
  fill: #917d51;
}
.cursor__ball--big {
  transform: scale(0.5);
}
.cursor__ball--big.enlarged {
  transform: scale(1);
}
.cursor__ball--small {
  mix-blend-mode: difference;
}
.main-nav,
.main__navigation--submenu {
  display: none;
}
.main-navigation__list {
  display: none;
  overflow: hidden;
}
.mobile-navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-navigation__list--item--level1 {
  position: relative;
  width: 100%;
}
.mobile-navigation__list--item--level1 .link--icon {
  cursor: none;
  height: 34px;
  position: absolute;
  right: 0;
  top: 26px;
  width: 34px;
}
.mobile-navigation__list--item--level1.collapse {
  position: relative;
}
.mobile-navigation__list--link {
  color: hsla(0, 0%, 100%, 0.6);
  display: block;
  font-family: SangBleu Empire;
  font-size: 2.25rem;
  font-weight: 400;
  padding-top: 0.5rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-navigation__list--link:active,
.mobile-navigation__list--link:focus,
.mobile-navigation__list--link:hover {
  color: #fff;
  text-decoration: none;
}
.mobile-navigation__list--link.link--level1 {
  border-bottom: 1px solid #917d51;
}
.mobile-navigation__list--ul {
  height: 100vh;
  overflow-y: auto;
  width: 100% !important;
}
.mobile-navigation__list--item--level1 .collapse:not(.show) {
  display: none;
}
.mobile-navigation__list--item--level1.active
  > .mobile-navigation__list--level2,
.mobile-navigation__list--item--level1.open > .mobile-navigation__list--level2 {
  max-height: 800px;
}
.mobile-navigation__list--level2 {
  background: transparent;
  display: block;
  left: 0;
  list-style: none;
  margin: 1rem 0 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.mobile-navigation__list--level2 .mobile-navigation__list--item--level2 {
  position: relative;
}
.mobile-navigation__list--level2 .mobile-navigation__list--link.link--level2 {
  border: none;
  color: hsla(0, 0%, 100%, 0.6);
  font-family: Neue Haas, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.25rem 0;
  text-transform: none;
  width: 100%;
}
.mobile-navigation__list--level2
  .mobile-navigation__list--link.link--level2.active {
  color: #917d51;
  font-weight: 600;
}
.mobile-navigation__list--level2
  .mobile-navigation__list--link.link--level2:active,
.mobile-navigation__list--level2
  .mobile-navigation__list--link.link--level2:focus,
.mobile-navigation__list--level2
  .mobile-navigation__list--link.link--level2:hover {
  color: #fff;
  text-decoration: none;
}
.mobile-navigation__list--item--level2.active
  > .mobile-navigation__list--level3,
.mobile-navigation__list--item--level2.open > .mobile-navigation__list--level3 {
  max-height: 800px;
}
.mobile-navigation__list--level3 {
  background: transparent;
  display: block;
  left: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.mobile-navigation__list--level3 .navigation__item--level3 {
  white-space: nowrap;
}
.mobile-navigation__list--level3 .navigation__item--level3:active,
.mobile-navigation__list--level3 .navigation__item--level3:focus,
.mobile-navigation__list--level3 .navigation__item--level3:hover {
  color: #fff;
  text-decoration: none;
}
.mobile-navigation__list--level3 .mobile-navigation__list--link.link--level3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem;
  width: 100%;
}
.mobile-navigation__list--level3
  .mobile-navigation__list--link.link--level3.active {
  color: #fff;
  font-weight: 600;
}
.mobile-navigation__list--level3
  .mobile-navigation__list--link.link--level3:active,
.mobile-navigation__list--level3
  .mobile-navigation__list--link.link--level3:focus,
.mobile-navigation__list--level3
  .mobile-navigation__list--link.link--level3:hover {
  color: #fff;
  text-decoration: none;
}
.button__open--level {
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 400;
  height: 2rem;
  margin: auto;
  position: absolute;
  right: 0.5rem;
  text-align: center;
  top: 0.3rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 2rem;
}
@media (min-width: 769px) {
  .button__open--level {
    display: none;
  }
}
.button__open--level:before {
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.button__open--level.active:before {
  display: block;
  transform: rotate(-180deg);
  transition: all 0.25s ease;
}
@media (min-width: 769px) {
  .button__open--level-2 {
    top: 0.5rem;
  }
}
.button__open--level-3 {
  height: 1.6rem;
  top: -0.2rem;
  width: 1.6rem;
}
.navigation__trigger {
  background-color: transparent;
  cursor: pointer;
  height: 80px;
  margin: 0;
  padding: 1.6rem 1.2rem;
  position: absolute;
  right: 0.8rem;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 80px;
}
.navigation__trigger .navigation__trigger--wrapper {
  height: 100%;
  position: relative;
}
.mobile-navigation.open .navigation__trigger {
  background-color: #fff;
}
.navigation__trigger span {
  background-color: #f2f2f2;
  border-radius: 0;
  height: 2px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation__trigger span:first-child {
  margin-top: 0;
  top: 0;
}
.navigation__trigger span:last-child {
  bottom: 0;
  margin-top: 0;
  right: 30%;
}
body:not(.detail):not(.partner):not(.news):not(.projekte)
  header:not(.scrolled)
  .navigation__trigger:not(.open)
  span {
  background-color: #fff;
}
.mobile-navigation .mobile-navigation__list {
  align-items: flex-start;
  background-color: #dc3545;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 0;
  padding: 130px 1.4rem 100px;
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 769px) {
  .mobile-navigation .mobile-navigation__list {
    padding: 7rem;
  }
}
.mobile-navigation.active .mobile-navigation__list,
.mobile-navigation.open .mobile-navigation__list {
  transform: translateX(0);
}
.mobile-navigation.open .navigation__trigger span {
  background-color: #000;
  display: none;
  top: 50%;
}
.mobile-navigation.open .navigation__trigger span:first-child {
  display: block;
  transform: rotate(-45deg);
}
.mobile-navigation.open .navigation__trigger span:last-child {
  display: block;
  right: 0;
  transform: rotate(45deg);
}
.contact-search-mobile {
  position: absolute;
  top: 20px;
}
.contact-footer-mobile {
  bottom: 10px;
  padding: 30px 0;
  position: absolute;
  width: 100%;
}
a.contact-footer-mobile--link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding-right: 30px;
}
#search-icon-mobile {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 35px;
  padding: 5px 15px;
  position: relative;
  top: 10px;
}
.navbar {
  background-color: transparent;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
  font-size: 0.875rem;
  font-weight: 600;
  left: 0;
  line-height: 0.875rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2000;
}
@media (min-width: 993px) {
  .navbar {
    padding-top: 1rem;
  }
}
.navbar > .container {
  align-items: center;
  justify-content: center;
}
.navbar__logo {
  border: 0;
  border-color: transparent;
  border-radius: 50%;
  color: #fff;
  height: 80px;
  margin: 0.5rem;
  padding: 0;
}
@media (min-width: 1200px) {
  .navbar__logo {
    height: 100px;
  }
}
.navbar__logo img {
  border-radius: 50%;
  height: 80px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 80px;
}
@media (min-width: 1200px) {
  .navbar__logo img {
    height: 100px;
    width: 100px;
  }
}
.navbar__logo img:focus,
.navbar__logo img:hover {
  transform: scale(0.85);
}
.mainmenu {
  align-items: center;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 0;
  z-index: 2000;
}
@media (min-width: 769px) {
  .mainmenu {
    bottom: 0;
    height: 100vh;
    left: 0;
    right: auto;
    top: 0;
    width: 100px;
  }
  .mainmenu:before {
    top: 0;
  }
  .mainmenu:after,
  .mainmenu:before {
    background-color: #917d51;
    content: "";
    height: calc(50vh - 30px);
    left: 50px;
    position: absolute;
    width: 1px;
    z-index: 1;
  }
  .mainmenu:after {
    bottom: 0;
  }
  .mainmenu:focus {
    box-shadow: none;
    outline: none;
  }
}
.mainmenu__wrapper {
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 60px;
  z-index: 10;
}
.mainmenu__wrapper a {
  display: block;
}
.mainmenu__wrapper:focus,
.mainmenu__wrapper:hover {
  outline: none;
}
.mainmenu__wrapper:focus .mainmenu__burger,
.mainmenu__wrapper:hover .mainmenu__burger {
  transform: scale(1.1);
}
.mainmenu__wrapper:focus .mainmenu__burger--line:first-child,
.mainmenu__wrapper:hover .mainmenu__burger--line:first-child {
  left: 30%;
  right: 20%;
}
.mainmenu__wrapper:focus .mainmenu__burger--line:last-child,
.mainmenu__wrapper:hover .mainmenu__burger--line:last-child {
  left: 20%;
  right: 20%;
}
.mainmenu__burger {
  background-color: #000; 
  border: 1px solid #917d51;
  border-radius: 30px;
  height: 50px;
  outline: none;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 50px;
}
.mainmenu__burger:focus {
  box-shadow: none;
  outline: none;
}
@media (min-width: 769px) {
  .mainmenu__burger {
    height: 60px;
    width: 60px;
  }
}
.mainmenu__burger--line {
  background-color: #fff;
  height: 1px;
  left: 20%;
  position: absolute;
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mainmenu__burger--line:first-child {
  right: 25%;
  top: 20px;
}
@media (min-width: 769px) {
  .mainmenu__burger--line:first-child {
    right: 20%;
    top: 24px;
  }
}
.mainmenu__burger--line:last-child {
  bottom: 20px;
  right: 35%;
}
@media (min-width: 769px) {
  .mainmenu__burger--line:last-child {
    bottom: 24px;
    right: 30%;
  }
}
body.menu-open header .mainmenu {
  margin-right: 0;
}
body.menu-open header .mainmenu__burger--line:first-child {
  top: 50%;
  transform: rotate(45deg);
}
body.menu-open header .mainmenu__burger--line:first-child:focus,
body.menu-open header .mainmenu__burger--line:first-child:hover {
  right: 30%;
}
body.menu-open header .mainmenu__burger--line:last-child {
  bottom: 48%;
  right: 25%;
  transform: rotate(-45deg);
}
body.menu-open
  header
  .mainmenu__wrapper:hover
  .mainmenu__burger--line:first-child,
body.menu-open
  header
  .mainmenu__wrapper:hover
  .mainmenu__burger--line:last-child {
  left: 30%;
  right: 30%;
}
@media (min-width: 769px) {
  .mobile-nav {
    display: none;
  }
  .main-nav {
    display: block;
    position: relative;
    top: calc(50% - 164px);
  }
  .subnavigation {
    position: relative;
    top: calc(50% - 165px);
  }
  .main-navigation__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0 0 0 12vw;
    padding-left: 0;
  }
  .main-navigation__list--item--level1 {
    margin-top: 1rem;
    width: 100%;
  }
  .main-navigation__list--link.link--level1 {
    border: none;
    color: hsla(0, 0%, 100%, 0.6);
    cursor: none;
    font-family: SangBleu Empire;
    font-size: 2.75rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .main-navigation__list--link.link--level1:focus,
  .main-navigation__list--link.link--level1:hover {
    color: #fff;
  }
  .main-navigation__list .link--icon {
    display: none;
  }
  .main-navigation {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    height: 100px;
    margin-top: 0;
    position: fixed;
    top: 0;
    transition: top 0.4s, padding 0.25s,
      background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    width: 100%;
    z-index: 400;
  }
  .main-navigation.hide {
    top: -100px;
  }
  .main-navigation.scrolled {
    background-color: #fff;
  }
  .main-navigation.navigation-sticky {
    background-color: #fff;
    height: 80px;
    position: fixed;
  }
  .main-navigation__wrapper {
    align-items: center;
    display: flex;
    margin: 0 2rem;
    text-align: left;
  }
  .main-navigation__wrapper .main-navigation__list--item--level1:hover,
  .main-navigation__wrapper
    .main-navigation__list--item--level1:hover
    > .main-navigation__list--level2 {
    outline: none;
  }
  .main-navigation__wrapper .main-navigation__list--sidepanel {
    background: transparent no-repeat 50%;
    background-color: #121a33;
    background-size: cover;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    left: 50%;
    opacity: 0;
    padding: 60px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100px;
    transition: opacity 0.3s ease 0.5s;
  }
  .main-navigation__wrapper .main-navigation__list--sidepanel.is-open {
    opacity: 1;
  }
  .main-navigation__wrapper
    .main-navigation__list--sidepanel
    .main-navigation__list--level3 {
    margin-top: 200px;
  }
  .main-navigation__wrapper .main-navigation__list--level3 {
    background-color: #816f48;
    background-size: cover;
    bottom: 0;
    display: none;
    flex-direction: column;
    left: 0;
    margin: 0 40px;
    padding: 105px 0 0 4rem;
    position: absolute;
    right: 0;
    top: 100px;
    transform: translateX(50vw);
    width: 50%;
  }
  .main-navigation__wrapper .navigation__trigger {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-nav {
    top: calc(50% - 184px);
  }
  .subnavigation {
    top: calc(50% - 185px);
  }
  .main-navigation__list--link.link--level1 {
    font-size: 3.2rem;
  }
  .main-navigation__wrapper {
    margin: 0 3rem;
  }
}
.subnavigation .main-navigation__list--level2 {
  list-style: none;
}
.subnavigation .main-navigation__list--link.link--level2 {
  color: hsla(0, 0%, 100%, 0.6);
  display: block;
  font-family: Neue Haas;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
@media (min-width: 769px) {
  .subnavigation .main-navigation__list--link.link--level2 {
    font-size: 1.375rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1540px) {
  .subnavigation .main-navigation__list--link.link--level2 {
    font-size: 1.5rem;
  }
}
.subnavigation .main-navigation__list--link.link--level2:focus,
.subnavigation .main-navigation__list--link.link--level2:hover {
  color: #fff;
}
.navbar__languageselector {
  padding: 0.5rem 0;
  position: absolute;
  right: 2rem;
  top: 40px;
  z-index: 2001;
}
@media (min-width: 1200px) {
  .navbar__languageselector {
    top: 56px;
  }
}
.navbar__languageselector--list {
  display: flex;
  list-style: none;
  margin-bottom: 4px;
  padding: 0;
}
.navbar__languageselector--list:after {
  background-color: #917d51;
  bottom: 6px;
  content: "";
  height: 2px;
  left: 8px;
  position: absolute;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 20px;
}
.navbar__languageselector--item {
  padding: 0 0.5rem;
}
.navbar__languageselector--item a {
  color: #fff;
  padding: 0;
  text-decoration: none;
  text-shadow: 0 0 20px rgba(25, 35, 70, 0.3);
}
.navbar__languageselector--item.active a,
.navbar__languageselector--item a:hover {
  color: #917d51;
}
.navbar__languageselector--list.active-de:after {
  transform: translateX(0);
}
.navbar__languageselector--list.active-en:after {
  transform: translateX(37px);
}
.offcanvas {
  background-color: #151e3b;
  cursor: none;
  visibility: hidden;
  width: 100%;
  z-index: 1990;
}
.offcanvas__wrapper {
  display: table;
  height: var(--realHeight);
  vertical-align: middle;
  width: 100%;
}
.offcanvas__content {
  display: table-cell;
}
.offcanvas__content--left {
     background-color: #168388; 
  height: 100vh;
  padding-top: 18vh;
}
@media (min-width: 769px) {
  .offcanvas__content--left {
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }
}  
.offcanvas__content--right {
 background-color: #066165;
  height: 100vh;
  padding-top: 20vh;
}
@media (min-width: 769px) {
  .offcanvas__content--right {
    display: flex;
    justify-content: flex-start;
    padding-top: 0;
  }
}
.offcanvas__content--right .dropdown-menu {
  background-clip: padding-box;
  color: #fff;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  text-align: left;
  z-index: 1000;
}
.offcanvas__content--sidebar {
  align-items: center;
  background-color: #121a32;
  height: 100vh;
  justify-content: center;
  position: absolute;
  right: 0;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  top: 0;
  transform: rotate(180deg);
  width: 80px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.offcanvas__content--sidebar li {
  letter-spacing: 1px;
  line-height: inherit;
  margin: 1rem 0;
}
.offcanvas .navbar__logo {
  left: calc(50% - 5px);
  position: absolute;
  top: 0.5rem;
  transform: translate(-50%);
}
.offcanvas__footer {
  background-color: #192346;
  bottom: 0;
  height: 100px;
  left: 0;
  padding-top: 1rem;
  position: absolute;
}
@media (min-width: 769px) {
  .offcanvas__footer {
    display: none;
  }
}
.offcanvas__footer--seknav--list {
  list-style: none;
}
.offcanvas__footer--seknav--item {
  line-height: 1.8;
}
.offcanvas__footer--seknav--link {
  color: hsla(0, 0%, 100%, 0.6);
  cursor: none;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
}
.offcanvas__footer--seknav--link:focus,
.offcanvas__footer--seknav--link:hover {
  color: #fff;
}
.offcanvas__close:focus svg,
.offcanvas__close:hover svg {
  stroke: #fff;
}
#main__nav {
  margin: 0;
  width: 100%;
}
@media (min-width: 769px) {
  #main__nav {
    margin: 0 0 0 12vw;
  }
}
#main__nav .main-navigation__list--item--level1 {
  margin-top: 1rem;
}
.footer {
  background-color: #168388;
  overflow: hidden;  
}
.footer .content-padding {
  padding: 2rem 0 1rem;
}
@media (min-width: 1200px) {
  .footer .content-padding {
    padding: 4rem 0 1rem;
  }
}
.footer__link--item {
  list-style: none;
}
.footer__link--link {
  color: hsla(0, 0%, 100%, 0.6);
  font-family: SangBleu Empire;
  font-size: 1.875rem;
  line-height: 1.8;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__link--link:focus,
.footer__link--link:hover {
  color: #fff;
}
@media (min-width: 769px) {
  .footer__link--link {
    font-size: 2rem;
    line-height: 1;
    margin-right: 3rem;
  }
  .footer__link--link:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1540px) {
  .footer__link--link {
    font-size: 2.25rem;
  }
}
.footer__bottom-link--list {
  margin: 0 0 1rem;
}
.footer__bottom-link--item {
  list-style: none;
}
.footer__bottom-link--link {
  color: hsla(0, 0%, 100%, 0.6);
  font-family: Neue Haas;
  font-size: 0.8rem;
  line-height: 2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__bottom-link--link:focus,
.footer__bottom-link--link:hover {
  color: #fff;
}
@media (min-width: 769px) {
  .footer__bottom-link--link {
    line-height: 1;
    margin-right: 3rem;
    text-align: left;
  }
}
.footer__copy,
.footer__copy a {
  align-items: center;
  color: hsla(0, 0%, 100%, 0.6);
  display: flex;
  font-size: 0.8rem;
  justify-content: flex-start;
  line-height: 3;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .footer__copy,
  .footer__copy a {
    font-size: 0.7rem;
    justify-content: flex-end;
    text-align: right;
  }
}
:root {
  --cc-bg: #192346;
  --cc-text: #fff;
  --cc-title-color: #917d51;
  --cc-btn-primary-bg: #917d51;
  --cc-btn-primary-text: #fff;
  --cc-btn-primary-hover-bg: #bbb;
  --cc-btn-secondary-bg: #917d51;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #bbb;
  --cc-toggle-bg-off: #917d51;
  --cc-toggle-bg-on: #192346;
  --cc-toggle-bg-readonly: #cacaca;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #fff;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f6f6f6;
  --cc-cookie-category-block-bg-hover: #cacaca;
  --cc-section-border: #f6f6f6;
  --cc-cookie-table-border: #cacaca;
  --cc-overlay-bg: rgba(4, 6, 8, 0.85);
  --cc-webkit-scrollbar-bg: #cacaca;
  --cc-webkit-scrollbar-bg-hover: #bbb;
}
.cc_div *,
.cc_div :after,
.cc_div :before,
.cc_div :hover {
  -webkit-animation: none;
  animation: none;
  background: none;
  border: none;
  border-radius: unset;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  height: auto;
  letter-spacing: unset;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  transition: none;
  vertical-align: baseline;
  visibility: unset;
}
.cc_div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2d4156;
  color: var(--cc-text);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 16px;
  font-weight: 400;
}
#c-ttl,
#s-bl td:before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
  font-weight: 600;
}
#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bl {
  border-radius: 0;
}
#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cc_div a,
.cc_div button,
.cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}
.cc_div a {
  border-bottom: 1px solid;
  border-color: #917d51;
  color: #917d51;
}
.cc_div a:hover {
  border-bottom: 1px solid;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}
#cm-ov,
#cs-ov,
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}
.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}
.c--anim #cm.bar.slide,
.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide #s-inr,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}
#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  opacity: 1;
  transform: translateX(100%);
}
#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  opacity: 1;
  transform: translateX(-100%);
}
#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}
#cm.top.slide {
  transform: translateY(-1.6em);
}
#cm.bar.slide {
  transform: translateY(100%);
}
#cm.bar.top.slide {
  transform: translateY(-100%);
}
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}
.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}
.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  opacity: 1 !important;
  visibility: visible !important;
}
#cm {
  background: #fff;
  background: var(--cc-bg);
  bottom: 1.25em;
  box-shadow: 0 0.625em 1.875em #000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  font-family: inherit;
  line-height: normal;
  max-width: 35em;
  opacity: 0;
  padding: 1.1em 1.5em 1.4em;
  position: fixed;
  right: 1.25em;
  transform: scale(0.95);
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
#cc_div #cm {
  display: block !important;
}
#c-ttl {
  color: var(--cc-title-color);
  font-size: 1.05em;
  margin-bottom: 0.7em;
}
.cloud #c-ttl {
  margin-top: -0.15em;
}
#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}
.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}
.cc_div .c-bn {
  background: #cacaca;
  border-radius: 1.5rem;
  color: #000;
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 0.82em;
  padding: 0.5rem 2rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#c-bns button + button,
#s-c-bn,
#s-cnt button + button {
  float: right;
  margin-left: 1em;
}
#s-cnt #s-rall-bn {
  float: none;
}
#cm .c_link:active,
#cm .c_link:hover,
#s-c-bn:active,
#s-c-bn:hover {
  background: #d8e0e6;
  background: #cacaca;
  color: #fff;
}
#c-bns .c-bn.c_link:active,
#c-bns .c-bn.c_link:hover,
#s-cnt button + button:active,
#s-cnt button + button:hover {
  background: var(--cc-btn-primary-hover-bg);
  color: var(--cc-btn-primary-text);
}
#s-cnt {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}
#s-bl {
  outline: none;
}
#s-bl .title {
  margin-top: 1.4em;
}
#s-bl .b-bn,
#s-bl .title:first-child {
  margin-top: 0;
}
#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}
#s-cnt .b-bn .b-tl {
  background: none;
  color: #192346;
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  padding: 1.3em 6.4em 1.3em 2.7em;
  position: relative;
  transition: background-color 0.25s ease;
  width: 100%;
}
#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}
#s-cnt .act .b-bn .b-tl {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}
#s-bl .b-bn {
  position: relative;
}
#s-bl .c-bl {
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  margin-bottom: 0.5em;
  padding: 1em;
  transition: background-color 0.25s ease;
}
#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}
#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}
#s-bl .c-bl:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}
#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}
#s-bl .c-bl.b-ex {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  border: none;
  padding: 0;
  transition: none;
}
#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}
#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}
#s-bl .b-acc {
  display: none;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}
#s-bl .act .b-acc {
  display: block;
  max-height: 100%;
  overflow: hidden;
}
#s-cnt .p {
  color: #192346;
  color: var(--cc-block-text);
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
}
.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}
#c-vln {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
#cs {
  bottom: 0;
  left: 0;
  padding: 0 1.7em;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
#cs,
#s-inr {
  height: 100%;
}
#s-inr {
  box-shadow: 0 13px 27px -5px rgba(3, 6, 9, 0.26);
  margin: 0 auto;
  max-width: 45em;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 4.75em;
  padding-top: 4.75em;
  position: relative;
  transform: scale(0.96);
  visibility: hidden;
}
#s-bns,
#s-hdr,
#s-inr {
  background: #fff;
  background: var(--cc-bg);
}
#s-bl {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  padding: 1.3em 1.8em;
  width: 100%;
}
#s-bns {
  border-color: var(--cc-section-border);
  border-top: 1px solid #f2f2f2;
  border-top-color: var(--cc-section-border);
  bottom: 0;
  height: 4.75em;
  left: 0;
  padding: 1em 1.8em;
  position: absolute;
  right: 0;
}
.cc_div .cc-link {
  border-bottom: 1px solid;
  border-color: #192346;
  color: #000;
  color: #192346;
  cursor: pointer;
  display: inline;
  font-weight: 600;
  padding-bottom: 0;
  text-decoration: none;
}
.cc_div .cc-link:active,
.cc_div .cc-link:hover {
  border-color: transparent;
}
#c-bns button:first-child,
#s-bns button:first-child {
  background: #253b48;
  background: var(--cc-btn-primary-bg);
  color: #fff;
  color: var(--cc-btn-primary-text);
}
#c-bns.swap button:first-child {
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  color: #40505a;
  color: var(--cc-btn-secondary-text);
}
#c-bns.swap button:last-child {
  background: #253b48;
  background: var(--cc-btn-primary-bg);
  color: #fff;
  color: var(--cc-btn-primary-text);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}
#c-bns button:active,
#c-bns button:hover {
  background: #917d51;
  color: #fff;
}
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover,
#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
  background: red;
  background: var(--cc-btn-primary-hover-bg);
  color: #fff;
}
#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}
#s-hdr {
  border-bottom: 1px solid #f1f3f5;
  border-bottom-color: var(--cc-section-border);
  border-left-color: var(--cc-section-border);
  border-right-color: var(--cc-section-border);
  border-top-color: var(--cc-section-border);
  display: table;
  height: 4.75em;
  padding: 0 1.8em;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#s-hdr,
#s-ttl {
  vertical-align: middle;
}
#s-ttl {
  color: var(--cc-title-color);
  display: table-cell;
  font-size: 1em;
}
#s-c-bn {
  font-size: 1.45em;
  font-weight: 400;
  height: 1.7em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1.7em;
}
#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}
.cc_div span.t-lb {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}
#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto;
}
#c-s-in {
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
    height: 100%;
    width: 0.9em;
  }
  #s-bl::-webkit-scrollbar-thumb {
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border: 0.25em solid var(--cc-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    height: 5px;
    width: 10px;
  }
}
.cc_div .b-tg {
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 0;
  right: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.cc_div .b-tg,
.cc_div .b-tg .c-tgl {
  cursor: pointer;
  position: absolute;
  top: 0;
}
.cc_div .b-tg .c-tgl {
  border: 0;
  display: block;
  left: 0;
  margin: 0;
}
.cc_div .b-tg .c-tg {
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  pointer-events: none;
  position: absolute;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div span.t-lb {
  border-radius: 4em;
  height: 1.5em;
  width: 3.4em;
}
.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}
.cc_div .b-tg .c-tg:after {
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  border: none;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  box-sizing: content-box;
  content: "";
  display: block;
  height: 1.25em;
  left: 0.125em;
  position: relative;
  top: 0.125em;
  transition: transform 0.25s ease;
  width: 1.25em;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}
#s-bl table,
#s-bl td,
#s-bl th {
  border: none;
}
#s-bl tbody tr {
  transition: background-color 0.25s ease;
}
#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}
#s-bl table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}
#s-bl td,
#s-bl th {
  font-size: 0.8em;
  padding: 0.8em 0.625em 0.8em 1.2em;
  text-align: left;
  vertical-align: top;
}
#s-bl th {
  font-family: inherit;
  padding: 1.2em;
}
#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-bottom-color: var(--cc-cookie-table-border);
  border-left-color: var(--cc-cookie-table-border);
  border-right-color: var(--cc-cookie-table-border);
  border-top-color: var(--cc-cookie-table-border);
}
.force--consent #cs,
.force--consent #s-cnt {
  width: 100vw;
}
#cm-ov,
#cs-ov {
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: none;
  visibility: hidden;
}
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov,
.show--settings #cs-ov {
  display: block;
}
#cs-ov {
  z-index: 2;
}
.force--consent .cc_div {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  transition: visibility 0.25s linear;
  visibility: hidden;
  width: 100%;
  width: 100vw;
}
.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}
.force--consent #cm {
  position: absolute;
}
.force--consent #cm.bar {
  max-width: 100vw;
  width: 100vw;
}
html.force--consent.show--consent {
  overflow-y: hidden !important;
}
html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}
.cc_div .act .b-bn .exp:before,
.cc_div .b-bn .exp:before {
  border-color: #2d4156;
  border-width: medium;
  border-bottom: 2px solid var(--cc-btn-secondary-text);
  border-left: 0 solid var(--cc-btn-secondary-text);
  border-right: 2px solid var(--cc-btn-secondary-text);
  border-top: 0 solid var(--cc-btn-secondary-text);
  content: "";
  display: inline-block;
  left: 1.2em;
  margin-right: 15px;
  padding: 0.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.cc_div .act .b-bn .b-tl:before {
  transform: translateY(-20%) rotate(225deg);
}
.cc_div .on-i:before {
  border-color: #fff;
  border-width: medium;
  border-bottom: 2px solid var(--cc-toggle-knob-icon-color);
  border-left: 0 solid var(--cc-toggle-knob-icon-color);
  border-right: 2px solid var(--cc-toggle-knob-icon-color);
  border-top: 0 solid var(--cc-toggle-knob-icon-color);
  display: inline-block;
  left: 0.75em;
  padding: 0.1em 0.1em 0.45em;
  top: 0.37em;
}
#s-c-bn:after,
#s-c-bn:before,
.cc_div .on-i:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  transform: rotate(45deg);
}
#s-c-bn:after,
#s-c-bn:before {
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  border-radius: 1em;
  height: 0.6em;
  left: 0.82em;
  top: 0.58em;
  width: 1.5px;
}
#s-c-bn:after {
  transform: rotate(-45deg);
}
.cc_div .off-i,
.cc_div .on-i {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  transition: opacity 0.15s ease;
  width: 50%;
}
.cc_div .on-i {
  left: 0;
  opacity: 0;
}
.cc_div .off-i:after,
.cc_div .off-i:before {
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  content: " ";
  display: block;
  height: 0.7em;
  margin: 0 auto;
  position: absolute;
  right: 0.8em;
  top: 0.42em;
  transform-origin: center;
  width: 0.09375em;
}
.cc_div .off-i:before {
  transform: rotate(45deg);
}
.cc_div .off-i:after {
  transform: rotate(-45deg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}
#cm.box.middle,
#cm.cloud.middle {
  bottom: auto;
  top: 50%;
  transform: translateY(-37%);
}
#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}
#cm.box.center,
#cm.cloud {
  left: 1em;
  margin: 0 auto;
  right: 1em;
}
#cm.cloud {
  max-width: 50em;
  overflow: hidden;
  padding: 1.3em 2em;
  text-align: center;
  width: unset;
}
.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}
.cc_div .cloud #c-inr-i {
  display: table-cell;
  padding-right: 2.4em;
  vertical-align: top;
  width: 70%;
}
.cc_div .cloud #c-txt {
  font-size: 0.85em;
}
.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle;
}
#cm.cloud .c-bn {
  margin: 0.625em 0 0;
  width: 100%;
}
#cm.cloud .c-bn:first-child {
  margin: 0;
}
#cm.cloud.left {
  margin-right: 1.25em;
}
#cm.cloud.right {
  margin-left: 1.25em;
}
#cm.bar {
  border-radius: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 2em;
  position: fixed;
  right: 0;
  width: 100%;
}
#cm.bar #c-inr {
  margin: 0 auto;
  max-width: 32em;
}
#cm.bar #c-bns {
  max-width: 33.75em;
}
#cm.bar #cs {
  padding: 0;
}
.cc_div .bar #c-s-in {
  height: 100%;
  max-height: 100%;
  top: 0;
  transform: none;
}
.cc_div .bar #s-bl,
.cc_div .bar #s-bns,
.cc_div .bar #s-hdr {
  padding-left: 1.6em;
  padding-right: 1.6em;
}
.cc_div .bar #cs {
  padding: 0;
}
.cc_div .bar #s-inr {
  border-radius: 0;
  margin: 0 0 0 auto;
  max-width: 32em;
}
.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}
.cc_div .bar #s-bl thead tr {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.cc_div .bar #s-bl tr {
  border-color: var(--cc-cookie-table-border);
  border-top: 1px solid #e3e7ed;
  border-top-color: var(--cc-cookie-table-border);
}
.cc_div .bar #s-bl td {
  border: none;
  padding-left: 35%;
  position: relative;
}
.cc_div .bar #s-bl td:before {
  color: #000;
  color: var(--cc-text);
  content: attr(data-column);
  left: 1em;
  overflow: hidden;
  padding-right: 0.625em;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cm.top {
  bottom: auto;
  top: 1.25em;
}
#cm.left {
  left: 1.25em;
  right: auto;
}
#cm.right {
  left: auto;
  right: 1.25em;
}
#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}
#cm.bar.top {
  top: 0;
}
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    bottom: 1em;
    display: block;
    left: 1em;
    margin: 0;
    max-width: 100%;
    padding: 1.4em !important;
    right: 1em;
    width: auto;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    max-width: 100vw;
    width: auto;
  }
  #cm.top {
    bottom: auto;
    top: 1em;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    height: 100%;
    max-height: 100%;
    top: 0;
    transform: none;
  }
  .cc_div .b-tg {
    right: 1.1em;
    transform: scale(1.1);
  }
  #s-inr {
    border-radius: 0;
    margin: 0;
    padding-bottom: 7.9em;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-bottom: 1.2em;
    padding-top: 1.2em;
  }
  #s-bl table,
  #s-bl tbody,
  #s-bl td,
  #s-bl th,
  #s-bl thead,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  #s-bl thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  #s-bl tr {
    border-color: var(--cc-cookie-table-border);
    border-top: 1px solid #e3e7ed;
    border-top-color: var(--cc-cookie-table-border);
  }
  #s-bl td {
    border: none;
    padding-left: 35%;
    position: relative;
  }
  #s-bl td:before {
    color: #000;
    color: var(--cc-text);
    content: attr(data-column);
    left: 1em;
    overflow: hidden;
    padding-right: 0.625em;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    margin-right: 0;
    width: 100%;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  #s-cnt #s-bl div.p {
    color: #192346;
  }
  #c-bns #s-rall-bn:active,
  #c-bns #s-rall-bn:hover {
    background-color: #555;
    color: #fff;
  }
  .cc_div #c-bns {
    flex-direction: column;
  }
  #c-bns button + button,
  #s-cnt button + button {
    float: unset;
    margin-left: 0;
    margin-top: 0.625em;
  }
  #cm.box,
  #cm.cloud {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.left,
  #cm.cloud.right {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    min-width: unset;
    width: auto;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}
.cc_div.ie .bar #c-vln {
  padding-top: 0;
}
.cc_div.ie #cs {
  margin-top: -5.625em;
  max-height: 37.5em;
  position: relative;
  top: 0;
}
.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}
.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}
.cc_div.ie #c-s-in {
  top: 0;
}
.cc_div.ie .b-tg {
  margin-bottom: 0.7em;
  padding-left: 1em;
}
.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}
.cc_div.ie #s-bl table {
  overflow: auto;
}
.cc_div.ie .b-tg .c-tg {
  display: none;
}
.cc_div.ie .b-tg .c-tgl {
  display: inline-block;
  height: auto;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
}
.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}
.cc_div.ie .bar #s-bl td:before {
  display: none;
}
.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}
.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}
.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}
.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}
div[data-service] .load-all-checkbox {
  display: none;
}
.partnermap .gm-map {
  height: 80vh;
}
.partnermap .gm-map .gm-style .gm-style-iw-c {
  background-color: #192346;
  border: 2px solid #917d51;
  border-radius: 0;
  padding: 0;
}
.partnermap .gm-map .gm-style .gm-style-iw-c .gm-ui-hover-effect > span {
  background-color: #917d51;
}
.partnermap .gm-map .gm-style .gm-style-iw-d {
  overflow: hidden !important;
  padding: 15px;
  position: relative;
}
img.map-info__image {
  width: 100%;
}
.map-info__content .map-info__title {
  color: #917d51;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.map-info__content .map-info__address {
  font-size: 90%;
  margin-bottom: 0.25rem;
}
.bild__wrapper {
  position: relative;
}
.bild__bild {
  width: 100%;
}
.calltoaction__titel {
  margin-bottom: 2rem;
}
.calltoaction__text {
  color: #fff;
  font-family: Neue Haas;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .calltoaction__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .calltoaction__text {
    font-size: 1.375rem;
    margin-top: 0;
  }
}
.calltoaction__button {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .calltoaction__button {
    margin-top: 4rem;
  }
}
.immobilien__item--imagewrapper {
  overflow: hidden;
  width: 100%;
}
.immobilien__item--image {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.immobilien__item--link {
  text-decoration: none;
}
.immobilien__item--link:focus .immobilien__item--image:not(.slider),
.immobilien__item--link:hover .immobilien__item--image:not(.slider) {
  transform: scale(1.03);
}
.immobilien__item--link:focus .immobilien__item--text,
.immobilien__item--link:hover .immobilien__item--text {
  color: #fff;
}
.immobilien__item--titel {
  color: #fff;
  font-family: Neue Haas;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0.5rem;
}
@media (min-width: 769px) {
  .immobilien__item--titel {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .immobilien__item--titel {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.immobilien__item--text {
  color: hsla(0, 0%, 100%, 0.6);
  font-family: Neue Haas;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .immobilien__item--text {
    margin-top: 0.5rem;
  }
}
.immobilien__item--text.capitals,
.immobilien__item--text .capitals {
  text-transform: uppercase;
}
.immobilien__item--subtitel {
  margin-top: 0.5rem;
}
@media (min-width: 769px) {
  .immobilien__item--subtitel {
    margin-top: 1.5rem;
  }
}
:root {
  --swiper-navigation-size: 44px;
  --swiper-navigation-color: #fff;
}
.immobilien__item--imagewrapper.gallery .swiper-button-next,
.immobilien__item--imagewrapper.gallery .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.immobilien__item--imagewrapper.gallery .swiper-button-next:hover,
.immobilien__item--imagewrapper.gallery .swiper-button-prev:hover {
  color: #151e3b;
  cursor: none;
}
.immobilien__item--imagewrapper.gallery
  .swiper-button-next.swiper-button-disabled,
.immobilien__item--imagewrapper.gallery
  .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.immobilien__item--imagewrapper.gallery .swiper-button-next:after,
.immobilien__item--imagewrapper.gallery .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
}
.immobilien__item--imagewrapper.gallery .swiper-button-prev {
  left: 10px;
  right: auto;
}
.immobilien__item--imagewrapper.gallery .swiper-button-prev:after {
  content: "prev";
}
.immobilien__item--imagewrapper.gallery .swiper-button-next {
  left: auto;
  right: 10px;
}
.immobilien__item--imagewrapper.gallery .swiper-button-next:after {
  content: "next";
}
.immobilien__item--imagewrapper.gallery .gallery-slider {
  height: auto;
  margin: 0 0 10px;
  width: 100%;
}
.immobilien__item--imagewrapper.gallery .gallery-slider .swiper-slide {
  height: auto;
  width: 100%;
}
.immobilien__item--imagewrapper.gallery .gallery-slider .swiper-slide img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.immobilien__item--imagewrapper.gallery .gallery-thumbs {
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.immobilien__item--imagewrapper.gallery .gallery-thumbs .swiper-slide {
  height: 120px;
  opacity: 0.3;
  overflow: hidden;
  text-align: center;
  width: 120px;
}
.immobilien__item--imagewrapper.gallery .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.immobilien__item--imagewrapper.gallery .gallery-thumbs .swiper-slide img {
  height: 100%;
  width: auto;
}
.inhaltalsliste__wrapper {
  margin-bottom: 1rem;
}
@media (min-width: 993px) {
  .inhaltalsliste__wrapper {
    margin-bottom: 2rem;
  }
}
.inhaltalsliste__titel {
  border: none;
  padding-top: 1rem;
}
@media (min-width: 993px) {
  .inhaltalsliste__titel {
    border-top: 1px solid #fff;
    padding-top: 1rem;
  }
}
.inhaltalsliste__titel .h3,
.inhaltalsliste__titel h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}
.inhaltalsliste__text {
  color: hsla(0, 0%, 100%, 0.6);
  font-family: Neue Haas;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2rem;
  padding-top: 0;
  text-align: left;
}
@media (min-width: 993px) {
  .inhaltalsliste__text {
    border-top: 1px solid #fff;
    margin-top: 0;
    padding-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .container-narrow {
    max-width: 720px;
  }
}
.bg-blau {
  background-color: #192346;
}
.bg-dunkelblau {
  background-color: #fff;
}
.bg-schwarzblau {
  background-color: #121a32;
}
.bg-grau {
  background-color: #bbb;
}
.bg-weiss {
  background-color: #fff;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.kontaktperson {
  color: #fff;
}
.kontaktperson__item {
  padding: 1rem 2rem 4rem 1rem;
}
@media (min-width: 769px) {
  .kontaktperson__item {
    padding: 0 2rem;
  }
}
.kontaktperson__titel {
  color: #fff;
  font-family: Neue Haas;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-transform: none;
}
@media (min-width: 769px) {
  .kontaktperson__titel {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .kontaktperson__titel {
    font-size: 2.5rem;
  }
}
.kontaktperson__item--bild {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .kontaktperson__item--bild {
    margin-top: 2rem;
  }
}
.kontaktperson__item--image {
  border-radius: 50%;
  max-width: 240px;
  width: 100%;
}
.kontaktperson__item--name {
  color: #fff;
  font-family: Neue Haas;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .kontaktperson__item--name {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .kontaktperson__item--name {
    margin-top: 0;
  }
}
@media (min-width: 1540px) {
  .kontaktperson__item--name {
    font-size: 1.375rem;
  }
}
.kontaktperson__item--job {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .kontaktperson__item--job {
    margin-bottom: 2rem;
  }
}
.kontaktperson__item--mail {
  font-size: 0.875rem;
}
@media (min-width: 993px) {
  .kontaktperson__item--mail {
    margin-bottom: 1rem;
  }
}
.kontaktperson__item--meta {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 0.875rem;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .kontaktperson__item--meta {
    margin-top: 4rem;
  }
}
.block-liste {
  padding: 0;
}
.block-liste ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-liste li {
  border-top: 1px solid #917d51;
  color: #fff;
  font-size: 1.125rem;
  padding: 1rem 0;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .block-liste li {
    font-size: 1.175rem;
    padding: 1rem 0;
  }
}
@media (min-width: 769px) {
  .block-liste li:last-of-type {
    border-bottom: 1px solid #917d51;
  }
}
.block-liste li:focus,
.block-liste li:hover {
  box-shadow: inset 73em 0 0 0 #151e3b;
}
.block-liste .liste__content--right li:last-of-type {
  border-bottom: 1px solid #917d51;
}
.news .container-news {
  max-width: 980px;
}
.news__item {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.6);
  border-top: 1px solid hsla(0, 0%, 100%, 0.6);
  height: 100%;
  padding: 0;
  transition: 0.3s;
}
.news__item:focus,
.news__item:hover {
  box-shadow: inset 30em 0 0 0 #121a32;
}
.news__item:focus .news__item--link,
.news__item:hover .news__item--link {
  transform: translateX(14px);
}
.news__item:focus .news__item--link:before,
.news__item:hover .news__item--link:before {
  opacity: 1;
}
.news__item a {
  text-decoration: none;
}
.news__item--content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 0;
}
@media (min-width: 1200px) {
  .news__item--content {
    padding: 3rem 0 2rem;
  }
}
.news__item--title {
  color: #fff;
  font-family: SangBleu Empire;
  font-size: 1.875rem;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .news__item--title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
.news__item--subtitle {
  color: hsla(0, 0%, 100%, 0.6);
  flex-grow: 1;
  font-family: Neue Haas;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .news__item--subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1540px) {
  .news__item--subtitle {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
}
.news__item--link {
  color: hsla(0, 0%, 100%, 0.6);
  display: block;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
@media (min-width: 1200px) {
  .news__item--link {
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}
.news__item--link:before {
  background-image: url(../images/tpl/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 0.8rem;
  left: -0.7rem;
  opacity: 0;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 1s;
  width: 0.4rem;
}
.block-recentnews .recent-news__content--right .news__item:focus,
.block-recentnews .recent-news__content--right .news__item:hover {
  box-shadow: inset 45em 0 0 0 #121a32;
}
.recent-news__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .recent-news__content {
    flex-direction: row;
  }
}
.recent-news__content--left {
  flex: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .recent-news__content--left {
    flex: 50%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .recent-news__content--left {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.recent-news__content--left .h3,
.recent-news__content--left h3 {
  text-transform: uppercase;
}
.recent-news__content--left--inner {
  margin-bottom: 2rem;
  padding: 0 2rem 0 0;
  position: relative;
  top: 0;
}
@media (min-width: 769px) {
  .recent-news__content--left--inner {
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 25vh;
  }
}
@media (min-width: 1200px) {
  .recent-news__content--left--inner {
    padding: 4rem;
    top: 40vh;
  }
}
.recent-news__content--left--inner .h3,
.recent-news__content--left--inner h3 {
  color: #fff;
  font-family: SangBleu Empire;
  font-size: calc(1.625rem + 2.5vw);
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .recent-news__content--left--inner .h3,
  .recent-news__content--left--inner h3 {
    margin-bottom: 2rem;
  }
}
.recent-news__content--right {
  flex: 100%;
}
@media (min-width: 769px) {
  .recent-news__content--right {
    flex: 50%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .recent-news__content--right {
    flex: 50%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .recent-news__content--right .news__item:focus,
  .recent-news__content--right .news__item:hover {
    box-shadow: inset 45em 0 0 0 #121a32;
  }
}
.partner .content-padding {
  padding-top: 0;
}
.partner__item--content {
  padding: 1rem 1rem 1rem 0;
}
@media (min-width: 769px) {
  .partner__item--content {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 1200px) {
  .partner__item--content {
    padding: 0 2rem 2rem 0;
  }
}
.partner__item--image {
  border: 0;
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.partner__item--image:focus,
.partner__item--image:hover {
  opacity: 1;
  transform: scale(1.04);
}
.seitenbild {
  padding: 0;
  position: relative;
}
.seitenbild__wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 3rem;
  padding-top: 6rem;
}
@media (min-width: 769px) {
  .seitenbild__wrapper {
    padding-bottom: 0;
    padding-top: 4rem;
  }
}
.seitenbild__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.seitenbild__placebo {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50vh;
  text-align: center;
}
@media (min-width: 769px) {
  .seitenbild__placebo {
    min-height: 70vh;
  }
}
.seitenbild__placebo .seitenbild__item {
  margin-top: 15vh;
}
.seitenbild__meta {
  text-align: center;
}
.seitenbild__meta a {
  color: inherit;
  text-decoration: none;
}
.seitenbild__item {
  color: #fff;
  display: block;
  font-family: SangBleu Empire;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
  text-shadow: 0 0 20px rgba(25, 35, 70, 0.3);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .seitenbild__item {
    font-size: calc(1.625rem + 2.5vw);
  }
}
.seitenbild__item:focus,
.seitenbild__item:hover {
  transform: scaleX(1.08);
}
.seitenbild__link {
  color: inherit;
  text-decoration: none;
}
.seitenbild__link:focus,
.seitenbild__link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}
.seitenbild__icon {
  bottom: 2rem;
  display: inline-block;
  left: 2rem;
  margin-bottom: 0.5rem;
  position: absolute;
  z-index: 1111;
}
.seitenbild__icon a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-width: 180px;
  text-decoration: none;
}
.seitenbild__icon svg {
  stroke: hsla(0, 0%, 100%, 0.6);
  transition: stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .seitenbild__icon {
    left: 8vw;
  }
}
.seitenbild__icon--text {
  color: hsla(0, 0%, 100%, 0.6);
  display: none;
  font-size: 0.6875rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .seitenbild__icon--text {
    display: inline-block;
  }
}
.seitenbild__icon.large {
  left: auto;
  position: relative;
  top: 1rem;
}
@media (min-width: 769px) {
  .seitenbild__icon.large {
    top: 2rem;
  }
}
.seitenbild__icon.large svg {
  stroke: #fff;
  transform: scale(0.7);
}
.seitenbild__icon.large .seitenbild__icon--text {
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.3;
  margin-right: 1rem;
  max-width: 200px;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .seitenbild__icon.large .seitenbild__icon--text {
    font-size: 0.75rem;
    max-width: 200px;
  }
}
.seitenbild__meta:hover .seitenbild__item {
  color: hsla(0, 0%, 100%, 0.6);
  transform: scaleX(1.03);
}
.seitenbild__meta:hover svg .arrow2 {
  stroke-dasharray: 75;
  stroke-dashoffset: 0;
  -webkit-animation: dash 0.5s ease-in both, lower 0.5s ease-in both;
  animation: dash 0.5s ease-in both, lower 0.5s ease-in both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.seitenbild__meta:hover svg .arrow1 {
  -webkit-animation: lower 0.5s ease-in both;
  animation: lower 0.5s ease-in both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.seitenbild__meta:hover .seitenbild__icon--text {
  color: #fff;
  transform: scaleX(1.05);
}
.seitenbild__meta:hover svg {
  stroke: #fff;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 22;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 22;
  }
}
@-webkit-keyframes lower {
  to {
    transform: translateY(5px);
  }
}
@keyframes lower {
  to {
    transform: translateY(5px);
  }
}
.teaser__titel {
  margin-bottom: 1.25rem;
}
@media (min-width: 769px) {
  .teaser__titel {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .teaser__titel {
    margin-bottom: 2rem;
  }
}
.teaser__bild {
  padding-bottom: 2rem;
}
@media (min-width: 993px) {
  .teaser__bild {
    padding: 0 4rem 2rem 0;
  }
}
@media (min-width: 1200px) {
  .teaser__bild {
    padding: 0 5rem 2rem 0;
  }
}
.teaser__text {
  color: #fff;
  font-family: Neue Haas;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .teaser__text {
    font-size: 1.25rem;
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .teaser__text {
    margin-top: 0;
  }
}
@media (min-width: 1540px) {
  .teaser__text {
    font-size: 1.375rem;
  }
}
.teaser__image {
  border-radius: 50%;
  max-width: 240px;
  width: 100%;
}
@media (min-width: 769px) {
  .teaser__image {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .teaser__image {
    margin-top: 0;
  }
}
.teaser__button {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .teaser__button {
    margin-top: 4rem;
  }
}
.redactor {
  color: hsla(0, 0%, 100%, 0.6);
  flex-grow: 1;
  font-family: Neue Haas;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .redactor {
    font-size: 1.25rem;
  }
}
@media (min-width: 1540px) {
  .redactor {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
}
.redactor [class^="block-"] {
  margin-bottom: 2rem;
}
.redactor [class^="block-"]:last-child {
  margin-bottom: 0;
}
.redactor .__paragraph {
  font-family: Neue Haas, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.redactor .__heading .h2,
.redactor .__heading h2 {
  font-size: var(--font-size-headline-s);
}
.redactor .__heading .h3,
.redactor .__heading h3 {
  font-size: var(--font-size-headline-xs);
}
.redactor .__heading .heading-anchor {
  display: none;
}
.redactor .__image {
  margin-bottom: 1.5rem;
}
.redactor .__image img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}
.redactor .__image figcaption {
  color: #555;
  font-size: 0.875em;
  padding-top: 0.25rem;
  text-align: center;
}
.redactor .__blockquote blockquote {
  border-left: 8px solid #917d51;
  font-family: Neue Haas, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-headline-s);
  font-weight: 800;
  line-height: 1.4;
  padding-left: 1.5rem;
}
.featured-projects {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 769px) {
  .featured-projects {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1.825rem;
    margin-top: 1.825rem;
  }
}
.featured-projects__slide--link {
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.featured-projects__slide--image {
  display: block;
  height: auto;
  width: 100%;
}
.featured-projects .swiper {
  overflow: visible;
  width: 100%;
}
.featured-projects .swiper-container {
  height: auto;
  padding: 50px 0 100px;
  position: relative;
}
.featured-projects .swiper-slide {
  align-items: center;
  background: transparent;
  display: flex;
  font-size: 18px;
  justify-content: center;
  margin: 0;
  opacity: 0.8;
  text-align: center;
  transition: all 0.3s ease;
}
.featured-projects .swiper-slide-active {
  opacity: 1;
  transform: scale(1.4);
  z-index: 2;
}
.featured-projects .swiper-button-next,
.featured-projects .swiper-button-prev {
  top: calc(50% - 27px);
}
.featured-projects .swiper-button-prev {
  left: 15px;
}
@media (min-width: 769px) {
  .featured-projects .swiper-button-prev {
    left: 10vw;
  }
}
@media (min-width: 993px) {
  .featured-projects .swiper-button-prev {
    left: 8vw;
  }
}
@media (min-width: 1540px) {
  .featured-projects .swiper-button-prev {
    left: 6vw;
  }
}
.featured-projects .swiper-button-next {
  right: 15px;
}
@media (min-width: 769px) {
  .featured-projects .swiper-button-next {
    right: 10vw;
  }
}
@media (min-width: 993px) {
  .featured-projects .swiper-button-next {
    right: 8vw;
  }
}
@media (min-width: 1540px) {
  .featured-projects .swiper-button-next {
    right: 6vw;
  }
}
.block-video .video__player--wrapper {
  margin: 1rem 0;
}
.block-video .container-narrow {
  max-width: 920px;
}
.formular__content--left {
  margin-bottom: 2rem;
  padding: 0 2rem 0 0;
  position: relative;
}
@media (min-width: 769px) {
  .formular__content--left {
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 20vh;
  }
}
@media (min-width: 1200px) {
  .formular__content--left {
    top: 30vh;
  }
}
.formular__content--left .h3,
.formular__content--left h3 {
  color: #917d51;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 993px) {
  .formular__content--left .h3,
  .formular__content--left h3 {
    color: #fff;
    font-family: SangBleu Empire;
    font-size: calc(1.625rem + 2.5vw);
    letter-spacing: normal;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .formular__content--left .h3,
  .formular__content--left h3 {
    margin-bottom: 2rem;
  }
}
.formular__content--right {
  padding: 0;
}
@media (min-width: 993px) {
  .formular__content--right {
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .formular__content--right {
    padding: 0 4rem;
  }
}
@media (min-width: 1540px) {
  .formular__content--right {
    padding: 0 6rem;
  }
}
.formular__content--right + .formular__content--right {
  padding-top: 3rem;
}
@media (min-width: 1200px) {
  .formular__content--right + .formular__content--right {
    padding-top: 6rem;
  }
}
.formular__content--text {
  color: hsla(0, 0%, 100%, 0.6);
  font-family: Neue Haas;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .formular__content--text {
    font-size: 1.375rem;
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .formular__content--text {
    font-size: 1.375rem;
    margin-top: 0;
  }
}
.formular__content--address {
  font-size: 1.125rem;
}
@media (min-width: 769px) {
  .formular__content--address {
    font-size: 1.25rem;
  }
}
@media (min-width: 1540px) {
  .formular__content--address {
    font-size: 1.375rem;
  }
}
.submit {
  margin-top: 3rem;
}
.tab {
  padding: 0;
}
.fui-row {
  margin-bottom: 1.5rem;
  position: relative;
}
.fui-row .fui-input-wrapper {
  border: 0 solid #fff;
}
.fui-row .fui-label {
  color: #fff;
  font-size: 0.6875rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .fui-row .fui-label {
    font-size: 0.75rem;
  }
}
@media (min-width: 1540px) {
  .fui-row .fui-label {
    font-size: 0.825rem;
  }
}
.fui-row .fui-label sup {
  font-size: 1em;
  left: 0.3em;
  top: -0.1em;
}
.fui-row input[type="checkbox"].form-check-input {
  visibility: hidden;
}
.fui-row input[type="checkbox"].form-check-input:checked + label:after {
  opacity: 1;
}
.fui-row .fui-checkbox {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.5rem;
  padding-left: 1.5em;
}
.fui-row .form-check-span {
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  padding-left: 1rem;
}
@media (min-width: 1200px) {
  .fui-row .form-check-span {
    font-size: 0.75rem;
  }
}
@media (min-width: 1540px) {
  .fui-row .form-check-span {
    font-size: 0.825rem;
  }
}
.fui-row .fui-input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 1.25rem;
  padding: 1rem;
}
.fui-row .form-check .invalid-feedback,
.fui-row .form-check .valid-feedback {
  bottom: -18px;
  font-size: 0.625rem;
  font-weight: 600;
  left: 0;
  margin-top: 0;
  position: absolute;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .fui-row .form-check .invalid-feedback,
  .fui-row .form-check .valid-feedback {
    font-size: 0.75rem;
  }
}
@media (min-width: 1540px) {
  .fui-row .form-check .invalid-feedback,
  .fui-row .form-check .valid-feedback {
    font-size: 0.825rem;
  }
}
.fui-row .fui-error .fui-label,
.fui-row .fui-error .fui-legend {
  border-color: #dc3545;
  color: #dc3545;
}
.fui-row .fui-input.fui-error,
.fui-row .fui-select.fui-error {
  border-color: #dc3545;
  color: #771d1d;
}
.fui-alert.fui-alert-error {
  background-color: var(--colorRed);
}
.fui-alert.fui-alert-error p {
  color: var(--colorWhite);
  font-size: 1.125rem;
  margin-block: var(--spacingXS);
}
.invalid-feedback,
.valid-feedback {
  font-size: 13px;
  margin-top: 0;
  position: absolute;
}
fieldset .input div div:last-of-type {
  margin-bottom: 0;
}
fieldset .input div div:not(.form-check) {
  margin-bottom: 1.5rem;
}
.toast-container {
  left: 50% !important;
  padding: 1rem !important;
  position: fixed !important;
  top: 0 !important;
  transform: translateX(-50%) !important;
}
.toast-container .toast {
  color: #fff;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
.toast-container .toast.animate {
  opacity: 1;
  transform: translateY(0);
}
.toast-container .toast--error {
  background-color: #dc3545;
}
.toast-container .toast--info {
  background-color: #192346;
}
.toast-container .toast .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  margin: auto;
  margin-right: 0.5rem !important;
}
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}
.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}
.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
  display: inline;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}
.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  pointer-events: none;
  width: 18px;
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(40, 113, 148, 0.5);
  outline: 0;
}
a.plyr__control {
  text-decoration: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  background: #192346;
  color: #fff;
}
.plyr--video .plyr__control svg {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"],
.plyr__control--overlaid {
  background: #192346;
  color: #fff;
}
.plyr__control--overlaid {
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #917d51;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__menu,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls .plyr__volume,
.plyr__controls > .plyr__control {
  margin-left: 5px;
}
.plyr__controls .plyr__menu + .plyr__control,
.plyr__controls .plyr__progress + .plyr__control,
.plyr__controls > .plyr__control + .plyr__control,
.plyr__controls > .plyr__control + .plyr__menu {
  margin-left: 2px;
}
.plyr__controls > .plyr__control:first-child,
.plyr__controls > .plyr__control:first-child + [data-plyr="pause"] {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__controls .plyr__menu,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls .plyr__volume,
  .plyr__controls > .plyr__control {
    margin-left: 10px;
  }
}
.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px;
}
.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"] {
  display: none;
}
.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
  display: inline-block;
}
.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}
.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded="true"] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
  animation: plyr-popup 0.2s ease;
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-family: Neue Haas, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: hsla(0, 0%, 100%, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}
.plyr__menu__container [role="menu"] {
  padding: 7px;
}
.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
  margin-top: 2px;
}
.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4f5b5f;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward:after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  margin: 7px 7px 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back:after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px;
}
.plyr__menu__container .plyr__control--back:before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role="menuitemradio"] {
  padding-left: 7px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:after,
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
  background: #287194;
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"][aria-checked="true"]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
  background: rgba(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}
.plyr--full-ui input[type="range"] {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 28px;
  color: #192346;
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    transparent var(--value, 0)
  );
  border: 0;
  border-radius: 2px;
  height: 4px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 14px;
  margin-top: -5px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 14px;
}
.plyr--full-ui input[type="range"]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2px;
  height: 4px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 14px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 14px;
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
  background: currentColor;
  border-radius: 2px;
  height: 4px;
}
.plyr--full-ui input[type="range"]::-ms-track {
  color: transparent;
}
.plyr--full-ui input[type="range"]::-ms-fill-upper,
.plyr--full-ui input[type="range"]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2px;
  height: 4px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-fill-lower {
  background: transparent;
  background: currentColor;
  border: 0;
  border-radius: 2px;
  height: 4px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 14px;
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 14px;
}
.plyr--full-ui input[type="range"]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type="range"]:focus {
  outline: 0;
}
.plyr--full-ui input[type="range"]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(40, 113, 148, 0.5);
  outline: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(40, 113, 148, 0.5);
  outline: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(40, 113, 148, 0.5);
  outline: 0;
}
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
  background-color: hsla(0, 0%, 100%, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: hsla(0, 0%, 100%, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
  background-color: hsla(0, 0%, 100%, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
    0 0 0 3px hsla(0, 0%, 100%, 0.5);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
    0 0 0 3px hsla(0, 0%, 100%, 0.5);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
    0 0 0 3px hsla(0, 0%, 100%, 0.5);
}
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1) shadow-color;
}
.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #917d51;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr__time {
  font-size: 14px;
}
.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.plyr__tooltip {
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
  left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control.plyr__tab-focus
  .plyr__tooltip,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control:hover
  .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}
.plyr--video {
  background: #000;
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  transform: scale(1.02);
  z-index: 0;
}
.plyr__progress {
  flex: 1;
  left: 7px;
  margin-right: 14px;
  position: relative;
}
.plyr__progress__buffer,
.plyr__progress input[type="range"] {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}
.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 4px;
  left: 0;
  margin-top: -2px;
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 4px;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 4px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: hsla(0, 0%, 100%, 0.25);
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66);
}
.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(
    -45deg,
    rgba(47, 52, 61, 0.6) 25%,
    transparent 0,
    transparent 50%,
    rgba(47, 52, 61, 0.6) 0,
    rgba(47, 52, 61, 0.6) 75%,
    transparent 0,
    transparent
  );
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: hsla(0, 0%, 100%, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66);
}
.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}
.plyr__volume input[type="range"] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios.plyr--vimeo [data-plyr="mute"],
.plyr--is-ios .plyr__volume {
  display: none !important;
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr--fullscreen-fallback .plyr__video-embed {
  overflow: visible;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback .plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 4px;
  left: 0;
  margin: -2px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}
.plyr--no-transition {
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-next {
  left: auto;
  right: 10px;
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.seitenbild__news {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40vh;
  padding-bottom: 5rem;
  text-align: center;
}
@media (min-width: 769px) {
  .seitenbild__news {
    padding-bottom: 6.25rem;
  }
}
.seitenbild__news--titel {
  line-height: 2.1rem;
  margin-top: 16vh;
  text-align: left;
  text-transform: none;
}
@media (min-width: 769px) {
  .seitenbild__news--titel {
    line-height: 3.5rem;
    margin-top: 16vh;
    text-align: left;
    text-transform: none;
  }
}
.seitenbild__news--untertitel {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 1.125rem;
  margin-top: 2rem;
  text-align: left;
}
@media (min-width: 769px) {
  .seitenbild__news--untertitel {
    font-size: 1.375rem;
  }
}
.seitenbild__news--link {
  color: #fff;
  font-family: SangBleu Empire;
  font-size: 2rem;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.seitenbild__news--link:focus,
.seitenbild__news--link:hover {
  color: #fff;
}
@media (min-width: 769px) {
  .seitenbild__news--link {
    font-size: 3rem;
  }
}
section.news-detail .container {
  max-width: 720px;
}
section.news-detail p.redactor {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 1.125rem;
}
@media (min-width: 769px) {
  section.news-detail p.redactor {
    font-size: 1.25rem;
  }
}
section.news-detail p.redactor:first-of-type {
  margin-top: 0;
}
section.news-detail .block-bild .container {
  max-width: 920px;
}
section.news-detail .block-bild .bild__wrapper img {
  max-width: 100%;
}
section.news-detail .block-bild .bild__caption {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
section.news-detail .news-detail--button {
  font-size: 0.8rem;
}
section.news-detail .news-detail--button:focus .news__item--link,
section.news-detail .news-detail--button:hover .news__item--link {
  transform: translateX(14px);
}
section.news-detail .news-detail--button:focus .news__item--link:before,
section.news-detail .news-detail--button:hover .news__item--link:before {
  opacity: 1;
}
body.data-protection p,
body.data-protection p.redactor,
body.data-protection ul li,
body.datenschutz p,
body.datenschutz p.redactor,
body.datenschutz ul li {
  font-size: 0.875rem;
}
@media (min-width: 769px) {
  body.data-protection p,
  body.data-protection p.redactor,
  body.data-protection ul li,
  body.datenschutz p,
  body.datenschutz p.redactor,
  body.datenschutz ul li {
    font-size: 1rem;
  }
}
body.data-protection .h3,
body.data-protection h3,
body.datenschutz .h3,
body.datenschutz h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  body.data-protection .h3,
  body.data-protection h3,
  body.datenschutz .h3,
  body.datenschutz h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
body.data-protection .inhaltalsliste__wrapper,
body.datenschutz .inhaltalsliste__wrapper {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  body.data-protection .inhaltalsliste__wrapper,
  body.datenschutz .inhaltalsliste__wrapper {
    margin-bottom: 1rem;
  }
}
body.impressum .container p {
  font-size: 0.875rem;
} 
@media (min-width: 769px) {
  body.impressum .container p {
    font-size: 1rem;
  }
}
body.impressum .container .h3,
body.impressum .container h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  body.impressum .container .h3,
  body.impressum .container h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
a.display-2.footer__link--link {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;  
}
span.seitenbild__icon--text.hoverable {
    font-size: 16px;
    font-weight: 500;
}                 
ul.navbar__languageselector--list.active-de {
    display: none;
}
a.email-action { 
    text-decoration: none;
    color: white;  
 font-size: 28px;
} 
svg#Drop_Down19 {
    display: none;
}

@media (max-width: 767px) {
h2.seitenbild__item {
    font-size: 23px;
}  

@media (max-width: 576px) {
  a.display-2.footer__link--link {
    font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;   
  }
}
