/*!
 * OUDS Web Grid v1.3.0 (https://web.unified-design-system.orange.com/)
 * Copyright 2014-2026 The OUDS Web Authors
 * Copyright 2014-2026 Orange SA
 * Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/ouds/main/LICENSE)
 * This a fork of Bootstrap: Initial license below
 * Bootstrap Grid v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2026 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light],
:root[data-bs-theme=light] [data-bs-theme=root],
:root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
  --bs-color-action-disabled: rgba(0, 0, 0, 0.2);
  --bs-color-action-enabled: #000;
  --bs-color-action-focus: rgba(0, 0, 0, 0.68);
  --bs-color-action-highlighted: #000;
  --bs-color-action-hover: rgba(0, 0, 0, 0.68);
  --bs-color-action-loading: #f15e00;
  --bs-color-action-negative-enabled: #db0002;
  --bs-color-action-negative-focus: #b20002;
  --bs-color-action-negative-hover: #b20002;
  --bs-color-action-negative-loading: #800001;
  --bs-color-action-negative-pressed: #800001;
  --bs-color-action-pressed: #f15e00;
  --bs-color-action-read-only-primary: rgba(0, 0, 0, 0.68);
  --bs-color-action-read-only-secondary: rgba(0, 0, 0, 0.2);
  --bs-color-action-selected: #f15e00;
  --bs-color-action-support-disabled: rgba(0, 0, 0, 0.04);
  --bs-color-action-support-enabled: rgba(0, 0, 0, 0.04);
  --bs-color-action-support-focus: rgba(0, 0, 0, 0.08);
  --bs-color-action-support-hover: rgba(0, 0, 0, 0.08);
  --bs-color-action-support-loading: rgba(0, 0, 0, 0.12);
  --bs-color-action-support-pressed: rgba(0, 0, 0, 0.12);
  --bs-color-action-visited: #5b2f98;
  --bs-color-always-black: #000;
  --bs-color-always-on-black: #eee;
  --bs-color-always-on-white: #000;
  --bs-color-always-white: #fff;
  --bs-color-bg-inverse-high: #141414;
  --bs-color-bg-inverse-low: #141414;
  --bs-color-bg-primary: #fff;
  --bs-color-bg-secondary: #f4f4f4;
  --bs-color-bg-tertiary: #f9f5f0;
  --bs-color-border-brand-primary: #f15e00;
  --bs-color-border-default: rgba(0, 0, 0, 0.2);
  --bs-color-border-emphasized: #000;
  --bs-color-border-focus-inset: #fff;
  --bs-color-border-focus: #000;
  --bs-color-border-minimal: rgba(0, 0, 0, 0.04);
  --bs-color-border-muted: rgba(0, 0, 0, 0.08);
  --bs-color-border-on-brand-primary: #000;
  --bs-color-border-status-accent: #ff7900;
  --bs-color-border-status-info: #0073b2;
  --bs-color-border-status-negative: #db0002;
  --bs-color-border-status-positive: #138126;
  --bs-color-border-status-warning: #ffd000;
  --bs-color-content-brand-primary: #f15e00;
  --bs-color-content-default: #000;
  --bs-color-content-disabled: rgba(0, 0, 0, 0.2);
  --bs-color-content-inverse: #fff;
  --bs-color-content-muted: rgba(0, 0, 0, 0.68);
  --bs-color-content-on-action-disabled: #fff;
  --bs-color-content-on-action-enabled: #fff;
  --bs-color-content-on-action-focus: #fff;
  --bs-color-content-on-action-highlighted: #fff;
  --bs-color-content-on-action-hover: #fff;
  --bs-color-content-on-action-loading: #fff;
  --bs-color-content-on-action-pressed: #fff;
  --bs-color-content-on-action-selected: #fff;
  --bs-color-content-on-brand-primary: #000;
  --bs-color-content-on-status-accent-emphasized: #000;
  --bs-color-content-on-status-accent-muted: #000;
  --bs-color-content-on-status-info-emphasized: #fff;
  --bs-color-content-on-status-info-muted: #000;
  --bs-color-content-on-status-negative-emphasized: #fff;
  --bs-color-content-on-status-negative-muted: #000;
  --bs-color-content-on-status-positive-emphasized: #fff;
  --bs-color-content-on-status-positive-muted: #000;
  --bs-color-content-on-status-warning-emphasized: #000;
  --bs-color-content-on-status-warning-muted: #000;
  --bs-color-content-status-accent: #ff7900;
  --bs-color-content-status-info: #0073b2;
  --bs-color-content-status-negative: #db0002;
  --bs-color-content-status-positive: #138126;
  --bs-color-content-status-warning: #856a00;
  --bs-color-opacity-lower: rgba(0, 0, 0, 0.08);
  --bs-color-opacity-lowest: rgba(0, 0, 0, 0.04);
  --bs-color-opacity-transparent: rgba(0, 0, 0, 0);
  --bs-color-overlay-drag: rgba(0, 0, 0, 0.04);
  --bs-color-overlay-dropdown: #fff;
  --bs-color-overlay-modal: #fff;
  --bs-color-overlay-tooltip: #272727;
  --bs-color-surface-brand-primary: #ff7900;
  --bs-color-surface-inverse-high: #272727;
  --bs-color-surface-inverse-low: #272727;
  --bs-color-surface-primary: #fff;
  --bs-color-surface-secondary: rgba(0, 0, 0, 0.04);
  --bs-color-surface-status-accent-emphasized: #ff7900;
  --bs-color-surface-status-accent-muted: rgba(189, 121, 60, 0.08);
  --bs-color-surface-status-info-emphasized: #0073b2;
  --bs-color-surface-status-info-muted: rgba(38, 178, 255, 0.08);
  --bs-color-surface-status-negative-emphasized: #db0002;
  --bs-color-surface-status-negative-muted: rgba(219, 0, 2, 0.08);
  --bs-color-surface-status-positive-emphasized: #138126;
  --bs-color-surface-status-positive-muted: rgba(61, 227, 90, 0.12);
  --bs-color-surface-status-warning-emphasized: #ffd000;
  --bs-color-surface-status-warning-muted: rgba(255, 208, 0, 0.16);
  --bs-color-surface-tertiary: rgba(189, 121, 60, 0.08);
  --bs-elevation-color-default: rgba(0, 0, 0, 0.24);
  --bs-elevation-color-drag: rgba(0, 0, 0, 0.24);
  --bs-elevation-color-emphasized: rgba(0, 0, 0, 0.16);
  --bs-elevation-color-none: rgba(0, 0, 0, 0);
  --bs-elevation-color-raised: rgba(0, 0, 0, 0.24);
  --bs-elevation-color-sticky: rgba(0, 0, 0, 0.16);
}

[data-bs-theme=dark],
:root[data-bs-theme=dark],
:root[data-bs-theme=dark] [data-bs-theme=root],
:root[data-bs-theme=light] [data-bs-theme=root-inverted] {
  --bs-color-action-disabled: rgba(255, 255, 255, 0.2);
  --bs-color-action-enabled: #eee;
  --bs-color-action-focus: rgba(255, 255, 255, 0.64);
  --bs-color-action-highlighted: #eee;
  --bs-color-action-hover: rgba(255, 255, 255, 0.64);
  --bs-color-action-loading: #ff7900;
  --bs-color-action-negative-enabled: #ff8081;
  --bs-color-action-negative-focus: #ffb2b3;
  --bs-color-action-negative-hover: #ffb2b3;
  --bs-color-action-negative-loading: #ffe5e6;
  --bs-color-action-negative-pressed: #ffe5e6;
  --bs-color-action-pressed: #ff7900;
  --bs-color-action-read-only-primary: rgba(255, 255, 255, 0.64);
  --bs-color-action-read-only-secondary: rgba(255, 255, 255, 0.2);
  --bs-color-action-selected: #ff7900;
  --bs-color-action-support-disabled: rgba(255, 255, 255, 0.04);
  --bs-color-action-support-enabled: rgba(255, 255, 255, 0.04);
  --bs-color-action-support-focus: rgba(255, 255, 255, 0.08);
  --bs-color-action-support-hover: rgba(255, 255, 255, 0.08);
  --bs-color-action-support-loading: rgba(255, 255, 255, 0.12);
  --bs-color-action-support-pressed: rgba(255, 255, 255, 0.12);
  --bs-color-action-visited: #a885d8;
  --bs-color-bg-inverse-high: #eee;
  --bs-color-bg-inverse-low: #333;
  --bs-color-bg-primary: #141414;
  --bs-color-bg-secondary: #1f1f1f;
  --bs-color-bg-tertiary: #353228;
  --bs-color-border-brand-primary: #ff7900;
  --bs-color-border-default: rgba(255, 255, 255, 0.2);
  --bs-color-border-emphasized: rgba(255, 255, 255, 0.92);
  --bs-color-border-focus: #eee;
  --bs-color-border-focus-inset: #141414;
  --bs-color-border-minimal: rgba(255, 255, 255, 0.04);
  --bs-color-border-muted: rgba(255, 255, 255, 0.08);
  --bs-color-border-on-brand-primary: #000;
  --bs-color-border-status-accent: #ff7900;
  --bs-color-border-status-info: #8ad5ff;
  --bs-color-border-status-negative: #ff8081;
  --bs-color-border-status-positive: #94f0a4;
  --bs-color-border-status-warning: #ffe270;
  --bs-color-content-brand-primary: #ff7900;
  --bs-color-content-default: #eee;
  --bs-color-content-disabled: rgba(255, 255, 255, 0.2);
  --bs-color-content-inverse: #000;
  --bs-color-content-muted: rgba(255, 255, 255, 0.64);
  --bs-color-content-on-action-disabled: #000;
  --bs-color-content-on-action-enabled: #000;
  --bs-color-content-on-action-focus: #000;
  --bs-color-content-on-action-highlighted: #000;
  --bs-color-content-on-action-hover: #000;
  --bs-color-content-on-action-loading: #000;
  --bs-color-content-on-action-pressed: #000;
  --bs-color-content-on-action-selected: #000;
  --bs-color-content-on-brand-primary: #000;
  --bs-color-content-on-status-accent-emphasized: #000;
  --bs-color-content-on-status-accent-muted: #eee;
  --bs-color-content-on-status-info-emphasized: #000;
  --bs-color-content-on-status-info-muted: #eee;
  --bs-color-content-on-status-negative-emphasized: #000;
  --bs-color-content-on-status-negative-muted: #eee;
  --bs-color-content-on-status-positive-emphasized: #000;
  --bs-color-content-on-status-positive-muted: #eee;
  --bs-color-content-on-status-warning-emphasized: #000;
  --bs-color-content-on-status-warning-muted: #eee;
  --bs-color-content-status-accent: #ff7900;
  --bs-color-content-status-info: #8ad5ff;
  --bs-color-content-status-negative: #ff8081;
  --bs-color-content-status-positive: #94f0a4;
  --bs-color-content-status-warning: #ffe270;
  --bs-color-opacity-lower: rgba(255, 255, 255, 0.08);
  --bs-color-opacity-lowest: rgba(255, 255, 255, 0.04);
  --bs-color-opacity-transparent: rgba(255, 255, 255, 0);
  --bs-color-overlay-drag: rgba(255, 255, 255, 0.08);
  --bs-color-overlay-dropdown: #3b3b3b;
  --bs-color-overlay-modal: #333;
  --bs-color-overlay-tooltip: #3b3b3b;
  --bs-color-surface-brand-primary: #ff7900;
  --bs-color-surface-inverse-high: #eee;
  --bs-color-surface-inverse-low: rgba(255, 255, 255, 0.12);
  --bs-color-surface-primary: rgba(255, 255, 255, 0.04);
  --bs-color-surface-secondary: rgba(255, 255, 255, 0.08);
  --bs-color-surface-status-accent-emphasized: #ff7900;
  --bs-color-surface-status-accent-muted: rgba(104, 93, 80, 0.4);
  --bs-color-surface-status-info-emphasized: #8ad5ff;
  --bs-color-surface-status-info-muted: rgba(0, 89, 138, 0.52);
  --bs-color-surface-status-negative-emphasized: #ff8081;
  --bs-color-surface-status-negative-muted: rgba(219, 0, 2, 0.32);
  --bs-color-surface-status-positive-emphasized: #94f0a4;
  --bs-color-surface-status-positive-muted: rgba(14, 98, 29, 0.64);
  --bs-color-surface-status-warning-emphasized: #ffe270;
  --bs-color-surface-status-warning-muted: rgba(102, 81, 0, 0.48);
  --bs-color-surface-tertiary: rgba(104, 93, 80, 0.4);
  --bs-elevation-color-default: rgba(0, 0, 0, 0.32);
  --bs-elevation-color-drag: rgba(0, 0, 0, 0.32);
  --bs-elevation-color-emphasized: rgba(0, 0, 0, 0.24);
  --bs-elevation-color-raised: rgba(0, 0, 0, 0.32);
  --bs-elevation-color-sticky: rgba(0, 0, 0, 0.24);
}

:root,
[data-bs-theme=light],
:root[data-bs-theme=light] [data-bs-theme=root],
:root[data-bs-theme=dark] [data-bs-theme=root-inverted] {
  --bs-button-color-bg-brand-pressed: #000;
  --bs-button-color-bg-brand-loading: #000;
  --bs-button-color-content-brand-pressed: #fff;
  --bs-button-color-content-brand-loading: #fff;
  --bs-button-mono-color-bg-default-hover: rgba(0, 0, 0, 0.68);
  --bs-button-mono-color-bg-default-pressed: rgba(255, 255, 255, 0.8);
  --bs-button-mono-color-bg-default-loading: rgba(255, 255, 255, 0.8);
  --bs-button-mono-color-bg-default-focus: rgba(0, 0, 0, 0.68);
  --bs-button-mono-color-bg-strong-enabled: #000;
  --bs-button-mono-color-bg-strong-hover: rgba(0, 0, 0, 0.68);
  --bs-button-mono-color-bg-strong-pressed: rgba(255, 255, 255, 0.8);
  --bs-button-mono-color-bg-strong-loading: rgba(255, 255, 255, 0.8);
  --bs-button-mono-color-bg-strong-disabled: rgba(0, 0, 0, 0.28);
  --bs-button-mono-color-bg-strong-focus: rgba(0, 0, 0, 0.68);
  --bs-button-mono-color-bg-minimal-hover: rgba(0, 0, 0, 0.68);
  --bs-button-mono-color-bg-minimal-pressed: rgba(255, 255, 255, 0.8);
  --bs-button-mono-color-bg-minimal-focus: rgba(0, 0, 0, 0.68);
  --bs-button-mono-color-content-default-enabled: #000;
  --bs-button-mono-color-content-default-hover: #fff;
  --bs-button-mono-color-content-default-pressed: #000;
  --bs-button-mono-color-content-default-loading: #000;
  --bs-button-mono-color-content-default-disabled: rgba(0, 0, 0, 0.28);
  --bs-button-mono-color-content-default-focus: #fff;
  --bs-button-mono-color-content-minimal-enabled: #000;
  --bs-button-mono-color-content-minimal-hover: #fff;
  --bs-button-mono-color-content-minimal-pressed: #000;
  --bs-button-mono-color-content-minimal-loading: #000;
  --bs-button-mono-color-content-minimal-disabled: rgba(0, 0, 0, 0.28);
  --bs-button-mono-color-content-minimal-focus: #fff;
  --bs-button-mono-color-content-strong-enabled: #fff;
  --bs-button-mono-color-content-strong-hover: #fff;
  --bs-button-mono-color-content-strong-pressed: #000;
  --bs-button-mono-color-content-strong-loading: #000;
  --bs-button-mono-color-content-strong-disabled: rgba(255, 255, 255, 0.64);
  --bs-button-mono-color-content-strong-focus: #fff;
  --bs-button-mono-color-border-default-enabled: #000;
  --bs-button-mono-color-border-default-disabled: rgba(0, 0, 0, 0.28);
  --bs-link-mono-color-content-enabled: #000;
  --bs-link-mono-color-content-hover: #000;
  --bs-link-mono-color-content-pressed: rgba(0, 0, 0, 0.52);
  --bs-link-mono-color-content-disabled: rgba(0, 0, 0, 0.28);
  --bs-link-mono-color-content-focus: #000;
  --bs-switch-color-cursor: #fff;
  --bs-switch-color-track-selected: #17a02f;
  --bs-switch-color-track-selected-interaction: #138126;
  --bs-switch-color-track-unselected: rgba(0, 0, 0, 0.44);
  --bs-switch-color-track-unselected-interaction: rgba(0, 0, 0, 0.52);
  --bs-icon-color-content-status-warning-external-shape: #ffd000;
  --bs-icon-color-content-status-warning-internal-shape: #856a00;
  --bs-icon-color-content-default: #000;
}

[data-bs-theme=dark],
:root[data-bs-theme=dark],
:root[data-bs-theme=dark] [data-bs-theme=root],
:root[data-bs-theme=light] [data-bs-theme=root-inverted] {
  --bs-button-color-bg-brand-pressed: #eee;
  --bs-button-color-bg-brand-loading: #eee;
  --bs-button-color-content-brand-pressed: #000;
  --bs-button-color-content-brand-loading: #000;
  --bs-button-mono-color-bg-default-hover: rgba(255, 255, 255, 0.8);
  --bs-button-mono-color-bg-default-pressed: rgba(0, 0, 0, 0.68);
  --bs-button-mono-color-bg-default-loading: rgba(0, 0, 0, 0.68);
  --bs-button-mono-color-bg-default-focus: rgba(255, 255, 255, 0.8);
  --bs-button-mono-color-bg-strong-enabled: #fff;
  --bs-button-mono-color-bg-strong-hover: rgba(255, 255, 255, 0.8);
  --bs-button-mono-color-bg-strong-pressed: rgba(0, 0, 0, 0.68);
  --bs-button-mono-color-bg-strong-loading: rgba(0, 0, 0, 0.68);
  --bs-button-mono-color-bg-strong-disabled: rgba(255, 255, 255, 0.44);
  --bs-button-mono-color-bg-strong-focus: rgba(255, 255, 255, 0.8);
  --bs-button-mono-color-bg-minimal-hover: rgba(255, 255, 255, 0.8);
  --bs-button-mono-color-bg-minimal-pressed: rgba(0, 0, 0, 0.68);
  --bs-button-mono-color-bg-minimal-focus: rgba(255, 255, 255, 0.8);
  --bs-button-mono-color-content-default-enabled: #fff;
  --bs-button-mono-color-content-default-hover: #000;
  --bs-button-mono-color-content-default-pressed: #fff;
  --bs-button-mono-color-content-default-loading: #fff;
  --bs-button-mono-color-content-default-disabled: rgba(255, 255, 255, 0.44);
  --bs-button-mono-color-content-default-focus: #000;
  --bs-button-mono-color-content-minimal-enabled: #fff;
  --bs-button-mono-color-content-minimal-hover: #000;
  --bs-button-mono-color-content-minimal-pressed: #fff;
  --bs-button-mono-color-content-minimal-loading: #fff;
  --bs-button-mono-color-content-minimal-disabled: rgba(255, 255, 255, 0.44);
  --bs-button-mono-color-content-minimal-focus: #000;
  --bs-button-mono-color-content-strong-enabled: #000;
  --bs-button-mono-color-content-strong-hover: #000;
  --bs-button-mono-color-content-strong-pressed: #fff;
  --bs-button-mono-color-content-strong-loading: #fff;
  --bs-button-mono-color-content-strong-disabled: rgba(0, 0, 0, 0.44);
  --bs-button-mono-color-content-strong-focus: #000;
  --bs-button-mono-color-border-default-enabled: #fff;
  --bs-button-mono-color-border-default-disabled: rgba(255, 255, 255, 0.44);
  --bs-link-mono-color-content-enabled: #fff;
  --bs-link-mono-color-content-hover: #fff;
  --bs-link-mono-color-content-pressed: rgba(255, 255, 255, 0.8);
  --bs-link-mono-color-content-disabled: rgba(255, 255, 255, 0.44);
  --bs-link-mono-color-content-focus: #fff;
  --bs-switch-color-cursor: #141414;
  --bs-switch-color-track-selected: #1ecd3c;
  --bs-switch-color-track-selected-interaction: #94f0a4;
  --bs-switch-color-track-unselected: rgba(255, 255, 255, 0.64);
  --bs-switch-color-track-unselected-interaction: rgba(255, 255, 255, 0.8);
  --bs-icon-color-content-status-warning-external-shape: #ffe270;
  --bs-icon-color-content-status-warning-internal-shape: rgba(255, 255, 255, 0);
  --bs-icon-color-content-default: #eee;
}

.container-fluid {
  --bs-container-margin-x: var(--bs-grid-margin);
  width: 100%;
  padding-right: var(--bs-container-margin-x);
  padding-left: var(--bs-container-margin-x);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1640px) {
  .container-max-width {
    --bs-container-margin-x: 80px;
    max-width: 1680px;
  }
  .container-max-width .row {
    --bs-gutter-x: 32px;
  }
}

:root {
  --bs-breakpoint-2xs: 0;
  --bs-breakpoint-xs: 390px;
  --bs-breakpoint-sm: 480px;
  --bs-breakpoint-md: 736px;
  --bs-breakpoint-lg: 1024px;
  --bs-breakpoint-xl: 1320px;
  --bs-breakpoint-2xl: 1640px;
  --bs-breakpoint-3xl: 1880px;
}

.row {
  --bs-gutter-x: var(--bs-grid-gap);
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

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

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

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

.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.66666667%;
}

.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-none,
.gx-none {
  --bs-gutter-x: 0px !important;
}

.g-none,
.gy-none {
  --bs-gutter-y: 0px !important;
}

.g-3xsmall,
.gx-3xsmall {
  --bs-gutter-x: 2px !important;
}

.g-3xsmall,
.gy-3xsmall {
  --bs-gutter-y: 2px !important;
}

.g-2xsmall,
.gx-2xsmall {
  --bs-gutter-x: 4px !important;
}

.g-2xsmall,
.gy-2xsmall {
  --bs-gutter-y: 4px !important;
}

.g-xsmall,
.gx-xsmall {
  --bs-gutter-x: 8px !important;
}

.g-xsmall,
.gy-xsmall {
  --bs-gutter-y: 8px !important;
}

.g-small,
.gx-small {
  --bs-gutter-x: 12px !important;
}

.g-small,
.gy-small {
  --bs-gutter-y: 12px !important;
}

.g-medium,
.gx-medium {
  --bs-gutter-x: 16px !important;
}

.g-medium,
.gy-medium {
  --bs-gutter-y: 16px !important;
}

.g-large,
.gx-large {
  --bs-gutter-x: 24px !important;
}

.g-large,
.gy-large {
  --bs-gutter-y: 24px !important;
}

.g-xlarge,
.gx-xlarge {
  --bs-gutter-x: 32px !important;
}

.g-xlarge,
.gy-xlarge {
  --bs-gutter-y: 32px !important;
}

.g-2xlarge,
.gx-2xlarge {
  --bs-gutter-x: 40px !important;
}

.g-2xlarge,
.gy-2xlarge {
  --bs-gutter-y: 40px !important;
}

.g-3xlarge,
.gx-3xlarge {
  --bs-gutter-x: 48px !important;
}

.g-3xlarge,
.gy-3xlarge {
  --bs-gutter-y: 48px !important;
}

.g-4xlarge,
.gx-4xlarge {
  --bs-gutter-x: 56px !important;
}

.g-4xlarge,
.gy-4xlarge {
  --bs-gutter-y: 56px !important;
}

.g-5xlarge,
.gx-5xlarge {
  --bs-gutter-x: 64px !important;
}

.g-5xlarge,
.gy-5xlarge {
  --bs-gutter-y: 64px !important;
}

.g-gridgap,
.gx-gridgap {
  --bs-gutter-x: var(--bs-grid-gap) !important;
}

.g-gridgap,
.gy-gridgap {
  --bs-gutter-y: var(--bs-grid-gap) !important;
}

.g-gridmargin,
.gx-gridmargin {
  --bs-gutter-x: var(--bs-grid-margin) !important;
}

.g-gridmargin,
.gy-gridmargin {
  --bs-gutter-y: var(--bs-grid-margin) !important;
}

@media (min-width: 390px) {
  .xs\:col {
    flex: 1 0 0;
  }
  .xs\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .xs\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .xs\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .xs\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .xs\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .xs\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .xs\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .xs\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .xs\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .xs\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .xs\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .xs\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .xs\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .xs\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .xs\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .xs\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .xs\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .xs\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .xs\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .xs\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .xs\:offset-0 {
    margin-left: 0;
  }
  .xs\:offset-1 {
    margin-left: 8.33333333%;
  }
  .xs\:offset-2 {
    margin-left: 16.66666667%;
  }
  .xs\:offset-3 {
    margin-left: 25%;
  }
  .xs\:offset-4 {
    margin-left: 33.33333333%;
  }
  .xs\:offset-5 {
    margin-left: 41.66666667%;
  }
  .xs\:offset-6 {
    margin-left: 50%;
  }
  .xs\:offset-7 {
    margin-left: 58.33333333%;
  }
  .xs\:offset-8 {
    margin-left: 66.66666667%;
  }
  .xs\:offset-9 {
    margin-left: 75%;
  }
  .xs\:offset-10 {
    margin-left: 83.33333333%;
  }
  .xs\:offset-11 {
    margin-left: 91.66666667%;
  }
  .xs\:g-none,
  .xs\:gx-none {
    --bs-gutter-x: 0px !important;
  }
  .xs\:g-none,
  .xs\:gy-none {
    --bs-gutter-y: 0px !important;
  }
  .xs\:g-3xsmall,
  .xs\:gx-3xsmall {
    --bs-gutter-x: 2px !important;
  }
  .xs\:g-3xsmall,
  .xs\:gy-3xsmall {
    --bs-gutter-y: 2px !important;
  }
  .xs\:g-2xsmall,
  .xs\:gx-2xsmall {
    --bs-gutter-x: 4px !important;
  }
  .xs\:g-2xsmall,
  .xs\:gy-2xsmall {
    --bs-gutter-y: 4px !important;
  }
  .xs\:g-xsmall,
  .xs\:gx-xsmall {
    --bs-gutter-x: 8px !important;
  }
  .xs\:g-xsmall,
  .xs\:gy-xsmall {
    --bs-gutter-y: 8px !important;
  }
  .xs\:g-small,
  .xs\:gx-small {
    --bs-gutter-x: 12px !important;
  }
  .xs\:g-small,
  .xs\:gy-small {
    --bs-gutter-y: 12px !important;
  }
  .xs\:g-medium,
  .xs\:gx-medium {
    --bs-gutter-x: 16px !important;
  }
  .xs\:g-medium,
  .xs\:gy-medium {
    --bs-gutter-y: 16px !important;
  }
  .xs\:g-large,
  .xs\:gx-large {
    --bs-gutter-x: 24px !important;
  }
  .xs\:g-large,
  .xs\:gy-large {
    --bs-gutter-y: 24px !important;
  }
  .xs\:g-xlarge,
  .xs\:gx-xlarge {
    --bs-gutter-x: 32px !important;
  }
  .xs\:g-xlarge,
  .xs\:gy-xlarge {
    --bs-gutter-y: 32px !important;
  }
  .xs\:g-2xlarge,
  .xs\:gx-2xlarge {
    --bs-gutter-x: 40px !important;
  }
  .xs\:g-2xlarge,
  .xs\:gy-2xlarge {
    --bs-gutter-y: 40px !important;
  }
  .xs\:g-3xlarge,
  .xs\:gx-3xlarge {
    --bs-gutter-x: 48px !important;
  }
  .xs\:g-3xlarge,
  .xs\:gy-3xlarge {
    --bs-gutter-y: 48px !important;
  }
  .xs\:g-4xlarge,
  .xs\:gx-4xlarge {
    --bs-gutter-x: 56px !important;
  }
  .xs\:g-4xlarge,
  .xs\:gy-4xlarge {
    --bs-gutter-y: 56px !important;
  }
  .xs\:g-5xlarge,
  .xs\:gx-5xlarge {
    --bs-gutter-x: 64px !important;
  }
  .xs\:g-5xlarge,
  .xs\:gy-5xlarge {
    --bs-gutter-y: 64px !important;
  }
  .xs\:g-gridgap,
  .xs\:gx-gridgap {
    --bs-gutter-x: var(--bs-grid-gap) !important;
  }
  .xs\:g-gridgap,
  .xs\:gy-gridgap {
    --bs-gutter-y: var(--bs-grid-gap) !important;
  }
  .xs\:g-gridmargin,
  .xs\:gx-gridmargin {
    --bs-gutter-x: var(--bs-grid-margin) !important;
  }
  .xs\:g-gridmargin,
  .xs\:gy-gridmargin {
    --bs-gutter-y: var(--bs-grid-margin) !important;
  }
}
@media (min-width: 480px) {
  .sm\:col {
    flex: 1 0 0;
  }
  .sm\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .sm\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .sm\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .sm\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .sm\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .sm\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .sm\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .sm\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .sm\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .sm\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .sm\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .sm\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .sm\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .sm\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .sm\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .sm\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .sm\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .sm\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .sm\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .sm\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .sm\:offset-0 {
    margin-left: 0;
  }
  .sm\:offset-1 {
    margin-left: 8.33333333%;
  }
  .sm\:offset-2 {
    margin-left: 16.66666667%;
  }
  .sm\:offset-3 {
    margin-left: 25%;
  }
  .sm\:offset-4 {
    margin-left: 33.33333333%;
  }
  .sm\:offset-5 {
    margin-left: 41.66666667%;
  }
  .sm\:offset-6 {
    margin-left: 50%;
  }
  .sm\:offset-7 {
    margin-left: 58.33333333%;
  }
  .sm\:offset-8 {
    margin-left: 66.66666667%;
  }
  .sm\:offset-9 {
    margin-left: 75%;
  }
  .sm\:offset-10 {
    margin-left: 83.33333333%;
  }
  .sm\:offset-11 {
    margin-left: 91.66666667%;
  }
  .sm\:g-none,
  .sm\:gx-none {
    --bs-gutter-x: 0px !important;
  }
  .sm\:g-none,
  .sm\:gy-none {
    --bs-gutter-y: 0px !important;
  }
  .sm\:g-3xsmall,
  .sm\:gx-3xsmall {
    --bs-gutter-x: 2px !important;
  }
  .sm\:g-3xsmall,
  .sm\:gy-3xsmall {
    --bs-gutter-y: 2px !important;
  }
  .sm\:g-2xsmall,
  .sm\:gx-2xsmall {
    --bs-gutter-x: 4px !important;
  }
  .sm\:g-2xsmall,
  .sm\:gy-2xsmall {
    --bs-gutter-y: 4px !important;
  }
  .sm\:g-xsmall,
  .sm\:gx-xsmall {
    --bs-gutter-x: 8px !important;
  }
  .sm\:g-xsmall,
  .sm\:gy-xsmall {
    --bs-gutter-y: 8px !important;
  }
  .sm\:g-small,
  .sm\:gx-small {
    --bs-gutter-x: 12px !important;
  }
  .sm\:g-small,
  .sm\:gy-small {
    --bs-gutter-y: 12px !important;
  }
  .sm\:g-medium,
  .sm\:gx-medium {
    --bs-gutter-x: 16px !important;
  }
  .sm\:g-medium,
  .sm\:gy-medium {
    --bs-gutter-y: 16px !important;
  }
  .sm\:g-large,
  .sm\:gx-large {
    --bs-gutter-x: 24px !important;
  }
  .sm\:g-large,
  .sm\:gy-large {
    --bs-gutter-y: 24px !important;
  }
  .sm\:g-xlarge,
  .sm\:gx-xlarge {
    --bs-gutter-x: 32px !important;
  }
  .sm\:g-xlarge,
  .sm\:gy-xlarge {
    --bs-gutter-y: 32px !important;
  }
  .sm\:g-2xlarge,
  .sm\:gx-2xlarge {
    --bs-gutter-x: 40px !important;
  }
  .sm\:g-2xlarge,
  .sm\:gy-2xlarge {
    --bs-gutter-y: 40px !important;
  }
  .sm\:g-3xlarge,
  .sm\:gx-3xlarge {
    --bs-gutter-x: 48px !important;
  }
  .sm\:g-3xlarge,
  .sm\:gy-3xlarge {
    --bs-gutter-y: 48px !important;
  }
  .sm\:g-4xlarge,
  .sm\:gx-4xlarge {
    --bs-gutter-x: 56px !important;
  }
  .sm\:g-4xlarge,
  .sm\:gy-4xlarge {
    --bs-gutter-y: 56px !important;
  }
  .sm\:g-5xlarge,
  .sm\:gx-5xlarge {
    --bs-gutter-x: 64px !important;
  }
  .sm\:g-5xlarge,
  .sm\:gy-5xlarge {
    --bs-gutter-y: 64px !important;
  }
  .sm\:g-gridgap,
  .sm\:gx-gridgap {
    --bs-gutter-x: var(--bs-grid-gap) !important;
  }
  .sm\:g-gridgap,
  .sm\:gy-gridgap {
    --bs-gutter-y: var(--bs-grid-gap) !important;
  }
  .sm\:g-gridmargin,
  .sm\:gx-gridmargin {
    --bs-gutter-x: var(--bs-grid-margin) !important;
  }
  .sm\:g-gridmargin,
  .sm\:gy-gridmargin {
    --bs-gutter-y: var(--bs-grid-margin) !important;
  }
}
@media (min-width: 736px) {
  .md\:col {
    flex: 1 0 0;
  }
  .md\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .md\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .md\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .md\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .md\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .md\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .md\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .md\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .md\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .md\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .md\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .md\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .md\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .md\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .md\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .md\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .md\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .md\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .md\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .md\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .md\:offset-0 {
    margin-left: 0;
  }
  .md\:offset-1 {
    margin-left: 8.33333333%;
  }
  .md\:offset-2 {
    margin-left: 16.66666667%;
  }
  .md\:offset-3 {
    margin-left: 25%;
  }
  .md\:offset-4 {
    margin-left: 33.33333333%;
  }
  .md\:offset-5 {
    margin-left: 41.66666667%;
  }
  .md\:offset-6 {
    margin-left: 50%;
  }
  .md\:offset-7 {
    margin-left: 58.33333333%;
  }
  .md\:offset-8 {
    margin-left: 66.66666667%;
  }
  .md\:offset-9 {
    margin-left: 75%;
  }
  .md\:offset-10 {
    margin-left: 83.33333333%;
  }
  .md\:offset-11 {
    margin-left: 91.66666667%;
  }
  .md\:g-none,
  .md\:gx-none {
    --bs-gutter-x: 0px !important;
  }
  .md\:g-none,
  .md\:gy-none {
    --bs-gutter-y: 0px !important;
  }
  .md\:g-3xsmall,
  .md\:gx-3xsmall {
    --bs-gutter-x: 2px !important;
  }
  .md\:g-3xsmall,
  .md\:gy-3xsmall {
    --bs-gutter-y: 2px !important;
  }
  .md\:g-2xsmall,
  .md\:gx-2xsmall {
    --bs-gutter-x: 4px !important;
  }
  .md\:g-2xsmall,
  .md\:gy-2xsmall {
    --bs-gutter-y: 4px !important;
  }
  .md\:g-xsmall,
  .md\:gx-xsmall {
    --bs-gutter-x: 8px !important;
  }
  .md\:g-xsmall,
  .md\:gy-xsmall {
    --bs-gutter-y: 8px !important;
  }
  .md\:g-small,
  .md\:gx-small {
    --bs-gutter-x: 12px !important;
  }
  .md\:g-small,
  .md\:gy-small {
    --bs-gutter-y: 12px !important;
  }
  .md\:g-medium,
  .md\:gx-medium {
    --bs-gutter-x: 16px !important;
  }
  .md\:g-medium,
  .md\:gy-medium {
    --bs-gutter-y: 16px !important;
  }
  .md\:g-large,
  .md\:gx-large {
    --bs-gutter-x: 24px !important;
  }
  .md\:g-large,
  .md\:gy-large {
    --bs-gutter-y: 24px !important;
  }
  .md\:g-xlarge,
  .md\:gx-xlarge {
    --bs-gutter-x: 32px !important;
  }
  .md\:g-xlarge,
  .md\:gy-xlarge {
    --bs-gutter-y: 32px !important;
  }
  .md\:g-2xlarge,
  .md\:gx-2xlarge {
    --bs-gutter-x: 40px !important;
  }
  .md\:g-2xlarge,
  .md\:gy-2xlarge {
    --bs-gutter-y: 40px !important;
  }
  .md\:g-3xlarge,
  .md\:gx-3xlarge {
    --bs-gutter-x: 48px !important;
  }
  .md\:g-3xlarge,
  .md\:gy-3xlarge {
    --bs-gutter-y: 48px !important;
  }
  .md\:g-4xlarge,
  .md\:gx-4xlarge {
    --bs-gutter-x: 56px !important;
  }
  .md\:g-4xlarge,
  .md\:gy-4xlarge {
    --bs-gutter-y: 56px !important;
  }
  .md\:g-5xlarge,
  .md\:gx-5xlarge {
    --bs-gutter-x: 64px !important;
  }
  .md\:g-5xlarge,
  .md\:gy-5xlarge {
    --bs-gutter-y: 64px !important;
  }
  .md\:g-gridgap,
  .md\:gx-gridgap {
    --bs-gutter-x: var(--bs-grid-gap) !important;
  }
  .md\:g-gridgap,
  .md\:gy-gridgap {
    --bs-gutter-y: var(--bs-grid-gap) !important;
  }
  .md\:g-gridmargin,
  .md\:gx-gridmargin {
    --bs-gutter-x: var(--bs-grid-margin) !important;
  }
  .md\:g-gridmargin,
  .md\:gy-gridmargin {
    --bs-gutter-y: var(--bs-grid-margin) !important;
  }
}
@media (min-width: 1024px) {
  .lg\:col {
    flex: 1 0 0;
  }
  .lg\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .lg\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .lg\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .lg\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .lg\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .lg\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .lg\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .lg\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .lg\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .lg\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .lg\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .lg\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .lg\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .lg\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .lg\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .lg\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .lg\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .lg\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .lg\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .lg\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .lg\:offset-0 {
    margin-left: 0;
  }
  .lg\:offset-1 {
    margin-left: 8.33333333%;
  }
  .lg\:offset-2 {
    margin-left: 16.66666667%;
  }
  .lg\:offset-3 {
    margin-left: 25%;
  }
  .lg\:offset-4 {
    margin-left: 33.33333333%;
  }
  .lg\:offset-5 {
    margin-left: 41.66666667%;
  }
  .lg\:offset-6 {
    margin-left: 50%;
  }
  .lg\:offset-7 {
    margin-left: 58.33333333%;
  }
  .lg\:offset-8 {
    margin-left: 66.66666667%;
  }
  .lg\:offset-9 {
    margin-left: 75%;
  }
  .lg\:offset-10 {
    margin-left: 83.33333333%;
  }
  .lg\:offset-11 {
    margin-left: 91.66666667%;
  }
  .lg\:g-none,
  .lg\:gx-none {
    --bs-gutter-x: 0px !important;
  }
  .lg\:g-none,
  .lg\:gy-none {
    --bs-gutter-y: 0px !important;
  }
  .lg\:g-3xsmall,
  .lg\:gx-3xsmall {
    --bs-gutter-x: 2px !important;
  }
  .lg\:g-3xsmall,
  .lg\:gy-3xsmall {
    --bs-gutter-y: 2px !important;
  }
  .lg\:g-2xsmall,
  .lg\:gx-2xsmall {
    --bs-gutter-x: 4px !important;
  }
  .lg\:g-2xsmall,
  .lg\:gy-2xsmall {
    --bs-gutter-y: 4px !important;
  }
  .lg\:g-xsmall,
  .lg\:gx-xsmall {
    --bs-gutter-x: 8px !important;
  }
  .lg\:g-xsmall,
  .lg\:gy-xsmall {
    --bs-gutter-y: 8px !important;
  }
  .lg\:g-small,
  .lg\:gx-small {
    --bs-gutter-x: 12px !important;
  }
  .lg\:g-small,
  .lg\:gy-small {
    --bs-gutter-y: 12px !important;
  }
  .lg\:g-medium,
  .lg\:gx-medium {
    --bs-gutter-x: 16px !important;
  }
  .lg\:g-medium,
  .lg\:gy-medium {
    --bs-gutter-y: 16px !important;
  }
  .lg\:g-large,
  .lg\:gx-large {
    --bs-gutter-x: 24px !important;
  }
  .lg\:g-large,
  .lg\:gy-large {
    --bs-gutter-y: 24px !important;
  }
  .lg\:g-xlarge,
  .lg\:gx-xlarge {
    --bs-gutter-x: 32px !important;
  }
  .lg\:g-xlarge,
  .lg\:gy-xlarge {
    --bs-gutter-y: 32px !important;
  }
  .lg\:g-2xlarge,
  .lg\:gx-2xlarge {
    --bs-gutter-x: 40px !important;
  }
  .lg\:g-2xlarge,
  .lg\:gy-2xlarge {
    --bs-gutter-y: 40px !important;
  }
  .lg\:g-3xlarge,
  .lg\:gx-3xlarge {
    --bs-gutter-x: 48px !important;
  }
  .lg\:g-3xlarge,
  .lg\:gy-3xlarge {
    --bs-gutter-y: 48px !important;
  }
  .lg\:g-4xlarge,
  .lg\:gx-4xlarge {
    --bs-gutter-x: 56px !important;
  }
  .lg\:g-4xlarge,
  .lg\:gy-4xlarge {
    --bs-gutter-y: 56px !important;
  }
  .lg\:g-5xlarge,
  .lg\:gx-5xlarge {
    --bs-gutter-x: 64px !important;
  }
  .lg\:g-5xlarge,
  .lg\:gy-5xlarge {
    --bs-gutter-y: 64px !important;
  }
  .lg\:g-gridgap,
  .lg\:gx-gridgap {
    --bs-gutter-x: var(--bs-grid-gap) !important;
  }
  .lg\:g-gridgap,
  .lg\:gy-gridgap {
    --bs-gutter-y: var(--bs-grid-gap) !important;
  }
  .lg\:g-gridmargin,
  .lg\:gx-gridmargin {
    --bs-gutter-x: var(--bs-grid-margin) !important;
  }
  .lg\:g-gridmargin,
  .lg\:gy-gridmargin {
    --bs-gutter-y: var(--bs-grid-margin) !important;
  }
}
@media (min-width: 1320px) {
  .xl\:col {
    flex: 1 0 0;
  }
  .xl\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .xl\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .xl\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .xl\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .xl\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .xl\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .xl\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .xl\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .xl\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .xl\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .xl\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .xl\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .xl\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .xl\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .xl\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .xl\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .xl\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .xl\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .xl\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .xl\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .xl\:offset-0 {
    margin-left: 0;
  }
  .xl\:offset-1 {
    margin-left: 8.33333333%;
  }
  .xl\:offset-2 {
    margin-left: 16.66666667%;
  }
  .xl\:offset-3 {
    margin-left: 25%;
  }
  .xl\:offset-4 {
    margin-left: 33.33333333%;
  }
  .xl\:offset-5 {
    margin-left: 41.66666667%;
  }
  .xl\:offset-6 {
    margin-left: 50%;
  }
  .xl\:offset-7 {
    margin-left: 58.33333333%;
  }
  .xl\:offset-8 {
    margin-left: 66.66666667%;
  }
  .xl\:offset-9 {
    margin-left: 75%;
  }
  .xl\:offset-10 {
    margin-left: 83.33333333%;
  }
  .xl\:offset-11 {
    margin-left: 91.66666667%;
  }
  .xl\:g-none,
  .xl\:gx-none {
    --bs-gutter-x: 0px !important;
  }
  .xl\:g-none,
  .xl\:gy-none {
    --bs-gutter-y: 0px !important;
  }
  .xl\:g-3xsmall,
  .xl\:gx-3xsmall {
    --bs-gutter-x: 2px !important;
  }
  .xl\:g-3xsmall,
  .xl\:gy-3xsmall {
    --bs-gutter-y: 2px !important;
  }
  .xl\:g-2xsmall,
  .xl\:gx-2xsmall {
    --bs-gutter-x: 4px !important;
  }
  .xl\:g-2xsmall,
  .xl\:gy-2xsmall {
    --bs-gutter-y: 4px !important;
  }
  .xl\:g-xsmall,
  .xl\:gx-xsmall {
    --bs-gutter-x: 8px !important;
  }
  .xl\:g-xsmall,
  .xl\:gy-xsmall {
    --bs-gutter-y: 8px !important;
  }
  .xl\:g-small,
  .xl\:gx-small {
    --bs-gutter-x: 12px !important;
  }
  .xl\:g-small,
  .xl\:gy-small {
    --bs-gutter-y: 12px !important;
  }
  .xl\:g-medium,
  .xl\:gx-medium {
    --bs-gutter-x: 16px !important;
  }
  .xl\:g-medium,
  .xl\:gy-medium {
    --bs-gutter-y: 16px !important;
  }
  .xl\:g-large,
  .xl\:gx-large {
    --bs-gutter-x: 24px !important;
  }
  .xl\:g-large,
  .xl\:gy-large {
    --bs-gutter-y: 24px !important;
  }
  .xl\:g-xlarge,
  .xl\:gx-xlarge {
    --bs-gutter-x: 32px !important;
  }
  .xl\:g-xlarge,
  .xl\:gy-xlarge {
    --bs-gutter-y: 32px !important;
  }
  .xl\:g-2xlarge,
  .xl\:gx-2xlarge {
    --bs-gutter-x: 40px !important;
  }
  .xl\:g-2xlarge,
  .xl\:gy-2xlarge {
    --bs-gutter-y: 40px !important;
  }
  .xl\:g-3xlarge,
  .xl\:gx-3xlarge {
    --bs-gutter-x: 48px !important;
  }
  .xl\:g-3xlarge,
  .xl\:gy-3xlarge {
    --bs-gutter-y: 48px !important;
  }
  .xl\:g-4xlarge,
  .xl\:gx-4xlarge {
    --bs-gutter-x: 56px !important;
  }
  .xl\:g-4xlarge,
  .xl\:gy-4xlarge {
    --bs-gutter-y: 56px !important;
  }
  .xl\:g-5xlarge,
  .xl\:gx-5xlarge {
    --bs-gutter-x: 64px !important;
  }
  .xl\:g-5xlarge,
  .xl\:gy-5xlarge {
    --bs-gutter-y: 64px !important;
  }
  .xl\:g-gridgap,
  .xl\:gx-gridgap {
    --bs-gutter-x: var(--bs-grid-gap) !important;
  }
  .xl\:g-gridgap,
  .xl\:gy-gridgap {
    --bs-gutter-y: var(--bs-grid-gap) !important;
  }
  .xl\:g-gridmargin,
  .xl\:gx-gridmargin {
    --bs-gutter-x: var(--bs-grid-margin) !important;
  }
  .xl\:g-gridmargin,
  .xl\:gy-gridmargin {
    --bs-gutter-y: var(--bs-grid-margin) !important;
  }
}
@media (min-width: 1640px) {
  .\32 xl\:col {
    flex: 1 0 0;
  }
  .\32 xl\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .\32 xl\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .\32 xl\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .\32 xl\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .\32 xl\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .\32 xl\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .\32 xl\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .\32 xl\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .\32 xl\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .\32 xl\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .\32 xl\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .\32 xl\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .\32 xl\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .\32 xl\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .\32 xl\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .\32 xl\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .\32 xl\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .\32 xl\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .\32 xl\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .\32 xl\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .\32 xl\:offset-0 {
    margin-left: 0;
  }
  .\32 xl\:offset-1 {
    margin-left: 8.33333333%;
  }
  .\32 xl\:offset-2 {
    margin-left: 16.66666667%;
  }
  .\32 xl\:offset-3 {
    margin-left: 25%;
  }
  .\32 xl\:offset-4 {
    margin-left: 33.33333333%;
  }
  .\32 xl\:offset-5 {
    margin-left: 41.66666667%;
  }
  .\32 xl\:offset-6 {
    margin-left: 50%;
  }
  .\32 xl\:offset-7 {
    margin-left: 58.33333333%;
  }
  .\32 xl\:offset-8 {
    margin-left: 66.66666667%;
  }
  .\32 xl\:offset-9 {
    margin-left: 75%;
  }
  .\32 xl\:offset-10 {
    margin-left: 83.33333333%;
  }
  .\32 xl\:offset-11 {
    margin-left: 91.66666667%;
  }
  .\32 xl\:g-none,
  .\32 xl\:gx-none {
    --bs-gutter-x: 0px !important;
  }
  .\32 xl\:g-none,
  .\32 xl\:gy-none {
    --bs-gutter-y: 0px !important;
  }
  .\32 xl\:g-3xsmall,
  .\32 xl\:gx-3xsmall {
    --bs-gutter-x: 2px !important;
  }
  .\32 xl\:g-3xsmall,
  .\32 xl\:gy-3xsmall {
    --bs-gutter-y: 2px !important;
  }
  .\32 xl\:g-2xsmall,
  .\32 xl\:gx-2xsmall {
    --bs-gutter-x: 4px !important;
  }
  .\32 xl\:g-2xsmall,
  .\32 xl\:gy-2xsmall {
    --bs-gutter-y: 4px !important;
  }
  .\32 xl\:g-xsmall,
  .\32 xl\:gx-xsmall {
    --bs-gutter-x: 8px !important;
  }
  .\32 xl\:g-xsmall,
  .\32 xl\:gy-xsmall {
    --bs-gutter-y: 8px !important;
  }
  .\32 xl\:g-small,
  .\32 xl\:gx-small {
    --bs-gutter-x: 12px !important;
  }
  .\32 xl\:g-small,
  .\32 xl\:gy-small {
    --bs-gutter-y: 12px !important;
  }
  .\32 xl\:g-medium,
  .\32 xl\:gx-medium {
    --bs-gutter-x: 16px !important;
  }
  .\32 xl\:g-medium,
  .\32 xl\:gy-medium {
    --bs-gutter-y: 16px !important;
  }
  .\32 xl\:g-large,
  .\32 xl\:gx-large {
    --bs-gutter-x: 24px !important;
  }
  .\32 xl\:g-large,
  .\32 xl\:gy-large {
    --bs-gutter-y: 24px !important;
  }
  .\32 xl\:g-xlarge,
  .\32 xl\:gx-xlarge {
    --bs-gutter-x: 32px !important;
  }
  .\32 xl\:g-xlarge,
  .\32 xl\:gy-xlarge {
    --bs-gutter-y: 32px !important;
  }
  .\32 xl\:g-2xlarge,
  .\32 xl\:gx-2xlarge {
    --bs-gutter-x: 40px !important;
  }
  .\32 xl\:g-2xlarge,
  .\32 xl\:gy-2xlarge {
    --bs-gutter-y: 40px !important;
  }
  .\32 xl\:g-3xlarge,
  .\32 xl\:gx-3xlarge {
    --bs-gutter-x: 48px !important;
  }
  .\32 xl\:g-3xlarge,
  .\32 xl\:gy-3xlarge {
    --bs-gutter-y: 48px !important;
  }
  .\32 xl\:g-4xlarge,
  .\32 xl\:gx-4xlarge {
    --bs-gutter-x: 56px !important;
  }
  .\32 xl\:g-4xlarge,
  .\32 xl\:gy-4xlarge {
    --bs-gutter-y: 56px !important;
  }
  .\32 xl\:g-5xlarge,
  .\32 xl\:gx-5xlarge {
    --bs-gutter-x: 64px !important;
  }
  .\32 xl\:g-5xlarge,
  .\32 xl\:gy-5xlarge {
    --bs-gutter-y: 64px !important;
  }
  .\32 xl\:g-gridgap,
  .\32 xl\:gx-gridgap {
    --bs-gutter-x: var(--bs-grid-gap) !important;
  }
  .\32 xl\:g-gridgap,
  .\32 xl\:gy-gridgap {
    --bs-gutter-y: var(--bs-grid-gap) !important;
  }
  .\32 xl\:g-gridmargin,
  .\32 xl\:gx-gridmargin {
    --bs-gutter-x: var(--bs-grid-margin) !important;
  }
  .\32 xl\:g-gridmargin,
  .\32 xl\:gy-gridmargin {
    --bs-gutter-y: var(--bs-grid-margin) !important;
  }
}
@media (min-width: 1880px) {
  .\33 xl\:col {
    flex: 1 0 0;
  }
  .\33 xl\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .\33 xl\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .\33 xl\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .\33 xl\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .\33 xl\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .\33 xl\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .\33 xl\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .\33 xl\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .\33 xl\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .\33 xl\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .\33 xl\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .\33 xl\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .\33 xl\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .\33 xl\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .\33 xl\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .\33 xl\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .\33 xl\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .\33 xl\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .\33 xl\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .\33 xl\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .\33 xl\:offset-0 {
    margin-left: 0;
  }
  .\33 xl\:offset-1 {
    margin-left: 8.33333333%;
  }
  .\33 xl\:offset-2 {
    margin-left: 16.66666667%;
  }
  .\33 xl\:offset-3 {
    margin-left: 25%;
  }
  .\33 xl\:offset-4 {
    margin-left: 33.33333333%;
  }
  .\33 xl\:offset-5 {
    margin-left: 41.66666667%;
  }
  .\33 xl\:offset-6 {
    margin-left: 50%;
  }
  .\33 xl\:offset-7 {
    margin-left: 58.33333333%;
  }
  .\33 xl\:offset-8 {
    margin-left: 66.66666667%;
  }
  .\33 xl\:offset-9 {
    margin-left: 75%;
  }
  .\33 xl\:offset-10 {
    margin-left: 83.33333333%;
  }
  .\33 xl\:offset-11 {
    margin-left: 91.66666667%;
  }
  .\33 xl\:g-none,
  .\33 xl\:gx-none {
    --bs-gutter-x: 0px !important;
  }
  .\33 xl\:g-none,
  .\33 xl\:gy-none {
    --bs-gutter-y: 0px !important;
  }
  .\33 xl\:g-3xsmall,
  .\33 xl\:gx-3xsmall {
    --bs-gutter-x: 2px !important;
  }
  .\33 xl\:g-3xsmall,
  .\33 xl\:gy-3xsmall {
    --bs-gutter-y: 2px !important;
  }
  .\33 xl\:g-2xsmall,
  .\33 xl\:gx-2xsmall {
    --bs-gutter-x: 4px !important;
  }
  .\33 xl\:g-2xsmall,
  .\33 xl\:gy-2xsmall {
    --bs-gutter-y: 4px !important;
  }
  .\33 xl\:g-xsmall,
  .\33 xl\:gx-xsmall {
    --bs-gutter-x: 8px !important;
  }
  .\33 xl\:g-xsmall,
  .\33 xl\:gy-xsmall {
    --bs-gutter-y: 8px !important;
  }
  .\33 xl\:g-small,
  .\33 xl\:gx-small {
    --bs-gutter-x: 12px !important;
  }
  .\33 xl\:g-small,
  .\33 xl\:gy-small {
    --bs-gutter-y: 12px !important;
  }
  .\33 xl\:g-medium,
  .\33 xl\:gx-medium {
    --bs-gutter-x: 16px !important;
  }
  .\33 xl\:g-medium,
  .\33 xl\:gy-medium {
    --bs-gutter-y: 16px !important;
  }
  .\33 xl\:g-large,
  .\33 xl\:gx-large {
    --bs-gutter-x: 24px !important;
  }
  .\33 xl\:g-large,
  .\33 xl\:gy-large {
    --bs-gutter-y: 24px !important;
  }
  .\33 xl\:g-xlarge,
  .\33 xl\:gx-xlarge {
    --bs-gutter-x: 32px !important;
  }
  .\33 xl\:g-xlarge,
  .\33 xl\:gy-xlarge {
    --bs-gutter-y: 32px !important;
  }
  .\33 xl\:g-2xlarge,
  .\33 xl\:gx-2xlarge {
    --bs-gutter-x: 40px !important;
  }
  .\33 xl\:g-2xlarge,
  .\33 xl\:gy-2xlarge {
    --bs-gutter-y: 40px !important;
  }
  .\33 xl\:g-3xlarge,
  .\33 xl\:gx-3xlarge {
    --bs-gutter-x: 48px !important;
  }
  .\33 xl\:g-3xlarge,
  .\33 xl\:gy-3xlarge {
    --bs-gutter-y: 48px !important;
  }
  .\33 xl\:g-4xlarge,
  .\33 xl\:gx-4xlarge {
    --bs-gutter-x: 56px !important;
  }
  .\33 xl\:g-4xlarge,
  .\33 xl\:gy-4xlarge {
    --bs-gutter-y: 56px !important;
  }
  .\33 xl\:g-5xlarge,
  .\33 xl\:gx-5xlarge {
    --bs-gutter-x: 64px !important;
  }
  .\33 xl\:g-5xlarge,
  .\33 xl\:gy-5xlarge {
    --bs-gutter-y: 64px !important;
  }
  .\33 xl\:g-gridgap,
  .\33 xl\:gx-gridgap {
    --bs-gutter-x: var(--bs-grid-gap) !important;
  }
  .\33 xl\:g-gridgap,
  .\33 xl\:gy-gridgap {
    --bs-gutter-y: var(--bs-grid-gap) !important;
  }
  .\33 xl\:g-gridmargin,
  .\33 xl\:gx-gridmargin {
    --bs-gutter-x: var(--bs-grid-margin) !important;
  }
  .\33 xl\:g-gridmargin,
  .\33 xl\:gy-gridmargin {
    --bs-gutter-y: var(--bs-grid-margin) !important;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

.d-flow-root {
  display: flow-root !important;
}

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 390px) {
  .xs\:d-inline {
    display: inline !important;
  }
  .xs\:d-inline-block {
    display: inline-block !important;
  }
  .xs\:d-block {
    display: block !important;
  }
  .xs\:d-grid {
    display: grid !important;
  }
  .xs\:d-inline-grid {
    display: inline-grid !important;
  }
  .xs\:d-table {
    display: table !important;
  }
  .xs\:d-table-row {
    display: table-row !important;
  }
  .xs\:d-table-cell {
    display: table-cell !important;
  }
  .xs\:d-flex {
    display: flex !important;
  }
  .xs\:d-inline-flex {
    display: inline-flex !important;
  }
  .xs\:d-flow-root {
    display: flow-root !important;
  }
  .xs\:d-none {
    display: none !important;
  }
  .xs\:flex-fill {
    flex: 1 1 auto !important;
  }
  .xs\:flex-row {
    flex-direction: row !important;
  }
  .xs\:flex-column {
    flex-direction: column !important;
  }
  .xs\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xs\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .xs\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xs\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .xs\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xs\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .xs\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xs\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xs\:justify-content-start {
    justify-content: flex-start !important;
  }
  .xs\:justify-content-end {
    justify-content: flex-end !important;
  }
  .xs\:justify-content-center {
    justify-content: center !important;
  }
  .xs\:justify-content-between {
    justify-content: space-between !important;
  }
  .xs\:justify-content-around {
    justify-content: space-around !important;
  }
  .xs\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .xs\:align-items-start {
    align-items: flex-start !important;
  }
  .xs\:align-items-end {
    align-items: flex-end !important;
  }
  .xs\:align-items-center {
    align-items: center !important;
  }
  .xs\:align-items-baseline {
    align-items: baseline !important;
  }
  .xs\:align-items-stretch {
    align-items: stretch !important;
  }
  .xs\:align-content-start {
    align-content: flex-start !important;
  }
  .xs\:align-content-end {
    align-content: flex-end !important;
  }
  .xs\:align-content-center {
    align-content: center !important;
  }
  .xs\:align-content-between {
    align-content: space-between !important;
  }
  .xs\:align-content-around {
    align-content: space-around !important;
  }
  .xs\:align-content-stretch {
    align-content: stretch !important;
  }
  .xs\:align-self-auto {
    align-self: auto !important;
  }
  .xs\:align-self-start {
    align-self: flex-start !important;
  }
  .xs\:align-self-end {
    align-self: flex-end !important;
  }
  .xs\:align-self-center {
    align-self: center !important;
  }
  .xs\:align-self-baseline {
    align-self: baseline !important;
  }
  .xs\:align-self-stretch {
    align-self: stretch !important;
  }
  .xs\:order-first {
    order: -1 !important;
  }
  .xs\:order-0 {
    order: 0 !important;
  }
  .xs\:order-1 {
    order: 1 !important;
  }
  .xs\:order-2 {
    order: 2 !important;
  }
  .xs\:order-3 {
    order: 3 !important;
  }
  .xs\:order-4 {
    order: 4 !important;
  }
  .xs\:order-5 {
    order: 5 !important;
  }
  .xs\:order-last {
    order: 6 !important;
  }
}
@media (min-width: 480px) {
  .sm\:d-inline {
    display: inline !important;
  }
  .sm\:d-inline-block {
    display: inline-block !important;
  }
  .sm\:d-block {
    display: block !important;
  }
  .sm\:d-grid {
    display: grid !important;
  }
  .sm\:d-inline-grid {
    display: inline-grid !important;
  }
  .sm\:d-table {
    display: table !important;
  }
  .sm\:d-table-row {
    display: table-row !important;
  }
  .sm\:d-table-cell {
    display: table-cell !important;
  }
  .sm\:d-flex {
    display: flex !important;
  }
  .sm\:d-inline-flex {
    display: inline-flex !important;
  }
  .sm\:d-flow-root {
    display: flow-root !important;
  }
  .sm\:d-none {
    display: none !important;
  }
  .sm\:flex-fill {
    flex: 1 1 auto !important;
  }
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:flex-column {
    flex-direction: column !important;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .sm\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .sm\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .sm\:justify-content-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-content-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-content-center {
    justify-content: center !important;
  }
  .sm\:justify-content-between {
    justify-content: space-between !important;
  }
  .sm\:justify-content-around {
    justify-content: space-around !important;
  }
  .sm\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .sm\:align-items-start {
    align-items: flex-start !important;
  }
  .sm\:align-items-end {
    align-items: flex-end !important;
  }
  .sm\:align-items-center {
    align-items: center !important;
  }
  .sm\:align-items-baseline {
    align-items: baseline !important;
  }
  .sm\:align-items-stretch {
    align-items: stretch !important;
  }
  .sm\:align-content-start {
    align-content: flex-start !important;
  }
  .sm\:align-content-end {
    align-content: flex-end !important;
  }
  .sm\:align-content-center {
    align-content: center !important;
  }
  .sm\:align-content-between {
    align-content: space-between !important;
  }
  .sm\:align-content-around {
    align-content: space-around !important;
  }
  .sm\:align-content-stretch {
    align-content: stretch !important;
  }
  .sm\:align-self-auto {
    align-self: auto !important;
  }
  .sm\:align-self-start {
    align-self: flex-start !important;
  }
  .sm\:align-self-end {
    align-self: flex-end !important;
  }
  .sm\:align-self-center {
    align-self: center !important;
  }
  .sm\:align-self-baseline {
    align-self: baseline !important;
  }
  .sm\:align-self-stretch {
    align-self: stretch !important;
  }
  .sm\:order-first {
    order: -1 !important;
  }
  .sm\:order-0 {
    order: 0 !important;
  }
  .sm\:order-1 {
    order: 1 !important;
  }
  .sm\:order-2 {
    order: 2 !important;
  }
  .sm\:order-3 {
    order: 3 !important;
  }
  .sm\:order-4 {
    order: 4 !important;
  }
  .sm\:order-5 {
    order: 5 !important;
  }
  .sm\:order-last {
    order: 6 !important;
  }
}
@media (min-width: 736px) {
  .md\:d-inline {
    display: inline !important;
  }
  .md\:d-inline-block {
    display: inline-block !important;
  }
  .md\:d-block {
    display: block !important;
  }
  .md\:d-grid {
    display: grid !important;
  }
  .md\:d-inline-grid {
    display: inline-grid !important;
  }
  .md\:d-table {
    display: table !important;
  }
  .md\:d-table-row {
    display: table-row !important;
  }
  .md\:d-table-cell {
    display: table-cell !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
  .md\:d-inline-flex {
    display: inline-flex !important;
  }
  .md\:d-flow-root {
    display: flow-root !important;
  }
  .md\:d-none {
    display: none !important;
  }
  .md\:flex-fill {
    flex: 1 1 auto !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:flex-column {
    flex-direction: column !important;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .md\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .md\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .md\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .md\:justify-content-start {
    justify-content: flex-start !important;
  }
  .md\:justify-content-end {
    justify-content: flex-end !important;
  }
  .md\:justify-content-center {
    justify-content: center !important;
  }
  .md\:justify-content-between {
    justify-content: space-between !important;
  }
  .md\:justify-content-around {
    justify-content: space-around !important;
  }
  .md\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .md\:align-items-start {
    align-items: flex-start !important;
  }
  .md\:align-items-end {
    align-items: flex-end !important;
  }
  .md\:align-items-center {
    align-items: center !important;
  }
  .md\:align-items-baseline {
    align-items: baseline !important;
  }
  .md\:align-items-stretch {
    align-items: stretch !important;
  }
  .md\:align-content-start {
    align-content: flex-start !important;
  }
  .md\:align-content-end {
    align-content: flex-end !important;
  }
  .md\:align-content-center {
    align-content: center !important;
  }
  .md\:align-content-between {
    align-content: space-between !important;
  }
  .md\:align-content-around {
    align-content: space-around !important;
  }
  .md\:align-content-stretch {
    align-content: stretch !important;
  }
  .md\:align-self-auto {
    align-self: auto !important;
  }
  .md\:align-self-start {
    align-self: flex-start !important;
  }
  .md\:align-self-end {
    align-self: flex-end !important;
  }
  .md\:align-self-center {
    align-self: center !important;
  }
  .md\:align-self-baseline {
    align-self: baseline !important;
  }
  .md\:align-self-stretch {
    align-self: stretch !important;
  }
  .md\:order-first {
    order: -1 !important;
  }
  .md\:order-0 {
    order: 0 !important;
  }
  .md\:order-1 {
    order: 1 !important;
  }
  .md\:order-2 {
    order: 2 !important;
  }
  .md\:order-3 {
    order: 3 !important;
  }
  .md\:order-4 {
    order: 4 !important;
  }
  .md\:order-5 {
    order: 5 !important;
  }
  .md\:order-last {
    order: 6 !important;
  }
}
@media (min-width: 1024px) {
  .lg\:d-inline {
    display: inline !important;
  }
  .lg\:d-inline-block {
    display: inline-block !important;
  }
  .lg\:d-block {
    display: block !important;
  }
  .lg\:d-grid {
    display: grid !important;
  }
  .lg\:d-inline-grid {
    display: inline-grid !important;
  }
  .lg\:d-table {
    display: table !important;
  }
  .lg\:d-table-row {
    display: table-row !important;
  }
  .lg\:d-table-cell {
    display: table-cell !important;
  }
  .lg\:d-flex {
    display: flex !important;
  }
  .lg\:d-inline-flex {
    display: inline-flex !important;
  }
  .lg\:d-flow-root {
    display: flow-root !important;
  }
  .lg\:d-none {
    display: none !important;
  }
  .lg\:flex-fill {
    flex: 1 1 auto !important;
  }
  .lg\:flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-column {
    flex-direction: column !important;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .lg\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .lg\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .lg\:justify-content-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-content-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-content-center {
    justify-content: center !important;
  }
  .lg\:justify-content-between {
    justify-content: space-between !important;
  }
  .lg\:justify-content-around {
    justify-content: space-around !important;
  }
  .lg\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .lg\:align-items-start {
    align-items: flex-start !important;
  }
  .lg\:align-items-end {
    align-items: flex-end !important;
  }
  .lg\:align-items-center {
    align-items: center !important;
  }
  .lg\:align-items-baseline {
    align-items: baseline !important;
  }
  .lg\:align-items-stretch {
    align-items: stretch !important;
  }
  .lg\:align-content-start {
    align-content: flex-start !important;
  }
  .lg\:align-content-end {
    align-content: flex-end !important;
  }
  .lg\:align-content-center {
    align-content: center !important;
  }
  .lg\:align-content-between {
    align-content: space-between !important;
  }
  .lg\:align-content-around {
    align-content: space-around !important;
  }
  .lg\:align-content-stretch {
    align-content: stretch !important;
  }
  .lg\:align-self-auto {
    align-self: auto !important;
  }
  .lg\:align-self-start {
    align-self: flex-start !important;
  }
  .lg\:align-self-end {
    align-self: flex-end !important;
  }
  .lg\:align-self-center {
    align-self: center !important;
  }
  .lg\:align-self-baseline {
    align-self: baseline !important;
  }
  .lg\:align-self-stretch {
    align-self: stretch !important;
  }
  .lg\:order-first {
    order: -1 !important;
  }
  .lg\:order-0 {
    order: 0 !important;
  }
  .lg\:order-1 {
    order: 1 !important;
  }
  .lg\:order-2 {
    order: 2 !important;
  }
  .lg\:order-3 {
    order: 3 !important;
  }
  .lg\:order-4 {
    order: 4 !important;
  }
  .lg\:order-5 {
    order: 5 !important;
  }
  .lg\:order-last {
    order: 6 !important;
  }
}
@media (min-width: 1320px) {
  .xl\:d-inline {
    display: inline !important;
  }
  .xl\:d-inline-block {
    display: inline-block !important;
  }
  .xl\:d-block {
    display: block !important;
  }
  .xl\:d-grid {
    display: grid !important;
  }
  .xl\:d-inline-grid {
    display: inline-grid !important;
  }
  .xl\:d-table {
    display: table !important;
  }
  .xl\:d-table-row {
    display: table-row !important;
  }
  .xl\:d-table-cell {
    display: table-cell !important;
  }
  .xl\:d-flex {
    display: flex !important;
  }
  .xl\:d-inline-flex {
    display: inline-flex !important;
  }
  .xl\:d-flow-root {
    display: flow-root !important;
  }
  .xl\:d-none {
    display: none !important;
  }
  .xl\:flex-fill {
    flex: 1 1 auto !important;
  }
  .xl\:flex-row {
    flex-direction: row !important;
  }
  .xl\:flex-column {
    flex-direction: column !important;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xl\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xl\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xl\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xl\:justify-content-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-content-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-content-center {
    justify-content: center !important;
  }
  .xl\:justify-content-between {
    justify-content: space-between !important;
  }
  .xl\:justify-content-around {
    justify-content: space-around !important;
  }
  .xl\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .xl\:align-items-start {
    align-items: flex-start !important;
  }
  .xl\:align-items-end {
    align-items: flex-end !important;
  }
  .xl\:align-items-center {
    align-items: center !important;
  }
  .xl\:align-items-baseline {
    align-items: baseline !important;
  }
  .xl\:align-items-stretch {
    align-items: stretch !important;
  }
  .xl\:align-content-start {
    align-content: flex-start !important;
  }
  .xl\:align-content-end {
    align-content: flex-end !important;
  }
  .xl\:align-content-center {
    align-content: center !important;
  }
  .xl\:align-content-between {
    align-content: space-between !important;
  }
  .xl\:align-content-around {
    align-content: space-around !important;
  }
  .xl\:align-content-stretch {
    align-content: stretch !important;
  }
  .xl\:align-self-auto {
    align-self: auto !important;
  }
  .xl\:align-self-start {
    align-self: flex-start !important;
  }
  .xl\:align-self-end {
    align-self: flex-end !important;
  }
  .xl\:align-self-center {
    align-self: center !important;
  }
  .xl\:align-self-baseline {
    align-self: baseline !important;
  }
  .xl\:align-self-stretch {
    align-self: stretch !important;
  }
  .xl\:order-first {
    order: -1 !important;
  }
  .xl\:order-0 {
    order: 0 !important;
  }
  .xl\:order-1 {
    order: 1 !important;
  }
  .xl\:order-2 {
    order: 2 !important;
  }
  .xl\:order-3 {
    order: 3 !important;
  }
  .xl\:order-4 {
    order: 4 !important;
  }
  .xl\:order-5 {
    order: 5 !important;
  }
  .xl\:order-last {
    order: 6 !important;
  }
}
@media (min-width: 1640px) {
  .\32 xl\:d-inline {
    display: inline !important;
  }
  .\32 xl\:d-inline-block {
    display: inline-block !important;
  }
  .\32 xl\:d-block {
    display: block !important;
  }
  .\32 xl\:d-grid {
    display: grid !important;
  }
  .\32 xl\:d-inline-grid {
    display: inline-grid !important;
  }
  .\32 xl\:d-table {
    display: table !important;
  }
  .\32 xl\:d-table-row {
    display: table-row !important;
  }
  .\32 xl\:d-table-cell {
    display: table-cell !important;
  }
  .\32 xl\:d-flex {
    display: flex !important;
  }
  .\32 xl\:d-inline-flex {
    display: inline-flex !important;
  }
  .\32 xl\:d-flow-root {
    display: flow-root !important;
  }
  .\32 xl\:d-none {
    display: none !important;
  }
  .\32 xl\:flex-fill {
    flex: 1 1 auto !important;
  }
  .\32 xl\:flex-row {
    flex-direction: row !important;
  }
  .\32 xl\:flex-column {
    flex-direction: column !important;
  }
  .\32 xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .\32 xl\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .\32 xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .\32 xl\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .\32 xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .\32 xl\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .\32 xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .\32 xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .\32 xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .\32 xl\:justify-content-start {
    justify-content: flex-start !important;
  }
  .\32 xl\:justify-content-end {
    justify-content: flex-end !important;
  }
  .\32 xl\:justify-content-center {
    justify-content: center !important;
  }
  .\32 xl\:justify-content-between {
    justify-content: space-between !important;
  }
  .\32 xl\:justify-content-around {
    justify-content: space-around !important;
  }
  .\32 xl\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .\32 xl\:align-items-start {
    align-items: flex-start !important;
  }
  .\32 xl\:align-items-end {
    align-items: flex-end !important;
  }
  .\32 xl\:align-items-center {
    align-items: center !important;
  }
  .\32 xl\:align-items-baseline {
    align-items: baseline !important;
  }
  .\32 xl\:align-items-stretch {
    align-items: stretch !important;
  }
  .\32 xl\:align-content-start {
    align-content: flex-start !important;
  }
  .\32 xl\:align-content-end {
    align-content: flex-end !important;
  }
  .\32 xl\:align-content-center {
    align-content: center !important;
  }
  .\32 xl\:align-content-between {
    align-content: space-between !important;
  }
  .\32 xl\:align-content-around {
    align-content: space-around !important;
  }
  .\32 xl\:align-content-stretch {
    align-content: stretch !important;
  }
  .\32 xl\:align-self-auto {
    align-self: auto !important;
  }
  .\32 xl\:align-self-start {
    align-self: flex-start !important;
  }
  .\32 xl\:align-self-end {
    align-self: flex-end !important;
  }
  .\32 xl\:align-self-center {
    align-self: center !important;
  }
  .\32 xl\:align-self-baseline {
    align-self: baseline !important;
  }
  .\32 xl\:align-self-stretch {
    align-self: stretch !important;
  }
  .\32 xl\:order-first {
    order: -1 !important;
  }
  .\32 xl\:order-0 {
    order: 0 !important;
  }
  .\32 xl\:order-1 {
    order: 1 !important;
  }
  .\32 xl\:order-2 {
    order: 2 !important;
  }
  .\32 xl\:order-3 {
    order: 3 !important;
  }
  .\32 xl\:order-4 {
    order: 4 !important;
  }
  .\32 xl\:order-5 {
    order: 5 !important;
  }
  .\32 xl\:order-last {
    order: 6 !important;
  }
}
@media (min-width: 1880px) {
  .\33 xl\:d-inline {
    display: inline !important;
  }
  .\33 xl\:d-inline-block {
    display: inline-block !important;
  }
  .\33 xl\:d-block {
    display: block !important;
  }
  .\33 xl\:d-grid {
    display: grid !important;
  }
  .\33 xl\:d-inline-grid {
    display: inline-grid !important;
  }
  .\33 xl\:d-table {
    display: table !important;
  }
  .\33 xl\:d-table-row {
    display: table-row !important;
  }
  .\33 xl\:d-table-cell {
    display: table-cell !important;
  }
  .\33 xl\:d-flex {
    display: flex !important;
  }
  .\33 xl\:d-inline-flex {
    display: inline-flex !important;
  }
  .\33 xl\:d-flow-root {
    display: flow-root !important;
  }
  .\33 xl\:d-none {
    display: none !important;
  }
  .\33 xl\:flex-fill {
    flex: 1 1 auto !important;
  }
  .\33 xl\:flex-row {
    flex-direction: row !important;
  }
  .\33 xl\:flex-column {
    flex-direction: column !important;
  }
  .\33 xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .\33 xl\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .\33 xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .\33 xl\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .\33 xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .\33 xl\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .\33 xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .\33 xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .\33 xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .\33 xl\:justify-content-start {
    justify-content: flex-start !important;
  }
  .\33 xl\:justify-content-end {
    justify-content: flex-end !important;
  }
  .\33 xl\:justify-content-center {
    justify-content: center !important;
  }
  .\33 xl\:justify-content-between {
    justify-content: space-between !important;
  }
  .\33 xl\:justify-content-around {
    justify-content: space-around !important;
  }
  .\33 xl\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .\33 xl\:align-items-start {
    align-items: flex-start !important;
  }
  .\33 xl\:align-items-end {
    align-items: flex-end !important;
  }
  .\33 xl\:align-items-center {
    align-items: center !important;
  }
  .\33 xl\:align-items-baseline {
    align-items: baseline !important;
  }
  .\33 xl\:align-items-stretch {
    align-items: stretch !important;
  }
  .\33 xl\:align-content-start {
    align-content: flex-start !important;
  }
  .\33 xl\:align-content-end {
    align-content: flex-end !important;
  }
  .\33 xl\:align-content-center {
    align-content: center !important;
  }
  .\33 xl\:align-content-between {
    align-content: space-between !important;
  }
  .\33 xl\:align-content-around {
    align-content: space-around !important;
  }
  .\33 xl\:align-content-stretch {
    align-content: stretch !important;
  }
  .\33 xl\:align-self-auto {
    align-self: auto !important;
  }
  .\33 xl\:align-self-start {
    align-self: flex-start !important;
  }
  .\33 xl\:align-self-end {
    align-self: flex-end !important;
  }
  .\33 xl\:align-self-center {
    align-self: center !important;
  }
  .\33 xl\:align-self-baseline {
    align-self: baseline !important;
  }
  .\33 xl\:align-self-stretch {
    align-self: stretch !important;
  }
  .\33 xl\:order-first {
    order: -1 !important;
  }
  .\33 xl\:order-0 {
    order: 0 !important;
  }
  .\33 xl\:order-1 {
    order: 1 !important;
  }
  .\33 xl\:order-2 {
    order: 2 !important;
  }
  .\33 xl\:order-3 {
    order: 3 !important;
  }
  .\33 xl\:order-4 {
    order: 4 !important;
  }
  .\33 xl\:order-5 {
    order: 5 !important;
  }
  .\33 xl\:order-last {
    order: 6 !important;
  }
}
@media print {
  .print\:d-inline {
    display: inline !important;
  }
  .print\:d-inline-block {
    display: inline-block !important;
  }
  .print\:d-block {
    display: block !important;
  }
  .print\:d-grid {
    display: grid !important;
  }
  .print\:d-inline-grid {
    display: inline-grid !important;
  }
  .print\:d-table {
    display: table !important;
  }
  .print\:d-table-row {
    display: table-row !important;
  }
  .print\:d-table-cell {
    display: table-cell !important;
  }
  .print\:d-flex {
    display: flex !important;
  }
  .print\:d-inline-flex {
    display: inline-flex !important;
  }
  .print\:d-flow-root {
    display: flow-root !important;
  }
  .print\:d-none {
    display: none !important;
  }
}

/*# sourceMappingURL=ouds-web-grid.css.map */